.base-input {
    position: relative;
    min-height: auto;
    margin: 0 0 25px 0;
}

.base-input.write-message span {
    font-size: 10px;
    font-family: "Inter", sans-serif;
    font-style: italic;
}

.base-input>.relative {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.base-input .astric {
    color: red;
}

.base-input label {
    display: block;
    position: static;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.base-input .error-msg {
    display: none;
    margin: 4px 0 0 0;
    color: red;
    font-size: 12px;
    font-weight: 500;
}

.base-input input[type="text"],
.base-input input[type="email"],
.base-input input[type="password"],
.base-input input[type="tel"],
.base-input input[type="number"],
.base-input select {
    display: block;
    outline: none;
    width: 100%;
    min-height: 18px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    margin: 0px;
    color: #000;
    height: auto;
    padding: 10px 15px 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    background-color: #fff;
    box-shadow: none;
    appearance: none;
    font-family: "Inter", sans-serif;
}

.base-input input[type="text"].error,
.base-input input[type="email"].error,
.base-input input[type="password"].error,
.base-input input[type="tel"].error,
.base-input input[type="number"].error,
.base-input select.error {
    border-color: red;
}

.base-input input[type="text"]:hover,
.base-input input[type="email"]:hover,
.base-input input[type="password"]:hover,
.base-input input[type="tel"]:hover,
.base-input input[type="number"]:hover,
.base-input select:hover {
    border-color: #d9d9d9;
}

.base-input input[type="text"]:hover.error,
.base-input input[type="email"]:hover.error,
.base-input input[type="password"]:hover.error,
.base-input input[type="tel"]:hover.error,
.base-input input[type="number"]:hover.error,
.base-input select:hover.error {
    border-color: red;
}

.base-input input[type="text"]:focus,
.base-input input[type="email"]:focus,
.base-input input[type="password"]:focus,
.base-input input[type="tel"]:focus,
.base-input input[type="number"]:focus,
.base-input select:focus,
.base-input input[type="text"]:not(.empty),
.base-input input[type="email"]:not(.empty),
.base-input input[type="password"]:not(.empty),
.base-input input[type="tel"]:not(.empty),
.base-input input[type="number"]:not(.empty),
.base-input select:not(.empty) {
    border-color: #d9d9d9;
}

.base-input input[type="text"]:focus.error,
.base-input input[type="email"]:focus.error,
.base-input input[type="password"]:focus.error,
.base-input input[type="tel"]:focus.error,
.base-input input[type="number"]:focus.error,
.base-input select:focus.error,
.base-input input[type="text"]:not(.empty).error,
.base-input input[type="email"]:not(.empty).error,
.base-input input[type="password"]:not(.empty).error,
.base-input input[type="tel"]:not(.empty).error,
.base-input input[type="number"]:not(.empty).error,
.base-input select:not(.empty).error {
    border-color: red;
}

.base-input input[type="text"]:focus~label,
.base-input input[type="email"]:focus~label,
.base-input input[type="password"]:focus~label,
.base-input input[type="tel"]:focus~label,
.base-input input[type="number"]:focus~label,
.base-input select:focus~label,
.base-input input[type="text"]:not(.empty)~label,
.base-input input[type="email"]:not(.empty)~label,
.base-input input[type="password"]:not(.empty)~label,
.base-input input[type="tel"]:not(.empty)~label,
.base-input input[type="number"]:not(.empty)~label,
.base-input select:not(.empty)~label {
    color: #000;
}

.base-input input[type="text"][disabled],
.base-input input[type="email"][disabled],
.base-input input[type="password"][disabled],
.base-input input[type="tel"][disabled],
.base-input input[type="number"][disabled],
.base-input select[disabled] {
    background-color: #e6e6e6;
}

.base-input select {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADnRSTlMA6yUrMfLZ5OEYOL4+HUIPB3sAAABMSURBVAjXY8ADbCDUYYatC0A0VzTDtCgQwzGTgTPVgYGBRWwCA8M1YQYGxSagKG+jAVO5AkheXUhdCKyTWaLRAGKGYQjUTBYHBrwAAF6ICpYaFYwdAAAAAElFTkSuQmCC) center right 10px no-repeat;
    background-size: 15px;
    padding-right: 30px;
}

.base-input input[type="password"] {
    padding-right: 36px;
}

.base-input textarea {
    display: block;
    outline: none;
    width: 100%;
    min-height: 80px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    margin: 0px;
    resize: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    background-color: #fff;
}

.base-input textarea.error {
    border-color: red;
}

.base-input textarea:hover {
    border-color: #d9d9d9;
}

.base-input textarea:hover.error {
    border-color: red;
}

.base-input textarea[disabled] {
    background-color: #e6e6e6;
}

.base-input .block.cl-error {
    color: #f72929;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.base-input .customerGdpr_agree label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 13px;
}

.base-input .customerGdpr_agree label a {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.base-checkbox {
    position: relative;
    padding-left: 32px;
    width: 50%;
    margin: 0 auto;
}

.base-checkbox input[type="checkbox"]:checked+label:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border-width: 2px;
    border-color: #000;
    background-color: transparent;
}

.base-checkbox input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.base-checkbox input[type="radio"]+label:before {
    border-radius: 50%;
}

.base-checkbox input[type="radio"]:checked+label:after {
    position: absolute;
    content: "";
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bdbdbd;
}

.base-checkbox input[type="checkbox"]:checked+label:before,
.base-checkbox input[type="radio"]:checked+label:before {
    background-color: transparent;
}

.base-checkbox label {
    margin-bottom: 0;
    font-size: 14px;
}

.base-checkbox label:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

.base-checkbox input.input-error~label:before {
    border-color: #f00;
}

.contact-us-wrapper .contact-wrapper {
    padding: 15px 10px;
}

.contact-us-wrapper h1 {
    margin: 20px 0 20px;
}

.contact-us-wrapper .support-desk {
    border: none !important;
}

.contact-wrapper .form-wrapper .country-slt .iti--allow-dropdown {
    margin-top: 0;
}

.contact-wrapper .form-wrapper .country-slt .iti__flag-container {
    background-color: #fff;
}

.contact-wrapper .form-wrapper .country-slt input#telephone {
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.contact-wrapper .form-wrapper .country-slt .iti__country-list {
    left: 1px;
}

.contact-us-wrapper .queries-form .select-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.contact-us-wrapper .queries-form .select-wrapper:after {
    top: 40px;
}

.contact-us-wrapper .queries-form .select-wrapper label {
    order: 1;
}

.contact-us-wrapper .queries-form .select-wrapper select {
    order: 2;
    background-color: #fff;
}

.contact-us-wrapper .queries-form .select-wrapper>div {
    order: 3;
}

.contact-us-wrapper .queries-form .form-wrapper {
    padding: 20px 5px;
    background-color: rgba(0, 0, 0, 0.05);
}

.contact-us-wrapper .queries-form .form-wrapper .send-inq {
    text-align: center;
}

.contact-us-wrapper .queries-form .form-wrapper .send-inq .fill-button {
    min-width: 220px;
    height: 50px;
    font-size: 18px;
    background-color: #f94900;
}

.contact-us-wrapper .queries-form .form-wrapper .send-inq .fill-button:hover {
    background-color: #000;
}

.contact-us-wrapper .queries-form .agree-trems input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
    opacity: 0;
}

.contact-us-wrapper .queries-form .agree-trems label:after {
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    background-color: #f2f2f2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-us-wrapper .queries-form .agree-trems label a {
    text-decoration: underline;
    color: #000;
}

.contact-us-wrapper ul.top-support li {
    display: block !important;
}

.contact-us-wrapper ul.top-support li.special-digi {
    display: inline-block !important;
}

.contact-us-wrapper ul.top-support .digi-clock {
    display: inline-block !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.contact-us-wrapper ul.call-mail li a {
    display: block;
}

.contact-us-wrapper ul.call-mail li a:hover p {
    color: #f94900 !important;
}

.contact-us-wrapper ul.call-mail li a strong {
    color: #1c1c1c;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
    vertical-align: middle;
}

.contact-us-wrapper ul.call-mail li a p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.contact-us-wrapper .support-contact-wrappper .support-contact .support-desk .support-ltr ul li p {
    margin-bottom: 0;
}

.support-contact-wrappper.special-support .support-contact .support-desk {
    padding: 0 20px;
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul {
    display: inline-block;
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li .right-sec {
    width: 100%;
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li::last-child .right-sec {
    width: calc(100% - 80px);
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li.support-time {
    width: 100%;
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li.lan-support {
    width: 100%;
}

.support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-right ul li {
    width: 100%;
}

.support-contact-wrappper .support-contact h1 {
    margin: 30px 0;
}

.support-contact-wrappper .support-contact .support-desk {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr {
    padding: 0;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li:last-child {
    margin-bottom: 10px;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li .support-left-icon {
    display: inline-block;
    font-size: 28px;
    color: #3b4653;
    left: 0;
    top: 0;
    border: 1px solid #c4c4cb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    vertical-align: middle;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li .right-sec {
    display: inline-block;
    padding-left: 10px;
    max-width: calc(100% - 73px);
    vertical-align: middle;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li h3 {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 5px;
    font-weight: 700;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul li p {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
    font-family: "Inter", sans-serif;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr.desk-left {
    flex: 0 0 100%;
    max-width: 100%;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr.desk-right {
    flex: 0 0 100%;
    max-width: 100%;
}

.support-contact-wrappper .support-expectation>h2 {
    margin-top: 36px;
    margin-bottom: 60px;
}

.support-contact-wrappper .support-expectation .suppport-thumb {
    margin-top: 35px;
    padding: 16px 16px;
    padding-top: 0;
}

.support-contact-wrappper .support-expectation .suppport-thumb .support-box {
    width: 100%;
    padding: 0 15px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p a.fill-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 200px;
    bottom: 20px;
}

.hero-banner-section.support-banner .main-title p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.why-us .content-wrap p {
    max-width: 755px;
}

.why-us .row {
    justify-content: center;
    margin-top: 50px;
}

.why-us .right-contain,
.why-us .left-contain {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 30px;
}

.why-us .right-contain {
    border-left: none;
}

.why-us .row h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
    display: inline-block;
    position: relative;
}

.why-us .row h3::before {
    content: "";
    display: inline-block;
    background-image: linear-gradient(40deg, #8b5fe1 10%, #f15fcc 56%);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.why-us .row ul li {
    font-size: 20px;
    color: #000;
    padding-left: 70px;
    margin-bottom: 40px;
    position: relative;
}

.why-us .row ul li::before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -8px;
    height: 50px;
    width: 50px;
    background: url(../sprite-icon.html);
}

.why-us .row ul li.Dedicated::before {
    background-position: -1567px -406px;
}

.why-us .row ul li.product::before {
    background-position: -1639px -405px;
}

.why-us .row ul li.Transparent::before {
    background-position: -1711px -406px;
}
.why-us .row ul li.Effective::before {
    background-position: -560px -2295px;
}

.why-us .row ul li.Server::before {
    background-position: -1784px -406px;
}

.why-us .row ul li.industry::before {
    background-position: -1856px -406px;
}

.why-us .row ul li.busines::before {
    background-position: -1928px -405px;
}
.why-us .row ul li.server-maintenance::before {
    background-position: -638px -2295px;
}

@media screen and (min-width: 768px) {
    .why-us .right-contain,
    .why-us .left-contain {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-left: 0px;
    }
    .hero-banner-section.support-banner .main-title p {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .why-us .right-contain {
        border-left: 1px solid #bebebe;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .support-box {
        width: 50%;
    }
    .support-contact-wrappper.support-us .support-expectation .help-serve .help-credential .right-help-section ul {
        margin-left: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .support-contact-wrappper .support-expectation .suppport-thumb .support-box {
        width: 30%;
    }
    .support-contact-wrappper .support-expectation .help-serve .help-credential {
        max-width: 800px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1450px) {
    .support-contact-wrappper .support-expectation .suppport-thumb .support-box {
        width: 20%;
    }
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb {
    display: block;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke {
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    border: 1px solid #c4c4cb;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #fff;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span {
    position: absolute;
    display: inline-block;
    background: url(../sprite-icon.html);
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span.helpdesk {
    background-position: -1045px -295px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span.email {
    background-position: -1145px -290px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span.skype {
    background-position: -1245px -285px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span.live-chat {
    background-position: -1342px -285px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke span.tickets {
    background-position: -1444px -292px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .round-stroke .svg-inline--fa {
    height: 50px;
    width: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #f94900;
    fill: #f94900;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb h3 {
    font-size: 24px;
    margin-top: 80px;
    color: #000;
    font-weight: 800;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p {
    background: #f0f5f9;
    padding: 20px;
    margin-top: 20px;
    min-height: auto;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p p {
    min-height: 66px;
    color: #1c1c1c;
    margin-bottom: 60px;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p p a {
    color: #f94900;
    display: inline;
}

.support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p p a:hover {
    color: #1c1c1c;
}

.support-contact-wrappper .support-expectation .help-serve {
    padding: 0px 20px;
    color: #1c1c1c;
}

.support-contact-wrappper .support-expectation .help-serve h2 {
    margin: 0;
}

.support-contact-wrappper .support-expectation .help-serve .help-detail {
    max-width: 975px;
    margin: 15px auto 0;
    color: #1c1c1c;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential {
    margin-top: 30px;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #1c1c1c;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #1c1c1c;
    line-height: 22px;
    font-family: "Inter", sans-serif;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section ul li:before {
    content: "";
    position: absolute;
    height: 7px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 7px;
    left: 5px;
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table {
    margin-top: 30px;
    background: #f0f5f9;
    padding: 20px;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail p {
    color: #1c1c1c;
    margin-bottom: 0;
}

.digi-clock {
    display: inline-block;
    padding-left: 0 !important;
}

.digi-clock .fill-button {
    padding-left: 35px;
    cursor: text;
    min-height: 45px;
    min-width: 156px;
}

.digi-clock .fill-button .svg-inline--fa {
    position: absolute;
    left: 14px;
    top: 14px;
    height: 17px;
    width: 17px;
}

.just-dot {
    padding-left: 20px;
}

.just-dot.online:after {
    background-color: #82ff86;
}

.just-dot.offline:after {
    background-color: #f00;
}

.just-dot:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    left: 0;
    top: 4px;
}


/*-------------------
       SITEMAP
-------------------*/

.sitemap-wrappper h1 {
    margin: 20px 0;
}

.sitemap-wrappper .site-map .common-site-map.backgound-section {
    background-color: rgba(145, 145, 145, 0.1);
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 8px;
}

ul.specing-top {
    padding-top: 30px;
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton h2 {
    font-size: 18px;
    margin: 0;
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton h2 a {
    color: #000;
    display: inline-block;
}

@media (hover: hover) {
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton h2 a:hover {
        color: #f94900;
    }
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton ul {
    margin-top: 15px;
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton ul li {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 7px;
}

.sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton ul li a {
    color: #1c1c1c;
    font-weight: 500;
}

@media (hover: hover) {
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton ul li a:hover {
        color: #f94900;
    }
}

.contact-us-wrapper .support-contact-wrappper .recaptcha .g-recaptcha {
    transform: scale(0.8);
    transform-origin: bottom left;
}

.support-contact-wrappper .support-contact .support-desk .support-ltr ul.call-mail li {
    width: 100%;
}

.contact-wrapper .queries-form .phone-number.country-slt {
    margin-bottom: 25px;
}

.country-slt .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 0;
}

.country-slt .flag-container {
    display: inline-block;
    vertical-align: middle;
    height: 41px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 47%;
}

.country-slt .flag-container .selected-flag {
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
    padding: 0 6px 0 8px;
    background: #fff;
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 95%;
}

.country-slt .flag-container .selected-flag.error {
    border-color: red;
}

form input.phone {
    width: 53%;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

form input.phone.phone_error {
    border-color: red;
}

.country-slt .flag-container .iti-container .country-list {
    display: none;
    width: 280px;
    max-height: 200px;
    overflow-y: scroll;
    white-space: normal;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form .country-slt .flag-container .iti-container .country-list li {
    cursor: pointer;
    padding: 10px 10px !important;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
}

form input.phone {
    width: 53%;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    outline: none;
    min-height: 18px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    margin: 0px;
    color: #000;
    padding: 10px 15px 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.g-recaptcha.error+.error-msg {
    display: block;
}

.responsemsg.err-msg {
    color: red;
    margin: 0 0 0 0;
}


/*QA issue*/

form .country-slt .flag-container .iti-container .country-list.opencountry {
    display: block;
}

.country-slt .flag-container .selected-flag .iti-arrow {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    margin: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
    margin-left: 6px;
    position: relative;
}

.support-contact-wrappper .country-slt .vue-tel-input .vti__dropdown {
    margin: 0;
    margin-right: 6px;
    background: #fff;
}

.support-time .support-left-icon {
    display: inline-block;
    font-size: 28px;
    color: #3b4653;
    left: 0;
    top: 0;
    border: 1px solid #c4c4cb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 49px;
    vertical-align: middle;
}

.support-time .right-sec p.place-name {
    margin-top: 5px;
    font-weight: bold;
}

.support-time .right-sec .right {
    display: inline-block;
    padding-left: 15px;
    max-width: calc(100% - 73px);
    vertical-align: middle;
}

.support-time .right-sec .right strong {
    font-size: 17px;
    color: #1c1c1c;
}

.contact-info .contact-address .support-left-icon {
    float: left;
}

.contact-info .call-mail {
    float: left;
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-info .contact-info-left .call-mail {
    width: 100%;
    padding-left: 0;
}

.contact-info .contact-info-left .call-mail a p {
    color: #4d4d4d !important;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.contact-info .contact-info-right .call-contact strong {
    font-size: 17px;
    color: #1c1c1c;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-info .contact-info-right .call-contact .address {
    font-family: "Inter", sans-serif;
    color: #4d4d4d !important;
}

.contact-info .address_contact {
    color: #4d4d4d;
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.contact-info .address_contact a {
    color: #4d4d4d;
}

.contact-info .address_contact a:hover {
    color: #f94900;
}

.contact-index-index .g-recaptcha {
    text-align: center;
    transform: scale(0.9);
}

.captcha-error {
    text-align: center;
}

.contact-index-index .g-recaptcha div {
    width: auto !important;
    transform: scale(0.88);
}

/* SLA table Design  */

.byi-table-sla {
    padding-top: 20px;
}
.byi-table-sla tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #000;
}


.byi-table-sla tr td{
    font-family: "Inter", sans-serif;
    color: #4d4d4d;
    vertical-align: middle;
    text-align: center;
}
.byi-table-sla tr td, .byi-table-sla tr th{
    border: 1px solid #D1D1D1;
   
}
.byi-table-sla tr td:first-child{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    background-color: #DFF0FF;
    width: 15%;
}
ul.what-you-get li {
    position: relative;
    padding-left: 10px;
}
ul.what-you-get li:before {
    content: "";
    height: 1px;
    width: 6px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
.biy-table-title {
    margin-bottom: 10px;
    text-align: center;
}
.biy-table-title h3 {
    color: #f94900;
    font-size: 20px;
    font-weight: 700;
}
.byi-table-sla tr td:first-child, .byi-table-sla tr th:first-child{
    border-left: none;
}
.byi-table-sla tr:last-child td{
    border-bottom: none;
}
.byi-table-sla tr td:last-child,.byi-table-sla tr th:last-child{
    border-right: none;
}
.byi-table-sla tr th:nth-child(2), .byi-table-sla tr td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
}
.byi-table-sla tr td:nth-child(2),.byi-table-sla tr td:last-child,
.byi-support-packages .byi-table-sla tr td:nth-child(3) {
    font-family: "Inter", sans-serif;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 15px;
}
.byi-table-sla tr:nth-child(odd) {
    background-color: #F0EFEF;
  }
  .byi-table-sla tr:first-child{
    background-color: #fff;
}
.byi-support-packages .byi-table-sla tr td:first-child{
    width: 30%;
    background: none;
    padding: 20px 10px;
}
.byi-support-packages .byi-table-sla tr th:nth-child(2),
.byi-support-packages .byi-table-sla tr td:nth-child(2){
    text-align: center;
}   
.byi-support-packages .tooltip {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
}
.byi-support-packages .tooltip::after{
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    background: url(../sprite-icon.html) no-repeat;
    background-position: -323px -1071px;
}
span.tooltip:hover + .tooltip-details {
    display: block;
    transition: all 0.2s ease-in-out; 
}
.tooltip-container {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.tooltip-details {
    position: absolute;
    display: none;
    text-align: left;
    height: auto;
    width: 290px;
    background: #fff;
    padding: 10px;
    top: -10px;
    left: auto;
    right: -320px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    z-index: 2;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.14));
}
.tooltip-details:after {
    content: "";
    height: 20px;
    width: 25px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: -10px;
    transform: rotate(43deg);
    top: 13px;
    z-index: -1;
}
a.byi-contact-link {
    color: #f94900;
    text-decoration: underline;
}
/*----------------------------
        RESPONSIVE
-----------------------------*/

@media screen and (max-width: 450px) {
    .base-checkbox {
        width: 100%;
    }
}

@media (min-width: 640px) {
    .support-contact-wrappper.special-support .support-contact .support-desk {
        padding: 0 15px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb {
        padding: 36px 20px;
        padding-bottom: 40px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb {
        margin-bottom: 80px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p {
        min-height: 250px;
    }
    .contact-us-wrapper .contact-wrapper {
        padding: 16px;
    }
    .contact-us-wrapper .queries-form .form-wrapper {
        padding: 40px 10px;
    }
    .support-contact-wrappper .support-contact .support-desk {
        padding: 0 15px;
    }

}

@media screen and (min-width: 1450px) {
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-right ul li.supp-stats {
        width: 35% !important;
    }
    .support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-right ul li.digi-clock {
        width: 59% !important;
    }
}

@media (min-width: 768px) {
    .support-contact-wrappper .support-expectation .help-serve {
        padding: 36px 36px;
        color: #1c1c1c;
    }
    .support-contact-wrappper .support-contact .support-desk {
        margin-top: 15px;
    }
    .support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li.support-time {
        width: 50%;
        margin-right: 0;
        float: left;
    }
    .support-contact-wrappper.special-support .support-contact .support-desk .support-ltr.desk-left ul li.lan-support {
        width: 50%;
        margin-right: 0;
        float: left;
    }
    .support-contact-wrappper .support-contact h1 {
        margin: 40px 0;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr {
        padding: 0;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul li h3 {
        font-size: 24px;
    }
    .sitemap-wrappper {
        margin: 35px 0;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all {
        justify-content: flex-start;
        padding: 20px 36px;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 0;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton ul li {
        font-size: 16px;
    }
    .contact-us-wrapper h1 {
        margin: 30px 0;
    }
    .contact-us-wrapper .support-contact-wrappper .support-contact .support-desk .support-ltr ul li h3 {
        font-size: 20px;
    }
    .contact-us-wrapper .queries-form .form-wrapper {
        padding: 40px 0;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul li {
        margin-right: 20px;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul.call-mail li {
        width: 56%;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all {
        padding-left: 0px;
        padding-right: 0;
    }
    .byi-table-sla tr th:nth-child(2), .byi-table-sla tr td:nth-child(2) {
        padding-left: 30px;
    }
}

@media all and (max-width: 1200px) and (min-width: 992px) {
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb h3 {
        font-size: 20px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p {
        padding: 20px 10px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p p {
        font-size: 13px;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb .thumb .desc-p a.fill-button {
        font-size: 13px;
        line-height: 20.8px;
        padding: 5px 20px;
    }
}

@media all and (max-width: 1420px) and (min-width: 992px) {
    .support-contact-wrappper.special-support .support-contact .support-desk .support-ltr ul .support-time {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .support-contact-wrappper .support-contact .support-desk .support-ltr.desk-left {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        border-right: 1px solid #d9d9d9;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr.desk-right {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 30px;
    }
    .digi-clock {
        display: block !important;
        position: relative;
    }
}

@media (min-width: 992px) {
    .support-contact-wrappper.special-support .support-contact .support-desk {
        padding: 36px 36px;
    }
    .support-contact-wrappper .support-contact h1 {
        margin: 50px 0;
    }
    .support-contact-wrappper .support-contact .support-desk {
        padding: 36px 36px;
    }
    .support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail.left {
        border-right: 1px solid #d9d9d9;
    }
    .support-contact-wrappper .support-expectation .help-serve .help-credential .right-help-section .access-table .access-detail.right {
        padding-left: 15px;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }
    .contact-us-wrapper .support-contact-wrappper .support-contact .support-desk {
        padding: 26px 6px;
    }
    .contact-us-wrapper .support-contact-wrappper .recaptcha .g-recaptcha {
        transform: scale(0.6);
        transform-origin: bottom left;
    }
    .support-contact-wrappper .support-expectation .suppport-thumb {
        margin-top: 60px;
        justify-content: center;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all {
        padding-left: 0px;
        padding-right: 0;
    }
    .byi-table-sla tr th {
        font-size: 20px;
        line-height: 57px;
    }
    .byi-table-sla tr td:first-child{
        font-size: 16px;
    }
    .byi-table-sla tr td:nth-child(2),.byi-table-sla tr td:last-child,
    .byi-support-packages .byi-table-sla tr td:nth-child(3) {
        font-size: 16px;
        line-height: 20px;
    }
}

.contact-info .contact-info-right {
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .contact-info .contact-address .right-sec p.place-name {
        font-size: 16px;
    }
    .contact-info .call-mail {
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .contact-info .call-mail {
        width: 51%;
        padding-left: 10px;
    }
    .contact-us-wrapper ul.call-mail li a strong {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .sitemap-wrappper .site-map .common-site-map .sitemap-all .site-seciton h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .contact-us-wrapper h1 {
        margin: 50px 0;
    }
    .contact-info .contact-info-right {
        padding-left: 0px;
    }
    .contact-us-wrapper ul.call-mail li a strong {
        font-size: 16px;
    }
    .contact-us-wrapper .support-contact-wrappper .support-contact .support-desk {
        padding: 0 6px;
    }
    .contact-us-wrapper .support-contact-wrappper .support-contact .support-desk .support-ltr ul li h3 {
        font-size: 16px;
    }
    .contact-us-wrapper .support-contact-wrappper .recaptcha .g-recaptcha {
        transform: scale(0.75);
        transform-origin: bottom left;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul.call-mail li {
        width: 100%;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul.call-mail li:last-child {
        margin-right: 0;
        width: 100%;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul.call-mail li a {
        word-break: break-all;
    }
    .sitemap-wrappper .site-map .common-site-map .sitemap-all {
        padding-left: 0px;
        width: 1200px;
        margin: 0 auto;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul li p {
        font-size: 16px;
    }
    .contact-info .contact-address {
        width: 49%;
        float: left;
    }
    .contact-info .call-mail li:last-child:last-child .right-sec a p {
        font-size: 15px;
    }
    .contact-info .call-mail {
        width: 45%;
    }
    .contact-info .contact-info-left {
        width: 49%;
    }
    .contact-info .contact-info-left .contact-address {
        width: 100%;
        float: none;
    }
    .contact-info .contact-info-right {
        width: 45%;
        padding-left: 20px;
    }
}

@media (min-width: 1600px) {
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul li {
        margin-bottom: 40px !important;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul li .support-left-icon {
        width: 68px !important;
        height: 68px !important;
        line-height: 68px !important;
    }
    .contact-us-wrapper .support-contact-wrappper .support-contact .support-desk .support-ltr ul li h3 {
        font-size: 17px;
    }
    .contact-us-wrapper ul.call-mail li a strong {
        font-size: 16px;
    }
    .support-time .support-left-icon {
        width: 68px;
        height: 68px;
        line-height: 68px;
    }
    .contact-info .contact-info-right {
        padding-left: 100px;
    }
    .support-contact-wrappper .support-contact .support-desk .support-ltr ul.cont-footer li {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .base-input textarea {
        min-height: 90px;
    }
    .base-input {
        margin-bottom: 15px;
    }
    .contact-info .contact-info-right {
        margin-top: 20px;
    }
    .byi-support-packages .byi-table-sla.byi-table-explore {
        overflow-x: scroll;
    }
    .byi-support-packages .byi-table-sla.byi-table-explore table {
        overflow: auto;
        min-width: 700px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .form-wrapper .country-slt .iti--allow-dropdown {
        margin-bottom: 15px;
    }
}