body {
	margin: 0;
	font-family: 'Poppins' !important;
	font-size: 16px;
	line-height: 24px !important;
	color: #000 !important;
}


/*--------------------------------------------------------------
# Navigation Menu Start
--------------------------------------------------------------*/
/* .home .navbar {
	padding: 0;
	background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2021/12/hero-image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
} */

.home .phone_details{
	float: right;
}

.top-main-div {
	background-color: #0b0c29;
	display: none;
}

.navbar-nav ul li.current-menu-item > a, .navbar-nav li.current-menu-ancestor > a {
    color: #F5821F !important;
}

.navbar .container{
	position: relative;
}

.navbar {
	padding: 0;
	transition: all 0.5s;
}
.navbar ul.navbar-nav  {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	/* align-items: center; */
}
.navbar li {
	position: relative;
}
.navbar-scrolled{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#navbar{
	padding: 10px 100px;
	background: #0B0C29;
	height: 90px;
}

.admin-bar #navbar.fixed-top {
    top: 32px;
}

.top-banner_bot{
	background: #0B0C29;
}

.top-banner_bot p{
	color: #fff;
    font-weight: 500;
	font-size: 18px;
}

.top-banner_bot p::before{
	content:url('https://hosting.dotsquares.com/wp-content/uploads/2022/12/Icon-material-done.png'); /* with class ModalCarrot ??*/
	position:relative;
	z-index:100000;
	left: -20px;
    top: 3px;
}

.top-banner_bot p img{
	width: 20px;
	position:absolute;
   left:50%;
   margin-left:-8px;
   top:-16px;
}

.top-banner_bot .d-flex{
	height: 80px;
	align-items: center;
	justify-content: space-between;
}

.top-main-div{
	padding: 10px 0px;
	background-color: #0b0c29;
	position: relative;
}
.navbar ul.navbar-nav li a, .navbar ul.navbar-nav li a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 40px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
	text-decoration: none;
}

.navbar .dropdown-toggle::after{
	display: none;
}

.ds-list-inline.ds-phone .phn_img{
	width: 16px;
	margin-top: -2px;
}

.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
	padding-top: 5px;
	display: none;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #fbb03b;
}
.navbar .dropdown ul {
	display: block;
    position: absolute;
    left: 30px;
    top: calc(100% - 15px);
    margin: 0;
    padding: 10px 5px;
    padding-top: 1.5rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #0b0c29;
    border-radius: 0;
    /* box-shadow: 0px 0px 30px rgb(127 137 161 / 25%); */
    transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 6px 10px;
	font-size: 14px;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar .dropdown li a {
	color: #100000;
}

.navbar-brand.ds-navbar-brand img{
	max-width: 250px !important;
	width: 250px;
}

.navbar-brand{
	margin-right: 0rem !important;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
	z-index: 999;
	margin-top: 10px;
}

.navbar-collapse.show ul.navbar-nav, .navbar-collapse.collapsing ul.navbar-nav{
	background: #0b0c29 !important;
	padding: 10px 10px 10px 10px;
	float:right;
}

.navbar-collapse.collapsing {
	height:272px !important;
}

.slideActive-1 .navbar-collapse.show ul.navbar-nav, .slideActive-1 .navbar-collapse.collapsing ul.navbar-nav{
	background: #1f1635 !important;
}

.slideActive-2 .navbar-collapse.show ul.navbar-nav, .slideActive-2 .navbar-collapse.collapsing ul.navbar-nav{
	background: #00031e !important;
}

.tag-line{
	margin-bottom: 0;
}

.product_detail_inner{
	transition: .5s;
}

.product_detail_inner:hover{
	ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	background: #fffcf9;
}

/* .elementor-widget-wrap.elementor-element-populated{
	align-content: baseline !important;
} */

.faq_section .accordion-body{
	font-size: 15px;
    line-height: 1.8;
    padding-top: 0;
}

#domain-listing-table .pagination{
	margin: 30px 0;
	max-width: 100%;
	border-top: 1px solid #ced4da !important;
}

#domain-listing-table .pagination .page-item.active .page-link {
    background-color: #13164a;
    border-color: #13174a;
	color: #fff;
}

#domain-listing-table .pagination .page-item .page-link {
	color: #14184b;
}

#domain-listing-table .pagination .page-item:first-child{
	margin-left: auto;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

#primarynavbarToggle ul.sub-menu.dropdown-menu li {
    margin: 0 0 8px;
    padding: 0 5px;
    border-bottom: 1px solid #383951;
    display: block;
}
#primarynavbarToggle ul.sub-menu.dropdown-menu li:last-child {
    margin: 0;
    border-color: transparent;
}
#primarynavbarToggle ul.sub-menu.dropdown-menu li a {
	display: block;
    padding: 6px 0;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

#primarynavbarToggle ul.sub-menu.dropdown-menu li a:hover{
	color: #F5821F;
}

.menu-item-231{
	display: none;
}

/*--------------------------------------------------------------
# Navigation Menu End
--------------------------------------------------------------*/
/*
.navbar .mydropdowncss:hover .dropdown-menu.dropdown-menu-level-0 {
	display: block;
	margin-top: 0;
}
.navbar .dropdown-menu.dropdown-menu-level-0:hover .dropdown-sub-menu {
	display: block;
	margin-top: 0;
}
.navbar .dropdown-menu {
	min-width: 13rem;
}
.sub-menu.dropdown-menu-level-0 {
	top: 1.5rem;
}
.dropdown-toggle::after {
	display: none;
}
.navbar .dropdown-sub-menu {
	left: 13rem;
}
.navbar .dropdown-menu {
	background: #143347;
	font-weight: 200;
}
.navbar .dropdown-menu a {
	font-size: 15px !important;
	line-height: 2;
	text-decoration: none;
}
.navbar-brand {
	margin-right: 1rem;
	font-size: 2rem;
}
.navbar {
	padding-top: 1rem;
}
.navbar a, .navbar-toggler i {
	color: #fff;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar li a {
	font-size: 18px;
	margin-left: 50px;
	text-decoration: none;
}
.navbar li a.active {
	color: #fbb03b;
}
.navbar a:hover {
	color: #fbb03b;
}

*/

.navbar-toggler:not(:hover):not(:active):not(.has-background){
background: transparent;
}

.navbar-toggler{
	padding:0; 
}

.navbar-toggler:focus{
	border:none;
	box-shadow: none;
	color:#fff;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.slides.ds-single-slides .slick-arrow{
	position: absolute;
    top: 40%;
    z-index: 1;
	background: transparent;
	border: none;
	opacity:0.4;
}

.slides.ds-single-slides button:not(:hover):not(:active):not(.has-background){
	background: transparent;
}

.slides.ds-single-slides .slick-prev.slick-arrow:hover,
.slides.ds-single-slides .slick-next.slick-arrow:hover{
	border: none;
	opacity: 1;
	color: #fff;
}

.slides.ds-single-slides .slick-arrow i{
	font-size: 40px;
}

.slides.ds-single-slides .slick-next.slick-arrow{
	right:0;
}

.slick-slide{
	height: 700px;
}

.plan-benifit-lists li p{
	font-family: "Poppins";
}

.hero-section .slick-slide{
    /* box-shadow: inset 650px 0px 500px 0px rgb(16 39 57); */
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.top_div {
	/* height: 800px; */
	background-position: top;
	background-repeat: no-repeat;
	margin-top: -61px;
	margin-bottom: 1rem;
	background-size: 100% auto;
}
.woocommerce-notices-wrapper {
	position: absolute;
	top: 0;
}
ul.woocommerce-error {
	position: relative;
	z-index: 999999;
}
.woocommerce-error {
	border-top-color: transparent;
	background: transparent;
	font-size: 16px;
	color: #b81c23;
	margin-bottom: 0px;
}
.phone_details .ds-phone-num a {
    color: #fff !important;
    /* background: #fbb03b; */
    text-decoration: none;
    margin-left: 0px;
    border: 1px solid #fff;
	transition: 1s;
	padding: 1px 10px 2px;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
	border-radius: 50px;
}

/* .phone_details .headerlink-li a:hover{
	background: #ed4b57;
} */

.phone_details .headerlink-li a {
    color: #fff !important;
    background: #f5821f;
    text-decoration: none;
    margin-left: 0px;
    border: 1px solid #fff;
	transition: 1s;
	padding: 0px 10px 1px;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
	border-radius: 50px;
	width: 156px;
    text-align: center;
}
i.fa-phone{
    margin-right: 5px;
}

.book_btn {
	/* background: #fbb03b; */
	/* background: linear-gradient(0deg, rgb(253 155 0) 0%, rgba(251,176,58,1) 100%); */
    color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 12px 30px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 500;
	border-radius: 50px;
	transition: all 0.3s ease;
	line-height: 1.7;
}

.book_btn:hover {
	color: #F5821F;
    background: #fff;
}

.book_btn img{
	width: 18px !important;
    float: right !important;
    margin-top: 6px;
    margin-left: 20px !important;
}

.pricing-btn{
	background: #fbb03b;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #fbb03b;
    padding: 5px 30px;
    transition: 1s;
	margin: 0 1rem;
}
.pricing-btn:hover {
	color: #fff;
	background: #f8a216;
}

.top_cont {
	display: table-cell;
	height: 700px;
	vertical-align: middle;
}
.top_cont h1 {
	color: #fff;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.4;
}

.top_cont .hero-desciption, .top_cont .section-title.banner-title{
	width: 80%;
}

.top_cont p {
	font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding: 2rem 0px;
    line-height: 25px;
    margin-bottom: 1rem;
}

.top_inner_div .top_cont p{
	padding: 0px;
	padding-top:1rem;
	margin-bottom: 0rem;
}
.top_cont h1 span {
	color: #F5821F;
	font-weight: 700;
}
.circle {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50%;
}
.social_icons ul {
	list-style-type: none;
	padding-left: 5px;
}
.social_icons ul li {
	float: left;
	margin-right: 20px;
}
.social_icons ul li a {
	color: #fff;
	font-size: 14px;
}
.phone_details {
	color: #fbb03b !important;
	font-size: 14px;
}

.globe-icon i{
	color: #fbb03b !important;
}

.phone_details span {
	color: #fff !important;
}
.phone_details ul {
	list-style-type: none;
	padding-left: 0px;
}
.phone_details ul li {
	float: left;
	margin-left: 15px;
}
.header-right-wrapper{
	display: flex;
	float: right;
}

.region-dropdown {
	display: none;
}
.globe-icon:hover .region-dropdown {
	display: block;
}
.region-dropdown li.selected a {
    color: #fbb03b;
}
.country-filter {
	position: relative;
	margin-left: 20px;
	line-height: 3;
}
.region-dropdown {
    position: absolute;
    padding: 5px 15px;
    min-width: 180px;
    top: 48px;
    right: 0;
    background: #fff;
    z-index: 999;
    list-style-type: none;
    border-radius: 0.25rem;
}

/*.region-dropdown li a{
	font-size: 14px;
	line-height: 2;
	font-weight: 600;
	text-decoration: none;
}*/

.region-dropdown li a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.region-dropdown li:last-child a{
	border-color:transparent;
}

.region-dropdown li:hover a{
	color: #fbb03b;
}

.no-plan-found{
	text-align: center;
}

.monthly, .setupPrice{
	font-size: 16px;
}

.no-plan-found h3{
	color: #1b435d;
    font-weight: 500;
    padding: 30px 0 0;
}

.home .section_padding {
	padding: 80px 0px;
}
.section_padding {
	padding: 70px 0px;
}
.section-heading {
	position: relative;
}
.section-heading2 {
	position: relative;
}
.section-heading h2, .section-heading2 h2 {
	font-weight: 700;
    font-size: 40px;
    color: #2B3E7E;
    text-transform: capitalize;
    line-height: 1.5;
	margin-bottom: 1rem;
}
.section-heading h2.cont_light{
	color: #fff;
}
.section-heading h2.cont_light:after{
	background: #afbbc3;
}
.section-heading h2 span, .section-heading2 h2 span {
	color: #F5821F;
}

.section-heading {
    margin-bottom: 2.5rem;
}

.section-heading2 h2:after {
	content: "";
	display: block;
	width: 12%;
	height: 4px;
	background: #ed4b57;
	left: 0%;
	bottom: 0%;
	position: absolute;
}
.services-description {
	height: 165px;
	margin-bottom: 10px;
	overflow-y: hidden;
}
.service_card_w {
	padding: 40px 14px;
	margin: 0px 20px;
	text-align: center;
	margin-top: 50px;
	transition: 1s;
	box-shadow: 0px 22px 0px -15px #1b435d;
}
.service_card_w:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service_card_b:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service_card_w h3 {
	font-size: 25px;
	font-weight: 600;
	color: #1b435d;
	margin-bottom: 20px;
}
.service_card_w p {
	margin-bottom: 20px;
	font-size: 16px;
}
.service_card_w .btn {
	background: #1b435d;
	border: 2px solid #1b435d;
	border-radius: 20px;
	color: #fff;
	padding: 5px 20px;
	transition: 1s;
}


.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
.service_card_w .btn:hover{
	background: transparent;
	border: 2px solid #1b435d;
	color: #1b435d;
}
.service_card_b {
	padding: 40px 15px;
	margin: 0px 20px;
	text-align: center;
	background: #1b435d;
	margin-top: 50px;
	transition: 0.5s;
	box-shadow: 0px 22px 0px -15px #fbb03b;
}
.service_card_b h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.service_card_b p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
}
.service_card_b .btn {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	color: #1b435d;
	padding: 5px 20px;
	transition: 0.5s;
}
.service_card_b .btn:hover{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.server_sec .right-img img {
	width: 80%;
}
.server_sec ul {
	list-style-type: none;
	padding-left: 0px;
}
.server_sec li {
	position: relative;
	padding-left: 55px;
	margin-top: 20px;
}
.server_sec li h4 {
	font-weight: 600;
	color: #2B3E7E;
}

.server_sec li img {
	width: 40px;
	position: absolute;
	left: 0px;
}
.content-description {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.content-description p {
	font-size: 16px;
}
.testimonial-sec {
	background: #fff;
	text-align: center;
}
.page-template-ds-backup-plans .testimonial-sec {
	margin-bottom: 50px;
}
.testimonial-section button {
	background-color: transparent !important;
}
.testimonial-section button i {
	background: #f5821f;
    padding: 8px 11px;
    border-radius: 50%;
    transition: 1s;
    font-size: 1rem;
}
.testimonial-section button i:hover{
	background: #ed4b57;
}
.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: inline;
	align-items: center;
	justify-content: center;
	width: 3%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
}
.testimonial-section .carousel-control-prev{
}
.testimonial-section .carousel-control-next{
}
.testimonial-section .arrows-container {
	text-align: center;
}
.testimonial-sec .testimonial-slider .carousel-indicators button {
	width: 10px;
	height: 10px;
	background-color: #dc3545;
	border-radius: 100%;
}
.testimonial-sec .testimonial-slider {
	padding: 10px 0px 0px;
}
.testimonial-sec .blockquote p {
	font-size: 20px;
	font-weight: 200;
	color: #555;
	line-height: 30px;
	font-style: oblique;
}
.blockquote-footer {
	color: #ed4b57;
	margin-bottom: 0rem;
}
.blockquote-footer img{
	height: 25px;
    border-left: 1px solid #fbb03b !important;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
}
.blockquote img, blockquote img {
	width: 100px;
    height: 100px;
    border-radius: 50% !important;
    border: 4px solid #fbb03b !important;
    margin-bottom: 15px !important;
}
.ds-section-testimonial blockquote{
	margin: 0;
}

.f_cont a{
	color: #F58735;
	text-decoration: none;
}

footer p {
	color: #fff;
	font-size: 16px;
}

.footer_addr{
	margin-top: 2rem;
}

.footer_addr h3{
	font-size: 35px;
    color: #fff;
    font-weight: 500;
	margin-bottom: 1rem;
}

.footer_addr>div{
	margin:1rem 0;
}

footer .footer-sect {
	padding: 60px 0px;
}

.footer_addr h6{
    font-size: 18px;
    color: #F58735;
	margin-bottom: 0.5rem;
}

.footer_winning{
	background: #090A33;
    border-radius: 5px;
    padding: 20px;
	margin-top: 3rem;
}

.footer_winning p{
	font-size: 14px;
}

.footer_winning .certified_panel{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.footer_winning .certified_panel img{
	width: 128px;
}

.footer_speci{
	display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: 1px solid #3F445F;
}

.footer_speci div{
	background-color: #fff;
    border-radius: 5px;
    width: 282px;
    height: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.footer_speci div p{
	color: #2B3E7E;
    font-size: 18px;
    line-height: 1.5;
    border-left: 1px solid #B9B9B9;
    padding-left: 0.5rem;
}

.footer_speci div p span{
	font-size: 22px;
	font-weight: 700;
}

.footer_speci img{
	height: 58px;
	width: 58px;
	margin-right: 0.5rem;
}

/* Slider */

.client-sect .slick-slide {
	margin: 0px 20px;
}
.client-sect .slick-slide img {
	width: 100%;
}
.client-sect {
	margin-top: 3rem;
}
.client-sect .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.client-sect .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.client-sect .slick-list:focus {
	outline: none;
}
.client-sect .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.client-sect .slick-slider .slick-track, .client-sect .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.client-sect .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.client-sect .slick-track:before, .client-sect .slick-track:after {
	display: table;
	content: '';
}
.client-sect .slick-track:after {
	clear: both;
}
.client-sect .slick-loading .slick-track {
	visibility: hidden;
}
.client-sect .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .client-sect .slick-slide {
	float: right;
}
.client-sect .slick-slide img {
	display: block;
}
.client-sect .slick-slide.slick-loading img {
	display: none;
}
.client-sect .slick-slide.dragging img {
	pointer-events: none;
}
.client-sect .slick-initialized .slick-slide {
	display: block;
}
.client-sect .slick-initialized .slick-slide a {
	width: 70%;
    vertical-align: top;
    height: 100px;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.client-sect .slick-loading .slick-slide {
	visibility: hidden;
}
.client-sect .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.client-sect .slick-arrow.slick-hidden {
	display: none;
}

.pmpro_checkout_gateway-knit_pay .pmpro_checkout-field input, .pmpro_checkout_gateway-knit_pay select{
	border: 1px solid #e5e5e5;
    padding: 5px 15px;
	font-size: 12px;
	width: 70%;
}

.pmpro_checkout_gateway-knit_pay .pmpro_checkout-field input:focus, .pmpro_checkout_gateway-knit_pay select:focus{
	outline: none;
}

.pmpro_checkout_gateway-knit_pay .pmpro_checkout-field input:focus{
	background: #e8f0fe;
}

.pmpro_checkout_gateway-knit_pay h3{
	font-weight: 700;
	font-size: 28px;
    color: #1b435d;
}

#pmpro_account .pmpro_box h3{
	font-weight: 700;
	font-size: 28px;
    color: #1b435d;
	margin-bottom: 1rem;
	position: relative;
}

.pmpro_actionlinks #pmpro_actionlink-levels{
	font-size: 12px;
    float: right;
	color: #ed4b57;
}

.pmpro_actions_nav #pmpro_levels-return-account{
	font-size: 14px;
    color: #ed4b57;
    text-decoration: none;
}

.pmpro_table{
	margin-bottom: 0.5rem;
}

.pmpro_actionlinks{
	font-size: 11px;
}

.pmpro_actionlinks a#pmpro_actionlink-profile,
.pmpro_actionlinks a#pmpro_actionlink-cancel{
	background: #ed4b57;
	color: #fff;
    padding: 0 8px;
}

.pmpro_actionlinks a#pmpro_actionlink-profile:hover,
.pmpro_actionlinks a#pmpro_actionlink-cancel:hover{
	background: #ec2b38;
}

.pmpro_actionlinks a#pmpro_actionlink-change-password,
.pmpro_actionlinks a#pmpro_actionlink-change{
	background: #fbb03b;
	color: #fff;
    padding: 0 8px;
}

.pmpro_actionlinks a#pmpro_actionlink-change-password:hover,
.pmpro_actionlinks a#pmpro_actionlink-change:hover{
	background: #faa317;
}

.pmpro_actionlinks a#pmpro_actionlink-logout{
	background: #1b435d;
	color: #fff;
    padding: 0 8px;
}

.pmpro_actionlinks a#pmpro_actionlink-logout:hover{
	background: #143347;
}

#pmpro_account .pmpro_box ul{
	list-style-type: none;
    padding-left: 0;
	line-height: 2;
    margin-bottom: 1rem;
}

.pmpro_table thead tr{
	background: #e5e5e5;
}

.pmpro_table th, .pmpro_table td{
	border: 1px solid #ccc;
}

#pmpro_levels_table .pmpro_btn {
    display: inline-block;
    background: #1b435d;
    color: #fff;
    font-weight: 500;
    padding: 5px 20px;
}

#pmpro_levels_table .pmpro_btn:hover{
	background: #143347;
}

.pmpro_table th:first-child, .pmpro_table td:first-child{
	text-align: left;
}

.pmpro_table td {
    font-size: 14px;
	text-align: center;
}

.pmpro_table td a:hover{
	text-decoration-style: inherit;
	color: inherit;
}

#pmpro_account .pmpro_box .pmpro_table p{
	margin: 0;
}

#pmpro_account .pmpro_box:first-child{
	border-top: none;
}

.pmpro_checkout_gateway-knit_pay form.pmpro_form label{
    font-weight: 500;
    font-size: 14px;
}

.pmpro_checkout_gateway-knit_pay #pmpro_submit_span input{
	border: none;
    font-size: 1rem;
    background: #1b435d;
    padding: 10px 30px;
	transition: 0.5s;
}

.pmpro_checkout_gateway-knit_pay #pmpro_submit_span input:hover{
	background: #143347;
	color: #fff;
}

.pmpro_checkout-h3-msg{
	color: #1b435d;
    float: right;
}

.pmpro_checkout-h3-msg a{
	color: #ed4b57;
	font-weight: 500;
	font-size: 12px;
}

.pmpro_checkout hr{
	background: #797979;
    border-bottom: none;
}

.pmpro_submit hr{
	background: none;
    border-bottom: none;
}

#pmpro_pricing_fields .pmpro_checkout-fields {
    display: block;
}

.pmpro_checkout-fields{
    display: flex;
    flex-wrap: wrap;
}

.pmpro_checkout-field{
	flex: 0 0 auto;
    width: 33.33333333%;
	margin-bottom: 1.5rem !important;
}

.pmpro_asterisk{
	color: #ed4b57;
}

.dsEntryContent form.wpcf7-form{
	background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    height: 100%;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%), 0 5px 5px rgb(0 0 0 / 10%);
	border-top: 10px solid #1b435d !important;
}

.dsEntryContent form.wpcf7-form input, .dsEntryContent form.wpcf7-form textarea{
	border: 1px solid #e5e5e5;
    padding: 5px 15px;
    font-size: 12px;
	margin-bottom: 1rem;
}

.dsEntryContent form.wpcf7-form input:focus, .dsEntryContent form.wpcf7-form textarea:focus{
	background: #e8f0fe;
	outline: none;
}

.dsEntryContent form.wpcf7-form .wpcf7-submit{
	border-radius: 30px;
    border: 1px solid #1b435d;
    background-color: #1b435d !important;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 25px;
    letter-spacing: 1px;
	margin-bottom:0px;
    text-transform: uppercase;
}

.dsEntryContent form.wpcf7-form label{
	font-weight: 500;
    font-size: 14px;
}

.plan-g-SSL{
	margin-top: 1rem;
    border: 2px solid #1b435d;
    padding: 7px;
}


.error-404 .not-found img{
	margin: 50px 0px;
}

.post-entry-content{
	margin: 80px 0;
}

.post-entry-content .entry-title a{
	text-decoration: none;
    font-weight: 500;
    font-size: 40px;
}

.post-thumbnail{
	height: 250px !important;
	margin:0 !important;
}

.post-entry-content img{
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
	margin-top: 0 !important;
	height: 250px !important;
    object-fit: cover;
}

.post-entry-content .post{
	margin-bottom: 30px;
    box-shadow: 0 0px 10px #ccc;
	height: 100%;
	border-bottom: 8px solid #1b435d !important;
}

.post.type-post .entry-header{
	padding-bottom: 0px !important;
}

.post.type-post .entry-title{
	font-size: 34px !important;
	font-weight: 700;
}

.thumbnail-container .post-thumbnail {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.post-entry-content .content-wrapper{
	padding: 20px;
}

.post-entry-content .btn.read-more-btn{
	background: #1b435d !important;
    border-radius: 0px !important;
    color: #fff !important;
    transition: 0.5s !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.post-entry-content .btn.read-more-btn:hover{
	background: #143347 !important;
}

.single-post-container .post-thumbnail .wp-post-image{
	display: block;
    width: auto !important;
    max-width: 100% !important;
    float: left !important;
    max-height: 500px !important;
	margin-top: 0 !important;
	margin-bottom: 4rem;
}

.single-post-container .entry-content{
	margin-top: 1rem !important;
}

.row.eq-ht-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
  }
  .row.eq-ht-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
  }

.post-entry-content .entry-content p{
	margin-top: 1rem !important;
}

.ht-blog-date{
	margin-bottom: 0px !important;
    color: #5a7f97;
	font-size: 14px;
}

.ht-blog-date i{
	margin-right: 10px;
}

.pagination, .comments-pagination {
    border-top: 2px solid #ddd !important;
}

.pagination .nav-links > *{
	font-size: 16px !important;
    margin-top: 12px !important;
	background: #e3ebf1;
	color: #507a94 !important;
    text-align: center;
    line-height: 2.5;
    padding: 0 10px;
    margin: 0 0.5rem !important;
}

.pagination .nav-links > *.current{
	color: #000 !important;
	font-weight: 500;
    text-decoration: none !important;
}

.pagination .nav-links > *:hover{
	background: #d2e3f0;
	color: #1b435d !important;
}

.pagination .nav-links:hover > *{
	text-decoration: none;
}

nav.navigation.pagination .nav-links {
    margin: 0 auto;
}

.post-columns a {
    font-size: 24px !important;
    line-height: normal;
}

.post-columns h2{
	line-height: 0.5 !important;
}

.post-columns .entry-content{
	margin-top: 10px !important;
}

.post-columns a.more-link{
	color: #ff0000 !important;
    font-size: 16px !important;
}

.gf_browser_chrome form{
	background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 460px;
	margin: inherit !important;
    margin-left: auto !important;
    /* margin-right: auto; */
    border: none !important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%), 0 5px 5px rgb(0 0 0 / 5%);
	/* background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2022/09/contact-hero.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
}


.gf_browser_chrome form .gform_footer{
	padding: 15px 0 0 0;
    margin: 0px;
}

/* .gfield input, .gfield select, .gfield textarea{
	border-radius: 5px !important;
    border: 2px solid #ddd !important;
	padding: 5px 10px !important;
	margin-bottom: 0 !important;
} */

.gfield input, .gfield select{
    border: none !important;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
}

.gfield input, .gfield select, .gfield textarea{
	background: #f8faff;
    font-size: 14px !important;
}

.gfield input::placeholder, .gfield select::placeholder, .gfield textarea::placeholder{
	color: #ddd;
}

.gform_wrapper{
	margin-top:0 !important;
}

.gform_wrapper textarea.large {
    height: 100px !important;
    overflow-y: auto;
}

.gform_wrapper .gform_footer{
	text-align: center;
}

.gform_wrapper .gform_footer input{
	margin: 0 !important;
}

.gfield textarea {
    border: none !important;
    padding: 5px 10px !important;
    margin-bottom: 0 !important;
}

.gfield input:focus, .gfield select:focus, .gfield textarea:focus{
	outline: none !important;
}

.gfield_label{
	margin-bottom: 0 !important
}

.gform_wrapper ul li.gfield {
    margin-top: 15px !important;
}

.gform_wrapper .gfield_required {
    color: #ff0000 !important;
}

.gform_button{
	background: #2B3E7E !important;
    border-radius: 0px !important;
    color: #fff !important;
    transition: 2s !important;
    font-size: 16px !important;
    padding: 7px 30px !important;
    width: 100% !important;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
	text-transform: uppercase;
}

.gform_button:focus, .gform_button:hover{
	outline: none;
	box-shadow: none;
	border-color: #1b435d !important;
	background-color: #1a2b61 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0px!important;
    border-top: none!important;
    border-bottom: none!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    color: #ff0000 !important;
}

.gform_wrapper div.validation_error {
    color: #790000 !important;
    background: #fdeaea !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px 4px !important;
    clear: both;
    width: 100%;
    text-align: center;
	margin-bottom: 0 !important;
}

.gform_wrapper div.validation_error{
	font-size: 12px !important;
    font-weight: 600 !important;
}

.modal{
	background-color: rgb(0 0 0 / 30%);
}

.book_modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	font-size: 12px;
    font-weight: 500;
    position: absolute;
    margin-top: 0px;
	line-height: 16px;
}

.book_modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .book_modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}

.gform_confirmation_wrapper {
	text-align: center;
    font-size: 20px;
}

.gform_wrapper .validation_message {
	font-weight: 500 !important;
    font-size: 12px !important;
}


/*------login-css-start---------*/

.top_inner_div {
	height: 350px;
	background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2023/01/azure_development_banner_216aa74827.png) !important;
    background: #03032c;
	background-position: center;
	background-repeat: no-repeat;
}
.top_inner_div .top_cont h1{
	font-size: 50px;
	text-align: left;
}

.top_inner_div .top_cont {
    display: table-cell;
    height: 350px;
    vertical-align: middle;
}

/* a.navbar-brand{
	padding: 10px 0 10px 0px;
} */

.login-form h1 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 2rem;
	color: #1b435d;
	font-size: 2.5rem;
}
.login-form p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 10px 0 0px;
	width: 90%;
}
.ds-wooc-register .register p, .ds-wooc-register .register p input {
	width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
}
.login-form span {
	font-size: 12px;
}
.login-form a {
	color: #ed4b57;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}
.login-form button {
	border-radius: 30px !important;
	border: 1px solid #1b435d !important;
	background-color: #1b435d !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 10px 25px !important;
	letter-spacing: 1px;
	margin: 10px 0px !important;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}
.woocommerce-form__input.woocommerce-form__input-checkbox {
	top: 13px;
	border-radius: 5px;
	background: #ddd !important;
}
.woocommerce-form__input.woocommerce-form__input-checkbox:focus {
	outline: none;
}
.login-form .woocommerce form .form-row input.input-text, .login-form .woocommerce form .form-row textarea{
	font-size: 13px;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
	line-height: 2.2;
}

.woocommerce form .form-row{
	text-align: center;
}
.login-form form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
	border: none !important;
	margin-top: 0rem !important;
	border-radius: 5px 0px 0px 5px !important;
}
.login-form input[type=checkbox]:after {
	left: 12px;
	top: 4px;
}
.login-form input {
	background-color: #efe7e7 !important;
	border: none !important;
	padding: 8px 15px !important;
	margin: 5px 0 !important;
}
.login-form input::-ms-fill {
	background-color: #efe7e7 !important;
}
.login-form input:focus-visible {
	outline: none;
}
.login-form .container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 5px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}
.login-form .form-container {
	position: absolute;
	top: 0;
	height: 100%;
}
.login-form .log-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}
.login-form .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}
.login-form .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
}
.login-form .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
}
.login-form .overlay-right {
	right: 0;
}
.login-form .social-container {
	margin: 50px 0;
}
.login-form .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 0px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
.overlay-panel.overlay-right img {
	margin-bottom: 30px;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #143347;
	position: absolute;
	top: 50px;
	right: 30px;
}

.postblock .content-wrapper{
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%), 0 5px 5px rgb(0 0 0 / 10%);
    padding: 20px;
	border-radius: 5px;
}

.postblock .imgThumb{
	text-align: center;
}

.postblock .imgThumb a{
	height: 300px;
    display: inline-flex;
}

.postblock h4{
	font-weight: 700;
    color: #1b435d;
	margin: 20px 0px;
}

.postblock .description{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.postblock a:hover {
    color: #dc3545;
}

.postblock a{
	font-size: 16px;
	color: #ed4b57;
	text-decoration: none;
}

.post_inner_div .single-description{
	font-size: 16px;
	line-height: 1.5;
}

.post_inner_div .single-img-thumb{
	height: 400px;
    display: inline-flex;
    margin: 3rem 0rem;
}

.post_inner_div h2{
	font-weight: 700;
    color: #1b435d;
}


/*------login-css-end---------*/


/*------vps-hosting-css-start---------*/

.vps_solutions .btn {
    background: #1b435d;
    border-radius: 20px;
    color: #fff;
    padding: 7px 25px;
    width: 170px;
}

.inner-section-heading{
    color: #2B3E7E;
    text-align: center;
	margin-bottom: 2rem;
	position: relative;
}

.inner-section-heading h2{
	font-weight: 700;
    font-size: 2rem;
	text-transform: capitalize;
}

.inner-section-heading p{
	margin-top: 1rem;
	color: #000;
}

.inner-section-heading h2 span, .elementor-heading-title span{
    font-weight: 700;
    color: #F5821F;
}

.why-choose-sec .sectn{
    text-align: center;
    margin-top: 50px;
}

.why-choose-sec .sectionContent{
	text-align: center;
}

.why-choose-sec .sectn img{
    width: 80px;
    margin-bottom: 1rem;
}

.why-choose-sec .sectn p{
    font-size: 18px;
}

.why-choose-sec.vps-choose-us-section .sectn h4{
    color: #1b435d;
    font-weight: 700;
    margin: 10px 0px;
}

.why-choose-sec.vps-choose-us-section .sectn p{
	font-size: 16px;
}

.why-choose-sec.vps-choose-us-section .sectn {
    margin: 70px 50px 0px;
}

.vps_solutions{
	background: #f6f6f6;
}

.vps_solutions .inner-section-heading {
    text-align: left;
}

.features_sec table{
    border: 1px solid #d9e0e5;
}

.features_sec table thead tr{
    background: #1b435d;
    border: 1px solid #1b435d;
}

.features_sec table thead th{
	color: #fff;
}

.vps-featured-content-box{
	margin-top: 1rem;
}

.partner-sec .partners-row{
	display: flex;
    flex-flow: wrap;
    width: 100%;
}

.partner-sec .partners-row .sectn-img{
	width: 20%;
	text-align: center;
}

.partner-sec .partners-row .sectn-img img{
	padding:20px;
}

.features_sec table th{
    font-weight: 500;
}

.features_sec table td, .features_sec table th, .features_sec .wp-block-table td, .features_sec .wp-block-table th{
	border: none;
	text-align: center;
}

.features_sec table tr{
	border-bottom: 1px solid #d9e0e5;
	background: #fff;
}

.plans_sec .hosting_plan ul{
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.plans_sec .hosting_plan ul li{
    line-height: 1.5;
    padding: 10px 0px;
	font-size: 14px;
    list-style-type: none;
	border-bottom: 1px solid #f69038;
    color: #fff;
	/* display: flex; */
    justify-content: space-between;
}

/* .plan_desciption .description.planDesp ul li{
	display: inherit;
} */

.plans_sec .hosting_plan:hover{
    ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.plans_sec .hosting_plan ul span{
    float: right;
}

.plans_sec .hosting_plan ul span .fa-check{
    color: #8BC34A;
	display: none;
}

.plan-addons .addon_title{
	display: flex;
	justify-content: space-between;
}

.plans_sec .hosting_plan ul span .fa-times{
    color: #F44336;
}

.plans_sec .hosting_plan{
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    border-radius: 0px;
    margin: 0px;
	margin-top: 2rem !important;
    transition: 1s;
    position: relative;
    overflow: hidden;
	height: 100%;
	background: linear-gradient(to bottom right, #e1771c, #f5821f);
}

.plans_sec.micro_plans .plans_row {
    margin-bottom: 4rem;
}

.plans_sec.micro_plans .plans_row:last-child {
    margin-bottom: 0rem;
}

.plans_sec.micro_plans .card-body{
	padding: 0rem 1rem;
}

.premium-support {
    padding: 15px 0 15px 15px;
	margin: 40px 20px 0px;
	background: #f8f8f8;
    border-left: 5px solid #1b435d;
}
.premium-support ul {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.premium-support h5 {
    font-size: 20px;
    line-height: normal;
    padding: 0;
    margin: 0 0 10px;
}
.premium-support ul li {
    margin: 0 0;
    font-size: 16px;
    padding: 5px;
    list-style-type: disc;
    list-style-position: inside;
}
.premium-support ul li:last-child {
    margin-bottom:0;
}

.plan_desciption{
    padding: 10px 20px 30px;
}

.plan-addons .addon_price{
	color: #fff;
    font-weight: 500;
}

.plan-addons-container h4{
	background: #e46a00;
    border-radius: 0px !important;
    padding: 5px;
}

.plan_heading{
    padding:15px 10px;
	margin: 10px;
    background: #2b3f7f;
}

.plan_heading .sale-callout{
	font-size: 12px;
	color: #fff;
}

.plan_heading .sale-callout strong{
	font-weight: 500;
}

.plan_heading .setup-fee{
	color: #fff;
	line-height: 1;
	padding-top: 10px;
	font-weight: 700;
	border-top: 1px solid #0e36b6;
}

.ssl-plan-row{
	width:100%;
	margin:20px 0 10px 0px;
}


.ssl-plan-row .hosting_plan{
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    border-radius: 0px;
    transition: 1s;
    position: relative;
    overflow: hidden;
    height: 100%;
	background: linear-gradient(to bottom right, #e1771c, #f5821f);
  }

  .ssl-plan-row .hosting-plan-column:nth-child(even) .hosting_plan {
    background: linear-gradient(to bottom right, #15164d, #2b3f7f);
}

.ssl-plan-row .hosting-plan-column:nth-child(even) .hosting_plan .plan_heading {
    background: #E1771C !important;
}

.ssl-plan-row .hosting-plan-column:nth-child(even) .hosting_plan p.setup-fee{
	color:#fff;
}

.ssl-plan-row .hosting-plan-column.planbox:nth-child(even) ul li{
	color: #fff !important;
    border-bottom: 1px solid #1f4d69 !important;
}

.ssl-plan-row .hosting-plan-column:nth-child(even) .hosting_plan .setup-fee{
	color: #fff;
    border-top: 1px solid #ec8e3f;
}

.ssl-plan-row .hosting-plan-column.planbox{
	width:20%;
}

.ssl-plan-row .plan_desciption {
    padding: 0 10px;
}

.ssl-plan-row .hosting-plan-column .hosting_plan .price-dropdown {
    background-color: transparent;
    color: #fff;
}

.ssl-plan-row .hosting-plan-column.planbox .plan_heading h4{
	color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.ssl-plan-row .hosting-plan-column.planbox .plan_heading h3{
	font-weight: 700;
    font-size: 24px;
    color: #ed4b57;
	padding-top: 10px;
}

.ssl-plan-row .hosting-plan-column.planbox ul {
    list-style-type: none;
    padding-left: 0;
}

.ssl-plan-row .hosting-plan-column.planbox ul li{
	line-height: 1.5;
    padding: 10px 0px;
    list-style-type: none;
	border-bottom: 1px solid #f69038;
    color: #fff;
}

.ssl-plan-row .hosting-plan-column.planbox ul li:last-child {
    border-bottom: none !important;
}

.ssl-plan-row .hosting-plan-column.planbox .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    background-color: transparent !important;
}

.ssl-plan-row .hosting-plan-column.planbox .form-control{
	margin: 10px 0px;
}

.ssl-plan-row .hosting-plan-column:nth-child(even) .plan_heading h3{
	color: #fff;
}

.ssl-plan-row .hosting-plan-column:nth-child(even) .plan_heading h4, .ssl-plan-row .hosting-plan-column:nth-child(even) .plan_heading .sale-callout{
	color: #fff;
}

.plan_heading .setup-fee strong{
	font-weight: 600;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .setup-fee{
	color: #fff;
	border-top: 1px solid #ec8e3f;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .sale-callout {
	color: #f6f6f6;
}

.plans_sec .hosting-plan-column .hosting_plan .price-dropdown{
	background-color: transparent;
    color: #fff;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .price-dropdown option{
	color: #000;
}

/* .plans_sec .hosting_plan_b{
    background: linear-gradient(to bottom right, #1c4763, #2e6c91);
}

.plans_sec .hosting_plan_b h4 {
    color: #d4dce0 !important;
}

.plans_sec .hosting_plan_b ul li {
    color: #d4dce0 !important;
    border-bottom: 1px solid #1f4d69 !important;
}

.plans_sec .hosting_plan_b h3 {
    color: #fff !important;
} */
.plans_sec .hosting-plan-column .hosting_plan .description p
{
	font-weight: 500;
	color: #fff;
}
.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .description {
    color: #d4dce0 !important;
}
.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .description p{
	color: #fff;
}
.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan{
    background: linear-gradient(to bottom right, #15164d, #2b3f7f);
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .plan_heading{
    background: #E1771C !important;
    margin: 10px;
	padding: 15px;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan ul li {
    color: #fff !important;
    border-bottom: 1px solid #1f4d69 !important;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan ul li:last-child{
	border-bottom: none !important;
}

.plans_sec .hosting_plan ul li:last-child{
    border-bottom: none !important;
}

.plans_sec .hosting_plan ul li .form-control:focus{
	color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.hosting-plan-column:nth-child(even) .hosting_plan .checkout-btn {
    background: #f5821f !important;
    color: #fff !important;
}

.plans_sec  .hosting-plan-column:nth-child(even) .plan-addons-container h4 {
    background: #10195b;
}

.plans_sec .hosting-plan-column:nth-child(even) .plan-addons .addon_price {
    color: #fff;
}

.plan-type-informations.plan-types {
	display: none;
}

.plans_sec.micro_plans select.plansDropdownToggele{
	line-height: 2;
    color: #fff;
    background: url(https://hosting.dotsquares.com/wp-content/uploads/2023/01/chevron-down-solid.png) no-repeat right #2b3e7e;
    font-weight: 500;
    font-size: 20px;
    padding: 1px 20px;
    width: 230px;
    border: 2px solid #2b3e7e !important;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background-position-x: 195px;
}

.plans_sec.micro_plans .plansDropdownToggeleBlock{
	border-top: 2px solid #2b3e7e;
}

.plans_sec.micro_plans select.plansDropdownToggele:focus{
	outline: none;
}

.plans_sec.micro_plans select.plansDropdownToggele:focus{
	box-shadow: none;
}

.plans_sec.micro_plans select.plansDropdownToggele option{
	font-size: 16px;
    font-weight: 500;
}

.plan_apps li img{
	width: 30px;
    display: block;
    margin: auto;
}

.plan_apps li{
	float: left;
	width: 33.33%;
    text-align: center;
    justify-content: center !important;
	border-bottom:none !important;
	display: inherit !important;
}

.plan_apps li:last-child{
	float: none;
}

.plans_sec .hosting-plan-column:nth-child(even) .hosting_plan .plan_apps ul li{
	border-bottom:none !important;
}


.plan_apps{
	margin-top:30px;
}

.plan_apps li{
	font-size:12px;
}

.plans_sec .hosting_plan:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgb(49 106 141 / 2%);
    bottom: -120px;
    right: -130px;
    border-radius: 100%;
    z-index: 0;
    pointer-events: none;
}

.plans_sec .hosting_plan h4{
    color: #f6f6f6;
    font-weight: 600;
    font-size:18px;
    border-radius: 20px 20px 0px 0px;
	margin-bottom: 0.5rem;
    /* background: #fbb03b; */
}

.plans_sec .hosting_plan h5{
	    font-size: 14px;
    color: #fff;
    margin-top: 1rem;
}

.equal_height_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
  }
  .equal_height_row > [class*='col-'] {
	display: flex;
	flex-direction: column;
  }


.google-plans img {
    height: 30px;
	width: 30px;
	margin-right: 10px;
}

.google-plans h4 {
	color: #2b3e7e !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 30px !important;
    background: #f6f6f6;
    border-radius: 0px !important;
    padding: 10px 5px;
}

.plans_sec .hosting_plan h3{
    font-weight: 700;
    font-size: 24px;
    color: #fff;
	padding: 5px 0;
}

.plan_heading h3 .plan_heading_span_s{
font-size: 16px;
}

.page-id-359 .checkout-btn{
	margin-top: .5rem;
	margin-bottom: 2rem;
}

.checkout-btn{
    background: #2B3E7E;
    border-radius: 20px;
    color: #fff !important;
    transition: 2s;
    padding: 7px 25px;
	margin-top: 1.5rem;
}

.checkout-btn:focus{
    box-shadow: none;
}

.page-template-vps-hosting .section_padding {
    padding: 50px 0px;
}

.contact_row .modal-content{
	border: 1px solid #F2F2F2;
    box-shadow: 0 15px 30px 0 rgb(191 191 191 / 16%);
	width: 80%;
    margin: auto;
}



.shared_hosting h2{
	color: #2B3E7E;
    font-size: 24px;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.3rem;
}

.shared_hosting h2 span{
	color: #F5821F;
}

.shared_hosting_img img{
	width: 90%;
}

.shared_hosting, .shared_hosting_img{
	height: 100%;
    align-items: center;
    display: flex;
}

.ms-detail h4{
	font-size: 24px;
    font-weight: 700;
    color: #2b3e7e;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.ms-detail h4:after{
	content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #F5821F;
}

.ms-detail ul {
    margin-top: 1rem;
    padding-left: 2rem;
}

.ms-detail img{
	width: 80px;
    margin-top: 5px;
}

/* .vps_solutions{
	margin-top:50px;
} */

/*------vps-hosting-css-start---------*/




/*------Microsoft365-plans-css-start---------*/

.micro_plans button,
.micro_plans input {
    font-family: 'Poppins';
}

.micro_plans a {
    color: #f96332;
}


.micro_plans a:focus {
    color: #f96332;
}

.micro_plans .micro_heading p {
    line-height: 1.61em;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0rem;
}

.micro_plans .category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

.micro_plans .nav-item .nav-link,
.micro_plans .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.micro_plans .card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.micro_plans .nav-tabs {
    border: 0;
    padding: 0px 0.7rem;
}

.micro_plans .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.micro_plans .card .nav-tabs {
        /* border-bottom: 2px solid #ed4b57; */
		justify-content: center;
		text-align: center;
		width: 40%;
		margin: auto;
		background: #f6f6f6;
		padding: 0;
}

.micro_plans .card .nav-tabs:hover{
	background: #f1f1f1;
}

.micro_plans .nav-tabs>.nav-item{
	flex: 1;
}

.page-template-microsoft365-hosting .micro_plans .card .nav-tabs{
	width: 80%;
}

/* .micro_plans .card-body {
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
} */

.plansNavToggele.nav-tab {
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: auto;
    background: #f6f6f6;
    padding: 0;
	margin-top: 1rem;
}

.plansNavToggele .nav-item {
    flex: 1;
}

.plansNavToggele .nav-link {
    color: #2b3e7e;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    line-height: 1.8;
}

.plansNavToggele .nav-item.active {
	background-color: #f5821f;
	position: relative;
}

.plansNavToggele .nav-item.active .nav-link {
    color: #FFFFFF;
}

.plansNavToggele .nav-item.active::after{
	content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    background: #f5821f;
    transform: rotate(45deg);
    bottom: -8px;
    left: 46%;
}

.micro_plans .nav-tabs>.nav-item>.nav-link {
    color: #2b3e7e;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 30px;
    line-height: 1.8;
}

.search-result-count.default-max-width{
	text-align: center;
    position: relative;
    top: 40px;
    color: #5a7f97;
}

.new_features_sec-content-description .card, .new_feature-content-description .card {
    margin-top: 2rem;
}

.micro_plans .nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.micro_plans .nav-tabs>.nav-item.active {
	background-color: #f5821f;
	position: relative;
}

.micro_plans .nav-tabs .nav-item.active::after{
	content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    background: #f5821f;
    transform: rotate(45deg);
    bottom: -8px;
    left: 46%;
}

.micro_plans .nav-tabs>.nav-item.active >.nav-link {
    color: #FFFFFF;
}

.micro_plans .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.micro_plans .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.micro_plans .card {
    border: 0;
    position: relative;
    width: 100%;
	margin-top: 3rem;
}

.micro_plans .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
	margin-bottom: 1rem;
}


.micro_plan_card{
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    border-radius: 0px;
    margin: 0px;
    transition: 1s;
    position: relative;
}

.micro_plan_card:hover{
	ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.micro_heading {
    padding: 20px 10px;
    background: #2b3e7e !important;
}

.micro_desciption {
    padding: 10px 20px 30px;
    font-size:14px;
}

.micro_plan_card h4 {
    color: #ed4b57;
    font-weight: 600;
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
}

.micro_plan_card h3 {
    font-weight: 700;
    font-size: 30px;
    background: #1b435d;
    padding: 45px 0px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px
}

.micro_desciption a.trial{
    font-size:16px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline !important;
    color: #1b435d !important;
}

.micro_plan_card h3 span{
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.mocro_plans_row{
    padding-top: 150px;
}

.micro_plan_card ul {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 0rem;
}

.micro_plan_card ul li {
    line-height: 1.5;
    margin-bottom: 15px;
    list-style-type: none;
}


.micro_plan_card ul i {
    color: #ed4b57;
    margin-right: 10px;
}

.micro_plan_card .buy-btn {
    background: #1b435d;
    border-radius: 0px;
    color: #fff !important;
    transition: 2s;
    padding: 10px 50px;
}

.micro_plan_card .buy-btn:hover {
    background: linear-gradient(to bottom right, #1c4763, #2e6c91);
}

.micro_plans_table table th{
    font-weight: 500;
    color: #000;
    padding: 1rem;
	border: none;
}

.micro_plans_table table thead th{
    font-size: 18px;
}

.micro_plans_table table thead tr{
    background: #e5e5e5;
	border: none;
}

.micro_plans_table table td{
    padding: 1rem 0.5rem;
}

.micro_plans_table tbody tr{
	border-bottom: 1px solid #d9e0e5;
}

.micro_plans_table tbody td{
    text-align: center;
    vertical-align: middle;
	border:none;
}

.explore_sect h5{
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}

.explore_sect a{
    color: #ed4b57 !important;
    cursor: pointer;
	text-decoration: none;
}

.explore-div1{
    background: #f7eced;
    padding: 20px;
}
.explore-div2{
    background: #eaeff3;
    padding: 20px;
}
.explore-div3{
    background: #efefef;
    padding: 20px;
}
.explore-div4{
    background: #f9f5ed;
    padding: 20px;
}

.explore_sect .col-md-6{
    padding-left:0px;
    padding-right:0px;
}

.explore_sect .row{
	margin-right: 0rem;
    margin-left: 0rem;
}

.new_features_sect .card{
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
}

.new_features_sect .card img{
    width:100px;
    margin-bottom: 2rem;
}

.new_features_sect .card-body {
    padding: 2rem 1rem;
}

.new_features_sect .card-title{
    font-weight: 600;
}

.enterprise-cards{
    border: 1px solid #e5e5e5;
	transition: 1s;
}

.enterprise-cards h4{
    margin-bottom: 0rem;
    font-weight: 700;
    color: #ed4b57;
    font-size: 20px;
}

.enterprise-cards:hover{
	ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.plans_sec .hosting_plan:hover {
 
}

.enterprise_desciption{
    padding: 20px 20px 30px;
}

.enterprise_desciption .text-s{
    font-size: 14px;
    color: #1b435d;
    margin-bottom: 2rem;
}

.enterprise_desciption h3{
    font-weight: 700;
    margin-bottom: 0rem;
}
.enterprise_desciption h3 span{
    font-size: 14px;
    font-weight: 400;
}

.enterprise_desciption .sale-btn{
    background: #1b435d;
    border-radius: 0px;
    color: #fff !important;
    transition: 2s;
    padding: 10px 30px;
    margin-top: 1rem;
}

.features_table table thead tr {
    background: #2b3e7e;
	border: none;
}

.features_table table thead tr th:first-child{
	text-align: start;
}

.features_table table th {
    font-weight: 400;
	font-size: 14px;
    color: #000;
    padding: 1rem;
}

.features_table table .head_tr{
	background: #fafcfd;
}

.features_table table .head_tr th h6{
	font-weight: 600;
}

.features_table img{
	width:20px;
	height: 20px;
    margin-right: 10px;
}

.features_table table thead th {
    font-size: 18px;
    font-weight: 500;
	border: none;
	color: #fff;
}

.features_table table th {
    font-weight: 400;
    color: #000;
    padding: 1rem;
	border: none;
}

.features_table tbody td {
    text-align: center;
	border: none;
}

.features_table tbody tr {
    border-bottom: 0.5px solid #eaeff3;
	background: #f9f9f9;
}

.features_table tbody tr[aria-expanded="true"]{
	background: #fafcfd;
}

.features_table tbody tr[aria-expanded="true"] td i{
	display: none;
}

.features_table table td {
    padding: 1rem 0.5rem;
    vertical-align: middle;
}

.features_table table td p{
	font-size: 12px;
}

.features_table table td i.fa-check{
	color: #2B3E7E;
}

.features_table table td i.fa-times{
	color: #ed4b57;
}

.enterprise_desciption .sale-btn:hover {
    background: linear-gradient(to bottom right, #1c4763, #2e6c91);
}

.features_table table th h6{
    font-weight: 400;
    font-size: 16px;
	display: inline-flex;
}

.features_table table td a.buy-btn{
	background: #1b435d;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 20px;
}

.features_table table td a.buy-btn:hover{
	background: #143347;
}

.features_table table th p{
    font-size: 14px;
    margin-bottom: 0rem;
	line-height: 1.3;
	margin-top: 5px;
}

.features_table table tr.collapse th, .features_table table tr.collapsing th{
	padding-left:40px;
}

ul.ow-icons {
    text-align: left;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
    padding-left: 0rem;
	list-style-type: none;
}

ul.ow-icons li img {
    width: 30px;
	height: 30px;
	margin-right: 0px !important;
}

ul.ow-icons li {
    float: left;
    width: 60px;
    text-align: center;
    justify-content: center !important;
    border-bottom: none !important;
    display: inherit !important;
}

ul.ow-icons li p {
font-size: 10px;
}

.section_padding_top
{
    padding-top: 80px;
}

.payment-row{
    margin-top: 50px;
    padding: 20px;
    background: #eaeff3;
	margin-left: 0rem;
    margin-right: 0rem;
}

.payment-row h5{
    font-weight: 600;
    font-size: 18px;
}

.payment-row p{
    margin-bottom: 0rem;
    font-size: 14px;
}

.payment-row ul{
    list-style-type: none;
    float: right;
}

.payment-row ul li{
    float: left;
    margin-left: 1rem;
} 

.payment-row img{
    width:50px;
}

.features_table .fa-plus{
    color: #1b435d;
    font-size: 14px;
    margin-right: 10px;
	line-height: 1.6;
}


/*------Microsoft365-plans-css-end---------*/




/*------google-workspace-css-start---------*/

.google_cards {
	transition: 1s;
    height: 100%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.google-cards-row .domain-plan-column{
	margin: .7rem 0;
}

.google_cards select.br-plan-duration{
	margin-bottom: 15px;
}

.google_cards select.br-plan-duration:focus{
	border-color:none;
	box-shadow: none;
}

.google_cards:hover{
    ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.google_cards h4 {
    margin-bottom: 0rem;
    font-weight: 600;
	color: #fff;
    font-size: 20px;
}

.micro_heading .plan_pricing h3{
	color: #fff;
	margin-top: 15px;
}

.google_cards h4 span{
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.google-plans .plan_pricing{
	margin-bottom:30px;
}

.google_desciption {
    padding: 20px 20px 0px;
}

.google_desciption.google-plans h5, .micro_heading .plan_pricing h5 {
	font-size: 16px;
    padding-top: 5px;
	color:#fff;
}

.google_desciption h3, .micro_heading .plan_pricing h3 {
    font-weight: 700;
	font-size: 26px;
    margin-bottom: 0rem;
}

.google_desciption h3 span, .micro_heading .plan_pricing h3 span {
    font-size: 14px;
    font-weight: 400;
}

.google_desciption .text-s {
    font-size: 14px;
    color: #1b435d;
    margin: 1rem 0;
}

.google_desciption .start-btn {
    background: #f5821f;
    border-radius: 50px;
    color: #fff !important;
    transition: 2s;
    padding: 5px 20px;
    margin-bottom: 1.5rem;
}

.google_cards ul {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 0rem;
}

.google_cards ul li {
    line-height: 1.5;
    margin-bottom: 30px;
    list-style-type: none;
    display: flex;
}

.google_cards ul i {
    color: #ed4b57;
    margin-right: 10px;
    line-height: 1.5;
}

/* .google-cards-row .domain-plan-column{
    margin-top: 2rem;
} */

.plan-g{
    padding: 30px;
    background: #f2f5ff;
}

.plan-g img {
    width: 30px;
}

.plan-g a{
    padding: 10px;
}

.try-g{
    padding: 30px 20px;
    background: #fffaf6;
}

.try-g p{
    font-weight: 300;
}

.try-g .start-btn {
    background: #2b3e7e;
    border-radius: 50px;
    color: #fff !important;
    transition: 2s;
    padding: 5px 20px;
	margin-top:10px;
}

.plan-g h5, .try-g h5{
	margin-bottom: 0.5rem;
}

.row-container {
    display: table;
    margin: 0;
	width:100%;
  }
  .row-container .col {
    display: table-cell;
  }

.g-description, .g-card{
    margin-top: 2rem;
}

.g-description .g-card img{
    width:70px;
    margin-bottom: 1rem;
}

.g-description .g-card h5{
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
	color: #2b3e7e;
}

.google_cards .plan_heading {
    margin: 0px;
}

.google_cards .plan_heading .setup-fee{
	border-top: none;
}

.g-description .g-card p.card-text{
	margin-bottom: 0.7rem;
}

.g-description .g-card a{
    color: #f5821f;
	text-decoration: none;
}

.g-description .g-card a:hover{
    color: #e26c04;
    cursor: pointer;
}

/* .section-inner-heading2 h2 {
    font-weight: 600;
    color: #1b435d;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.section-inner-heading2 h2 span{
    color: #fbb03b;
} */

.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none
}

.accordion-button:not(:hover):not(:active):not(.has-background){
	background: transparent;
	color: #252525;
}

/*------google-workspace-css-end---------*/


.ben_ds li{
    margin-bottom: .7rem;
}

.ben_ds p span{
	font-weight: 700;
    font-size: 18px;
    color: #2b3e7e;
}

.dmc-img img{
	width: 70%;
}


.ben_ds .content-box {
    border-radius: 0px;
    border-left: 4px solid #f5821f;
    width: 100%;
    padding: 15px;
}

.ben_ds .content-box .single-item .box h4 {
    color: #2b3e7e;
    font-size: 20px;
}

.ben_ds_ul{
	width: 90%;
}

.ben_ds_ul ul{
	list-style-type: square;
}

.ben_ds_ul ul li::marker{
	color: #f5821f;
}

/*------domain-css-start---------*/

.domain_search{
	position: relative;
}

.domain_search .wrap{
	background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%), 0 5px 5px rgb(0 0 0 / 10%);
}

.domain_search .search{
	position: relative;
}

.domain_search .search input{
	line-height: 1;
    border: 1px solid #c2c0c0;
    width: 500px;
}

.domain_search .search input:focus{
	outline: none;
}

.no-result-found{
	padding-top: 80px;
	padding-bottom: 80px;
}

.no-result-found .search-field{
    line-height: 1;
    border: 1px solid #c2c0c0;
	margin: 0 !important;
}

.no-result-found .search-field:focus{
	outline: none;
}

.no-reasult-heading{
	margin-bottom: 2rem;
	font-weight: 500;
}

.no-result-found .search-submit{
	line-height: 1;
    padding: 10px 20px;
    border-color: #1b435d;
    background-color: #1b435d !important;
	margin: 0 !important;
	transition: .5s;
}

.no-result-found .search-submit:hover {
    line-height: 1;
    color: #fff;
    padding: 10px 20px;
    border-color: #143347;
    background-color: #143347 !important;
}

.domain_search .search button{
	line-height: 1;
	position: relative;
    top: 3px;
    padding: 10px 20px;
	border-color: #2B3E7E;
	background-color: #2B3E7E !important;
}

.domain_search .search button:hover{
	line-height: 1;
	position: relative;
    top: 3px;
	color:#fff;
    padding: 10px 20px;
	border-color: #143347;
	background-color: #143347 !important;
}

.domain_table .buy-btn {
    background: #1b435d;
    border-radius: 50px;
    color: #fff !important;
    transition: 2s;
    padding: 5px 20px;
}

#siteHeader .hidden {
    display: none;
}


.gw_services img{
	width: 70px;
}

.gw_services h3{
	font-size: 22px;
    font-weight: 700;
    color: #2b3e7e;
}

/*------domain-css-end---------*/



.elementor-top-section.ds-title-banner-section{
height: 350px;
}

.elementor-top-section.ds-title-banner-section>.elementor-column-gap-default{
vertical-align: middle;
align-items: center;
display: flex !important;
height: 350px;
}

.services_sec .service_view_btn{
	text-decoration: none;
    border: 1px solid #fff;
    padding: 10px;
    width: 50%;
    margin: 15px auto 0;
	color:#fff;
	text-align: center;
}

.services_sec .service_view_btn:hover{
	background: #fff;
	color: #1b435d;
}

.services_sec .col-md-6:first-child .card, .services_sec .row .card:hover{
	background: #F5821F;
    color: #fff;
}

.services_sec .col-md-6:first-child .card h4, .services_sec .col-md-6:first-child .card h4 span,
.services_sec .row .card:hover h4, .services_sec .row .card:hover h4 span {
    color: #fff
}

.services_sec .row .card{
	width: 320px;
	height: 100%;
    padding: 19px;
    color: #000;
    display: flex;
    position: relative;
    border-radius: 25px;
    border: 1px solid #F2F2F2;
    overflow: hidden;
	transition: 0.3s;
    box-shadow: 0 15px 30px 0 rgb(191 191 191 / 16%);
}

.services_sec .card h4{
	color: #000;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 300;
}

.services_sec .card h4 span{
	color:#F5821F;
	font-weight: 700;
}

.services_sec .service_top{
    display: flex;
    align-items: center;
	margin-bottom: 1rem;
}

.services_sec .card p{
	font-size: 15px;
    line-height: 2;
}


.services_sec .card img{
	height: 65px;
    width: 65px;
    margin-right: 1.5rem;
}

.services_sec .service-view img{
    width: 18px;
    height: auto;
    margin-top: 1rem;
}

.services_sec .card .content h4{
	color: #fff;
    margin-bottom: 20px;
}

.services_sec .card .content ul {
    list-style-type: circle;
	padding-left: 1.5rem;
}

.services_sec .card .content li{
	margin-bottom: 5px;
}

.services_sec .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
	padding: 25px 40px;
    background-color: rgb(27 67 93 / 94%);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.services_sec .content *{
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.services_sec .content h5{
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 14px;
	text-align: center;
}

.services_sec .card:hover .content{
    opacity: 1;
	text-align: center;
}

.services_sec .card:hover .content *{
    opacity: 1;
    transform: translateY(0);
}


.CTA1_sec{
	background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2022/12/businessman-pointing-his-presentation-futuristic-digital-screen.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.CTA1_sec h3{
	font-weight: 700;
    font-size: 40px;
    color: #2B3E7E;
    margin-bottom: 20px;
    line-height: 1.5;
}

.CTA1_sec h3 span{
	color: #F5821F;
}

.CTA1_sec p{
	margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 600;
}

.CTA1_sec a{
	border-radius: 100px;
    text-align: center;
    background: #FF9E4B;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    border: none;
}

.CTA1_sec a:hover{
	background: #fa9033;
	color: #fff;
}

.CTA1_sec .cta_inner{
	width: 80%;
    margin: auto;
}

.CTA2_sec{
	background: #f8f9fb;
	/* background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2022/09/website-hosting-concept-with-bright-light_23-2149406783.png); */
	background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2022/09/CH-Email-footer-image-final.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.CTA2_sec .left_cta{
	width: 90%;
}

.CTA2_sec .left_cta h3{
	color: #fff;
    font-weight: 500;
    margin-bottom: 2rem;
	font-size: 30px;
}

.CTA2_sec .left_cta img{
    height: 330px;
    margin-bottom: 2rem;
}

.CTA2_sec .left_cta p {
    color: #777;
    margin-bottom: 2rem;
}

.CTA2_sec input.gform_button{
	width: 87% !important;
	border-radius: 0 !important;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields{
	display: flex !important;
    flex-flow: wrap;
}

.gform_wrapper ul.gform_fields li.gfield:first-child, .gform_wrapper ul.gform_fields li.gfield:nth-child(4), .gform_wrapper ul.gform_fields li.gfield:last-child {
    width: 100% !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
    font-size: 14px !important;
    /* color: #1b435d; */
}

.gform_wrapper ul.gform_fields li.gfield {
	padding: 0px !important;
    width: 100% !important;
}

div.ginput_container_name span {
    padding-right: 20px;
}

div.ginput_container_name span:first-child{
	padding-right: 20px;
}

div.ginput_container_name span:last-child{
	padding-right: 15px;
	padding-left: 0px;
}

.gform_wrapper {
    margin-bottom: 0px !important;
}



.client_sec {
	background: #fff;
    /* background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2022/08/bg-shape-1.png);
    background-size: contain;
    background-repeat: no-repeat; */
	padding: 30px 0;
}

.client_sec .slick-slide {
    margin: 0px 20px;
}

.client_sec .slick-slide img {
    width: 100%;
}

.client_sec .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.client_sec .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.client_sec .slick-list:focus
{
    outline: none;
}
.client_sec .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.client_sec .slick-slider .slick-track,
.client_sec .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.client_sec .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.client_sec .slick-track:before,
.client_sec .slick-track:after
{
    display: table;
    content: '';
}
.client_sec .slick-track:after
{
    clear: both;
}
.client_sec .slick-loading .slick-track
{
    visibility: hidden;
}

.client_sec .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .client_sec .slick-slide
{
    float: right;
}
.client_sec .slick-slide img
{
    display: block;
}
.client_sec .slick-slide.slick-loading img
{
    display: none;
}
.client_sec .slick-slide.dragging img
{
    pointer-events: none;
}
.client_sec .slick-initialized .slick-slide
{
    display: block;
}
.client_sec .slick-loading .slick-slide
{
    visibility: hidden;
}
.client_sec .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.client_sec .slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
	cursor: pointer;
	color: #fbb03b;
	z-index: 999;
}

.ds-section-partners.partners-sec .slick-prev, .ds-section-partners.partners-sec .slick-next{
	display: none !important;
}


.whyus_sec {
	background: #15164D; 
	color: #fff;
	background-image: url(https://dsserver.24livehost.com/staging/wp-content/uploads/2023/01/3d-rendering-website-hosting-concept-1-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.whyus_sec .whyus_row h4{
	margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "poppins";
}

.whyus_sec .whyus_row h2{
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}

.whyus_sec .whyus_row .whyus_box{
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.whyus_sec .whyus_row .whyus_box .box{
	align-items: center;
}

.whyus_sec .whyus_row .whyus_box .why_img{
	margin-right: 1rem;
}

.whyus_sec .whyus_row .whyus_box img{
    width: 76px;
    height: 69px;
}

.elementor-shortcode .gform_wrapper form {
    padding: 5px 30px 20px;
}

.book_modal .modal-dialog{
	max-width: 750px;
	margin-top: 10%;
}

.book_modal .gf_browser_chrome form {
	background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    border-radius: 0px;
    box-shadow: none;
    border-top: none;
    margin-top: 0 !important;
}

.book_modal .bac_bg {
	background-image: url(https://hosting.dotsquares.com/wp-content/uploads/2023/05/Capture.png) !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8faff;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
}


.book_modal .bac_bg h2{
	font-weight: 700;
    font-size: 33px;
    color: #17174e;
	margin-bottom: 1rem;
}

.book_modal .bac_bg h2 span{
	color: #f96332;
}

.book_modal h3{
	font-size: 20px;
    font-weight: 700;
    color: #2b3e7e;
}

.book_modal h3::after{
	display: block;
    background-color: #f96332;
    height: 4px;
    width: 50px;
    content: '';
    margin: 5px 0 10px;
}

.book_modal button.close{
	font-size: 35px;
    padding: 2px 7px;
    line-height: 1;
    border: none;
    transition: 1s;
    background: #ff0000 !important;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    right: -18px;
	color: #fff;
}

.book_modal button.close:hover{
	background: #e20303 !important;
}

.book_modal button.close:not(:hover):not(:active):not(.has-background){
	background-color: transparent;
}

.book_modal .modal-body {
    padding: 2rem;
}

.book_modal.bac-form .modal-content{
	min-height: 542px;
}

.book_modal .modal-content{
	/* min-height: 550px; */
	border-radius: 0.5rem;
}

.book_modal .modal-content>.row{
height: 100%;
}
.modal .modal-content{
	border: 2px solid #c9d0e3;
}

.book_modal .gform_confirmation_message{
	font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: auto;
    margin-top: 0rem;
    font-weight: 600;
    color: #1b435d;
}

.confirmation-message{
	margin-top:1rem;
	color: #f96332;
}

.book_modal .gform_wrapper .gform_footer{
	text-align: center;
}

.book_modal .gfield input, .book_modal .gfield select, .book_modal .gfield textarea {
	font-weight: 300;
}

/* .book_modal .gfield .ginput_container_phone input{
    padding-left: 90px !important;
} */

.book_modal .gfield .ginput_container_phone .iti__country-list{
	white-space: normal;
	width: 247px;
}

.book_modal .gfield input::placeholder, .book_modal .gfield select::placeholder, .book_modal .gfield textarea::placeholder {
	color:#c9ced9;
}

.book_modal .gform_wrapper label.gfield_label, .book_modal .gform_wrapper legend.gfield_label {
    font-weight: 500;
}

.book_modal .top_label div.ginput_container span label{
	display: none !important;
}



.chooseus-section{
	position: relative;
	background: #F6F6F6;
  }

  .chooseus-section .section-heading {
    width: 80%;
}

.chooseus-section .section-heading p{
	color: #243467;
	
}


  .content-box {
	background-color: #fff;
	border-radius: 25px;
	padding: 20px;
	margin-bottom: 1rem;
	width: 80%;
    margin-left: auto;
  }
  
  .content-column1 .content-box:nth-child(2n) {
	margin-left: 0;
	box-shadow: 0 15px 30px 0 rgb(0 0 0 / 16%);
  }

  .chooseus_img{
	height: 100%;
	display: flex;
	align-items: center;
  }

 .content-box .single-item{
	display: flex;
	align-items: center;
  }

  .content-box .icon-box{
	margin-right: 1rem;
  }

  .content-box .icon-box img{
	width:100px;
  }

.content-box .single-item .box h4{
	margin-bottom: 10px;
    color: #243467;
    font-size: 24px;
    font-weight: 700;
  }

 .content-box .single-item .box p{
	font-size: 14px;
    color: #808080;
    font-weight: 500;
  }

  .partners_sec .partners_inner{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
  }

  .partners_sec {
    background: #f6f6f6;
    text-align: center;
}

  .partners_sec .partners_inner .partnerBox{
	padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    width: calc(16% - 20px);
    margin: 10px;
    border: 1px solid transparent;
    justify-content: center;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .partners_sec .partners_inner .partnerBox img{
	max-height: 65px;
  }

  .ds-section-testimonial figure {
    margin: auto !important;
}

h3.elementor-heading-title{
	margin-bottom: 15px;
}

.elementor-element-a9737b9 h3.elementor-heading-title:after {
	left: 0%;
	right: auto;
	width: 10%;
}

.cloud-consulting-form-wrap .gform_heading{
	text-align: center;
}

/* .cloud-consulting-form .gform_heading{
	background: rgb(239 204 186 / 20%);
    margin-bottom: 10px !important;
    border-radius: 7px 7px 0 0;
    box-shadow: inset 0 0px 10px 0 rgb(0 0 0 / 15%);
} */

.cloud-consulting-form .gform_heading h3{
	color: #2B3E7E;
    font-size: 22px !important;
    text-align: center;
	padding: 10px 0;
    font-weight: 700 !important;
	position: relative;
}

.cloud-consulting-form .gform_heading h3::after{
	content: "";
    display: block;
    width: 16%;
    height: 4px;
    background: #f7821f;
    right: 42%;
    bottom: 0%;
    position: absolute;
}

.hiring-steps{
	list-style-type: none;
	border-left: dashed 2px #fff;
	padding-left: 2rem;
}

.hiring-steps li{
	margin-bottom: 30px !important;
	position: relative;
	color: #f7f9fb;
}

.hiring-steps li h5{
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
    font-style: oblique;
}

.hiring-steps li:after {
	content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -45px;
    background: #f5821f;
    margin: auto;
}

.hiring-steps li:last-child{
	margin-bottom: 0px !important;
}

.elementor-element-bec40e7 .client_sec {
    padding: 10px 0 0;
}


.elementor-element-c6d37f3 .elementor-element img, .elementor-element-981aa93 .elementor-element img{
	background: #fff;
    padding: 20px;
    border-radius: 100px !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%) !important;
	position: relative;
	border: 1px solid #fff0d8 !important;
}

.elementor-1320 .elementor-element.elementor-element-a54fb00:not(.elementor-motion-effects-element-type-background),
.elementor-1320 .elementor-element.elementor-element-a54fb00 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background-size: cover;
}

/* .gf_browser_chrome form.dsEnquiryForm{
	margin: 3rem auto !important;	
    width: 600px;
} */

.dsEnquiryForm #field_1_4 {
	width: 100% !important;
}

.elementor-element-9f00a74 h2{
	display: inline-block;
    background: #fbb03b;
    width: 55px;
    height: 55px;
    line-height: 1.3;
    border-radius: 30px;
    color: #fff !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 35%) !important;
    position: relative;
    font-size: 35px;

}
.elementor-element-9f00a74 h2::before {
	content: '';
    position: absolute;
    top: 50%;
    left: -186px;
    right: 0px;
    z-index: -1;
    border-top: 2px dashed #ddd;
}
.elementor-element-9f00a74 h2::after {
	content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right:-186px;
    z-index: -1;
    border-top: 2px dashed #ddd;
}

.elementor-element-9f00a74 h4{
	font-size: 20px;
    color: #000 !important;
}

/* .elementor-element-9f00a74  .elementor-element-9bf6a95{
	width: 50px;
	height: 50px;
	margin: 25px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
  }
  .elementor-element-9f00a74  .elementor-element-9bf6a95:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 50px;
	height: 50px;
	background: #fff;
  } */

  .elementor-element-9bf6a95, .elementor-element-282610d{
	position: absolute !important;
    top: 6%;
    left: 96%;
    font-size: 31px;
    font-weight: 100 !important;
    color: #fbb03b !important;
  }


.all_address ul li{
	color: #e2e4e8;
    font-size: 16px;
	font-weight: 400;
}

.all_address ul li span, .all_address ul li span a{
 color: #fbb03b;
}

.waf_bg{
	background: #F6F6F6;
	padding: 80px 0px;
}

.fa-square{
	color: #f5821f;
}




@media screen and (max-width: 1900px) {
	.top_div {
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 1599px) {
	.top_cont img {
		width: 60%;
	}
	#navbar {
		padding: 10px 50px;
	}
	.whyus_sec{
		background-size: 50% 100%;
	}
}
@media screen and (max-width: 1399px) {
	.footer-row2 ul {
		width: 70%;
	}
	.plansNavToggele.nav-tab {
		width: 85%;
	}
	.top_cont img {
		width: 50%;
	}
	.navbar ul.navbar-nav li a, .navbar ul.navbar-nav li a:focus {
		padding: 10px 0 10px 20px;
	}
	.payment-row ul {
		padding-left: 0;
	}
	#primarynavbarToggle ul.sub-menu.dropdown-menu li a{
		white-space: normal;
	}
	.footer_speci div {
		width: 265px;
	}
	.footer_speci div p span {
		font-size: 20px;
	}
	.footer_winning .certified_panel img {
		width: 110px;
	}
	.content-box .single-item .box h4 {
		font-size: 22px;
	}
	.services_sec .card {
		width: auto;
	}
	.top_cont .hero-desciption, .top_cont .section-title.banner-title {
		width: 45%;
	}
	.services_sec .row .card {
		width: 280px;
	}
}
@media screen and (max-width: 1199px) {
	.top_div {
		background-position: top;
	}
	.plansNavToggele.nav-tab {
		width: 100%;
	}
	.footer-row2 ul {
		width: 80%;
	}
	.footer-row2 li {
		padding: 25px 15px;
	}
	.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
		width: 5%;
	}
	.top_cont h1 {
		font-size: 40px;
	}
	.plans_sec .hosting_plan {
		margin: 0px 0px;
	}
	.top_inner_div {
		height: 250px;
	}
	.top_inner_div .top_cont {
		height: 250px;
	}
	.top_inner_div .top_cont p {
		padding-top: 0rem;
	}
	#navbar{
		height: 80px;
	}
	.domain_search .search input {
		width: 400px;
	}
	.navbar a i, .navbar a:focus i {
		display: block;
	}
	.navbar ul.navbar-nav li a, .navbar ul.navbar-nav li a:focus {
		padding: 10px 10px 10px 10px;
	}
	.nav-item.dropdown ul.sub-menu{
		display: none;
	}
	
	.nav-item.dropdown.visible-menu-item ul.sub-menu{
		display: block;
		max-width: 190px;
	}
	.navbar li a{
		white-space: inherit;
	}
	.navbar .dropdown ul {
		left: 10px;
	}
	.navbar li:hover>a{
		color: #fff;
	}
	.navbar li.visible-menu-item:hover>a{
		color: #f5821f;
	}
	.plans_sec .hosting_plan{
		margin-top: 20px;
	}
	.premium-support {
		margin: 40px 0px 0px;
	}
	.top-main-div{
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.request-a-call {
		display: none;
	}
	.top-main-div {
		display: block;
	}
	.navbar-brand.ds-navbar-brand img {
		max-width: 200px !important;
		width: 200px;
	}

	.country-filter {
		position: absolute;
		right: 80px;
		top: 15px;
		margin-left: 0px;
		line-height: 3;
		z-index: 9999;
	}
	.ssl-plan-row .hosting-plan-column.planbox {
		width: 33.33%;
		margin-bottom: 1.5rem;
	}
	.top_cont .hero-desciption, .top_cont .section-title.banner-title {
		width: 50%;
	}
	#navbar {
		padding: 10px 20px;
	}
	.top-banner_bot p {
		font-size: 16px;
	}
	.top-banner_bot p img {
		width: 16px;
		margin-right: 2px;
	}
	.content-box {
		width: 90%;
	}
	.footer_speci div {
		width: 220px;
	}
	.footer_speci div p {
		font-size: 16px;
	}
	.footer_speci div p span {
		font-size: 18px;
	}
	.footer_speci img {
		height: 45px;
		width: 45px;
	}
	.services_sec .col-md-6 {
		margin: 0.5rem 0;
	}
	.services_sec .row .card {
		width: 320px;
		margin: auto;
	}
}
@media screen and (max-width: 991px) {
	.book_modal .modal-dialog {
		max-width: 600px;
	}
	.book_modal .bac_bg h2 {
		font-size: 25px;
	}
	.social_icons ul li a {
		font-size: 14px;
	}
	.micro_plans .card .nav-tabs{
		width: 60%;
	}
	.plansNavToggele .nav-link{
		font-size: 16px;
		padding: 5px 10px;
	}
	.phone_details {
		font-size: 14px;
	}
	.social_icons ul li {
		margin-right: 15px;
	}
	.top_div {
		margin-top: -56px;
	}
	.footer-row2 img {
		width: 150px;
	}
	.navbar {
		padding: 12px;
	}
	.navbar li a {
		font-size: 16px;
	}
	.server_sec .right-img img {
		width: 70%;
		margin-top: 20px;
	}
	.login-form .container {
		width: 600px;
	}
	.login-form form, .login-form .overlay-panel {
		padding: 0 20px;
	}

	.phone_details ul li {
		margin-left: 8px;
	}
	.phone_details ul li:first-child {
		margin-left: 0px;
	}
	.headerlink-li a {
		color: #fff !important;
		text-decoration: none;
		margin-left: 0px;
	}
	.top_cont p {
		font-size: 16px;
	}
	.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
		width: 7%;
	}
	.navbar ul {
		align-items: left !important;
	}
	.slick-slide, .top_cont {
		height: 500px;
	}
	.domain_search .wrap{
		width: 90%;
	}
	.social_icons ul li{
		margin-right: 10px;
	}
	.country-filter {
		margin-left: 10px;
	}
	.phone_details, .social_icons ul li a {
		font-size: 13px;
	}
	.ds-list-inline.ds-phone .phn_img {
		width: 14px;
	}
	.region-dropdown li a{
		font-size: 16px;
		padding: 6px 0;
	}
	.footer_winning .certified_panel {
		justify-content: initial;
		margin-top:.5rem;
	}
	.footer_winning .certified_panel img {
		margin-right: 1rem;
	}
	.footer_speci div {
		width: 160px;
		height: 80px;
    padding: 10px;
	}
	.footer_speci img {
		height: 35px;
		width: 35px;
	}
	.footer_speci div p {
		font-size: 12px;
	}
	.footer_speci div p span {
		font-size: 16px;
	}
	.chooseus_img {
		justify-content: center;
		margin-bottom: 3rem;
	}
	.chooseus-section .section-heading {
		width: 100%;
	}
	.CTA1_sec .cta_inner {
		width: 100%;
	}
	.CTA1_sec h3 {
		font-size: 30px;
	}
	.CTA1_sec p {
		font-size: 16px;
	}
	.slick-slide, .top_cont {
		height: 400px;
	}
	.top_cont .hero-desciption, .top_cont .section-title.banner-title {
		width: 48%;
	}
	.top_cont h1 {
		font-size: 34px;
	}
	.book_btn{
		font-size: 16px;
	}
	.whyus_sec{
		background-image: none;
	}
	.top-banner_bot p {
		font-size: 12px;
	}
	.top-banner_bot p img {
		width: 10px;
		margin-right: 0px;
	}
	.section-heading h2, .section-heading2 h2 {
		font-size: 30px;
	}
	.services_sec .card h4 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.footer-row2 img {
		width: 120px;
		padding: 0px 10px;
	}
	.top-form{
		display: none;
	}
	.elementor-top-section.ds-title-banner-section {
		height: 250px;
	}
	.gf_browser_chrome form{
		margin-right: auto !important;
	}
	.top_cont h1 {
		font-size: 45px;
	}
	.micro_plans .card .nav-tabs{
		width: 100%;
	}
	.elementor-element-b4146dc img, .elementor-element-fbb0e0b img, .elementor-element-948daa5 img, .elementor-element-86a51f1 img{
		width: 60% !important;
	}
	.elementor-756 .elementor-element.elementor-element-8241c66 {
		padding: 0 !important;
	}
	.elementor-element-4c74848c .elementor-widget-image img{
		width: 70px !important;
	}
	.elementor-element-14d9b337 .elementor-element-populated, .elementor-element-c6f7e2d .elementor-element-populated, .elementor-element-1f3385b .elementor-element-populated, .elementor-element-e4222c2 .elementor-element-populated{
		margin: 0 !important;
		margin-bottom: 1rem !important;
	}
	.elementor-top-section.ds-title-banner-section>.elementor-column-gap-default {
		height: 250px;
	}
	
	.elementor-element-4c74848c{
		text-align: center;
	}
	.social_icons ul li {
		margin-left: 20px;
		margin-right: 0px;
	}
	.social_icons ul{
		float: right;
	}
	.widget-title h3 {
		margin-top: 30px;
	}
    .micro_plans .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
	.top_cont h1 {
		font-size: 30px;
	}
	.top_cont p {
		line-height: 22px;
	}
	.top_cont img {
		width: 80%;
	}
	.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
		width: 10%;
	}

	.micro_plans .nav-tabs {
        padding: 0px 0rem;
    }
	.mocro_plans_row {
        padding-top: 0px;
    }
    .micro_plan_card{
        margin-top: 150px;
    }
	.domain_search .search input {
		width: 250px;
	}
	.payment-row ul {
		list-style-type: none;
		float: left;
	}
	.payment-row ul li {
		margin-left: 0rem;
		margin-right: 1rem;
	}
	.row-container .col {
		display: block;
	}
	.enterprise-cards{
		margin-bottom: 2rem;
	}
	.elementor-element-ce7ce62, .elementor-element-d858354{
		position: unset !important;
		left: 0px !important;
		top: 0px !important;
		margin-top: 20px !important;
	}
	.elementor-1320 .elementor-element > .elementor-element-populated{
		margin-bottom: 20px !important;
	}
	.elementor-1320 .elementor-element.elementor-element-7270526 {
		padding: 0 !important;
	}
	.elementor-image-gallery .gallery-item img {
		margin: initial !important;
		margin-top: 15px !important;
	}
	.elementor-element-421db05>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
	.elementor-element-8ac3fa5>.elementor-column-gap-default>.elementor-column>.elementor-element-populated,
	.elementor-element-856940a .elementor-column , .elementor-element-109a1a0 .elementor-column{
		padding: 10px !important;
		margin-bottom: 20px !important;
	}

	.elementor-1333 .elementor-element.elementor-element-a104efc > .elementor-element-populated,
	.elementor-1333 .elementor-element.elementor-element-30d89be > .elementor-element-populated{
		margin: 0px 0px 0px 0px !important;
	}
	.elementor-element-f4fc270 .elementor-inner-column, .elementor-element-7270526 .elementor-inner-column,
	.elementor-element-527c338 .elementor-inner-column, .elementor-element-3022497 .elementor-inner-column {
		margin-bottom: 30px !important;
		text-align: center !important;
	}
	.elementor-element-f4fc270 .elementor-inner-column .elementor-widget-container, .elementor-element-7270526 .elementor-inner-column .elementor-widget-container,
	.elementor-1333 .elementor-element.elementor-element-f4b09e8, .elementor-1333 .elementor-element.elementor-element-446bab8, .elementor-1333 .elementor-element.elementor-element-12014f9, .elementor-1333 .elementor-element.elementor-element-b593329, .elementor-element-3fbe41d .elementor-inner-column, .elementor-element-4a9f661 .elementor-inner-column{
		text-align: center !important;
	}
	.elementor-1320 .elementor-element.elementor-element-e031e82 > .elementor-widget-container,
	.elementor-1320 .elementor-element.elementor-element-af9b624 > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;
	}
	.elementor-element-8ac3fa5{
		padding: 0 !important;
	}
	.elementor-element-3fbe41d .elementor-inner-column img, .elementor-element-4a9f661 .elementor-inner-column img{
		max-width: 80px !important;
		width: 80px !important;
		height: 80px !important;
	}
	.top-main-div ul{
		margin-top: 0rem !important;
	}
	.elementor-image-gallery .gallery .gallery-item{
		max-width: 100% !important;
	}
	.elementor-1333 .elementor-element.elementor-element-55278ac > .elementor-element-populated {
		padding: 0% !important;
	}
	.elementor-1333 .elementor-element.elementor-element-55278ac > .elementor-element-populated img{
		max-width: 50% !important;
	}
	.elementor-1333 .elementor-element.elementor-element-55278ac > .elementor-element-populated .elementor-widget-container{
		text-align: left !important;
	}
	.whyus_sec .whyus_row .whyus_box .why_img {
		margin-right: 0.5rem;
	}
	.footer_addr h3 {
		font-size: 30px;
	}
	.partners_sec .partners_inner .partnerBox {
		width: calc(25% - 20px);
	}
	.slick-slide, .top_cont {
		height: 300px;
	}
	.top_cont p {
		font-size: 14px;
		padding: 1rem 0px;
		margin-bottom: 0rem;
	}
	.book_btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	.book_btn img {
		width: 14px !important;
		margin-top: 5px;
		margin-left: 10px !important;
	}
	.top_cont h1{
		line-height: 1.2;
	}
	body p{
		font-size: 14px;
	}
	.section-heading {
		margin-bottom: 2rem;
		text-align: center;
	}
	.services_sec .card p {
		font-size: 14px;
		line-height: 1.8;
	}
	.whyus_sec .whyus_row h4 {
		font-size: 16px;
	}
	.services_sec .row .card {
		width: 350px;
		margin: auto;
	}
	.CTA1_sec h3, .section-heading h2, .section-heading2 h2 {
		font-size: 26px;
	}
	.content-box .single-item .box h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.footer_addr h6 {
		font-size: 16px;
		margin-bottom: 0.3rem;
	}
	.footer_addr p {
		font-size: 12px;
	}
	.footer_winning p {
		font-size: 12px;
	}
	.footer_addr h3 {
		font-size: 26px;
	}
	.top-banner_bot .d-flex {
		height: 70px;
		padding: 10px 0;
		justify-content: center;
		flex-flow: wrap;
	}
	.top-banner_bot p {
		padding: 0 1rem;
	}
	.CTA1_sec a{
		font-size: 16px;
	}
	.testimonial-sec .blockquote p {
		font-size: 16px;
		line-height: 26px;
	}
	.blockquote-footer {
		font-size: 14px;
	}
	.content-box .single-item .box p {
		line-height: 1.5;
		font-weight: 400;
	}
	.footer_speci div {
		width: 200px;
	}
	.footer_speci {
		flex-flow: wrap;
		justify-content: space-around;
		padding-bottom: 1rem;
	}
	.footer_speci div {
		width: 200px;
		margin-bottom: 1rem;
		height: 70px;
	}
	.top_inner_div .top_cont h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 641px) {
	.book_modal .modal-dialog {
		max-width: 480px;
		margin: 1.75rem auto;
	}
	.book_modal h3 {
		font-size: 16px;
	}
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100% !important;
	}
	div.ginput_container_name span:first-child {
		padding-right: 00px;
	}
	div.ginput_container_name span:last-child {
		padding-right: 00px;
		padding-left: 0px;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		width: 100% !important;
	}
	.gform_wrapper .gform_footer {
		margin: 0px 0 10px 0px !important;
	}
	.gform_wrapper .gform_footer {
		padding: 16px 20px 10px 20px !important;
	}
}

@media screen and (max-width: 599px) {
	.section-heading h2, .section-heading2 h2, .inner-section-heading h2 {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 0.5rem;
	}
	.section_padding {
		padding: 50px 0px;
	}
	.section-heading h2:after, .inner-section-heading h2:after{
		width: 16%;
		right: 42%;
	}
	.services_sec .card h4 {
		font-size: 20px;
	}
	.whyus_sec .whyus_row h4 {
		font-size: 14px;
	}
	.whyus_sec .whyus_row h2 {
		font-size: 20px;
	}
	.whyus_sec .whyus_row .whyus_box {
		margin: 0.5rem 0;
	}
	.CTA1_sec h3{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.CTA1_sec p {
		font-size: 14px;
		margin-bottom: 1rem;
    	line-height: 1.5;
	}
	.CTA1_sec a {
		font-size: 16px;
		padding: 10px 30px;
	}
	.top_cont p {
		padding: 10px 0px;
		font-size: 12px;
		line-height: 18px;
	}
	.top_cont h1 {
		font-size: 22px;
	}
	.server_sec li {
		padding-left: 40px;
	}
	.server_sec li img {
		width: 30px;
	}
	.footer_addr h3 {
		font-size: 22px;
		margin-bottom: 0rem;
	}
	.footer_winning {
		margin-top: 1rem;
	}
	.footer-row2 ul {
		width: 70%;
	}
	.footer-row2 li {
		padding: 20px 5px;
	}
	.footer-row2 img {
		width: 100px;
	}
	.phone_details {
		font-size: 11px;
	}
	.social_icons ul li a {
		color: #fff;
		font-size: 12px;
	}

	.login-form .container {
		width: auto;
		margin: 0px 30px;
	}
	.vps_solutions {
		margin-top: 0px;
	}
	.slick-slide, .top_cont {
		height: 250px;
		padding: 0;
	}
	.domain_search .wrap{
		padding: 20px;
	}
	.slides.ds-single-slides button{
		padding: 5px !important;
	}
	.client-sect .slick-slide {
		margin: 0px 0px;
	}
	.client-sect .slick-initialized .slick-slide a {
		height: 50px;
	}
	.content-description {
		width: 100%;
	}
	.micro_plans .card .nav-tabs{
		width:100%;
	}
	.micro_plans .nav-tabs>.nav-item{
		width: 50%;
    	text-align: center;
	}
	.ds-list-inline.ds-phone .phn_img {
		width: 11px;
	}
	.social_icons ul li {
		margin-left: 10px;
	}
	.navbar-brand.ds-navbar-brand img {
		max-width: 140px !important;
		width: 140px;
	}
	#navbar{
		height: 63px;
	}
	footer p.copyright{
		font-size: 12px;
	}
	.services_sec .card{
		width: 350px;
	}
	.CTA1_sec .cta_inner {
		width: 90%;
	}
	.content-box .single-item .box h4 {
		font-size: 18px;
	}
	.chooseus_img img{
		max-width: 80%;
	}
	.partners_sec .partners_inner .partnerBox {
		width: calc(33% - 20px);
	}
	.CTA2_sec .left_cta img{
		height: auto;
	}
	.admin-bar #navbar.fixed-top {
		top: 0;
	}
	.slick-prev, .slick-next {
		font-size: 1rem;		
	}
	.client_sec {
		padding: 15px 0;
	}
	.client_sec .slick-slide {
		margin: 0px 3px;
	}
	.testimonial-slider .carousel-inner {
		padding: 0 40px;
	}
	.carousel-control-prev {
		left: -10px;
	}
	.carousel-control-next {
		right: -10px;
	}
	.whyus_sec .whyus_row .whyus_box img {
		width: 60px;
		height: 50px;
	}
	.elementor-1320 .elementor-element.elementor-element-a54fb00, .elementor-1333 .elementor-element.elementor-element-22647818 {
		padding: 50px 0px !important;
	}
	.elementor-element .elementor-element-e031e82 .elementor-heading-title {
		font-size: 30px !important;
		line-height: 1.3 !important;
	}
	/* .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0px !important;
	} */
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 10px !important;
	}
	.elementor-1320 .elementor-element > .elementor-element-populated{
		margin: 0px !important;
	}
	h3.elementor-heading-title:after {
		width: 20% !important;
		right: 40% !important;
	}
	.elementor-1320 .elementor-element.elementor-element-683dcd9 > .elementor-element-populated{
		margin: 0px !important;
	}
	.elementor-1320 .elementor-element.elementor-element-67f2f65 > .elementor-widget-container {
		padding: 30px 20px 30px 30px !important;
	}	
	.elementor-element-a9737b9 h3.elementor-heading-title:after {
		width: 25% !important;
	}
	.elementor-1320 .elementor-element > .elementor-element-populated {
		margin: 0 !important;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 10px !important;
	}
	h3.elementor-heading-title {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}
	h4.elementor-heading-title {
		font-size: 20px !important;
		line-height: 1.2 !important;
	}
	.book_btn {
		font-size: 12px;
		padding: 5px 15px;
	}
	.top_cont .hero-desciption, .top_cont .section-title.banner-title {
		width: 60%;
	}
	.elementor-1333 .elementor-element-856940a .elementor-element > .elementor-element-populated, .elementor-1333 .elementor-element-109a1a0 .elementor-element > .elementor-element-populated{
		margin: 0;
    padding: 10px !important;
	}
	.elementor-1333 .elementor-element-3fbe41d .elementor-element> .elementor-element-populated{
		margin: 10px 0 !important;
	}
	.elementor-1333 .elementor-element.elementor-element-55278ac > .elementor-element-populated img {
		max-width: 90% !important;
	}
	.gf_browser_chrome form {
		margin-top: 1rem !important;
	}
	.country-filter {
		top: 6px;
	}
	.region-dropdown li a {
		font-size: 14px;
		padding: 2px 0;
	}
	.ssl-plan-row .hosting-plan-column.planbox {
		width: 100%;
	}
	.home .section_padding {
		padding: 50px 0px;
	}
	.navbar ul.navbar-nav li a, .navbar ul.navbar-nav li a:focus {
		padding: 5px;
	}
	.navbar ul.navbar-nav li a, .navbar ul.navbar-nav li a:focus{
		font-size: 14px;
	}
	.elementor-element-e4222c2, .elementor-widget-heading {
		margin-bottom: 10px !important;
    margin-top: 10px;
	}
}

@media screen and (max-width: 575px) {
	#navbar {
		padding: 10px 0px;
	}
	.footer_winning .certified_panel img {
		width: 80px;
	}
	.footer_addr h6 {
		font-size: 14px;
	}
	.top-banner_bot .d-flex {
		height: 80px;
	}
	.book_modal .bac_bg>div.p-5{
		margin-bottom: 11rem;
	}
	.book_modal .modal-dialog {
		max-width: 400px;
	}
	.book_modal .bac_bg h2 {
		font-size: 22px;
	}
	.book_modal .bac_bg{
		border-radius: 0;
	}
	.book_modal .modal-content>.row>.pe-0{
		padding-right: 0.7rem !important;
	}
	.book_modal button.close{
		top: -465px;
	}
}

@media screen and (max-width: 480px) {
	.footer-row2 ul {
		width: 100%;
	}
	.book_modal .bac_bg>div.p-5 {
		margin-bottom: 8rem;
	}
	.login-form .log-in-container {
		width: 100%;
		height: 50%;
	}
	.login-form .overlay-container {
		left: 0%;
		top: 50%;
		width: 100%;
		height: 50%;
	}
	.login-form .container {
		min-height: 900px;
	}
	.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
		width: 12%;
	}
	.headerlink-li a {
		margin-left: 5px;
	}
	.micro_plan_card {
		margin-top: 150px !important;
		margin: 0px 0px;
	}
	.domain_search .search input {
		width: 180px;
		padding: 5px 10px;
	}
	.domain_search .search button {
		padding: 5px 10px;
	}
	.phone_details .headerlink-li a{
		position: absolute;
		left: 10px;
		top: 9px;
		padding: 0px 10px 0px;
		width: auto !important;
	}
	.book_btn, .pricing-btn {
		padding: 5px 20px;
	}
	.phone_details ul li:last-child{
		margin-left: 0px;
	}
	.footer-row2 img {
		width: 80px;
		padding: 0px 5px;
	}
	.book_modal .modal-dialog {
		max-width: 300px;
	}
	.services_sec .card {
		width: 300px;
	}
	.carousel-control-prev {
		left: 0px;
	}
	.carousel-control-next {
		right: 0px;
	}
	.testimonial-section button i {
		padding: 6px 8px;
		font-size: .7rem;
	}
	.CTA2_sec .left_cta h3 {
		font-size: 24px;
	}
	.social_icons ul {
		float: left;
	}
	.footer_speci div {
		width: 160px;
	}
	.footer_speci div p span {
		font-size: 12px;
	}
	.footer_speci img {
		height: 28px;
		width: 28px;
	}
	.footer_speci div{
		height: 60px;
	}
	.footer_addr>div {
		margin: 0.5rem 0;
	}
	.services_sec .row .card {
		width: 320px;
	}
	.book_modal button.close{
		top: -495px;
	}
}
