@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*SITE FONTS*/
/*@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Thin.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Light.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Medium.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Bold.ttf') format('ttf');
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Roboto/Roboto-Black.ttf') format('ttf');
}*/
body, *{
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
}
p {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-size: 18px;
    color: #414042;
    font-weight: 400;
    line-height: normal;
}
a, a:hover, a:focus, a:visited{
	text-decoration: none;
	outline: none;
}
/*SITE FONTS*/

nav.navbar.navbar-default {
    background: transparent;
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: transparent !important;
    border: none !important;
}

.container{
	padding: 0;
    position: relative;
}
nav.navbar.navbar-default {
    background: transparent;
    border: none;
    height: auto;
    min-height: auto;
    margin: 0;
}
a.navbar-brand {
    padding: 0;
    height: auto;
}
header.site_header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100px;
    z-index: 99;
}
section.headerSticky {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.connectAreaHeader {
    background: #0000004d;
    backdrop-filter: blur(14px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
    z-index: 1;
}
.infoHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    gap: 88px;
}

.navbar-default .navbar-nav>li>a.menuItem {
    font-size: 16px;
    font-weight: 400;
    color: #414042;
}
/*.navbar-default .navbar-nav>li>a.menuItem.active{
	font-weight: 500;
}*/
.navbar-default .navbar-nav>li>a.menuItem {
    font-size: 16px;
    font-weight: 400;
    color: #414042;
    padding: 14px 0 14px;
    margin-right: 71px;
}
.navbar-default .navbar-nav>li:last-child a.menuItem{
	margin-right: 0;
}
.infoBlock span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.pageTitleArea {
    background: url(../imgs/bannerTitle.jpg);
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center top;
    background-size: cover;
}
.titleContent h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
}
.infoBlock a {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}



section.siteWrap {
    padding: 72px 0;
    position: relative;
}
.sectionTitle {
    margin-bottom: 56px;
}
section.formReporter .sectionTitle.text-center {
    margin-bottom: 20px;
}
.checkboxGroup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.checkboxWrap a {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 133px;
    background: #0E1049;
    color: #fff;
    padding: 0 40px;
    max-width: 283px;
    min-width: 283px;
    width: 283px;
    position: relative;
}
.checkboxGroup .checkboxWrap:nth-child(even) a {
    background: #2E3192;
}
.checkboxWrap a h3 {
    margin: 0 0 6px;
    font-weight: 500;
}
.checkboxWrap {
    position: relative;
}
.radioList {
    background: #fff;
    width: 100%;
    margin-top: 20px;
    border: 2px solid #f2f2f2;
    border-top: 0;
}
.radioList.radioListDropDown {
	z-index: 9;
    position: absolute;
	display: none;
}
.checkboxWrap a span.checkboxDropIcon {
    position: absolute;
    bottom: -20px;
    background: #EEEEEE;
    width: 100%;
    text-align: left;
    padding-left: 29px;
    color: #414042;
    font-size: 10px;
    height: 20px;
    display: flex;
    align-items: center;
}
.checkboxWrap a span.checkboxDropIcon svg{
    transition: all 0.3s ease-In-Out;

}
.checkboxWrap a span.checkboxDropIcon.active svg {
    transform: rotateZ(-180deg);
}
.radioList .radioBox {
    padding: 13px 21px;
    transition: all 0.3s ease-in-out;
}
span.radioCustom {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #2E3192;
    border-radius: 100%;
    position: relative;
    margin: 1px 14px 0px 0px;
    top: 0px;
    float: left;
}
span.radioCustom:before,
span.radioCustom:after {
    content: '';
    position: relative;
    width: 17px;
    height: 17px;
    background: url(../imgs/checked.svg);
    top: -1px;
    left: -3px;
    display: inline-block;
    background-size: contain !important;
    opacity: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
span.radioCustom:after {
    background: url(../imgs/checked-white.svg);
    top: -26px !important;
}
.radioList .radioBox label {
    margin-bottom: 0;
}
.radioList .radioBox {
    padding: 13px 21px;
    position: relative;
}

.radioList .radioBox input.customRadio {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 40px;
    opacity: 0;
    margin: 0;
    left: 0;
}

.radioList .radioBox input.customRadio:checked ~ span.radioCustom:before{
	opacity: 1;
}
.radioList .radioBox input.customRadio:checked ~ span.radioCustom{
	border-color:transparent;
}
.radioList .radioBox:hover {
    background: #2e3192;
    color: #fff;
}
.radioList .radioBox:hover h4 {
    color: #fff;
}
.radioList .radioBox:hover span.radioCustom {
    border-color: #fff;
}
.radioList .radioBox:hover input.customRadio:checked ~ span.radioCustom:after{
	opacity: 1;
}
.radioList .radioBox:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
}
.InputFieldsWrap h3 {
    margin: 0;
    margin-bottom: 51px;
    font-size: 34px;
    color: #2E3192;
    font-weight: 500;
}
.fieldWrap label,
.labelSoftwere {
    color: #414042;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    width: 100%;
}
.InputFieldsWrap .form-control::placeholder{
    color: #A8A8A8;
}
.InputFieldsWrap .form-control {
    height: 60px;
    border-radius: 0;
    box-shadow: none !important;
    border-color: #F2F2F2 !important;
    color: #414042;
    margin-bottom: 38px;
    border-radius: 5px;
    border-width: 2px;
}
.softwereRadios {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.softwereRadios .softwareWrap {
    width: 374px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.softwereRadios .softwareWrap .softwareBox h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #A8A8A8;
}
.softwereRadios .softwareWrap input.customRadio {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    opacity: 0;
}
.softwereRadios .softwareWrap {
    height: 135px;
    width: 374px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
}
.softwereRadios .softwareWrap .softwareBox {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.softwereRadios .softwareWrap input.customRadio:checked ~ .softwareBox {
    background: #2E3192;
}
.softwereRadios .softwareWrap input.customRadio:checked ~ .softwareBox h3 {
    color: #fff;
}
.uploadField label {
    position: absolute;
    background: #2e3192;
    color: #fff;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 171px;
    gap: 10px;
    margin: 0;
}
.image-uploader {
    border: none !important;
    min-height: 48px;
    font-size: 0;
    padding-left: 200px;
    margin-bottom: 40px;
}
.image-uploader .upload-text, .image-uploader .upload-text * {
    font-size: 0 !important;
}
.uploadField .uploaded {
    padding: 0;
}
.image-uploader .uploaded .uploaded-image {
    margin: 0 0.5rem 0 0;
}
.image-uploader .uploaded .uploaded-image {
    width: calc(16.99% - 1rem);
}
button.delete-image i.material-icons {
    font-size: 0 !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1;
    display: inline-block;
    background: transparent !important;
}
button.delete-image {
	background: url('../imgs/cross.svg');
    display: block !important;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important;
}
.image-uploader.has-files {
    margin-bottom: 40px;
}
.formSubmissionArea{
    position: relative;
}
.formSubmissionArea button.btnSubmit {
    width: 374px;
    border: none;
    background: #2E3192;
    color: #fff;
    height: 52px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal !important;
}
.checkboxTerms input[type="checkbox"],
.checkboxTerms input[type="radio"] {
    position: absolute;
    width: 100%;
    opacity: 0;
}
.checkboxTerms label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #2E3192;
    margin: 0 10px -5px 0px;
    background-size: 23px !important;
    background-position: -3px !important;
}
.checkboxTerms input[type="checkbox"]:checked ~ label:before,
.checkboxTerms input[type="radio"]:checked ~ label:before {
    background: url(../imgs/checked.svg);
}

.checkboxTerms {
    margin-bottom: 24px;
}
.checkboxTerms label a {
    position: relative;
    z-index: 12;
}
.checkboxTerms label, .checkboxTerms label a {
    font-weight: 400;
    font-size: 16px;
    color: #414042;
}
.radioList .radioBox label h4 {
    font-size: 18px;
    font-weight: 400;
    color: #6E6E6E;
    margin: 0;
}
.chooseOne .checkboxTerms {
    margin-bottom: 0px;
    margin-top: 15px;
}

.multiselect {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.selectBox {
	position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: 400;
    border: 1px solid #F2F2F2;
    padding: 19.5px 15px;
    margin: 24px 0 0;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#scoopistDrop, #scoopistDrop1{
    display: none;
    border: 1px #F2F2F2 solid;
    position: absolute;
    width: 100%;
    /* z-index: 2; */
    z-index: 99999;
    background: #fff;
    padding: 0;
    max-height: 340px;
    overflow-y: scroll;
}
#scoopistDrop label , #scoopistDrop1 label{
    padding: 15px;
    display: block;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

#scoopistDrop label:hover, #scoopistDrop1 label:hover {
	background-color: #F2F2F2;
}
span.emailRight {
    font-size: 14px;
    font-weight: 400;
    float: right;
    color: #A4A4A4;
    position: relative;
    top: 10px;
}
span.designation {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #A4A4A4;
    padding: 3px 0 0 30px;
    font-size: 12px;
}
#scoopistDrop label input[type="checkbox"], #scoopistDrop1 label input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    opacity: 0;
    left: 0;
}
span.scoopistCheckbox {
    width: 16px;
    height: 16px;
    float: left;
    display: inline-block;
    border: 2px solid #2E3192;
    border-radius: 4px;
    margin-right: 15px;
}
span.scoopistCheckbox svg {
    font-size: 10px;
    position: relative;
    top: -4px;
    left: 1px;
    opacity: 0;
    color: #2E3192;
}
#scoopistDrop label input[type="checkbox"]:checked ~ span.scoopistCheckbox svg, 
#scoopistDrop1 label input[type="checkbox"]:checked ~ span.scoopistCheckbox svg{
	opacity: 1;
}
.chooseOne {
    display: flex;
    gap: 15px;
}
/*Footer*/
footer section.siteFooter{
    background-color: #414042;
    padding: 73px 0;
}

section.copyrightFooter {
    background: #414042;
    padding: 20px 0;
    border-top: 1px solid #ffffff1f;
}
section.copyrightFooter p, section.copyrightFooter p a {
    margin: 0;
    font-size: 12px;
    color: #9D9DA4;
    font-style: normal;
}
section.siteFooter p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
}
section.siteFooter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.siteFooter ul li a {
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}
section.siteFooter h4 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 25px 0 10px;
}
.footerFlex {
    display: flex;
    justify-content: space-between;
}
.footerFlex .footerColumn.footer1 {
    max-width: 374px;
}
.footerCol span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    line-height: normal;
}
.footerCol h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    line-height: normal;
    margin-top: 0;
}
.footerCol a {
    width: 100%;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.footerCol a img {
    max-width: 23px;
    max-height: 23px;
    width: 23px;
}



/*WELCOME PAGE*/
/*section.homeBanner.pageTitleArea {
    height: 695px;
    background: url(../imgs/HomeBanner.jpg);
}*/
section.homeBanner.pageTitleArea {
    height: auto;
    background: url(../imgs/HomeBanner.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 40px;
}
/*section.homeBanner.pageTitleArea .titleContent {
    margin-top: -161px;
}*/
section.homeBanner.pageTitleArea .titleContent {
    margin-top: 0;
}
.titleContent p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 0;
/*    max-width: 544px;*/
    max-width: 644px;
    font-weight: 400;
}

section.infoContentBanner{
    display: none;
}
.InfoContentArea {
    background: #2E3192;
    color: #fff;
    margin-top: -111px;
    padding: 40px 200px;
    border-radius: 5px;
    overflow: hidden;
}
.infoMainContent p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.infoBottomContent {
    background: #F0F0F0;
    color: #414042;
    font-size: 20px;
    line-height: 24px;
    padding: 18px 200px;
    margin: 40px -200px -40px;
    font-weight: 500;
}
.infoBottomContent p{
    color: #414042;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.abputCenteredContent {
    max-width: 820px;
    margin: 0 auto;
}
.aboutcontent {
    margin-bottom: 22px;
}
.estBadge {
    background: url(../imgs/established.svg);
    width: 210px;
    display: flex;
    margin-right: 0;
    height: 50px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0px;
}
.aboutHeading {
    position: relative;
}
.aboutHeading h4 {
    color: #BEBEBE;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 18px;
}
.aboutHeading h2, .softwereCentered h3 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 12px;
    color: #414042;
}
.aboutcontent p {
    margin: 17px 0 26px;
    font-size: 16px;
    line-height: 20px;
    color: #414042;
}
.aboutWithImage .row {
    display: flex;
    align-items: center;
}
.aboutWithImage {
    margin-bottom: 26px;
}
.aboutWithImage p {
    font-size: 18px;
    line-height: 24px;
    color: #414042;
}
section.softwereSection {
    background-color: #F7F7F7;
    padding: 71px 0;
}
section.aboutSite {
    margin-bottom: 72px;
}
section.testimonialSection.aboutSite {
    margin-bottom: 0;
    padding-top: 72px;
}
.teamBlock {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 28px;
}
.memberInfo h3 {
    color: #414042;
    font-size: 26px;
    margin: 0;
}
.memberInfo h5 {
    font-size: 18px;
    color: #2E3192;
    margin: 0;
    font-weight: 400;
}

.softwereBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
section.softwereSection .softwereCentered {
    max-width: 772px;
    margin: 0 auto;
}
.softwereCentered h3 {
    margin-bottom: 42px;
}
.softwereHR{
	border-color: #E9E9E9;
}
.softwereHR {
    border-color: #E9E9E9;
    margin: 22px 0 0;
}
hr.softwereHR.headinghr {
    margin: 62px 0 -62px;
    width: 392px;
    float: right;
}
.testiBlock .testiHead {
    color: #414042;
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 24px 18px;
    border-radius: 5px 5px 0 0;
    margin: -1px -1px 0px;
}
.testiBlock:hover .testiHead{
	background: #2E3192;
    color: #fff;
}
.rating ul.ratingIcons, .rating ul.ratingIcons li {
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #F4BC2C;
}
.testiBlock .testiHead h4 {
    margin: 0;
    font-weight: 500;
}
.testicontent {
    padding: 24px 28px;
    border: 1px solid #F2F2F2;
    border-radius: 0 0 5px 5px;
}
.testicontent p{
    text-align: center;
    font-size: 16px !important;
    color: #414042;
    line-height: 24px;
}
.testiBlock .testicontent {
    min-height: 180px;
}
section.testimonialSection.aboutSite .aboutHeading {
    margin-bottom: 47px;
}
.viewButton {
    position: absolute;
    right: 0;
    top: 0;
}
a.themeBtn {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #2E3192;
    padding: 12px 24px;
    border-radius: 5px;
    line-height: normal;
}
h2{
	font-size: 36px;
    font-weight: 500;
    color: #414042;
}
section.testiMainGrid .testimonialsGrid h2 {
    margin-bottom: 56px;
}
section.testiMainGrid .testiBlock {
    margin-bottom: 32px;
}
section.testiMainGrid {
    margin-bottom: -32px;
}

.modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: max-content;
    background: #fff;
    padding: 72px 80px;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
}
a.crossModal {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #414042;
    border: 2px solid #414042;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.termContent h2 {
    color: #2E3192;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 40px;
}
.termContent p {
    color: #414042;
    font-size: 16px;
    line-height: 28px;
}
.checkboxTerms label a {
    text-decoration: underline;
}
.radioMultiField label {
    position: relative;
}
.flexRadiosTitle {
    display: flex;
}
.radioBox.radioBoxMulti .imgBoxRadio img.hoverIcon {
    display: none;
}
.radioBox:hover .imgBoxRadio img.normalIcon {
    display: none;
}
.radioBox:hover .imgBoxRadio img.hoverIcon {
    display: block;
}
.radioMultiField {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 6px;
}
.imgBoxRadio {
    padding: 7px 9px 0px;
}
.radioMultiField span.radioCustom {
    margin-right: 8px;
    margin-top: 0;
}
.titleMultiRadio h4 {
    margin: 7px 0 6px;
    font-size: 22.34px;
}
.titleMultiRadio b {
    color: #8C8C8C;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}
.radioList .radioBox.radioBoxMulti label {
    margin-bottom: 0;
    color: #8C8C8C;
    font-weight: 400;
}
.radioList .radioBox:hover label,
.radioBox:hover .titleMultiRadio b {
    color: #fff;
}


/*SCOOPIST PROOFREADERS*/
.loginForm .formHead {
    color: #fff;
    background: #2e3192;
    text-align: center;
    padding: 18px 0;
    border-radius: 6px 6px 0 0;
}
.loginForm .fieldParent {
    border: 2px solid #F2F2F2;
    padding: 32px 22px;
    border-radius:0 0 6px 6px;

}
.loginForm .formHead h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
}
.loginForm .formSubmissionArea button.btnSubmit {
    width: 100%;
}
.loginForm .formSubmissionArea .checkboxTerms label, .loginForm .formSubmissionArea .checkboxTerms label a {
    font-size: 14px;
    margin: 0;
}
.loginForm {
    margin-left: 66px;
}
section.loginMain p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
}
section.loginMain p.pQuestion {
    font-weight: 500;
}
section.loginMain h2 {
    margin: 0 0 24px;
}
.loginForm .fieldWrap label {
    font-size: 16px;
}
.loginForm .InputFieldsWrap .form-control {
    margin-bottom: 24px;
}
.loginActionFooter {
    text-align: center;
    display: block;
    margin: 16px auto 0;
}
p:last-child {
    margin-bottom: 0 !important;
}




/*DASHBOARD STYLESHEET BEGINS*/
section.pageTitleArea.dashboardTitleArea {
    height: 235px;
    padding-top: 64px;
    background: #2E3192;
}
.userInfo {
    height: auto;
    border: 1px solid #7d7d7d80;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 16px 17px;
    margin-bottom: 44px;
}
.userInfo > .row{
    width: 100%;
}
.userInfoBlock {
    display: flex;
    align-items: center;
    position: relative;
    padding: 9.5px 0;
}
.userInfoBlock .icon svg {
    color: #403e4180;
    font-size: 20px;
    position: relative;
    top: -10px;
    margin-right: 10px;
}
.userInfoBlock .namedes h4 {
    color: #414042;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 3px;
    line-height: normal;
}
.userInfoBlock .namedes span {
    color: #A8A8A8;
    font-size: 14px;
    font-weight: 400;
}
.userInfoBlock a.editProf{
    font-size: 16px;
    font-weight: 400;
    color: #414042;
    margin-left: -6px;
}
.userInfoBlock a.editProf svg {
    color: #2E3192;
    margin-left: 8px;
}
.userInfoBlock a.logout{
    width: 129px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #2E3192;
    border-radius: 4px;
    margin-left: 24px;
}
.leftBorder:before{
    content:'';
    height: 100%;
    width: 1px;
    opacity: 0.5;
    background:#7D7D7D;
    left:-38px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
}
.userInfo .col-md-4 .userInfoBlock {
    padding-left: 18px;
}

.tabTitle {
    background: #2E3192;
    color: #fff;
    border-radius: 4px;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 16px;
}
.tabTitle h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.jobBlock {
    border: 1px solid #0000001f;
    border-radius: 4px;
}
.jobHeader,
.jobFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px;
}

.verticalTabbing {
    display: flex;
    justify-content: space-between;
}
.verticalTabbing ul.nav.nav-tabs {
    width: 244px;
    min-width: 244px;
    max-width: 244px;
    margin-right: 90px;
    border: none;
}
.verticalTabbing ul.nav.nav-tabs li,
.verticalTabbing ul.nav.nav-tabs li a {
    width: 100%;
    display: inline-block;
    margin: 0px;
    border: none !important;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #414042;
}

.jobInfoContent {
    display: flex;
    flex-wrap: wrap;    
    border-top: 1px solid #0000000d;
    border-bottom: 1px solid #0000000d;
    background: #F7F7F7;
    padding: 20px 32px;
    gap: 20px 0;
}
.jobInfoContent .jobInfoCol {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
}
.jobInfoContent .jobInfoCol span,
.jobHeader .ClientInfo span{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 13px;
}

.jobHeader .ClientInfo h4, .jobHeader .ClientInfo h4 a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2E3192;
}
.jobInfoContent .jobInfoCol h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #414042;
}

.jobFooter .jobFooterCol a.jobActionBtn {
    width: 90px;
    display: inline-block;
    background: #2E3192;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 12px;
}
.jobFooter .jobFooterCol a.jobActionBtn.decline {
    border: inset;
    border-width: 1px;
    border-color: #2E3192;
    background: transparent;
    color: #2E3192;
    font-weight: 400;
}
.jobFooter .jobFooterCol a.detailJobBtn {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    font-weight: 500;
    color: #2E3192;
    font-size: 14px;
}
.verticalTabbing ul.nav.nav-tabs li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 24px;
    border-bottom: 1px solid #7d7d7d52 !important;
}
.verticalTabbing ul.nav.nav-tabs li a span.jobCounts {
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
}
.verticalTabbing ul.nav.nav-tabs li.active a,
.verticalTabbing ul.nav.nav-tabs li a:hover {
    background: #F5F5F5;
}
.modal-dialog.jobPopupAction {
    max-width: 574px;
}

.jobPopupAction h3 {
    color: #2E3192;
}
.declined h3 {
    color: #F21E1E;
}

.jobPopupAction p {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 48px;
}
.jobPopupAction a.ModalActionBtn {
    color: #fff;
    background: #2E3192;
    padding: 12px 50px;
    font-size: 16px;
    border-radius: 4px;
}
.jobPopupAction a.ModalActionBtn.Decline {
    background: #f21e1e;
}

.modal-dialog.jobPopupAction.submitJob {
    max-width: 1234px;
    padding: 48px 32px;
}
form.formSubmit {
    text-align: left;
}
.InputFieldsWrap .fieldWrap label ~ select {
    margin: 0;
    border-radius: 4px;
    border-color: #F2F2F2 !important;
    border-width: 2px;
}
.jobPopupAction.submitJob .formSubmissionArea p {
    font-size: 16px;
    color: #414042;
    font-weight: 400;
    margin: 0 0 20px;
}
.jobPopupAction.cancelJob h2 {
    margin-bottom: 0 !important;
}
.jobPopupAction.cancelJob p {
    margin: 8px 0 46px !important;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
.jobPopupAction.cancelJob {
    padding: 48px 24px;
}



/* Job Single Page */
.jobDetailSec.jobSinglePage {
    padding: 32px 0 8px;
}
.jobDetailInfo .detailJobHeader {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.jobDetailInfo .detailJobHeader .jobHeader {
    width: calc(100% - 213px);
}
.jobDetailInfo .jobBlock {
    border: none;
    border-radius: 0;
}
.jobDetailInfo .detailJobHeader .jobHeader,
.jobDetailInfo .detailJobHeader .jobSinglePrice{
    padding: 22px 39px;
    background: #FAFAFA;
    border: 1px solid #0000000d;
    border-radius: 4px;
}
.jobDetailInfo .detailJobHeader .jobSinglePrice {
    width: 197px;
    max-width: 197px;
    min-width: 197px;
    text-align: center;
    padding: 10.16px 39px !important;
}
.jobSinglePrice.ClientInfo h4 {
    font-size: 40px;
    color: #2E3192;
    font-weight: 600;
    margin: 0;
}
.jobSinglePrice.ClientInfo span:not(.currency) {
    font-size: 18px;
    color: #A8A8A8;
    font-weight: 400;
}
.jobDetailDescription {
    border: 1px solid #0000000d;
    border-radius: 4px;
    padding: 29px 24px 32px;
    margin-bottom: 32px;
}
.jobDetailDescription p {
    font-size: 16px;
    color: #414042;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}
.attachmentList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.attachmentList .fileJob a {
    background: #F5F5F5;
    padding: 9.5px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #414042;
    font-weight: 400;
    display: inline-block;
}
.jobInfoContent.jobSingleInfo {
    gap: 32px 0;
    border: 1px solid #0000000d;
    border-radius: 4px;
}
.jobInfoContent.jobSingleInfo .jobInfoCol {
    max-width: 33.333%;
    min-width: 33.333%;
    flex: 0 0 33.333% !important;
}
.jobDetailSec.jobSinglePage .jobFooter {
    padding: 0;
    margin-top: 56px;
}
.jobDetailSec.jobSinglePage .jobFooter .jobFooterCol a.jobActionBtn {
    width: 200px;
    padding: 16px 0;
    font-size: 18px;
    line-height: 16px;
}
.jobActionArea .SingleTitleArea {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadCrumbs li, .breadCrumbs li a, .breadCrumbs li svg {
    color: #616161;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 ;
    padding: 0;
}
.breadCrumbs li:not(:last-child){
    margin-right: 12px;
}
.breadCrumbs li svg {
    font-size: 12px;
}
a.backAnchor {
    position: absolute;
    right: 15px;
    top: -72px;
    color: #414042;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 18px;
    gap: 16px;
    font-weight: 500;
}
.SingleTitleArea h2 {
    margin: 0;
    font-size: 36px;
    line-height: initial;
    color: #414042;
}
.termsPageContent p {
    line-height: 28px;
    margin-top: 24px;
}
.termsPageContent h2 {
    margin: 0;
}
.fieldWrap select {
    margin-top: 0;
}
.realTeamTabs ul.nav.nav-tabs, .realTeamTabs ul.nav.nav-tabs li, .realTeamTabs ul.nav.nav-tabs li a {
    border: none;
}
.realTeamTabs ul.nav.nav-tabs {
    text-align: center;
    margin: 0 auto 56px;
    display: block;
    max-width: max-content;
}
.realTeamTabs ul.nav.nav-tabs li a {
    background: transparent;
    color: #2E3192;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    border: 1px solid #2E3192;
}
.realTeamTabs ul.nav.nav-tabs li:first-child a{
    border-radius: 4px 0 0 4px;
}
.realTeamTabs ul.nav.nav-tabs li:last-child a{
    border-radius: 0 4px 4px 0;
}
.realTeamTabs ul.nav.nav-tabs li.active a,
.realTeamTabs ul.nav.nav-tabs li a:hover{
    color: #fff;
    background: #2E3192;

}
form.forgetFrom .InputFieldsWrap {
    max-width: 474px;
    margin: 56px auto 0;
}
form.forgetFrom .formSubmissionArea {
    max-width: 250px;
    margin: 32px auto 0;
}
form.forgetFrom .formSubmissionArea button.btnSubmit {
    width: 100%;
    margin-bottom: 16px;
}
form.text-center.forgetFrom label {
    text-align:left;
}
form.forgetFrom .formSubmissionArea a{
    color: #2E3192;
    font-size: 14px;
}
form.text-center.forgetFrom input.form-control {
    margin-bottom: 16px;
}

/*court reporter css IBS*/
section.formReporter .formMain .checkboxGroup.multiselect {
    border-bottom: 1px solid #E9E9E9;
}
.selectedContentBs {
    margin-top: 40px;
    position: relative;
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
    min-height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 13px;
}
.selectedContentBs p.selected_opt_lbl {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #6E6E6E;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding-left: 57px;
}
.selectedContentBs p.selected_opt_rate_lbl {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #414042;
    text-align: left;
    padding-left: 57px;
    margin-bottom: 4px;
}
.selectedContentBs p.add_srvc_lbl {
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    color: #676767;
    margin: 0 auto;
    /* me */
    display: inline-block;
    width: 100%;
    text-align: center;
}
.selectedContentBs p.add_srvc_lbl span{
    font-weight: 500;
    color: #8C8C8C;
}

.selectedContentBs p.selected_opt_lbl:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 28px;
    top: 2px;
    background: url(../imgs/round-checkbox.png);
    background-size: cover;
}
.selectedContentBs p:empty{
    display:none;
}

.multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:after,
.multiselect .checkboxWrap.selectBox:nth-child(3) .selectedContentBs:after {
    content: '';
    width: 1px;
    height: 100%;
    min-height: 79px;
    max-height: 79px;
    background: #CBCBCB;
    position: absolute;
    right: -33px;
    top: 0px;
}
.multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:before{
    content: '';
    width: 1px;
    height: 100%;
    min-height: 79px;
    max-height: 79px;
    background: #CBCBCB;
    position: absolute;
    left: -33px;
    top: 0;
}
.infoBottomContent p:empty {
    display: none;
}
section.copyrightFooter p a:hover {
    color: #fff;
}
.fanmailPopup .modal-dialog {
    background: transparent;
    padding: 60px 60px 0;
}
.fanmailPopup .modal-dialog .termContent {
    background: #fff;
}
.fanmailPopup a.crossModal {
    color: #fff;
    border-color: #fff;
}
.fanmailPopup .testiBlock .testicontent {
    min-height: auto;
}
.chooseOne .checkboxTerms{
    position:relative;
}
.image-uploader.has-files > .uploaded > .uploaded-image label.form-control {
    position: unset;
}

section.softwereSection .softwereCentered .row:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width:1199px) and (max-width:1300px){
    div#PageCount .selectBox select {
        margin-top: 0;
    }
}
@media (min-width:1440px) and (max-width:1599px){
    body{
        overflow-x: hidden;
    }
    section.headerSticky,
    header.site_header{
        height: 70px;
    }
    .connectAreaHeader{
        bottom: -40px;
    }
    .infoHeader{
        height: 40px
    }
    .infoBlock span{
        font-size: 14px;
    }
    .infoBlock a{
        gap:10px
    }
    .infoBlock a img {
        width: 22px;
    }
    .titleContent p,
    .infoMainContent p{
        font-size: 16px;
    }
    section.homeBanner.pageTitleArea {
        height: 540px;
        background-position: top center;
    }
    section.homeBanner.pageTitleArea .titleContent {
        margin-top: 0;
    }
    .InfoContentArea {
        padding: 30px 50px;
    }
    .infoBottomContent {
        padding: 10px 0px;
        font-size: 18px;
        margin-bottom: -30px;
    }
    .infoBottomContent p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav>li>a.menuItem{
        margin-right: 51px;
        font-size: 16px;
    }
    .aboutWithImage p {
        font-size: 16px;
        line-height: 24px;
        color: #414042;
    }
    .memberInfo h3 {
        font-size: 22px;
    }
    section.softwereSection {
        padding: 51px 0;
    }
    section.siteWrap {
        padding: 62px 0;
        position: relative;
    }
    section.testimonialSection.aboutSite {
        padding-top: 62px;
    }
    section.aboutSite {
        margin-bottom: 62px;
    }
    .testicontent p{
        font-size: 14px !important;
    }
    .testiBlock .testiHead h4 {
        font-size: 16px;
    }
    a.themeBtn {
        font-size: 16px;
    }
    section.siteFooter h4 {
        font-size: 22px;
    }
    section.siteFooter ul li a,
    section.siteFooter p {
        font-size: 14px;
    }
    .footerCol span, .footerCol a {
        font-size: 14px;
    }
    .footerCol a img {
        max-width: 18px;
        max-height: 18px;
        width: 18px;
    }
    .pageTitleArea{
        height: 280px;
    }
    .checkboxWrap a h3 {
        font-size: 20px;
    }
    .checkboxWrap a{
        height: 100px;
    }
    .multiselect {
        margin-bottom: 20px;
    }
    .selectedContentBs{
        margin-top: 30px;
        margin-bottom: 3px;
    }
    .InputFieldsWrap h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .fieldWrap label, .labelSoftwere {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .InputFieldsWrap .form-control {
        height: 40px;
        font-size: 12px;
    }
    .selectBox select {
        width: 100%;
        font-weight: 400;
        border: 1px solid #F2F2F2;
        padding: 9.5px 15px;
        margin: 20px 0 0;
    }
    .image-uploader {
        margin-bottom: 20px;
    }
    .uploadField label {
        font-size: 14px;
        font-weight: 400;
    }
    .formSubmissionArea button.btnSubmit{
        width: 174px;
    }
    section.loginMain h2 {
        margin: 0 0 24px;
        font-size: 30px;
    }
    section.loginMain p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .loginForm .formHead h3{
        font-size: 20px;
    }
    .testiBlock .testicontent {
        min-height: 150px;
    }
    section.testiMainGrid .testimonialsGrid h2 {
        margin-bottom: 30px;
    }
    .userInfo {
        padding: 10px 0px 10px 20px;
        margin-bottom: 30px;
    }
    .titleContent h2{
        font-size: 32px;
    }
    .userInfoBlock .namedes h4 {
        font-size: 18px;
    }
    .formSubmissionArea button.btnSubmit {
        width: 174px;
        font-size: 16px;
    }
    .titleMultiRadio h4 {
        font-size: 20.34px;
    }
    .radioList .radioBox label h4 {
        font-size: 16px;
    }

    div#PageCount .selectBox select {
        margin-top: 0;
    }
}
@media (min-width:1200px) and (max-width:1439px){
    body{
        overflow-x: hidden;
    }
    section.headerSticky,
    header.site_header{
        height: 70px;
    }
    .connectAreaHeader{
        bottom: -40px;
    }
    .infoHeader{
        height: 40px
    }
    .infoBlock span{
        font-size: 14px;
    }
    .infoBlock a{
        gap:10px
    }
    .infoBlock a img {
        width: 22px;
    }
    .titleContent p,
    .infoMainContent p{
        font-size: 16px;
    }
    section.homeBanner.pageTitleArea {
        height: 550px;
        background-position: top center;
    }
    /*section.homeBanner.pageTitleArea .titleContent {
        margin-top: -100px;
    }*/
    .InfoContentArea {
        padding: 30px 50px;
    }
    .infoBottomContent {
        padding: 10px 0px;
        font-size: 18px;
        margin-bottom: -30px;
    }
    .infoBottomContent p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav>li>a.menuItem{
        margin-right: 51px;
        font-size: 16px;
    }
    .aboutWithImage p {
        font-size: 16px;
        line-height: 24px;
        color: #414042;
    }
    .memberInfo h3 {
        font-size: 22px;
    }
    section.softwereSection {
        padding: 51px 0;
    }
    section.siteWrap {
        padding: 62px 0;
        position: relative;
    }
    section.testimonialSection.aboutSite {
        padding-top: 62px;
    }
    section.aboutSite {
        margin-bottom: 62px;
    }
    .testicontent p{
        font-size: 14px !important;
    }
    .testiBlock .testiHead h4 {
        font-size: 16px;
    }
    a.themeBtn {
        font-size: 16px;
    }
    section.siteFooter h4 {
        font-size: 22px;
    }
    section.siteFooter ul li a,
    section.siteFooter p {
        font-size: 14px;
    }
    .footerCol span, .footerCol a {
        font-size: 14px;
    }
    .footerCol a img {
        max-width: 18px;
        max-height: 18px;
        width: 18px;
    }
    .pageTitleArea{
        height: 280px;
    }
    .checkboxWrap a h3 {
        font-size: 20px;
    }
    .checkboxWrap a{
        height: 100px;
    }
    .multiselect {
        margin-bottom: 20px;
    }
    .selectedContentBs{
        margin-top: 30px;
        margin-bottom: 3px;
    }
    .InputFieldsWrap h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .fieldWrap label, .labelSoftwere {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .InputFieldsWrap .form-control {
        height: 40px;
        font-size: 12px;
    }
    .selectBox select {
        width: 100%;
        font-weight: 400;
        border: 1px solid #F2F2F2;
        padding: 9.5px 15px;
        margin: 20px 0 0;
    }
    .image-uploader {
        margin-bottom: 20px;
    }
    .uploadField label {
        font-size: 14px;
        font-weight: 400;
    }
    .formSubmissionArea button.btnSubmit{
        width: 174px;
    }
    section.loginMain h2 {
        margin: 0 0 24px;
        font-size: 30px;
    }
    section.loginMain p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .loginForm .formHead h3{
        font-size: 20px;
    }
    .testiBlock .testicontent {
        min-height: 150px;
    }
    section.testiMainGrid .testimonialsGrid h2 {
        margin-bottom: 30px;
    }
    .userInfo {
        padding: 10px 0px 10px 20px;
        margin-bottom: 30px;
    }
    .titleContent h2{
        font-size: 32px;
    }
    .userInfoBlock .namedes h4 {
        font-size: 18px;
    }
    .formSubmissionArea button.btnSubmit {
        width: 174px;
        font-size: 16px;
    }
    .titleMultiRadio h4 {
        font-size: 20.34px;
    }
    .radioList .radioBox label h4 {
        font-size: 16px;
    }
    div#PageCount .selectBox select {
        margin-top: 0;
    }
}
@media (min-width: 320px) and (max-width: 767px){
    .container {
        padding: 0 15px;
    }
    .connectAreaHeader {
        padding: 8px 0px;
        bottom: -52px;
    }
    .infoHeader {
        height: auto;
        gap: 25px;
    }
    .infoBlock span {
        font-size: 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: white !important;
        padding: 10px 15px;
        position: absolute;
        z-index: 99;
        left: 0px;
        right: 0px;
    }
    nav.navbar.navbar-default {
        position: initial;
    }
    .site_header .navbar-nav {
        margin: 0px;
    }
    .navbar-default .navbar-nav>li>a.menuItem {
        padding: 10px 0 10px;
        margin-right: 0px;
        border-bottom: 1px solid;
    }
    .navbar-default .navbar-nav>li:last-child a.menuItem {
        border-bottom: 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }

    section.headerSticky {
        position: initial;
        display: block;
        height: auto;
    }
    header.site_header {
        height: auto;
        padding: 20px 0px;
    }
    section.homeBanner.pageTitleArea {
        background-position: center center;
    }
    section.homeBanner.pageTitleArea {
        padding: 100px 0px 40px;
        height: auto;
    }
    section.homeBanner.pageTitleArea .titleContent {
        margin-top: 0px;
    }
    .titleContent h2 {
        font-size: 23px;
        text-align: center;
    }
    .titleContent p {
        font-size: 14px;
        text-align: center !important;
    }
    .InfoContentArea {
        padding: 20px;
        margin-top: -55px;
    }
    .testiBlock {
        margin-bottom: 15px;
    }
    .infoMainContent p {
        font-size: 14px;
    }
    .infoBottomContent {
        font-size: 14px;
        padding: 20px 10px;
        margin: 20px -20px -20px;
    }
    .estBadge {
        margin: 0px auto;
        position: initial;
    }
    .aboutSecoundRow .col-md-6 {
        width: 50%;
        float: left;
    }
    .aboutSecoundRow .teamBlock {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .aboutSecoundRow .memberInfo h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .aboutSecoundRow .memberInfo h5 {
        font-size: 15px;
    }
    .aboutSecoundRow .memberImage img {
        margin: 0px auto;
    }
    section.aboutSite {
        margin-bottom: 30px;
    }
    section.testimonialSection {
        padding-top: 50px !important;
    }
    footer section.siteFooter {
        padding: 40px 0;
    }
    .infoBottomContent p {
        font-size: 16px;
        line-height: 23px;
    }
    section.pageTitleArea.dashboardTitleArea {
        padding: 100px 0px 70px;
        height: auto;
    }
    .modal-dialog {
        padding: 72px 20px;
    }
    .userInfoBlock .icon svg {
        font-size: 18px;
    }
    section.siteWrap {
        padding: 30px 0px;
    }
    .testiBlock {
        margin-bottom: 15px !important;
    }
    .sectionTitle {
        margin-bottom: 30px;
    }
    .infoBlock a {
        gap: 0px;
    }

    .aboutcontent p {
        font-size: 14px;
    }
    .aboutWithImage p {
        font-size: 16px;
    }

    .aboutWithImage .row {
        display: flex;
        flex-direction: column;
    }

    .aboutWithImage p {
        font-size: 14px;
        margin-top: 15px;
    }

    .softwereCentered h3 {
        text-align: center;
        font-size: 25px;
    }

    section.softwereSection {
        padding: 40px 0px;
    }
    hr.softwereHR {
        display: none;
    }
    .softwereBlock {
        margin-bottom: 10px;
    }
    .aboutHeading h2 {
        font-size: 25px;
        text-align: center;
    }
    .aboutHeading h4 {
        text-align: center;
        font-size: 15px;
    }
    a.themeBtn {
        font-size: 14px;
        margin-top: 10px;
    }
    .viewButton {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .testiBlock .testicontent {
        min-height: auto;
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .testiBlock .testiHead h4 {
        font-size: 14px;
    }
    .testicontent p {
        font-size: 14px !important;
    }
    .SingleTitleArea h2 {
        font-size: 25px;
    }
    .jobActionArea .SingleTitleArea {
        margin-bottom: 40px;
        flex-direction: column;
        gap: 10px;
    }
    .jobDetailInfo .detailJobHeader {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .jobDetailInfo .detailJobHeader .jobHeader {
        width: 100%;
    }
    .jobHeader .ClientInfo h4, .jobHeader .ClientInfo h4 a {
        font-size: 14px;
    }
    .jobHeader, .jobFooter {
        justify-content: space-between;
        gap: 10px;
        text-align: left;
        padding: 15px;
    }   
    .ClientInfo{
        text-align: left;
    }
    .jobSinglePrice.ClientInfo h4 {
        font-size: 30px;
    }
    .jobSinglePrice.ClientInfo span:not(.currency) {
        font-size: 15px;
    }
    .jobDetailDescription p {
        font-size: 14px;
        text-align: center;
        line-height: 23px;
     }    
    .jobFileAttachments h4{
        font-size: 16px;
        text-align: center;
    }
    .attachmentList .fileJob a {
        font-size: 14px;
    }
    .attachmentList {
        justify-content: space-between;
        gap: 10px;
    }
    .jobInfoContent {
        text-align: center;
        gap: 10px 10px;
        padding: 15px;
    }
    .jobFooter .jobFooterCol p {
        font-size: 14px;
    }
    .jobDetailDescription{
        padding: 29px 24px;
    }
    .jobFooter .jobFooterCol a.jobActionBtn {
        margin-right: 0px;
    } 
    .jobPopupAction a.ModalActionBtn {
        padding: 12px 12px;
        font-size: 12px;
    }  
    .jobInfoContent.jobSingleInfo .jobInfoCol {
        min-width: calc(50% - 10px);
    }
    .jobInfoContent .jobInfoCol h4 {
        font-size: 14px;
    }
    .jobDetailSec.jobSinglePage .jobFooter {
        margin-top: 30px;
        text-align: center;
    }
    .jobDetailSec.jobSinglePage .jobFooter .jobFooterCol a.jobActionBtn {
        padding: 10px 0;
        font-size: 15px;
        margin-bottom: 10px;
        width: 49%;
        margin-left: 0;
    }
    .jobDetailSec.jobSinglePage .jobFooter .jobFooterCol {
        width: 100%;
    }
    .InputFieldsWrap .form-control {
        height: 40px;
        font-size: 12px;
    }
    .realTeamTabs ul.nav.nav-tabs {
        display: flex;
        flex-direction: column;
    }
    .fieldWrap label, .labelSoftwere {
       font-size: 16px;
        margin-bottom: 7px;
    }
    .realTeamTabs ul.nav.nav-tabs li a {
        font-size: 15px;
        margin-bottom: 10px;
        height: 40px;
    }
    .checkboxTerms label, .checkboxTerms label a {
        font-size: 12px;
    }
    .formSubmissionArea button.btnSubmit {
        height: 34px;
        font-size: 14px;
        width: 100%;
    }
    .loginActionFooter a {
        font-size: 12px;
    }
    .forgetScreen .text-center p {
        font-size: 12px;
    }
    section.loginMain h2 {
        font-size: 23px;
        text-align: center;
    }
    section.loginMain p {
        font-size: 14px;
        text-align: center;
        line-height: 22px;
    }


    .loginForm {
        margin-top: 30px;
        margin-left: 0px;
    }

    .loginForm .formHead {
        padding: 14px 0;
    }


    .loginForm .formHead h3 {
        font-size: 17px;

    }
    .loginForm .formSubmissionArea .checkboxTerms label, .loginForm .formSubmissionArea .checkboxTerms label a {
        font-size: 11px;
    }

    .termsPageContent h2 {
        font-size: 25px;
    }

    .termsPageContent p {
        line-height: 23px;
        font-size: 14px;
    }
    section.testiMainGrid .testimonialsGrid h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .testiBlock .testiHead {
        flex-direction: row;
        padding: 15px;
    } 
    .testiBlock .testiHead .rating {
        text-align: right;
        min-width: 94px;
    }
    .userInfoBlock .namedes h4 {
        font-size: 16px;
    }

    .userInfo .col-md-4 .userInfoBlock {
        padding-left: 0px;
    }

    .userInfoBlock .namedes span {
        font-size: 14px;

    }

    .userInfoBlock a.editProf {
        font-size: 14px;
        }
    .userInfoBlock a.logout {
        width: 90px;
        height: 33px;
        font-size: 12px;
    }
    .verticalTabbing {
        flex-direction: column;
    }
    .verticalTabbing ul.nav.nav-tabs {
        width: 244px;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    .tabTitle {
        justify-content: space-around;
        padding-left: 0px;
        height: 55px;
        margin-top: 20px
    }
    .jobInfoContent .jobInfoCol {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px) !important;
        min-width: calc(50% - 5px);
        text-align: left;
    }
    .sectionTitle h2{
        font-size: 25px;
    }

    .checkboxGroup {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .checkboxWrap {
        margin-bottom: 17px;
    }
    .checkboxWrap span {
        font-size: 12px;
    }
    .checkboxWrap a h3 {
        font-size: 15px;
    }
    .radioList .radioBox label h4 {
        font-size: 14px;
        }
    .titleMultiRadio h4 {
        font-size: 15.34px;
    }  
    .titleMultiRadio b {
        font-size: 14px;
    }
    .InputFieldsWrap h3 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 40px;
    }
    .softwereRadios {
        flex-direction: row;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .softwereRadios .softwareWrap {
        margin-bottom: 15px;
        height: 100px;
        width: 48%;
    }
    .softwereRadios .softwareWrap .softwareBox h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .scoopistsDropDown{
        text-align: center;
    }
    .chooseOne {
        gap: 0px;
        justify-content: space-evenly;
    }
    .uploadField label {
        height: 40px;
    }
    span.emailRight {
        font-size: 12px;
        top: 0px;
    }
    span.designation {
       width: auto;
       padding: 0;
    }
    span.scoopistCheckbox {
        margin-right: 5px;
    }
    #scoopistDrop label, #scoopistDrop1 label {
        padding: 10px 5px 0;
    }
    #scoopistDrop, #scoopistDrop1 {
        max-height: 180px;
    }
    .checkboxTerms input[type="checkbox"], .checkboxTerms input[type="radio"] {
       width: 30%;
    }
    .pageTitleArea {
        height: auto;
        padding: 100px 0px 70px;
    }    
    .uploadField {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .image-uploader {
        padding: 0;
        margin: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    .multiselect {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .fileUpdloader {
        margin-bottom: 25px;
    }
    .uploadField label {
        width: auto;
        left: 15px;
        right: 15px;
    }
    .image-uploader {
        width: 100% !important;
    }
    .image-uploader.has-files .uploaded {
        width: 100%;
        margin: 50px 0 0;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        gap: 5px;
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(33.33333% - 5px);
        margin: 0;
        display: inline-block !important;
        height: 48px;
        margin-bottom: 0;
    }
    .image-uploader.has-files > .uploaded > .uploaded-image label.form-control {
        width: 100%;
        position: unset;
    }
    .image-uploader.has-files {
        margin-bottom: 10px;
    }
    .footerFlex {
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
        flex-direction: column;
    }

    .footerFlex .footerColumn.footer1 {
        text-align: center;
    }
    .footerFlex .footerColumn.footer1 {
        max-width: 100%;
    }
    section.siteFooter p {
        font-size: 14px;
        line-height: 23px;
    }

    .footer2{
        text-align: center;
        margin-top: 15px;
    }

    section.siteFooter h4 {
        font-size: 25px;
    }

    section.siteFooter ul li a {
        font-size: 16px;
        margin-top: 14px;
    }

    .footer3{
        text-align: center;
        margin-top: 15px;
    }

    .footerCol h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footerCol a {
        width: 100%;
        color: #fff;
        display: flex;
        gap: 10px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 12px;
        justify-content: center;
        align-items: center;
    }

    section.copyrightFooter p, section.copyrightFooter p a {
        font-size: 9px;
        text-align: center;
    }
    .leftBorder:before {
        opacity: 0;
    }
    a.backAnchor {
        top: -55px;
        left: 15px;
        right: auto;
    }
    .jobDetailInfo .detailJobHeader .jobSinglePrice {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        text-align: center;
        padding: 10.16px 39px !important;
    }

    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(3) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:before{
        display:none;
    }
    .selectedContentBs p.add_srvc_lbl span {
        font-weight: 500;
        color: #8C8C8C;
        font-size: 14px;
    }
    .selectedContentBs{
        min-height:unset;
    }
    .selectBox select {
        padding: 8.5px 5px;
    }
    section.softwereSection .softwereCentered .row:nth-child(2) {
        display: inherit;
        flex-wrap: unset;
        justify-content: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .container {
        padding: 0 15px;
    }
    section.headerSticky {
        position: relative;
    }
    .jobActionArea .SingleTitleArea {
    margin-bottom: 35px;
    }
    .navbar-default .navbar-nav>li>a.menuItem {
        font-size: 14px;
        margin-right: 20px;
    }
    section.homeBanner.pageTitleArea {
        background-size: cover !important;
        height: auto;
        padding: 100px 0px 40px;
    }
    .infoBlock span {
        font-size: 13px;
    }
    .titleContent h2 {
        font-size: 33px;
    }
    .titleContent p {
        font-size: 15px;
    }
    section.homeBanner.pageTitleArea .titleContent {
        margin-top: 0px;
    }
    .infoMainContent p {
        font-size: 15px;
    }
    .infoBottomContent p {
       font-size: 16px;
       line-height: 17px;
    }
    .InfoContentArea {
        padding: 40px 50px;
        margin-top: -70px;      
    }
    .aboutcontent p {
        font-size: 13px;
    }
    .aboutWithImage p {
        font-size: 14px;
        line-height: 22px;
    }
    .aboutWithImage .col-md-5 {
        flex: 0 0 45%;
    }
    .aboutSecoundRow {
        display: flex;
        flex-wrap: wrap;
    }
    .memberInfo h3 {
        font-size: 20px;
    }
    .memberInfo h5 {
        font-size: 15px;
    }
    section.aboutSite {
        margin-bottom: 40px;
    }
    .aboutSecoundRow .col-md-6 {
        flex: 0 0 50%;
    }
    a.themeBtn {
        font-size: 15px;    
    }
    .aboutHeading h4 {
        font-size: 17px;
    }
    .estBadge {
        width: 180px;
        height: 42px;
    }

    .estBadge span {
        font-size: 13px;
    }

    .aboutHeading h2, .softwereCentered h3 {
        font-size: 30px;
    }

    hr.softwereHR.headinghr {
        margin: 50px 0 -62px;
        width: 370px;
    }
    .softwareBoxRow,
    .testimonialsGrid .row {
        display: flex;
        flex-wrap: wrap;
    }
    .softwareBoxRow .col-md-4,
    .testimonialsGrid .col-md-4 {
        flex: 0 0 33.33%;
    }
    .softwereBlock {
        margin-bottom: 15px;
    }
    .testicontent {
        margin-bottom: 15px;
    }
    .testiBlock .testicontent {
        min-height: 175px;
        display: flex;
        align-items: center;       
        padding: 15px;
    }
    footer section.siteFooter {
        padding: 50px 0;
    }

    .testicontent p {
        font-size: 13px !important;
        line-height: 20px;
    }

    .testiBlock .testiHead h4 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .ratingIcons .svg-inline--fa.fa-w-18 {
        font-size: 11px;
    }
    .testiBlock .testiHead {
        display: flex;
        padding: 10px;
        margin: 0px;
        justify-content: space-between;
        text-align: left;
        align-items: center;
    }
    .testiBlock .testiHead .rating {
        min-width: 76px;
        max-width: 76px;
        text-align: right;
    }
    section.siteFooter p {
        font-size: 14px;
    }
    .footerFlex .footerColumn.footer1 {
        max-width: 225px;
    }
    section.siteFooter h4 {
        font-size: 24px;
    }
    section.siteFooter ul li a {
        font-size: 15px;
     }
     .footerCol a {
        font-size: 15px;
    }
    .footerCol span {
        font-size: 13px;
    }
    .footerCol h5 {
        font-size: 16px;
    }
    .jobDetailSec.jobSinglePage {
        padding: 20px 0 8px;
    }
    a.backAnchor {
        font-size: 14px;
        top: -60px;
        left: 15px;
    }
    .jobHeader .ClientInfo h4, .jobHeader .ClientInfo h4 a {
        font-size: 14px;

    }
    .jobSinglePrice.ClientInfo h4 {
        font-size: 30px;
    }
    .jobSinglePrice.ClientInfo span:not(.currency) {
        font-size: 14px;
    }
    .jobDetailDescription p {
        font-size: 15px;
        line-height: 24px;
    }
    .attachmentList .fileJob a {
        font-size: 14px;
    }
    .jobInfoContent .jobInfoCol h4 {
        font-size: 14px;
    }
    .jobDetailSec.jobSinglePage .jobFooter .jobFooterCol a.jobActionBtn {
        width: 172px;
        padding: 10px 0;
        font-size: 15px;
        margin-right: 0px;
    }
    .jobFooter .jobFooterCol a.detailJobBtn {
        font-size: 13px;
    }
    .realTeamTabs ul.nav.nav-tabs li a {
        font-size: 17px;
        height: 45px;
    }
    .jobInfoContent .jobInfoCol span, .jobHeader .ClientInfo span {
        font-size: 11px;
    }
    .fieldWrap label, .labelSoftwere {
        margin-bottom: 5px;
    }
    .selectBox select {
        padding: 13.5px 15px;
    }
    .formSubmissionArea button.btnSubmit {
        height: 45px;
        font-size: 16px;
    }
    .forgetScreen p {
        font-size: 15px;
    }
    .fieldWrap label, .labelSoftwere {
        font-size: 17px;
    }
    .InputFieldsWrap .form-control {
        height: 46px;
        margin-bottom: 35px !important;
    }
    .pageTitleArea {
        height: auto;
        padding: 130px 0px 90px;
    }
    section.pageTitleArea.dashboardTitleArea {
        height: auto;
        padding: 130px 0px 90px;
    }
    .jobInfoContent {
        gap: 10px 10px;
        padding: 10px 20px;
    }
    .verticalTabbing ul.nav.nav-tabs {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
        margin-right: 20px;
        border: none;
    }
    .jobInfoContent .jobInfoCol {
        flex: 0 0 calc(33.333% - 7px);
        max-width: calc(33.333% - 7px);
        min-width: calc(33.333% - 7px);
    }
    .jobFooterCol p {
        font-size: 16px;
    }
    .jobHeader, .jobFooter {
        padding: 20px 20px;
    }
    section.loginMain h2 {
        font-size: 30px;
    }
    section.loginMain p {
        font-size: 16px;
        line-height: 20px;
    }
    .loginForm {
        margin-left: 0px;
        padding-top: 30px;
    }
    .loginForm .formHead h3 {
        font-size: 20px;
    }
    .termsPageContent p {
        line-height: 26px;
        font-size: 15px;
    }
    .userInfo .col-md-4 .userInfoBlock {
        padding-left: 0px;
    }
    .userInfoBlock .namedes h4 {
        font-size: 17px;
    }
    .userInfoBlock .namedes span {
        font-size: 13px;
    }
    .userInfoBlock a.logout {
        width: 110px;
        height: 35px;
        font-size: 14px;
        margin-left: auto;
        float: right;
        position: relative;
        right: -100px;
    }
    .leftBorder:before {
        left: 30px;
    }
    .userInfoBlock a.editProf {
        font-size: 15px;
    }
     .verticalTabbing ul.nav.nav-tabs li a {
        font-size: 16px;
    }
    .tabTitle h3 {
        font-size: 17px;
    }
    .tabTitle {
        height: 55px;
    }
    .checkboxWrap a h3 {
        font-size: 17px;
        line-height: 25px; 
    }
    .checkboxWrap span{
        font-size: 12px;
    }
     .InputFieldsWrap h3 {
        margin-bottom: 34px;
        font-size: 27px;
    }
    .radioList .radioBox label h4 {
        font-size: 16px;
    }
    .radioList .radioBox label b {
        font-size: 13px;
    }
    .checkboxWrap {
        position: relative;
        margin: 0px 20px 20px;
    }
    .titleMultiRadio h4 {
        font-size: 18px;
    }

    .softwereRadios .softwareWrap .softwareBox h3 {
        font-size: 20px;
    }

    .softwereRadios .softwareWrap {
        height: 100px;
        margin: 0px 10px;
    }
    section.copyrightFooter p, section.copyrightFooter p a {
        text-align: center;
    }
    .checkboxGroup {
        justify-content: center;
        flex-wrap: wrap;
    }
    .checkboxTerms input[type="checkbox"], .checkboxTerms input[type="radio"] {
        width: 50%;
    }
    .userInfo .row {
        display: flex;
    }
    .userInfo .row .col-md-3 {
        flex: 0 0 25%;
    }
    .userInfo .row .col-md-4 {
        flex: 0 0 37%;
    }
    .userInfo .row .col-md-offset-2.col-md-3 {
        flex: none;
    }
    section.testiMainGrid .testimonialsGrid h2 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    section.siteWrap {
        padding: 50px 0;
        position: relative;
    }
    .jobDetailInfo .detailJobHeader .jobSinglePrice {
        width: 27%;
        max-width: 27%;
        min-width: 27%;
        text-align: center;
        padding: 10.16px 39px !important;
    }

    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(3) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:before{
        display:none;
    }
    .selectedContentBs p.add_srvc_lbl span {
        font-weight: 500;
        color: #8C8C8C;
        font-size: 14px;
    }
    .selectedContentBs{
        min-height:unset;
    }
    .image-uploader.has-files > .uploaded > .uploaded-image label.form-control {
        position: unset;
        margin-bottom: 5px !important;
    }
    .image-uploader.has-files > .uploaded > .uploaded-image{
        width: calc(25.96% - 1rem);
    }
    div#PageCount .image-uploader.has-files > .uploaded > .uploaded-image {
        width: calc(33.333333% - 5px);
    }
    .softwereBlock img {
        width: 110px;
        margin: 0 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
      .container {
        padding: 0 15px;
    }
    section.headerSticky {
        position: relative;
    }
    .jobActionArea .SingleTitleArea {
    margin-bottom: 35px;
    }
    .navbar-default .navbar-nav>li>a.menuItem {
        font-size: 14px;
        margin-right: 20px;
    }
    section.homeBanner.pageTitleArea {
        background-size: cover !important;
        height: auto;
        padding: 100px 0px 40px;
    }
    .infoBlock span {
        font-size: 13px;
    }
    .titleContent h2 {
        font-size: 33px;
    }
    .titleContent p {
        font-size: 15px;
    }
    section.homeBanner.pageTitleArea .titleContent {
        margin-top: 0px;
    }
    .infoMainContent p {
        font-size: 15px;
    }
    .infoBottomContent p {
       font-size: 15px;
    }
    .InfoContentArea {
        padding: 40px 50px;
        margin-top: -70px;      
    }
    .aboutcontent p {
        font-size: 13px;
    }
    .aboutWithImage p {
        font-size: 14px;
        line-height: 22px;
    }
    .aboutWithImage .col-md-5 {
        flex: 0 0 45%;
    }
    .aboutSecoundRow {
        display: flex;
        flex-wrap: wrap;
    }
    .memberInfo h3 {
        font-size: 20px;
    }
    .memberInfo h5 {
        font-size: 15px;
    }
    section.aboutSite {
        margin-bottom: 40px;
    }
    .aboutSecoundRow .col-md-6 {
        flex: 0 0 50%;
    }
    a.themeBtn {
        font-size: 15px;    
    }
    .aboutHeading h4 {
        font-size: 17px;
    }
    .estBadge {
        width: 180px;
        height: 42px;
    }

    .estBadge span {
        font-size: 13px;
    }

    .aboutHeading h2, .softwereCentered h3 {
        font-size: 30px;
    }

    hr.softwereHR.headinghr {
        margin: 58px 0 -62px;
        width: 370px;
    }
    .softwareBoxRow,
    .testimonialsGrid .row {
        display: flex;
    }
    .softwareBoxRow .col-md-4,
    .testimonialsGrid .col-md-4 {
        flex: 0 0 33.33%;
    }
    .softwereBlock {
        margin-bottom: 15px;
    }
    .testicontent {
        margin-bottom: 15px;
    }
    .testiBlock .testicontent {
        min-height: 130px;
        display: flex;
        align-items: center;
        padding: 15px;
    }
    footer section.siteFooter {
        padding: 50px 0;
    }

    .testicontent p {
        font-size: 13px !important;
        line-height: 20px;
    }

    .testiBlock .testiHead h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .ratingIcons .svg-inline--fa.fa-w-18 {
        font-size: 11px;
    }
    .testiBlock .testiHead {
        display: flex;
        padding: 15px 10px 10px;
        margin: 0px;
        text-align: left;
    }
    section.siteFooter p {
        font-size: 14px;
    }
    .footerFlex .footerColumn.footer1 {
        max-width: 225px;
    }
    section.siteFooter h4 {
        font-size: 24px;
    }
    section.siteFooter ul li a {
        font-size: 15px;
     }
     .footerCol a {
        font-size: 15px;
    }
    .footerCol span {
        font-size: 13px;
    }
    .footerCol h5 {
        font-size: 16px;
    }
    .jobDetailSec.jobSinglePage {
        padding: 20px 0 8px;
    }
    a.backAnchor {
        font-size: 14px;
    }
    .jobHeader .ClientInfo h4, .jobHeader .ClientInfo h4 a {
        font-size: 14px;

    }
    .jobSinglePrice.ClientInfo h4 {
        font-size: 30px;
    }
    .jobSinglePrice.ClientInfo span:not(.currency) {
        font-size: 14px;
    }
    .jobDetailDescription p {
        font-size: 15px;
        line-height: 24px;
    }
    .attachmentList .fileJob a {
        font-size: 14px;
    }
    .jobInfoContent .jobInfoCol h4 {
        font-size: 14px;
    }
    .jobDetailSec.jobSinglePage .jobFooter .jobFooterCol a.jobActionBtn {
        width: 172px;
        padding: 10px 0;
        font-size: 15px;
        margin-right: 0px;
    }
    .jobFooter .jobFooterCol a.detailJobBtn {
        font-size: 13px;
    }
    .realTeamTabs ul.nav.nav-tabs li a {
        font-size: 17px;
        height: 45px;
    }
    .jobInfoContent .jobInfoCol span, .jobHeader .ClientInfo span {
        font-size: 11px;
    }
    .fieldWrap label, .labelSoftwere {
        margin-bottom: 5px;
    }
    .selectBox select {
        padding: 13.5px 15px;
    }
    .formSubmissionArea button.btnSubmit {
        height: 45px;
        font-size: 16px;
    }
    .forgetScreen p {
        font-size: 15px;
    }
    .fieldWrap label, .labelSoftwere {
        font-size: 17px;
    }
    .InputFieldsWrap .form-control {
        height: 46px;
        margin-bottom: 35px !important;
    }
    .pageTitleArea {
        height: auto;
        padding: 130px 0px 90px;
    }
    section.pageTitleArea.dashboardTitleArea {
        height: auto;
        padding: 130px 0px 90px;
    }
    .userInfo .col-md-offset-2 {
        margin-left: 0px;
    }
    .userInfo .col-md-3 {
        width: 33%;
    }
    .jobInfoContent {
        gap: 20px 20px;
    }
    .jobInfoContent .jobInfoCol {
        flex: 0 0 22%;
        max-width: 22%;
        min-width: 22%;
    }
    section.loginMain h2 {
        font-size: 30px;
    }
    section.loginMain p {
        font-size: 16px;
        line-height: 20px;
    }
    .loginForm {
        margin-left: 0px;
        padding-top: 30px;
    }
    .loginForm .formHead h3 {
        font-size: 20px;
    }
    .termsPageContent p {
        line-height: 26px;
        font-size: 15px;
    }
    .userInfo .col-md-4 .userInfoBlock {
        padding-left: 0px;
    }
    .userInfoBlock .namedes h4 {
        font-size: 17px;
    }
    .userInfoBlock .namedes span {
        font-size: 13px;
    }
    .userInfoBlock a.logout {
        width: 110px;
        height: 35px;
        font-size: 14px;
    }
    .userInfoBlock a.editProf {
        font-size: 15px;
    }
     .verticalTabbing ul.nav.nav-tabs li a {
        font-size: 16px;
    }
    .tabTitle h3 {
        font-size: 17px;
    }
    .tabTitle {
        height: 55px;
    }
    .checkboxWrap a h3 {
        font-size: 17px;
    }
    .checkboxWrap span{
        font-size: 12px;
    }
     .InputFieldsWrap h3 {
        margin-bottom: 34px;
        font-size: 27px;
    }
    .radioList .radioBox label h4 {
        font-size: 16px;
    }
    .radioList .radioBox label b {
        font-size: 13px;
    }
    .checkboxWrap {
        position: relative;
        margin: 0px 20px 20px;
    }
    .titleMultiRadio h4 {
        font-size: 18px;
    }

    .softwereRadios .softwareWrap .softwareBox h3 {
        font-size: 20px;
    }

    .softwereRadios .softwareWrap {
        height: 100px;
        margin: 0px 10px;
    }
    section.copyrightFooter p, section.copyrightFooter p a {
        text-align: center;
    }
    .checkboxGroup {
        justify-content: center;
        flex-wrap: wrap;
    }
    .checkboxTerms input[type="checkbox"], .checkboxTerms input[type="radio"] {
        width: 50%;
    }


    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(3) .selectedContentBs:after,
    .multiselect .checkboxWrap.selectBox:nth-child(2) .selectedContentBs:before{
        display:none;
    }
    .image-uploader.has-files > .uploaded > .uploaded-image label.form-control {
        position: unset;
        margin-bottom: 5px !important;
    }
    .image-uploader .uploaded .uploaded-image {
        width: calc(25% - 5px);
    }
}
.InfoContentArea .infoMainContent p:first-child {
    display: none;
}

.softwereBlock img {
    width:140px;
}
section.softwereSection .softwereCentered .row .col-md-4 {
    margin-bottom:30px;
}