html{
    scroll-behavior: smooth;
}
body{
text-align: justify;
font-family: 'Anton', sans-serif;
font-family: 'Hurricane', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Rubik Wet Paint', cursive;
font-family: 'Ubuntu', sans-serif;
}
.hostingpage-bg{
	width: 100%;
	height: auto;
}
#hbg1{
	background-color: #f0ede9;
	background-image: url('../assets/img/hosting-img/bg1.png');
	background-size: cover;
	width: 100%;
	height: 100%;
}
#mt-4{
	
	background-color: rgba(51, 82, 80, .10);
	border-radius: 10px;
}
#mt-4 p{
	font-size: 16px;
}
#mt-4 ul{
margin-left: -15px;
}
#mt-4 li{
	margin-left: -10px;
	font-size: 18px;
	
}
li {
font-size: 18px;
border-right: 5px solid rgba(26, 26, 28, .0);
}
li:last-child {
border-right: none;
}
#menuright li{
    width: 100px;
    height: auto;
    margin: 5px;
}
#menuleft p{
    font-size: 13px;
    text-align: justify;
}
.learnmore{
font-size: 18px;
text-align: center;
text-decoration: none;
display: inline-table;
}
.learnmore:hover{
text-decoration: none;
}
#slid ol li{
width: 0px;
height: 0px;
}
/* homepage price list*/

.demo{ margin-top: 2%; }

.pricingTable{
    background: #2b29c2;
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 15px;
    position: relative;
    border-radius: 5px;
}

.pricingTable:after{
    content: "";
    background: linear-gradient(45deg,#61D0EB,#C882FC);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left:0;
}
.pricingTable:hover{
    background-color: rgba(43, 41, 194, .95);
}

.pricingTable .pricingTable-header{ padding: 20px 10px; }

.pricingTable .title{
    color: #1b2228;
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}

.pricingTable .content-list{
    background: linear-gradient(45deg,#61D0EB,#C882FC);
    padding: 25px 25px 50px;
    margin: 0;
    list-style: none;
}

.pricingTable .content-list li{
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    padding: 0 5px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #fff;
}

.pricingTable .content-list li:last-child{ margin-bottom: 0; }

.pricingTable .pricingTable-signup a{
    color: #1b2228;
    background: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 25px;
    margin: 0 0 0;
    border-radius: 15px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    display: inline-block;
    transform: translateY(-25px);
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover{
    color: #fff;
    background: #1b2228;
}

.pricingTable .price-value{
    color: #1b2228;
    margin: 0 0 25px;
}

.pricingTable .price-value .amount{
    font-size: 53px;
    font-weight: 800;
    line-height: 53px;
    display: block;
    margin: 0 0 5px;
}

.pricingTable .price-value .duration{
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
    display: block;
}

.pricingTable.orange:after{ background: linear-gradient(45deg,#FFBE84,#FD8D79); }
.pricingTable.orange .content-list{ background: linear-gradient(45deg,#FFBE84,#FD8D79); }

.pricingTable.pink:after{ background: linear-gradient(45deg,#EDB2C6,#F05786); }
.pricingTable.pink .content-list{ background: linear-gradient(45deg,#EDB2C6,#F05786); }

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 576px){
    .pricingTable{ margin: 0 0 30px; }
}
/*pricelist end*/

/*choose option start*/
#futurehome{
	background-color: #f0ede9;
}

#futurehome h3{
font-size: 18px;
}
#futurehome p{
font-size: 16px;
}
.bg-gry{
margin: 0;
padding: 0;
background-color: #d1cfcb;
}
.bg-gry svg{
width: 20px;
height: 20px;
}
.bg-gry img{
border-radius: 30px;
width: 550px;
height: 550px;
}
.bg-gry p{
font-size: 16px;
}
/*counter start*/
#apps li{
font-size: 15px;
}
#apps p{
    font-size: 16px;
}
#apps h4{
    font-size: 14px;
}

/*faq start*/
#fq{
background-color: #D9D9DA;
}
a:hover,a:focus{
text-decoration: none;
outline: none;
}
#accordion .card{
border: none;
box-shadow: none;
border-radius: 0;
margin-top: 10px;
margin-bottom: 10px;
}
#accordion .card-header{
padding: 0;
background-color: #fff;
}
#accordion .card-title button{
display: block;
font-size: 16px;
font-weight: bold;
line-height: 24px;
text-align: left;
color: #fff;
padding: 15px 20px 15px 47px;
position: relative;
transition: all 0.5s ease 0s;
text-decoration: none;
}
#accordion .card-title a.collapsed{
background: #fff;
border-color: #ddd;
color: #888;
}
#accordion .card-title button:before,
#accordion .card-title button.collapsed:before{
content: "\f106";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
position: absolute;
top: 30%;
left: 20px;
transition: all 0.3s ease 0s;
color: #000;
}
#accordion .card-title button.collapsed:before{
content: "\f107";
}
#accordion .card-body{
font-size: 16px;
color: #888;
line-height: 25px;
border-top: none;
padding: 14px 20px;
}


/*footer*/
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

#footer-copyright p{
    font-size: 13px;
}

* html #tpfanbox{position:absolute}
#tpfanbox{display:block;top:0px;left:0px;width:100%;height:auto;margin:0;overflow-y:auto; z-index:9999}
#tpfanboxx{background-color: rgba(0, 0, 0, .0);overflow:none}
.tpfanboxx{width:250px;height:70px;position:fixed;top:100%;left:98%;margin-top:-90px; margin-left: -180px;padding:0px;z-index:9999}
.tptitle{background:#3B5999;color:#fff;font-size:16px !important;font-weight:bold;margin:5px 0;border-left:20px solid #6D85B5;padding:10px;line-height:25px;font-family:Arial !important; float:left;z-index:9999}