.tra-sub-menu {
    background-color: #253141;
    height: 270px;
    transition: all 0.4s ease;
  }
  
  .tra-sub-menu li {
    padding: 10px 50px 10px 55px;
    list-style: none;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #192637;
    transition: all 0.4s ease;
  }
.partner-cont{
    margin-left: 90px;
    padding-top: 20px;
    margin-right: 90px;
    padding-bottom: 50px;
}
.vps-container{
    background-image: url('../images/vps-bg.svg');
    background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  height: auto !important;
}
.breadcump{
    font-weight: 400;
}
.title{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.para{
    width: 65%;
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
    margin-top: 20px;
}
.para-sec{
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}
.cards-sec{
    margin-top: 30px;
    display: flex;
    gap: 30px;
}
.cards-first-sec{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.main-card{
    text-align: center;
    width: 340px;
    background-color: white;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease-in-out;
}
.main-card:hover{
    background-color: #f1fcff;
    border: 1px solid #00BDFF;
}
.lock-card{
    background-color: #fff8f9;
    border: 1px solid #F72545;
    color: #F72545;
    display: none;
}
.lock-card:hover{
    background-color: #fff8f9;
    border: 1px solid #F72545;
}
.card-red-para{
    padding: 5px 50px;
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #F72545;
    letter-spacing: 0.01em;
  }
.red-intro-icon{
    background-color: #fed5d6;
    display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.red-intro-icon img{
    margin-top: 17px;
  }
.intro-icon{
    background-color: #ccf2ff;
    display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  }
  .intro-icon img{
    margin-top: 17px;
  }
  .card-para{
    padding: 5px 50px;
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
  }
  .btns-sec{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
  }
  .portal-btn{
    background-color: #00BDFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
  }
  .more-btn{
    background-color: #0B121C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
  }

  .cards-sec-sec{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.vps-sec{
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 6px;
padding: 30px;
display: flex;
justify-content: space-between;
padding-bottom: 0px;
}
.vps-para{
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #60708A;
    width: 100%;
}
.vps-opt{
    display: flex;
    gap: 10px;
    align-items: center;
}
.fa-circle-check{
    color: #10B981;
    width: 20px;
    height: 20px;
}
.vps-opt-desc{
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #29384F;
}
.req-vps-btn{
    background-color: #00BDFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
}
.checks-div{
    display: flex;
    gap: 15px;
    align-items: center;
}
.checks-opt{
    display: flex;
    gap: 3px;
    align-items: baseline;
}
.type-select {
    background-color: white !important;
    font-size: 14px !important;
    color: #29384F;
    font-family: 'Aeonik Regular', sans-serif;
    letter-spacing: 0.01em;
    background: url('https://cdn3.iconfinder.com/data/icons/trico-arrows-1/24/ExpandUpDownSmall-512.png') no-repeat right #9CA3AF;
    background-position: 98%;
    border: 1px solid #D1D5DB;
    padding: 13px 17px;
    background-size: 20px;
    border-radius: 6px;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}
.type-select:focus{
    border: 1px solid #00BDFF;
}
.names-fields .input-control{
    width: 100%;
}
.vps-sec #form{
    padding-left: 0px;
}
.vps-sec #form button{
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
}
.trad-cent{
    margin-right: 25px !important;
}
.charti-checkbox{
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}
.charti-checkbox .para{
    margin-top: 0px;
    width: 95%;
}
.check-title{
    font-size: 14px;
    color: #29384F;
    font-family: 'Aeonik Regular', sans-serif;
}
.tool-dld-title{
    font-size: 16px;
    color: #0B121C;
}
.two{
    border: none;
}
input[type=checkbox] {
    accent-color: #01bdff;
    
  }
  .tool-para-sec{
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 20px;
    width: 100%;
  }
  .tool-para-sec .para{
    margin-top: 0px;
  }
  .pla-title{
    font-size: 18px;
    color: #0B121C;
    font-weight: 400;
  }
  .pla-para{
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
  }
  .pla-card{
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 6px;
width: 365px;
margin-top: 30px;
  }
  .pla-card-header{
    display: flex;
    gap: 15px;
    padding: 25px;
    align-items: flex-start;
    align-items: center;
    padding-bottom: 5px;
  }
  .pla-mt-img{
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 6px;
padding: 5px;
flex-shrink: 0;
  }
  .pla-mt-title{
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #0B121C;
  }
  .pla-mt-title-sec{
    display: block;
  }
  .pla-plugin{
    color: #60708A;
    font-size: 12px;
    font-family: "Aeonik Regular", sans-serif;
  }
  .pla-para-cont{
    width: 100%;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #7F8A9B;
    letter-spacing: 0.01em;
    padding: 0px 25px 25px 25px;
  }
  .pla-dld-btn{
    display: flex;
    padding: 20px 0px;
    border-top: 1px solid #E5E7EB;
    justify-content: center;
    gap: 10px;
  }
  .pla-dld{
    font-size: 14px;
    color: #29384F;
  }
  .mob-apps-sec{
    display: flex;
    gap: 20px;
  }
  .new-sec{
    background-color: #E0F2FE;
    color: #002684;
    font-size: 12px;
    padding: 4px 10px 4px 5px;
    border-radius: 20px;
  }
  .scan-desc{
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    color: #989da6;
  }
  .pla-btn{
    border: none;
    background-color: transparent;
    filter: grayscale(100%);
    color: #60708A;
    padding: 8px 12px 5px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 400px;
    font-size: 14px;
    width: 80%;
    text-align: left;
    text-decoration: none;
  }
  .pla-btn:hover{
    background-color: #E4F6FD;
    border: 1px solid #5FD5FF;
    font-weight: 600;
    color: #0B121C;
    filter: grayscale(0%);
  }
  .pla-btn-sec{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tool-para-sec{
    width: 90%;
    border-bottom: 1px solid #E5E7EB;
  }
  .calc-cont-sec{
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 10px;
padding: 10px 25px 60px 25px;
  }
  .calc-cont-sec .label-icons{
    margin-right: 3px;
  }
  .calc-main-title-sec{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .forex-title{
    font-size: 24px;
    color: #0B121C;
    font-weight: 500;
  }
  .forex-para{
    color: #7F8A9B;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
    text-align: center;
    margin: 0 auto;
    width: 50%;
  }
  .calc-cont-sec #form button{
    width: max-content;
    float: right;
    font-weight: 400;
  }
  .forex-calc-row{
    width: 90%;
    margin: auto !important;
  }
  .calc-card{
    border: 1.4px solid #5FD5FF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 28px;
background-color: #eefbff;
width: 370px;
padding: 60.2px 110px;
margin: auto;

  }
  .clac-card-title{
    width: max-content;
    font-size: 20px;
    color: #0B121C;
  }
  .calc-card-value{
    font-size: 50px;
    color: #0B121C;
    font-weight: 600;
    text-align: center;
  }
  .vps-req-desc{
    font-size: 14px;
    color: #29384F;
    font-weight: 600;
}
.req-vps-div{
    display: flex;
    gap: 30px;
    align-items: center;
}
.req-opt{
    display: flex;
    gap: 10px;
    align-items: center;
}
.req-vps-title{
    font-size: 18px;
    color: #0B121C;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E8F0;
  }
  .ch-acc-sec .req-btn-vps-sec{
    text-align: end;
    width: 75%;
  }
  .req-vps-faq-title{
    font-size: 24px;
    color: #0B121C;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E8F0;
  }
  .vps-faq-row .col-6{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .vps-faq-que{
    font-size: 16px;
    color: #0B121C;
    font-weight: 500;
  }
  .vps-faq-ans{
    color: #7F8A9B;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
  }
  .req-alert{
    background: #ECFDF5;
border: 1px solid #10B981;
border-radius: 6px;
width: 50%;
margin: auto;
padding: 16px;
padding-bottom: 10px;
display: flex;
justify-content: space-between;
  }
  .vps-req-alert-text{
    color: #065F46;
    font-size: 14px;
    font-family: "Aeonik Regular", sans-serif;
  }
  .fa-xmark{
    color: #10B981;
  }
@media screen and (max-width: 1450px) { 
    .para{
        width: 90%;
    }
}