.main-headings h2 {
    user-select: none;
}

.bg-blue-palette {
    background-color: #007afd14 !important;
}

.tooltip-inner {
    background-color: var(--fontBold) !important;
    color: white;
    letter-spacing: 0.25px;
}

.bs-tooltip-top .arrow::before {
    border-top-color: var(--fontBold) !important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: var(--fontBold) !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--fontBold) !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: var(--fontBold) !important;
}

.text-theme-2 {
    color: var(--theme-secondary) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.btn {
    box-shadow: none !important;
}

.fs-xs {
    font-size: 14px !important;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}

.nav-line-maker-custom li {
    line-height: 1;
    border-right: 1px solid #fff;
}

.nav-line-maker-custom li:last-child {
    border: 0;
}

.feature-container {
    background-color: #f5f5f5;
}

.feature-card-custom {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    transition: all .3s;
}

.feature-card-custom:hover {
    background-color: #fff;
    transition: all .3s;
    transform: scale(1.05);
}

.feature-card-custom img {
    transition: all 1.5s;
}

.feature-card-custom:hover img {
    transform: rotateY(360deg);
    transition: all 1.5s;
}

.bg-theme {
    background-color: var(--primaryColor) !important;
}

.common-banner-custom {
    background-image: url('../assets/img/common_banner.png') !important;
    background-size: cover;
    background-position: center top;
}

.common-banner-custom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}

.common-banner-custom .container h1 {
    background-color: #0a753b;
    border-radius: 50px;
    background: linear-gradient(270deg, #282e1f, #2f3724);
    box-shadow: 20px 20px 60px #252b1d, -20px -20px 60px #333b27;
    padding: 10px 30px;
    border-radius: 10rem;
}

.common-banner-custom .container ul {
    display: flex;
    gap: 10px;
}

.common-banner-custom .container ul li {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.common-banner-custom .container ul li a {
    color: #fff;
}

.common-banner-custom .container ul li::after {
    content: ">";
    font-size: 20px;
}

.common-banner-custom .container ul li:last-child::after {
    content: unset;
}

.user-select-none * {
    user-select: none !important;
}

.no-shadow {
    box-shadow: none !important;
}

.form-group label {
    font-size: 14px !important;
    margin: 0.1rem !important;
    color: #404040;
}

.form-group input,
.form-group textarea {
    font-weight: 400 !important;
}

.form-group input,
.form-group textarea,
.form-group select {
    border-radius: 3px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

.form-group select option {
    border-radius: 10rem !important;
    font-weight: 400 !important;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border: 0;
    box-shadow: 0 0 3px 2px #2a9f2c96;
}

.no-scroll::-webkit-outer-spin-button,
.no-scroll::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
.no-scroll {
    -moz-appearance: textfield !important;
}

.abs-background {
    background-image: url('../assets//img/abs-background.jpg') !important;
    background-size: cover;
}

.theme-table {
    width: 100%;
    border: 1px solid #007bff52 !important;
}

.theme-table thead {
    background-color: var(--primary);
    color: #fff;
}

.theme-table thead tr th {
    padding: 7px;
    text-align: center;
    border-right-color: #ffffff67;
}

.theme-table tbody tr td {
    padding: 5px;
    text-align: center;
    border-color: #007bff52 !important;
}

.theme-table tbody tr:nth-child(even) {
    background-color: #007afd14;
}

.checkmark-ul li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.checkmark-ul li::before {
    content: url('../assets/icons/check.png');
}

.dns-bg {
    background-image: url('../assets/img/dns-bg.jpg') !important;
    background-size: cover;
    background-position: center center;
}

.overflow-hidden {
    overflow: hidden !important;
}

.blue_abstract {
    background-image: url('../assets/img/blue_abstract.jpg') !important;
    background-size: cover;
    background-position: center;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.bg-warning-50 {
    background-color: #ffc10769;
}

.fs-xxs {
    font-size: 12px !important;
}

.checkmark-ul-blue {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.checkmark-ul-blue li {
    line-height: 1.1;
    display: flex;
}

.checkmark-ul-blue li::before {
    content: url('../assets/icons/simple-check.png');
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}

.hosting-feature-card {
    transition: 0.15s;
    position: relative;
    z-index: 0;
    flex-shrink: 0;
}

.hosting-feature-card:hover {
    transition: 0.15s;
    transform: scale(1.05);
}

.hosting-card-body {
    background-color: #fff;
}

.recommended-hosting-card .hosting-card-body {
    border: 2px solid var(--primary) !important;
}

.recommended-hosting-card .hosting-card-body::before {
    content: 'Recommended';
    background-color: var(--primary);
    color: #fff;
    width: calc(100% - 1rem);
    display: block;
    position: absolute;
    left: 0.5rem;
    margin-top: -3.09rem;
    z-index: -1;
    padding: 3px 15px 25px 15px;
    border-radius: 1rem;
    font-size: 14px;
}

.plans-btn-custom-recomemded {
    display: block !important;
    text-align: center !important;
    border-radius: 1rem !important;
    border: 2px solid var(--primary) !important;
    font-weight: 550 !important;
    padding: 13px 0 !important;
    transition: all 0.25s;
}

.plans-btn-custom {
    display: block !important;
    text-align: center !important;
    border-radius: 1rem !important;
    border: 2px solid var(--dark) !important;
    font-weight: 550 !important;
    padding: 13px 0 !important;
    color: var(--dark) !important;
    transition: all 0.25s;
}

.plans-btn-custom-recomemded:hover {
    color: #fff !important;
    background-color: var(--primary);
    transition: all 0.25s;
}

.plans-btn-custom:hover {
    color: #fff !important;
    background-color: var(--dark);
    transition: all 0.25s;
}

.bg-black {
    background-color: #000 !important;
}

.windows_background {
    background-image: url('../assets/img/windows_wallpaper.jpg');
    background-size: cover;
    background-position: center top;
}

.nodejs_background {
    background-image: url('../assets/img/nodejs_background.jpg');
    background-size: cover;
    background-position: center center;
}

.theme-table-vertical {
    border: 1px solid var(--primary) !important;
}

.theme-table-vertical tbody th {
    background-color: #002042;
    padding: 5px 10px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #a8d2ff;
    border-right: 1px solid #a8d2ff;
    font-weight: 450 !important;
}

.theme-table-vertical tbody td {
    background-color: #007bff29;
    padding: 5px 10px;
    border-bottom: 1px solid #ffffff89;
    font-weight: 400 !important;
}

.theme-table-vertical tbody td:last-child,
.theme-table-vertical tbody th:last-child {
    border: unset !important;
}

.about_img_frame {
    background-image: url('../assets/img/about_img_frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.profile-img {
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center top;
    width: 350px;
}

.profile-left-portion {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.profile-right-portion {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.python-shared-hosting-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/img/python_background.png') !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.border-2 {
    border: 2px solid !important;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

.rounded-2 {
    border-radius: 1.25rem;
}

.bg-body-light {
    background-color: #eee;
}

.mono-font * {
    font-family: monospace;
}

.ruby_background {
    background-image: url('../assets/img/ruby_background.png');
    background-size: cover;
    background-position: center;
}

.feature-card-wordpress {
    background-color: #f9f9f9;
    transition: all .3s;
}

.feature-card-wordpress:hover {
    background-color: #fff;
    transition: all .3s;
    transform: scale(1.05);
}

.feature-card-wordpress.img-area {
    transition: all 1s;
}

.feature-card-wordpress:hover .img-area {
    transform: rotateY(360deg);
    transition: all 1s;
}

.wordpress_background {
    background-image: url('../assets/img/wordpress_background.jpg');
    background-size: cover;
    background-position: center;
}

.bg-body-light-2 {
    background-color: #f5f5f5cd;
}

.top-feature-card-design .inner-wrap {
    transition: all 0.3s;
}

.top-feature-card-design .inner-wrap .inner-img-container {
    margin-top: -50px;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-feature-card-design:hover .inner-wrap {
    transform: scale(1.05);
    transition: all 0.3s;
}

.top-feature-card-design:hover .inner-wrap img {
    transform: rotateY(360deg);
    transition: all 0.8s;
}

.input-with-icon input,
.input-with-icon select {
    all: unset;
    width: 100%;
    padding: 5px;
}

.input-with-icon i {
    margin-right: 5px;
    color: #0000007d;
}

.input-with-icon {
    border: 1px solid #00000030;
    display: flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 5px;
    background-color: #fff;
}

.cursor-pointer {
    cursor: pointer !important;
}

.orange_abstract {
    background-image: url('../assets/img/orange_abstract.png');
    background-size: cover;
    background-position: center;
}

.blue_abstract2 {
    background-image: url('../assets/img/blue_abstract2.jpg');
    background-size: cover;
    background-position: center top;
}

.security_abstract {
    background-image: url('../assets/img/security_abstract.jpg');
    background-size: cover;
    background-position: center;
}


.hosting-card-carousel-custom .slick-dots .slick-active svg,
.review-carousel-custom .slick-dots .slick-active svg {
    fill: var(--primary) !important;
}

.review-carousel-custom .slick-dots {
    margin: -20px 0;
}