*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header{
    position: relative;
    height: 100px;
}
@media screen and (max-width: 768px) {
    header{
        position: relative;
        height: 60px;
    }
}
.navbar{
    padding: 0!important;
}
header .navbar div:nth-child(1){
    background-color: #222;
}
header .navbar div:nth-child(1) ul li a{
    color: #fff;
}
header .navbar div:nth-child(2){
    background-color: #fff;
}
header .navbar div:nth-child(2) ul li a{
    color: #222;
}
header .navbar div:nth-child(2) ul li:nth-child(8){
    border: 1px solid red;
    padding: 5px;
    background-color: #fff;
}
header .navbar div:nth-child(2) ul li:nth-child(8) a{
    color: red;
    
}
header .navbar div:nth-child(2) ul li:nth-child(9){
    background-color: red;
    padding: 5px;
}
header .navbar div:nth-child(2) ul li:nth-child(9) a{
    color: white;
    
}
.navbar{
    background-color: white;
}
.dropdown-menu a{
    color: #555 !important;
}
.dropdown-menu a span{
    color: red !important;
}

.rating div div p{
    font-size: 12px;
}
.linkers-containers div li a{
    color: #555 !important;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}
/* hero section */
.hero-section{
    background-color: #e2e5e9;
}
.slide1{
    background: linear-gradient(179.02deg, #ffffff -15.49%, #DEE1E6 107.09%);
}
.slide1 a{
    padding: 15px;
    background-color: #0b56bf;
    border: 1px solid #0b56bf;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    font-size: medium;
    cursor: pointer;
    color: #ffffff;
}
.open {
    border: 1px solid hsla(355, 85%, 46%, 1.0);
    width: 120px;
    height: 30px;
    color: hsla(355, 85%, 46%, 1.0);
    margin-top: -5px;
    background-color: hsla(355, 85%, 46%, 1.0);
}
.open a{
    margin-top: -10px;
    position: absolute;
    padding: 15px;
    color: white;
}
.open:hover{
    background-color: hsla(355, 85%, 41%, 1.0);
    transition: 1s;
}
.img img{
    display: none;
}
.open1{
    display: none;
}

/* index */
.indexsection{
    width: 100%;
    /* margin-top: 147px; */
}


.slide1 img{
    width: 450px;
    height: 350px;
    margin-left: 230px;
    margin-top: 40px;
}
.slide1 button{
    width: 200px;
    padding: 15px;
    background-color: #0b56bf;
    border: 1px solid #0b56bf;
    margin-left: 150px;
    margin-top: 40px;
    border-radius: 25px;
    font-size: medium;
    cursor: pointer;
    color: #ffffff;
}
.slide1 a{
    text-decoration: none;
    text-align: center;
}
.slidestyle{
    display: flex;
    justify-content: space-evenly;
}
.slidestyle1{
    display: flex;
}
.slidestyle1 h2{
    font-size: large;
    font-weight: 500;
    font-family: sans-serif;
    margin-left: 20px;
    margin-top: 40px;
}
.slidestyle1 p{
    font-weight: 300;
    font-family: sans-serif;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 8px;
    color: hsla(0, 0%, 0%, 0.60);
}
.slidestyle1 img{
    width: 50px;
}
.privateowned2{
    display: flex;
    margin-top: 120px;
}
.privateowned2 img{
    width: 500px;
    margin-left: 130px;
}
.awarddiv1{
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    background-color: white;
}
.flexdiv16 h1{
    margin-left: 100px;
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    color: #222;
}
.flexdiv16 ul li{
    list-style-type: none;
    display: flex;
}
.flexdiv16 p{
    margin-left: 20px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 15px;
}
.flexdiv16 span{
    color: red;
    font-size: 20px;
    /* display: flex; */
    
}
.type{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.type1 img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.type1 p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #000;
    padding: 10px;
}
.type2{
    margin-top: 120px;
}
.type2 h3{
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    text-align: center;
}
.type4 a{
    margin-top: -80px;
    position: absolute;
    margin-left: 46%;
    text-decoration: none;
}
.type4 button{
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    width: 150px;
    padding: 12px;
    cursor: pointer;
    background-color: hsla(355, 85%, 46%, 1.0);
    border: 1px solid hsla(355, 85%, 46%, 1.0);
}
.type4 button:hover {
    background-color: hsla(355, 85%, 41%, 1.0);
    border: 1px solid hsla(355, 85%, 41%, 1.0);
}
.type5{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    background-color: #000000;
    /* height: 300px; */
    opacity: 0.7;
}
.type5 div a{
    display: block;
    padding: 25px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: red;
    color: #fff;
}
.type6{
    margin-top: 60px;
}
.type6 h3{
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    font-size: large;
}
.type6 h2{
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-weight: 100;
    font-size: large;
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2.0rem;
    font-style: normal;
}
.type6 p{
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 10px;
    font-style: normal;
}


/* Why ECH */

.echsection{
    width: 100%;
    background: linear-gradient(179.02deg, #DEE1E6 -15.49%, #F7F7F7 107.09%);
    background-image: linear-gradient(179.02deg, rgb(222, 225, 230) -15.49%, rgb(247, 247, 247) 107.09%);
}
.ech{
    margin-top: 145px;
    display: flex;
    margin-left: 130px;
}
.ech h2{
    color: hsla(355, 85%, 41%, 1.0);
    margin-top: 40px;
    font-weight: 200;
    font-size: xx-large;
    font-family: sans-serif;
}
.ech img{
    height: 250px;
    width: 700px;
    margin-left: 100px;
}
.textsection{
    width: 100%;
}
.textcontainer{
    width: 100%;
    display: flex;
    margin-top: 40px;
    justify-content: space-evenly;
}
.text{
    text-align: center;
    display: block;
    width: 16.7%;
    padding: 5px;
}
.text p{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: hsla(0, 0%, 0%, 0.60);
}
.text a{
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-size: small;
}
.text a img{
    width: 40px;
}
.backgroundsection{
    width: 100%;
    margin-top: 10px;
}
.image{
    margin-top: 50px;
    margin-left: 30px;
}
.words{
    margin-top: 80px;
}
.words h2{
    color: #222;
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    margin-left: 100px;
}
.words p{
    margin-left: 100px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 15px;
}
.section2{
    width: 100%;
}
.flexdiv{
    display: flex;
    background-color: #F7F7F7;
    height: 300px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.flexdiv ul li{
    list-style-type: none;
    font-family: sans-serif;
    font-size: 15px;
}
.flexdiv p{
    margin-top: 50px;
    margin-left: 20px;
}
.flexdiv span{
    color: red;
    font-size: 20px;
    /* display: flex; */
    position: absolute;
}
.flexdiv p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
}
.red{
    margin-top: 40px;
    border: 4px solid red;
    width: 82%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: #F7F7F7;
}
.sectionred {
    margin-top: -25px;
}
.sectionred h1{
    margin-top: 130px;
    margin-left: 130px;
    color: #222;
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
}
.plans{
    width: 100%;
    margin-top: 80px;
}
.plans h2{
    margin-left: 130px;
    color: #222;
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}
.plansclass{
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
.lite{
    width: 40%;
    border: 2px solid red;
    margin-left: 120px;
    height: 250px;
    margin-top: 50px;
    background-color: #F7F7F7;
    border-top: none;
    border-bottom: none;
}
.lite h1{
    margin-left: 30px;
    margin-top: 30px;
    font-family: sans-serif;
    font-weight: 500;
}
.lite p{
    margin-left: 30px;
    margin-top: 30px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 15px;
}
.pro h1{
    margin-left: 30px;
    margin-top: 30px;
    font-family: sans-serif;
    font-weight: 500;
}
.pro p{
    margin-left: 30px;
    margin-top: 30px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 15px;
}
.pro{
    width: 40%;
    border: 2px solid red;
    margin-right: 120px;
    height: 250px;
    margin-top: 50px;
    background-color: #F7F7F7;
    border-top: none;
    border-bottom: none;
}
.p{
    text-align: center;
    margin-left: 1130px;
    margin-bottom: -40px;
    border: 1px solid rgb(227, 14, 32);
    width: 180px;
    padding: 12px;
    font-weight: 300;
    color: rgb(227, 14, 32);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.d{
    border: 1px solid rgb(227, 14, 32);
    width: 180px;
    text-align: center;
    padding: 12px;
    font-weight: 300;
    color: rgb(227, 14, 32);
    margin: 16px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.techsection{
    width: 100%;
}
.technology{
    display: flex;
    margin-top: 130px;
}
.techimg img{
    height: 370px;
    width: 576px;
    margin-left: 132px;
}
.techdiv h2{
    margin-left: 21px;
    color: #222;
    font-weight: 300;
    font-size: x-large;
    font-family: sans-serif;
}
.techdiv1 h1{
    margin-left: 40px;
    color: #222;
    font-weight: 400;
    font-size: large;
    font-family: sans-serif;
    color: rgb(227, 14, 32);
    margin-top: 44px;
}
.techdiv1 span{
    position: absolute;
    margin-left: 16px;
    font-size: 20px;
    color: rgb(227, 14, 32);
}
.techdiv1 p{
    margin-left: 21px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-weight: 15px;
}
.techdiv2{
    /* float: right; */
    margin-top: -195px;
    margin-left: 300px;
}
.techdiv2 span{
    position: absolute;
    font-size: 20px;
    color: rgb(227, 14, 32); 
    margin-left: 13px;
}
.techdiv2 h1{
    margin-left: 40px;
    color: #222;
    font-weight: 400;
    font-size: large;
    color: rgb(227, 14, 32);
}
.techdiv2 p{
    margin-left: 21px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
}
.techdiv3{
    margin-left: 320px;
    margin-top: 25px;
}
.techdiv3 span{
    position: absolute;
    font-size: 20px;
    color: rgb(227, 14, 32); 
    margin-left: -8px;
}
.techdiv3 h1{
    font-weight: 400;
    font-size: large;
    color: rgb(227, 14, 32);
    margin-left: 20px;
    font-family: sans-serif;
}
.techdiv3 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
}
.techdiv4{
    float: right;
}
.techdiv4 span{
    position: absolute;
    font-size: 20px;
    color: rgb(227, 14, 32); 
    margin-left: -8px;
}
.techdiv4 h1{
    font-weight: 400;
    font-size: large;
    color: rgb(227, 14, 32);
    margin-left: 20px;
    font-family: sans-serif;
}
.techdiv4 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
}
.securitysection{
    width: 100%;
}
.security{
    display: flex;
    margin-top: 130px;
}
.securityimg img{
    width: 500px;
    margin-left: 170px; 
}
.securitydiv h1{
    margin-left: 130px;
    color: #222;
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}
.securitydiv p{
    margin-left: 130px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;  
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 15px;
}
.ech5{
    display: flex;
    margin-top: -190px;
    margin-left: 130px;
}
.ech1 h1{
    margin-right: 150px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}
.ech1 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 16px;
}
.ech2{
    display: flex;
    margin-top: 30px;
    margin-left: 130px;
}
.ech3 h1{
    margin-right: 150px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}
.ech3 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-family: sans-serif;
    font-size: 16px;
}
.backgroundsection{
    margin-top: 80px;
    width: 100%;
}
.background2{
    width: 45%;
    float: right;
    height: 400px;
    background: linear-gradient(179.02deg, #DEE1E6 -15.49%, #F7F7F7 107.09%);
}
.background2 h1{
    color: hsla(0, 0%, 0%, 0.60);
    font-family: sans-serif;
    font-weight: 400;
    font-size: xx-large;
    margin-top: 30px;
    margin-left: 50px;
}
.background2 p{
    color: hsla(0, 0%, 0%, 0.60);
    margin-top: 30px;
    margin-left: 50px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 100;
}
.a{
    margin-top: 90px;
    margin-left: 33%;
    border: 2px solid rgb(227, 14, 32);
    width: 35%;
    padding: 10px;
    background-color: rgb(227, 14, 32);
    border-radius: 30px;
}
.a a{
    text-align: center;
    margin-left: 25%;
    text-decoration: none;
    color: white;
    font-size: medium;
    font-family: sans-serif;
    font-size: 15px;
}
.loginz {
    margin-left: 20%;
    border: 2px solid rgb(227, 14, 32);
    width: 17%;
    padding: 10px;
    background-color: linear-gradient(179.02deg, #DEE1E6 -15.49%, #F7F7F7 107.09%);
    border-radius: 30px;
    margin-top: -98px;
}
.loginz a{
    text-align: center;
    margin-left: 39%;
    text-decoration: none;
    color: rgb(227, 14, 32);
    font-size: medium;
}


/* Awards */


.awards{
    width: 100%;
    margin-top: 130px;
}
.awarddiv{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    border: 2px solid hsla(217, 74%, 6%, 0.1);
    background-color: hsla(208,7%,46%,0.1);
}
.backgroundtrading{
    background-image: url('../Broker Images/trade.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */
    /* width: 100%; */
}
.smallaward{
    margin-top: 50px;
    width: 50%;
}
.smallaward1{
    margin-top: 50px;
    width: 20%;
}
.smallaward1 p{
    text-align: center;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: small;
}
.smallaward1 img{
    width: 130px;
    /* margin-left: 80px; */
}
.smallaward img{
    width: 130px;
    margin-left: 290px;
}
.smallaward p{
    text-align: center;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: small;
}
.awardsh1 h1{
    text-align: center;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
}
.seeall{
    border: 1px solid rgb(227, 14, 32);
    height: 50px;
    width: 150px;
    padding: 14px;
    margin: 10px auto;
    text-align: center;
}
.seeall a{
    text-align: center;
    color: rgb(227, 14, 32);
    text-decoration: none;
    font-weight: 300;
    font-family: sans-serif;
    font-size: 14px;
}
.openaccount{
    width: 100%;
}
.opened h1{
    margin-top: 130px;
    margin-left: 130px;
    color: #222;
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    text-align: center;
    margin-left: 20px;
}
.opened p{
    color: hsla(0, 0%, 0%, 0.60);
    margin-top: 20px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
}
.opened ul li{
    list-style: none;
}
.imageslide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.imageslide1{
    width: 24%;
    text-align: center;
}
.imageslide1 img{
    width: 100%;
}
.imageslide1 a{
    border: 1px solid rgb(183, 10, 24);
    padding: 15px;
    text-decoration: none;
    color: white;
    background-color: rgb(183, 10, 24);
    /* font-weight: 300; */
    font-size: 12px;
    font-family: sans-serif;
    display: block;
    margin: 5px;
}
.divslide a:hover{
    border: 1px solid rgb(183, 10, 24);
    color: rgb(183, 10, 24);
    background-color: white;
    transition: 1s;
}
.footer{
    width: 100%;
}
.footerdiv{
    /* background-color: hsla(208,7%,46%,0.1); */
    /* border-bottom: 2px solid hsla(217, 74%, 6%, 0.1); */
}
.footerdiv h4{
    padding: 25px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: small;
    font-family: sans-serif;
    font-weight: 300;
}
.footerdiv ol li{
    padding: 5px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.footerdiv p{
    padding: 10px 25px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 16px;
    /* text-align: justify; */
    line-height: 1.5;
}
.footerdiv1{
    width: 100%;
    background-color: hsla(217, 55%, 15%, 0.1);
    height: 350px;
}
.footersub p{
    padding: 40px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: small;
    font-weight: 300;
    margin-left: 29px;
}
.footersub{
    border-bottom: 2px solid hsla(217, 74%, 6%, 0.1);
    height: 300px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.displayfoot{
    height: 300px;
    width: 100%;
    background-color: hsla(217, 55%, 15%, 0.1);
}
.displayfoot3{
    display: flex;
    justify-content: space-around;
    /* border-bottom: 2px solid hsla(217, 74%, 6%, 0.1); */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.displayfoot1 h4{
    font-size: small;
    font-weight: 800;
    color: #222;
    font-family: sans-serif;
    margin-left: -45px;
}
.displayfoot1 ul li{
    list-style-type: none;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: small;
    font-weight: 300;
    margin-top: 10px;
    margin-left: -45px;
}
.displayfoot1 ul li a{
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.60);
}
.displayfoot1 ul li a:hover{
   color: rgb(183, 10, 24); 
}
.sitediv{
    background-color:  hsla(217, 55%, 15%, 0.1);
    width: 100%;
}
.site{
    width: 95%;
    display: flex;
    justify-content: space-evenly;
    height: 50px;
    padding: 10px;
    margin-left: 35px;
    border-top: 2px solid hsla(217, 74%, 6%, 0.1);
    border-bottom: 2px solid hsla(217, 74%, 6%, 0.1);
}
.site p{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    margin-top: 8px;
}
.site span{
    margin-left: 30px;
}
.earncell{
    padding: 20px;
    /* height: 300px; */
    /* background-color:  hsla(217, 55%, 15%, 0.1); */
}
.earncell1 h4{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: small;
    font-weight: 800;
    color: #222;
    font-family: sans-serif;
}
.earncell2 p{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 14px;
    font-weight: 300;
}
/* .earncell3{
    display: flex;
} */
.earncell3 h4{
    text-align: center;
    margin-top: 10px;
    margin-left: -300px;
    font-size: small;
    font-weight: 800;
    color: #222;
}
.earncell3 h4 p{
    margin-left: 390px;
    margin-top: -15px;
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 14px;
    font-weight: 300;
}
.earncell4{
    text-align: center;
    margin-top: 10px;
}
.earncell4 h2{
    font-size: small;
    font-weight: 800;
    color: #222;
}
.earncell4 a{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 14px;
    font-weight: 300;
}
.earncell4 a:hover{
    color: rgb(183, 10, 24); 
}
.transbox1{
    height: 500px;
    width: 35%;
    margin-left: 50px;
    margin-top: 100px;
}
.transbox1 h1{
    color: rgb(120 104 8);
    font-weight: 800;
    font-family: sans-serif;
}
.transbox1 p{
    color: rgb(120 104 8);
    font-weight: small;
    margin-top: 40px;
}
.transbox1 ul{
    margin-top: 30px;
    margin-left: 20px;
}
.transbox1 ul li{
    color: rgb(120 104 8);
    font-weight: small;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e92a2a;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    line-height: 60px;
  }
  #myBtn span{
    font-size: 30px;
  }
.media{
    display: flex;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: whitesmoke;
    color: white;
    cursor: pointer;
    padding: 5px;
  }
  .media span{
    padding: 10px;
  }
  .media a{
    text-decoration: none;
  }
  .pricing{
    width: 100%;
 }
  .backwords h4{
    color: white;
    margin-left: 40px;
    font-size: 14px;
    font-family: sans-serif;
  }
  .backwords h1{
    color: white;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 14px;
    font-family: sans-serif;
  }
  .backwords h3{
    color: white;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 14px;
    font-family: sans-serif;
  }
  .backwords p{
    color: white;
    margin-top: 8px;
    font-size: 14px;
    font-family: sans-serif;
  }
  .backwords span{
    color: white;
    margin-top: 9px;
  }
  .span{
    display: flex;
    margin-top: 40px;
    margin-left: 40px;
}

/* pricing section */


.pricing{
    width: 100%;
    margin-top: -70px;
}
.pricingdiv{
    display: flex;
    justify-content: space-around;
    /* margin-left: -300px; */
    margin-top: 50px;
    background-color: white;
}
.pricingdiv1{
    border: 2px solid white;
    width: 40%;
    margin-right: 90px;
    box-shadow: -10px 10px 10px 10px #efefef;
}
.pricingdiv2{
    border: 2px solid white;
    width: 40%;
    margin-left: 90px;
    box-shadow: 10px 10px 10px 10px #efefef;
}
.pricingdiv1 p{
    margin-top: -5px;
    margin-left: -5px;
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
}
.pricingdiv1 img{
    margin-left: 185px;
    margin-top: 40px;
}
.pricingdiv2 img{
    margin-left: 49px;
    margin-top: 40px;
}
.pricingdiv2 p{
    margin-left: 225px;
    margin-top: -228px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
}
.supportdiv{
    display: flex;
    justify-content: space-around;
    /* margin-left: -300px; */
    margin-top: 100px;
    background-color: white;
}
.supportdiv1{
    border: 2px solid white;
    width: 40%;
    margin-left: 90px;
    box-shadow: 10px 10px 10px 10px #efefef;
}

.supportdiv2{
    border: 2px solid white;
    width: 40%;
    margin-right: 90px;
    box-shadow: -10px 10px 10px 10px #efefef;
}
.supportdiv1 h1{
    color: black;
    margin-top: -26px;
    font-size: x-large;
    font-family: sans-serif;
    height: 100px;
    margin-left: 40px;
}
.supportdiv1 p{
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
}
.supportdiv2 h1{
    color: black;
    margin-top: -26px;
    margin-left: 40px;
    font-size: x-large;
    font-family: sans-serif;
    height: 100px;
}
.supportdiv2 p{
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
}

/* trading section */

.tradingsection{
    width: 100%;
    margin-top: 145px;
    overflow: hidden;
}
.tradingdiv{
    display: flex;
    float: right;
    margin-top: 5px;
}
.tradingdiv h1{
    color: black;
    font-size: 40px;
    font-family: sans-serif;
}
.tradingdiv h2{
    color: rgb(227, 14, 32);
    font-size: 40px;
    font-family: sans-serif;
}
.tradingdiv1{
    float: right;
    margin-right: 37px;
    margin-top: 2px;
}
.tradingdiv1 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 300;
}
.tradingdiv1 a{
    color: rgb(227, 14, 32);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 300;
}
.profit{
    margin-top: 50px;
    height: 150px;
}
.profit h1{
    color: #222;
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    margin-left: 35%;
}
.profit h4{
    color: #222;
    font-weight: 100;
    font-size: x-large;
    font-family: sans-serif;
    text-align: center;
    margin-top: 90px;
    position: absolute;
    margin-left: 14%;
}
.profitdiv1{
    width: 100%;
}
.profitdiv{
    display: flex;
    margin-top: 40px;
    width: 71%;
    /* border: 2px solid red; */
    margin-left: 205px;
    background-color: #17181838;
}
.profitdiv img{
    width: 400px; 
}
.profitdiv p{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
}
.arrow{
    margin-top: 40px;
}
.arrow a{
    text-decoration: none;
}
.arrow span{
   margin-left: 43%;
   font-size: 200px;
   color: rgb(227, 14, 32);
}
.arrow span:hover{
    color: rgb(183, 10, 24);
}
.afterarrow{
    display: flex;
}
.afterarrow img{
    width: 290px;
}
.beforearrow{
    margin-top: 60px;
}
.beforearrow h1{
    text-align: center;
    color: #222;
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}
.beforearrow h4{
    text-align: center;
    color: #222;
    font-weight: 300;
    font-size: xx-large;
    font-family: sans-serif;
}

/* Service section */

.servicessection{
    width: 100%;
    /* margin-top: -20px; */
}
.servicebackground{
    /* height: 400px; */
    /* display: flex; */
    justify-content: space-around;
    /* margin-top: 170px; */
    background:linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%); 
}
.servicebackground img{
    margin-left: 230px;
}
.servicebackground h1{
    margin-top: 70px;
    text-align: center;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: hsl(283.72deg 8.34% 11.4% / 63%);  
}
.servicebackground a{
    width: fit-content;
    border: 2px solid hsl(283.72deg 8.34% 11.4% / 63%);
    display: block;
    margin: 40px auto;
    padding: 10px 20px;
    text-decoration: none;
    /* font-size: x-large; */
    color: hsl(283.72deg 8.34% 11.4% / 63%); 
    font-family: Arial, Helvetica, sans-serif; 
    background:linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%); 
    border-radius: 10px;
}
.serviceshome{
    display: flex;
    /* margin-top: 130px; */
}
.serviceshome img{
    width: 700px;
    margin-left: 80px;
}
.serviceshome h4{
    margin-left: 80px;
    color: hsl(283.72deg 8.34% 11.4% / 63%); 
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.serviceshome p{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    margin-top: 50px;
    margin-left: 80px;
}
.serviceshomea{
    margin-top: 50px;
}
.serviceshomea a{
    color: hsla(0, 0%, 0%, 0.60);
    border: 2px solid hsl(283.72deg 8.34% 11.4% / 63%);
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    display: block;
    margin: 20px auto;
    width: fit-content;
}
.freebottom{
    display: flex;
    margin-top: 130px;
}
.freebottom img{
    width: 700px;
    margin-left: 80px;
}
.freebottom h2{
    margin-left: 80px;
    color: hsl(283.72deg 8.34% 11.4% / 63%); 
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.freebottom h3{
    margin-left: 80px;
    color: hsl(283.72deg 8.34% 11.4% / 63%); 
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 50px;
}
.freebottom p{
    color: hsla(0, 0%, 0%, 0.60);
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 80px;
}


/* Education section */

.educationsection{
    width: 100%;
    margin-top: 147px;
}
.educationdiv{
    display: flex;
    justify-content: space-around;
}
.educationdiv1{
    width: 50%;
    background:linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%); 
}
.educationdiv1 h1{
    color: #222; 
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}
.educationdiv1 p{
    color: hsla(0, 0%, 0%, 0.60); 
    font-size: 16px;
    /* font-family: sans-serif; */
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-left: 30px;
}
.educationdiv1 a{
    border: 2px solid rgb(227, 14, 32);
    text-decoration: none;
    padding: 10px;
    background-color: rgb(227, 14, 32);
    color: white;
}
.educationdiv2 img{
   float: right;
   width: 90%;
}
.educationdiv2{
    width: 50%;
    background:linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%); 
}
.backgroundedu{
    width: 100%;
    margin-top: 100px;
    display: flex;
    background:linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%);
}
.backgroundedu img{
    width: 700px;
}
  /* feedbacks section */

  .feedbacks{
     width: 100%;
     /* margin-top: 170px; */
  }
  .feedbacks1{
    margin-left: -120px;
    margin-top: 400px;
  }
  .feedbacks1 a{
    text-align: center;
        border: 2px solid rgb(227, 14, 32);
        text-decoration: none;
        padding: 10px;
        background-color: rgb(227, 14, 32);
        color: white;
        margin-top: -10px;
        position: absolute;
  }
  .feedbacks1 p{
    padding: 10px;
    margin-top: 50px;
    text-align: center;
}
.feedbacks2{
    margin-top: 170px;
}
.feedbacks2 h4{
    margin-left: 130px;
    color: #222;
    font-weight: 100;
    font-size: x-large;
    font-family: sans-serif;
    text-align: center;
    margin-left: 20px;
}
.feedbacksimages{
    display: flex;
    justify-content: space-around;
}
.feedbacksimages img{
    width: 400px;
}
/* Slideshow container */
.slideshow-container {
    width: 50%;
    position: relative;
    margin: auto;
  }
  /* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: red;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  /* Caption text */
.text1 {
    position: absolute;
    bottom: 15px;
    width: 70%;
    margin-left: 15%;
    height: 120px;
    background-color: black;
    opacity: 0.8;
  }
  .text1 p{
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 12px;
    font-size: 17px;
    font-family: sans-serif;
  }
  .text1 h1{
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 17px;
    font-size: 15px;
    font-family: sans-serif;
  }
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  .fade img{
    width: 500px;
    height: 500px;
  }
  /* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
.slidediv{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.slidediv1{
    width: 50%;
    height: 500px;
        background-image: url('../images/smile1.jpeg');
        background-size: cover;
        width: 50%;
        height: 500px;
}
.slidediv3 h1{
    color: white;
    margin-left: 13%;
    font-family: sans-serif;
    font-size: xx-large;
    /* position: absolute; */
    margin-top: 150px;
}
.slidediv3 h2{
    color: white;
    font-family: sans-serif;
    font-size: x-large;
    /* position: absolute; */
    /* margin-top: 180px; */
    font-weight: 400;
    margin-left: 15px;
}
.space{
    display: flex;
    /* margin-top: 300px; */
    /* position: absolute; */
    margin-left: 11%;
}
.space span{
    color: red;
    font-size: 30px;
}
.space p{
    color: white;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: 4px;
}
.opened1 h1{
    margin-top: 50px;
    color: #222;
    font-weight: 100;
    font-size: x-large;
    font-family: sans-serif;
    text-align: center;
    margin-left: 20px;
}
 
/* individuals section */

.echsection1{
    width: 100%;
    background-color: #e3e8ec;
    background-image: linear-gradient(179.02deg, #e3e8ec -15.49%, rgb(247, 247, 247) 107.09%);
}
.ech10{
    margin-top: 145px;
    /* display: flex; */
    /* margin-left: 130px; */
}
.ech10 h2{
    color: hsla(355, 85%, 41%, 1.0);
    margin-top: 100px;
    font-weight: 200;
    font-size: xx-large;
    font-family: sans-serif;
}
.ech10 img{
    height: 350px;
    width: 700px;
    margin-left: 100px;
}
.textsection{
    width: 100%;
}
.textcontainer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e3e8ec;
    width: 100%;
    height: 100px;
}
.flexdiv10sect{
    width: 100%;
}
.flexdiv10{
    display: flex;
    /* height: 600px; */
    /* width: 80%; */
    margin-right: auto;
    margin-left: auto;
}
.flexdiv10 ul li{
    list-style-type: none;
}
.flexdiv10 p{
    /* margin-top: 50px;
    margin-left: 20px; */
}
.flexdiv10 span{
    color: red;
    font-size: 20px;
    /* display: flex; */
    /* position: absolute; */
}
.flexdiv10 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
}
.mapsection{
    width: 100%;
    margin-top: 80px;
}
.map{
    display: flex;
}
.map1 h1{
    margin-left: 130px;
    color: #222;
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
}
.map1 p{
    margin-left: 130px;
    margin-top: 30px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
}

.mapimg img{
    /* width: 800px; */
    /* margin-right: 80px; */
}
.map2{
    display: flex;
    margin-top: 70px;
}
.map2 h1{
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    color: hsla(0, 0%, 0%, 0.60);
}

/* private owned section */

.privateowned{
    width: 100%;
    margin-top: 50px;
}
.privateowned1{
    display: flex;
}
.flexdiv11 h1{
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    color: #222;
    margin-left: 20px;
}
.flexdiv11 ul li{
    list-style-type: none;
}
.flexdiv11 p{
    margin-top: 60px;
    margin-left: 20px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    margin-left: 60px;
}
.flexdiv11 span{
    color: red;
    font-size: 20px;
    /* display: flex; */
    position: absolute;
    margin-left: 20px;
}
.private2{
    background-color: #DEE6EA;
    margin-top: 30px;
    height: 200px;
}
.private2 h1{
    color: #222;
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
    margin-left: 590px;
    margin-top: 30px;
    position: absolute;
}
.private3{
    display: flex;
    justify-content: center;
}
.private3 img{
    width: 100px;
    height: 50px;
    margin-right: 50px;
    margin-top: 80px;
}

/* corporate */
.privateowned5{
    display: flex;
}
.privateowned5 img{
    width: 800px;
}
.flexdiv14 h1{
    font-weight: 100;
    font-size: xx-large;
    font-family: sans-serif;
    color: #222;
    margin-left: 20px;
}
.flexdiv14 ul li{
    list-style-type: none;
}
.flexdiv14 p{
    margin-top: 55px;
    margin-left: 20px;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    margin-left: 60px;
}
.flexdiv14 span{
    color: red;
    font-size: 20px;
    /* display: flex; */
    position: absolute;
    margin-left: 20px;
}
.echsection20 {
    width: 100%;
    background-color: #e3e7ec;
    background-position: 80% top;
}
.ech20 {
    margin-top: 50px;
    display: flex;
    margin-left: 130px;
}
.ech20 h2 {
    color: hsla(355, 85%, 41%, 1.0);
    margin-top: 50px;
    font-weight: 200;
    font-size: xx-large;
    font-family: sans-serif;
} 
.ech20 p{
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    margin-top: 150px;
    margin-left: -502px;
}
.ech20 img {
    height: 350px;
    width: 700px;
    margin-left: 100px;
}
.textcontainer4{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    background-color:  #c1cbd4;
}
.text4 {
    text-align: center;
    display: block;
    width: 12.5%;
    padding: 5px;
}
.text4 a {
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.60);
    font-weight: 300;
    font-size: small;
}
.text4 a img {
    width: 40px;
}
.text4 p {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: hsla(0, 0%, 0%, 0.60);
}

/* Careers section */

.echsection40{
    width: 100%;
    background-color: #101624;
    background-image: linear-gradient(179.02deg, #101624 -15.49%, #101624 107.09%);
}
.ech40{
    margin-top: 170px;
    display: flex;
    margin-left: 130px;
}
.ech40 h2{
    color: white;
    margin-top: 70px;
    font-weight: 400;
    font-size: xx-large;
    font-family: sans-serif;
}
.ech40 p{
    color: white;
    margin-top: 170px;
    position: absolute;
    font-weight: 300;
    font-family: sans-serif;
}
.ech40btn{
    margin-left: 130px;
    position: absolute;
    margin-top: -120px;
}
.ech40btn button{
    padding: 10px;
    width: 150px;
    background-color: hsla(355, 85%, 46%, 1.0);
    border: 2px solid hsla(355, 85%, 46%, 1.0);
    cursor: pointer;
}
.ech40btn button:hover{
    background-color: hsla(355, 85%, 36%, 1.0);
    border: 2px solid hsla(355, 85%, 36%, 1.0);
}
.ech40btn a{
    color: white;
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
    text-decoration: none;
}
.ech40 img{
    height: 350px;
    width: 700px;
    margin-left: 100px;
}
.echsection50{
    width: 100%;
}
.echsection51{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.echsection51 h2{
    font-weight: 100;
    font-size: 30px;
    font-family: sans-serif;
}
.echsection52{
    display: flex;
    margin-top: 70px;
}
.echsection521{
    width: 50%;
    margin-left: 180px;
}
.echsection521 h2{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3rem;
    font-family: sans-serif;;
}
.echsection521 p{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
}
.echsection522{
    width: 50%;
    margin-right: 80px;
}
.echsection522 img{
    width: 80%;
    margin-left: 20px;
}
.ech52btn button{
    padding: 15px;
    width: 150px;
    background-color: hsla(355, 85%, 46%, 1.0);
    border: 2px solid hsla(355, 85%, 46%, 1.0);
    cursor: pointer;
    margin-top: 20px;
}
.ech52btn a{
    color: white;
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
    text-decoration: none;
}
.ech52btn button:hover{
    background-color: hsla(355, 85%, 36%, 1.0);
    border: 2px solid hsla(355, 85%, 36%, 1.0);
} 
.echsection53{
    margin-top: 40px;
}
.echsection53 img{
    width: 100%;
    height: 200px;
}
.echsection53 h1{
    color: white;
    margin-top: -166px;
    margin-left: 180px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3rem;
    font-family: sans-serif;;
}
.echsection53 h2{
    color: white;
    margin-top: 30px;
    margin-left: 180px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3rem;
    font-family: sans-serif;;
}
.ech53btn button{
    padding: 10px;
    width: 150px;
    background-color: hsla(355, 85%, 46%, 1.0);
    border: 2px solid hsla(355, 85%, 46%, 1.0);
    cursor: pointer;
    margin-top: 20px;
    margin-left: 180px;
}
.ech53btn button:hover{
    background-color: hsla(355, 85%, 36%, 1.0);
    border: 2px solid hsla(355, 85%, 36%, 1.0);
} 
.ech53btn a{
    color: white;
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
    text-decoration: none;
}
.ech55btn button{
    padding: 10px;
    width: 150px;
    background-color: hsla(355, 85%, 46%, 1.0);
    border: 2px solid hsla(355, 85%, 46%, 1.0);
    cursor: pointer;
    margin-top: 10px;
}
.ech55btn button:hover{
    background-color: hsla(355, 85%, 36%, 1.0);
    border: 2px solid hsla(355, 85%, 36%, 1.0);
} 
.ech55btn a{
    color: white;
    font-size: medium;
    font-weight: 300;
    font-family: sans-serif;
    text-decoration: none;
}
.echsection57{
    display: flex;
    margin-top: 40px;
}
.echsection57 h2{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3rem;
    font-family: sans-serif;;
}
.echsection57 p{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
}
.echsection571{
    width: 50%;
    margin-left: 180px;
}
.echsection572{
    width: 50%;
    margin-right: 180px;
}
.echsection572 img{
    width: 100%;
}

/* About Us section */
.aboutsection{
    width: 100%;
    margin-top: 170px;
}
.aboutsectiondiv{
    display: flex;
}
.aboutsectiondiv1{
    width: 50%;
    margin-left: 100px;
    margin-top: 30px;
}
.aboutsectiondiv1 h1{
    font-weight: 300;
    font-size: xx-large;
    line-height: 1.3rem;
    font-family: sans-serif;
}
.aboutsectiondiv1 p{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
}
.aboutsectiondiv1 h2{
    font-weight: 600;
    font-size: x-large;
    font-family: sans-serif;
    margin-top: 20px;
}
.aboutsectiondiv2{
    width: 50%;
    margin-right: 100px;
}
.aboutsectiondiv2 img{
    width: 80%;
    float: right;
}
.aboutsectiondiv5{
    display: flex;
    margin-top: 30px;
    background: linear-gradient(179.02deg, #DEE1E6 -15.49%, #F7F7F7 107.09%);;
}
.aboutsectiondiv3{
    width: 50%;
    margin-left: 100px;
}
.aboutsectiondiv4{
    width: 50%;
    margin-right: 100px;
}
.aboutsectiondiv4 p{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
}
.aboutsectiondiv4 h1{
    font-family: sans-serif;
    font-weight: 300;
    margin-top: 30px;
}
.aboutsectiondiv6{
    display: flex;
    margin-top: 30px;
}
.aboutsectiondiv7{
    width: 50%;
    margin-left: 100px;
    margin-bottom: 50px;
}
.aboutsectiondiv8{
    width: 50%;
    margin-right: 100px;
}
.aboutsectiondiv9{
    margin-top: 30px;
    border-top: 1px solid #e6dede;
    border-bottom: 1px solid #e6dede;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.aboutsectiondiv9 h1{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3rem;
    font-family: sans-serif;
    margin-top: 40px;
}
.aboutsectiondiv7 ul li{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
    margin-right: 30px;
}
.aboutsectiondiv8 ul li{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 20px;
    margin-left: 20px;
} 
.aboutsectiondiv10 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e6dede;
}
.aboutsectiondiv10 h1{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3rem;
    font-family: sans-serif;
    margin-top: 40px;
}
.aboutsectiondiv10 h2{
    margin-left: 190px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 40px;
}
.aboutsectiondiv10 p{
    line-height: 1.375rem;
    font-size: 14px;
    font-weight: 300;
    font-family: sans-serif;
    margin-top: 30px;
    margin-left: 90px;
    margin-bottom: 40px;
}

/* support section */
.support{
    background-image: url("../images/Screen\ Shot.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.support p{
    margin-top: 10px;
   color: #ffffff;
   font-size: 15px;
   font-weight: 300;
   font-family: sans-serif;
}
.support h2{
    margin-top: 30px;
    color: #ffffff;
     font-weight: 300;
    font-family: sans-serif;
 }
.supportdiv10{
    border: 1px solid rgba(255,255,255,0.25);
    position: relative;
    background-color: rgb(38 43 47);
    opacity: 0.8;
}
.supportdiv10 h1{
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 300;
    font-size: large;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    width: 100%;
    height: 40px;
    text-align: center;
}
.supportdivn{
    /* height:100px; */
    
}
.supportdivn span{
    position: absolute;
    color: green;
    left: 5%;
}
.supportdivn p{
   
    font-size: 15px;
    font-weight: 300;
    font-family: sans-serif;
    padding: 0px 33px 50px 33px;
}
.supportdivn h2{
    margin-top: 50px;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 33px;
}
.supportdivn1{
    background-color: #3f484f;
    height: 150px;
}
.supportdivn1 h4{
    margin-left: 30px;
    position: absolute;
    margin-top: 30px;
    font-size: x-large;
    font-weight: 500;
    font-family: sans-serif;
    color: #ffffff;
}
.supportdivn1 p{
    color: #ffffff;
    position: absolute;
    margin-left: 30px;
    margin-top: 70px;
    font-size: 17px;
    font-weight: 300;
    font-family: sans-serif;
}
.textcontainer2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #d7dde2;
    width: 100%;
    height: 100px;
}
.commondivdiv{
    margin-top: 50px;
}
.commondivdiv h6{
    margin-left: 90px;
    font-family: sans-serif;
    font-weight: 200;
    font-size: x-large;
    color: #000000;
}
.commondivclass{
    width: calc(100%/3);
}
.commondivclass a{
    text-decoration: none;
    color: hsla(355, 85%, 46%, 1.0);
    font-size: 17px;
}
.commondivclass a:hover{
    color: #000000;
}
.commondivclass span{
    font-size: x-large;
    color: #D7D7D7;
    padding: 10px;
}
.commondiv{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.supportcontact{
    margin-top: 50px;
}
.supportcontact h1{
    text-align: center;
    font-size: x-large;
    font-weight: 200;
    font-family: sans-serif;
}
.supportcontact1{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.supportcontact2 {
    width: 25%;
}
.supportcontact2 span{
   font-size: 400%;
   margin-left: 148px;
   /*  */
}
.supportcontact2 a img{
    margin-left: 148px;
}
.supportcontact2 a{
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.supportcontact2 h2{
    font-size: x-large;
    font-weight: 200;
    font-family: sans-serif;
}
.supportcontact2 p{
    font-weight: 300;
    font-family: sans-serif;
}
.live{
    width: 100%;
    margin-top: 180px;
}
.supportxv{
    display: flex;
}
.supportxs{
    width: 50%;
}
.supportxs h1{
    font-size: xx-large;
    text-align: center;
    font-weight: 200;
    font-family: sans-serif;
    margin-top: 50px;
}
.supportxs p{
    font-weight: 300;
    font-size: medium;
    line-height: 1.90rem;
    margin-top: 40px;
}
.supportxy{
    width: 50%;
}
.supportxy img{
    width: 100%;
}
.loginsection{
    width: 100%;
}
.loginsection5 img{
   width: 400px;
   margin-left: 40%;
}
.loginsection2{
    border: 1px solid #DEE1E6;
    width: 100%;
    height: 400px;
    background-color: white;
}
.loginsection6{
    border-top: 4px solid hsla(355, 85%, 46%, 1.0);
    width: 35%;
    margin-left: 32%;
    background-color: white;
    margin-top: 70px;
    position: absolute;
}
.loginsection2 form{
    text-align: center;
    margin-top: 50px;
}
.loginsection2 h1{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: hsla(355, 85%, 46%, 1.0);
    font-family: sans-serif;
}
.loginsection-container{
    border-top: 3px solid red;
}
.loginsection-inputs{
    border: 1px solid #555;
}
.loginsection-inputs input{
    outline: none;
}
.loginsection3{
    display: block;
    position: relative;
    margin-left: 50px;
    margin-top: 15px;
}
.loginsection3::before{
    display: flex;
    content: " ";
}
.loginsection3::after{
    display: block;
    content: "";
    clear: both;
}
.loginsection3 label{
    position: absolute;
    top: 4px;
    left: 11px;
    z-index: 2;
    margin-left: 0;
    padding: 10px 0px;
    width: 20px;
    font-size: 1.125rem;
    text-align: center;
}
.loginsection3 input{
    border-radius: 5px;
    border: 1px solid #DEE1E6;
    width: 400px;
    float: left;
    padding: 10px 16px 10px 16px;
    padding-left: 40px;
    height: 46px;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.loginsection3 input:hover{
    border: 1px solid #000;
}
.loginsection4{
    margin-top: 40px;
}
.loginsection4 button{
    cursor: pointer;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    color: #ffffff;
    border: 1px solid hsla(355, 85%, 46%, 1.0);
    background-color: hsla(355, 85%, 46%, 1.0);
}
.loginsection7{
   margin-top: 10px;
}
.loginsection7 p{
    color:  hsla(0, 0%, 0%, 0.60);
    font-family: sans-serif;
    font-weight: 100;
    font-size: 13px;
}
.loginsection7 a{
    text-decoration: none;
    color: hsla(355, 85%, 46%, 1.0);
}
.loginsection8{
    width: 100%;
    background-color: rgb(19 19 20 / 9%);
    height: 550px;
    border: 1px solid #DEE1E6;
}
.loginsection9{
    margin-top: 10px;
}
.loginsection9 a{
    text-decoration: none;
    color: #000000;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 13px;
    margin-left: 278px;
}
.openacc form div input[type='tel']{
    width: 100%;
}
.openacc form button{
    background: linear-gradient(to right, hsla(355, 85%, 46%, 1.0) 0%, hsl(0deg 0% 0%) 100%, hsla(0, 0%, 100%, 1.0) 100%, hsla(0, 0%, 90%, 1.0) 100%);
    color: white;
}
.opennav{
  overflow: hidden;
  background-color: white;
  position: fixed; 
  top: 0;
  width: 100%; 
  height: 70px;
  border-bottom: 1px solid hsla(215, 89%, 20%, 1.0);
}
.opennav3{
    display: flex;
}
.opennav1 img{
    width: 300px;
    margin-top: -20px;
    margin-left: 60px;
}
.opennav1 span{
    font-size: x-large;
    margin-left: 812px;
    margin-top: 35px;
    position: absolute;
}
.shift2{
    margin-left: 840px;
    margin-top: 34px;
}
.open4section{
    margin-top: 70px;
    width: 100%;
}
.open4div{
    width: 100%;
    display: flex;
}
.open4div1{
    width: 100%;
    padding-left: 70px;
    /* border: 2px solid red; */
    /* height: 835px; */
    background: linear-gradient(to right, hsla(355, 85%, 46%, 1.0) 0%, hsl(0deg 0% 0%) 100%, hsla(0, 0%, 100%, 1.0) 100%, hsla(0, 0%, 90%, 1.0) 100%);
}
.open4div1 span{
    border: 1px solid #dfdfdf;
    background-color: white;
    color: hsla(355, 85%, 46%, 1.0);
    border-radius: 50%;
    font-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 48%;
    top: 50%;
    
}
.open4div1  h1{
    margin-left: 95px;
    margin-top: 50px;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.75rem;
    color: white;
    font-family: sans-serif;
    font-size: xx-large;
}
.open4div1 p{
    margin-left: 95px;
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 18px;
    opacity: 0.7;
}
.open4div1 a{
    color: white;
    opacity: 0.9;
}
.open4div1 h5{
    margin-top: 10px;
    opacity: 0.7;
    font-size: 1.5rem;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 2.0rem;
    margin-left: 95px;
    color: white;
}
.open4div1 h4{
    margin-top: 40px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 2.0rem;
    margin-left: 95px;
    color: white;
}
.number ul {
    margin-left: 95px;
    list-style-type: none;
    margin-top: 40px;
}
.number ul li{
    margin-top: 20px;
}
.number label{
    color: white;
    border: 1px solid black;
    border-radius: 80px;
    position: absolute;
    font-size: 15px;
    width: 20px;
    text-align: center;
    font-family: sans-serif;
    background-color: black;
}
.number p{
    margin-left: 37px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 100;
    color: white;
}
.open4div2{
    /* background-color: white; */
    width: 100%;
    /* border: 2px solid red; */
}
.open4div2 h2{
    display: none;
}
.open4div2 h1{
    margin-left: 95px;
    margin-top: 50px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-family: sans-serif;
    font-size: xx-large;
}
.openform{
    margin-left: 95px;
}
.openform p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.openform9{
    margin-left: 95px;
}
.openform9 input{
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
}
.openform9 p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.openform input{
    padding: 15px;
    /* margin-top: 15px; */
    width: 517px;
    height: 45px;
    border: 1px solid  #DEE1E6;
    border-radius: 5px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
}
.openform select{
    height: 45px;
    width: 517px;
    /* margin-top: 15px; */
    border: 1px solid  #DEE1E6;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    border-radius: 5px;
    padding: 10px;
}
.openform span{
    margin-top: 44px;
    position: absolute;
    margin-left: -57px;
    font-size: 20px;
    cursor: pointer;
    color: hsla(355, 85%, 46%, 1.0);
}
.openform h6{
    margin-left: 23px;
    margin-top: -17px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: hsla(355, 85%, 46%, 1.0);
}
.openform button{
    margin-top: 30px;
    width: 517px;
    height: 45px;
    background: linear-gradient(to right, hsla(355, 85%, 46%, 1.0) 0%, hsl(0deg 0% 0%) 100%, hsla(0, 0%, 100%, 1.0) 100%, hsla(0, 0%, 90%, 1.0) 100%);
    border: 1px solid  #DEE1E6;
    border-radius: 5px;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.openform1 input{
    margin-top: 15px;
    height: 45px;
    border: 1px solid #DEE1E6;
    border-radius: 5px;
    width: 517px;
   
}
.openform1{
    margin-left: 97px;
}
.openform1 p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

/* Admin Dashboard */
.admincontainer{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.leftcontainer{
    border: 1px solid hsla(355, 85%, 46%, 1.0);
    width: 15%;
    border-right: none;
}
.leftcontainer ul li{
    cursor: pointer;
    list-style-type: none;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid white;
    background-color: hsla(355, 85%, 46%, 1.0);
    font-family: sans-serif;
    color: white;
}
.leftcontainer ul li a{
    color: white;
    text-decoration: none;
}
.rightcontainer{
    border: 1px solid hsla(355, 85%, 46%, 1.0);
    width: 85%;
    height: 750px;
}
.rightcontainer h2{
    padding: 15px;
    font-family: sans-serif;
    font-size: 16px;
    color:  hsla(355, 85%, 46%, 1.0);
    border-bottom: 1px solid  hsla(355, 85%, 46%, 1.0);
    text-align: end;
}
.rightcontainer h4{
    padding: 15px;
    font-family: sans-serif;
    font-size: 16px;
    color:  hsla(355, 85%, 46%, 1.0);
    text-align: center;
}
.admincontainer .rightcontainer table{
    width: 80%;
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid  hsla(355, 85%, 46%, 1.0);
}
.admincontainer .rightcontainer table tr{
    border-collapse: collapse;
    padding: 6px;   
    border: 1px solid  hsla(355, 85%, 46%, 1.0);
}
.admincontainer .rightcontainer th, .admincontainer .rightcontainer td{
    padding: 6px;
    border-right: 1px solid hsla(355, 85%, 46%, 1.0);
}


/* User Dashboard */
.bigcontainer{
    display: flex;
    width: 100%;
    background-color: #EEEEEE;
}
.leftbig{
    height: 69px;
    background-color: #F6F6F6;
    width: 15%;
    position: fixed;
    z-index: 200000;
    /* border: 1px solid red; */
    /* display: none; */
}
.leftbig img{
    width: 190px;
    margin-top: 20px;
}
.leftbig h2{
    text-align: center;
    color: hsla(355, 85%, 46%, 1.0);
    font-family: sans-serif;
    margin-top: 20px;
}
.leftbig h3{
    color: black;
    font-family: sans-serif;
    font-size: 10px;
    margin-left: 10px;
}
.leftbig p{
    margin-top: 3px;
    margin-left: 30px;
    color:black;
    font-family: sans-serif;
    font-size: 11px;
    margin-left: 10px;
}
.sidenav{
    width: 100%;
    padding-top: 20px;
    background-color: white;
    height: 800px;
    margin-top: 90px;
    border-radius: 10px;
    /* display: none; */
}
.sidenav a{
    border-radius: 5px;
    text-decoration: none;
    color: black;
    display: block;
    cursor: pointer;
    outline: none;
    /* border: 1px solid #26A17B; */
    padding: 15px;
    width: 180px;
    background-color: white;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 14px;
    font-family: sans-serif;
}
.sidenav a:hover{
    background-color: #EEEEEE;
    color: black;
    border: 1px solid #EEEEEE;
    transition: 1s;
}
.sidenav button:hover{
    background-color: #EEEEEE;
    color: black;
    border: 1px solid #EEEEEE;
    transition: 1s;
}
.sidenav i{
    color:hsla(355, 85%, 46%, 1.0);
}
.sidenav button{
    border-radius: 5px;
    border: none;
    padding: 15px;
    margin-left: 15px;
    margin-left: 15px;
    width: 180px;
    margin-top: 5px;
    background-color: white;
    cursor: pointer;
    outline: none;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    text-align: left;
}
  .dropdown-container {
    display: none;
    background-color: white;
  }
  .fa-caret-down {
    float: right;
    padding-right: 8px;
}

.rightbig{
    height: 952px;
    width: 85%;
    background-color:  #EEEEEE;
    margin-left: 215px;
    /* border: 1px solid red; */
}
.rightbig1{
    /* border: 1px solid red; */
    z-index: 20000;
    width: 85%;
    position: fixed;
    top: 0;
    height: 70px;
    background-color: #F6F6F6;
}
.rightbig1 h2{
    /*  */
    font-family: sans-serif;
    margin-top: 30px;
    position: absolute;
    margin-left: 400px;
    color: rgb(227, 14, 32);
}
.rightbig1 img{
    margin-top: 6px;
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 80px;
}
.rightbig1 h3{
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 20px;
    float: right;
    margin-right: 10px;
}
.rightbig1 h4{
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 40px;
    float: right;
    margin-right: -17px;
    font-size: 13px;
}
.rightbig1 p{
    float: right;
    margin-right: -88px;
    color: hsla(355, 85%, 46%, 1.0);
}
.rightbig2{
    height: 420px;
    background-color: white;
    margin-top: 90px;
    width: 20%;
    margin-left: 30px;
    border-radius: 10px;
}
.rightbig2 p{
    margin-left: 25px;
    margin-top: 20px;
    position: absolute;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.rightbig2 img{
    width: 150px;
    margin-top: 76px;
    margin-left: 48px;
    border-radius: 10px;
    height: 139px;
}
.rightbig2 h3{
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.rightbig2 h5{
    margin-left: 60px;
    position: absolute;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}
.rightbig2 h4{
    margin-left: 120px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    /* color: #80007F; */
}
.rightbig21{
   margin-top: 20px;
   display: flex;
   justify-content: space-around;
}
.rightbig21 a{
    text-decoration: none;
}
.rightbig21 i{
    font-size: 30px;
    color: black;
}
.rightbig3{
    height: 420px;
    background-color: white;
    margin-top: -418px;
    width: 72%;
    margin-left: 308px;
    border-radius: 10px;
}
.rightbig4{
    height: 420px; 
    background-color: white;
    margin-left: 30px;
    margin-top: 20px;
    width: 50%;
    border-radius: 10px;
    overflow-y: scroll;
}
.rightbig4 h2{
    text-align: center;
    margin-top: 20px;
    font-family: sans-serif;
}
.rightbig31{
    display: flex;
    justify-content: space-around;
}
.rightbig32{
    height: 165px;
    border: 1px solid #ca2ebcd4;
    width: 47%;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #ca2ebcd4;
}
.rightbig32 h1{
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig32 h2{
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig32 h4{
    margin-left: 27px;
    font-family: sans-serif;
    font-size: x-large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig33{
    border: 1px solid #f2a900;
    height: 165px;
    width: 47%;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #f2a900;
}
.rightbig33 h1{
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig33 h2{
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig33 h4{
    margin-left: 27px;
    font-family: sans-serif;
    font-size: x-large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig34{
    display: flex;
    justify-content: space-around;
}
.rightbig35{
    height: 165px;
    border: 1px solid #3E8DE3;
    width: 47%;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #3E8DE3;
}
.rightbig35 h1{
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig35 h2{
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig35 h4{
    margin-left: 27px;
    font-family: sans-serif;
    font-size: x-large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig36{
    height: 165px;
    border: 1px solid #494D5F;
    background-color: #494D5F;
    width: 47%;
    margin-top: 30px;
    border-radius: 10px;
}
.rightbig36 h1{
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig36 h2{
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: xx-large;
    color: #fdf4f4;
}
.rightbig36 h4{
    margin-left: 27px;
    font-family: sans-serif;
    font-size: x-large;
    margin-top: 10px;
    color: #fdf4f4;
}
.widget{
    width: 100%;
    overflow: hidden;
}
.rightbig5{
    height: 420px; 
    background-color: white;
    margin-left: 670px;
    margin-top: -419px;
    width: 43%;
    border-radius: 10px;
    overflow-y: scroll;
}
.rightbig6{
    display: flex;
    height: 400px;
    margin-top: 100px;
    justify-content: space-evenly;
}
.rightbig61{
    border: 1px solid#ca2ebcd4;
    height: 140px;
    width: 280px;
    border-radius: 10px;
    background-color: #ca2ebcd4;
}
.rightbig62{
    border: 1px solid #f2a900;
    height: 140px;
    width: 280px;
    border-radius: 10px;
    background-color: #f2a900;
}
.rightbig63{
    border: 1px solid  #3E8DE3;
    height: 140px;
    width: 280px;
    border-radius: 10px;
    background-color: #3E8DE3;
}
.rightbig64{
    border: 1px solid #494D5F;
    height: 140px;
    width: 280px;
    border-radius: 10px;
    background-color: #494D5F;
}
.rightbig8{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.rightbig9{
    display: flex;
    justify-content: space-evenly;
}
.rightbig10{
    display: flex;
    justify-content: space-evenly;
}
.daily{
    margin-top: -240px;
    text-align: center;
}
.daily h2{
    font-family: sans-serif;
    font-size: xx-large;
    font-weight: 400;
}
.rightbig61 h1 {
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig61 h2 {
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig61 h4 {
    margin-left: 27px;
    font-family: sans-serif;
    font-size: large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig62 h1 {
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig62 h2 {
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig62 h4 {
    margin-left: 27px;
    font-family: sans-serif;
    font-size: large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig63 h1 {
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig63 h2 {
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig63 h4 {
    margin-left: 27px;
    font-family: sans-serif;
    font-size: large;
    margin-top: 10px;
    color: #fdf4f4;
}
.rightbig64 h1 {
    position: absolute;
    margin-left: 26px;
    margin-top: 31px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig64 h2 {
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: x-large;
    color: #fdf4f4;
}
.rightbig64 h4 {
    margin-left: 27px;
    font-family: sans-serif;
    font-size: large;
    margin-top: 10px;
    color: #fdf4f4;
}
.deposit1{
    margin-top: 100px;
    width: 85%;
    margin-left: 90px;
}
.deposit1 h4{
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
}
.deposit2{
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    width: 95%;
    margin-left: 25px;
    height: 600px;
    background-color: white;
}
.deposit3{
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    height: 500px;
    width: 45%;
    margin-top: 49px;
    border-radius: 10px;
}
.deposit3 form{
    margin-left: 46px;
    margin-top: 50px;
}
.deposit3 form input, .deposit3 form button{ 
    display: block;
    text-align: center;
    width: 350px;
    height: 40px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}
.deposit3 form button{
    border: 1px solid #f7931a;
    background-color: #f7931a;
    color: white;
}
.deposit3 img{
    width: 80px;
    margin-top: 70px;
    margin-left: 40%;
}
.deposit4{
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    height: 500px;
    width: 45%;
    margin-top: 49px;
}
.deposit4 img{
    width: 80px;
    margin-top: 70px;
    margin-left: 40%;
}
.deposit4 form{
    margin-left: 46px;
    margin-top: 50px;
}
.deposit4 form input, .deposit4 form button{ 
    display: block;
    text-align: center;
    width: 350px;
    height: 40px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}
.deposit4 form button{
    border: 1px solid #26A17B;
    background-color: #26A17B;
    color: white;
}
.upgrade2{
    margin-top: 100px;
    width: 97%;
    margin-left: 16px;
    height: 700px;
    display: flex;
    justify-content: space-around;
}
.upgrade3{
    border: 1px solid white;
    height: 600px;
    width: 32%;
    margin-top: 50px;
    background-color: white;
    border-radius: 5px;
}
.upgrade3 h2{
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    margin-top: 40px;
    color: #f7931a;
}
.upgrade3 img{
    width: 100px;
    margin-left: 36%;
    margin-top: 20px;
}
.upgrade3 ul{
    text-align: center;
    margin-top: 30px;
}
.upgrade3 ul li{
    list-style-type: none;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    width: 250px;
    margin-left: 17%;
    margin-top: 10px;
    border-radius: 5px;
}
.upgrade3 button{
    text-align: center;
    margin-left: 17%;
    margin-top: 10px;
    width: 250px;
    padding: 5px;
    border: 1px solid #f7931a;
    background-color: #f7931a;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-family: sans-serif;
}
.transaction{
    border-radius: 10px;
    height: 800px;
    margin-top: 90px;
    background-color: white;
    width: 90%;
    margin-left: 60px;
}
.transaction table tr th{
    padding: 37px;
    font-family: sans-serif;
    font-size: 14px;
    /* border: 1px solid red; */
}
.transaction table tr td{
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
}
.span1{
    display: none;
}
.type1 a p{
    text-align: center;
}
.backwords img{
    width:192px; 
    margin-top: 300px; 
    margin-left: 608px; 
    transform: rotate(2deg);
}
.serviceimg img{
    margin-top: 247px;
    margin-left: 576px;
    position: absolute;
    transform: rotate(-6deg);
    width: 37px;
    height: 15px;
}
.span10{
    margin-top: 10px;
}
.span10 span{
    display: none;
    font-size: 32px;
    cursor: pointer;
    color: rgb(227, 14, 32);
}
.scroll{
    display: none;
}



/* Media Query */

@media  screen and (max-width: 480px) {
    /* .myshower{
        background-image: url("images/smile1.jpeg");
    } */
    .dropdowndiv{
        width: 100%;
        display: block;
        background-color: white;
    }
    .navbar{
        background-color: rgb(228 231 235);
    }
    .header{
        z-index: 20000;
        position: fixed;
        height: 60px;
        width: 100%;
        border-bottom: 1px solid  rgb(228 231 235);
        background-color: white;
    }
    .headerdiv{
        margin-top: 129px;
        display: block;
        width: 100%;
    }
    .headerdiv2 img{
        display: none;
    }
    .headerdiv3{
        display: block;
        width: 100%;
    }
    .headerdiv3 a{
        display: block;
        /* border: 1px solid hsla(0, 0%, 0%, 0.60); */
        width: 100%;
        color: hsla(0, 0%, 0%, 0.60);
        text-align: center;
        padding: 5px;
        margin-top: 1px;
    }
    .login{
        width: 100%;
        color: hsla(0, 0%, 0%, 0.60);
        text-align: center;
        margin-top: 1px;
        border: none;
    }
    .open{
        width: 100%;
        color: hsla(0, 0%, 0%, 0.60);
        text-align: center;
        margin-top: 1px;
        border: 1px solid hsla(355, 85%, 46%, 1.0);
        background-color: hsla(355, 85%, 46%, 1.0);
    }
    .open a{
        color: white;
    }
    .login{
        border: 1px solid white;
        background-color: white;
    }
    .login a{
        color: hsla(355, 85%, 46%, 1.0);
    }
    .dropdown{
        display: block;
        width: 100%;
    }
    .dropdown button{
        background-color: rgb(228 231 235);
        color: hsla(0, 0%, 0%, 0.60);
        /* border: 1px solid hsla(0, 0%, 0%, 0.60); */
        padding: 5px;
        margin-left: 0px;
        width: 100%;
        margin-top: 1px;
    }
    .dropdown2{
        display: block;
        width: 100%;
    }
    .dropdown3{
        width: 100%;
        /* border: 1px solid hsla(0, 0%, 0%, 0.60); */
        padding: 5px;
        text-align: center;
        margin-top: 1px;
    }
    .dropdown2 a{
        color: hsla(0, 0%, 0%, 0.60);
    }
    .dropdown-content{
        margin-left: 100px;
        margin-top: 0px;
        width: 45%;
    }
    .dropdown-content a{
        color: hsla(0, 0%, 0%, 0.60);;
    }
    .dropdown-content a:hover{
    color: hsla(355, 85%, 46%, 1.0);
    }
    .navbar{
        display: none;
        /* height: 440px; */
    }
    .img img{
        width: 150px;
        display: block;
    }
    .open1{
        display: block;
        height: 25px;
        margin-top: -40px;
        float: right;
        margin-right: 60px;
        border: 1px solid hsla(355, 85%, 46%, 1.0);
        background-color: hsla(355, 85%, 46%, 1.0);
    }
    .open1 a{
        text-decoration: none;
        color: white;
        font-weight: 300;
        font-family: sans-serif;
        padding: 6px;
        font-size: 10px;
    }
    .span1{
        display: block;
        float: right;
        margin-top: -44px;
        margin-right: 20px;
        font-size: 30px;
    }
    .indexsection{
        width: 100%;
        margin-top: 61px;
    }
    .slide1{
        display: block;
        /* height: 600px; */
    }
    .slide1 h2{
        text-align: center;
        margin-left: 0px;
        font-size: 25px;
    }
    .slide1 p{
        font-size: 14px;
        text-align: center;
        margin-left: 0;
    }
    .slide1 a{
        text-align: center;
        /* margin-left: -65px; */
    }
    .slide1 img{
        margin-left: 47px;
        width: 300px;
        height: 250px;
    }
    .widget{
        width: 100%;
        overflow: hidden;
    }
    .slidestyle{
        display: block;
    }
    .slidestyle1{
        margin-left: 59px;
    }
    .awards{
        width: 100%;
        margin-top: 50px;
    }
    .awardsh1 h1{
        text-align: center;
        margin-left: -3px;
    }
    .awarddiv1{
        display: block;
    }
    .smallaward1{
        text-align: center;
    }
    .smallaward1 p{
        margin-top: 0;
        text-align: center;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 100;
        width: 208px;
        margin-left: 80px;
        margin-top: 10px;
    }
    .smallaward1 img{
        width: 90px;
        margin-left: 140px;
    }
    .seeall{
        text-align: center;
        margin-left: 87px;
        width: 200px;
    }
    .seeall a{
        margin-left: 0;
        font-size: 13px;
        font-family: sans-serif;
    }
    .privateowned2{
        display: block;
        margin-top: 70px;
    }
    .privateowned2 img{
        margin-left: 22px;
        width: 330px;
        height: 300px;
    }
    .flexdiv16 h1{
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
        font-size: 30px;
    }
    .flexdiv16 span{
        /* margin-left: 30px; */
    }
    .flexdiv16 p{
        /* margin-left: 56px; */
        font-size: 12px;
    }
    .type2{
        margin-top: 50px;
    }
    .type2 h3{
        font-size: x-large;
        text-align: center;
    }
    .type{
       display: block;
    }
    .type1{
        text-align: center;
        margin-top: 30px;
    }
    .type1 a img{
        margin-left: 10px;
        margin-left: 0;
    }
    .type4{
        height: 540px;
    }
    .type4 a{
        margin-left: 109px;
        margin-top: -70px;
    }
    .type5{
        /* height: 540px; */
        display: block;
    }
    .footer{
        width: 100%;
    }
    .footerdiv{
        /* height: 600px; */
        text-align: center;
    }
    .footerdiv h4{
        margin-left: 0;
    }
    .footerdiv ol li{
        margin-left: 0;
        font-family: sans-serif;
        font-size: 12px;
    }
    .footerdiv p{
        margin-left: 0;
        font-family: sans-serif;
        font-size: 12px;
    }
    .footerdiv1{
        height: 800px;
    }
    .footersub{
        height: 300px;
    }
    .footersub p {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 100;
    }
    .displayfoot{
        height: 880px;
        width: 100%;
        margin-top: -20px;
    }
    .displayfoot3{
        display: block;
    }
    .displayfoot1{
        text-align: center;
        margin-left: -50px;
    }
    .displayfoot1 h4{
        position: relative;
        margin-top: 20px;
        font-family: sans-serif;
        margin-left: 47px;
    }
    .displayfoot1 ul li{
        font-size: 12px;
        margin-left: 0;
        font-family: sans-serif;
        margin-left: 47px;
    }
    .sitediv{
        width: 100%;
    }
    .site{
        height: 230px;
        display: block;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .site p{
        margin-right: 0;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 100;
    }
    .site span{
        margin-left: 0;
    }
    .earncell{
        width: 100%;
    }
    .earncell2 p {
        font-family: sans-serif;
        font-size: 12px;
    }
    .earncell3 h4{
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
        margin-left: -18px;
    }
    .earncell3 h4 p{
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }
    .earncell4 h2{
        font-family: sans-serif;
        font-size: 12px;
    }
    .aboutsection{
        width: 100%;
        margin-top: 70px;
    }
    .aboutsectiondiv{
        display: block;
    }
    .aboutsectiondiv1{
        width: 100%;
        margin-left: 0;
    }
    .aboutsectiondiv1 h1 {
        text-align: center;
        font-weight: 300;
        font-size: 22px;
        font-family: sans-serif;
    }
    .aboutsectiondiv1 p {
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        font-family: sans-serif;
        margin-top: 20px;
    }
    .aboutsectiondiv1 h2 {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        font-family: sans-serif;
        margin-top: 20px;
    }
    .aboutsectiondiv2 {
        width: 100%;
        margin-right: 0;
    }
    .aboutsectiondiv2 img {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .aboutsectiondiv5 {
        display: block;
        margin-top: 20px;
    }
    .aboutsectiondiv3 {
        width: 100%;
        margin-left: 0;
    }
    .aboutsectiondiv3 img{
        width: 80%;
        margin-left: 34px;
    }
    .aboutsectiondiv4 {
        width: 100%;
        margin-right: 0;
    }
    .aboutsectiondiv4 h1 {
        text-align: center;
        font-family: sans-serif;
        font-weight: 300;
    }
    .aboutsectiondiv4 p {
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        font-family: sans-serif;
        margin-top: 20px;
    }
    .aboutsectiondiv9 {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .aboutsectiondiv9 h1 {
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        font-family: sans-serif;
        margin-top: 20px;
        line-height: 2.5rem;
    }
    .aboutsectiondiv6 {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    .aboutsectiondiv7 {
        width: 50%;
        margin-bottom: 50px;
    }
    .aboutsectiondiv7 ul li {
        font-size: 12px;
        margin-top: 20px;
    }
    .aboutsectiondiv8 {
        width: 50%;
        margin-left: 78px;
    }
    .aboutsectiondiv8 ul li{
        text-align: center;
        font-size: 12px;
        margin-left: 0;
    }
    .aboutsectiondiv10 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .aboutsectiondiv10 h1 {
        text-align: center;
        font-weight: 300;
        font-size: 30px;
        font-family: sans-serif;
        margin-top: 20px;
        line-height: 2.5rem;
    }
    .aboutsectiondiv10 h2 {
        text-align: center;
        font-weight: 300;
        font-family: sans-serif;
        margin-left: 0;
    }
    .aboutsectiondiv10 p {
        font-size: 12px;
        margin-top: 30px;
        margin-left: 0;
        text-align: center;
    }
    .awarddiv{
        display: block;
        border: 1px solid hsla(217, 74%, 6%, 0.1);
    }
    .smallaward p{
        text-align: center;
        margin-left: 0;
    }
    .awardsh1 h1{
        margin-left: 0;
    }
    .supportsection {
        width: 100%;
        margin-top: -240px;
    }
    .support h2{
        margin-top: 50;
    }
    .support p{
        margin-top: 40px;
    }
    .supportdivn1 {
        height: 420px;
        width: 100%;
    }
    .supportdiv10{
        margin-top: 0px !important;
    }
    .support{
        background-image:  none;
        background-color: #3f484f;
    }
    .supportdivn1 h4{
        margin-top: 282px;
        font-size: large;
    }
    .supportdivn1 p{
        margin-top: 318px;
        font-size: 13px;
        line-height: 1.2rem;
    }
    .supportdiv10 h1 {
        /* height: 25px; */
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    .supportdivn{
        border: none;
        width: 100%;
    }
    .supportdivn span {
        margin-left: 10px;
    }
    .textcontainer2{
        height: 84px;
        width: 100%;
        flex-wrap: nowrap;
    }
    .text {
        margin-top: 8px;
    }
    .text span{
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 300;
    }
    .commondivdiv {
        margin-top: 30px;
        width: 100%;
    }
    .commondivdiv h6{
        text-align: center;
        margin-left: 0;
    }
    .commondiv{
        flex-direction: column;
    }
    .commondivclass{
        
        width: 100%;
    }
    .commondivclass span {
        padding: 0;
    }
    .commondivclass a {
        font-size: 14px;
    }
    .supportcontact1 {
        display: block;
    }
    .supportcontact2{
        width: 100%;
        text-align: center;
        padding: 13px;
    }
    .supportcontact2 a img {
        margin-left: 0;
    }
    .supportcontact2 a span {
        margin-left: 0;
    }
    .supportcontact2 h2{
        font-size: large;
        margin-top: 5px;
    }
    .supportcontact2 p{
        font-size: 14px;
    }
    .support h2{
        display: block;
    }
    .echsection40{
        width: 100%;
        height: 450px;
    }
    .ech40{
        display: block;
        margin-left: 0;
        margin-top: -9px;
    }
    .ech40 p{
        margin-top: 9px;
        position: relative;
        text-align: center;
        font-size: 14px;
    }
    .ech40 h2{
        text-align: center;
        font-size: x-large;
    }
    .ech40 img {
        height: 256px;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .ech40btn {
        text-align: center;
        margin-left: 0;
        position: relative;
        margin-top: 23px;
    }
    .ech40btn a{
        font-size: 12px;
    }
    .echsection50 {
        width: 100%;
    }
    .echsection51{
        display: block;
    }
    .echsection51 h2{
        font-size: large;
        text-align: center;
    }
    .echsection51 h2 span{
        margin-left: 0;
    }
    .echsection52 {
        display: block;
        margin-top: 40px;
        width: 100%;
    }
    .echsection521 {
        width: 100%;
        margin-left: 0;
        text-align: center;
        background-color: hsla(208,7%,46%,0.1);
        height: 390px;
    }
    .echsection521 p{
        font-size: 13px;
        margin-top: 20px;
    }
    .ech52btn button {
        padding: 10px;
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }
    .ech52btn a{
        font-size: 12px;
    }
    .echsection522 {
        width: 100%;
        margin-right: 0;
    }
    .echsection522 img {
        width: 100%;
        margin-left: 0;
    }
    .echsection53 {
        margin-top: 20px;
        width: 100%;
    }
    .echsection53 img {
        width: 100%;
        height: 200px;
    }
    .echsection53 h1{
        margin-left: 0;
        text-align: center;
    }
    .echsection53 h2{
        margin-left: 0;
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }
    .ech53btn button{
        margin-left: 0;
        text-align: center;
    }
    .ech53btn{
        text-align: center;
    }
    .ech53btn a{
        font-size: 12px;
    }
    .ech55btn a{
        font-size: 12px;
    }
    .ech55btn button{
        margin-top: 10px;
    }
    .echsection57 {
        width: 100%;
        display: block;
        margin-top: 40px;
        height: 660px;
    }
    .echsection571 {
        width: 100%;
        margin-left: 0;
    }
    .echsection572 {
        width: 100%;
        margin-right: 0;
    }
    .echsection57 h2{
        text-align: center;
        font-size: 25px;
    }
    .echsection57 p {
        text-align: center;
    }
    .echsection572 img {
        width: 100%;
        margin-top: 20px;
    }
    .echsection{
        margin-top: -85px;
        width: 100%;
    }
    .ech {
        display: block;
        margin-left: 0;
    }
    .ech h2{
        text-align: center;
        font-size: 25px;
    }
    .ech img {
        height: 195px;
        width: 100%;
        margin-left: 0;
    }
    .textsection {
        width: 100%;
    }
    .textcontainer{
        width: 100%;
        display: block;
    }
    .text{
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }
    .backgroundsection {
        margin-top: 0;
        width: 100%;
    }
    .words{
        margin-top: 0;
    }
    .words h2{
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
        font-size: 25px;
    }
    .words p{
        margin-left: 0;
        text-align: center;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 100;
        margin-top: 20px;
    }
    .image {
        margin-top: 0;
        margin-left: 0;
    }
    .image img{
        width: 350px;
        height: 312px;
    }
    .section2 {
        width: 100%;
    }
    .sectionred h1{
        margin-left: 0;
        margin-top: 68px;
        text-align: center;
    }
    .red{
        width: 100%;
        height: 454px;
    }
    .flexdiv{
        display: block;
    }
    .flexdiv ul li {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 100;
    }
    .plans {
        width: 100%;
        margin-top: 25px;
    }
    .p{
        margin-left: 56px;
        width: 70%;
    }
    .p p{
        font-size: 14px;
        font-weight: 100;
        font-family: sans-serif;
    }
    .plans h2{
        margin-top: 50px;
        margin-left: 0;
        text-align: center;
    }
    .plansclass{
        width: 100%;
        display: block;
    }
    .lite{
        width: 100%;
        margin-left: 0;
    }
    .lite h1{
        margin-left: 0;
        text-align: center;
    }
    .lite p{
        margin-left: 0;
        text-align: center;
    }
    .pro{
        width: 100%;
        margin-left: 0;
    }
    .pro h1{
        margin-left: 0;
        text-align: center;
    }
    .pro p{
        margin-left: 0;
        text-align: center;
    }
    .techsection {
        width: 100%;
    }
    .technology {
        display: block;
        margin-top: 50px;
    }
    .techimg{
        width: 100%;
    }
    .techimg img{
        width: 100%;
        margin-left: 0;
        height: 263px;
    }
    .techdiv{
        width: 100%;
    }
    /*  */
    .techdiv1{
        text-align: center;
    }
    .techdiv1 p{
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 100;
    }
    .techdiv2 h1{
        font-size: 16px;
        font-family: sans-serif;
        margin-left: 0;
    }
    .techdiv1 h1{
        font-size: 16px;
        font-family: sans-serif;
        margin-left: 0;
    }
    .techdiv3 h1{
        font-size: 16px;
        font-family: sans-serif;
        margin-left: 0;
    }
    .techdiv4 h1{
        font-size: 16px;
        font-family: sans-serif;
        margin-left: 0;
    }
    .techdiv1 span{
        margin-left: -150px;
    }
    .techdiv2 span{
        margin-left: -150px;
    }
    .techdiv3 span{
        margin-left: -150px;
    }
    .techdiv4{
        float: none;
    }
    .techdiv2 {
        float: none;
        margin-top: 23px;
        margin-left: 0;
        text-align: center;
    }
    .techdiv3 {
        margin-left: 0;
        margin-top: 25px;
        text-align: center;
    }
    .techdiv3 p{
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 100;
    }
    .techdiv2 p{
        font-family: sans-serif;
        font-size: 14px;
        font-weight: 100;
    }
    .securitysection {
        width: 100%;
    }
    .security{
        display: block;
        margin-top: 50px;
    }
    .securitydiv h1{
        margin-left: 0;
        text-align: center;
        font-size: x-large;
    }
    .securitydiv p{
        margin-left: 0;
        text-align: center;
        font-size: 14px;
    }
    .securityimg img {
        width: 100%;
        margin-left: 0;
    }
    .ech5 {
        display: flex;
        margin-top: 0;
        margin-left: 0;
        justify-content: space-around;
        text-align: center;
        width: 100%;
    }
    .ech1 h1{
        margin-right: 0;
        font-size: 20px;
    }
    .ech1 p{
        font-size: 12px;
    }
    .ech2 {
        display: flex;
        margin-top: 0;
        margin-left: 0;
        justify-content: space-around;
        text-align: center;
        width: 100%;
    }
    .ech1{
        width: 33.3%;
        height: 40px;
    }
    .ech3{
        width: 33.3%;
        margin-top: 20px;
    }
    .ech3 h1{
        margin-right: 0;
        font-size: 20px;
    }
    .ech3 p{
        font-size: 12px;
    }
    .d{
        margin-left: 56px;
        width: 70%;
    }
    .d p{
        font-size: 14px;
        font-weight: 100;
        font-family: sans-serif;
    }
    .background2{
        width: 100%;
        float: none;
    }
    .background2 h1{
        text-align: center;
        margin-left: 0;
        font-size: 25px;
        margin-top: 24px;
        position: absolute;
    }
    .background2 p{
        margin-left: 0;
        text-align: center;
        font-size: 14px;
        margin-top: 125px;
        position: absolute;
    }
    .a{
        position: absolute;
        margin-top: 271px;
        margin-left: 25%;
        width: 50%;
        text-align: center;
    }
    .a a{
        margin-left: 0;
        font-size: 13px;
        font-weight: 100;
    }
    .openaccount {
        width: 100%;
        margin-top: -85px;
    }
    .opened h1{
        font-size: x-large;
    }
    .opened p{
        font-size: 14px;
    }
    .imageslide{
        width: 100%;
        display: block;
    }
    .imageslide1{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .pricing {
        width: 100%;
        margin-top: -119px;
    }
    .backwords img{
        width: 50px;
        margin-left: 158px;
        margin-top: 86px;
    }
    .pricingdiv {
        display: block;
        margin-left: 0;
    }
    .pricingdiv2{
        width: 87%;
        margin-left: 0;
        height: 255px;
        margin-left: 23px;
    }
    .pricingdiv2 img{
        margin-top: 0;
    }
    .pricingdiv1{
        margin-right: 0;
        width: 87%;
        margin-left: 23px;
        margin-top: 41px;
        box-shadow: 10px 10px 10px 10px #efefef;
    }
    .pricingdiv1 img{
        margin-top: 0;
        margin-left: 67px;
    }
    .supportdiv{
        display: block;
        width: 100%;
        margin-top: 41px;
    }
    .supportdiv1{
        margin-left: 23px;
        width: 87%;
    }
    .supportdiv2{
        margin-left: 23px;
        width: 87%;
        margin-top: 41px;
        box-shadow: 10px 10px 10px 10px #efefef;
    }
    .tradingsection {
        width: 100%;
        margin-top: 61px;
        overflow: hidden;
    }
    .tradingdiv{
        display: block;
        margin-top: 0;
        float: none;
    }
    .tradingdiv1{
        float: none;
        margin-right: 0;
    }
    .tradingdiv h2{
        font-size: 30px;
    }
    .tradingdiv h1{
        font-size: 30px;
    }
    .tradingdiv1 p{
        line-height: 1.2rem;
        font-size: 13px;
        font-weight: 100;
    }
    .profit{
        margin-top: 0;
    }
    .profit h1{
        margin-left: 0;
        font-size: 29px;
    }
    .profit h4{
        margin-left: 0;
        margin-top: 100px;
        font-size: 22px;
    }
    .profitdiv1 {
        width: 100%;
    }
    .profitdiv {
        width: 100%;
        margin-left: 0;
        display: block;
        height: 328px;
    }
    .profitdiv img {
        width: 100%;
    }
    .profitdiv p{
        margin-top: 12px;
        font-size: 14px;
    }
    .afterarrow{
        display: block;
    }
    .afterarrow img {
        width: 100%;
        margin-top: 20px;
    }
    .arrow {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .arrow span {
        margin-left: 0;
        font-size: 90px;
    }
    .beforearrow h1{
        font-size: x-large;
    }
    .beforearrow h4{
        font-size: x-large;
    }
    .servicessection {
        width: 100%;
        margin-top: -109px;
    }
    .servicebackground{
        display: block;
    }
    .servicebackground h1{
        margin-left: 0;
        font-size: 25px;
        text-align: center;
    }
    
    .servicebackground img {
        margin-left: 0;
    }
    .serviceimg img{
       display: none;
    }
    .servicebackground img {
        margin-left: 0;
        width: 100%;
        margin-top: 32px;
    }
    .serviceshome {
        display: block;
        margin-top: 30px;
        width: 100%;
    }
    .serviceshome img {
        width: 100%;
        margin-left: 0;
    }
    .serviceshome h4{
        text-align: center;
        margin-left: 0;
    }
    .serviceshome p {
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
        font-size: 15px;
    }
    .serviceshomea{
        text-align: center;
    }
    .serviceshomea a{
        margin-left: 0;
        font-size: 14px;
    }
    .freebottom {
        display: block;
        margin-top: 50px;
    }
    .freebottom img {
        width: 100%;
        margin-left: 0;
    }
    .freebottom h2{
        margin-left: 0;
        text-align: center;
        font-size: x-large;
    }
    .freebottom h3{
        margin-left: 0;
        text-align: center;
        font-size: medium;
    }
    .freebottom p{
        margin-left: 0;
        text-align: center;
        font-size: 15px;
    }
    .educationsection {
        width: 100%;
        margin-top: 60px;
    }
    .educationdiv{
        display: block;
    }
    .educationdiv1{
        width: 100%;
    }
    .educationdiv1 h1{
        font-size: x-large;
        margin-top: 10px;
    }
    .educationdiv1 p{
        text-align: center;
        margin-left: 0;
        font-family: sans-serif;
        font-size: 13px;
        font-weight: 100;
        margin-top: 16px;
    }
    .educationdiv1 a{
        padding: 5px;
    }
    .educationdiv2 {
        width: 100%;
    }
    .educationdiv2 img {
        width: 100%;
        margin-top: 15px;
    }
    .backgroundedu{
        width: 100%;
        margin-top: 16px;
        display: block;
    }
    .backgroundedu img {
        width: 100%;
        height: 270px;
    }
    .opened h1{
        margin-left: 0;
    }
    .feedbacks {
        width: 100%;
        /* margin-top: 60px; */
    }
    .feedbacks2 {
        /* margin-top: 60px; */
        background: linear-gradient(179.02deg, #f8fbff00 -15.49%, #F7F7F7 107.09%);
    }
    .feedbacks2 h4{
        margin-left: 0;
    }
    .feedbacksimages {
        display: none;
    }
    .opened1 h1{
        margin-left: 0;
        margin-top: 10px;
    }
    .slidediv{
        display: block;
        width: 100%;
    }
    .slidediv1 {
        background-image: url('../images/smile1.jpeg');
        background-size: cover;
        width: 100%;
        height: 500px;
    }
    .slidediv2{
        background-color: #212148;
        height: 500px;
        opacity: 0.7;
    }
    .slidediv3 h1{
        text-align: center;
        margin-left: 67px;
        font-size: x-large;
    }
    .slidediv3 h2 {
        margin-left: 0;
        text-align: center;
        font-size: medium;
        margin-top: 164px;
     }
     .space{
        text-align: center;
        margin-left: 0;
        margin-top: 260px;
     }
     .space span {
        margin-left: 33px;
    }
    .space p {
        font-size: 15px;
    }
    .slideshow-container{
        width: 100%;
    }
    .fade img{
        height: 300px;
    }
    .text1 p{
        font-size: 13px;
    }
    .echsection1{
        width: 100%;
    }
    .ech10 {
        margin-top: 60px;
        display: block;
        margin-left: 0;
    }
    .ech10 h2 {
        margin-top: 0;
        text-align: center;
        font-size: x-large;
    }
    .ech10 img {
        height: 220px;
        width: 100%;
        margin-left: 0;
    }
    .textcontainer4 {
        width: 100%;
        height: 443px;
        margin-top: -12px;
        display: block;
    }
    .flexdiv10sect {
        width: 100%;
        height: 1034px;
    }
    .flexdiv10 {
        width: 80%;
       display: block;
    }
    .flexdiv10 span {
        margin-left: -23px;
    }
    .flexdiv10 p {
        margin-left: 0;
        text-align: center;
        font-family: sans-serif;
        font-weight: 100;
        font-size: 13px;
    }
    .mapsection {
        width: 100%;
        margin-top: 30px;
    }
    .map {
        display: block;
    }
    .map1 h1{
        margin-left: 0;
        text-align: center;
    }
    .map1 p {
        margin-left: 0;
        text-align: center;
        font-family: sans-serif;
        font-weight: 100;
        font-size: 14px;
    }
    .map2{
        display: block;
        margin-top: 0;
    }
    .map2 h1 {
        margin-top: 20px;
    }
    .map1 p{
        margin-top: 0;
    }
    .mapimg img {
        width: 100%;
        margin-right: 0;
    }
    .privateowned {
        width: 100%;
        margin-top: 0;
    }
    .privateowned1 {
        display: block;
    }
    .privateowned1 img{
        width: 100%;
    }
    .flexdiv11 h1{
        margin-left: 0;
        text-align: center;
    }
    .flexdiv11 p{
        margin-left: 40px;
        font-family: sans-serif;
        font-weight: 100;
        font-size: 14px;
    }
    .private2 {
        width: 100%;
        height: 475px;
        text-align: center;
    }
    .private2 h1{
        margin-left: 31px;
    }
    .private3{
        display: block;
        margin-left: 20px;
    }
    .private3 img{
        margin-right: 24px;
        height: 62px;
    }
    .privateowned5 {
        display: block;
    }
    .privateowned5 img {
        width: 100%;
    }
    .flexdiv14 h1{
        margin-left: 0;
        text-align: center;
    }
    .flexdiv14 p{
        margin-left: 40px;
        font-family: sans-serif;
        font-size: 13px;
    }
    .echsection20{
        width: 100%;
        height: 400px;
    }
    .ech20 {
        display: block;
        margin-left: 0;
    }
    .ech20 h2{
        text-align: center;
    }
    .ech20 p {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
        font-size: 13px;
        font-family: sans-serif;
    }
    .ech20 img {
        margin-left: 0;
        width: 100%;
        height: 244px;
        margin-top: 20px;
    }
    .textcontainer4{
        height: 545px;
    }
    .text4 {
        width: 100%;
    }
    .flexdiv10 img{
        margin-top: 86px;
        width: 100%;
        height: 230px;
    }
    .loginsection {
        width: 100%;
    }
    .loginsection5{
        text-align: center;
        width: 100%;
    }
    .loginsection5 img {
        width: 100%;
        margin-left: 0;
    }
    .loginsection8{
        width: 100%;
    }
    .loginsection6 {
        width: 100%;
        margin-left: 0;
    }
    .loginsection2 h1 {
        text-align: center;
    }
    .loginsection3{
        margin-left: 0;
    }
    .loginsection3 input{
        width: 100%;
        float: none;
    }
    .loginsection4 button{
        width: 100%;
    }
    .loginsection9 a{
        margin-left: 0;
    }
    .open4div1{
        display: none;
    }
    .opennav{
        width: 100%;
    }
    .opennav3{
        width: 100%;
    }
    .opennav1{
        width: 100%;
    }
    .opennav1 img {
        width: 250px;
        margin-left: -16px;
        margin-top: -3px;
    }
    .opennav1 span{
        margin-left: -37px;
        font-size: 17px;
        margin-top: 50px;
    }
    .shift2 {
        margin-left: 220px;
        margin-top: 45px;
        position: absolute;
    }
    .open4section{
        width: 100%;
    }
    .open4div{
        width: 100%;
        display: block;
        margin-top: 90px;
    }
    .open4div2 h1 {
        display: none;
    }
    .open4div2 h2 {
        display: block;
        text-align: center;
        font-family: sans-serif;
        font-weight: 300;
        font-size: 20px;
    }
    .open4div2 form{
        width: 100%;
    }
    .openform {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .openform9{
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .openform1{
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .openform input{
        width: 90%;
        outline: none;
    }
    .openform button{
        width: 90%;
    }
    .openform9 input{
        width: 90%;
        outline: none;
    }
    .openform1 input{
        width: 100%;
        outline: none;
    }
    .openform select{
        width: 90%;
    }
    .iti{
        width: 90%;
    }
    .openform h6{
        position: absolute;
        margin-left: 23px;
    }
    .openform p{
        font-size: 16px;
        font-weight: 300;
        padding: 5px;
    }
    .openform9 p{
        font-size: 16px;
        font-weight: 300;
        padding: 5px;
    }
    .openform1 p{
        font-size: 16px;
        font-weight: 300;
        padding: 5px;
    }
    .span10 span{
        display: block;
        margin-left: 10px;
        margin-top: 23px;
        font-size: 25px;
    }
    .sidenav {
        margin-top: 26px;
        width: 351%;
        display: none;
        border-radius: 0;
    }
    .bigcontainer{
        width: 100%;
    }
    .rightbig{
        margin-left: 0;
        width: 100%;
    }
    .leftbig h2 {
        margin-top: 0;
        font-size: 20px;
    }
    .sidenav a{
        font-size: 12px;
    }
    .sidenav button{
        font-size: 12px;
    }
    .leftbig img {
        width: 120px;
        margin-left: 29px;
    }
    .rightbig1{
        width: 100%;
    }
    .rightbig1 h2{
        display: none;
    }
    .rightbig1 h3{
        font-size: 12px;
        float: none;
        margin-left: 211px;
    }
    .rightbig1 h4{
        margin-top: 3px;
        float: right;
        margin-right: 149px;
        font-size: 12px;
    }
    .rightbig1 img {
        margin-top: -18px;
        width: 40px;
        height: 40px;
    }
    .rightbig3 {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 270px;
        background-color: inherit;
    }
    .rightbig2 {
        height: 230px;
        border-radius: 0;
        text-align: center;
        width: 90%;
        margin-top: 73px;
        margin-left: 18.5px;
        background-color: inherit;
    }
    .rightbig2 p{
        margin-left: 134px;
        display: none;
    }
    .rightbig2 img {
        width: 100px;
        margin-top: 47px;
        margin-left: 0;
        border-radius: 0;
        height: 100px;
    }
    .rightbig2 h3{
        margin-top: 10px;
        font-size: 12px;
    }
    .rightbig2 h5 {
        margin-left: 106px;
    }
    .rightbig2 h4 {
        margin-left: 59px;
    }
    .rightbig32 {
       width: 45%;
       height: 90px;
    }
    .rightbig33 {
        width: 45%;
        height: 90px;
     }
     .rightbig35 {
        width: 45%;
        height: 90px;
     }
     .rightbig36 {
        width: 45%;
        height: 90px;
     }
     .rightbig32 h1{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig32 h2{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig32 h4{
        font-size: 17px;
        margin-left: 0;
        text-align: center;
        font-weight: 300;
     }
     .rightbig33 h1{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig33 h2{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig33 h4{
        font-size: 17px;
        margin-left: 0;
        text-align: center;
        font-weight: 300;
     }
     .rightbig35 h1{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig35 h2{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig35 h4{
        font-size: 17px;
        margin-left: 0;
        text-align: center;
        font-weight: 300;
     }
     .rightbig36 h1{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig36 h2{
        margin-top: 10px;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig36 h4{
        font-size: 17px;
        margin-left: 0;
        text-align: center;
        font-weight: 300;
     }
     .rightbig4{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
     }
     .rightbig5{
        display: none;
     }
     .rightbig6 {
        display: block;
        height: 750px;
     }
     .rightbig61{
        width: 100%;
        height: 118px;
        text-align: center;
     }
     .rightbig61 h1{
        font-size: 25px;
        font-weight: 300;
        margin-left: 142px;
     }
     .rightbig61 h4{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
        margin-top: 0;
     }
     .rightbig61 h2{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig62{
        margin-top: 10px;
        width: 100%;
        height: 118px;
        text-align: center;
     }
     .rightbig62 h1{
        font-size: 25px;
        font-weight: 300;
        margin-left: 142px;
     }
     .rightbig62 h4{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
        margin-top: 0;
     }
     .rightbig62 h2{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig63{
        margin-top: 10px; 
        width: 100%;
        height: 118px;
        text-align: center;
     }
     .rightbig63 h1{
        font-size: 25px;
        font-weight: 300;
        margin-left: 142px;
     }
     .rightbig63 h4{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
        margin-top: 0;
     }
     .rightbig63 h2{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
     }
     .rightbig64{
        margin-top: 10px; 
        width: 100%;
        height: 118px;
        text-align: center;
     }
     .rightbig64 h1{
        font-size: 25px;
        font-weight: 300;
        margin-left: 142px;
     }
     .rightbig64 h4{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
        margin-top: 0;
     }
     .rightbig64 h2{
        margin-left: 0;
        font-size: 25px;
        font-weight: 300;
     }
     .daily h2{
        font-size: 25px;
     }
     .transaction{
        margin-left: 0;
        width: 100%;
        overflow-x: scroll;
        height: 862px;
        margin-top: 14px;
     }
     .scroll{
        display: block;
        margin-top: 74px;
     }
     .scroll h2{
        text-align: center;
        font-family: sans-serif;
        font-size: 21px;
        font-weight: 300;
     }
     .deposit1{
        width: 100%;
        margin-left: 0;
        background-color: white;
        margin-top: 70px;
     }
     .deposit1 h4{
        font-size: 12px;
     }
     .deposit2{
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: -35px;
     }
     .deposit3{
        width: 100%;
        border-radius: 0;
        text-align: center;
     }
     .deposit3 form{
        margin-left: 0;
        
     }
     .deposit3 img{
        margin-left: 0;
     }
     .deposit3 form input, .deposit3 form button {
        width: 100%;
     }
     .deposit4{
        width: 100%;
        border-radius: 0;
        text-align: center;
     }
     .deposit4 form{
        margin-left: 0;
        
     }
     .deposit4 img{
        margin-left: 0;
     }
     .deposit4 form input, .deposit4 form button {
        width: 100%;
     }
     .upgrade2{
        display: block;
        width: 100%;
        margin-left: 0;
        background-color: white;
        margin-top: 70px;
     }
     .upgrade3 {
        width: 100%;
     }
     .live{
        width: 100%;
        margin-top: 60px;
     }
     .supportxv{
        display: block;
        width: 100%;
     }
     .supportxy {
        width: 100%;
    }
    .supportxs {
        width: 100%;
    }
    .supportxs p{
        text-align: center;
        font-family: sans-serif;
        font-size: 12px;
        margin-top: 20px;
    }
}