
@media only screen and (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	  max-width: 1275px !important;
	}
}

@media only screen and (min-width: 992px) {
 .navbar .dropdown.megamenu>ul.row{
	display: flex;
	flex-wrap: wrap;
 }
 .navbar .dropdown ul:hover > a::before {
     opacity: 1;
     left: 0;
 }
 .navbar .dropdown ul a:before {
     background:var(--color-primary);
 }
 .navbar .dropdown ul a::before {
     content: "";
     position: absolute;
     left:-10px;
     top: 50%;
     transform: translateY(-50%);
     height: 2px;
     width: 10px;
     z-index: 99;
     border-radius: unset;
     opacity: 0;
     transition: .5s;
 }
 .navbar .dropdown ul a:hover::before{
     content: "";
     position: absolute;
     left:0px;
     top: 50%;
     transform: translateY(-50%);
     height: 2px;
     width: 10px;
     z-index: 99;
     border-radius: unset;
     opacity: 1;
     transition: .5s;
 }
 .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
     color: var(--color-primary);
     padding-left: 20px;
 }

}

@media only screen and (max-width: 991px) {
	.navbar .dropdown.megamenu>ul.dropdown-active{
	 display: flex;
	 flex-wrap: wrap;
	}
			.footer-bottom .card-img {
	width: 60%;
}
.just-one-click ul.icons{
	flex-wrap: wrap;
	padding-top: 0px;
}
.just-one-click ul.icons li {
	margin: unset !important;
	z-index: 1 !important;
	width: 47% !important;
	float: left;
	margin-left: 3% !important;
	margin-top: 3% !important;
}
.login-page{
	height: unset;

}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-style-two .name h3 {
		font-size: 18px;
	}

}

@media only screen and (min-width: 768px) {
	.features .nav-tabs {
			display: flex;
	}

	.features .card {
			border: none;
	}

	.features .card .card-header {
			display:none;
	}

	.features .card .collapse{
			display:block;
	}

}

@media only screen and (max-width: 767px) {
	.full-height{
		min-height: auto;
	}
.mobile-screens{
	width: 100%;
	display: grid !important;
}

.form-domain .input-fist {
	width: 100%;
	margin-bottom: 15px;
}
.form-domain .input-fist input.form-control{
	border-radius: 4px;
}
.form-domain .select-option{
margin-bottom: 15px;
}
.form-domain .select-option select{
	border-left: none;
		border-radius: 4px;
}
.form-domain .submit-button .submit-now {
	border-radius: 4px;
	width: 100%;
}
.pt-domain-list .pt-domain-text {
  display: block;
}
.pt-domain-list .pt-domain-text li {
  width: 50%;
  float: left;
}
.pt-domain-list .pt-domain-text li:nth-child(2n)::before {
  display: none;
}
.features .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
		margin-bottom: 10px;
}
.features .tab-content {
	margin-top: 0px;
}
.features .tab-content > .tab-pane{
  border: 1px solid;
  border-color: rgba(var(--color-primary-rgb), 0.2);
  color: var(--color-secondary);
  border-radius: 4px;
}
.pricing-column.pricing-column-horizontal ul.custum-lists li{
  width: 100%;
}
.sale .section-title h1 {
	font-size: 75px;
	line-height: 89px;
	font-weight: 700;
	margin-bottom: 20px;
}
}


@media only screen and (max-width: 600px) {
	.banner .section-header h2{
		font-size: 42px;
	}
	.section-header h2 {
		font-size: 37px;
		font-weight: 700;
		margin-bottom: 20px;
		color: var(--color-secondary-dark);
	}
	.card-style-two .name h3 {
	font-size: 19px !important;
}
.faq-background {
	border: var(--bs-border-width) var(--bs-border-style) #eaedf0 !important;
	border-radius: var(--bs-border-radius) !important;
	background-color: #e8e8e84a !important;
	padding: 50px 21px;
}
}

@media only screen and (max-width: 480px) {
	.error-content-wrap .notfound-404 h1 {
		font-size: 135px;

	}
	.ribbon-sale {
	width: 56%;
	height: 60px;
	margin: 35px auto 35px;
	position: relative;
	color: #fff;
	font: 15px/60px sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: var(--color-primary);
	display: flex;
	font-weight: 500;
	justify-content: center;
}
}

@media only screen and (min-width: 767px) and (max-width:991px){
	.home-banner h1 {
    font-size: 50px;
    text-align: start;
}
.hosting-services.responsive-bg, .home-domain-search {
    background: var(--color-primary);
}
.section-bg {
    display: none;
}
.w-75, .hosting-page-banner ul li, .home-domain-search #homepageDomainSearch .optionalField, .home-domain-search #homepageDomainSearch .domain_submit, .hosting-services-2 .left, .hosting-services-2 .right {
    width: 100% !important;
    margin-top: 10px;
}
.home-domain-search #homepageDomainSearch .domain_submit {
    border-radius: 3px;
    margin-top: 20px;
}
footer .footer-menu {
    margin-top: 20px;
}
.Winter-Sale .Winter-Sale-heading {
	font-size: 85px;
	font-weight: 700;
	font-family: system-ui;
	text-transform: uppercase;
	color: white;
	text-align: center;
	line-height: 30px;
	margin-bottom: 50px;
}
.happy-new-year .sky .sale-heading {
		font-size: 48px;
		z-index: 5;
}
.happy-new-year .sky .sub-heading {
		font-size: 30px !important;
		z-index: 5;
}
.happy-new-year .sky .heading {
		font-size: 60px;
		line-height: 60px;
}
.Christmas-sale .sale-heading {
		font-size: 48px;
		z-index: 5;
}
.Christmas-sale .sub-heading {
		font-size: 30px !important;
		z-index: 5;
}
.Christmas-sale .heading {
		font-size: 60px;
		line-height: 60px;
}
.domain-transfer{
  display: grid !important;
}
.domain-transfer .width-50{
  width:100% !important;
	border-radius: 5px !important;
}
.domain-transfer .width-25{
  width:100% !important;
	border-radius: 5px !important;
}
.domain-transfer .select{
	margin-top: 20px;
		height:3.5rem !important;
		padding: 10px;
			border-radius: 5px !important;
}
.section-ptb{
	padding-top: 0px;
}
.compare-content-body tr td.compare-title {
    max-width: 350px;
    font-size: 15px;
    font-weight: 500;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 10px;
}
.hosting-page-banner.thank-1 {
    background-image: url("../images/blogrecent4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}
.hosting-page-banner.cover-page {
    background-image: url("../images/bg-5.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:auto;
}
.error-page {
    background: url("../images/404.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
}


@media only screen and (min-width: 480px) and (max-width: 767px){
	.home-banner {
    position: relative;
    padding: 80px 0px;
}
.home-banner h1 {
    font-size: 47px;
}
.home-banner.home-banner-tow h1{
  font-size:40px !important;
}
.hosting-services.responsive-bg, .home-domain-search {
    background: var(--color-primary);
}
.section-bg {
    display: none;
}
.w-75, .hosting-page-banner ul li, .home-domain-search #homepageDomainSearch .optionalField, .home-domain-search #homepageDomainSearch .domain_submit, .hosting-services-2 .left, .hosting-services-2 .right {
    width: 100% !important;
    margin-top: 10px;
}
.home-domain-search #homepageDomainSearch .domain_submit {
    border-radius: 3px;
    margin-top: 20px;
}
.hosting-services-2 img {
    padding-top: 25px;
    text-align: center;
    margin: auto;
}
.hosting-services-2 .left, .hosting-services-2 .right, .hosting-services-2 p, .copyright {
    text-align: center;
}
.hosting-services-2 hr {
    margin: 15px auto;
}
.main-heading {
    font-size: 28px;
}
footer .footer-menu {
    margin-top:30px;
}
.copyright ul.legal-menu {
    float: none;
    justify-content: center;
    display: flex;
}
.copyright .copyright-text {
    font-size: 15px;
}
.Winter-Sale .Winter-Sale-heading {
	font-size: 57px;
	font-weight: 700;
	font-family: system-ui;
	text-transform: uppercase;
	color: white;
	text-align: center;
	line-height: 30px;
	margin-bottom: 50px;
}
.Winter-Sale .offier {
	font-size: 45px;
	font-weight: 500;
	font-family: system-ui;
	text-transform: uppercase;
	color: #fb9a35;
	text-align: center;
	line-height: 60px;
}
.Winter-Sale .Winter-Sale-paragraph {
	font-size: 35px;
	font-weight: 500;
	font-family: system-ui;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 40px;
}
.happy-new-year .sky .sale-heading {
    font-size: 40px;
    z-index: 5;
}
.happy-new-year .sky .sub-heading {
    font-size: 27px !important;
    z-index: 5;
}
.happy-new-year .sky .heading {
    font-size:47px;
    line-height: 60px;
}

.Christmas-sale .sale-heading {
    font-size: 40px;
    z-index: 5;
}
.Christmas-sale .sub-heading {
    font-size: 27px !important;
    z-index: 5;
}
.Christmas-sale .heading {
    font-size:47px;
    line-height: 60px;
}
.domain-transfer{
  display: grid !important;
	  width: 80%!important;
}
.domain-transfer .width-50{
  width:100% !important;
		border-radius: 5px !important;
}
.domain-transfer .width-25{
  width:100% !important;
		border-radius: 5px !important;
}
.domain-transfer .select{
	margin-top: 20px;
		height:3.5rem !important;
		padding: 10px;
			border-radius: 5px !important;
}
.hosting-page-banner h1 {
    font-size: 44px;
    line-height: 55px;
}
ul.services-list li::before{
display: none;
}
.section-ptb{
	padding-top: 0px;
}
.hosting-page-banner.ssl-certificate p {
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 10px;
}
.coming-soon-page .notfound-404 h1 {
    font-size: 145px;
		padding-bottom: 10px;
}
.post-detail .post-content a {
	font-size: 20px !important;
	font-weight: 600;
	line-height: 30px;
	color: var(--color-black) !important;
	margin-bottom: 20px;
}
.post-content ul li{
  width:50%;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 10px;
}
.hosting-page-banner.thank-1 {
    background-image: url("../images/blogrecent4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
}
.hosting-page-banner.cover-page {
    background-image: url("../images/bg-5.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:auto;
}
.error-page {
    background: url("../images/404.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
}



@media (max-width: 480px){
.home-banner {
    position: relative;
    padding: 50px 0px;
}
.home-banner h1 {
    line-height: 50px;
    font-size: 30px;
}
.home-banner.home-banner-tow h1{
  font-size:28px !important;
  line-height: 40px;
}
.hosting-services.responsive-bg, .home-domain-search {
    background: var(--color-primary);
		margin-bottom: 50px;
}
.section-bg {
    display: none;
}
.w-75, .hosting-page-banner ul li, .home-domain-search #homepageDomainSearch .optionalField, .home-domain-search #homepageDomainSearch .domain_submit, .hosting-services-2 .left, .hosting-services-2 .right {
    width: 100% !important;
    margin-top: 10px;
}
.home-domain-search #homepageDomainSearch .domain_submit {
    border-radius: 3px;
    margin-top: 20px;
}
.hosting-services-2 img {
    padding-top: 25px;
    text-align: center;
    margin: auto;
}
.hosting-services-2 .left, .hosting-services-2 .right, .hosting-services-2 p, .copyright {
    text-align: center;
}
.hosting-services-2 hr {
    margin: 15px auto;
}
.main-heading {
    font-size: 28px;
    line-height: 40px;
}
footer .footer-menu {
    margin-top:30px;
}
.copyright ul.legal-menu {
    float: none;
    justify-content: center;
    display: flex;
}
.copyright .copyright-text {
    font-size: 15px;
}
.dropdown-menu.dropdown-menu-right {
    left: 0px!important;
    right:auto;
}
.testim .cont div p {
    width: 100%;

}
.Winter-Sale .Winter-Sale-heading {
 font-size: 50px;
 font-weight: 700;
 font-family: system-ui;
 text-transform: uppercase;
 color: white;
 text-align: center;
 line-height: 60px;
 margin-bottom:0px !important;
}
.Winter-Sale .Winter-Sale-paragraph {
font-size: 32px;
font-weight: 500;
font-family: system-ui;
text-transform: uppercase;
color: #fff;
text-align: center;
line-height: 30px;
margin-top: 26px;
}
.Winter-Sale .offier {
font-size: 36px;
font-weight: 500;
font-family: system-ui;
text-transform: uppercase;
color: #fb9a35;
text-align: center;
line-height: 45px;
}
.happy-new-year .sky .sale-heading {
 font-size:30px;
 z-index: 5;
}
.happy-new-year .sky .sub-heading {
 font-size: 23px !important;
 z-index: 5;
}
.happy-new-year .sky .heading {
 font-size:46px;
 line-height: 60px;
}
.Christmas-sale .sale-heading {
 font-size:30px;
 z-index: 5;
}
.Christmas-sale .sub-heading {
 font-size: 23px !important;
 z-index: 5;
}
.Christmas-sale .heading {
 font-size:40px;
 line-height: 60px;
}
.Christmas-sale{
padding: 0px;
}
.ribbon {
 width: auto;
 height: 60px;
}
.domain-transfer{
  display: grid !important;
	  width: 80%!important;
}
.domain-transfer .width-50{
  width:100% !important;
	border-radius: 5px !important;
}
.domain-transfer .width-25{
  width:100% !important;
		border-radius: 5px !important;
}
.domain-transfer .select{
	margin-top: 20px;
	height:3.5rem !important;
	padding: 10px;
	border-radius: 5px !important;
}
.hosting-page-banner h1 {
    font-size:35px;
    line-height: 55px;
}
.hosting-page-banner.cloud-hosting h1 {
    font-size:28px;
    line-height:45px;
}
.home-plan{
	padding-top: 0px !important;
}
.faq {
	margin: 0px 10px !important;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 20px;
}
.card-body {
    font-size: 13px !important;
}
.section-py{
	padding-top: 0px !important;
}
ul.services-list li::before{
display: none;
}
.section-ptb{
	padding-top: 0px;
}
.hosting-page-banner.ssl-certificate p {
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 10px;
}
.main-heading-2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 0px;
    margin: 0;
    color: var(--color-primary);
}
.coming-soon-page .notfound-404 h1 {
    font-size: 120px !important;
		padding-bottom: 20px;
}
.hosting-page-banner.coming-soon-page h1 {
    font-size: 35px;
    line-height: 35px;
}
.de-spot span {
    position: absolute;
    display: inline-block;
    background: var(--color-white);
    padding: 0px 0px 0px 10px;
    font-size: 10px;
    font-weight: bold;
    left: auto;
    right: 0px;
    line-height: 1.8em;
    color: var(--color-black);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#subheader h1 {
    font-size: 50px;
    color: var(--color-primary-tow);
    font-weight: 600;
    letter-spacing: -2px;
}
.error-page h1 {
    font-size: 75px;
    line-height: 60px;
    color: var(--color-white);
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 44px;
}
.vertical-center .heading {
    font-size: 73px;
    letter-spacing: -1.8px;
    margin-bottom: 20px;
    line-height: 90px;
    color: var(--color-white);
    font-weight: 600;
}
#homepageDomainSearch .optionalField, .home-domain-search #homepageDomainSearch .domain_submit, .hosting-services-2 .left, .hosting-services-2 .right {
    width: 100% !important;
    margin-top: 10px;
}
#homepageDomainSearch .domain_submit {
    border: 0;
    padding: 10px;
    font-size: 20px;
    width:100%;
    margin: 0;
    float: left;
    line-height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
		margin-top:20px
}

.post-detail .post-content a {
	font-size:18px !important;
	font-weight: 600;
	line-height: 30px;
	color: var(--color-black) !important;
	margin-bottom: 20px;
}
.post-content ul li{
  width:50%;
}
.copyright-text{
	text-align:center;
}
.countdown{
	justify-content: center;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.countdown div{
  width:100px !important;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 10px !important;
}
.hosting-page-banner.thank-1 {
    background-image: url("../images/blogrecent4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:auto;
    background-position: center;
}
.hosting-page-banner.cover-page {
    background-image: url("../images/bg-5.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:auto;
}
.error-page {
    background: url("../images/404.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.testim div p {
    font-size: 1.0em;
    color:var(--color-white);
    width: 100%;
    margin: auto;
    text-align: center;
}
}
