h1,
h2,
h3,
h4 {
    color: #3f3f3f;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

p,
.ui-dialog .ui-dialog-content {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: #3f3f3f;
    line-height: 15px;
}

li,
ol,
ul {
    list-style-type: none;
}

.st-home-head,
.header-contant,
.home-head-top,
.wrapper,
.home-search,
.head-btn,
.sf-body-contant,
.sf-page-contant,
.home-heading,
.body-bottom,
.sf-ftuser,
.compare-pc,
.pack-center,
.pack-top,
.pack-buttons,
.sf-pack-body,
.st-full-width,
.inner-body,
.extra-service,
.sf-service-contener,
.international,
.footer-service-content,
.page-body,
.compare-page-contener,
.com-tab-user,
.tabs-container,
.compare-service-contener,
.compare-box-buttons,
.single-service-center,
.single-service-heading,
.single-service-top,
.sf-page-contant,
.page-heading-bg,
.page-body-bottom,
.page-contant-center,
.page-contant,
.partner-row,
.sf-packs-contant,
.page-full-screen,
.ser-upg-top,
.reg-upg-cont,
.reg-upg-ser,
.service-toggle,
.contact-us-top,
.con-btn,
.con-box,
.com-name-search,
.buy-page-top,
.buy-page-bottom,
.order-page-contaner,
.add-ser,
.st-button-panel,
.popup-bdy,.sf-order-panel {
    overflow: auto;
    margin: 0 auto;
}

.international,
.footer-service-content,
.sf-page-contant,
.page-body,
.compare-service-contener,
.compare-packag-top,
.single-service-center,
.single-service-heading,
.single-service-top,
.sf-page-contant,
.page-heading,
.page-heading-bg,
.page-body-bottom,
.page-contant-center,
.partner-row,
.sf-packs-contant,
.page-full-screen,
.ser-upg-top,
.con-box,
.buy-page-top,
.buy-page-bottom,
.add-ser,
.st-button-panel,
.sf-order-btn,
.st-tnc-bdy,.sf-order-panel {
    width: 100%;
    margin: 0 auto;
}


/* header css start*/

.header-contant {
    width: 94%;
}

.nav-links {
    float: right;
}

.logo {
    float: left;
    padding-bottom: 10px;
}

.nav-links li {
    list-style: none;
    float: left;
}

.nav-links li a {
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
    color: var(--color-white);
    padding: 9px 37px 9px 10px;
    border-radius: 5px;
    transition: all .3s ease;
}

button i {
    color: var(--color-white);
}

.nav-links li a:hover {
    color: #f5a933;
}

.last-item {
    padding-right: 47px;
}

.fas-head {
    margin-right: 6px;
}


/* header css end*/

a.blue:active,
a.blue:link,
a.blue:visited {
    color: #0082ad;
}

.blue:hover {
    text-decoration: underline;
}

.home-heading {
    background-color: #7fcec5;
    background-image: linear-gradient(315deg, #7fcec5 0%, #14557b 74%);
}

.button {
    display: inline-block;
    margin-bottom: 10px;
    padding: 11px 15px;
    border-radius: 4px;
    background: #158ad0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.st-home-head {
    width: 100%;
}

.home-head-top {
    width: 90%;
    margin: 80px auto 0px auto;
}

.home-head-top h1 {
    font-size: 2.3125rem;
    line-height: 2.75rem;
    color: #fff;
    font-weight: 400;
}

.home-head-top p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.56rem;
}

.home-search {
    width: 100%;
    max-width: 800px;
    margin: 2rem 0;
    overflow: auto;
}

#namecheck,
#namecheck1 {
    width: 100%;
    background: 0 0;
    float: left;
}

#company_name,
#input_bx,
#input_bx1 {
    width: 80%;
    height: 60px;
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}

.com-search,
.efSubmitButton,
#ef-namecheck-button {
    border: none;
    width: 20%;

    background-color: #f5a933;
    color: #fff;
    font-weight: 700;
    padding: 9px;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    float: right;
    min-width: 115px;
    font-size: 18px;
    height: 60px;
}

.com-search:hover,
.efSubmitButton:hover,
#ef-namecheck-button:hover {
    background-color: rgb(158, 98, 7);
}

.head-btn {
    display: block;
    margin: 2.8125rem auto;
    width: 100%;
    float: left;
}

.home-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 15px;
}

.home-box {
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, .35);
    border: 1px solid hsla(0, 0%, 100%, .65);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
    color: var(--color-white);
}

.home-box h2,
.home-box p {
    color: var(--color-white);
    font-weight: normal;
}

.home-box p {
    font-size: 16px;
    line-height: 20px;
}

.fah {
    display: block;
    font-size: 28px;
    margin: 13px 0px;
}

.tr-rev {
    float: left;
}

.rev-sec {
    font-size: 17px;
    margin-left: 10px;
}

.big-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Myriad Semi Condensed, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

.sf-body-contant {
    width: 100%;
    margin-top: 80px;
    float: left;
    background: #f4f3ef;
}

.sf-service-contener {
    width: 97%;
    max-width: 1300px;
}

.body-bottom {
    width: 100%;
    margin: 24px auto;
}

.ulne {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #d7ce58;
    margin: 10px auto 20px;
}

.sf-ftuser {
    width: 100%;
    margin-right: 13px;
}

.sf-new,
.sf-exc {
    width: 47%;
    margin: 14px 0px 14px 0px;
    float: left;
    padding: 15px 0px;
    background-color: #0e5e8c;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.sf-exc,
.right,
.infhm,
.view-basket span {
    float: right !important;
}

.sf-packs-contant {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 33px 10px 33px 0px;
    grid-gap: 0 15px;
}

.pack-center p {
    color: #2c2d36;
}

.sf-body {
    border-radius: 4px;
    padding: 1.5625rem 1.325rem;
    position: relative;
    height: 100%;
    background-color: #87CEEB;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 5px rgba(127, 127, 127, 1);
    background-image: url("../assets/point.png");
}

.sf-pack-box {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #2c2d36;
}

.top-icon,
.pck-icon {
    text-align: center;
    background: #FF7F27;
    width: 90px;
    padding: 19px;
    border-radius: 57px;
    margin: 1.75rem auto;
}

.pck-icon {
    width: 78px;
    margin: 0 auto;
    background: #0e5e8c;
}

.icon2 {
    background: #92C703;
}

.icon3 {
    background: #2ACBC2;
}

.icon4 {
    background: #5739B9;
}

.fpk {
    font-size: 34px;
    color: #FFFFFF;
}

.pack-name {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    margin: 4px 0px;
    color: #0e5e8c;
}

.sf_offer,
.regtxt-inf {
    padding-bottom: 5px;
    border: none;
    color: #F00000;
    font-size: 14px;
    display: inline-table;
}

.pack-price {
    /*color: #494a4c;*/
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    overflow: visible;
}

.best-buy {
    border: 3px solid #f5a933;
}

.info {
    cursor: pointer;
    color: #4ab7e6;
    font-size: 20px;
}

.pack-top {
    min-height: 212px;
    text-align: center;
}

.pack-center {
    min-height: 170px;
    margin-bottom: .625rem;
    padding: 0 0 .625rem;
    text-align: left;
}

.buy-buttons,
.more-info,
.ef-btn.ef-primary-btn,
.ef-btn.ef-primary-btn.ef-alt-btn,
.ef-btn.prevstep,
.ef-btn.nextstep,
.ef-btn.ef-primary-btn.ef-remove-holding,
.ef-btn.ef-primary-btn.ef-remove-officer,
.ef-btn.ef-primary-btn.ef-edit-btn,
.ef-btn.ef-primary-btn.ef-submit-btn,
#efContinueExistingPackageOrder .efButton.deleteButton,
.remove-ser {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    display: inline-block;
}

.ef-btn.ef-primary-btn.ef-alt-btn,
.ef-btn.prevstep,
#efPageContent .ef-primary-btn.ef-edit-officer,
.ef-btn.ef-primary-btn.ef-edit-btn {
    background-color: #fff !important;
    border: 1px solid #a0a6b3 !important;
    color: #6f7b82 !important;
    padding: 15px;
}

.button2,
.button1 {
    display: block;
}

.ef-btn.ef-primary-btn,
.ef-btn.ef-primary-btn.ef-alt-btn {
    display: inline-block;
}

.buy-buttons,
.ef-btn.nextstep,
.ef-btn.ef-primary-btn,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ef-btn.ef-primary-btn.ef-submit-btn,
#efContinueExistingPackageOrder .efButton.ui-button {
    background: #0e5e8c;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    border: none;
    cursor: pointer;
}

.ef-btn.nextstep {
    border: none;
}

.buy-buttons:hover,
.ef-btn.nextstep:hover,
.ef-btn.nextstep:focus,
.ef-btn.ef-primary-btn:hover,
.ef-btn.ef-primary-btn:focus,
input.efButton:hover,
input.efButton:focus,
.ef-btn.ef-primary-btn.ef-submit-btn:hover,
#efContinueExistingPackageOrder .efButton.ui-button:hover {
    background: rgb(62, 171, 236);
}

.ef-btn.ef-primary-btn.ef-submit-btn,
.ef-btn.ef-back-btn {
    width: 221px;
}

.ef-btn.ef-primary-btn.ef-alt-btn:hover,
.ef-btn.ef-primary-btn.ef-alt-btn:focus,
.ef-btn.prevstep:hover,
.ef-btn.prevstep:focus,
#efPageContent .ef-primary-btn.ef-edit-officer:hover,
.ef-btn.ef-primary-btn.ef-edit-btn:hover {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.ef-btn.nextstep,
.ef-btn.prevstep,
.efButton.efCartCheckoutButton,
.efPaymentGatewayPayBtn .efPayButton {
    padding: 20px;
}

.ef-product-icon.ef-registered-office-icon {
    height: 152px;
    width: 140px;
    background-size: 140px 152px;
}

.more-info {
    margin-top: 10px;
    color: #000000;
    border: 1px solid #000000;
}

.buy-buttons:hover {
    background-color: #0e5e8c;
}

.more-info:hover {
    border: 1px solid #000;
    color: #000;
}

.sf-cbtn {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}

.compare-pc {
    border-radius: 4px;
    background-color: #0e5e8c;
    color: #FFFFFF;
    padding: 1.25rem 2rem;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.four-panel,
.three-panel,
.two-panel,
.page-two-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 33px 10px 33px 0px;
    grid-gap: 0 15px;
}

.two-panel {
    grid-template-columns: repeat(2, 1fr);
}

.three-panel {
    grid-template-columns: repeat(3, 1fr);
}

.page-two-panel {
    grid-template-columns: 2fr 1fr;
    margin: 0px;
}

.blue-arw {
    background-image: url("../assets/rarrow.png");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.st-slect {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Myriad Semi Condensed, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

.circle-bg,
.fa-circle,
.sm-icon {
    text-align: center;
    background: #1d9cd3;
    width: 78px;
    padding: 19px;
    border-radius: 57px;
    margin: .625rem auto;
    color: #fff;
    font-size: 33px;
}

.circle-bdr {
    border: 3px solid #FFFFFF;
}

.black-circle {
    border: 3px solid var(--color-black);
}

.st-full-width {
    width: 100%;
    padding: 20px;
    margin: 60px auto;
    display: block;
}

.sf-forbdy,
.box-shadow {
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 2px solid #c7c7c7;
    box-shadow: 5px 5px 5px rgba(127, 127, 127, 1);
    padding: 20px 10px;
    margin: 5px;
}

.sf-forbdy img {
    width: 100%;
}

.sf-forbdy h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 14px 0px;
    font-weight: 700;
}

.sf-forbdy p {
    padding: 0px 12px;
    text-align: left;
    min-height: 155px;
}

.inner-body {
    max-width: 72.50rem;
    padding: 0px 20px;
}

.read-more,
.details-bottom,
input.efButton,
.efPackageTable .efButton {
    margin: 12px auto;
    text-align: center;
    padding: 13px;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid #158ad0;
    background-color: #0e5e8c;
    font-weight: 600;
    display: inline-block;
}

.faq-query {
    background-color: #f5f5f5;
    border: 1px solid #c7c7c7;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .15);
    padding: 20px;
    margin-bottom: 20px;
}

.faq-body {
    margin-top: 55px;
}

.faq-query h3 {
    cursor: pointer;
}

.show {
    display: block !important;
}

.center {
    text-align: center;
}

.fa-show,
.fs-down {
    font-size: 20px;
    float: right;
}

.sf-trustpilot {
    background-color: #fde7f9;
    margin: 50px auto 0px;
    width: 80%;
    border: 2px solid #e1e1e1;
}

.extra-service-body {
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    /*padding: 1.5rem 1.5rem 1rem;*/
}

.extra-service-bottom {
    margin-top: 20px;
}

.extra-service-body p {
    padding: .5rem 1.5rem 1rem;
}

.blue-bg {
    background: #0e5e8c;
}

.ser-cont {
    width: 90%;
    margin: 30px auto;
}

.extra-service-body h3 {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
    background-color: rgb(29, 156, 211);
}

.review-body {
    display: grid;
    grid-template-columns: 1.5fr 4fr;
    grid-gap: 35px;
    width: 94%;
    margin: 0 auto;
    padding: 36px 0px;
}

.review-panel img {
    padding: 10px 0;
}

.review-box {
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    height: auto !important;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.review-box img {
    width: 108px;
    padding: 5px 0px;
}

.review-box p {
    font-size: 1.25rem;
    line-height: 26px;
}

p.review-text {
    min-height: 126px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-show,
.dot:hover {
    background-color: #d7ce58;
}

.review-box i {
    font-size: 1.9375rem;
    color: #fcbe18;
}

.dots-panel {
    text-align: center;
    margin-top: 10px;
}

.international {
    background: rgba(50, 165, 220, .8) url("../assets/world_map3.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-blend-mode: darken;
    background-position: 70% top;
    text-align: center;
    padding: 40px 20px;
}

.international h2,
.international p {
    color: #174859;
}

.international p {
    font-weight: 600;
}

.fint {
    font-size: 60px;
    color: #0e5e8c;
}

.sky-bg {
    background-color: rgb(29, 156, 211);
}


/*footer css start*/

footer {
    background-color: #f5f5f5;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-top: 4px solid #c7c7c7;
}

.footer-contant {
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto;
}

.footer-space {
    background-color: #c7c7c7;
    width: 100%;
    height: 2px;
}

.footer-serice-cont {
    margin-top: 15px;
    width: 100%;
}

.footer-service-body h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-ser-list li,
.sfstmp ul.list-item li {
    background: url("../assets/list-ar.png") no-repeat left top;
    padding-left: 15px;
}

.footer-ser-list li a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    margin: -3px 0 10px 0;
}

footer a:active,
footer a:link,
footer a:visited {
    color: #676767;
    text-decoration: none;
}

.ser_list {
    display: none;

    float: right;
}

.footer-review {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.company-info p {
    margin-bottom: 0px;
}

.footer_icon {
    clear: none;
    width: 90px;
    margin: 10px 15px 10px 0;
    background-image: url("../assets/footer-Icons.png") !important;
    background-repeat: no-repeat;
    background-position: left top;
    height: 62px;
}

.footer-bottom {
    margin: 0px;
}

.foo-img a {
    float: left;
    margin: 22px;
}

.footer_icon {
    float: left;
    overflow: auto;
}

.visa {
    background-position: left top;
}

.mastercard {
    background-position: left -70px;
}

.maestro {
    background-position: left -140px;
}

.fb {
    background-position: left -230px;
}

.tw {
    background-position: left -324px;
}

.youtube {
    background-position: left -416px;
}

.foo-address {
    margin-top: 33px;
    text-align: center;
}

.fo-bottom {
    margin-top: 0px;
}


/* footer css end */

.sf-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto 87px;
    grid-gap: 0 15px;
    border-bottom: 1px solid #3bb9ff;
    margin: 7px 0px 50px 0px;
}

.steps-box {
    text-align: left;
    padding: 8px 6px 0 6px;
    background: url("../assets/rarrow.png") no-repeat 97% center;
    text-align: center;
}

.steps-box span {
    display: block;
    color: #3bb9ff;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700;
}

.fa-srvc {
    margin-right: 15px;
    color: #3bb9ff;
    font-size: 35px;
}

.proces {
    border-color: #105283;
    background-image: url("../assets/rarrow2.png");
}

.last {
    background-image: none;
}

.proces i,
.proces span {
    color: #105283;
}

.tabs-container {
    width: 100%;
    margin: 30px auto 0px;
}

.row {
    margin-bottom: 10px;
}

.tabs-list {
    display: flex;
    min-height: .125rem;
}

.service-tabs {
    font-size: 1rem;
    line-height: 1.25rem;
    background-clip: padding-box;
    display: block;
    font-family: Myriad Pro Bold Semi Condensed, sans-serif !important;
    padding: 12px;
    background-color: #105283;
    color: #fff;
    border-bottom: 0;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.display {
    background-color: #87CEEB;
    cursor: no-drop;
}

.sf-ser-body {
    border-radius: 5px;
    position: relative;
    height: 100%;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 1px solid rgba(110, 106, 106, 1);
    box-shadow: 5px 5px 5px rgba(127, 127, 127, 1);
    margin-right: 10px;
}

.active,
.orange {
    /*background-color: #d35400;*/
    color: #fff;
}

.compare-packag-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #999999;
}

.compare-services {
    border-right: 1px solid #999999;
    padding: 10px 10px;
    text-align: center;
}

.details-bottom {
    background-color: #fff;
    border-color: #999999;
    color: #676767;
    padding: 13px;
}

.desktop,
.footer-service-body ul,
.dsk-menu {
    display: block;
}

.mobile,
.compare-service-contener,
.hide,
#efPackageBuyIncludedOptionalDivider,
.opt-ext,
.mo-menu,
#efOptionalTable tr:first-child,
.efQuantity,
#efOptionalIncludedTable .ui-widget-header td:nth-child(2),
.efIncludedItemTableRow td:nth-child(2),
#efOptionalIncludedTable .efOptionalTrProduct td:nth-child(3),
#efPackageAgreeTerms,
#efNameCheckSearch,
#efOptionalIncludedTable .ui-widget-header,
#efIncludedTable tbody tr,
.faq-query p,
#rem1,
#add2,
#rem2,
#add3,
#rem3,
#add4,
#rem4,
#efEmulationWidget,
#com2,
#com3,
#com4 {
    display: none;
}

a.blue:active,
a.blue:link,
a.blue:visited {
    color: #0e5e8c;
}

.coprice {
    color: #494a4c;
    font-size: 30px;
    line-height: 20px;
    min-height: 4.375rem;
}

.servicename {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: 1px solid #999999;
    text-align: left;
}

.servicename h3 {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
}

.fa-circle-info,
.fa-tick,
.fs-cross {
    color: #1d9cd3;
    font-size: 25px;
}

.fs-cross {
    color: #d8d6d6;
}

.last-service {
    border: none;
}

.Privacy {
    border: 3px solid #f5a933;
    border-right: 3px solid #f5a933;
    padding: 7px;
}

.fa-com {
    font-size: 35px;
}

.com-icon {
    background: none;
    border: 3px solid #0e5e8c;
}

.cpk {
    font-size: 34px;
    color: #0e5e8c;
}

.compare-page-contener {
    position: relative;
    width: 97%;
    max-width: 1300px;
    margin: 0px auto;
}

.com-head {
    background-color: #87CEEB;
}

.com-tab-user {
    max-width: 100%;
    margin-right: 13px;
}

.included-item li {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: .625rem;
    text-align: left;
    list-style-type: disc;
    color: #494a4c;
}

.ser-included {
    text-align: left;
    margin: 12px 0px 0px 17px;
    display: none;
}

.single-service-name {
    float: left;
}

.single-service-center {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0 40px;
}

.single-service-botton {
    float: right;
	display: flex;
}

.single-service-price {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #494a4c;
    margin-right: 10px;
}

.st-include,
.list-item,
.sub-list {
    padding-left: 0;
    text-align: left;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.li-pdng {
    padding-left: 20px;
    padding-bottom: 10px;
}

.st-include li {
    margin-bottom: 0;
    border-bottom: 1px dotted #e3e3e3;
    background: url("../assets/yellow-tick2.png") no-repeat left top;
    padding: 0 0 12px 29px;
}

.single-service {
    padding: 20px;
    background-color: #f5f5f5;
}

.sin-ser {
    min-width: 108px;
}

.page-heading {
    background-color: #04619f;
    background-image: url("../assets/london-image.jpg");
    background-repeat: no-repeat;
    background-position: 80% top;
    background-size: cover;
    min-height: 300px;
    text-align: center;
}

.extra-service {
    background-image: url("../assets/city-of-london23.jpg");
}

.page-heading-center,
.page-heading-full {
    display: flex;
    flex-direction: row;
    width: 97%;
    max-width: 1120px;
    margin: 70px auto;
    padding: 0px 20px;
}

.page-heading-full {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 24px;
    grid-template-rows: auto;
}

.page-heading-center h1 {
    font-size: 45px;
    line-height: 45px;
    color: var(--color-white);
}

.page-heading-center h2,
.page-heading-text p,
.large-heading,
.top-para {
    color: var(--color-white);
}

.page-heading-bg {
    background: rgba(0, 0, 0, .7);
    min-height: 300px;
}

.white-bg {
    background: rgba(255, 255, 255, .7);
}

.pg-icon {
    font-size: 34px;
    color: var(--color-white);
}

.bl-icon {
    font-size: 34px;
    color: var(--color-black);
}

.page-heading-row {
    margin: 50px auto 20px;
}

.page-heading-right {
    border: 2px solid #FFFFFF;
    background-color: rgba(0, 0, 0, .35);
    border-radius: 5px;
    padding: 30px;
    max-width: 200px;
    margin-left: auto;
}

.black-bg {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 30px;
}

.page-heading-left {
    max-width: 750px;
    text-align: left;
    margin-right: auto;
}

.page-heading-right span {
    font-size: 40px;
    line-height: 25px;
    color: var(--color-white);
    display: block;
    padding-bottom: 20px;
    color: #f5a933;
}

span.vat {
    font-size: 15px;
    display: inline-block;
    border: none;
    line-height: 0px;
}

.page-contant-center {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0 40px;
    border: 1px solid #c7c7c7;
    margin: 70px auto 0px;
    background-color: #f5f5f5;
}

.ser-item {
    margin-bottom: 0;
    border-bottom: 1px dotted #e3e3e3;
    font-size: 16px;
    line-height: 22px;
    background: url("../assets/yellow-tick2.png") no-repeat left top;
    padding: 0 0 12px 29px;
}

.page-body-bottom {
    margin: 80px auto;
}

.service-item-box {
    padding: 25px;
}

.page-contant {
    position: relative;
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    height: auto;
    padding: 0 10px;
}

.pk-overview {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #0e5e8c;
}

.page-sub-heading {
    margin-top: 25px;
    color: #1d9cd3;
    font-size: 18px;
}

.page-title {
    border-bottom: 4px solid #cccccc;
    margin-bottom: 25px;
}

.partner-icon {
    height: 40px;
    margin: 5px 0;
    display: inline-block;
    background: url("../assets/partner-logo.png") no-repeat;
    box-sizing: border-box;
}

.barclay {
    background-position: left top;
    width: 160px;
}

.tbs {
    background-position: left -151px;
    width: 78px;
}

.mettle {
    background-position: left -202px;
    width: 105px;
}

.cashplus {
    background-position: left -256px;
    width: 160px;
}

.tide {
    background-position: left bottom;
    width: 78px;
}

.countingup {
    background-position: left -98px;
    width: 144px;
}

.partner-text {
    height: auto;
}

.box-shadow {
    background-color: var(--color-white);
    padding: 20px 5px;
}

.wh-body {
    background-color: #f5f5f5;
}

.partner-row {
    margin: 13px 10px 13px 0px;
}

.large-heading {
    color: var(--color-white);
    font-size: 40px;
    line-height: 45px;
    text-shadow: 2px 2px 0 #1f5a89;
}

.black-font {
    color: var(--color-black);
}

p.black-text {
    color: var(--color-black);
}

.top-para {
    font-weight: 700;
}

li.decimal {
    display: table;
    counter-increment: item;
    margin-bottom: .6em;
}

.wy-cus li {
    padding: 10px 0px;
    color: #FFFFFF;
}

li.decimal::before {
    content: counters(item, ".") " ";
    display: table-cell;
    padding-right: .6em;
}

li.disc {
    list-style-type: disc;
    margin-bottom: .6em;
}

.wh-choose-us {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
}

.service-box,
.padding {
    padding: 20px;
}

.service-box h2 {
    font-size: 18px;
    line-height: 25px;
}

.left-bg {
    margin: .625rem 0px;
}

.add-box p {
    min-height: 198px;
}

.border-box {
    padding: 10px;
    text-align: center;
}

.ti-small {
    font-size: 18px;
    line-height: 25px;
}

.border-box p {
    text-align: left;
    min-height: 166px;
}

.sky-color,
#efLoginContainer h2 {
    color: #1d9cd3;
}

.new-heading {
    font-size: 18px;
    line-height: 22px;
    margin-top: 25px;
}

.sng-text {
    margin-top: 50px;
}

.page-contant-right {
    background-color: #7fcec5;
    background-image: linear-gradient(315deg, #7fcec5 0%, #14557b 74%);
    border-radius: 10px;
    padding: 10px 20px;
}

.page-contant-right .pack-name {
    font-size: 23px;
    line-height: 30px;
    margin: 14px auto;
    text-align: center;
    color: #FFFFFF;
}

.page-contant-right p,
.ContactUs-left p {
    color: #FFFFFF;
}

.right-contant {
    min-height: 481px;
}

.first-hdng {
    margin-top: 0px;
}

.reg-ser {
    background-image: url('.../assets/reg-ser.jpg');
    background-size: cover;
    background-position: 41%;
    min-height: 174px;
}

.faus {
    font-size: 27px;
    width: 34px;
    margin-right: 5px;
}

ul.sub-list {
    padding-left: 25px;
}

.sub-list li {
    list-style-type: lower-alpha;
    margin-bottom: .6em;
}

.ser-upgrade-panel {
    display: grid;
    grid-gap: 0 40px;
    grid-template-columns: 1fr 2.5fr;
}

.reg-upg-bg {
    position: relative;
    text-align: center;
    background-image: linear-gradient(315deg, #7fcec5 0%, #14557b 74%);
    color: #58D3F0;
    border-radius: 10px;
}

.bg2 {
    background-color: #ef5734;
    background-image: linear-gradient(315deg, #ef5734 0%, #ffcc2f 74%);
}

.bg3 {
    background-color: #0abcf9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
}

.price-box {
    top: 16px;
    left: 16px;
    background-color: rgba(0, 0, 0, .7);
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    color: #f5a933;
    position: absolute;
    padding: 10px;
}

.price-box span {
    font-size: 30px;
    line-height: 25px;
    margin-top: 14px;
    display: block;
    font-weight: 600;
}

.ser-upgrade {
    border: 1px solid lightgrey;
    padding: 10px 20px 0px 20px;
    overflow: auto;
}

.upg-cont {
    min-height: 144px
}

.reg-upg-ser {
    margin-bottom: 50px;
}

.margin-top {
    margin-top: 25px;
}

.service-toggle {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
}

.toggle-box {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border: 3px solid #C4C4C4;
    border-radius: 6px;
    cursor: pointer;
}

.select {
    border: 3px solid #0e5e8c;
}

.toggle-box h2,
.toggle-box p {
    color: #979797;
}

.select h2,
.select p {
    color: #3f3f3f;
}

.option {
    background-color: #1d9cd3;
    text-align: center;
    padding: 20px;
    font-size: 21px;
    width: 63px;
    border-radius: 39px;
    color: #FFFFFF;
}

.com-mail {
    margin-left: auto;
}

.PostOptions {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    cursor: pointer;
}

.PostScan {
    background-color: #87CEEB;
    color: #FFFFFF;
    padding: 20px;
}

.PostScan {
    border-radius: 6px 0px 0px 6px;
}

.PostFrd {
    background-color: #87CEEB;
    border-radius: 0px 6px 6px 0px;
}

.ServiceRequst {
    background-color: #2c3b58;
    width: 100%;
    max-width: 510px;
    padding: 20px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 21px;
    border-radius: 10px;
    line-height: 25px;
}

.poSel {
    background-color: #0e5e8c;
}

.white {
    color: var(--color-white);
}

.contact-us-top {
    max-width: 1200px;
}

.con-btn {
    margin: 0%;
}

.black-box {
    border: 2px solid #FFFFFF;
    padding: 30px;
    background-color: rgba(0, 0, 0, .7);
}

.black-box h2 {
    color: #f5a933;
    font-size: 16px;
    line-height: 22px;
}

.black-box p {
    color: var(--color-white);
}

.fa-sky {
    color: #1d9cd3;
    font-size: 40px;
    padding-bottom: 20px;
}

.con-btn {
    margin-bottom: 25px;
}

.con-right {
    width: 80%;
    float: right;
    margin-left: 13px;
}

.ContactUs-panel {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.ContactUs-left {
    background-image: linear-gradient(315deg, #7fcec5 0%, #14557b 74%);
    padding: 20px;
}

.ContactUs-left h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 14px auto;
    color: #f5a933;
}

.ContactUs-right {
    border: 1px solid #ccc;
    padding: 10px 15px;
    background-color: #f5f5f5;
}

.contact-form {
    width: 100%;
    min-height: 435px;
    border: none;
}

.efPanelContent {
    padding: .9375rem;
}

#efLoginBox label {
    float: left;
    font-weight: 700;
    width: 100px;
}

input.efTextInput,
select.efSelectInput {
    padding: .3125rem .75rem;
    margin-bottom: .9375rem;
    font-size: 1.125rem !important;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    color: #676767;
    font-family: myriad-pro-semi-condensed, sans-serif !important;
    font-size: 1.125rem !important;
    outline: none;
}


/* mail body start*/

.sendmail-body {
    overflow: auto;
}



/* mail body end */

.con-box {
    text-align: left;
}

#ResultBdy {
    text-align: center;
}

.name-success h2 {
    font-size: 33px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 15px;
}

.green {
    background-position: 0 -73px;
}

.nm-logo {
    display: inline-block;
    height: 58px;
    width: 58px;
    background-image: url("image/name-search-logo.png");
}

.fa-nck {
    font-size: 50px;
    color: rgb(0, 208, 139);
}

.name-success h3 {
    font-size: 49px;
    line-height: 60px;
    color: #f5a933;
}

.name-success p {
    color: #FFFFFF;
    font-size: 1.375rem;
    line-height: 30px;
}

.cf_button_snc {
    margin-top: 35px;
    display: none;
}

.search-btn {
    border: none;
    width: 19%;
    background-color: #0e5e8c;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-weight: 700;
    padding: 9px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    margin-right: 4px;
    float: right;
    min-width: 115px;
    font-size: 18px;
    height: 60px;
}

.cf_button_snc span {
    text-align: center;
    display: block;
    color: #f5a933;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.search-again,
.pg-search {
    color: #FFFFFF;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.name-chk {
    float: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    height: auto;
    padding: 22px;
    min-width: 233px;
}

.com-name-search {
    max-width: 850px;
    background-color: #f5f5f5;
    border: 1px solid #c7c7c7;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.pk-name {
    font-size: 40px;
    line-height: 45px;
    color: #3bb9ff;
    margin-bottom: 20px;
}

.fa-cnk {
    font-size: 40px;
    color: #105283;
}

.pageresult h2 #res,
.pageresult .name-success p {
    color: #3f3f3f;
}

.pg-search {
    color: #105283;
}

.search-page {
    margin-bottom: 50px;
}

.bold-font {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.fa-ser,
.fa-cart {
    margin-right: 15px;
    color: #105283;
    font-size: 25px;
}

.buy-page-bottom {
    margin-top: 82px;
}

#efEverythingInTheOrderContainer {
    max-width: 100%;
    width: 35%;
    float: right;
    background-color: #f5f5f5;
}

.buy-page-contaner {
    position: relative;
    width: 100%;
    max-width: 1296px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 24px;
    text-align: left;
    margin-bottom: 100px;
}

#efEverythingOptionalContainer {
    max-width: 100%;
    width: 60%;
    float: left;
}

.ui-dialog .ui-dialog-titlebar {
    background: #1a5276;
    padding: 14px 10px;
    color: #fff;
}

#efIncludedTable .ui-widget-header {
    background: #f5f5f5;
    border: none;
    border-bottom: 1px solid #174859;
    color: #3f3f3f;
}

#efIncludedTable td {
    padding: 8px;
    line-height: 20px;
    background-color: #f5f5f5;
}

#efIncludedTable tr.selectPack-name {
    display: table-row;
}

#efIncludedTable tr.selectPack-name td {
    padding: 20px 10px;
}

.selectPack-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0e5e8c;
}

#efEverythingOptionalContainer h3 {
    margin: 0px;
    font-size: 28px;
    line-height: 35px;
}

.efEven,
.efOdd {
    background-color: #FFFFFF;
}

#efEverythingOptionalContainer .ui-widget-header {
    background: none;
    border: 0px;
}

.ui-widget-content {
    border: none;
}

#efOptionalTable td:first-child {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #3f3f3f;
    padding: 10px 0px;
}

#efEverythingOptionalContainer .efTableSubheader td {
    font-size: 30px;
    line-height: 35px;
    color: #174859;
    padding-bottom: 27px;
}

p.prodetails {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    color: #676767;
}

.efOptionalTrProduct>td>a,
table#efOptionalIncludedTable .efButton {
    Background-image: url("../assets/icon-info.png");
    background-size: 25px;
    text-indent: -999em;
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    border: none;
}

.efPriceInPackage {
    margin-top: 10px;
}

#efOptionalTable td {
    vertical-align: top;
}

.efPriceInPackage {
    line-height: 44px;
    font-size: 17px;
}

.spce-a,
.spce-b,
.spce-c {
    background: #fff;
    float: right;
    width: 100%;
    padding-bottom: 30px;
}

.com_review,
.nextstep {
    padding: 25px;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 0 -10px;
}

.com_review {
    background: #f1f1f1;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
}

#efPackageNet {
    border-top: 1px solid #174859;
}

ul.nxt-steps {
    margin-left: 2.143em;
}

.nxt-steps li {
    position: relative;
    margin-bottom: 17px;
}

.sm-icon {
    width: 35px;
    padding: 10px;
    font-size: 15px;
    margin: 0px;
    margin-right: 10px;
    position: absolute;
    left: -48px;
}


/* include table css start */

#efPackageAgreeTerms,
#efPackageCheckout,
#efPackageNet,
#efPackageTax,
#efPackageTotal,
#efPackageIncludedItemsTitle,
#efIncludedTable {
    background: #f7f7f7;
    padding: 8px 10px;
    margin-top: 0;
    border-left: 2px solid #1a5276;
    border-right: 2px solid #1a5276;
}

#efPackageCheckout {
    width: 100%;
    text-align: right;
    padding: 22px 8px 20px 0;
    border-bottom: 2px solid #1a5276;
}

#efPackageIncludedItemsTitle {
    margin: 0 !important;
    color: #FFFFFF;
    background: #1a5276;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
}

.fa-cart {
    color: #f5a933;
}

.ui-button .ui-icon {
    background-color: #FFFFFF;
}

.ui-button .ui-icon:focus,
.ui-button .ui-icon:hover {
    background-color: #FFFFFF;
}

.ui-button:hover,
.ui-button:focus {
    background-color: rgb(62, 171, 236);
    color: #FFFFFF;
}

.small-font {
    font-size: 17px;
    line-height: 22px;
}

#efIncludedTable .ui-widget-header td {
    padding: 15px 10px;
    font-size: 16px;
}

#efOptionalIncludedTable {
    margin-top: 0px;
    border-left: 2px solid #1a5276;
    border-right: 2px solid #1a5276;
}

table#efOptionalIncludedTable .efButton {
    background-image: url("../assets/close.png");
}

#efEverythingInTheOrderContainer td {
    font-size: 16px;
    line-height: 20px;
    background-color: #f5f5f5;
    padding: 0px 8px;
}

.ext-ser {
    text-align: center;
    background: #1d9cd3;
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 5px;
}

.opt-ext img {
    margin: 17px auto;
    display: block;
}


/* order page css sart */

#ef-panel-title,
.ef-nav-section-link.current,
.ef-order-form-nav-step-wrapper {
    background-color: rgb(23, 129, 174);
}

#ef-order-form-nav-section-content {
    background-color: rgb(207, 239, 244);
}

.ef-nav-section-link {
    border-right: 1px solid rgb(106, 207, 221);
}

.ef-nav-section-link.current>a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
}

#ef-order-form-nav-section-content {
    background-color: rgb(207, 239, 244);
    border: 1px solid rgb(106, 207, 221);
}

#ef-order-form #ef-panel-title h1 {
    color: var(--color-white);
}

.order-page-contaner {
    position: relative;
    width: 97%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 10px;
    text-align: left;
    margin-bottom: 100px;
}

.ef-nav-section-description {
    font-family: MyriadW08-LightSemiCond1166630 !important;
    font-size: 14px;
}

.ef-nav-section-link a {
    color: #525252 !important;
    font-size: 16px;
}

.ef-nav-section-link.current>a {
    color: #fff !important;
}

.ef-panel-wrapper {
    padding-bottom: 10px !important;
    border: none !important;
    background-color: #fafafa;
    padding: 0 17px;
}

#ef-namecheck-button {
    width: 100%;
}

#ef-company-name {
    height: 58px;
}

.ef-information-box {
    background-color: rgb(86, 176, 220);
    border-radius: 10px;
}

#ef-panel-title {
    background-color: #fafafa !important;
}

#ef-panel-title h1 {
    color: #0079a8 !important;
    font-size: 31px !important;
    line-height: 31px !important;
    font-family: MyriadW08-BoldSemiConde !important;
}

#ef-panel-content {
    border-top: 1px solid #a9a9a9;
    padding: 0 !important;
}

.ef-information-box h2,
.ef-information-box p {
    color: var(--color-white);
}

.ef-btn.ef-primary-btn.ef-remove-holding,
#efPageContent .ef-remove-btn,
.ef-btn.ef-primary-btn.ef-remove-officer,
.ef-assign-remove-serv-product,
#efContinueExistingPackageOrder .efButton.deleteButton,
.remove-ser {
    border: 1px solid #d90000 !important;
    color: #d90000 !important;
    display: inline-block;
    background-color: #fff !important;
}

#efPageContent .ef-remove-btn:hover,
#efPageContent .ef-remove-btn:focus,
.ef-btn.ef-primary-btn.ef-remove-officer:hover,
.ef-assign-remove-serv-product:hover,
#efContinueExistingPackageOrder .efButton.deleteButton:hover {
    text-decoration: underline;
}

.ef-tab-link.w--current {
    border-color: #0079a8 !important;
    background-color: #0079a8 !important;
    color: #FFFFFF !important;
}

.ef-tab-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #FFFFFF !important;
    border-color: #abb5ba !important;
    color: #abb5ba !important;
    padding: 12px 30px;
}

.ef-review-section-title #ef-view-summary {
    border: 0 !important;
    background-color: transparent !important;
    font-size: 14px !important;
    text-decoration: underline;
}

.ef-review-particulars-wrapper,
.ef-review-business-address-wrapper,
.ef-review-appointments,
.ef-review-documents,
.ef-review-cashback-section,
.ef-review-banking,
.ef-review-trading-address-wrapper,
.ef-review-card-merchant,
.ef-review-card-accounting {
    background-color: #eef1f4;
    padding: 5px 15px;
    margin: 10px 0;
}

#efGoPayNowForm table tr {
    display: table-row !important;
    margin-bottom: 0;
}

.efCartNetTotalTr td,
.efCartTotalTr td,
.efCartVatTr td {
    border-bottom: 1px solid #00b1e3;
}

#efGoPayNowForm .efPanelHeader {
    padding: .9375rem;
}

#efGoPayNowForm table tr td {
    display: table-cell;
    vertical-align: middle;
}

.efCartMlcIntro,
.efCartPartnerIntro {
    margin-top: 4px;
}

#efGoPayNowForm table.efPartnerTermsTbl,
table.efTableUnbordered {
    border: none !important;
}

.efCartNetTotalTr,
.efCartTotalTr,
.efCartVatTr {
    background-color: #fff;
    color: #333 !important;
}

.ef-review-section-title h2 {
    float: left;
}

.ui-datepicker td a.ui-state-default,
.ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
    display: block;
    padding: 8px 7px;
    text-align: center;
    text-decoration: none;
}

.cus-menu p {
    color: var(--color-white);
    min-height: 132px;
}

.info-btn {
    padding: 8px;
    border-radius: 4px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    margin: 12px auto;
}

.cart-page .ui-widget-content {
    border: 1px solid #00b1e3 !important;
}

.cart-page .efTableVeryCondensed.ui-widget-content,
.cart-page .efTableUnbordered.ui-widget-content {
    border: 0px !important;
}

#efGoPayNowForm .ui-widget-header,
#efGoPayNowForm .efCartCompanyHeader,
.buy-page-bottom #efContinueExistingPackageOrder .ui-widget-header {
    background: rgb(23, 129, 174);
    color: var(--color-white);
}

#efGoPayNowForm .ui-widget-content a {
    color: var(--color-white);
}

.efCartNetTotalLabel,
.efCartNetTotalVal,
.efCartTotalLabel,
.efCartTotalVal,
.efCartVatLabel,
.efCartVatVal {
    font-size: 1.125rem !important;
    font-weight: 400 !important;
}

.efCartNetTotalLabel {
    text-align: right;
    font-size: 1.4em;
}

#efGoPayNowForm .efTable tr.ui-widget-content {
    border: none !important;
    border-bottom: 1px solid #00b1e3 !important;
}

.ef-terms-and-conditions-wrapper label {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.ui-datepicker.ui-widget-content {
    border: 1px solid #00b1e3 !important;
}

.ui-datepicker-header.ui-widget-header {
    background: #0079a8;
    color: #fff;
}

.ui-datepicker-calendar td .ui-state-default {
    margin: 0px;
}

.cart-page #js_regulated_user_tbl .ef-js-choose-user-address,
.cart-page .efTableVeryCondensed .ef-js-choose-delivery-address,
.efPaymentGatewayAddressActions .efBillingAddressBtn {
    padding: 10px;
}


/*cart css start*/

.cart-page #js_regulated_user_tbl .efMLCReason {
    width: 100% !important;
    margin-top: 0.5rem;
}

.cart-page .efTable td {
    padding: 15px 8px;
}

.buy-page-bottom #efContinueExistingPackageOrder .efTable td {
    padding: 20px 8px;
}

#efContinueExistingPackageOrder .efButton.ui-button {
    padding: 15px;
}

.ui-button-text-only .ui-button-text {
    padding: 0em;
}

.efCustomerTypeWrapper .efCustomerType {
    border: 3px solid #3bb9ff;
}

.efCustomerTypeWrapper input[type="radio"].ef-toggle+label::after {
    background-color: #3bb9ff;
}

.efCustomerTypeWrapper .efCustomerType {
    padding: 17px 17px;
}

.efCustomerTypeWrapper input[type="radio"].ef-toggle:checked+label {
    color: #FFFFFF;
}

.efPaymentGatewayField .efTextInput {
    height: 40px;
    background: #FFFFFF;
}

.efPaymentGatewayTotals {
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7;
    padding: 10px 10px;
    border: none;
    border-radius: 0;
}

.efPaymentGatewayTotals .efPaymentGatewayGrossPrice,
.efPaymentGatewayTotals .efPaymentGatewayNetPrice,
.efPaymentGatewayTotals .efPaymentGatewayVATPrice {
    font-size: 1.125rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

.efPaymentGatewayAmountDuePrice {
    text-align: left;
}

.efPaymentGatewayTotals .efPaymentGatewayNetPrice span,
.efPaymentGatewayTotals .efPaymentGatewayVATPrice span,
.efPaymentGatewayTotals .efPaymentGatewayGrossPrice span,
.efPaymentGatewayAmountDuePrice span {
    float: right;
    font-weight: 400;
}

.payment-gateway ul.efOrderContentsList li {
    padding: 0.3125rem 0.625rem 0.3125rem 0;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    color: #3f3f3f;
    font-weight: 600;
}

ul.efOrderContentsList {
    margin-bottom: 0px;
}

.efPaymentGatewayTotals {
    margin: 10px 0px;
}

ul.efOrderContentsList li::before {
    content: "\2713\0020";
    color: orange;
}

.und-text {
    float: left;
    width: 100%;
    border-bottom: 4px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 19px;
    color: #0e5e8c;
}

.payment-gateway #efPageContent {
    width: 100%;
}

.efOrderContentsWrapper {
    width: 42%;
    padding: 15px 15px;
    background-color: #f5f5f5;
    box-shadow: 5px 5px 5px rgba(127, 127, 127, 1);
    margin: 5px;
    border: 2px solid #c7c7c7;
}

.efPaymentGatewayTitle {
    color: #ff7f27;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.und-text span {
    color: #3f3f3f;
    float: right;
    font-size: 30px;
}

.efPaymentGatewayPayBtn .efPayButton {
    width: 300px;
}

.view-basket {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: left;
    display: none;
    z-index: 1000;
    cursor: pointer;
}

.big-btn {
    width: 257px !important;
}

h2.regadd {
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-bottom: 10px;
    height: auto;
    color: #0e5e8c;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    border-bottom: 2px solid #cccccc;
}

h2.regadd i {

    color: #0e5e8c;
}

span.rgprc {
    color: #404040;
    font-size: 25px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

.dispr {
    text-decoration: line-through;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
    font-weight: 400;
    font-size: 21px;
}

span.rgyr {
    color: #676767;
    font-size: 14px;
}

.remove-ser {
    padding: 9px;
    display: none;
    width: 113px;
}

#price {
    padding-bottom: 0px;
}

.big-box {
    border-radius: 4px;
    border: 2px solid #c7c7c7;
    box-shadow: 5px 5px 5px rgba(127, 127, 127, 1);
    padding: 20px;
    margin-top: 40px;
}

.sub-number ul {
    counter-reset: item;
}

.sub-number ul li {
    display: table;
    counter-increment: item;
    margin-bottom: .6em;
    font-size: 16px;
    line-height: 22px;
}

.sub-number ul li::before {
    content: counters(item, ".") " ";
    display: table-cell;
    padding-right: .6em;
}

.sub-number ul.list-item li,
.sfstmp ul.list-item li {
    margin: 0 0 8px 25px;
    text-align: justify;
    list-style-type: none;
    font-weight: 400;
}

.sub-number ul li ul {
    margin-top: 14px;
}

.cus-heading h3 {
    padding-bottom: 3px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #1d9cd3;
}

ul.list-item.ongtck {
    margin-left: 21px;
}

.sfstmp ul.list-item li {
    background: url("../assets/list-ar.png") no-repeat left center;
}


/*cart css end*/

.sf-inf-panel {
    width: 80%;
    overflow: auto;
    margin: 10px 0;
}

.sf-inf-lavel {
    width: 30%;
    float: left;
    color: #333;
    font-size: 1rem;
    line-height: 22px;
}

.red,
#error,.error {
    color: red;
    font-size: 15px;
    padding-top: 30px;
}

.sf-inf-input {
    float: right;
    width: 60%;
    box-sizing: border-box;
}

.sf-inf-input input,
.sf-inf-input select {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 0 9px;
    box-sizing: border-box;
    outline: none;
    background: #FFFFFF;
}

.reg-info {
    margin-bottom: 25px;
}

.blue-bg {
    background-color: #80ced7;
    padding: 20px;
    border-radius: 5px;
    overflow: auto;
}

.sf-button {
    padding: 25px 0px;
}

.sf-icon {
    background: url("../assets/larrow.png") 5% center no-repeat;
    width: 100px;
    cursor: pointer;
    color: #034580;
    font-weight: 700;
    padding: 16px 0px;
    text-align: right;
    float: left;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sf-order-panel {
    margin-top: 7px;
    
}

p.odr-serv {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 700;
}

.serv-name {
    font-size: 1.2rem;
    line-height: 22px;
}

.sf-order-panel table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1rem;
}

.sf-pri {
    width: 80%;
}

.order-page h3 {
    color: #008b8b;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    line-height: 22px;
}

.order-page table td {
    padding: 8px 0px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #333333;
}
.sf-order-btn{margin-top: 25px;}
.sf-tnc-lft {
    width: 5%;
    float: left;
    min-width: 16px;
}

.reg-btn {
    float: right !important;
    width: auto !important;
}

.hi-auto {
    min-height: auto;
}

.ft-offer {
    visibility: hidden;
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
}

.popup-bdy {
    background-color: #fff;
    max-width: 800px;
    width: 95%;
    margin: 24px auto;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.popup-txt {
    padding: 20px 42px 10px 20px;
    text-align: left;
}

.popup-bdy .cross {
    float: right;
    margin-right: 0;
    cursor: pointer;
}

.popup-img {
    width: 100%;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-show,
.dot:hover {
    background-color: #d7ce58;
}

.review-box i {
    font-size: 1.9375rem;
    color: #fcbe18;
}

.dots-panel {
    text-align: center;
    margin-top: 10px;
}

.single-service-box {
    float: left;
    width: 100%;
}

.ser-btn {
    float: right;
}
.sing-btn {
    display: block;
  }
  .white-img-bg {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 30px;
  }
  .fa-cus {
    font-size: 55px;
    color: #FFFFFF;
  }
/* media query start */

@media (min-width: 799px) and (max-width: 1000px) {
    .ser-cont {
        display: block;
        width: 100%;
    }
    .pack-name,
    .coprice {
        font-size: 20px;
        line-height: 25px;
    }
    .coprice {
        min-height: 2.375rem;
    }
    .extra-service-body {
        width: 47%;
        float: left;
        margin: 10px 10px 10px 0px;
    }
    .contact-form {
        min-height: 515px;
    }
}

@media only screen and (max-width:800px) {
    .compare-packag-row,
    .mobile,
    .single-service-center,
    .sf-packs-contant,
    .com-structure,
    .ser-cont,
    .two-panel,
    .page-two-panel,
    .ser-upgrade-panel,
    .ContactUs-panel,
    .opt-ext,
    .dis-basket {
        display: block;
    }
    .header-contant {
        margin-left: 10px;
    }
    .home-head-top {
        width: 93%;
        margin: 35px auto 0px auto;
    }
    .desktop {
        display: none;
    }
    .buy-buttons,
    .details-bottom {
        width: 47%;
    }
    .com-head,
    .sf-body {
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .compare-packag-top,
    .sf-packs-contant {
        width: 85%;
        margin: 0 auto;
    }
    .pack-center,
    .pack-top,
    .sf-forbdy p {
        min-height: min-content;
    }
    .compare-services,
    .compare-packag-row {
        border: 0px;
    }
    .details-bottom {
        float: right;
        margin: 0px;
    }
    .coprice {
        min-height: 2.375rem;
    }
    .sf-trustpilot,
    .review-body,
    .ser-cont,
    .efPaymentDetailsWrapper,
    .sf-inf-panel {
        width: 100%;
    }
    .sing-btn {
        float: none;
        margin: 0 auto;
    }
    .sf-forbdy,
    .page-two-panel,
    .reg-upg-bg {
        margin-bottom: 15px;
    }
    .extra-service-body {
        width: 47%;
        float: left;
        margin: 10px 10px 10px 0px;
    }
    .con-box,
    .efPaymentGatewayPayBtn {
        text-align: center;
    }
    .contact-form {
        min-height: 540px;
    }
    #efEverythingOptionalContainer {
        margin-top: 40px;
    }
    .buy-page-bottom {
        margin-top: 0px;
    }
    #efPackagePurchaseOptionsContainer #efEverythingOptionalContainer .efPackageTable tr td {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        float: left;
    }
    #efPackagePurchaseOptionsContainer #efEverythingOptionalContainer .efPackageTable tr td.sfbtn {
        float: right;
    }
    #efEverythingInTheOrderContainer,
    #efEverythingOptionalContainer,
    #efPackageTable tr td.sf-product {
        width: 100% !important;
        font-size: 15px;
        float: left;
    }
    .buy-page-contaner {
        padding: 0px 13px;
    }
    #efPageContent,
    .inner-body {
        padding: 0px;
    }
    #efOptionalTable tr {
        border-bottom: 1px solid #158ad0;
    }
    .efOrderContentsWrapper {
        width: 97%;
    }
    .efPaymentDetailsWrapper select {
        width: 80px;
    }
}

@media only screen and (max-width:700px) {
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td {
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-bottom: 1px solid #00b1e3;
        border-left: 1px solid #00b1e3;
        border-right: 1px solid #00b1e3;
        display: block;
        padding-left: 50% !important;
        position: relative;
        text-align: left;
        min-height: 46px;
    }
    #efGoPayNowForm table tr td {
        display: block;
    }
    #efGoPayNowForm table tr#efNetTotalRow,
    #efGoPayNowForm table tr#efVatTotalRow,
    #efGoPayNowForm table tr#efTotalPriceRow {
        display: flex !important;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        background-color: #fff;
    }
    #efGoPayNowForm table tr#efNetTotalRow td,
    #efGoPayNowForm table tr#efVatTotalRow td,
    #efGoPayNowForm table tr#efTotalPriceRow td {
        display: table-cell;
        border-right: 1px solid #00b1e3;
        width: 50%;
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td::before {
        padding: 0.625rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        width: 45%;
        height: 100%;
        background-color: #00b1e3;
        color: #fff;
        text-align: left;
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:first-child {
        border-top: 1px solid #00b1e3;
        width: 100%;
    }
    .cart-page #efGoPayNowForm table tr.efOdd td[style] {
        text-align: right !important;
    }
    .cart-page #efGoPayNowForm table tr.ui-widget-header {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:nth-of-type(1)::before {
        content: 'Product';
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:nth-of-type(2)::before {
        content: 'Quantity';
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:nth-of-type(3)::before {
        content: 'Unit Price';
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:nth-of-type(4)::before {
        content: 'Net';
    }
    .cart-page #efGoPayNowForm>table tr:not(.efTableSubheader) td:nth-of-type(5)::before {
        content: 'VAT';
    }
    .cart-page .ui-widget-content {
        border: none;
    }
    .cart-page #efGoPayNowForm table tr#efNetTotalRow td:empty,
    .cart-page #efGoPayNowForm table tr#efVatTotalRow td:empty,
    .cart-page #efGoPayNowForm table tr#efTotalPriceRow td:empty,
    .cart-page #efGoPayNowForm table tr td:empty {
        display: none;
    }
    .cart-page .ef-terms-and-conditions-wrapper p span {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        text-align: left !important;
    }
    .cart-page .ef-terms-and-conditions-wrapper input {
        margin-right: 0.625rem;
    }
    #efContinueExistingPackageOrder .efTable.ui-widget-content tr {
        display: block;
        float: right;
        box-sizing: border-box;
        width: 60%;
        background-color: #fff !important;
    }
    #efContinueExistingPackageOrder .efTable.ui-widget-content {
        background-color: #1781AE !important;
    }
    #efContinueExistingPackageOrder .efTable.ui-widget-content tr:nth-child(2) {
        width: 60%;
        background-color: #fff !important;
    }
    .buy-page-bottom #efContinueExistingPackageOrder .efTable td {
        padding: 13px 8px;
    }
    #efContinueExistingPackageOrder .efTable.ui-widget-content tr:first-child {
        width: 40%;
        float: left;
        background-color: #1781AE !important;
    }
    #originalCart #efContinueExistingPackageOrder .ui-widget-content td {
        padding: 8px 10px;
    }
    #efContinueExistingPackageOrder .efTable.ui-widget-content td {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    #efContinueExistingPackageOrder table td {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #ccc;
    }
    #efContinueExistingPackageOrder .efButton.deleteButton {
        padding: 8px !important;
    }
}

@media only screen and (max-width:600px) {
    .page-heading-center,
    .home-row,
    .page-contant-center,
    .three-panel,
    .review-body,
    .page-heading-full,
    .wh-choose-us,
    .service-toggle,
    .efCustomerTypeWrapper,
    .footer-service-content,
    .ser_list,
    .sf-order-panel {
        display: block;
    }
    .st-full-width {
        padding: 0px 10px;
        margin: 20px auto;
    }
    .option {
        margin: auto;
    }
    .box-shadow,
    .toggle-box,
    .option {
        margin-bottom: 20px;
    }
    .page-body-bottom {
        margin: 35px auto;
    }
    .page-heading-right {
        text-align: center;
        margin-top: 35px;
    }
    .page-btn {
        display: inline-block;
        float: none;
    }
    .home-box {
        width: 47%;
        float: left;
        margin: 10px 10px 10px 0px;
    }
    .extra-service-body {
        width: 100%;
        float: none;
        margin: 10px 0px 0px 0px;
    }
    #input_bx,
    .com-search {
        width: 100%;
        margin-bottom: 5px;
    }
    .review-body {
        text-align: center;
    }
    .review-panel img {
        margin: 0 auto;
    }
    .page-heading-right,
    .toggle-box {
        max-width: 100%;
    }
    .inl-btn {
        display: inline-block;
        float: none;
    }
    .ui-widget.ui-widget-content,
    .ser-btn {
        width: 100% !important;
    }
    .ui-datepicker.ui-widget.ui-widget-content {
        width: 87% !important;
    }
    .ef-information-box p {
        margin-left: 0px;
    }
    .efCustomerTypeWrapper input[type="radio"].ef-toggle+label {
        min-width: 100%;
    }
    .efCustomerTypeWrapper input[type="radio"].ef-toggle.ef-toggle-right+label {
        margin-left: 0px;
    }
    .footer-service-body h4 {
        border-bottom: 2px solid #c7c7c7;
        margin-bottom: 30px;
        display: block;
        cursor: pointer;
    }
    .footer-service-body ul,
    .footer-space {
        display: none;
    }
    .fo-bottom {
        margin-top: 30px;
    }
    .footer-box {
        overflow: auto;
    }
    .foo-img a {
        float: none;
        margin: 5px;
    }
    
	.pack-name{font-size: 21px;line-height: 25px;}
	.single-service-botton {float:left}
}

@media only screen and (max-width:480px) {
    .sf-inf-lavel,
    .sf-inf-input {
        float: left;
        width: 100%;
    }
    .mo-col{display: none;}
}

@media only screen and (max-width:400px) {
    .steps-box {
        display: none;
    }
    
    .tabs-list,
    .review-body,
    .sf-steps,
    .proces,
    .single-service-botton {
        display: block;
    }
    .proces {
        background: none;
    }
    .service-tabs {
        width: 47%;
        float: left;
        border-radius: 0px;
        margin: 3px;
    }
    .buy-buttons,
    .details-bottom {
        float: none;
        width: 88%;
        margin: 11px auto;
    }
    .sf-ser-body {
        margin-right: 0px;
    }
    .compare-packag-top {
        width: 90%;
        border-radius: 0px;
    }
    .inner-body {
        padding: 0px;
    }
    .review-panel {
        text-align: center;
    }
    .review-panel img {
        margin: 0 auto;
    }
    .pk-overview {
        font-size: 30px;
        line-height: 35px;
    }
    .page-heading-center h1 {
        font-size: 40px;
    }
    .page-heading-center {
        margin: 40px auto;
    }
    .home-box {

        width: 100%;
        float: none;
        margin: 10px 0px 0px 0px;
    }
    .sf-new,
    .sf-exc,
    .cart-page #ef-checkout-action {
        width: 100%;
    }
    .sf-new {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 992px) {
    .dsk-menu {
        display: none;
    }
}


/* media query end */