@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0;
}
ul{
	padding: 0;
	margin:0;
	list-style: none;
}
a{
    text-decoration: none !important;
    transition: 0.5s;
}
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.ptb-75{
padding: 75px 0 !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
/*Top header Css Starts Here*/
.top-header {
    border-bottom: 1px solid rgba(60,66,79,.1);
}
article.top-header ul li a {
    color: #999;
    padding-right: 25px;
    font-size: 14px;
}

article.top-header ul li a i {
    color: #2f73f6;
    margin-right: 4px;
    font-size: 15px;
}
article.top-header ul li {
    display: inline-block;
    padding: 7px 0;
}
.top-header-two ul li a{
line-height: 48px;
}
.top-header-two ul li{
    padding:0 !important;
}
/*Top header Css Ends Here*/
/*Bottom header Css Starts Here*/
.logo {
    padding: 26px 0 0;
}
.logo img {
    width: 100%;
}
.menu ul {
    margin: 40px auto;
}
.menu ul li a {
    color: #3c424f;
    padding: 0 10px;
    font-weight: 600;
    font-size: 15px;
    text-decoration:none;
}
.menu ul li a:hover {
    color: #2f73f6;
}
.menu ul li {
    display: inline-block;
}
header.fixed-header article.top-header {
    display: block!important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(47 115 246)!important;
    border-bottom: 1px solidrgba(0,0,0,.125);
}

.fixed-header {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    border-bottom:  1px solid #eee;
}
.header-heading h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    text-decoration: none;
    color: #fff;
}
.user-link ul li {
    display: inline-block;
    padding: 10px;
}
.user-link ul li a{
    padding: 10px;
    line-height: 20px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}
.user-link ul li.logout a{
    background: #f4f8ff;
    color: #3c424f;
    box-shadow: 0 0px 25px rgb(0 0 0 / 10%);
    font-size: 13px !important;
    line-height: 2em !important;
    font-weight: 600 !important;
    padding: 15px 20px !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.user-link ul li.logout{
    margin-left: 15px;
    padding-left: 30px;
    border-left: solid 1px #ddd;
}
.bottom-headerOne {
    background: #2f73f6;
    padding: 18px 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.bottom-headerTwo{
     background: #2f73f6;
}
.bottom-headerTwo .menu ul {
    margin: 0;
}
.bottom-headerTwo .menu ul li{ 
    margin: 0;
    padding: 15px;
}

th.blue-bg {
    text-align: center;
}

th.pink-bg {
    text-align: center;
}

th.blue-bg a {
    color: #fff;
}

th.pink-bg a {
    color: #fff;
}

section.table-area {
    padding: 80px 0px;
}

.table-list .table {
    border: 1px solid #ddd;
}

table.table th {
    border: 1px solid #ddd;
}

table.table td {
    border: 1px solid #ddd;
}

.table-list .table {
    border: 1px solid #ddd;
    margin-bottom: 60px;
}

.bottom-headerTwo .menu ul li a {
    color: #ffffff;
    padding:0;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
}
.user-profile a {
    color: #fff !important;
    padding: 15px;
    background-color: #000;
    line-height: 55px;
    font-size: 13px;
}
/*Bottom header Css Ends Here*/
/*Banner Css Starts Here*/
.banner{
    background: url("../img/banner.jpg");
    width:100%;
    height: 567px;
    background-size:cover;
    background-repeat: no-repeat;
     display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.banner-text h1{
    font-size: 60px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    font-weight: 700;
}
.banner-text p{
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    line-height: 30px;
    text-align: center;
    margin-top:15px;
}
.search-bar input[type=text],
.search-bar select{
    font-size: 17px;
    padding: 13px 0;
    border-radius: 0;
    box-shadow: none;
    text-indent: 19px;
    font-weight: 300;
    border: 1px solid #ededed;
    color: rgba(60,66,79,.7);
    height: auto;
    text-transform: unset;
    line-height: normal;
    height: 54px;
}

.search-bar select {
    width: 13%;
    margin:auto;
}
.search-bar input[type=text]{
    width: 70%;

}
.search-bar {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-bar a  {
    border: 1px solid #2f73f6;
    border-radius: 0;
    color: #fff;
    background-color: #2f73f6;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    padding: 18px 35px;
     text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/*Banner Css Ends Here*/
/*Price Css Starts Here*/
.main-heading{
    color: #3c424f;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700; 
   text-align: center;
}
.sub-heading{

    color: #7a7a7a;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
}

.des-heading {
    font-size: 30px;
    color: #3c424f;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    /*margin-top: 235px !important;*/
    margin-bottom: 20px;
}
.price-table ul li{
   font-size: 15px;
   line-height: 26px;
    text-align: center;
    color: #828282;
    padding: 15px;
    transition: 0.5s;
    border-bottom: 1px solid rgba(103, 115, 221, 0.15);
    position: relative;
}
.specification ul li{
   font-size: 15px;
   line-height: 26px;
    text-align: left;
    color: #252525;
    padding: 15px;
    border-bottom: 1px solid rgba(103, 115, 221, 0.15);
}
.price-type {
    
    line-height: 31px !important;
    padding: 10px 50px !important;
    font-weight: 700;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif;
    background: #ff023e;
    color: #fff !important;
}  
.price-amt {
    color: #2f73f6 !important;
    padding-top: 18px !important;
    padding-bottom: 20px !important;
    font-size: 20px !important;
    font-weight: 800;
    color: #6773dd;
    line-height: 1;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
}
.price-amt span {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
    font-weight: 400;
}

li.price-amt.ptb-32 {
    padding: 32px 0 !important;
}

li.ptb-33 {
    padding: 21px 15px !important;
}
.blue-bg{
   background-color:  #2f73f6 !important;
}
.pink-bg{
    background-color: #ff023e !important;
} 
.table-bg{
    background-color: #f9f9f9;
}
.price-table, .specification {
    margin-top: 60px !important;
    padding-bottom:20px;
}
.table-btn a {
    font-weight: 500;
    padding: 15px 30px;
    color: #fff;
    transition: all 250ms ease;
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

h2.main-heading.font-size {
    font-size: 65px !important;
}

.gradient {
    background-image: linear-gradient(45deg, #072b4e, #2452a9) !important;
}

.coming-soon {
    background-color: #00000045;
    padding: 70px 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 0px #ddd;
}

.coming-soon .sub-heading {
    color: #fff !important;
}

.coming-soon .sub-heading a {
    color: #ff023e !important;
}

.coming-soon .main-heading {
        line-height: 60px;
}

.coming-soon .search-bar input[type=text] {
    width: 60%;
}

.table-btn {
    position: absolute;
    bottom: -38px;
    transition: 0.5s;
    left: 12px;
}
.table-btn:hover{
    transform: scale(1.05);
    opacity: .8;

}

li.padding-list {
    padding: 28px 15px !important;
}

.price-table ul li:hover {
	
	color: #fff;
}

.price-table:hover,
.specification li:hover,
.price-table li:hover{
    background:rgb(17 15 17)!important;
    cursor: pointer;
	color: #fff;
}
/*Price Css Ends Here*/
/*Service Css Starts Here*/
.service{
    background-image: url("../img/bg-services.png");
    background-size: cover;
    background-repeat: no-repeat; 
}
.service a{
    text-decoration: none;
}

.list-server {
    padding: 35px 0px;
}

.list-style-none li {
    list-style: none !important;
}

.list-style-none li i {
    color: #ff023e;
}

.server-list li {
    font-size: 14px;
}

.service-box {
    display: flex;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    padding: 40px 40px 30px;
    background-color: #fff;
    align-items: center;
    margin-top: 30px;
}
.service a:hover{
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.icon i {
    color: #fff;
    padding: 10px;
    background-color: #ff023e ;
    font-size: 22px;
    margin-right: 25px;
    margin-top: 5px;
}
.icon-text h4{
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-weight: 300;
    font-size: 22px;
}
/*Service Css Ends Here*/
/*performance Css Starts Here*/
.performance{
    background-color: #f4f8ff;
}
.progress-block{
    padding-top: 30px;
}
.percentage-heading, .percentage{
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 17px;
    color: #3c424f;
}
.progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progress-line {
    height: 5px;
    background-color: #000;
    border-radius: 10px;
}
.progress-line::after {
    position: absolute;
    content: '';
    height: 5px;
}
.lineOne::after{
    background-color: #2f73f6;
    width: 90%;
}
.lineTwo::after{
    background-color: #ff023e;
    width: 60%;
}
.lineThree::after{
    background-color: #2f73f6;
    width: 95%;
}
.lineFour::after{
    background-color: #ff023e;
    width: 75%;
}
.progress-area {
    padding-top: 20px;
}
.progress-img img {
    width: 100%;
    padding-top: 50px;
}
/*Performance Css Ends Here*/
/*Datacenter Css Starts Here*/
.map img{
width: 100%;
}
.map{
    position: relative;

}
.datacenter-point a {
    position: relative;
    padding: 1px 6px;
    font-size: 13px;
    border-radius: 50%;
    background: #ff023e;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%), inset 0 0 0 rgb(255 255 255 / 10%);
    color: #fff;
    display: inline-block;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;

}
.datacenter-point a:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ff023ea6;
  }
  70% {
      -webkit-box-shadow: 0 0 0 3px #ff023ea6;
  }
   50% {
      -webkit-box-shadow: 0 0 0 1px #ff023ea6;
  }
  75% {
     -webkit-box-shadow: 0 0 0 3px #ff023ea6;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #ff023ea6;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 #ff023ea6;
  }
  50% {
      -moz-box-shadow: 0 0 0 1px #ff023ea6;
      box-shadow: 0 0 0 1px #ff023ea6;
  }
  75% {
      -moz-box-shadow: 0 0 0 3px #ff023ea6;
      box-shadow: 0 0 0 3px #ff023ea6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 #ff023ea6;
      box-shadow: 0 0 0 0 #ff023ea6;
  }
}
.point1 {
    position: absolute;
    top: 29%;
    left: 29%;
}
.point2 {
    position: absolute;
    top: 36%;
    left: 32%;
}
.point3 {
    position: absolute;
    top: 41%;
    left: 28%;
}
.point4 {
    position: absolute;
    top: 66%;
    left: 34%;
}
.point5 {
    position: absolute;
    top: 80%;
    left: 36%;
}

.point6 {
    position: absolute;
    top: 52%;
    left: 47%;
}
.point7 {
    position: absolute;
    top: 71%;
    left: 51%;
}
.point8 {
    position: absolute;
    top: 35%;
    left: 54%;
}
.point9 {
    position: absolute;
    top: 44%;
    left: 58%;
}
.point10 {
    position: absolute;
    top: 31%;
    left: 61%;
}
.point11 {
    position: absolute;
    top: 46%;
    left: 64%;
}
.point12 {
    position: absolute;
    bottom: 16%;
    right: 28%;
}
ul.list-mappins li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 600;
    color: #2f73f6;
    line-height: 26px;
   font-family: 'Montserrat', sans-serif;
}
ul.list-mappins li a {
    color: #3c424f;
    font-size: 17px;
    font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
ul.list-mappins {
    text-align: center;
}
.map-list{
    margin-top:40px;
}
/*Datacenter Css Ends Here*/
/*Security Css Starts Here*/
.security {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.security button{
    padding: 14px 20px;
    background-color:  #2f73f6;
    color: #fff;
    margin-top:30px;
    border: none;
}
/*Security Css Ends Here*/
/*Testimonial Css Starts Here*/
.testimonial-area {
    display: flex;
}
.testimonial-block {
    background-color: #F4F8FF;
    margin-left: 10px;
    color: #000;
}
.testi-head h2{
    font-size: 30px;
}
.testi-head p {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    line-height: 26px;
    margin-bottom: 20px;

}
.testi-head span i {
    color: #FFD601;
    font-size: 24px;
    margin-bottom: 15px;
}
.testimonial-block {
    text-align: center;
    padding: 55px;
    transition: 0.5s;
}
.testimonial-block:hover{
    background-color:  #2f73f6;
}
.testimonial-block:hover h2,
.testimonial-block:hover p {
    color: #fff;
}
.testi-content p{
    font-size: 17px;
}
.testi-head span i {
    color: #FFD601;
    font-size: 24px;
    margin-bottom: 15px;
}
.carousel-indicators {
   
    margin-bottom: -50px !important;
}
.carousel-indicators li {
    background-color: #2f73f6;
}
/*Testimonial Css Ends Here*/
.client{
    text-align: center;
}
.client:hover{
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.trust{
    background: url("../img/client-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*Footer Css Starts Here*/
.f-logo {
    width: 250px;
}
.footer-about-us p{
    text-align:justify;
}
.footer-about-us h1{
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 36px;
    color: #2f73f6;
}
.footer-menu h4{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    color: #3c424f;
    position: relative;
}
.footer-menu h4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
     width: 150px; 
     background: #2f73f6;
    height: 3px;
}
footer {
    padding: 90px 0;
    border: 1px solid #c2c2c2;
}
.social-links{
    margin: 34px 0;
}
.social-links li {
    display: inline-block;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    background: #ebeff6;
    margin-right: 10px;
}
.social-links li a{
    color: #3c424f;
    font-size: 17px;
}
.footer-menu li {
    text-align: left;
    padding: 4px 0px;
}
.footer-menu li a{
    margin-left: 0px;
    font-size: 17px;
    line-height: 34px;
    color: #3c424f;
    transition: 0.5s;
}
.footer-menu li a:hover{
    text-decoration: none;
    color: #2f73f6;
}
.footer-menu li a i{
    margin-right: 20px;
}
/*Footer Css Ends Here*/
.btn-hover:hover{
    border-color: #ff023e !important;
    background-color: #ff023e !important;
    text-decoration: none;
    color: #fff;
}
/*Login And Registration Css Starts Here*/
.login-block{
    max-width: 650px;
}
.form{
    padding-right: 29px;
    border-right: 1px solid #ddd;
}
h2.form-heading {
    font-weight: 700 ;
    color: #ff023e ;
    margin-top: 0px;
    padding-top: 0px ;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 36px;
    font-size: 36px;
}

.form-field {
    margin-bottom: 25px;
}
.form-field label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #3c424f;
}

.form-field input[type=text],
.form-field input[type=password],
.form-field input[type=tel], 
.form-field input[type=email],
.form-field select {
    width: 100%;
    outline: 0 !important;
    padding: 6px 12px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #626262;
    font-size: 14px;
}
.form-field input::placeholder{
    color: #626262;
    font-style: italic;
    font-size: 14px;
}
.form-field a {
    padding: 10px 20px;
    border: 2px solid #2f73f6;
    margin-left: 15px;
}
.custom-btn{
    width: inherit !important;
    height: inherit !important;
    background: #2f73f6 !important;
    border: 1px solid #2f73f6!important;
    outline: 0 !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    line-height: 2em !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.custom-outline-btn{
    background: transparent ;
    border: 1px solid #2f73f6 ;
    outline: 0;
    padding: 14px 20px ;
    border-radius: 0px ;
    font-weight: 600;
    color: #2f73f6 ;
    transition: all 250ms ease;
    font-size: 13px ;
    letter-spacing: 0.3px;
    line-height: 2em ;
    text-transform: uppercase;
}

.social-btn, .row-social-btn {
    border: none;
    padding: 0px 44px 0px 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    width: 230px;
}
.row-social-btn{
    font-size: 10px;
    width: 200px;
}
.row-social-links {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 1em 0;
}
.row-social-btn {
    margin-right: 15px;
}
button.social-btn i, .row-social-btn i {
    font-size: 22px;
    padding: 5px;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #c2c2c2;
}
.facebook{
  color: #fff;
  background-color: #3b5998;
}
.google{
    color: #fff;
    background-color: #dd4b39;
}
.twitter{
    color: #fff;
    background-color: #2ba9e1;
}
.form-sidebar .card-header {
    background: #2f73f6!important;
    padding: 15px 20px!important;
}
.btn-link{
    color: #fff;
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    margin:0;
    text-decoration: none !important;
}

.side-text p {
    font-size: 15px !important;
    color: #828282 !important;
}
.links a {
    font-size: 17px ;
    color: #828282 ;
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: #ecf0f1;
    padding: 15px 10px;
    text-decoration: none ;
    display: block;
}
.card-body {
    padding: 0;
}
.side-text {
    padding: 10px;
}
.links a i {
    margin-right: 10px;
}
.links a:hover {
    background-color: #2f73f6;
    color: #fff !important;
}
h4.form-sub-heading {
    font-size: 17px;
    text-align: center;
    position: relative;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}
h4.form-sub-heading::before {
    width: 371px;
    background: #ddd;
    height: 1px;
    position: absolute;
    content: '';
    top: 10px;
    right: 0;
}
h4.form-sub-heading::after {
    width: 370px;
    background: #ddd;
    height: 1px;
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
}
.two::after, .two::before{
    width: 38% !important;
}
.three::after, .three::before{
    width: 41% !important;
}

.registration-block .form-field input[type=text],
.registration-block .form-field input[type=password],
.registration-block .form-field input[type=tel], 
.registration-block .form-field input[type=email],
{
    padding-left: 36px !important;
    position: relative;
}
.form-field i {
    position: absolute;
    top: 35px;
    z-index: 1;
    left: 27px;
    color: #bbb;
}
.icon-height{
    position: relative;
}
.icon-height .form-field i{
    position: absolute;
    top: 9px;
    z-index: 1;
    left: 27px;
}
.registration-block .form{
    padding-right: 0;
    border-right: none;
}
.login p,
.text p{
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-weight: 300;
    color: #828282;
    font-size: 17px;
}

/*Login And Registration Css Ends Here*/
/*Myaccount Css Starts Here*/
.acc-block  {
    padding: 15px 15px 10px 15px;
}
.info p:nth-child(1) {
    font-weight: 500;   
}
.acc-btn a {
    background: #80d99d;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    transition: all 250ms ease;
    display: block;
    border: 0;
    height: 34px;
    line-height: 34px;
    width: 220px !important;
    margin: auto;
}
.acc-btn a i,
.myaccount h3 i{
    margin-right: 5px;
}
.acc-btn a:hover{
    background: #6f83e9;
    text-decoration: none;
}
.acc-btn {
    text-align: center;
    padding: 10px 0;
    border-top:1px solid #eee;
}
.sidebar h3{
    font-size: 20px;
    line-height: 26px;
}
.myaccordion {
    border: 1px solid #2f73f6;
    border-top: inherit;
    border-radius: 3px;
}
.second-accordion{
    margin-top: 20px;
}
.card,
.card-header{
    border-radius: inherit !important;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantity span{
    font-size: 40px;
    line-height: 1;
    color: #058;
}
.quantity i{
font-size: 48px;
    line-height: 1;
    color: #ccc;
}
.block {
    padding: 35px 15px 12px 15px;
    border-right: 1px solid #eee;
    background-color: #f8f8f8;
}
.block h4{
    color: #888!important;
    opacity: 1!important;
    text-align: left;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-area {
    margin-top: 15px;
    padding-left: 15px;
}
.block-one{
    border-bottom: 2px solid #5bc0de;
}
.block-two{
    border-bottom: 2px solid #5cb85c;
}
.block-three{
    border-bottom: 2px solid #d9534f;
}
.block-four{
    border-bottom: 2px solid #f0ad4e;
}
.myaccount .form-field{
    position: relative;
    margin: 1em 0  2em 0 ;
}
.myaccount .form-field i {
    position: absolute;
    left: 21px;
    top: 15px;
    color: #333;
}
.myaccount .form-field input{
    padding-left: 50px !important;
    padding: 10px 16px;
    font-size: 18px;
    height: 45px;
}
.myaccount .form-field input::placeholder{
     font-size: 18px;
}
.note{
    background: #2f73f6;
    margin: 5px 0 20px 0;
    padding: 14px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 5px
}
.note a {
    color: #FFD20A;
}
.space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slot-heading {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
}
.slot-heading i{
    margin-right: 10px
}
.all-info{
    padding: 10px;
    padding-bottom: 40px;
    border:1px solid #ddd;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}
.all-info-header span {
    text-align: end;
    float: right;

}
.all-info-header a i{
    margin-right: 5px;
}
.all-info-header a {
    padding: 5px 10px;
    color: #fff;
    background-color: #f0ad4e;
    line-height: 1.5;
    font-size: 12px;
}
.all-info-header a:hover{
    background-color: #eee !important;
    color: #000;
}
.all-info-header {
    overflow: hidden;
    padding: 10px 15px;
}
.all-info-text{
    padding: 15px 20px 0!important;
}
.all-info-text a,
.footer-para a{
    color: #058;
}
.all-info-header {
    overflow: hidden;
}
.all-info-text a p,
.all-info-text p
{
    color: #828282;
}
.all-info-btn input[type=submit] {
    margin-left: -4px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border: 0;
    height: 34px;
    line-height: 34px;
}
.all-info-input input[type=text] {
    width: 48%;
     height: 34px;
     border:1px solid #eee;
}
.all-info-btn input:nth-child(1){
    background: #ff023e;
}
.all-info-btn input:nth-child(2){
    background: #000;
}
.all-info-input {
    position: relative;

}
.all-info-btn {
    position: absolute;
    top: 14px;
    right: 19px;
}
.sky-blue{
    background-color: #5bc0de !important;
}
.grey{
    background-color: #7f8c8d !important;
}
.ybt{
    border-top: 3px solid #f0ad4e;
}
.sbt{
    border-top: 3px solid #5bc0de;
}
.gbt{
    border-top: 3px solid #2ecc71;
    }
.grbt{
    border-top: 3px solid #7f8c8d;
}
/*Myaccount Css Ends Here*/
/*Checkout Css Starts Here*/
.registration-block .form-field input{
    padding-left:36px; 
}
.four::after, .four::before {
    width: 33% !important;
}
.payment-note {
    background-color: #c5f8c5;
    padding: 10px 0;
    border: 1px solid #eee;
    margin-bottom: 20px;

}
.payement-metthod {
    text-align: center;
    padding: 20px;
}
.payment-note p span {
    font-weight: 800;
    font-size: 16px;
}
.payment-note p {
   color: #095b09;
    text-align: center;
    font-size: 17px;
}
.checkout textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.mail-list  p:nth-child(1) {
    margin-bottom: 10px;
}
.mail-list {
    padding: 20px 10px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
}
.mail-list .toggle {
    margin-top: 20px;
}
.term {
    padding: 10px 0;
}
/*Checkout Css Ends Here*/
/*Listing Css Starts Here*/
.bn-img img {
    width: 100%;
}
.bn-text p {
    margin: 3em 0;
}
.bn-text {
    padding: 40px 0;
}
.bn-text h1 {
    font-weight: 500;
}
/*Listing Css Ends Here*/

.update-block .form{
padding: 20px 0;
padding-right: 29px;
}
.active{
    background: #ff023e !important;
    color: #fff !important;
}
.suggestion p {
    font-size: 15px;
}
.suggestion h4 {
    font-size: 15px;
}
.suggestion {
    width: 391px;
    display: inline-block;
    padding: 20px 30px;
    background-color: #f0f8ff;
    margin-bottom: 2em;
}

.table-bordered td, .table-bordered th {
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
}
.table table td a {
    padding: 5px 16px;
    background-color: #0c2c6a;
    color: #fff;
}
.table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #4f5360;
    margin-top: 20px;
}
.th-left p {
    color: #fff;
    font-size: 13px;
}
.th-right input {
    width: 169px;
    height: 35px;
    margin-right: 30px;
    padding: 10px;
}
.table thead th {
    border-bottom: 5px solid #ff023e;
}
.table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 11px;
    background-color: #eee;
    margin-bottom: 20px; 
}
.tf-left span {
    font-size: 12px;
    cursor: pointer;
}
.tf-right span{
    cursor: pointer;
}
.tf-right span input {
    width: 30px;
    display: inline-block;
    padding: 7px;
    text-align: center;
}
/*About Us Css Starts Here*/
.breadcrumb{
    padding: 25px 0;
}
.left-breadcrumb h2{
    color: #3c424f;
    font-size: 30px;
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 400;
}
.right-breadcrumb ul li {
    display: inline-block;
    line-height: 54px;
}
.right-breadcrumb ul li a{
    color: #828282;
}
.breadcrumb{
   background: #f4f8ff;
   font-size: 16px;
}
.page-heading h4 {
    font-size: 15px;
    margin: 1em 0;
}
.page-heading h2 {
    margin-bottom: 0.5em;
    font-size: 45px;
    color: #2f73f6;
    font-weight: 800;
}
.page-heading h2 span,
.main-heading span b{
 color: #ff023e;    
}
.page-text p {
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.about-bg img{
    width: 100%;
}
.about-bg {
    position: absolute;
    right: 0px;
    top: 171px;
    width: 400px;
    height: 400px;
	    z-index: -1;
}
.about-us-content-area{
    position: relative;
}
.mb-20{
    margin-bottom: 20px;
}
.wcu-box {
    display: flex;
    align-items: center;
}
.number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff023e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    animation: pulse 2s infinite;
}
.wcu-text h4 {
    font-size: 15px;
}
.main-heading span {
    color: #2f73f6;
}
/*About Us Css Ends Here*/

.beforeLogin .menu {
    display: flex;
    justify-content: center;
    background-color: #2f73f6;
    padding: 10px 0;
}
.beforeLogin .logo {
    padding: 0px 0 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beforeLogin .menu ul li a {
    color: #fff;
    padding: 0 6px;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}
.beforeLogin .menu ul {
    margin: 0;
    }
  .beforeLogin .menu ul li a:hover {
    color: #ff023e;
    background: #fff;
    padding: 10px;
}
.footer{
    background-image: url("../img/f-bg.jpg");
    background-size: cover;
    background-position: center;
}

.custom-card-header{
    background-image: url("../img/h1.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 10px !important;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 10px 0 #ddd;
    border: 2px solid #2f73f6;
}
.custom-card-header a {
    font-size: 20px;
    color: #ff023e;
    padding: 0;
}
.custom-card-body {
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background:#fff;
    border: 2px solid #ff023e;
}
.shared-server .card {
    border: none;
   
}
.shared-server {
    position: relative;
}

.faq-img img {
    width: 100%;
}
.faq-img {
    display: inline-block;
    width: 250px;
    position: fixed;
    top: 36%;
    left: 0;
    z-index: -9;
    display:none;
    padding-right: 0px;
}
header.header.beforeLogin {
    background: #fff;
}
.shared-server .card {
    border: none;
    background: inherit;
}
.f-18 p{
    font-size: 18px !important;
}
.form-field{
    position: relative;
}
.form-field i{
    top: 37px;
    left: 15px;
    color: #ff023e8f;
}

.why-choose-us {
    margin-top: 40px;
}

.page-text ul li {
    list-style: square;
    padding: 5px 0;
}

.page-text ul li::marker {
    color: #ff023e;
}

.formContact input {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #fff;
    
    border: 1px solid #ececec;
    transition: all 500ms ease;
    margin-bottom: 25px;
}



.formContact  textarea {
    border: 1px solid #ececec;
    width: 100%;
    height: 150px;
    resize: none;
    padding: 12px 25px;
    color: #848484;
    border-radius: 27.5px;
    margin-bottom: 25px;
}



.col-sm-12.text-left a {
    background-color: #ff023e;
    color: #fff;
    padding: 13px 20px;
    font-size: 20px;
    border-radius: 12px;
}



.formContact h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    color: #ff023e;
}

.contact-detail .title h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #ff023e;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

.contact-detail .contact-info-list li b {
    font-weight: 600;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.contact-detail .contact-info-list li span {
    margin-right: 15px;
    display: inline-block;
    color: #2f73f6;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 18px;
}

.contact-detail .contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

section.contact-area {
    padding: 50px 0px;
}

.formContact {
    box-shadow: 0px 0px 10px 5px #eee;
    padding: 30px;
}


.contact-detail {
    box-shadow: 0px 0px 10px 5px #eee;
    padding: 30px;
}

.email-verification {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    color: #333;
}

 .email-verification i {
    color: #666;
    float: left;
    padding: 2px 10px 0 0;
    font-size: 24px;
}

.email-verification .text {
    display: block;
}

.email-verification .btn {
    margin: 3px 0;
    padding: 3px 10px;
    background-color: #50525f;
    border-color: #50525f;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.header-lined {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 8%);
    background-color: #fff;
    border: 1px solid #ddd;
}

div.header-lined h1 {
    font-size: 24px;
    border-bottom: none;
    margin-bottom: 0;
    font-family: "Poppins",sans-serif;
    margin-top: 0;
    padding: 6px 0;
    font-weight: 600;
    color: #da2b28!important;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.listtable input {
    width: 225px;
}

.listtable {
    display: flex;
    background-color: #2f73f6;
    padding: 10px 0px;
}

.listtable input {
    width: 225px;
    margin-left: 110px;
}

.listtable p {
    color: #fff;
    padding: 0px 15px;
}

.tableServicesList th, td {
    border: none !important;
}

.tableServicesList {
    border: 1px solid #ccc;
}

.tableServicesList td a {
    background-color: #2f73f6;
    color: #ffff;
    padding: 6px 14px;
    border-radius: 6px;
}

.tableServicesList td a:hover {
    background-color: red;
   
}

.next-page {
    padding: 20px 0px;
}

.Service-sidebar .btn-secondary {
    background-color: #2f73f6;
    border: none;
}

.Service-sidebar .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2f73f6;
    border-color: #2f73f6;
}

.Service-sidebar .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2f73f6;
    border-color: #2f73f6;
    padding: 8px 71px;
}

.Service-sidebar .badge {
    width: 24px;
    line-height: 14px;
    height: 20px;
    margin-top: 0;
    background-color: #2f73f6;
    color: #fff;
}

 .dropdown-item {
    width: 210px !important;
}

.Service-sidebar .dropdown-item {
    display: flex;
    justify-content: space-between;
}

.listtable i {
    position: absolute;
    top: 11px;
    right: 20px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
}

table.table.padding th {
    
    font-size: 14px;
    text-align: center;
}

table.table.size th {
    font-size: 13px;
    padding: 6px;
}

.ticket-number {
    color: #2a9fbb;
}

table.table {
    text-align: center;
}

div.product-details div.product-icon {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em;
}

.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: green;
}

div.product-details div.product-icon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-icon.text-center i {
    font-size: 90px;
    background-color: #000;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    color: #fff;
    line-height: 125px;
}

.product-status-icon i {
    background-color: #000;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    text-align: center;
    font-size: 90px;
    line-height: 127px;
    color: #fff;
}

.product-status-icon {
    text-align: center;
}

.product-data {
    text-align: center;
}

.text-heading h3 {
    line-height: 50px;
}

.text-heading h4 {
    line-height: 45px;
}

.product-btn h5 {
    background-color: #73b777;
    padding: 5px 0px;
    color: #fff;
    text-align: center;
}

.product-data {
    text-align: center;
    box-shadow: 0px 0px 5px 0px #ddd;
    padding: 20px 0px;
    border-radius: 10px;
}

.btn-product {
    background-color: #ac2925;
    text-align: center;
    padding: 5px 0px;
    margin-top: 15px;
    border-radius: 6px;
}

.btn-product a {
    color: #fff;
    text-decoration: none;
}

.registration-date h4 {
    text-align: center;
}

.registration-date {
    box-shadow: 0px 0px 6px 0px #ddd;
    padding: 15px 0px;
}


.registration-date h4 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #625757;
}


.padding-50 .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2f73f6;
    border-color: #2f73f6;
    padding: 8px 50px;
}

.Service-sidebar {
    margin-bottom: 30px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tab button.active {
  background-color: #ccc;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.host-list ul li {
    font-size: 18px;
    font-weight: 700;
    color: #d82f41;
}

.host-list ul li span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 30px;
    color: gray;
}
.host-list {
    text-align: center;
}

.product-tab {
    margin-top: 40px;
}

.product-tab .active {
    background: #2f73f6 !important;
    color: #fff !important;
}

.host-btn {
    padding: 35px 0px;
}

.host-btn ul li a {
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    color: #363232;
    border-radius: 6px;
}

.host-btn ul li a:hover {
    background-color: #2f73f6;
    color: #fff;
}

.Plesk-btn {
    padding: 25px 0px;
}


.Plesk-btn a {
    border: 1px solid #8b8383;
    padding: 8px 10px;
    border-radius: 6px;
    color: grey;
}

.circle-box h5 {
    background-color: white;
    width: 100px;
    height: 100px;
    border: 15px solid #dddddd;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin-left: 105px;
}

.Resource-main {
    text-align: center;
}

.Resource-text {
    text-align: center;
    padding: 15px 0px;
}

.circle-box {
    padding: 20px 0px;
}

.Plesk-btn a:hover {
    background-color: #ac2925;
    color: #fff;
}

.cancellation p {
    background-color: #d9edf7;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #bce8f1;
}

.cancellation p span {
    color: #31708f;
    font-weight: 700;
}

.cancellation textarea{ width: 100%;
    height: 100px;
 }

.color-box a {
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
}

.color-box {
    text-align: center;
    margin-top: 30px;
}

a.color-btn {
    background-color: #9f9696;
}

.form-inline.text-center {
    margin-top: 30px;
}

.cancellation label {
    padding: 15px 0px;
}

.default-box p {
    background-color: #2f73f6;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0px;
}

.card-header-211 {
    background-color: #d9edf7 !important;
}

.Support-sec {
    display: flex;
    background-color: #2f73f6;
    padding: 4px;
}

.Support-sec i {
    margin-top: 8px;
    font-size: 32px;
    padding: 0px 10px;
    color: #fff;
}

.Support-sec p {
    color: #fff;
}

.Support-text {
    padding: 20px;
}

.feel-box {
    border: 1px solid #ddd;
}

.Support-text p {
    line-height: 35px;
}

.review-21 {
    text-align: right;
    padding: 18px;
}

.checked {
  color: orange;}

  .feel-box {
    padding: 30px 0px;
}

.ticket-info h6 {
    background: #2f73f6;
    padding: 15px 6px;
    color: #fff;
}

.ticket-info {
    border: 1px solid #ddd;
}

.ticket-info ul li {
    padding: 6px 8px;
}

.ticket-info {
    border: 1px solid #ddd;
    height: 430px;
}


@media (min-width:320px) and (max-width:480px){

h2.form-heading {
    font-weight: 700;
    color: #ff023e;
    margin-top: 45px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 36px;
    font-size: 36px;
}

.beforeLogin .logo {
    padding: 0px 0 0;
    width: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
}