@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/**font-family: "Outfit", sans-serif;***/
:root {
  --darkorang: #ff511a;
	--darkgrah:#f3f3f3;
	--whitecolor:#fff;
	--grhadcolor:#bdbdbd;
	--bgblack:#000000;
}



/* CSS Document */
h1, h2, h3, h4, h5, h5 {
font-family: "Outfit", sans-serif;
  font-weight: 600;
}
ul {list-style: none; margin: 0; padding: 0;}

body {
font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
a {    text-decoration: none;}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*******300621v1tav*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: MenuSlideDown .3s linear;
  -moz-animation: MenuSlideDown .3s linear;
  -ms-animation: MenuSlideDown .3s linear;
  -o-animation: MenuSlideDown .3s linear;
  -webkit-animation: MenuSlideDown .3s linear;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 99999;
}
.sticky {
  padding: 0;
}
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
/** #back-top {
	position: fixed;
	bottom: 7px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a img {
	margin: 0 auto;
}

#back-top a:hover {
	color: #000;
}

#back-top a i {
	background: #ff2c2b;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 29px;
	padding-top: 2px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 5px #777;

} **/
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
  font-size: 27px;
  color: #fff;
  text-decoration: none;
  background: #ed1c24;
  background: -moz-linear-gradient(left, #ed1c24 0%, #ab0309 100%);
  background: -webkit-linear-gradient(left, #ed1c24 0%, #ab0309 100%));
  background: linear-gradient(to right, #ed1c24 0%, #ab0309 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#ab0309', GradientType=1);
  display: block;
  padding: 5px;
  border-radius: 50%;
  border: solid 2px #fff;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 37px;
}
/**go to top here end**/
/*******landingpage code************/

.owl-theme .owl-nav {
    text-align: right;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {    background: #fff;
    height: 33px;
    width: 33px;
    opacity: 1;}
/************menu***/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
	 border-radius: 0;
}
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        background: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(#ab0309));
    background: linear-gradient(0deg, #ed1c24 0%, #ab0309 100%);
		padding: 0;
    }
.dropdown-item {color: #fff; padding: 8px;}
/************menu* end**/



footer .container {position: relative;}
/*******INDEX********/

.cllahe {
    border-left: solid 1px #ccc;
    padding-left: 15px;
}

.cllahe i{
    border: solid 1px #ed1c24;
    padding: 9px;
    border-radius: 51px;
    color: #ed1c24;
    display: inline-block;
    vertical-align: middle;
}

.claer {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 16px;
}
.claer span {
    display: block;
    color: #82828a;
    font-size: 13px;
}
.claer a {
    display: block;
    text-decoration: none;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 500;
}
.headeect .butondoe a {
    margin: 0 8px;
}
/******slider work******/
.slibixe {
    position: relative;
    margin: 0 0 70px 0;
}
.slibixe .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: none;
}
.slibixe .owl-carousel button.owl-dot {background: none;     height: auto;
    width: auto;}
.owl-theme .owl-dots .owl-dot span, .slibixe  .owl-theme .owl-nav [class*='owl-']:hover { background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#383838));
    background: linear-gradient(0deg, #000 0%, #383838 100%);}
.slibixe  .owl-theme .owl-dots .owl-dot.active span, .slibixe  .owl-theme .owl-dots .owl-dot:hover span {    background: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(#ab0309));
    background: linear-gradient(0deg, #ed1c24 0%, #ab0309 100%);}



.slibixe .owl-carousel .owl-nav button { top: 45%; opacity: 0;   -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;      background: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(#ab0309));
    background: linear-gradient(0deg, #ed1c24 0%, #ab0309 100%); color: #fff;} 

.slibixe:hover .owl-carousel .owl-nav button {opacity: 1;   -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;}

.slibixe .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 3%;

}

.slibixe .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 3%;

}



/******slider work end******/


/**************ss-work***************/

/***top-header headeect***/
.headeect{
    display: block;
    padding: 10px 0;
    overflow: hidden;
}
.headeect .conedse {
    display: inline-block;
    width: 49%;
    text-align: left;
}

.headeect .conedse .diew {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 18px;
}
.headeect .butondoe {
    display: inline-block;
    width: 49%;
    text-align: right;
    margin: 0;
}

.headeect .diew a {    color: var(--darkorang);}
.headeect .diew a i {color: var(--darkorang);
    border: solid 2px var(--darkorang);}

/***sl-first-slider-box***/





.topslft {
    background: -webkit-gradient(linear, left bottom, left top, from(#e5e5e5), to(#ffffff));
    background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 100%);
    text-align: center;
    padding: 42px 0;
    color: var(--darkorang);
}


.topslft h1 {
    color: #000;
}

.topslft h2:nth-child(2) {
    font-size: 25px;
    color: #000;
}

.uboxe ul {
    color: #000;
    font-size: 19px;
	margin: 30px 0 0 0;
}
.uboxe ul li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 4px 10px;
    text-align: left;
    padding: 0 0 0 27px;
	position: relative;
}

.uboxe ul li::before { content: "\f14a"; font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	color: var(--darkorang);
    line-height: 1; position: absolute; left: 0;     font-weight: 900; top: 6px;}


/*****jpbox jpcube*******/

.jpcube {
    padding: 40px 0;
	    text-align: center;
}

.elidew {
    display: inline-block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    vertical-align: middle;
    margin: 0 17px 0 0;
}

.bodew {
    display: inline-block;
    width: 14%;
    text-align: center;
    border-left: solid 1px #ccc;
    vertical-align: middle;
    font-weight: 400;
}

.strode  {color:var(--darkorang) }

/****jpcube****/
.allehaed {
    font-size: 24px;
    font-weight: 600;
    width: fit-content;
    margin: 0 0 20px;
   
    padding-bottom: 4px;
}

.hotingple  {
    display: block;
    width: 100%;
    clear: both;
}

.hotingple ul li {
    display: inline-block;
    background: var(--darkgrah);
    padding: 20px;
    width: 22%;
    border-radius: 10px;
    border-bottom: solid 4px var(--darkorang);
    vertical-align: top;
    margin: 15px;
    min-height: 359px;
}

.hotingple  ul li p {
    margin: 0;
}

.hotingple  ul li img {
    width: 87px;
    margin: 0 0 7px 0;
}
.hotingple  h3 {
    font-size: 22px;
    margin: 0 0 14px;
}

.price {
    color:var(--darkorang);
    font-size: 24px;
    display: block;
    margin: 15px 0;
    border-radius: 7px;
    font-weight: 700;
}

.btn.bg-success, .btn.bg-danger {
    color: #fff;
    font-weight: 600;
}

.butondoe {
    margin: 20px 0;
	text-align: center;
}

.butondoe a {margin: 0 20px;}


/******jpbox jpcthree********/

.jpcthree {
    background: #f3f3f3;
	padding: 40px 0;
}

.jpcthree .owl-carousel .owl-item img {
    width: 106px;
    margin: 0 auto 15px;
    border-radius: 50%;
}
.fobde {text-align: center; margin:  0 20px 30px }
.naice {    margin: 0 0 17px 0;}
.naice span {
    display: block;
    font-size: 20px;
    font-weight: 600;
 color:var(--darkorang);
}

 .accordion-button:not(.collapsed) {
	color: var(--whitecolor);
    background-color: var(--darkorang);
	 outline: none;
	 box-shadow: none;

}
.accordion {    
    --bs-accordion-btn-active-icon: url(../images/host/download.svg);
}
.accordion-body p {text-align: left;}

/**********jpbox jpdesed**********/
.jpdesed {    background-color: var(--darkorang); color: var(--whitecolor);     text-align: center;
    padding: 15px 0;
    font-size: 27px;     margin: 0;}
.jpdesed a {font-weight: 600;   color: var(--whitecolor);  text-decoration: none;}

/******** jpsix************/
.jpsix {        border-top: solid 1px #edeaea;
    position: relative;
    background: #f7f7f7;
    padding: 38px 0;
    overflow: hidden;}
 
.jpsix .container {position: relative;}

.leie {
    position: absolute;
    left: 0;
    top: 0;
}
.rkdes {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.owl-carousel .owl-item .lise img {
    object-fit: contain;
    height: 62px;
}

.lise {
    background: #fff;
    padding: 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, .07);
    margin: 0 0 20px;
    width: 90%;
}


/********fotter************/
footer {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0e0e0efa ));
    background: linear-gradient(0deg, #000000 0%, #0e0e0efa 100%);
	    position: relative;
	padding: 40px 0 0;
}
.hader {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;text-align: left;
}
.lsibox li {
    display: block;

    vertical-align: top;
    border-left: none;
    line-height: 19px;
    margin: 5px 0;
	position: relative;
}
.lsibox li a {       padding: 0 0 0 18px;  display: block; text-align: left;}
.inboxe {
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
}


.lsibox li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--whitecolor);
    line-height: 1;
    position: absolute;
    left: 0;
    font-weight: 900;
    top: 3px;
}


.lsibox li a{
color:#bdbdbd;
}

.menidw {
    display: inline-block;
    width: 33%;
    margin: 0;
    vertical-align: top;
}

.hader.suhead {
    font-size: 17px;
	    margin: 0 0 5px 0;
	color:#ffffff;
}
.qulinkde {border-bottom: solid 1px #403e3e;
    padding-bottom: 25px;
}


.addrexe .adeoxe {
    display: inline-block;
    width: 31.3%;
    padding: 0 2%;
    vertical-align: middle;
}

.addrexe .adeoxe span {
    display: inline-block;
    padding: 0;
    font-size: 15px;
}
.addrexe  h4{
    margin: 0 0 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.diew {
    position: relative;
    margin: 0;
    text-align: left;
}

.diew a {
    padding-left: 40px;
    color: #bdbdbd;
    overflow: hidden;
    font-size: 17px;
    display: inline-block;
}
.diew a:nth-child(2){padding: 0;}
.diew  a i {
    position: absolute;
    left: 0;
    color: #bdbdbd;
    border: solid 2px #bdbdbd;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 50px;
    top: 0;
    font-size: 12px;
}


.addrexe .adeoxe:nth-child(2){ 

    padding: 0 2%; border-left:solid 1px var(--grhadcolor); border-right:solid 1px var(--grhadcolor) }

.addrexe {
    border-bottom: solid 1px #403e3e;
    display: block;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #403e3e;
    padding: 20px 0;
    text-align: center;
}
.socubix  {padding: 30px 0 0; text-align: center;}

.socubix a i {
    left: 0;
    color: #bdbdbd;
    border: solid 2px #bdbdbd;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    top: 0;
    font-size: 12px;
		margin: 0 5px;
}

.copri {
    color: #999;
    background: #101010;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 19px 0;
    margin:30px 0 0 0;
	    position: relative;
}
.socubix a:hover i{    background: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(#ab0309));
    background: linear-gradient(0deg, #ed1c24 0%, #ab0309 100%); color: #fff;  border: solid 2px #ab0309;}

.bgide {
    filter: blur(200px);
    background-color: rgba(229, 69, 48, 0.2);
    top: auto;
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    height: 400px;
    width: 400px;
    z-index: 0;
}

.lefbe {right: auto; left: 0; top: 0;}
.ediew {
    display: block;
    margin: 20px 0;
}
.lades{
    display: inline-block;
    width: fit-content;
    background: var(--grhadcolor);
    border-radius: 11px;
    overflow: hidden;
    padding: 4px 20px;
}
.eise {display: inline-block;
    width: fit-content;
    background: var(--grhadcolor);
    border-radius: 11px;
    overflow: hidden;
    padding: 4px 5px;}

.riimgide {
    display: inline-block;
    vertical-align: top;
    width: auto;
	text-align: left;
}

.riimgide a, .ribode a {
    display: inline-block;
    color: var(--grhadcolor);
    border-right: solid 1px var(--grhadcolor);
    padding: 0 17px;
    line-height: 16px;
    margin: 7px 0;
}

.leodew {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.ribode {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
    text-align: right;
}
.ribode a:last-child {border: none;}

/********whatsapp************/
.whitche {
    background: #25D366;
    display: block;
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 32px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    left: 1%;
    bottom: 3%;
}



/***************buy-g-suite-india****page***************/

.leidime {    display: inline-block;
    width: auto; vertical-align: middle;}
.leidime img{
    width: 100%;
}
.ridase {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 0 0 0 45px;
}
.topslft .ridase  h2.des{
    margin: 25px 0;
    background: var(--darkorang);
    color: #fff;
    font-size: 25px;
    padding: 22px;
    border-radius: 10px;
}


.advoxe{
    background: #f3f3f3;
    padding: 30px;
    margin: 39px auto 60px;
    border-radius: 10px;
        width: 100%;
}

.lised li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    text-align: left;
    position: relative;
    padding: 0 0 0 22px;
    margin: 1%;
}  
.lised li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--darkorang);
    line-height: 1;
    position: absolute;
    left: 0;
    font-weight: 900;
    top: 4px;
}
/**********sevixe***********/

.sevixe{
    margin: 0 0 40px 0;
}
.onew {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 18px 0;
    border-bottom: solid 3px #ccc;
    margin: 1%;
    min-height: 321px;
}
.onew img {object-fit: contain;
    height: 54px;     width: auto;}
.conide strong {
    display: block;
    margin: 20px 0;
}
/**********goofiese***********/
.leodw {
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    padding: 17px;
    text-align: left;
    border-radius: 8px;
    vertical-align: top;
    margin: 0.5%;
}
.leodw strong {display: block; margin: 0 0 10px; color: var(--darkorang);}

.goofiese {
    margin: 50px 0 28px;
}
/****** ****feises***********/

.feises {
    padding: 25px 0 0;
    border-top: solid 1px #ccc;
    margin: 25px 0 0;
}
/****** ****foedws***********/
.foedws {
    margin-top: 29px;
    margin-bottom: 29px;
    overflow: hidden;
}
.ove {
    display: inline-block;
    width: 31%;
    border: solid 1px #ccc;
    text-align: left;
    padding: 19px;
    float: left;
    margin: 1%;
    min-height: 200px;
    border-radius: 10px;
}
.odews  strong{
    display: block;
    font-size: 23px;
}
.ove img {
    display: inline-block;
    object-fit: contain;
    height: 50px;
	    margin: 0;
    width: auto;
}
.odews {
    display: inline-block;
    width: 81%;
    vertical-align: top;
    margin: 0 0 0 16px;
}
/***************Dedicated Servers****page***************/
.dedicated-serverspage .topslft {
    background: -webkit-gradient(linear, left bottom, left top, from(#303030), to(#383838));
    background: linear-gradient(0deg, #303030 0%, #383838 100%);
    text-align: center;
    padding: 42px 0;
    color: var(--darkorang);
}
.dedicated-serverspage .topslft h1, .dedicated-serverspage  .topslft h2, .dedicated-serverspage .uboxe ul, .dedicated-serverspage .uboxe ul li::before {
    color: #fff;
}

.dedicated-serverspage .topslft p {
    margin: 20px 0 0;
    font-size: 23px;
    color: #ffca00;
}
.dedicated-serverspage .topslft h2 {    color: #ffca00;}

.phonebx{
    font-size: 29px;
    font-weight: 500;
}
.phonebx a{
    color: var(--darkorang);
    text-decoration: none;
}

.subhed {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

/***************laravel-server-india****page***************/

.plan-maoxe .subhed {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 0 0;
	    color: var(--darkorang);
}

.plan-maoxe {
    margin: 50px 0 0;
}

.plan-maoxe .subhed {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 0 0;
}
.prixes {
    margin: 20px 0;
}

.prics {
    display: inline-block;
    width: 30%;
    background: #f3f3f3;
    padding: 24px;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 1%;
}
.headixe {
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
    color: var(--darkorang);
    display: block;
    margin: 0;
}
.curpr {
    display: block;
    text-decoration: line-through;
    font-size: 20px;
    margin: 5px 0;
}

.rodew {
    font-size: 28px;
}
.rodew strong{
    color: var(--darkorang);
    font-size: 38px;
}
.savexo {
    color: var(--darkorang);
    display: block;
    margin: 0 0 9px 0;
}

.prics .form-select {
    margin: 20px 0 10px;
}

.uboxe {
    font-size: 19px;
    margin: 15px 0;
}

.uboxe li {
    position: relative;
    margin: 4px auto;
    padding: 0 0 0 30px;
    text-align: left;
}
.uboxe li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--darkorang);
    line-height: 1;
    position: absolute;
    left: 0;
    font-weight: 900;
    top: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--whitecolor);
    background-color: var(--darkorang);
	
}

.tabodw  .nav.nav-pills{
    margin: 0 auto;
    width: 100%;
}

.tabodw  .nav.nav-pills .nav-item {width: 33.3%;}
.nav-pills .nav-link {
    border-radius: 0;
    font-size: 21px;
    margin: 20px 0;
	 color: var(--whitecolor);
    background-color: var(--bgblack);
	width: 100%;
	border-right: solid 1px #ccc;
}

.tabodw {
    border-radius: 6px;
}
.tabodw .palboxes .plbox{
    display: inline-block;
    width: 31%;
    margin: 1%;
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 19px;
}

.phde{
    font-size: 28px;
    font-weight: 800;
    line-height: 33px;
    color: var(--darkorang);
    display: block;
    margin: 0;
}
.save {
    color: var(--darkorang);
    display: block;
    margin: 0 0 9px 0;
}

.price-r {
    font-size: 26px;
}

.price-r i {
    color: var(--darkorang);
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
}

.sesex {
    margin: 9px 0;
}

.plbox .form-select {
    margin: 1px auto 14px;
}
.threebox {margin: 50px 0 0 0;}

.threebox .onew {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 18px 0;
    border-bottom: solid 3px #ccc;
    margin: 1% 2%;
    min-height: 390px;
    text-align: left;
}
.threebox .conide strong {
    display: block;
    margin: 20px 0 6px;
}




/***************Hosting page***************/
.services.hositng {margin: 70px 0;}
.buttondur.buttons {
    display: block;
    clear: both;
    margin: 4% 0 0 17%;
}

/***************buy-g-suite-india****page***************/

/***************buy-g-suite-india****page***************/

/***************buy-g-suite-india****page***************/

/***************buy-g-suite-india****page***************/

/***************buy-g-suite-india****page***************/

















