/* ----------------------- Font Family Start  ------------------------------------------ */
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Black.eot');
    src: url('../font/Inter18pt-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Black.woff2') format('woff2'),
        url('../font/Inter18pt-Black.woff') format('woff'),
        url('../font/Inter18pt-Black.svg#Inter18pt-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Bold.eot');
    src: url('../font/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Bold.woff2') format('woff2'),
        url('../font/Inter18pt-Bold.woff') format('woff'),
        url('../font/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-ExtraLight.eot');
    src: url('../font/Inter18pt-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-ExtraLight.woff2') format('woff2'),
        url('../font/Inter18pt-ExtraLight.woff') format('woff'),
        url('../font/Inter18pt-ExtraLight.svg#Inter18pt-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-ExtraBold.eot');
    src: url('../font/Inter18pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-ExtraBold.woff2') format('woff2'),
        url('../font/Inter18pt-ExtraBold.woff') format('woff'),
        url('../font/Inter18pt-ExtraBold.svg#Inter18pt-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Light.eot');
    src: url('../font/Inter18pt-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Light.woff2') format('woff2'),
        url('../font/Inter18pt-Light.woff') format('woff'),
        url('../font/Inter18pt-Light.svg#Inter18pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Medium.eot');
    src: url('../font/Inter18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Medium.woff2') format('woff2'),
        url('../font/Inter18pt-Medium.woff') format('woff'),
        url('../font/Inter18pt-Medium.svg#Inter18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-SemiBold.eot');
    src: url('../font/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../font/Inter18pt-SemiBold.woff') format('woff'),
        url('../font/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Regular.eot');
    src: url('../font/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Regular.woff2') format('woff2'),
        url('../font/Inter18pt-Regular.woff') format('woff'),
        url('../font/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter18pt-Thin.eot');
    src: url('../font/Inter18pt-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter18pt-Thin.woff2') format('woff2'),
        url('../font/Inter18pt-Thin.woff') format('woff'),
        url('../font/Inter18pt-Thin.svg#Inter18pt-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
/* -------------------------- Font Family End  ---------------------------- */
/* --------------------------Default Css Start ---------------------------- */
html {
    margin: 0;
}
body {
    font-family: "Inter";
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    white-space: normal;
    word-break: break-word;
    font-family: "Inter";
    line-height: 1.1;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 45px;
}
h3,
.h3 {
    font-size: 42px;
}
h4,
.h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
a,
p,
button,
span {
    white-space: normal;
    word-break: break-word;
}
a {
    text-decoration: none !important;
    display: inline-block;
}
a:focus-visible {
    outline: transparent;
}
.page-link:focus {
    box-shadow: none;
}
.button {
    transition: all 0.5s;
    /* min-height: 60px; */
    border-radius: 6px;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    margin-top: 20px;
}
.file>input[type='file'] {
    display: none;
}
p {
    font-size: 16px;
    margin: 0;
}
.large-font {
    font-size: 18px;
    line-height: 25px;
}
.small-font {
    font-size: 12px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
button {
    transition: all 0.5s;
}
button:focus {
    box-shadow: none !important;
    outline: transparent;
}
.form-control:focus,
input {
    outline: 0;
    box-shadow: none !important;
}
.form-group {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #CECECE;
}
::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 100px;
}
.container {
    max-width: 1440px;
    padding: 0 20px;
}
.form-control {
    padding: 15px 19px;
    font-size: 16px;
    border-radius: 10px;
    padding-right: 24px;
    min-height: 55px;
    border: 1px solid #D8DADC;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #191919;
}
.primary-btn {
    background-color: #54A3DA;
    color: #fff;
}
.primary-btn:hover {
    color: #fff;
}
/* --------------------------Default Css End ---------------------------- */
ul.navbar-nav {
    margin-right: 20px;
}
ul.navbar-nav li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #414141;
}
.navbar-nav a.pr-4.active {
    color: #54a3da !important;
}
.account-section-main-20i {
    margin-bottom: 0;
}
.heading {
    margin-bottom: 25px;
    text-align: center;
}
.heading h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48.41px;
    color: #000;
    text-transform: capitalize;
}
.heading h2 span {
    color: #55A3DD;
    font-weight: 600;
}
.heading p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5C5C5C;
}
section.service-sec {
    background: #F5F5F5;
    padding: 70px 0;
}
.service-feature-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}
.service-feature-box {
    padding: 30px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #DDDDDD;
}
.service-feature-box img {
    margin-bottom: 20px;
}
.service-feature-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    margin-bottom: 10px;
    color: #000;
}
.service-feature-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23.83px;
    color: #818181;
}
.service-feature-box:hover img {
    filter: brightness(0) invert(1);
}
.service-feature-box:hover {
    background: #55a3dd;
}
.service-feature-box:hover h4 {
    color: #fff;
}
.service-feature-box:hover p {
    color: #fff !important;
}
.service-feature-box .service-feature-url {
    text-decoration: underline !important;
    color: #54A3DA !important;
}
.service-feature-box:hover a {
    color: #fff !important;
}
/*  */
section.hosting-vps {
    padding: 70px 0;
    background: #fff;
}
.hosting-vps-left h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
    margin-bottom: 11px;
    color: #000;
}
.hosting-vps-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}
.hosting-vps-left span {
    color: #54A3DA;
}
.hosting-website h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30.72px;
    color: #141718;
}
.hosting-website ul {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.hosting-website ul li {
    color: #4D4D4D;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    margin-bottom: 19px;
}
.hosting-website ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hosting-vps-right {
    margin-left: 50px;
}
.hosting-vps-right .hosting-website:nth-child(2) ul {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 30px;
}
.digital-solution-sec {
    padding: 50px 0;
    background-image: url("../images/custom-images/digital-solution.png") !important;
    background-repeat: no-repeat !important;
    background-color: #021B34F7;
    background-size: cover;
}
.digital-solution-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.digital-solution-wrapper .heading h2 {
    color: #fff;
}
.digital-solution-wrapper .heading p {
    color: #FFE2E2;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 10px;
}
/*  */
.vps-banner-sec a {
    margin-top: 40px;
}
.contact-banner-sec a {
    margin-top: 30px;
}
button#btnDomainSearch {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.division-sec {
    background: #D6E4F9;
    padding: 70px 0;
}
.division-right h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 20px;
}
.dividion-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 13px;
}
.division-right-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 26px;
    border: 1px solid #D6E4F9;
}
.division-right-box p span {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-decoration: underline;
    color: #55A3DD;
}
.division-right p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 13px;
}
/* faq */
section.faq-sec {
    padding: 70px 0;
}
.faq-wrapper {
    max-width: 1020px;
    margin: 0 auto;
}
.faq-wrapper .accordion .card {
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px 0px #0000000A;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 10px;
}
.faq-wrapper .card-header button img {
    transition: all 0.3s ease;
}

.faq-wrapper .card-header button:not(.collapsed) img {
    transform: rotate(180deg);
}
.faq-wrapper .accordion .card .card-header button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 31.32px;
    color: #000;
}
.faq-wrapper .accordion .card .card-header button:hover {
    text-decoration: unset;
}
.faq-wrapper .accordion .card .card-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 31.32px;
    color: #141718;
    background: #F5F5F5;
    border-bottom: 1px solid #dfdfdf;
}
.faq-wrapper .accordion .card-header {
    border-bottom: 0;
    background-color: #F5F5F5;
}
/*  */
.description-sec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E6E6E6;
}
.custom-footer li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 11px;
    color: #E6E6E6;
}
.custom-footer h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 15px;
}
/* Footer */
.footer-sec {
    background-color: #03091D !important;
    padding: 70px 0 ;
}
ul.footer-list li a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #E6E6E6;
}
.copy-right-box {
    background: #03091d;
    border-top: 1px solid #494949;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ftr-bottom-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.copyright-des p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.5;
}
.social-icons ul {
    display: flex;
    gap: 20px;
}
.banner-left ul li:last-child {
    border-right: unset;
}
/* Domain */
.home-domain-search::after {
    display: none;
}
.home-domain-search p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.88px;
    color: #000;
    opacity: 0.5;
}
.home-domain-search p span {
    font-weight: 700;
}
.home-domain-search {
    background-color: #fff !important;
    position: relative;
    padding: 25px;
    border-radius: 20px;
    max-width: 922px;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-bottom: 60px;
}
.home-domain-search .input-group-wrapper {
    border-radius: 30px;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 0;
}
body .home-domain-search .input-group-wrapper .input-group .btn,
.home-domain-search button#btnTransfer2 {
    background-color: #54A3DA;
    max-width: 100%;
    width: 46px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-radius: 50% !important;
}
body .home-domain-search .input-group-wrapper .input-group .btn:hover {
    background-color: #54A3DA;
    border-color: #54A3DA;
}
.hero-sec {
    background-image: url("../images/custom-images/banner-background.svg");
    background-repeat: no-repeat;
    padding: 70px 0 106px;
    background-size: cover;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.search-domain-sec {
    margin-top: -70px;
}
.home-domain-search h2 {
    font-size: 40px;
    line-height: 48px;
    color: #000;
    font-weight: 600;
    margin-bottom: 22px;
}
.discount-box p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19.88px;
    color: #fff;
}
.discount-box p span {
    text-decoration: underline;
}
.discount-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.banner-left h1 {
    color: #FFFFFF;
    margin-top: 10px;
    font-weight: 600;
    font-size: 55px;
    line-height: 63px;
}
.banner-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: #fff;
}
.banner-left ul li {
    display: flex;
    gap: 5px;
    color: #fff;
    border-right: 1px solid #f5f5f5;
    padding-right: 20px;
}
.banner-left ul {
    display: flex;
    gap: 10px;
    padding: 20px 0;
}
.banner-left p {
    margin-top: 20px;
    margin-bottom: 10px;
}
.banner-right {
    text-align: right;
}
/* Hosting-page Start */
.hosting-banner-sec .banner-left p {
    margin-bottom: 50px;
}
/* Hosting-page End */
.pricing-sec {
    background-color: #F5F5F5;
    padding: 70px 0;
}
.pricing-box {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    border: 2px solid transparent;
}
.pricing-box:hover {
    border: 2px solid #54A3DA;
}
.pricing-box ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #6D6D6D;
    margin-bottom: 18px;
}
.pricing-box h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #000;
}
.pricing-box span {
    color: #54A3DA;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.pricing-box a {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pricing-box.active {
    border-color: #54A3DA;
}
/*  */
section.customize-plan-sec {
    padding: 70px 0;
    background: #fff;
}
.customize-plan-wrapper {
    background: #F5F5F5;
    padding: 40px;
    border-radius: 30px;
}
/* .customize-plan-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
} */
.customize-plan-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.customize-plan-left {
    background: #54A3DA;
    padding: 40px;
    display: flex;
    justify-content: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
}
.customize-plan-box {
    box-shadow: 0px 4px 11.4px 0px #00000000;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
    border: 1px solid #D6E4F9;
}
.customize-plan-box a {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    text-decoration: underline !important;
    color: #55A3DD;
}
.customize-plan-box p {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.customize-plan-rt-hd h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000;
    margin-bottom: 30px;
}
.customize-plan-rt-hd p {
    color: #191919;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.16px;
    margin-bottom: 30px;
}
.customize-plan-left form {
    max-width: 410px;
    margin: 0 auto;
    width: 100%;
}
.customize-plan-left h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 26.82px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.customize-plan-left form button {
    line-height: 40px;
    color: #fff;
    background: #0E1D67;
    border: 0;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
.pricing-wrapper .billing-tabs {
    display: flex;
    box-shadow: 0px 0px 10px 0px #0000001F;
    max-width: 270px;
    margin: 0 auto;
    padding: 10px;
    justify-content: center;
    gap: 20px;
    border-radius: 6px;
    margin-bottom: 50px !important;
    background-color: #fff;
    z-index: 999;
    position: relative;
}
.cstm-tabs-btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    text-align: center;
    color: #191919;
    padding: 7px 17px;
    cursor: pointer;
}
.cstm-tabs-btn.active {
    background: #0E1C65;
    padding: 7px 17px;
    border-radius: 10px;
    color: #fff;
}
.billing-cycle-btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    text-align: center;
    color: #191919;
    padding: 7px 17px;
    cursor: pointer;
}
.billing-cycle-btn.active {
    background: #0E1C65;
    padding: 7px 17px;
    border-radius: 10px;
    color: #fff;
}
.biling-header {
    position: relative;
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
}
.biling-header::after {
    content: "";
    background-image: url("../images/custom-images/pricing-arrow.svg");
    width: 120px;
    position: absolute;
    height: 27px;
    top: -10px;
    background-repeat: no-repeat;
    right: 0;
    z-index: 99;
}
.biling-header p {
    position: absolute;
    right: -50px;
    top: 13px;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 24.2px;
    text-align: center;
    color: #191919;
}
.product-filter-tabs {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    width: 100%;
}
.biling-header-new h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}
.pricing-main-box .row{
    justify-content: center;
}
.pricing-box ul li {
    list-style-image: url("../images/custom-images/tick-checked.png");
}
.pricing-box ul {
    padding: 0 30px;
}
.pricing-wrapper .heading p {
    margin-top: 15px;
}
.pricing-wrapper .heading {
    margin-bottom: 30px;
}
section.planes-sec {
    padding: 70px 0;
    background: #fff;
}
.planes-box-inner {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.planes-box-inner:hover {
    background: #fff;
}
.planes-box-inner h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.planes-box-inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    text-align: center;
    color: #6D6D6D;
}
.planes-box-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}
.planes-box-inner img {
    width: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
header.header a.register-btn-20i {
    background-color: #191919;
}
.home-domain-search .input-group-wrapper .input-group {
    align-items: center;
}
/* contact */
.contact-banner-sec {
    background-image: url("../images/custom-images/contact-background.png");
    background-repeat: no-repeat;
    padding-bottom: 0;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background-size: cover;
}
section.support-feature-sec {
    padding: 70px 0;
}
.support-box {
    border: 3px solid #F3F3F3;
    border-radius: 40px;
    padding: 40px 70px;
    height: 100%;
}
.support-contact-left.support-box h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}
.support-contact-left.support-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #191919;
    margin-bottom: 30px;
}
.support-feature-box:hover {
    background: #f5f5f5;
}
.support-feature-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.support-feature-box {
    border: 1px solid #E4E4E7;
    padding: 30px;
    border-radius: 20px;
}
.support-feature-box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
}
.support-feature-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    margin-top: 20px;
}
/* grant-banner- page Start*/
.grant-banner-sec {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.logos-sec {
    padding: 70px 0;
    background-color: #f5f5f5;
}
.logos-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    border: 1px solid #D6E4F9;
}
.digital-kit-sec {
    padding: 70px 0;
}
.digital-kit-right {
    padding-left: 70px;
}
.digital-kit-right h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin-bottom: 30px;

}
.digital-kit-right h2 span {
    color: #55a3dd;
}
.digital-kit-right p {
    color: #6D6D6D;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.digital-kit-right p:last-child {
    margin-top: 30px !important;
}
.grant-banner-sec a {
    margin-top: 30px;
}
section.support-sec {
    padding: 70px 0;
}
.support-contact-left{
    display: flex;
    justify-content: space-around;
    flex-direction: column
}
.support-contact-right.support-box .heading h3 {
    text-align: left;
    font-size: 45px;
    line-height: 53px;
    font-weight: 600;
    color: #000;
}
.customize-plan-left h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 20px;
}
.head-tops {
    position: relative;
}

.head-tops span {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: #54a3da;
    color: #fff;
    padding: 7px 20px;
    font-size: 20px;
    border-radius: 10px;
}
.support-feature-box img {
    margin-bottom: 10px;
}
/* grant-banner page End */
input:-webkit-autofill,  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #2e3033 inset;
}
 
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    background-color: red;
    transition: background-color 5000s 0s;
    -webkit-text-fill-color: #848484 !important;
}
header.header a.login-btn-20i {
    background-color: #54a3da;
    border-color: #54a3da;
    border-radius: 5px;
}
.billing-cycle-btn, .billing-cycle-btn.active{
    padding : 7px 16px !important;
}

/* order form */
body #order-standard_cart .products .product header span {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #000;
    display: block;
}
#order-standard_cart .products .product div.product-desc ul li, form#frmConfigureProduct .product-info ul li {
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    list-style-image: url("../images/custom-images/tick-checked.png");
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #6D6D6D;
}
#order-standard_cart .products .product div.product-desc ul li::before, form#frmConfigureProduct .product-info ul li::before{
    background: unset;
}
body #order-standard_cart .products#products .product div.product-pricing span.price, body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    margin-right: 6px;
    color: #54A3DA;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
}
body #order-standard_cart .products#products .product div.product-pricing{
    justify-content: center;
    margin-bottom: 5px;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    font-size: 30px;
    color: #54a3da;
    font-weight: 600;
}
body #order-standard_cart .products .btn-success {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 20px !important;
    border-radius: 6px;
    background-color: #004fac;
    border-color: #004fac;
    display: block;
}

/*   */
.aboutus-content {
    padding: 40px;
    background: #f5f5f5;
    border-radius: 15px;
}
section.about-wrapper-third {
    padding: 70px 0 0;
}
.third-left-box > h3 {
    font-size: 35px;
    line-height: 43px;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.third-box p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #191919;
    line-height: 27px;
}
.third-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
    color: #000;
}
.third-box {
    margin-bottom: 20px;
}
.third-right-box h3 {
    font-size: 30px;
    margin-bottom: 17px;
    line-height: 38px;
}

.third-right-box h3 span {
    color: #54a3da;
}

.third-right-box ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
    color: #191919;
}

.third-right-box ul li img {
    width: 32px;
    margin-right: 10px;
}
section.fourth-section {
    padding: 50px 0;
}

.four-wrapper p {
    color: #191919;
    font-size: 18px;
    line-height: 26px;
    max-width: 1140px;
    width: 100%;
}
.four-wrapper h2 {
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
section.howWeCanHelp-section {
    padding: 50px 0;
}

section.howWeCanHelp-section .fifth-wrapper h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #000;
}
section.hero-sec.hosting-banner-sec.aboutus-sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/custom-images/aboutus-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-feature-main.service-benefits {
    grid-template-columns: 1fr 1fr 1fr;
}

.banner-right .size70-banner-img {
    max-width: 70%;
}

 #modalChooseLanguage .modal-footer button:hover {
    background: #004fac !important;
    color: #fff !important;
    border-color: #004fac !important;
}