@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.header-top-bar .tophead-social li a {
    background: #e5dabe;
}
.site-header .site-branding {
    height: auto;
    max-width: 100%;
}
.rt-header-top-bar .rt-tophead-contact ul li a {
    color: rgba(0, 0, 0, 0.75);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.rt-header-top-bar .rt-tophead-contact ul li a:hover {
    color:#2ECDC0;
}
.rt-header-top-bar .rt-tophead-contact ul li i {
    font-size: 18px;
}
.rt-header-top-bar .rt-tophead-contact ul li:first-child {
    display: none;
}
.site-header .main-navigation ul.menu > li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}
.site-header .main-navigation > nav > ul > li > a, html .site-header .stick .main-navigation ul li a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.site-header .main-navigation ul li.menu-item-has-children::before, .site-header .main-navigation ul li.menu-item-has-children::after {
    background: #2ECDC0;
    height: 2px;
    width: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.site-header .main-navigation ul li.menu-item-has-children::after {
    width: 2px;
    height: 10px;
    right: 4px;
}
.header-top-bar > .container > .row {
    justify-content: space-between;
}
.header-top-bar > .container > .row .col-md-9 {
    flex: 0 0 44.4%;
    max-width: 44.4%;
}
.header-top-bar .tophead-right.phone-has-social {
    justify-content: end;
}
body .container {
    max-width: 1470px;
}
body .header-action-items .btn-fill.color-yellow {
    padding: 12px 23px;
    font-weight: 600;
    border-radius: 7px;
    background: #2ECDC0;
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: normal;
}
body .header-action-items .btn-fill.color-yellow:hover {
    background:#15143F;
}
.site-header .masthead-container > .container > .row {
    justify-content: space-between;
    flex-wrap: nowrap;
}
.site-header .masthead-container > .container > .row > div {
    flex: none;
    max-width: fit-content;
}
.site-header .masthead-container > .container > .row > div.col-sm-7 {
    /*max-width: 62.5%;*/
    max-width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 4px 0 0;
}
.site-header .masthead-container > .container > .row > div.col-lg-2 {
    padding-left: 0;
}
.site-header .masthead-container > .container > .row > div.col-sm-7 .header-icon-area {
    display: none;
    order: 2;
}
.header-icon-area a.login-button {
    display: block;
    font-size: 20px;
    width: 30px;
    height: 30px;
    background-image: url('../images/sprite-img.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: none;
}
.header-icon-area a.login-button:hover {
    background-position: 0 -40px;
}
.header-icon-area a.login-button svg {
    display: none;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper.ls-hide-on-desktop {
    display: none!important;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper > div {
    background: rgba(0, 0, 0, 0.40)!important;
    width: 100%!important;
    height: 100%!important;
    padding: 20px!important;
    width: 1329.727px!important;
    height: 222px !important;
    left: 0!important;
    right: 0!important;
    bottom: 95px!important;
    top: auto !important;
    margin: auto!important;
    padding: 20px!important;
    box-sizing: border-box!important;
    text-align: center!important;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper > div > ls-layer {
    display: flex!important;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
    justify-content: center;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header {
    width: 100%!important;
    text-align: center;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header .section-title {
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.leave-us-message-form form > p.submit-wrap,
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap {
    width: fit-content;
    position: relative;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap {
    margin-top: 18px;
    margin-bottom: 10px;
}

.leave-us-message-form form > p.submit-wrap::before,
body .staffng-req-form form.wpcf7-form>.form-group::before,
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before {
    content: "";
    position: absolute;
    right: 20px;
    width: 18px;
    height: 14px;
    top: 2px;
    background-image: url(../images/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    bottom: 0;
    margin: auto;
    left: auto;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(338deg) brightness(108%) contrast(101%);
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before {
    right: 100px;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header .section-title::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 377px;
    height: 33px;
    top: auto;
    background-image: url('../images/banner-shap-line.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    bottom: -28px;
    margin: auto;
    left: auto;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header button.btn-contact,
div#content input.wpcf7-form-control.wpcf7-submit {
    color: #FFF;
    line-height: normal;
    background: #2ECDC0;
    border: 0;
    margin-top: 29px;
    position: relative;
    color: #FFF;
    font-weight: 600;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header button.btn-contact i {
    display: none;
}
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header button.btn-contact:hover, div#content input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #15143F;
}
html body div#content div#primary {
    overflow: hidden!important;
}
div#primary > .container {
    max-width: 100%;
    padding: 0;
}
div#primary > .container > .row {
    margin: 0;
}
div#primary > .container > .row > .col-sm-12 {
    padding: 0;
}
div#content .elementor-heading-title {
    line-height: 134%;
}
.error-btn a.elementor-button,
html body div#content .elementor-button,.view-more-btn a {
    position: relative;
}
.error-btn a.elementor-button::after,
html body div#content .elementor-button::after, 
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header button.btn-contact::after, .footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon::after ,
#content .leave-us-message-form form > p:nth-child(9)::after, .cf7-form-box > .cf7-form-group:last-child p::after,
.view-more-btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 18px;
    height: 14px;
    top: 2px;
    background-image: url('../images/button-arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    bottom: 0;
    margin: auto;
    left: auto;
}
.error-btn a.elementor-button:hover::after,
html body div#content .elementor-button:hover::after, 
#ls-global .ls-container.ls-wp-container .ls-layers > .ls-wrapper .section-header button.btn-contact::after, .footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon::after,
#content .leave-us-message-form form > p:nth-child(9)::after, .cf7-form-box > .cf7-form-group:last-child p::after,.view-more-btn a:hover:after {
    filter: brightness(100);
}
.blog-box-layout2 .item-content .post-date.add-pimg {
    font-size: 16px;
    text-transform: capitalize;
}
.blog-box-layout2 .item-content .post-date.add-pimg > .fa-user {
    margin-left: 8px;
}
.blog-box-layout2 .item-content .item-title {
    margin-top: 10px;
    margin-bottom: 19px;
}
.blog-box-layout2 .item-content .item-title a {
    transition: all 0.3s ease-out;
    color: #15143F;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn,.blog-box-layout2 .item-content .post-actions-wrapper ul li:not(.vcard-comments) a {
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    color: #2ECDC0;
}
.blog-box-layout2 .item-content {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover,
.blog-box-layout2 .item-content .post-actions-wrapper ul li:not(.vcard-comments) a:hover {
    color: #15143F;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i::before,
.blog-box-layout2 .item-content .post-actions-wrapper ul li:not(.vcard-comments) i::before,
.blog-box-layout2 .item-content .post-actions-wrapper ul li a i.fa-comments::before {
    background-image: url(../images/sprite-img.png);
    background-repeat: no-repeat;
    background-position: 0px -88px;
    content: "";
    width: 20px;
    height: 15px;
    display: block;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:not(.vcard-comments) a i {
    margin-left: 10px;
    margin-right: 0;
    position: relative;
    right: 0;
    transition: all 0.3s ease-out;
    top: 1px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i::before,
.blog-box-layout2 .item-content .post-actions-wrapper ul li:not(.vcard-comments) a:hover i::before {
    background-position: 0px -118px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a i.fa-comments::before {
    background-position: 0px -148px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover .fa-comments::before {
    background-position:0px -198px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a {
    font-size: 19px;
    font-weight: 500;
}

.footer-layout1 .footer-top-wrap {
    padding: 130px 0px 58px;
    border-bottom: 0;
}
section.footer-top-wrap > .container > .row {
    justify-content: space-between;
}
section.footer-top-wrap > .container > .row > div {
    max-width: max-content;
    flex: 0 0 auto;
}
.footer-layout1 .footer-box .footer-contact-info li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.footer-layout1 .footer-box .footer-contact-info li i {
    font-size: 22px;
    position: static;
    margin-right: 16px;
}
.footer-layout1 .footer-box .footer-contact-info li div, .footer-layout1 .footer-box .footer-contact-info li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: auto;
    height: auto;
}
.footer-layout1 .footer-box .footer-contact-info li i.fa-phone::before {
    background-image: url(../images/call-icon.png);
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(100%);
}
.footer-layout1 .footer-box .footer-contact-info li i.fa-envelope::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 18px;
    margin-top: -3px;
    display: block;
}
.footer-layout1 .footer-box .footer-header h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 180%;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.footer-layout1 .footer-box .footer-header::after {
     display: none;
}
.footer-layout1 .footer-box .footer-header h3::after {
    background: #E2D2A9;
    width: 38px;
    height: 3px;
}
.footer-layout1 .footer-box .menu li {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.footer-layout1 .footer-box .menu li a {
    color: #FFF!important;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%;
}
.footer-layout1 .footer-box .menu li a:hover {
    color:#2ECDC0!important;
}

.footer-layout1 .footer-center-wrap .footer-social ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.footer-layout1 .footer-center-wrap .footer-social ul li {
    margin-right: 35px;
    font-size: 24px;
}
.footer-layout1 .footer-center-wrap .footer-social ul li a {
    padding: 0;
    transition: none;
    font-size: 24px;
}
.footer-layout1 .footer-center-wrap .footer-social ul li .fa-x-twitter::before {
    background-image: url(../images/sprite-img.png);
    background-repeat: no-repeat;
    background-position: 0px -260px;
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    margin-top: 4px;
}
.footer-layout1 .footer-center-wrap .footer-social ul li a:hover .fa-x-twitter::before {
    background-position:0px -310px;
}
.footer-layout1 .footer-center-wrap .footer-social ul li:first-child::after, .footer-layout1 .footer-center-wrap .newsletter-title .item-title::after {
    content: "";
    width: 38px;
    height: 3px;
    display: table;
    background: #E2D2A9;
    margin-bottom: -16px;
    margin-top: 16px;
}
.footer-layout1 .footer-center-wrap {
    padding: 50px 0;
    background-color: #2e354f;
}
.footer-layout1 .footer-center-wrap .row.no-gutters {
    justify-content: space-between;
}
.footer-layout1 .footer-center-wrap .row > div {
    max-width: max-content;
    flex: 0 0 auto;
}
.footer-layout1 .footer-center-wrap .newsletter-title .item-title {
    font-size: 24px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group {
    background: #FFF;
    border: 0;
    border-radius: 7px;
    height: 64px;
    padding: 4px;
    box-sizing: border-box;
    width: 530px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .form-control {
    padding: 0.75rem 2.5rem;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
    height: 56px;
    color: rgba(0, 0, 0, 0.80);
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.80);
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
    border-radius:7px 7px;
    position: relative;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon::after {
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input {
    border-radius: 0;
    padding: 15px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: 0.5s ease-in-out;
    text-transform: none;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
body form input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

body form input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
    background: #15143F !important;
}
.footer-layout1 .footer-bottom-wrap {
    background-color: #1d2742;
    color: #FFF;
    min-height: 115px;
}
.footer-layout1 .footer-box .footer-contact-info li:first-child div.fax-text {
    max-width: 205px;
}
.footer-layout1 .footer-box .footer-contact-info li:first-child {
    align-items: flex-start;
}
.footer-layout1 .footer-box .footer-contact-info li:first-child i.fas {
    margin-top: 6px;
}
/* 03-06-2025 */
html body .ls-overflow-visible, html#ls-global .ls-overflow-visible, body#ls-global .ls-overflow-visible, #ls-global .ls-overflow-visible, .ls-overflow-visible {
    overflow: hidden !important;
}
body header div#tophead .phone-has-social ul.tophead-social li i.fab.fa-facebook-f::before {
    content: "\f39e"!important;
}
.site-header .main-navigation ul li a {
    padding: 48px 12px;
}
body .semibold-text {
    font-weight: 500!important;
}
.heading-layout1.theme2.style1:after {
    width: 64px!important;
}
.blog-box-layout2 .item-content .post-date.add-pimg .fa-calendar::before {
    content: "\f133";
}
.blog-box-layout2 .item-content p {
    color: rgba(0, 0, 0, 0.75);
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child a {
    color: #15143F;
    line-height: 180%;
}
.footer-layout1 .footer-center-wrap .footer-social ul li:last-child {
    margin-right: 0px;
}
.rt-header-top-bar .rt-tophead-contact ul li.phone-has-mobile-off .fa-phone::before,
.rt-header-top-bar .rt-tophead-contact ul li.phone-has-email-off .fa-envelope-o::before {
    content: '';
    background-image: url(../images/call-icon.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(270deg);
}
.rt-header-top-bar .rt-tophead-contact ul li.phone-has-email-off .fa-envelope-o::before {
    content: '';
    background-image: url(../images/envolmp-icon.png);
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-size: contain;
}
/* 03-06-2025 */    

div#content .inner-page-banner-wrap .elementor-widget-image .elementor-widget-container {
    height: 550px;
}
.inner-page-banner-wrap .elementor-widget-container img {
    height: inherit;
    object-fit: cover;
    width: 100%;
}
div#content .leave-us-message-form input.wpcf7-form-control:not([type="submit"]),.staffing-form-wrapper input.wpcf7-form-control:not([type="submit"]),
.custom-select-group .custom-select-wrapper select ,
div#content .comm-form input.wpcf7-form-control:not([type="submit"]){
    height: 54px;
}
div#content .leave-us-message-form input.wpcf7-form-control:not([type="submit"],[type="file"]), div#content .leave-us-message-form .wpcf7-form textarea,
.staffing-form-wrapper input.wpcf7-form-control:not([type="submit"],[type="file"]), .staffing-form-wrapper .wpcf7-form textarea,
.custom-select-group .custom-select-wrapper select,
div#content .comm-form input.wpcf7-form-control:not([type="submit"],[type="file"])
 {
    border-color: #15143F20;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

/*select arrow*/
.custom-select-group .custom-select-wrapper::after {
    content: '';
}

div#content .leave-us-message-form .wpcf7-form textarea,.staffing-form-wrapper .wpcf7-form textarea,
 body .staffng-req-form form .staffing-form-left .form-group textarea {
    padding: 12px 20px;
}
.leave-us-message-form form > p > label {
    margin: 0;
}
.leave-us-message-form form > p {
    margin-bottom: 19px;
    position: relative;
}
.leave-us-message-form form > p:nth-child(6) {
    margin-bottom: 0;
}
.leave-us-message-form .wpcf7-form textarea {
    resize: none;
    height: 126px;
}
.leave-us-message-form form > p span.wpcf7-form-control-wrap[data-name="your-resume"],
div#content .comm-form form span.wpcf7-form-control-wrap[data-name="your-resume"]  {
    /* width: 100%; */
    display: block;
    height: 54px;
    /* position: absolute; */
    top: 0;
    border: 1px solid #000;
    border-color: #15143F20;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
}
.leave-us-message-form form > p span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-form-control.wpcf7-file:after,
div#content .comm-form form span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-file:after {
    content: 'Upload';
    /*width: 130px;*/
    height: 44px;
    background-color: #2ECDC0;
    padding: 0 15px 0 52px;
    line-height: 44px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    background-image: url(../images/upload-icon.png);
    background-repeat: no-repeat;
    background-position: 17px center;
    transition: none;
}

.leave-us-message-form form > p span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-form-control.wpcf7-file:hover:after,
div#content .comm-form form span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-file:hover:after,
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
    background-color: #15143F;
}
.leave-us-message-form form > p span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-form-control.wpcf7-file,
div#content .comm-form form span.wpcf7-form-control-wrap[data-name="your-resume"] input.wpcf7-file {
    width: auto;
    margin-left: -103px;
    margin-top: 12px;
}

#content .leave-us-message-form form > p:nth-child(9)
,.cf7-form-box > .cf7-form-group:last-child p {
    float: left;
    width: auto;
    position: relative;
    margin-top: 29px;
}
#content .leave-us-message-form form > p:nth-child(9) {
    margin-top: 20px;
}
div#content input.wpcf7-form-control.wpcf7-submit{
    margin-top: 0;
    padding: 14px 58px 15px 30px;
}
div#content form p span.wpcf7-spinner {
    bottom: 0;
    top: 0;
    margin: auto 5px;
    position: absolute;
}
.inner-pages-heading-wrap .pulse-icon svg {
    width: 100%;
    max-width: 386px;
    height: 33px;
}
ul.hfe-breadcrumbs {
    margin-top: -8px;
}
.rtsb-breadcrumb nav.woocommerce-breadcrumb a,
#content ul.hfe-breadcrumbs li a span {
    color: #FFF;
    font-weight: 400;
}
.rtsb-breadcrumb nav.woocommerce-breadcrumb a:hover,
#content ul.hfe-breadcrumbs li a:hover span {
    color: #2ECDC0;
}
#content ul.hfe-breadcrumbs li.hfe-breadcrumbs-separator span.hfe-breadcrumbs-separator-text::before {
    content: "\f101 ";
    font-size: 14px;
    font-family: 'FontAwesome';
    font-weight: 300;
    line-height: normal;
    margin-top: 8px;
    display: inline-block;
}
#content ul.hfe-breadcrumbs li.hfe-breadcrumbs-separator span.hfe-breadcrumbs-separator-text {
    font-size: 0;
}
.inner-pages-heading-wrap .pulse-icon {
    margin-top: -7px;
}
.address-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5DABE;
    border-radius: 5px;
    margin-right: 22px;
}
body.error404 {
    padding: 0px!important;
}
.address-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon {
    font-size: 20px;
    color: #2ECDC0;
}
.address-wrap .elementor-widget-icon-box:not(:last-child) {
    margin-bottom: 28px;
}
.address-wrap .elementor-icon-box-wrapper p.elementor-icon-box-description a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.address-wrap .number .elementor-icon-box-wrapper, .address-wrap .email .elementor-icon-box-wrapper {
    align-items: center;
}
.address-wrap .elementor-icon-box-wrapper p.elementor-icon-box-description a:hover {
    color: #2ecdc0;
}
.wpcf7 form.sent .wpcf7-response-output,
body div#content .wpcf7-form.invalid .wpcf7-response-output , span.wpcf7-not-valid-tip,
form#mc4wp-form-1 .mc4wp-response .mc4wp-alert.mc4wp-error {
    font-family: Poppins;
    font-size: 16px;
    line-height: 120%;
}
body div#content .wpcf7-form.invalid .wpcf7-response-output , span.wpcf7-not-valid-tip,
form#mc4wp-form-1 .mc4wp-response .mc4wp-alert.mc4wp-error {
    color: red;
}
body div#content .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    background-color: #FFF;
    padding: 10px 15px;
    border: 1px solid red;
    display: table;
    clear: left;
    margin: 0;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #008000;
    color: #008000;
    text-align: center;
}
#content form.wpcf7-form textarea.wpcf7-not-valid, #content form.wpcf7-form input.wpcf7-not-valid,
div#content .leave-us-message-form .wpcf7-form textarea.wpcf7-not-valid, div#content .leave-us-message-form .wpcf7-form input.wpcf7-not-valid,
.staffing-form-wrapper .wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-not-valid ~ .codedropz-upload-handler {
    border-color: red!important;
}
.g-recaptcha.wpcf7-not-valid > div iframe {
    border: 1px solid red;
    border-radius: 4px;
}

div#content .leave-us-message-form input.wpcf7-form-control:not([type="submit"],[type="file"]):focus-visible,
 div#content .leave-us-message-form .wpcf7-form textarea:focus-visible,
 .staffing-form-wrapper input.wpcf7-form-control:not([type="submit"],[type="file"]):focus-visible,
  .staffing-form-wrapper .wpcf7-form textarea:focus-visible,
 .custom-select-group .custom-select-wrapper select, div#content .comm-form input.wpcf7-form-control:not([type="submit"],[type="file"]):focus-visible,
div#content .comm-form input.wpcf7-form-control:not([type="submit"],[type="file"]):focus-visible {
    outline: none;
}

#content .faq-tabs-wrap .e-n-accordion-item summary.e-n-accordion-item-title {
    background-color: #FBFAF5;
    border: 0;
    border-radius: 8px;
    display: flex;
    padding: 27px 32px;
}
#content .faq-tabs-wrap .e-n-accordion-item > .elementor-element {
    border: 0;
    padding: 26px 30px;
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between);
}
#content .faq-tabs-wrap .e-n-accordion-item > .elementor-element p {
    margin: 0;
}
.faq-tabs-wrap .e-n-accordion-item:not(:last-child,[open]) {
    margin-bottom: 22px;
}
span.e-n-accordion-item-title-icon i.fas::before, span.e-n-accordion-item-title-icon i.fa-plus::after {
    content: '';
    width: 26px;
    height: 3px;
    display: block;
    background-color: #000;
}
.faq-tabs-wrap .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon > span {
    height: auto;
}
span.e-n-accordion-item-title-icon i.fas {
    height: max-content;
}
span.e-n-accordion-item-title-icon i.fa-plus::after {
    transform: rotate(90deg);
    margin-top: -2px;
}
/*heading bottom line*/
#content .heading-line .elementor-widget-container .elementor-icon-wrapper, #content .heading-line .elementor-widget-container, #content .heading-line {
    height: max-content;
    line-height: normal;
}
#content .heading-line .elementor-widget-container .elementor-icon-wrapper, #content .heading-line .elementor-widget-container {
    display: inline-flex;
}
.heading-line {
      display: inline-flex;
    justify-content: center;
}
#content .heading-line {
    margin-top: 12px;
    margin-bottom: 28px;
}
#content .heading-line svg {
    height: auto;
    width: 64px;
}
.heading-line.left-side-line {
    justify-content: start;
}
#content .meet-your-team-section .heading-line {
    margin-bottom: 19px;
}

.site-header .main-navigation ul li ul li:hover a,.site-header .main-navigation ul li ul li.current-menu-item a {
    background-color: transparent;
    color: #2ecdc0;
}
#content .boxs-wrap .box {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 30px 22px 33px;
}
#content .boxs-wrap .box h3.elementor-icon-box-title {
    margin-bottom: 16px;
}

#content .staffing-form-wrap {
    max-width: 870px;
    margin: auto;
}

.custom-select-group {
    display: flex;
    align-items: center;
}
.custom-select-group .custom-select-wrapper {
    min-width: 420px;
    width: 100%;
    position: relative;
}
.custom-select-group > label {
    /* font-size: 18px; */
    margin: 0 24px 0 0;
    font-size: 22px;
    color: #15143F;
    font-weight: 500;
    font-family: 'Poppins';
}
.custom-select-group .custom-select-wrapper::after {
    content: '';
    background-image: url(../images/select-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comm-form .cf7-form-group p label {
    margin-bottom: 4px;
}
.comm-form p.files-upload > p {
    margin: 0;
}
.comm-form  p.files-upload label.cf7-label {
    margin-bottom: 0;
}

a.scrollToTop {
    bottom: 93px;
}
/* 09-06-2025 */
.ocj-title p strong {
    font-weight: 600;
    color: #2ECDC0;
}
.site-header .main-navigation ul.menu > li.active >a,
footer .footer-box .menu li.current-menu-item a,
.offscreen-navigation .menu>li.active > a,
.offscreen-navigation .menu>li ul.sub-menu li.active > a {
    color: #2ecdc0!important;
}
ul.hfe-breadcrumbs li a span, ul.hfe-breadcrumbs li span {
    font-size: 20px;
}
.leave-us-message-form span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 20px!important;
    display: block;
}
.site-header .main-navigation ul li ul li a {
    font-size: 17px;
    text-align: center;
}
div#content .leave-us-message-form .wpcf7-form .codedropz-upload-handler {
    margin-bottom: 0px;
}
body .physician-jobs-select-wrap select {
    cursor: pointer;
}
.custom-select-group .custom-select-wrapper::after {
    content: ''!important;
    pointer-events: none;
}
body .comm-form .cf7-form-box .cf7-form-group:last-child {
    display: flex;
}
body .comm-form .wpcf7-response-output {
    margin: 0;
}
body ul.hfe-breadcrumbs {
    text-align: center;
}
body .comm-form .cf7-form-box .cf7-form-group:nth-child(3) > p:nth-child(1) {
    margin-bottom: 0px;
}
body form.wpcf7-form label>span {
    color: #ff0000;
}
.oc-listing-details p strong {
    color: #2ECDC0;
}
.oc-listing-details p {
    position: relative;
}
.oc-listing-details p::before {
    position: absolute;
    content: '';
    background-image: url(https://pryor.yoursmarthost.net/wp-content/uploads/2025/06/24-Up-icon.svg);
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -30px;
    top: 5px;
}
body .partnership-two > div img {
    float: right;
    margin: 10px 0 10px 70px;
    width: 50%;
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(1), body .staffng-req-form .staffing-form-left .form-group:nth-child(2), body .staffng-req-form .staffing-form-left .form-group:nth-child(3), body .staffng-req-form .staffing-form-left .form-group:nth-child(4), body .staffng-req-form .staffing-form-left .form-group:nth-child(5), body .staffng-req-form .staffing-form-left .form-group:nth-child(6), body .staffng-req-form .staffing-form-left .form-group:nth-child(7), body .staffng-req-form .staffing-form-left .form-group:nth-child(8) {
    width: calc(50% - 15px);
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(1), body .staffng-req-form .staffing-form-left .form-group:nth-child(3), body .staffng-req-form .staffing-form-left .form-group:nth-child(5), body .staffng-req-form .staffing-form-left .form-group:nth-child(7) {
    margin-right: 30px;
}
body .staffng-req-form .staffing-form-left {
    display: flex;
    flex-wrap: wrap;
}
body .staffng-req-form .staffing-form-left .form-group {
    width: 100%;
    margin-bottom: 20px;
}
body .staffng-req-form .staffing-form-left .form-group label {
    margin-bottom: 4px;
}
body .staffng-req-form .staffing-form-left .form-group select {
    border-color: #15143F20;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 400;
    height: 54px;
    cursor: pointer;
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(8) {
position: relative;
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(8)::before {
    content: '';
    background-image: url(../images/select-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 60px;
    bottom: 0;
    z-index: 1;
    /*cursor: pointer;*/
}
input.wpcf7-form-control.wpcf7-date {
    cursor: pointer;
  }
  
  input.wpcf7-form-control.wpcf7-date::-webkit-calendar-picker-indicator {
    cursor: pointer;
  }
body form.wpcf7-form label>span .codedropz-upload-handler {
    color: #000;
}   
body .staffng-req-form .staffing-form-left .form-group textarea {
    border-color: #15143F20;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins';
    resize: none;
    height: 126px;
}

.codedropz-upload-handler .codedropz-upload-inner > span {
    display: none;
}
/* .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    padding: 4px 20px 6px 20px;
    border: 1px solid #2ecdc0;
    border-radius: 4px;
    font-size: 16px;
} */
 .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
   /* padding: 4px 20px 6px 20px;
    border: 1px solid #2ecdc0;
    font-size: 16px;
    color: #2ecdc0;*/
    cursor: pointer;
    transition: all 0.3s;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    position: relative;
    height: 44px;
    display: block;
    background-color: #2ECDC0;
    padding: 0 15px 0 52px;
    line-height: 44px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
    height: 30px;
    width: 30px;
    background-image: url(../images/upload-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: none;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
    /*background-color: #2ecdc0;
    color: #fff;*/
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    /*height: 37px;*/
    /*margin: -1px 0 0 0;*/
}
.codedropz-upload-handler span.dnd-upload-counter {
    display: none;
}
div#content .leave-us-message-form .wpcf7-form .codedropz-upload-handler {
    margin-bottom: 0px;
    border: 1px solid #15143F20;
}
body .staffng-req-form form.wpcf7-form>.form-group {
    margin-top: 15px;
    position: relative;
    width: fit-content;
}
body .staffng-req-form form.wpcf7-form>.form-group::before {
    right: 100px;
}
.codedropz-upload-handler {
    border: 1px solid #15143F20;
    margin-bottom: 0;
}
body .codedropz-upload-container {
    padding: 4px 8px 4px 20px;
    background: #fff;
    border-radius: 6px;
}
.codedropz-upload-container .codedropz-upload-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .inner-pages-heading-wrap .elementor-heading-title {
    text-align: center;
}
.staffng-req-form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    margin: 0px;
}
.staffng-req-form span.wpcf7-spinner,
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap span.wpcf7-spinner {
    margin: 0px 6px 0 6px;
    position: relative;
    top: 6px;
}
body .staffng-req-form form.wpcf7-form>.form-group::before,
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before {
    right: 60px;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap span.wpcf7-spinner {
    top: 15px;
}
.cf7-form-group label.cf7-label > p,
.comm-form .cf7-form-box .cf7-form-group:nth-child(3) label.cf7-label>p {
    display: none;
}
.comm-form .cf7-form-box .cf7-form-group>label.cf7-label {
    margin-bottom: 4px;
}
.comm-form .cf7-form-box .cf7-form-group {
    margin-bottom: 18px;
}

.comm-form .cf7-form-box .cf7-form-group>label.cf7-label, body .staffng-req-form .staffing-form-left .form-group label, .wpcf7-form label {
    color: #000000b0;
}

#content .dnd-upload-status .dnd-upload-details .remove-file {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.dnd-upload-status .dnd-upload-details {
    display: flex;
    align-items: center;
}
.codedropz-upload-wrapper .dnd-upload-details span.name {
    font-size: 13px;
    font-weight: normal;
    width: 45%;
    float: left;
    padding-right: 0;
    color: #000000;
    font-family: 'Poppins';
    padding: 0 5px 0 0;
}
.codedropz-upload-wrapper .dnd-upload-details span.name em {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.codedropz-upload-wrapper .dnd-upload-details span.dnd-progress-bar {
    width: 55%;
    float: left;
}
.codedropz-upload-wrapper .dnd-upload-details span.dnd-progress-bar {
    margin-left: 0;
    overflow: hidden;
    margin-right: 22px;
}


.partner-have .box {
    border-radius: 10px;
}

.footer-layout1 .footer-center-wrap  .mc4wp-form-error .input-group.stylish-input-group {
    border: 1px solid red;
}
.footer-layout1 .footer-center-wrap .newsletter-form {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
form#mc4wp-form-1 .mc4wp-response .mc4wp-alert.mc4wp-error p {
    margin: 0;
}
form#mc4wp-form-1 .mc4wp-response {
    float: right;
    width: 100%;
    max-width: 530px;
    text-align: left;
    margin-top: 4px;
}
.regular-text-comm p > strong {
    font-weight: 600;
}
.core-listing.oc-listing-details p:last-child {
    margin-bottom: 0;
}
.view-more-btn a {
    font-size: 14px;
    border-radius: 7px 7px 7px 7px;
    padding: 10px 40px 10px 15px;
    display: block;
    color: #15143F;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #15143F80;
}
.view-more-btn a:hover {
color: #FFFFFF;
    background-color: #15143F;
}
.view-more-btn a span {
    line-height: normal;
}
.error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container a {
    color: #fff;
}
.error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container a:hover {
    color: #2ecdc0;
}
.error404 footer#colophon .footer-width-fixer .e-con-inner {
    padding-top: 33px;
    padding-bottom: 33px;
}
.error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container, .error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container a {
    font-weight: 300;
}
.footer-layout1 .footer-bottom-wrap .copyright {
    font-weight: 300;
    /*max-width: 1470px;
    width: 100%;
    position: relative;*/
}

body .site-header .main-navigation ul > li > ul.sub-menu {
    display: none;
    width: 290px;
}
body .site-header .main-navigation ul > li:hover > ul.sub-menu {
    
    display: block;
}
body .site-header .main-navigation ul li ul li {
    padding: 0 0px;
}
/* body .site-header .main-navigation ul li ul li a {
    text-align:left;
} */

.privacy-policy div#content .hero-banner-block .col-lg-8.m-auto {
    flex: auto;
    max-width: 100%;
}
.privacy-policy div#content .hero-banner-block .heading h1.text-dark,
.privacy-policy div#content .hero-banner-block .heading {
    font-size: 50px;
    color: #15143F!important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 120%;
}
.privacy-policy div#content .hero-banner-block .heading {
    margin-bottom: 23px;
}
.privacy-policy div#content .hero-banner-block .text.text-large.text-dark p strong {
    font-weight: 600;
    line-height: 36px;
    /* font-size: 24px; */
    font-family: 'Poppins';
}
.privacy-policy div#content .hero-banner-block p, .privacy-policy div#content section#privacy-policy-block-2 p {
    color: #000000!important;
    line-height: 180%;
}
.privacy-policy div#content section#privacy-policy-block-2 ul li:not(:last-child) {
    margin-bottom: 17px;
}
.privacy-policy div#content section#privacy-policy-block-2 ul li {
    list-style: none;
    padding-left: 32px;
    position: relative;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}
.privacy-policy div#content section#privacy-policy-block-2 ul li::before {
    position: absolute;
    content: '';
    background-image: url(https://pryor.yoursmarthost.net/wp-content/uploads/2025/06/24-Up-icon.svg);
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
}
.privacy-policy div#content section#privacy-policy-block-2 ul li b,
.privacy-policy div#content section#privacy-policy-block-2 ul li strong,
.privacy-policy div#content section#privacy-policy-block-2 p b {
    color: #2ECDC0;
}
.privacy-policy div#content p a{
    color: #2ecdc0!important;
}
.privacy-policy div#content p a:hover {
    color: #000!important;
}

.privacy-policy div#content table tbody tr:first-child td {
    /*vertical-align: top;*/
}
html body.privacy-policy div#content div#primary.content-area {
    padding-bottom: 100px;
}
.privacy-policy div#content section#privacy-policy-block-2 ol[start="10"], .privacy-policy div#content section#privacy-policy-block-2 ol[start="12"], .privacy-policy div#content section#privacy-policy-block-2 ol[start="13"] {
    padding-left: 26px;
}
.privacy-policy div#content section#privacy-policy-block-2 ol li:first-child {
    font-size: 20px;
    line-height: 180%;
}
.privacy-policy div#content table tbody tr td{
    line-height: 180%;
    font-size:18px;
}
.rt-header-top-bar .rt-tophead-contact ul li.phone-has-mobile-off:after {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../images/message-icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 14px;
}
.privacy-policy div#content section#privacy-policy-block-2 table tr:nth-child(2n+2) td {
    background-color: #2ecdc054;
}

.privacy-policy div#content section#privacy-policy-block-2 table tr td {
    padding: 22px 33px;
    border: 1px solid #fff;
    vertical-align: top;
}
.privacy-policy div#content section#privacy-policy-block-2 table {
    margin: 54px 0;
}
.staffing-sol-section .staffing-video video.elementor-video {
    min-height: 477px;
}
.footer-layout1 .footer-bottom-wrap .copyright a:last-child {
    position: absolute;
    right: 15px;
}


/*reponsive*/
@media (max-width: 1024px) {
    body form.wpcf7-form label>span[data-name="attachfiles"] {
        position: relative;
        top: -10px;
    }
    body .comm-form .cf7-form-box .cf7-form-group.submit-wrap input.wpcf7-submit {
    padding-right: 50px!important;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before ,
body .staffng-req-form form.wpcf7-form>.form-group::before {
    right: 62px;    
}
html body.privacy-policy div#content div#primary.content-area {
    padding-top: 95px;
}
.staffing-sol-section .staffing-video video.elementor-video {
    min-height: 330px;
}
}

@media (max-width: 1023px){
.custom-select-group .custom-select-wrapper select, body .staffng-req-form .staffing-form-left .form-group select {
    height: 50px;
    font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output,
body div#content .wpcf7-form.invalid .wpcf7-response-output, span.wpcf7-not-valid-tip,
form#mc4wp-form-1 .mc4wp-response .mc4wp-alert.mc4wp-error {
    font-size: 14px;
}
body .staffng-req-form .staffing-form-left .form-group p {
    font-size: 16px;
    line-height: normal;
}
body .staffng-req-form form.wpcf7-form>.form-group input.wpcf7-submit {
    padding-right: 50px!important;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before ,
body .staffng-req-form form.wpcf7-form>.form-group::before {
    right: 57px;
}
body .staffng-req-form .staffing-form-left .form-group textarea {
    font-size: 15px;
    height: 126px;
}
.codedropz-upload-handler .codedropz-upload-inner> div {
    font-size: 15px;
    text-align: left;
    line-height: 120%;
}
.staffng-req-form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    /*margin: 1px 0px -1px 0px;*/
}
.privacy-policy div#content section#privacy-policy-block-2 table tr td {
    padding: 15px 15px;
}
.privacy-policy div#content section#privacy-policy-block-2 table {
    margin: 33px 0;
}
html body.privacy-policy div#content div#primary.content-area {
    padding-top: 43px;
}
.staffing-sol-section .staffing-video video.elementor-video {
    min-height: 250px;
}
}

@media (max-width: 767px){
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    /*font-size: 14px;
    padding: 3px 8px;
    line-height: 28px;*/
}
    body .staffng-req-form .staffing-form-left .form-group:nth-child(8)::before {
    width: 13px;
    height: 13px;
    right: 20px;
    top: 59px;
}
body .staffng-req-form form.wpcf7-form>.form-group input.wpcf7-submit {
    padding-right: 40px!important;
}
body .staffng-req-form form.wpcf7-form>.form-group::before {
    right: 53px;
    transform: scale(0.8);
    top: 0px;
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(1), body .staffng-req-form .staffing-form-left .form-group:nth-child(2), body .staffng-req-form .staffing-form-left .form-group:nth-child(3), body .staffng-req-form .staffing-form-left .form-group:nth-child(4), body .staffng-req-form .staffing-form-left .form-group:nth-child(5), body .staffng-req-form .staffing-form-left .form-group:nth-child(6), body .staffng-req-form .staffing-form-left .form-group:nth-child(7), body .staffng-req-form .staffing-form-left .form-group:nth-child(8) {
    width: 100%;
}
body .staffng-req-form .staffing-form-left .form-group:nth-child(1), body .staffng-req-form .staffing-form-left .form-group:nth-child(3), body .staffng-req-form .staffing-form-left .form-group:nth-child(5), body .staffng-req-form .staffing-form-left .form-group:nth-child(7) {
    margin-right: 0;
}
body .staffng-req-form .staffing-form-left .form-group p {
    font-size: 14px;
    line-height: normal;
}
.codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
    /*height: 30px;*/
    /*margin: 1px 0px -2px 0px;*/
}
.codedropz-upload-handler .codedropz-upload-inner> div {
    font-size: 14px;
}
body .codedropz-upload-container {
    padding: 8px 8px 8px 15px;
}   
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap input.wpcf7-submit {
    padding-right: 38px!important;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before
/*,body .staffng-req-form form.wpcf7-form>.form-group::before */{
    right: 86px;
    transform: scale(0.8);
    top: 0px;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap::before {
    right: 50px;
}
body .comm-form .cf7-form-box .cf7-form-group.submit-wrap span.wpcf7-spinner {
    margin: 0px 6px 0 6px;
    position: relative;
    top: 8px;
}
.error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container, .error404 footer#colophon .elementor-widget-text-editor .elementor-widget-container a {
    line-height: normal;
}
.error404 footer#colophon .footer-width-fixer .e-con-inner {
    padding-top: 13px;
    padding-bottom: 13px;
}

html body.privacy-policy div#content div#primary.content-area {
    padding-top: 33px;
}
.staffing-sol-section .staffing-video video.elementor-video {
    min-height: 237px;
}
.footer-layout1 .footer-bottom-wrap .copyright a:last-child {
    position: static;
    display: inline-flex;
}
}

@media (max-width: 666px){
body form.wpcf7-form label>span[data-name="attachfiles"] {
    position: relative;
    top: 4px;
}
.comm-form .cf7-form-box .cf7-form-group label.cf7-label {
    line-height: 22px;
} 

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-layout1 .footer-bottom-wrap .copyright a:last-child {
    position: absolute;
}  

}