
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;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');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    padding: 0%;
    margin: 0%;
    font-family: 'Montserrat', sans-serif;
}


::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #e8e8e8
}

::-webkit-scrollbar-thumb:hover {
    background: #FF6A34
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(65deg, #ffbd84, #FF6A34);
    background-image: -o-linear-gradient(65deg, #ffbd84, #FF6A34);
    background-image: linear-gradient(65deg, #ffbd84, #FF6A34)
}

#scrolling-wrapper {
    width: auto;
    height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin
}


body,
html {
    margin: 0;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif !important
}

body{
    background-color: #FAF9FF !important;
    font-family: 'Montserrat', sans-serif;
}
nav{
    width: 100%;
    background: #fff;
    position: fixed !important;
    z-index: 5;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
#active{
    color: #3467FF !important;
}
.header{
    background-image: url('../images/bkg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: -webkit-fill-available;
}
button:focus{
    outline: none !important;
}
.bannerHeading1{
    font-size: 24px;
    font-weight: 400;
}
.bannerHeading2{
    font-size: 36px;
    font-weight: 400;
}
.bannerHeading3{
    font-size: 50px;
    font-weight: 600;
}
.latency-header{
    background-image: url('../images/latency-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 510px;
}
.nav-logo{
    margin-left: 100px;
}
.nav-item>a{
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    color: #000 !important;
}
.adjust{
    margin-left: 125px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Quicksand', sans-serif; */
    
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
}
.login{
    background-color: #FF6A34;
    color: white;
    padding: 5px 55px 5px 55px;
    border: none;
    /* margin-left: 25px; */
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}
.login:hover{
    outline: none;
    cursor: pointer;
    background-color: lightsalmon;

}
.bg-home{
    /* margin-top: 220px; */
    margin-left:90px ;
    color: white;
    width: 100%;
    /* height: 5000px; */
    position: relative;
    top:155px;
}
.btn-view{
   background-color: #3467FF;
   color: white; 
   border: none;
   padding: 15px 30px 15px 30px;
   border-radius: 5px;
   cursor: pointer;
}
.btn-view:hover{
    background-color: white;
    color: #3467FF;
    border: none;
}
.btn-Purchase{
    /* border: none; */
    padding: 15px 20px 15px 20px;
    /* background-color: none;  */
    border-color: #FFFFFF;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    /* background-color: none; */
    background: none;
    color:#FFFFFF ;
}
.btn-Purchase:hover{
    background-color: #ddd;
    color: black;
    border: none;
}
.regular-vps{
    width: 60px !important;
    height: 60px !important;
    margin-top: 30px;
    margin-left: 40px;
}
#dataImage{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#dataImage>img {
    width: 88%;
    height: auto;
    margin-left: 25px;
}
.card-title{
    color: black;
    font-weight: 600;
}
.card-text{
    color: black;
    /* font-weight: 100 !important; */
    font-size: 14px;
    
}
.btn-plans{
    background-color: black;
    color: white;
    padding: 10px 90px 10px 90px;
    border-radius: 15px;
    margin-top: 15px;
cursor: pointer;
}
#btn-plans{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.btn-plans:hover{
    background-color: #3467FF;
    outline: none;
    /* color: black; */
    border: none;
    
}
.card{
    width: 22rem;
    margin-top: 343px;
    padding-bottom: 30px;
    /* margin-bottom: 170px; */
    box-shadow: 10px 10px 50px #00000014;
    border: none !important;

}
#card-1{
    /* margin-left:100px !important; */
    border-radius: 40px;
    margin-left: 100px;
}
#card-2{
    margin-left: 40px;
}
#card-3{
    margin-left: -20px;
}
.hero-banner{
    margin-top: 600px;
}
.special-para{
    display: flex;
    flex-direction: row;

}
.btn-Special{
    padding: 25px 35px 25px 35px;
    border-radius: 20px;
    /* margin-right: 10px;  */
    margin-left: 100px;
    cursor: pointer;
    background-color: #3467FF;
    color: white;
    border: none;
}
#btn-Special{
    z-index: 9999;
}
.btn-Special:hover{
    background-color: white;
    color: #3467FF;
    border: none;
}
.medium-card{
    margin-left: 100px;
    margin-right: 80px;
    margin-top: 30px;
}
#btn-Special-para{
    /* margin-left: 30px; */
    background-color: #FFFFFF;
    border-radius: 20px !important;
    padding: 20px 20px 20px 20px !important;
    /* width: 1100px; */
    letter-spacing: 1px;
    margin-left: -98px;
}
#btn-Special-para>p{
    font-size: 15px;
    margin-left: 110px;
}
.mini-card{
    margin-left: 150px;
}  
.table {
    width: 89% !important;
    max-width: 100%;
    margin-left: 79px;
}
 .best-forex-vps{
    background-color: #FFFFFF;
    padding: 20px 45px 20px 45px;
    border-radius: 20px;
    width: 215px;
    box-shadow: 10px 10px 50px #00000014;
 }
 #lowLatency{
    margin-left: -22px;
 }
 #ssdCard{
    margin-left: 17px;
 }
 #dedicated{
    margin-left: 57px;
 }
 #fullyManaged{
    margin-left: 100px;
 }
 #liveSupport{
    margin-left: 146px;
 }
 .mini-card-h1 {
    margin-top: 70px;
    margin-bottom: 30px;
 }
 .mini-card-para{
    margin-bottom: 50px;
 }
 .best-forex-vps>h6{
   font-size: 12px;
   text-align: center;
 }
 .Low-Latency-img{
  height: 70px;
  width: auto;  
  margin-left: 15px;
 } 
 .Low-Latency-para{
    margin-top: 10px;
 }
.ssd-card{
    background-color: #FFFFFF;
    padding: 20px 18px 20px 45px;
    border-radius: 20px;
} 
.ssd-card-img{
    height: 70px;
    width: auto;
    margin-left: 18px 
}
.ssd-card-para{
    margin-left: -16px;
    margin-top: 10px;
}
.DEDICATED{
    background-color: #FFFFFF;
    padding: 20px 15px 20px 20px;
    border-radius: 20px;
}
.DEDICATED-img{
    height: 70px;
    width: auto;
    margin-left: 50px
}
.DEDICATED-para{
    margin-top: 10px;
}
.FULLY{
    background-color: #FFFFFF;
    padding: 20px 15px 20px 20px;
    border-radius: 20px;
}
.FULLY-img{
    height: 70px;
    width: auto;
    margin-left: 50px
}
.FULLY-para{
    margin-top: 10px;
    margin-left: 10px;
}
.LIVE-SUPPORT{
    background-color: #FFFFFF;
    padding: 20px 4px 20px 20px;
    border-radius: 20px;
}
.LIVE-SUPPORT-img{
    height: 70px;
    width: auto;
    margin-left: 40px
}
.LIVE-SUPPORT-para{
    margin-top: 10px;
}
 .trader-choose-h1{
    margin-left: 130px !important; 
 }
 .group-para{
    /* font-size: small; */
    margin-left: 117px;
    margin-top: 45px;
 }
 #cheapVps>p{
    font-size: 14px;
 }
 #border-para{
    border: 1px solid black;
    font-size: smaller;
    /* border-width: 90px; */
    border-radius: 35px;
    /* border-left: 100px; */
    padding-top: 15px;
    /* padding-right: 65px; */
    height: 130px;
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
 }
 #border-para>p{
    font-size: 12px;
 }
.group-img{
  height: 500px;
  width: 700px; 
  border-radius: 80px;
  margin-left: 80px;
 cursor: pointer;
}

.up-time{
    background-color: #FFFFFF;
    padding: 40px 0px 40px 0px;
    border-radius: 40px;
    /* width: 350px; */
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 50px #00000014;
}
.Partial-Money{
    background-color: #FFFFFF;
    padding: 40px 0px 40px 0px;
    border-radius: 40px;
    /* width: 350px; */
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 50px #00000014;
}
.Partial-Money-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
}
.Partial-Money-para{
    margin-left: 30px !important;
    font-size: small !important;
}
.Partial-Money-h6{
    margin-left: 30px !important; 
}
.Customer-Support{
    background-color: #FFFFFF;
    padding: 40px 0px 25px 0px;
    border-radius: 40px; 
    box-shadow: 10px 10px 50px #00000014;
}
.Customer-Support-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
}
.Customer-Support-h6{
    margin-left: 30px !important; 
}
.Customer-Support-para{
    margin-left: 30px !important;
    font-size: small !important;
}
.High-Speed{
    background-color: #FFFFFF;
    padding: 40px 0px 25px 0px;
    border-radius: 40px; 
    box-shadow: 10px 10px 50px #00000014;
}
.Security-Backup{
    background-color: #FFFFFF;
    padding: 40px 0px 25px 0px;
    border-radius: 40px; 
    box-shadow: 10px 10px 50px #00000014;
}
.up-time-img{
    height: 70px;
  width: auto; 
  margin-left: 30px !important;
 
}
.up-time-h6{
    margin-left: 30px !important;   
}
.up-time-para{
    margin-left: 30px !important;
    font-size: small !important;
    /* font-weight: 500 !important; */

}
.upper-footer{
    background-image: url('../images/Group\ 612.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 558px;
}
#container{
    margin-left: 6.5rem;
}
.upper-footer-h3{
    margin-top: 190px !important;
}
.upper-footer-h6{
  line-height: 34px;
}
.support-plartfoam{
    background-color: #FFFFFF;
    width: 180px;
    padding: 10px 0px 10px 0px;
    border-radius: 20px;
}

.support-plartfoam-img{
    display: block;
  margin-left: auto;
  margin-right: auto;
        height: 30px;
        width: auto;
     
}
.Live-Chat{
    background-color: #FFFFFF;
    width: 180px;
    padding: 10px 0px 10px 0px;
    border-radius: 20px;
    margin-left: -4px;
}
.Live-Chat-img{
    height: 30px;
    width: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.Live-Chat-para{
    font-size: small;
    text-align: center;
    justify-content: center;
    align-items: center;
    
}
.support-Ticket{
    background-color: #FFFFFF;
    width: 180px;
    padding: 10px 0px 10px 0px;
    border-radius: 20px; 
    margin-left: -8px;
}
.support-Ticket-img{
    height: 30px;
    width: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.Call-Us{
    background-color: #FFFFFF;
    width: 180px;
    padding: 10px 0px 1px 0px;
    border-radius: 20px;
   margin-left: -12px;
}
.Call-Us-img{
    height: 40px;
    width: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.Call-Us-para{
    font-size: small;
    /* margin-left: 50px;  */
    text-align: center;
}
.email-us{
    background-color: #FFFFFF;
    width: 180px;
    padding: 10px 0px 10px 0px;
    border-radius: 20px;
    margin-left: -17px;
}
.email-us-img{
    height: 32px;
    width: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.email-us-para{
    font-size: small;
    /* margin-left: 50px;  */
    text-align: center;
}
.Support-Platforms-para{
    text-align: center;
    font-size: small;
    /* font-weight: 100 !important; */
}
.footer{
    background-color: #020314;
}
.footer-logo{
    width: 180px;
    height: auto;
}
.phone-icon-main{
    display: flex;
    flex-direction: row;
}
.phone-icon-img{
    width: 14px;
    height: 14px;
}
.email-icon-main{
    display: flex;
    flex-direction: row;  
}
.Icon-email-img{
    width: 18px;
    height: 15px;  
}
.input{
    display: flex;
    flex-direction: row;
}
.email-address{
    width: 200px;
    height: 40px;
    padding-left: 10px;
    border-radius: 10px;
    font-size: small;
    cursor: pointer;
    outline: none;
}
.email-address:hover{
    outline: none;
}
.subscribe{
background-color: #FF6A34;
border: none;
cursor: pointer;
padding: 10px 10px 10px 10px;
border-radius: 5px;
color: white;
font-size: small;
}
.subscribe:hover{
    outline: none;
    background-color: lightsalmon;
}
.fb-icon{
    width: 30px;
    height: auto;
    /* margin-top:20px ; */
}
.twitter-icon{
    width: 30px;
    height: auto; 
}
#footer-1-section{
    margin-left: 110px;
    margin-top: 40px;
}
#footer-2-section{
    margin-left: 190px;
    margin-top: 40px;
}
#footer-3-section{
    margin-left: 50px;
    margin-top: 40px;
}
#footer-4-section{
    margin-left: 50px;
    margin-top: 40px;
}
.footer{
    margin-top: -11px;
}
.upperfooter_image{
    background: url('../images/chat-with-us.svg');
    height: 100vh;
    width: 100%;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.chatimage{
    margin-left: -130px;
    margin-top: 250px;
}
.chatimage1{
    margin-left: 25px;
    margin-top: 250px;
}
#footer-text{
    margin-left: 6.0rem;
}
.footer-img{
    display: flex;
}
.footer-img>img{
    width: auto;
    height: 30px;
    margin-left: 0.3rem;
    
}
#end-footer{
    display: flex;
    flex-direction: row;
}


/* Table CSS */
table {
    border-collapse: collapse;
    border-radius: 2em !important;
    overflow: hidden;
}
thead {
    background-color: #3467FF !important;
    color: #fff !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f1f8 !important;
    color: #9797a0 !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #edecf3 !important;
    color: #9797a0 !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 16px;
}
.table td, .table th {
    font-size: 14px;
}
/* vps-pricing-CSS */
#OPTIMIZED-h1{
    margin-left: 70px;
}
.REGULAR-h1{
    margin-left: 190px;
}
.Lite-btns{
    margin-left: 190px;
}
.REGULAR-hr{
    background-color: #FF6A34;
    width: 200px;
    height: 3px;
    margin-left: -200px;
    margin-top: 95px;
}
.OPTIMIZED-hr{
    background-color: #FF6A34;
    width: 230px;
    height: 3px;
    margin-left: 275px;
    margin-top: -10px;
}
.Business-hr{
    background-color: #FF6A34;
    width: 105px;
    height: 3px;
    margin-left: 270px;
    margin-top: -10px;
}
.Lite-VPS-btn{
    background-color: #FF6A34;
    border: none;
    color: white;
    padding: 15px 60px 15px 60px;
    border-radius: 10px;
    cursor: pointer;
}
.Lite-VPS-btn:hover{
    background-color: #FFFFFF;
    color: black;
}
.Xpress-VPS{
    background-color: #FFFFFF;
    border: none;
    color: black;
    padding: 15px 60px 15px 60px;
    border-radius: 10px;
    cursor: pointer;
}
.Xpress-VPS:hover{
    background-color: #3467FF;
    color: white; 
}
.Dedicated-IP-main{
    background-color: #FFFFFF;
    border: 4px solid #FAF9FF;
    border-radius: 10px;
}
.Dedicated-IP {
    background-color: #EAEFFF;
    padding: 15px 120px 15px 15px;
    border-radius: 10px;
}
.Dedicated-IP:hover{
    text-decoration: none;
    color: #3467FF;
}
.GB-RAM {
    background-color: #EAEFFF;
    padding: 15px 158px 15px 15px;
    border-radius: 10px;
}
.GB-RAM:hover{
    text-decoration: none;
    color: #3467FF;  
}
.Core-CPU {
    background-color: #EAEFFF;
    padding: 15px 150px 15px 15px;
    border-radius: 10px;
}
.Core-CPU:hover{
    text-decoration: none;
    color: #3467FF;  
}
.Disk-Space {
    background-color: #EAEFFF;
    padding: 15px 100px 15px 15px;
    border-radius: 10px;
}
.Disk-Space:hover{
    text-decoration: none;
    color: #3467FF; 
}
.standard-main{
    margin-left: -95px;
}
.standard{
    background-color: #EAEFFF;
    padding: 15px 50px 15px 15px;
    border-radius: 10px;
}
.standard:hover{
    text-decoration: none;
    color: #3467FF; 
}


.Bandwidth{
    background-color: #EAEFFF;
    padding: 15px 165px 15px 15px;
    border-radius: 10px;
}
.Bandwidth:hover{
    text-decoration: none;
    color: #3467FF; 
}
.Trader{
    background-color: #EAEFFF;
    padding: 15px 115px 15px 15px;
    border-radius: 10px;
}
.Trader:hover{
    text-decoration: none;
    color: #3467FF;
}
.Desktop{
    background-color: #EAEFFF;
    padding: 15px 80px 15px 15px;
    border-radius: 10px;
}
.Desktop:hover{
    text-decoration: none;
    color: #3467FF;
}
#Business-h1{
    margin-left: 70px;
    margin-top: 60px;
}
#pricing-table{
margin-top: 40px;
}
.All-VPS-Included{
    background-image: url('../images/All-VPS\ -ncluded.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}
#medium-card{
    margin-top: 90px;
}
#cardMonths{
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
#cardMonths>p{
    color: #fff;
    text-align: center;
}
#cardPrices{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#cardPrices>p{
    color: #fff;
}
.Included-h1{
    margin-top: 60px;
    padding-top: 40px;
    margin-bottom: -51px;
}
.order-main{
    background-color: #FF6A34;
    border-radius: 10px;
    margin-left: -56px;
}
.month{
    background-color: #cc552a;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}
.order-btn {
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #3467FF;
    border: none;
    cursor: pointer;
    padding: 10px 25px;
    font-size: smaller;
    margin-left: 34px;
    outline: none;
}
.order-btn:hover{
    background-color: #3467FF;
    color: #FFFFFf;
}
#month-h4{
    color: white;
}
#Prices-table{
    margin-top: 10px;
}
#medium-card{
    margin-left: 100px;
    margin-right: 80px;
}
.paraMain{
    margin-top: 20px;
    margin-bottom: 1rem;
    margin-left: 55px;
    margin-right: 26px;
    text-align: left;
}
.headingMain{
    margin-left: 55px;
    margin-right: 26px;
    text-align: left;
}
.DDOS{
    background-color: #FFFFFF;
    padding: 60px 15px 35px 0px;
    border-radius: 40px;
    width: 270px;
    justify-content: center;
    align-items: center;
    /* margin-left: 90px; */
}
.DDOS:hover{
    transform: translateY(-5px);
}
.DDOS-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
} 
.DDOS-h6{
    margin-left: 30px !important;  
}
.DDOS-para{
    margin-left: 30px !important;
    font-size: small !important;
}
.MANAGED{
    background-color: #FFFFFF;
    padding: 60px 11px 70px 0px;
    border-radius: 40px;
    width: 270px;
    justify-content: center;
    align-items: center;
}
.MANAGED:hover{
    transform: translateY(-5px);
}
.MANAGED-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
}
.MANAGED-h6{
    margin-left: 30px !important; 
}
.MANAGED-para{
    margin-left: 30px !important;
    font-size: small !important;
}
.TECHNOLOGY{
    background-color: #FFFFFF;
    padding: 60px 11px 55px 0px;
    border-radius: 40px;
    width: 270px;
    justify-content: center;
    align-items: center;
    /* margin-left: -90px; */
}
.TECHNOLOGY:hover{
    transform: translateY(-5px);
}
.TECHNOLOGY-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
}
.TECHNOLOGY-h6{
    margin-left: 30px !important
}
.TECHNOLOGY-para{
    margin-left: 30px !important;
    font-size: small !important;
}
.ADMIN{
    background-color: #FFFFFF;
    padding: 60px 11px 95px 0px;
    border-radius: 40px;
    width: 270px;
    justify-content: center;
    align-items: center;
    /* margin-left: -180px; */
}
.ADMIN:hover{
    transform: translateY(-5px);
}
.ADMIN-img{
    height: 70px;
    width: auto; 
    margin-left: 30px !important;
}
.ADMIN-h6{
    margin-left: 30px !important
}
.ADMIN-para{
    margin-left: 30px !important;
    font-size: small !important;
}
/* vps-pricing-CSS */
/* daticated */
#table-daticated{
margin-top: 70px;
}
.avalibale{
    /* background-color: #FFFFFF;  */
}
.avalibale-main{
    background-color: #FFFFFF;
    /* margin-left: 40px; */
    padding: 20px 0px 25px 35px;
    box-shadow: 10px 10px 50px #00000014;
    width: 100%;
    height: auto;
}
.operating-hr{
    background-color: #FF6A34;
    width: 600px;
    height: 3px;
    margin-left: 225px;
}
.window{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.ubuntu{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.centos{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.ciritix{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.debain{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.facebook{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.core{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.ware{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.proxmox{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
.solusvm{
    width: 100px;
    height: 100px;
    margin: auto;
    display:block;
}
/* daticated */
/* free-vps */
.free-vps-img {
    height: 372px;
    width: auto;
    margin-left: -7px;
    margin-bottom: 50px;
}
.free-vps-para{
    font-size: 0.8rem;
}
#Procedure-h3{
    margin-left: 185px;
    margin-top: 60px;
}
#Procedure-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 500px;
    margin-left: 250px;
}
#Initially-para{
    font-size: 0.8rem;
}
#After-para{
    font-size: 0.8rem;
}
#compulsory-para{
    font-size: 0.8rem;
}
#continuation-para{
    font-size: 0.8rem;
}
.fbs-img{
    height: 55px;
    width: auto;
}
#Register{
    padding: 7px 40px 7px 40px ;
    background-color: #FF6A34;
    color: white;
    border: none;
    border-radius: 15px;
    outline: none;
}
#Register:hover{
    cursor: pointer;
    background-color:white;
    color:#FF6A34 ;
    outline: none;
}
#Preferred-Broker-h3{
    text-align: center;
    margin-top: 90px;
}
#Preferred-Broker-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 330px;
    margin-left: 580px;
}
#Suitable-h3{
    text-align: center;
    margin-top: 90px;
}
#Suitable-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 290px;
    margin-left: 600px;
}
#server-plan-h3{
    margin-top: 90px;
    margin-left: 280px;
}
#server-plan-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 300px;
    margin-left: 420px;
}
.server-plan-h6{
    margin-left: -40px;
    margin-top: 180px;
}
#Lightning-para{
    font-size: 0.8rem;
    margin-left: -40px;
}
#Optimized-para{
    font-size: 0.8rem;
    margin-left: -40px;
}
#Responsive-para{
    font-size: 0.8rem; 
    margin-left: -40px;
}
#obligation-para{
    font-size: 0.8rem;
    margin-left: -40px;
}
#Absolutely-para{
    font-size: 0.8rem;
    margin-left: -40px;
}
#insight-para{
    font-size: 0.8rem;
    margin-left: -40px;
}
.server-plan-img{
    height: 400px;
    width: auto;
    margin-top: 90px;
}
#server-plan-top{
    margin-top: 80px;
}
/* free-vps */

/* data-center */
.London-h5{
    text-align: center;
    margin-top: 90px;
}
.London-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 145px;
    margin-left: 620px;
}
.canada-h5{
    text-align: center;
    margin-top: 90px;
}
.canada-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 140px;
    margin-left: 625px;
}
.NY-Datacenter-h5{
    text-align: center;
    margin-top: 90px;
}
.NY-Datacenter-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 110px;
    margin-left: 634px;
}
.Francer-h5{
    text-align: center;
    margin-top: 90px;
}
.Francer-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 140px;
    margin-left: 622px;
}
#ms-img{
    height: 600px;
    width: 1450px;
}
.Our-Partners-h5{
    text-align: center;
    margin-top: 90px;
}
.Our-Partners-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 100px;
    margin-left: 495px;
}
.Partners-img {
    height: 274px;
    width: auto;
    margin-left: -82px;
}
/* data-center */

/* best-forex-vps-start */

.FOREX-VPS-SERVICE-h5{
    text-align: center;
    margin-top: 90px;
}
.FOREX-VPS-SERVICE-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 135px;
    margin-left: 625px;
}
.CHARACTERISTICS-h5{
    text-align: center;
    margin-top: 90px;
}
.CHARACTERISTICS-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 565px;
    margin-left: 334px;
}
.Overview-h5{
    text-align: center;
    margin-top: 90px;
}
.Overview-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 70px;
    margin-left: 665px;
}
.WHITE-LABEL-h5{
    text-align: center;
    margin-top: 90px;
}
.WHITE-LABEL-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 200px;
    margin-left: 630px;
}
.Start-Now-h5{
    text-align: center;
    margin-top: 90px;
}
.Start-Now-hr{
    height: 3px;
    background-color: #FF6A34;
    width: 190px;
    margin-left: 450px;
}
#Register-Now{
    background-color: #3467FF;
    padding: 20px 40px 20px 40px;
    color: white;
    border-radius: 15px;
    outline: none;
    border: none;
    /* margin-left: 450px; */
}
#Register-Now:hover{
    outline: none;
    background-color: #FF6A34;
    color: #fff;
    cursor: pointer;
}
/* best-forex-vps-close */

/* policy-start */
#Package-para{
    font-size: smaller;
}
#Payment-para{
    font-size: smaller;
}
#Account-para{
    font-size: smaller;
}
#Price-para{
    font-size: smaller;
}
#Refunds-para{
    font-size: smaller;
}
#Billing-para{
    font-size: smaller;
}
#Chargebacks-para{
    font-size: smaller;
}
#Cancellation-para{
    font-size: smaller;
}
/* policy-close */

/* contact-start */
#Please-choose-para{
    /* font-size: smaller; */
}
.shopping-card{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    width: 375px;
padding-top: 15px;
padding-bottom: 15px;
}
#shopping-img{
    height: 65px;
    width: 65px;
    margin-left: 40px;
}
#shopping-para{
    margin-top: 10px;
    margin-left: 15px;
}
.siren-card{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    width: 375px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: -80px;
}
#siren-img{
    height: 55px;
    width: 55px;
    margin-left: 40px;
}
#siren-para{
    margin-top: 10px;
    margin-left: 15px;
}

.contact{
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 320px;
    padding-bottom: 40px;
}
.contact-img{
    height:70px ;
    width: 70px;
    margin-top: 50px;
    margin-left: 30px;
}
.contact-h6{
    margin-left: 30px;
}
.contact-para{
    margin-left: 30px;
}
#contact-live-chat-btn{
    background-color: #3467FF;
    border-radius: 13px;
    color: white;
    outline: none;
    padding: 10px 25px 10px 25px;
    border: none;
    margin-left: 30px;
    margin-top: 10px;
}
#contact-live-chat-btn:hover{
    cursor: pointer;
    background-color: white;
    color: #3467FF;
    outline: none;
}
.Frequently{
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 320px;
    padding-bottom: 30px;
}
.Frequently-img{
    height:70px ;
    width: 70px;
    margin-top: 50px;
    margin-left: 30px;
}
.Frequently-h6{
    margin-left: 30px;
}
.Frequently-para{
    margin-left: 30px;
}
#Frequently-btn{
    background-color: #3467FF;
    border-radius: 13px;
    color: white;
    outline: none;
    padding: 10px 25px 10px 25px;
    border: none;
    margin-left: 30px;
    /* margin-top: 10px; */
}
#Frequently-btn:hover{
    cursor: pointer;
    background-color: white;
    color: #3467FF;
    outline: none;
}
.contact-Sales{
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 320px;
    padding-bottom: 30px;
}
.contact-Sales-img{
    height:70px ;
    width: 70px;
    margin-top: 50px;
    margin-left: 30px;
}
.contact-Sales-h6{
    margin-left: 30px;
}
.contact-Sales-para{
    margin-left: 30px;
}
#contact-Sales-btn{
    background-color: #3467FF;
    border-radius: 13px;
    color: white;
    outline: none;
    padding: 10px 25px 10px 25px;
    border: none;
    margin-left: 30px;
}
#contact-Sales-btn:hover{
    cursor: pointer;
    background-color: white;
    color: #3467FF;
    outline: none;
}
.technical-Question-card{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    width: 350px;
padding-top: 15px;
padding-bottom: 15px;
}
#technical-Question-img{
    height: 55px;
    width: 55px;
    margin-left: 40px;
    margin-top: 5px;
}
#technical-Question-para{
    margin-top: 10px;
    margin-left: 15px;
}
.Asked-Questions{
    background-color: #FFFFFF; 
    border-radius: 20px;
    padding-bottom: 50px; 
}
.Asked-Questions-img{
    height: 70px;
    width: 70px;
    margin-top: 50px;
    margin-left: 50px;
}
#Asked-Questions-h5{
margin-left: 50px;
margin-top: 10px;
}
#Asked-Questions-para{
margin-left: 50px;
font-size: 0.9rem;
margin-top: 10px;
}
#call-main{
    display: flex;
    flex-direction: row;
}
#Ticket-btn{
    background-color: #3467FF;
    border-radius: 13px;
    color: white;
    outline: none;
    padding: 12px 40px 12px 40px;
    border: none;
    margin-left: 45px;
}
#Ticket-btn:hover{
    cursor: pointer;
    background-color: white;
    color: #3467FF;
    outline: none;
}
#call-btn{
    background-color: #FF6A34;
    border-radius: 13px;
    color: white;
    outline: none;
    padding: 12px 25px 12px 25px;
    border: none;
    margin-left: 30px;
}
#call-btn:hover{
    cursor: pointer;
    background-color: white;
    color: #FF6A34;
    outline: none;
}
/* contact-close */

/* about-us-start */
#MISSION-h5{
text-align: center;
}
#MISSION-hr{
height: 3px;
width: 50px;
background-color: #FF6A34;
}
#VISION-h5{
    text-align: center;
}
#VISION-hr{
    height: 3px;
    width: 50px;
    background-color: #FF6A34;
}
#fulfill-h5{
    text-align: center;
    margin-top: 75px;
}
#fulfill-hr{
    height: 3px;
    width: 165px;
    background-color: #FF6A34;
}
#Efficient-Forex-Cheap-VPS-team-h5{
    text-align: center;
}
#Efficient-Forex-Cheap-VPS-team-hr{
    height: 3px;
    width: 170px;
    background-color: #FF6A34;
}
/* about-us-close */
@media screen and (max-width: 768px){
.table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
}
}
@media only screen and (min-device-width: 300px) and (max-device-width: 550px){
#test>td {
    font-size: 18px !important;
}
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  
  .table-responsive-stack td,
  .table-responsive-stack th {
     display:block;
  
     -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  }
  
  .table-responsive-stack .table-responsive-stack-thead {
     font-weight: bold;
  }

  #goTop {
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
  }

  .main-table {
    width: 100%;
    max-width: 980px;
    /* change to suit*/
    margin: auto;
    border: 1px solid #eaeaea;
    border-collapse: collapse;
  }
  
  
  @media screen and (max-width: 540px) {
    table.mobile-optimised {
      word-wrap: break-word;
      font-size: 1rem;
      border: none;
    }
    table.mobile-optimised thead {
      display: none;
    }
    table.mobile-optimised td {
      display: flex;
      float: left;
      width: 100%;
      clear: both;
      border: none;
      padding: 10px 5px;
      box-sizing: border-box;
      font-size: 14px;
      border-bottom: 1px solid lightgray;
      align-items: center;
      justify-content: space-between;
  }
    table.mobile-optimised tbody,
    table.mobile-optimised tr {
      display: block;
    }
    .mobile-optimised td:before {
      content: attr(data-th);
      display: block;
      font-weight: bold;
      margin: 0 0 2px;
      /* background: #FF6A34; */
      color: #000;
      padding: 5px;
    }
    .mobile-optimised tbody tr {
      border-bottom: 3px solid #3467ff;
      overflow: hidden;
      padding-right: 5px;
    }
    .item-options,
    .table-heading {
      font-size: 1rem;
    }
    .mobile-optimised .numbers {
      text-align: left;
    }
   table{
      border-radius: 0px !important;
   }
  }
  