/*======== Start Max Width 1366px ========*/
@media screen and (max-width: 1440px){
.hero-section {
    min-height: 650px;
}
.hero-section .hero-info-wrapper .hero-info .section-title {
    font-size: 40px;
}
.container {
    max-width: 1180px;
}
.search-area .domain-search-form-wrap {
    max-width: 600px;
}
}
/*======== End Max Width 1366px ========*/

/*======== Start Max Width 1199px ========*/
@media screen and (max-width: 1199px){
header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
}
header .navbar .navbar-nav .nav-item {
    padding: 10px 8px;
}
header .navbar .navbar-brand {
    max-width: 220px;
}
.contact-section .contact-area .contact-list li.single-contact {
    min-width: 150px;
    min-height: 110px;
}
.contact-section .contact-area .contact-list li.single-contact span.icon img {
    width: 40px;
}
section {
    overflow: hidden; 
}
}
/*======== End Max Width 1199px ========*/

/*======== Start Max Width 1024px ========*/
@media screen and (max-width: 1024px){
.offers-section .nav {
    justify-content: center;
}
#main-menu .navbar-nav {
    display: none;
}
header .navbar {
    width: fit-content;
}
.page-title-section {
    min-height: 240px;
    padding-top: 120px;
    padding-bottom: 50px;
}
}

/*======== End Max Width 1024px ========*/

/*======== Start Max Width 991px ========*/
@media screen and (max-width: 991px){
.faq-section .iconic {
    top: -35px;
    width: 100px;
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: var(--lite-dark-color);
    padding: 8px 10px;
    padding-left: 0;
}
header .navbar .navbar-nav .nav-item .btn-client {
    border-color: var(--lite-dark-color);
    padding: 5px;
    font-size: 15px;
    margin-top: 7px;
}
header .navbar .navbar-nav {
    padding: 15px;
    padding-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    background-color: var(--white-color);
    border-radius: 5px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
    box-shadow: 0 5px 15px rgba(0 0 0 / 0.1);
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.mean-container a.meanmenu-reveal {
    right: -10px !important;
}
.hero-section .hero-bg {
    right: -20px;
    bottom: -10px;
}
header .navbar .navbar-brand {
    max-width: 200px;
    padding: 20px 0;
}
.pricing-wrapper .domain-pricing .single-pricing {
    min-width: 90px;
}
.about-package-section .list-item {
    justify-content: center;
    flex-wrap: wrap;
}
.hosting-type-area {
    margin-top: 40px;
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-package-section .desc {
    margin-bottom: 10px;
}
.mt-40 {
    margin-top: 20px;
}
.hosting-type-area .single-hosting-type:nth-child(2n) {
    margin-top: 0;
}
.hosting-type-area .single-hosting-type .inner-type {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.packages .single-package {
    padding: 0 8px;
    margin-bottom: 35px;
}
.offers-section .tab-content .tab-pane .image-area {
    order: -1;
}
.offers-section .tab-content .tab-pane .image-area figure {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.offers-section .tab-content .tab-pane .inner-tab .tab-title {
    text-align: center;
    font-size: 20px;
}
.offers-section .tab-content .tab-pane .inner-tab .desc {
    text-align: center;
}
.offers-section .tab-content .tab-pane .inner-tab .btn-wrapper {
    text-align: center;
}
.limit-width {
    margin-bottom: 35px;
}
.client-review-carousel .single-review {
    /* margin: 8px; */
}
.why-choose-section .content-area .img figure {
    text-align: center;
    margin-top: 25px;
}
.payment-partners-area .partners ul li {
    width: calc(25% - 8px);
}
.payment-partners-area .partners {
    margin-bottom: 20px;
}
header .navbar .navbar-nav .nav-item .btn-client i {
    font-size: 18px;
}
.domain-pricing-section .pricing-wrapper {
}
.faq-section::after {
    max-width: 200px;
    top: -100px;
    right: -10px;
}
.section-title {
    font-size: 30px;
}
.offers-section {
    padding-bottom: 0;
}
.offers-section .tab-content .tab-pane .image-area figure .icon-list span:nth-child(3) {
    border-top: 50px solid transparent;
    border-right: 50px solid var(--lite-theme-color);
}
.offers-section .tab-content .tab-pane .image-area figure .icon-list span:nth-child(2) {
    border-top: 30px solid transparent;
    border-right: 30px solid var(--lite-theme-color);
    right: -10px;
}
.offers-section .tab-content .tab-pane .image-area figure .icon-list span:nth-child(1) {
    border-bottom: 30px solid var(--lite-theme-color);
    border-right: 30px solid transparent;
    bottom: 80px;
    left: -10px;
}
.hero-section {
    min-height: 560px;
    padding-bottom: 0;
}
.hero-section .hero-info-wrapper .hero-info .section-title {
    margin-bottom: 30px;
    font-size: 35px;
}
.hero-section .hero-info p {
    margin-bottom: 30px;
    font-size: 15px;
}
.btn svg {
    width: 30px;
    height: 30px;
    padding: 9px;
    margin-left: 10px;
}
.packages .single-package .inner-package .package-body .services {
    padding: 0 10px;
}
.packages .single-package .inner-package .package-body .usd-price span {
    font-size: 16px;
    margin-bottom: 5px;
}
.contact-section .contact-area .contact-list li.single-contact {
    min-width: 120px;
    min-height: 100px;
}
.contact-section .contact-area .contact-list li.single-contact span.icon img {
    width: 40px;
}
.footer-item .footer-logos li {
    width: 50px;
}
.footer-item .footer-logos li img {
    height: 20px;
}
ul.feature-list li {
    width: 50%;
    padding: 10px;
}
.contact-section .contact-area {
    padding: 40px;
}
.contact-us-form-wrap .contact-us-content {
    width: 100%;
}
.contact-us-form-wrap .contact-us-form {
    width: 100%;
    transform: none;
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.software-list-section {
    padding-bottom: 0;
}
.software-list-section .row > * {
    margin-bottom: 80px;
}
.services-area .services .single-service .inner-service .title {
    font-size: 16px;
}
.software.services-area .services .single-service .inner-service .title {
    font-size: 16px !important;
}
.services-area .services .single-service .inner-service .icon img {
    width: 50px;
}
.software.services-area .services .single-service .inner-service .icon img {
    width: 70px !important;
}
.domain-pricing-section {
    padding-bottom: 30px;
}
.hero-section .hero-bg img {
    max-width: 400px;
}
.about-package-section {
    padding-top: 0;
}
.contact-section .contact-area .icon-list span:nth-child(1) {
    top: -20px;
}
}
/*======== End Max Width 991px ========*/

/*======== Start Max Width 767px ========*/
@media screen and (max-width: 767px){
.client-review-carousel .single-review .review-body .desc {
    min-height: auto;
}
.section-title {
    margin-bottom: 5px;
    font-size: 26px;
}
.footer-section .footer-top .footer-item {
    margin-bottom: 15px;
}
.footer-section .footer-top {
    padding-top: 50px;
}
.footer-section .footer-bottom {
}

.footer-bottom {}

.footer-bottom {}
.hero-section .hero-info-wrapper .hero-info .section-title {
    font-size: 35px;
}
.hero-section {
    min-height: 70vh;
    height: auto;
}
.hero-section .hero-info .search-domain-form input {
    font-size: 15px;
}
.contact-section .contact-area .contact-list li.single-contact {
    min-width: 115px;
    min-height: 90px;
}
.footer-section .footer-top .curve {
    height: 500px;
    bottom: 480px;
}
.offers-section .tab-content .tab-pane .inner-tab .tab-title {
    font-size: 20px;
}
.review-section .client-reviews-area {
    padding: 40px 0 20px;
}
.client-review-carousel .owl-dots {
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-item .footer-social ul li a {
    font-size: 18px;
}
.footer-section .footer-top .footer-item:not(:last-child) {
    float: left;
    padding-right: 15px;
}
.footer-item .footer-logo {
    margin-bottom: 10px;
}
.footer-item .footer-desc {
    margin-bottom: 10px;
}
.footer-item .footer-contact {
    margin-bottom: 10px;
}
.footer-item .footer-contact p i {
    padding: 0 5px;
    font-size: 16px;
}
.footer-item .footer-contact p a {
    margin-top: 0;
}
.footer-item:not(.first) {
    width: 50%;
    float: left;
}
.footer-item .footer-logo img {
    max-width: 200px;
}
.hero-section .banner-price::after {
    width: 125px;
}
.contact-section .contact-area {
    padding: 20px;
}
.contact-section .contact-area .contact-list {
    column-gap: 10px;
    grid-row-gap: 10px;
}
.contact-section .contact-area .contact-list li.single-contact span.icon img {
    width: 35px;
}
.featured-domain-area .single-item .inner-single-item .domain-type {
    font-size: 26px;
}
.featured-domain-area .single-item .inner-single-item .stock {
    font-size: 15px;
}
.featured-domain-area .single-item .inner-single-item .price {
    font-size: 20px;
    display: inline-block;
}
.featured-domain-area .single-item .inner-single-item .validity {
    font-size: 15px;
    display: inline-block;
}
.page-title-section .page-title {
    font-size: 35px;
}
.page-title-section .breadcrumb-area .breadcrumb li {
    font-size: 15px;
}
.domain-search-section {
    padding: 50px 0;
}
table.pricing-table {
    width: 750px;
}
table.pricing-table thead tr th {
    padding: 10px 10px 10px;
    font-size: 15px;
    font-weight: 600;
}
table.pricing-table tr th:first-child {
    font-size: 15px;
    padding: 10px;
}
.pricing-table-section {
    padding-top: 40px;
}
table.pricing-table tbody tr td {
    padding: 10px 10px;
    font-size: 15px
}
.pricing-area .nav {
    column-gap: 15px;
    padding: 4px;
    margin-bottom: 30px;
}
.pricing-area .nav button {
    font-size: 15px;
    padding: 6px 12px;
}
.pricing-table-section::after {
    height: 320px;
}
.contact-us-form-wrap .contact-us-content {
    padding: 30px;
}
.offers .single-offer .inner-offer .left-content {
    font-size: 18px;
    width: 300px;
    left: -135px;
}
.single-offer .inner-offer .main-content .offer-head .discount {
    font-size: 16px;
}
.single-offer .inner-offer .main-content .offer-head .price {
    font-size: 15px;
}
.single-offer .inner-offer .main-content .offer-head .offer-type {
    font-size: 15px;
}
.single-offer .inner-offer .main-content .offer-head {
    padding: 15px 0;
}
.single-offer .inner-offer .main-content .offer-body {
    padding: 10px;
}
.single-offer .inner-offer .main-content .offer-body ul li {
    font-size: 15px;
    padding: 8px 10px;
}
.single-offer .inner-offer .main-content .offer-body ul li i {
    font-size: 16px;
}
.single-offer .inner-offer .main-content .offer-body .btn-wrapper .purchase-btn {
    font-size: 15px;
    padding: 6px 20px;
}
.offers .single-offer {
    padding: 0 5px;
}
.offers .single-offer .inner-offer .main-content {
    margin-left: 34px;
}
.hero-section .hero-bg img {
    max-width: 300px;
}
.hero-section .hero-bg {
    right: 0;
    bottom: 20px;
    display: none;
}
.footer-section .footer-bottom .wrapper {
    justify-content: center;
}
}
/*======== End Max Width 767px ========*/

/*======== Start Max Width 575px ========*/
@media screen and (max-width: 575px){
header .navbar .navbar-brand {
    padding: 10px 0;
}
.pricing-wrapper .domain-pricing {
    padding: 5px;
    border-radius: 5px;
}
.pricing-wrapper .domain-pricing .single-pricing .type {
    font-size: 18px;
}
.pricing-wrapper .domain-pricing .single-pricing .label {
    font-size: 15px;
    margin: 2px 0;
}
.pricing-wrapper .domain-pricing .single-pricing .domain-price {
    font-size: 15px;
}
.pricing-wrapper .domain-pricing .single-pricing {
    padding: 4px;
}
.hero-section .hero-info-wrapper .hero-info .section-title {
    font-size: 25px;
    text-align: left;
}
.about-package-section .list-item li {
    font-size: 15px;
}
.about-package-section .list-item li .icon {
    font-size: 20px;
}
.theme-btn {
    padding: 6px 12px;
    font-size: 15px
}
.hosting-type-area {
    margin-top: 20px;
}
.hosting-type-area .single-hosting-type .inner-type .icon-box img {
    max-width: 40px;
}
.hosting-type-area .single-hosting-type .inner-type .title-box .title {
    font-size: 16px;
    margin-bottom: 5px;
}
.hosting-type-area .single-hosting-type .inner-type .item-desc {
    font-size: 15px
}
.common-section .section-title,
.procedure-section .section-title {
    text-align: left;
}
.section-title {
    margin-bottom: 5px;
    font-size: 22px;
    text-align: center;
}
.packages .single-package .inner-package .package-head .package-name .title {
    font-size: 15px;
}
.packages .single-package .inner-package .package-head .package-price .current {
    font-size: 25px;
    margin-bottom: 5px;
}
.web-service.packages .single-package .inner-package .package-head .package-price .current {
    margin-bottom: 10px;
}
.packages .single-package .inner-package .package-head .package-price .current sub {
    font-weight: 500;
}
.packages .single-package .inner-package .package-head .package-price .old {
    font-size: 15px;
    font-weight: 500;
}
.packages .single-package .inner-package .package-head .package-price .old::after {
    height: 1px;
}
.packages .single-package .inner-package .package-head .package-price {
    margin: 10px 0 0;
}
.packages .single-package .inner-package .package-head {
    /* padding: 25px 10px; */
}
.packages .single-package .inner-package .package-body .usd-price span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.packages .single-package .inner-package .package-body .services li {
    column-gap: 5px;
}
.vps.packages .single-package .inner-package .package-body .services li,
.web-service.packages .single-package .inner-package .package-body .services li,
.dedicated.packages .single-package .inner-package .package-body .services li {
    font-size: 15px;
    column-gap: 5px;
}
.packages .single-package .inner-package .package-body .services li .icon {
    font-size: 18px;
}
.packages .single-package .inner-package .package-body {
    padding: 15px 10px;
}
.packages .single-package .inner-package .package-body .btn-wrapper .purchase-btn {
    padding: 6px;
    font-size: 15px;
    border-radius: 3px;
}
.offers-section .nav button {
    font-size: 15px;
    border-radius: 3px;
    flex: 1;
    white-space: nowrap;
    padding: 5px 8px;
}
.offers-section .tab-content .tab-pane .image-area figure img {
    max-width: 200px;
}
.offers-section .tab-content .tab-pane .image-area figure {
    margin-top: 0;
}
.offers-section .tab-content .tab-pane .inner-tab .tab-title {
    font-size: 20px;
}
.offers-section .tab-content .tab-pane .inner-tab .btn-wrapper .tab-btn span {
    padding: 5px 14px;
    font-size: 15px;
}
.offers-section .tab-content .tab-pane .inner-tab .desc {
    font-size: 15px;
    text-align: justify;
}
.review-section .client-reviews-area {
    padding: 40px 0;
}
.limit-width {
    margin-bottom: 20px;
    font-size: 15px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 10px;
}
.faq-section .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 15px;
}
.faq-section::after {
    max-height: 250px;
    top: -50px;
    right: 0;
    display: none;
}
.why-choose-section .content-area .contents .desc {
    font-size: 15px;
    margin-bottom: 0;
}
.why-choose-section .content-area .img {
    order: -1;
    margin-bottom: 15px;
}
.why-choose-section .content-area .img figure img {
    max-width: 200px;
}
.payment-partners-area .partners.international-partners ul li img {
    max-width: 80px;
}
.payment-partners-area .partners.local-partners ul li img {
    max-width: 80px;
}
.payment-partners-area .partners ul li {
    min-height: 70px;
}
.payment-partners-area .area-title {
    font-size: 15px;
}
.payment-partners-area .title-wrapper {
    margin-bottom: 8px;
}
.contact-section .contact-area {
    padding: 10px;
    border-radius: 6px;
}
.footer-section .footer-bottom p {
    font-size: 15px;
}
.footer-section .footer-top .footer-item .item-title {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.footer-section .footer-top .footer-item .footer-links li a {
}
.hero-section .hero-bg img {
    max-width: 200px;
}
.hero-section .hero-bg {
    top: -70px;
    bottom: auto;
}
.hosting-type-area .single-hosting-type .inner-type {
    padding: 10px 5px;
    border-radius: 10px;
    padding-bottom: 0;
}
.pricing-wrapper .domain-pricing .single-pricing .inner-pricing {
    border-radius: 4px;
    padding: 5px;
}
.scrollTop {
    display: none !important;
}
.footer-section .footer-top .curve {
    bottom: 380px;
}
.footer-section .footer-top .footer-item .footer-links li {
    padding: 3px 0;
}
.footer-section .footer-top {
    padding-bottom: 0;
}
.contact-section .contact-area .contact-list li.single-contact {
    min-width: 90px;
    min-height: fit-content;
    padding: 10px;
}
.contact-section .contact-area .contact-list li.single-contact span.icon img {
    width: 30px;
}
.contact-section .contact-area .contact-list li.single-contact label {
    font-size: 15px;
    margin-top: 2px;
}
.contact-section .contact-area .icon-list span {
    display: none;
}
.contact-section {
    padding-bottom: 10px;
}
.client-review-carousel .single-review .review-body .desc {
    font-size: 15px;
    margin-bottom: 5px;
}
.client-review-carousel .owl-dot {
    height: 10px;
    width: 10px;
}
.client-review-carousel .single-review .review-body .users-name {
    font-size: 16px;
    margin-bottom: 5px;
}
.offers-section {
    padding-top: 0;
}
.about-package-section .desc {
}
.hero-section {
    min-height: 500px;
    height: auto;
}
.contact-section .contact-area .contact-list {
    column-gap: 10px;
    grid-row-gap: 10px;
}
.footer-item:not(.first) {
    width: 100%;
    float: none;
}
.domain-search-form-wrap .input-group input {
    font-size: 15px;
}
.domain-search-form-wrap .input-group .btn-search svg {
    width: 26px;
    height: 26px;
    padding: 7px;
}
.domain-search-form-wrap .input-group .btn-search {
    padding-left: 16px;
    font-size: 15px;
}
.video-btn .svg-wrap {
    width: 40px;
    height: 40px;
}
.pricing-wrapper .domain-pricing {
    column-gap: 6px;
    grid-row-gap: 6px;
}
.domain-pricing-section .pricing-wrapper {
    column-gap: 20px;
    grid-row-gap: 10px;
}
header {
    padding-top: 10px;
}
.packages .single-package.active .inner-package::after {
    right: 9px;
    font-size: 10px;
    right: 20px;
}
.packages .single-package.active .inner-package::before {
    width: 110px;
    height: 32px;
    background-size: 18px auto;
    right: 0;
}
.hero-section .banner-price::after {
    width: 85px;
}
.featured-domain-area .single-item .inner-single-item .domain-type {
    font-size: 20px;
}
.featured-domain-area .single-item .inner-single-item .price {
    font-size: 15px;
}
.featured-domain-area .single-item .inner-single-item .stock {
    margin-bottom: 0;
}
.desc {
    font-size: 15px;
}
.domain-search-section {
    padding: 40px 0;
}
.search-area .domain-search-form-wrap .domain-search-form .input-group label {
    font-size: 15px;
    padding-bottom: 3px;
}
.page-title-section .page-title {
    font-size: 26px;
}
.page-title-section .breadcrumb-area .breadcrumb li {
    font-size: 15px;
}
.pricing-area .nav {
    background-color: transparent;
    grid-row-gap: 15px;
}
.pricing-area .nav button {
    font-size: 15px;
    padding: 6px 12px;
    flex: 0 0 auto;
    width: calc(50% - 8px);
}
.pricing-table-section .desc {
    margin-bottom: 20px;
}
.pricing-table-section::after {
    height: 360px;
}
ul.feature-list li .content {
    font-size: 15px;
}
ul.feature-list li .icon {
    width: 30px;
}
ul.feature-list li {
    column-gap: 10px;
}
.pt-40 {
    padding-top: 30px;
}
.pb-40 {
    padding-bottom: 30px;
}
.search-area .domain-search-form-wrap .domain-search-form .input-group input {
    padding-bottom: 8px;
}
.procedure-desc-area .content-area .list-arrow li {
    font-size: 15px;
}
.procedure-steps li {
    width: 100%;
    padding: 10px 20px;
}
.procedure-steps li .single-step {
    column-gap: 8px;
}
.procedure-steps li .serial {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.procedure-steps li .contents .title {
    font-size: 15px;
    margin-bottom: 2px;
}
.contact-us-form-wrap .contact-us-content .section-title {
    text-align: left;
}
.contact-us-form-wrap .contact-us-content .contact-info-list li .contact-icon i {
    font-size: 20px;
}
.contact-us-form-wrap .contact-us-content .contact-info-list li .contact-text .title {
    font-size: 15px;
}
.contact-us-form-wrap .contact-us-content .contact-social li a {
    font-size: 16px;
    height: 24px;
    width: 24px;
}
.contact-us-form-wrap .contact-us-form .form-group input {
    font-size: 15px;
}
.contact-us-form-wrap .contact-us-form .form-group select {
    font-size: 15px;
}
.contact-us-form-wrap .contact-us-form .form-group textarea {
    font-size: 15px;
}
.contact-us-form-wrap .contact-us-form .sendInfoBtn {
    font-size: 15px;
    padding: 5px;
    padding-left: 18px;
}
.contact-us-form-wrap .contact-us-form .sendInfoBtn svg {
    width: 30px;
    height: 30px;
    padding: 9px;
}
.accordion .accordion-item .accordion-header button {
    font-size: 16px;
    padding: 10px;
}
.accordion .accordion-item .accordion-body {
    font-size: 15px;
    padding: 10px;
    padding-top: 0;
}
.packages .single-package {
    margin-bottom: 30px;
}
.software-list-section {
    padding-bottom: 0;
}
.services-area .services .single-service .inner-service .title {
    font-size: 15px;
}
.services-area .services .single-service .inner-service .icon img {
    width: 40px;
}
.packages .single-package .inner-package .package-head .usd-price {
    font-size: 16px;
}
.mean-container .mean-nav ul li a {
    font-size: 15px;
}
.package-section .limit-width {
    margin-bottom: 30px;
}
.client-review-carousel .single-review .review-head .user-img {
    width: 60px;
    top: -30px;
}
.review-section {
    padding-top: 0;
}
.package-section {
    padding-bottom: 0;
}
.hosting-type-area .single-hosting-type {
    padding: 5px;
}
.hero-section .hero-bg img {
    max-width: 250px;
}
.offer-countdown > ul li {
    padding: 3px 6px;
    font-size: 15px;
    font-weight: 500;
}
.offers .single-offer .offer-inner .contents .coupon button {
    font-size: 15px;
}
.coupon span {
    font-size: 15px;
    padding-left: 2px;
}
.off-rebbon:after {
    display: none;
}
.off-rebbon {
    font-size: 13px;
    left: auto;
    top: -23px;
    right: 0;
}
.packages .single-package .inner-package {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.cm-switcher {
    padding: 0 0 30px 0;
}
}
/*======== End Max Width 575px ========*/

/*======== Start Max Width 480px ========*/
@media screen and (max-width: 480px){
.offers .single-offer {
    width: 100%;
}
.packages .single-package .inner-package .package-body .services {
    padding: 0 5px;
}
.packages .single-package {
    padding: 0 4px;
    margin-bottom: 35px;
}
.web-service.packages .single-package,
.dedicated.packages .single-package,
.vps.packages .single-package {
    width: 100%;
    margin-bottom: 30px;
}
.web-service.packages .single-package .inner-package .package-body .services li,
.dedicated.packages .single-package .inner-package .package-body .services li {
    padding: 10px 25px;
}
.packages .single-package .inner-package .package-head {
    /* padding: 15px 5px 30px; */
}
.packages .single-package .inner-package .package-head .package-name .title {
    font-size: 15px;
    margin-bottom: 0;
}
.footer-section .footer-top .row > * {
    width: 100%;
    display: flex;
}
.footer-item:not(.first) {
    width: 50%;
    /* float: left; */
}
.footer-section .footer-top .row > *:nth-child(3) .footer-item:last-child {
    order: -1;
}
.domain-search-form-wrap .input-group .btn-search span {
    display: none;
}
.domain-search-form-wrap .input-group .btn-search {
    padding-left: 6px;
    font-size: 15px;
}
.domain-search-form-wrap .input-group .btn-search svg {
    margin-left: 0;
}
.domain-pricing-section {
    margin-top: -80px;
}
.banner-btn-group .btn:not(:last-child) {
    margin-right: 15px;
}
.banner-btn-group .btn {
    font-size: 15px
}
.video-btn .svg-wrap {
    margin-right: 15px;
}
.video-btn {
    font-size: 15px
}
.footer-item .footer-desc p {
    font-size: 15px;
}
.footer-item .footer-contact p {
    font-size: 15px;
}
.footer-section .footer-top .footer-item .footer-links li {
    font-size: 15px;
}
.pricing-wrapper .domain-pricing .single-pricing {
    min-width: 80px;
}
.hero-section .hero-info-wrapper .hero-info .section-title {
    margin-bottom: 20px;
}
.hero-section .hero-info p {
    margin-bottom: 20px;
    width: 80%;
}
.contact-section .contact-area .contact-list li.single-contact {
    min-width: 65px;
    padding: 8px;
    min-height: 55px;
}
.contact-section .contact-area .contact-list li.single-contact span.icon img {
    width: 20px;
}
.domain-search-section {
    padding: 30px 0;
}
.page-title-section .page-title {
    font-size: 20px;
}
.page-title-section .breadcrumb-area .breadcrumb {
    column-gap: 8px;
}
.page-title-section .breadcrumb-area .breadcrumb li {
    column-gap: 5px;
}
.page-title-section .breadcrumb-area .breadcrumb li:not(:last-child)::after {
    padding-bottom: 1px;
}
.page-title-section {
    min-height: 140px;
    padding-top: 100px;
    padding-bottom: 20px;
}
ul.feature-list li {
    width: 100%;
    padding: 5px;
}
ul.feature-list li .icon {
    width: 20px;
}
.packages .single-package .inner-package .package-head::after {
    transform: skewY(-5deg);
}
.packages.vps .single-package .inner-package .package-body .services {
    padding: 0 35px;
}
ul.service-list li {
    font-size: 15px;
    column-gap: 6px;
    margin-bottom: 3px;
}
.services-area .services .single-service .inner-service .icon img {
    width: 30px;
}
.services-area .services .single-service .inner-service .title {
    font-size: 11px;
}
.packages .single-package .inner-package .package-head .usd-price {
    font-size: 15px;
}
.hero-section {
    min-height: 480px;
    height: auto;
}
.hero-section .hero-bg img {
    max-width: 200px;
}
.hero-section .hero-bg {
    top: -40px;
    bottom: auto;
}
.footer-section .footer-bottom .wrapper ul li a {
    font-size: 15px;
}
.footer-section .footer-bottom .wrapper ul {
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.package-head .coupon button {
    font-size: 15px;
    padding: 2px 6px;
}
.package-head .coupon span {
    font-size: 15px;
}
}
/*======== End Max Width 480px ========*/

/*======== Start Max Width 393px ========*/
@media screen and (max-width: 400px){
.footer-section .footer-top .curve {
    bottom: 410px;
}
.packages .single-package {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.hero-section .hero-bg img {
    max-width: 150px;
}
.hero-section .hero-bg {
    top: -25px;
    right: -10px;
}
}
/*======== End Max Width 393px ========*/