@font-face
{
	font-family: 'Poppins-Regular';
	src:url(../font/Poppins-Regular.ttf);
}
@font-face
{
	font-family: 'Poppins-SemiBold';
	src:url(../font/Poppins-SemiBold.ttf);
}
@font-face
{
	font-family: 'Poppins-Bold';
	src:url(../font/Poppins-Bold.ttf);
}
@font-face
{
	font-family: 'Poppins-Medium';
	src:url(../font/Poppins-Medium.ttf);
}
a:hover
{
	text-decoration: none;
}
li
{
	list-style: none;
}
ul
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 0;
	font-family: 'Poppins-Medium';
}
h1 , h2 , h3 , h4 , h5 , h6
{
	margin: 0;
	font-family: 'Poppins-Bold';
}
h1 , h2
{
	font-family: 'Poppins-Bold';
}
button:focus
{
	outline: none;
}
select:focus
{
	outline: none;
}
input:focus
{
	outline: none;
}
textarea:focus
{
	outline: none;
}
.title-block
{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


@keyframes roll {
  0% {left: 30%;}
  100% {left: 70%;}
}
.service-block .title-border , .brand-logo .title-border
{
    background-color: #ff8d00;
}
.service-block .title-border:before , .brand-logo .title-border:before
{
	background-color: #fff;
}
/*-------------------header--------------------------*/

.container
{
	max-width: 1600px !important;
}

.header .nav-pills .nav-link, .header .nav-item .c-location
{
	border: 1px solid #ddd;
}
.gpu-banner{

   background-image: url(../image/GPU-Header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 121px 0;
}


.banner-text h2 {
    color: #fff;
    margin-bottom: 19px;
    font-size: 43px;
}

.banner-text p {
    color: #fff;
    margin-bottom: 43px;
    font-size: 21px;
    text-align: justify;
}


.banner-text a {
    background: linear-gradient(#ce9e28, #ffff00);
    padding: 18px 73px;
    margin-top: 21px;
    /* display: inline-block; */
    color: #000;
    font-size: 21px;
    border-radius: 5px;
    font-weight: 900;
    font-family: 'Poppins-Medium';

}


.banner-text h2 {
    color: #fff;
    margin-bottom: 19px;
    font-size: 40px;
    background: linear-gradient(to right, #fccb02, #fcf4c7, #d1a425, #eedd44);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	text-shadow: 2px 4px #ffffff1c
}


.banner-text {
    padding: 89px 0;
}


.starting-plan {
    display: flex;
}


.plan_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 21px;
    display: flex;
    width: calc(20% - 8px);
    align-items: center;
    margin: 0 7.5px;
    box-shadow: 0 3px 40px 0rgba(0,0,0,.1);
    transform: translateY(0);
    transition: .3s;
    cursor: pointer;
	border: 1px dashed #009dfc78;
	margin-top: -59px;
}

p.plan_content {
    text-align: center;
}

section.blog {
    background: linear-gradient(#212121,#010102);
	    padding: 16px 6px;
}



section.dep-ot {
    padding: 60px 0;
    background-image: linear-gradient(#0a0a0afa,rgb(0 0 0)),url(../image/cxxxczx.gif);
    /* height: 66%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2.heading-h {
    text-align: center;
    color: #fff;
    padding: 35px;
}

h2.heading-h:before {
    width: 41px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -20px;
    background-color: #c89a10;
}
h2.heading-h:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 24px;
    left: 50%;
    margin-left: -87px;
    background-color: #c89a10;
}

.d-icon {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 4px;
}

.d-icon img {
    width: 50%;
}

section.gpu-navi {
    padding: 50px 0 60px;
    background: #121212;
}
.gpu-navi h2 {
    color: #fff;
    text-align: center;
    padding: 32px 0;
    margin-bottom: 26px;
}

.gpu-navi h2:before {
    width: 41px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -20px;
    background-color: #0072ff;
}

.gpu-navi h2:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 20px;
    left: 50%;
    margin-left: -87px;
    background-color: #0072ff;
}

.product-img {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    background: #ffc107;
    flex-direction: column;
    padding: 26px;
    border-radius: 2px 20px;
}


.product-img img {
    width: 100%;
    border: 1px #6f6f6f dashed;
    border-radius: 5px;
    box-shadow: 0px 0px 24px #fffbfb70;
}

.product-img:before {
    content: "";
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    border-color: #fefefe;
    border-style: solid;
}
.product-img:before {
    border-width: 5px 0 0 5px;
    top: -1px;
    left: 14px;
}

.product-img:after {
    content: "";
    display: block;
    position: absolute;
    height: 23px;
    width: 23px;
    border-color: #ffffff;
    border-style: solid;
}
.product-img:after {
    border-width: 0 5px 5px 0;
    bottom: -1px;
    right: 14px;
}

.product-img p {
    padding: 21px 0 0;
    font-family: 'Poppins-SemiBold';
    color: black;
}


section.gpu-custom {
    text-align: center;
    padding: 100px 0;
    background: linear-gradient(rgb(36 127 183 / 76%), #62b7e608),url(../image/custom-gup.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.col-space {
    padding: 100px 0px;
}

.gpu-custom h2 {
    padding: 40px 0;
    font-size: 40px;
    font-family: 'Poppins-Bold';
    color: #fff;
}

.gpu-custom a {
    background: #ffc107;
    padding: 15px 35px;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    border-radius: 6px;
}
.dedicated_gpu {
    background: url(../image/gpu-back-bg.png)no-repeat fixed 50% 50%;
    background-size: cover;
    padding: 50px 0;
}

.dedicated_gpu h2 {
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.dedicated_gpu h2:before {
    content: "";
    background: #c89a10;
    width: 41px;
    height: 10px;
    position: absolute;
    text-align: center;
    bottom: 36px;
    left: 777px;
}

.dedicated_gpu h2:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -87px;
    background-color: #c89a10;
}

.pro-box {
    display: flex;
    /* text-align: center; */
    /* justify-content: center; */
    align-items: center;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 23px 14px 23px 15px;
    border-radius: 5px;
}

.pro-box:before {
    background: #e2e2e2;
    height: 31px;
    width: 37px;
    content: "";
    bottom: 30px;
    position: absolute;
    right: 15px;
    border-radius: 31px 1px 3px;
}

.pro-box img {
    width: 28%;
    padding: 10px;
    /* background: white; */
    margin-right: 10px;
    border: 1px #cececec7 dashed;
    border-radius: 48px;
    box-shadow: 0px 0px 10px #1d181821;
}

.pro-box p {
    color: #000;
}

section.gpu-app {
    background: black;
    padding: 80px 0;
}

.gpu-app h2 {
    text-align: center;
    color: #fff;
    padding: 28px 0 46px;
}

.multiple {
    text-align: center;
    display: flex;
    justify-content: center;
    background: #ffc107;
    margin-bottom: 30px;
    padding: 25px;
    color: #000;
    border-bottom: 3px #fff solid;
}

.multiple p {
    color: #141313;
    font-size: 18px;
    font-family: 'Poppins-Bold';
}






section.key-feature {
    padding: 50px 0;
    background: #000000;
    background: linear-gradient(rgb(0 0 0 / 97%), rgb(26 26 26 / 89%)), 
}


.key-feature h2 {
    text-align: center;
    font-size: 37px;
    font-family: 'Poppins-Bold';
}

.cards .card:hover   {
    box-shadow: -6px 5px 0px #c9ab44;
}

.cards .card:hover .user-picture img   {
   background: #fff !important;
}


.cards .card {
   border-radius: 30px 27px 0px;
    min-height: 100%;
    background: black;
    border: 2px solid #252525 !important;
}

.cards .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

.cards .card .user-picture img {
   position: absolute;
    top: -32%;
    right: 10%;
    background: #fefeff4a!important;
    padding: 11px;
}

.cards .card .user-content .user-name {
    margin-right: 150px;
    color: #009dfc;
    margin-bottom: 16px;
}

.display-3 {
    font-size: 37px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Poppins-bold';
    margin-bottom: 50px;
    color: white;
}

.display-3:before {
    width: 41px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin-left: -20px;
    background-color: #c89a10;
}

.display-3:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 24px;
    left: 50%;
    margin-left: -87px;
    background-color: #c89a10;
}

.text-muted {
    color: #ffffff!important;
    font-size: 15px;
    font-family: 'Poppins-regular';
    /* font-weight: 300 !important; */
    text-align: justify;
}


.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 10px;
    height: 2px;
    background-color: #ff9600;
}

.sec-title .separator span {
    position: absolute;
    left: 50%;
    top: -2px;
    width: 10px;
    height: 5px;
    margin-left: -5px;
    display: inline-block;
    background-color: #bd0000;
}

.sec-title .separator:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 10px;
    height: 2px;
    background-color: #ff9600;
}






.gpu-parallax {
    background: linear-gradient(rgb(14 14 14), rgba(0, 0, 0, 0.1)), url(../image/xczcz.png) fixed center center;
    background-size: cover;
    padding: 90px 0;
    background-position: 50% 50%;
}


.asdxz h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 0px 0 69px;
    line-height: 56px;
    text-shadow: 0px 5px 5px #8d8d8d5c;
}

p.as-content {
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    text-align: justify;
    background: #0c0c0c;
    margin-bottom: 16px;
    border: 1px solid #ffffff3d;
    border-radius: 10px;
    padding: 3px;
    border-left: 4px solid #009dfc;
    border-right: 4px #009dfc solid;
}

p.as-content:hover {
    border-left: 4px solid #c89a10;
    border-right: 4px solid #c89a10;
    cursor: pointer;

}

p.as-content span {
    padding: 4px;
}

p.as-content .fa-arrow-right {
    margin-left: 12px;
    color: #d0a201;
    font-size: 19px;
    font-weight: normal;
}


p.as-content .fa-arrow-right:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #c89a10;
    border-radius: 50%;
    top: 19px;
    left: 28px;
    border: 2px solid #fff;
    padding: 6px;
}

.asdxz h2:before {
    width: 41px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -20px;
    background-color: #c89a10;
}


.asdxz h2:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -87px;
    background-color: #c89a10;
}
.asdxz h2 span {
    margin-bottom: 22px;
    color: #009dfc;
}


section.gpu-sec-three {
        background: #c89a10;
    padding: 80px 0;
    background: linear-gradient(rgb(0 157 252 / 46%), rgba(0, 0, 0, 0.1)), url(../image/gpu-2.png) fixed center center;
    background-size: cover;
    padding: 90px 0;
    background-position: 50% 50%;
}

.why-choose {
    text-align: center;
    margin-bottom: 40px;
}


.why-choose h2 {
   color: #fff;
    font-size: 42px;
    margin-bottom: 6px;
    text-shadow: 1px 5px #00000057;
}

.why-choose p {
    color: #fff;
    font-size: 18px;
}

.timel_ine .user_picture {
    right: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: -35px;
    /* width: 133px; */
    background: #c89a1047;
    padding: 6px;
    border-radius: 48px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}

.why-choose p:before {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: #none;
    width: 92px;
    top: 68px;
    margin-left: -104px;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}


.why-choose p:after {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: none;
    width: 92px;
    top: 71px;
    margin-left: 7px;
    z-index: 1;
    position: absolute;
}

h2.plan-block-title {
    color: #fff;
    margin-bottom: 21px;
}

h2.plan-block-title:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -87px;
    background-color: #009dfc;
}

h2.plan-block-title:before {
    width: 41px;
    height: 10px;
    display: block;
    content: "";
    position: relative;
    bottom: -70px;
    left: 213px;
    background-color: #009dfc;
    right: 0;
    overflow: hidden;
}

.faq-section {
    padding: 80px 0;
    background: #000;
}
.main-faq-block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faq
{
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin: 0 10px;
    margin-top: 50px;
    width: calc(40% - 20px);
    height: 100%;
}
.faq .card
{
    border: none;
    background: none;
    border: 1px dashed #cee1f873;
    margin-bottom: 12px;
}
.faq .card .card-header
{
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header .faq-title
{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins-SemiBold';
    background: none;
}
.faq .card .card-header .faq-title .badge
{
   display: inline-block;
    width: 23px;
    height: 21px;
    line-height: 15px;
    float: left;
    border-radius: 3px;
    text-align: center;
    background: #ffd400;
    color: #000000;
    font-size: 14px;
    margin-right: 20px;
    font-family: 'Poppins-Medium';
    font-weight: normal!important;
}
.faq .card .card-body
{
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    line-height: 28px;
    border-top: 1px solid #F3F8FF;
    border: 1px solid #ddd;
    background: #c89a10;
}
.faq .card .card-body p
{
    margin-bottom: 14px;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: flex-start;

}
.faq .card .card-body p span:nth-child(1)
{
    margin-right: 5px;
}








::selection{
  color: #fff;
  background: #ff7979;
}
.wrapper{
  max-width: 1170px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: #ffffffd4;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #d6dfe5;
  top: 28px;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}

.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}

.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}

.row-1 section .icon{
  top: 15px;
  right: -60px;
}

.row-2 section .icon{
  top: 15px;
  left: -60px;
}

.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row section .details .title{
  font-size: 22px;
    /* font-weight: bolder; */
    font-family: 'Poppins-SemiBold';
    color: #2da1ea;
}

.row section p{
  margin: 10px 0 17px 0;
}


@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}

/*------------------end-footer-------------------*/


/*--------------------media-query--------------------*/

@media (min-width: 1600px)
{
	.container
	{
		max-width: 1600px !important;
	}
	.submenu-block
	{
		width: 1560px;
	}
}
@media (max-width: 1599px) and (min-width: 1200px)
{
	.container
	{
		max-width: 95%;
	}
}
@media (max-width: 1493px) and (min-width: 1200px)
{
	.plan-box
	{
		width: calc(33.33% - 30px);
	}
	.plan-box:nth-child(2):before
	{
		padding: 5px;
    	font-size: 13px;
	}
	.sb-box
	{
	    width: calc(33.33% - 20px);
	}
	.menu-list
	{
		width: 57%;
	}
	.menu-name
	{
	    padding: 32px 15px;
	}
	.logo-block
	{
		width: 20%;
	}
	.hostbillo-logo
	{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.container
	{
		max-width: 95%;
	}
	.menu-name
	{
		padding: 32px 17px;
	}
	.menu-list
	{
		width: 72%;
	}
	.logo-block
	{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.submenu
	{
		top: 154px;
	}
	/*--------------------end-head-------------------*/
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: calc(50% - 30px);
	}
	.plan-box:nth-child(3)
	{
		margin-top: 30px;
	}
	.plan-back
	{
		display: none;
	}
	.slider
	{
		padding-bottom: 200px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 50%;
		margin-top: 50px;
	}
	.what-is-ls
	{
		flex-direction: column;
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(33.33% - 20px);
	}
	.faq
	{
    	width: calc(50% - 20px);
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 200px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 50%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: calc(50% - 30px);
	}
	.plan-box:nth-child(3)
	{
		margin-top: 30px;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
	.wrh-sb-list .sb-box
	{
    	width: 400px;
	}
	.main-sb-list
	{
		overflow:auto;
	}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	33.33%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) and (min-width: 568px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 75%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
	}
	.sb-box
	{
	    width: calc(50% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.sorting-by-blcok .selectdiv select
	{
		width:300px;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
	.wrh-sb-list .sb-box
	{
    	width: 400px;
	}
	.main-sb-list
	{
		overflow:auto;
	}


.main-sfl-box {
    width: 530px;
}

.main-sb-list .main-sfl-block
{

    flex-wrap: unset;
    width: fit-content;
}


.main-sb-list .wt-list-block {
    flex-wrap: unset;
    width: fit-content;
}

.wt-box{

	width: 240px;
}

	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 567px) and (min-width: 508px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 79%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(50% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(50% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.sorting-by-blcok .selectdiv select
	{
		width:300px;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
	.wrh-sb-list .sb-box
	{
    	width: 400px;
	}
	.main-sb-list
	{
		overflow:auto;
	}

		.main-sb-list .main-sfl-block
	{
    flex-wrap: unset;
    width: fit-content;
	}

.main-sb-list .wt-list-block 
{
    flex-wrap: unset;
    width: fit-content;
}

.wt-box
{
	width: 240px;
}

.main-sfl-box 
{
    width: 530px;
}

.t-price-filter{

	display: block;
}

.text-location h4:before{
	content: "";
    display: inline-block;
    margin: 0px 12px 16px 9px;
    border: 5px solid #02253f;
}

.text-location h4
{
	display: flex;
 	margin-right: 0px;
}

.text-location
{ 
	display: block; 
}




	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 507px) and (min-width: 483px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 90%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.sorting-by-blcok .selectdiv select
	{
		width:300px;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
	.wrh-sb-list .sb-box
	{
    	width: 400px;
	}
	.main-sb-list
	{
		overflow:auto;
	}


	.main-sb-list .main-sfl-block
	{
    flex-wrap: unset;
    width: fit-content;
	}

.main-sb-list .wt-list-block 
{
    flex-wrap: unset;
    width: fit-content;
}

.wt-box
{
	width: 240px;
}

.main-sfl-box 
{
    width: 530px;
}

.t-price-filter{

	display: block;
}

.text-location h4:before{
	content: "";
    display: inline-block;
    margin: 0px 12px 16px 9px;
    border: 5px solid #02253f;
}

.text-location h4
{
	display: flex;
 	margin-right: 0px;
}

.text-location
{ 
	display: block; 
}

.tally 
{
    padding: 40px 0px;
}

.deploy
{
	width: 350px;
	margin-right: 22px;
}



.sorting-by-blcok 
{
    display: inline-block !important;
}
.sorting-by
{
   margin-left: 7px;
}

	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
	}
	.fbs-right a
	{
		margin-left: 12px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 482px) and (min-width: 448px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 80%;
		margin-top: 50px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 60px);
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:300px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
		.main-sb-list .main-sfl-block
	{
    	flex-wrap: unset;
    	width: fit-content;
	}

	.main-sb-list .wt-list-block 
	{
    	flex-wrap: unset;
    	width: fit-content;
	}

	.wt-box
	{
		width: 240px;
	}

	.main-sfl-box 
	{
    	width: 530px;
	}

	.t-price-filter{

		display: block;
	}

	.text-location h4:before
	{
		content: "";
    	display: inline-block;
    	margin: 0px 12px 16px 9px;
    	border: 5px solid #02253f;
	}

	.text-location h4
	{
		display: flex;
 		margin-right: 0px;
	}

	.text-location
	{ 
		display: block; 
	}

	


.why-choose h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 6px;
    text-shadow: 1px 5px #00000057;
}

.why-choose p:before {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: #none;
    width: 33px;
    top: 52px;
    margin-left: -22px;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.why-choose p:after {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: none;
    width: 33px;
    top: 53px;
    margin-left: -11px;
    z-index: 1;
    position: absolute;
}
.starting-plan {
    display: block;
}

.plan_list {
    padding: 21px;
    display: flex;
    width: calc(100% - 11px);
    align-items: center;
    margin: 0 7.5px;
    transition: .3s;
    margin-top: 29px;
}

.gpu-navi h2 {
    font-size: 26px;
}

.product-img:after {
    border-width: 0 5px 5px 0;
    bottom: 33px;
    right: 14px;
}

.product-img {
    width: 100%;
    margin-bottom: 34px;
}

.plan-heading h2:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 0%;
    margin-left: -87px;
    background-color: #c89a10;
    margin: auto;
    top: 19px;
}

.plan-heading h2:before {
    background: #c89a10;
    height: 10px;
    width: 41px;
    content: "";
    position: absolute;
    margin-left: 235px;
    margin-top: 65px;
    margin: 48px 170px auto;
}
.col-space {
    padding: 0px 0px 30px;
}

.dedicated_gpu h2:before {
    content: "";
    background: #c89a10;
    width: 41px;
    height: 10px;
    position: absolute;
    text-align: center;
    bottom: 36px;
    left: 196px;
}

.dedicated_gpu h2
{
font-size: 25px;
}

section.gpu-app {
    background: black;
    padding: 30px 0;
}

.gpu-app h2 

{ 
  font-size: 28px;
}

.display-3 
{
    margin-bottom: 10px;
}

.display-3:before {

    height: 10px;
    display: block;
    content: "";
    position: absolute;
    top: 109px;
    left: 50%;
    margin-left: -20px;
    background-color: #c89a10;
}


.cards .card {
    border-radius: 30px 27px 0px;
    min-height: 61%;
    background: black;
    border: 2px solid #252525 !important;
    margin-top: 2px;
}

.container {
    max-width: 95% !important;
}
	
.gpu-banner {
    background-image: url(../image/GPU-Header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}
	
.banner-text p {
    color: #fff;
    margin-bottom: 43px;
	font-size: 17px;
	}
	
.asdxz h2 {
    font-size: 26px;
    /* line-height: 56px; */

}
	
.wrapper .row {
    margin: 50px 0 5px 30px;
}
	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 447px)
{
	.container
	{
		max-width: 95%;
	}
	.slider
	{
		padding-bottom: 100px;
	}
	.slider-block
	{
		flex-direction: column;
	}
	.slider-left
	{
		width: calc(100% - 50px);
	}
	.slider-right
	{
		width: 100%;
		margin-top: 50px;
	}
	.slider-btn
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.slider-btn .sign-up-btn
	{
		margin-bottom: 15px;
	}
	.plan-list
	{
		flex-wrap: wrap;
	}
	.plan-box
	{
		width: 100%;
	}
	.plan-back
	{
		display: none;
	}
	.cls-box
	{
	    width: calc(100% - 30px);
	}
	.technical-specs-block
	{
		flex-wrap: wrap;
	}
	.ts-list
	{
		width: calc(100% - 30px);
		margin: 15px 15px;
	}
	.ls-img-block
	{
		display: none;
	}
	.ls-content-block
	{
		width: calc(100% - 15px);
		padding: 20px;
	}
	.sb-box
	{
	    width: calc(100% - 20px);
	}
	.main-faq-block
	{
		flex-direction: column;
	}
	.faq
	{
    	width: calc(100% - 20px);
	}
	.faq:nth-child(2)
	{
		margin-top: 0;
	}
	.pricing
	{
		overflow:auto;
	}
	.what-dvs-right img
	{
		display:none;
	}
	.what-dvs-left
	{
		width:100%;
	}
	.sorting-by-blcok .selectdiv select
	{
		width:300px;
	}
	.rww-box
	{
		flex-wrap:unset;
		width: fit-content;
	}
	.wrh-block .rww-box-img
	{
		width:400px;
	}
	.rww-feature
	{
		overflow:auto;
	}
	.sb-list
	{
		flex-wrap:unset;
		width:fit-content;
	}
	.wrh-sb-list .sb-box
	{
    	width: 400px;
	}
	.main-sb-list
	{
		overflow:auto;
	}

	.main-sb-list .main-sfl-block
	{
    	flex-wrap: unset;
    	width: fit-content;
	}

	.main-sb-list .wt-list-block 
	{
   		 flex-wrap: unset;
    	width: fit-content;
	}

	.wt-box
	{
		width: 240px;
	}

	.main-sfl-box 
	{
    	width: 530px;
	}

	.t-price-filter{

		display: block;
	}

	.text-location h4:before{
		content: "";
    	display: inline-block;
    	margin: 0px 12px 16px 9px;
    	border: 5px solid #02253f;
	}

	.text-location h4
	{
		display: flex;
 		margin-right: 0px;
	}

	.text-location
	{ 
		display: block; 
	}

	.tally 
	{
    	padding: 40px 0px;
	}

	.deploy
	{
		width: 350px;
		margin-right: 22px;
	}
	

.box-area {
    display: none;
}

.os-block {
    flex-wrap: unset;
    width: fit-content;
}

.testim-cover h2 {
    font-size: 37px;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 100%;
    margin: auto;
}

.testim .arrow.left {
    left: 70px;
    display: none;
}

.testim .arrow.right {
    left: 70px;
    display: none;
}

.cont-center h2:before{

    margin-top: 84px;
}

.nav-pills .nav-link{
    padding: 10px 18px;
    margin: 5px;
    font-size: 16px;
}

button.check-server {
    width: 50%;}

    #hero .animated {
    margin-top: 26px;
}
	

	
.why-choose h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 6px;
    text-shadow: 1px 5px #00000057;
}

.why-choose p:before {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: #none;
    width: 33px;
    top: 52px;
    margin-left: -22px;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.why-choose p:after {
    content: " ";
    /* display: block; */
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 5px;
    background-color: none;
    width: 33px;
    top: 53px;
    margin-left: -11px;
    z-index: 1;
    position: absolute;
}
.starting-plan {
    display: block;
}

.plan_list {
    padding: 21px;
    display: flex;
    width: calc(100% - 11px);
    align-items: center;
    margin: 0 7.5px;
    transition: .3s;
    margin-top: 29px;
}

.gpu-navi h2 {
    font-size: 26px;
}

.product-img:after {
    border-width: 0 5px 5px 0;
    bottom: 33px;
    right: 14px;
}

.product-img {
    width: 100%;
    margin-bottom: 34px;
}

.plan-heading h2:after {
    width: 174px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 0%;
    margin-left: -87px;
    background-color: #c89a10;
    margin: auto;
    top: 19px;
}

.plan-heading h2:before {
    background: #c89a10;
    height: 10px;
    width: 41px;
    content: "";
    position: absolute;
    margin-left: 235px;
    margin-top: 65px;
    margin: 48px 170px auto;
}
.col-space {
    padding: 0px 0px 30px;
}

.dedicated_gpu h2:before {
    content: "";
    background: #c89a10;
    width: 41px;
    height: 10px;
    position: absolute;
    text-align: center;
    bottom: 36px;
    left: 196px;
}

.dedicated_gpu h2
{
font-size: 25px;
}

section.gpu-app {
    background: black;
    padding: 30px 0;
}

.gpu-app h2 

{ 
  font-size: 28px;
}

.display-3 
{
    margin-bottom: 97px;
}

.display-3:before {

    height: 10px;
    display: block;
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -20px;
    background-color: #c89a10;
}


.cards .card {
    border-radius: 30px 27px 0px;
    min-height: 61%;
    background: black;
    border: 2px solid #252525 !important;
    margin-top: 37px;
}

.container {
    max-width: 95% !important;
}
	
.gpu-banner {
    background-image: url(../image/GPU-Header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}
	
.banner-text p {
    color: #fff;
    margin-bottom: 43px;
	font-size: 17px;
	}

	/*--------------footer----------------*/

	.footer-block
	{
		flex-wrap: wrap;
	}
	.footer-content
	{
		width: 	50%;
	}
	.footer-block-third
	{
		flex-direction: column;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
	.footer-block-third .fbs-right
	{
		width: 100%;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
		text-align: center!important;
	}
	.fbs-right a
	{
		width: calc(50% - 15px);
		margin-top: 10px;
	}
	.footer-block-second
	{
		justify-content: center;
	}
	.payment-icon
	{
		margin-top: 15px;
		width: 100%;
	}
	.fbs-right
	{
		width: 100%;
		text-align: center;
	}
	.fbs-left
	{
		width: 100%;
		text-align: center;
	}
}