body {
    background-color: #ffffff;
    font-family: "DM Sans", sans-serif;
}

.hide-body{
    overflow-y: hidden !important;
}



.container{
    padding: 0;
    max-width: 1350px;
    width: 90%;
    margin: auto;
}

.container a {
    text-decoration: none;
    color: #e43621;
}

.container a:hover {
    text-decoration: underline;
    color: #7b3a3a;
}

/*@media only screen and (min-width: 1400px) {*/
/*    .container{*/
/*        max-width: 70%;*/
/*    }*/

/*}*/

/* FOOTER STYLING */

footer {
    background-color: #f8f8f8;
    padding: 4%;
    width: 100%;
    margin-bottom: 80px;
}


footer img {
    width: 160px;
}

footer a {
    color: #e43621;
    text-decoration: none;
}

footer li {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
}

.social-media {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-media img {
    height: auto;
    max-width: 100%;
    width: 27px;
    margin-right: 10px;
}

.rights-class {
    text-align: center;
    font-size: 12px;
}

.footer-text-class{
    padding-top: 24px;
}
.footer-text-class p{
    font-size: 12px;
    line-height: 24px;
    margin: 10px;
}

.footer-hr{
    background-color: #e5e8da;
    height: 1px;
}


.columns-class {
    font-size: 15px;
    padding: 0 24px;
    margin-bottom: 70px;

}

.columns-class h6 {
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 19.2px;
}

.columns-class a {
    color: black;
}

.columns-class a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
    .sm-class {
        margin-top: 50px;
    }

}





/* HEADER STYLING */

header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

header img {
    width: 180px;
}


@media only screen and (max-width: 1000px) {
    header img {
        margin: 0 10%;
    }

}


.header-class {
    /*padding-top: 15px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    height: inherit;
    width: 100%;
}

.logo-class {
    display: flex;
    justify-content: flex-start;
}


.menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 1.4rem;
}




/* Styling the menu button */
.menu-btn {
    z-index: 3;
    cursor: pointer;
    transition: all 0.5s ease-out;
    margin-top: 5px;
}

/* Styling the hamburger lines */
.menu-btn .btn-line {
    width: 28px;
    height: 1px;
    margin: 0 0 7px 0;
    background: black;
    transition: all 0.5s ease-out;
}

/* Adding transform to the X */
.menu-btn.close {
    transform: rotate(180deg);
}

/* Styling the three lines to make it an X */
.menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}



.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
}

.plus-minus-toggle:before,
.plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: transform 500ms ease;
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}



#start-trading{
    font-size: 16px;
}


#start-trading a {
    background-color: #e43621;
    padding: 11px 25px;
    border-radius: 2em;
    font-size: 16px;
    text-decoration: none;
    color: white;
    margin-left: 1.4rem;
    text-align: center;
    display: block;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#start-trading a:hover {
    background-color: #7b3a3a;
}



@media (max-width: 680px) {
    #start-trading a {
        font-size: 11px;
    }
}



.trading-arrow{
    width: 7px;
    margin-bottom: 2px;
    margin-left: 4px;
}



@media (max-width: 450px) {

    #start-trading {
        padding: 14px 25px;
        font-weight: bold;
        text-align: center;
        background-color: #e43621;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
}

.icons-group {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
    width: 80%;
}


#header-menu-text {
    margin: 20px 10px;
}

@media only screen and (max-width: 1300px) {
    /*.icons-group {*/
    /*    width: 60%;*/
    /*}*/
}

@media only screen and (max-width: 600px) {
    /*.icons-group {*/
    /*    width: 50%;*/
    /*}*/

    #header-menu-text {
        display: none;
    }

    .logo-class {
        width: 40%;
    }

    header img {
        width: 100%;
    }

}



.menu-titles {
    display: flex;
    justify-content: space-between;
}

.menu-titles img {
    width: 10px;
    height: 10px;
}



.dropmenu {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 100;
    overflow-y: scroll;
    display: none;
    padding-top: 150px;
    padding-bottom: 150px;
    transition:transform 0.3s ease-out;
    transform:scaleY(1);
    transform-origin:top; 

}


.dropmenu h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}


.dropmenu li {
    padding-bottom: 20px;
    list-style: none;
    list-style-position: inside;
}

.dropmenu a {
    color: #e43621;
    text-decoration: none;

}

.login{
    margin-left: 1.4rem;
}

.login img {
    display: inline-block;
    width: 20px;
    margin-bottom: 5px;
}

.login a {
    color: black;
    text-decoration: none;
}

.login a:hover {
    text-decoration: underline;
    margin-bottom: 10px;
}

.language {
    color: #e43621;
    margin-left: 1.4rem;
}

.language span:hover {
    color: black;
}


/* 404 Error Page */

.error {
    text-align: center;
    line-height: 7pt;
}


.error img{
    width: 45%;
}


.error h1 {
    font-size: 45px;
    font-weight: bolder;
    line-height: 30pt;
    margin: 30px 0;
}

.search-404-input{
    width: 35%;
    border-radius: 2em;
    padding: 0.7%;
    border: 0.1px solid #e43621;
    margin: 70px 0px;
    background-image: url('../assets/searcicon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-position-x: 98%;
}

.search-404-input:focus {
    outline: none !important;
    border: 3px solid #e43621;
}


.search-404-submit{
    display: none;
}

.error a {
    color: #e43621;
    text-decoration: none;
}


.error a:hover {
    text-decoration: underline;
    color: #7b3a3a;
}

.error li {
    list-style: none;
    margin: 30px 0;
}

.error ul {
    margin-bottom: 80px;
}

/* AML/CFT Protocol */


.aml-cft-class{
    margin-bottom: 100px;
}

.aml-cft-class h1 {
    font-weight: bolder;
    font-size: 45px;
    margin-bottom: 60px;
    margin-top: 100px;
}

.aml-cft-class p {
    /*margin-top: 30px;*/
    margin: 0;
    margin-bottom: 30px;
}

.aml-cft-class h3 {
    margin-bottom: 15px;
}

.aml-cft-class ol {
    margin-bottom: 50px;
}

.aml-cft-class ul {
   padding-left: 30px;
}

.aml-cft-class ul li{
    margin-bottom: 10px;
}

.aml-cft-class a {
    color: #e43621;
    text-decoration: none;
}

.aml-cft-class a:hover {
    text-decoration: underline;
    color: gray;
}

.policies-header {
    margin: 100px 0;
}


#head-start-trading a {
    background-color: #e43621;
    padding: 13px 23px;
    border-radius: 2em;
    font-size: 15px;
    text-decoration: none;
    color: white;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#head-start-trading a:hover {
    background-color: #7b3a3a;
}

@media (max-width: 1000px) {
    .aml-cft-class h1 {
        text-align: center;
    }

    #head-start-trading a {
        text-align: center;
    }

}




/* OTHER POLICIES STYLING (IN PAGE PARTS) */

.body-content{
    position: relative;
    overflow-y: scroll;
    height: 100vh;
}


.body-content::-webkit-scrollbar {
    display: none;
}

.policies {
    top: 20%;
    position: sticky;
    margin-left: 30px;
}

.policies a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.policies a:hover {
    text-decoration: underline;
}

.policies p {
    color: gray;
}

.other-policies {
    background-color: #f8f8f8;
    border-radius: 1em;
    padding: 3rem;
    margin-top: 50px;
    position: relative;
}


.other-policies ul{
    padding: 0;
}


.other-policies ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0.7rem;
}

.other-policies a {
    color: black;
    font-size: 16px;
    padding-left: 10px;
}

.other-policies a:hover {
    text-decoration: underline;
}

.other-policies h5 {
    margin-bottom: 20px;
    font-size: 24.96px;
}

.other-policies-back {
    background-color: #e43621;
    border-radius: 2em;
    z-index: -100;
    transform: rotate(7deg);
    position: absolute;
    height: calc(90%);
    width: calc(90%);
    margin-top: -2%;
}

.policies-li {
    display: flex;
    align-items: center;
}

.policies-links p{
    text-align: right;
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.policies-links a{
    color: gray;
}

@media only screen and (max-width: 1023px) {
    .other-policies-back {
        display: none;
    }

    .other-policies {
        margin-bottom: 100px;
    }
}



/* KYC Process Styling */

.docs-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.docs-class p {
    margin-left: 3% !important;
}



/* STICKY FOOTER  */

.sticky-footer {
    background-color: white;
    box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.05)!important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: +10;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-left: 7%;*/
    /*padding-right: 2%;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-with-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icons img{
    width: 40px;
    margin-right: calc(15px + 0.2em);
}


.footer-icon-text{
    font-size: 15px;
    line-height: 19px;
}

.footer-icon-text p{
    margin: 0;
    padding: 0;
}


.orange-footer {
    background-color: #e43621;
    color: white;
    font-size: 13px;
    align-items: center;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

.orange-footer p{
    margin-bottom: 0;
}

.orange-footer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.orange-footer a:hover {
    text-decoration: underline;
}


.orange-footer-child{
    display: flex;
    justify-content: space-between;
}


@media(max-width: 800px) {
    .sticky-footer {
        display: none !important;
    }
}

#sticky-start-trading a {
    background-color: #e43621;
    padding: 13px 23px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    /*-webkit-transition: background-color 0.2s ease-out;*/
    /*-moz-transition: background-color 0.2s ease-out;*/
    /*-o-transition: background-color 0.2s ease-out;*/
    /*transition: background-color 0.2s ease-out;*/
    transition-property: background,border,box-shadow,color,opacity,transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#sticky-start-trading a:hover {
    background-color: #7b3a3a;
}

/* THE PLATFORM */

#platform-breadcrumbs p{
    text-align: left;
    margin-top: 70px;
}


.platform-header {
    margin: 50px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.platform-header img {
    width: 80%;
    float: right;
}


@media screen and (min-width: 200px) and (max-width: 1000px) {
    .platform-header img {
        display: none !important;
    }

    .platform-header {
        text-align: center;
    }
}

.platform-header h1 {
    font-size: 40px;
    font-weight: bold;
}

.platform-header h4 {
    font-size: 22px;
    margin-bottom: 60px;
}

.platform-links {
    margin: 0;
}

.platform-links a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.platform-links a:hover {
    text-decoration: underline;
}

.platform-links p {
    margin-top: 50px;
    color: gray;
}

.platform-body {
    margin: 50px 0;
}

.platform-body h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center
}

.platform-body p {
    text-align: center;
    padding: 0 13.5%;
}

.cards {
    margin-top: 100px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

@media (max-width: 600px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}


.platform-card-class {
    width: 93%;
    background-color: #f8f8f8;
    border-radius: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7%;
    padding: 5%;
}

.platform-card-class p {
    text-align: left;
}

.platform-cards {
    margin: 50px 0;
}

#foot-start-trading {
    text-align: center;
    margin-bottom: 100px;
}


#foot-start-trading a {
    background-color: #e43621;
    padding: 13px 23px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#foot-start-trading a:hover {
    background-color: #7b3a3a;
}


/*GET IN TOUCH STYLING*/


.touch-header{
    text-align: left;
    margin: 100px 0;
}

#touch-title{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

#touch_sub_heading h4{
    font-size: 30px;
    line-height: 33pt;
    margin-bottom: 30px;
}

#touch_header_content p{
    font-size: 22px;
    margin-bottom: 50px;
}

.touch-links p{
    text-align: right;
    font-size: 14px;
}

.touch-links a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.touch-links a:hover {
    text-decoration: underline;
}

.touch-body{
    margin-bottom: 100px;
}


#touch-body-header-image {
    display:block;
    width: 100%;
    margin: auto;
    text-align: center;
    
}

#body_image{
    width: 100%;
    margin: auto;
}

.touch-cards {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    margin: 100px 0;
}

@media (max-width: 800px) {
    .touch-cards {
        grid-template-columns: 100%;
    }
}


.touch-card-class{
    width: 93%;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 1em;
    padding: 10% 25%;
    font-size: 20px;
}

@media (max-width: 800px) {
    .touch-card-class{
        margin: 10px auto;
    }
}

.touch-card-class p{
    margin: 0;
}

.touch-card-class img{
    margin-bottom: 30px;
}

.touch-form{
    background-color: #f8f8f8;
    border-radius: 1em;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 5%;
    position: relative;
}

@media (max-width: 600px) {
    .touch-form {
        width: 89%;
    }
}


.touch-inputs{
    display: grid;
    grid-gap: 2rem 1rem;
}

@media (min-width: 600px) {
    .touch-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.touch-inputs input{
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
}


.touch-inputs ::-webkit-input-placeholder {
  text-align: center;
}

.touch-radio{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10%;
    margin-left: 20px;
    
}

@media (min-width: 800px) {
    .touch-choice{
        display: flex;
        flex-direction: row;
    }
}


.touch-radio input{
    margin: 10%;
}


.touch-radio input[type=radio] {
  border: 3px solid white;
  padding: 0.5em;
  -webkit-appearance: none;
}

.touch-radio input[type=radio]:checked {
  background: black no-repeat center center;
  background-size: 9px 9px;
}

.touch-radio input[type=radio]:focus {
  outline-color: #e43621;
  border: 3px solid #e43621;
}


.touch-radio label{
    margin-right: 10%;
}

.text-touch-radio{
    margin-top: 20px;
    font-size: 15px;
}

.touch-textarea input{
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
    margin-top: 2rem;
    
}

.touch-textarea textarea{
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 0.7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.touch-textarea ::-webkit-input-placeholder {
  text-align: center;
}


#touch-submit-btn{
    background-color: #e43621;
    padding: 12px 30px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    border: none;
    /*width: 25%;*/
    display: block;
    margin: auto;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#touch-submit-btn:hover {
    background-color: #7b3a3a;
}

@media (max-width: 1200px) {
    #touch-submit-btn{
        padding: 13px 0;
    }
}

.touch-form-back{
    width: calc(100%);
    height: calc(100%);
    background-color: #e43621;
    border-radius: 30px !important;
    position: absolute;
    z-index: -10;
    transform: rotate(-4deg);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -10%;
}

@media (max-width: 600px) {
    .touch-form-back {
        transform: rotate(-2deg);
        margin-top: -6%;
    }
}

#touch-form-p{
    text-align: center;
    margin-bottom: 30px;
}


/* BENEFITS STYLIING */

.benefits-header{
    margin-top: 100px;
}

@media (max-width: 1000px) {
    .benefits-header{
        text-align: center;
    }
    
    #touch-links p{
        margin-top: 30px;
        text-align: center;
        color: red;
    }
}

#touch-links p {
    text-align: right;
    font-size: 14px;
    color: #999999;
}

#touch-links a {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

#touch-links a:hover {
    text-decoration: underline;
}

#touch-title {
    font-size: 50px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-bottom: 35px;
}

#benefits_header_content {
    font-size: 22px;
    line-height: 20pt;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 200px;
}

@media (max-width: 600px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #two {
        margin-top: 0 !important;
    }

    #three {
        margin-top: 0 !important;
    }

    #four {
        margin-top: 0 !important;
    }

    #five {
        margin-top: 0 !important;
    }

}

#one {
    border-radius: 1em;
    padding: 15% 10%;
    max-width: 100%;
    text-align: center;
    background-color: #f8f8f8;
}

#one img {
    margin-bottom: 20px;
}

#two {
    border-radius: 1em;
    padding: 15% 10%;
    max-width: 100%;
    height: 200px;
    text-align: center;
    background-color: #e43621;
    margin-top: -30px;
    color: white;

}

#two img {
    margin-bottom: 20px;
}

#three {
    border-radius: 1em;
    padding: 15% 10%;
    max-width: 100%;
    height: 200px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: -60px;

}

#three img {
    margin-bottom: 20px;
}

#four {
    border-radius: 1em;
    padding: 15% 10%;
    max-width: 100%;
    height: 200px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: -90px;

}

#four img {
    margin-bottom: 20px;
}

#five {
    border-radius: 1em;
    padding: 15% 10%;
    max-width: 100%;
    height: 200px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: -120px;

}

#five img {
    margin-bottom: 20px;
}


.benefits-difference{
    display: flex;
    align-items: center;
    margin: 100px 0;
}

.benefits-difference h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
}


.benefits-difference-text{
    font-size: 16px;
    
    padding: 4rem;
}

.benefits-difference-text p{
    margin-bottom: 50px;
}

.benefits-difference img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.benefits-grid2-header{
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.benefits-grid2-header h1{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}

.benefits-grid2 {
    display: grid;
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 10px 0;
}

@media (max-width: 600px) {
    .benefits-grid2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .benefits-grid2-cards {
        padding: 5% 10% !important;
    }
}

.benefits-grid2-cards {
    padding: 15% 10%;
    max-width: 80%;
    margin: auto;
    text-align: center;
}

.benefits-grid2-cards img {
    margin-bottom: 30px;
}

#grid2-cards-title {
    font-size: 20px;
    margin: 0;
}

#grid2-cards-text {
    font-size: 16px;
    margin: 0;
}


.benefits-invest {
    text-align: center;
    padding: 0 4.5rem;

}

.benefits-invest p {
    font-size: 16px;
    margin-bottom: 40px;
}

.benefits-invest a{
    color: #e43621;
    text-decoration: none;
}

.benefits-invest a:hover{
    color: #7b3a3a;
    text-decoration: underline;
}

.benefits-grid2-header a{
    color: #e43621;
    text-decoration: none;
}

.benefits-grid2-header a:hover{
    color: #7b3a3a;
    text-decoration: underline;
}


#benefits-invest-a a {
    background-color: #e43621;
    padding: 13px 23px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#benefits-invest-a a:hover {
    background-color: #7b3a3a;
}

.benefits-respect{
    margin: 100px 0;
    background-color: #f8f8f8;
    border-radius: 1em;
    padding: 5%;
    display: flex;
    align-items: center;
}
.benefits-respect p {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 20pt;
}

.benefits-respect img{
    width: 100%;
}

benefits-respect-text{
    padding: 0 4rem;
}

.benefits-respect-header p{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 56px;
}



.benefits-last_paragraph {
    margin-bottom: 6rem;
    text-align: center;
}

.benefits-last_paragraph h2{
    font-size: 24px;
    font-weight: bold;
}

.benefits-last_paragraph p{
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0 9%;
}

.benefits-last_paragraph p a{
    color: #e43621;
    text-decoration: none;
}

.benefits-last_paragraph p a:hover{
    color: #7b3a3a;
    text-decoration: underline;
}





/* DISPUTE CENTER STYLING */

.dispute-header{
    margin: 100px 0;
}

.dispute-title{
    font-weight: bold;
    margin: 50px 0;
    font-size: 50px;
}

.dispute-grid {
    display: grid !important;
    grid-gap: 28px 20px;
    /*grid-template-columns: repeat(2, 1fr) !important;*/
    grid-template-columns: 50% 50% !important;
    margin: 100px 0;
}

@media (max-width: 600px) {
    .dispute-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


.dispute-grid-card {
    width: 100%;
    background-color: #F8F8F8;
    padding: 55px 45px;
    border-radius: 20px;
}

.dispute-form {
    background-color: #f8f8f8;
    border-radius: 1em;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 4% 2%;
    position: relative;
}

@media (max-width: 600px) {
    .dispute-form {
        width: 89%;
    }
}


.dispute-inputs {
    display: grid;
    grid-gap: 2rem 1rem;
}

@media (min-width: 600px) {
    .dispute-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.dispute-inputs input {
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
}

.dispute-inputs input:focus {
    border: 0.5px solid #e43621;
}


.dispute-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10%;

}

@media (min-width: 800px) {
    .touch-choice {
        display: flex;
        flex-direction: row;
    }
}


.dispute-touch-radio {
    margin-top: 20px;
    margin-bottom: 40px;
}

.dispute-textarea input {
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
    margin-top: 2rem;

}

.dispute-textarea textarea {
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#dispute-textarea-last textarea{
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px !important;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
    margin-bottom: 2rem;
}


#dispute-fileinput input{
    width: 100%;
    border: 1px solid #E5E5E5 !important;
    border-radius: 3em;
    background: #ffffff;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
    margin-bottom: 2rem;
}


#dispute-choose-file input[file]{
    border-radius: 50px !important;
}

#dispute-choose-file::file-selector-button{
    border: none !important;
    background-color: #ffffff;
    color: #e43621;
    padding-top: 10px;
}
#dispute-choose-file input[type=file] {
    margin: auto;
}




#dispute-submit-btn {
    background-color: #e43621;
    padding: 13px 28px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    border: none;
    width: 25%;
    display: block;
    margin: auto;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

#dispute-submit-btn:hover {
    background-color: #7b3a3a;
}

.dispute-form-back {
    width: calc(100%);
    height: calc(100%);
    background-color: #e43621;
    border-radius: 30px !important;
    position: absolute;
    z-index: -10;
    transform: rotate(-4deg);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -8%;
}

@media (max-width: 600px) {
    .touch-form-back {
        transform: rotate(-2deg);
        margin-top: -6%;
    }
}

#dispute-form-p {
    margin-bottom: 45px;
}



.dispute-form-title{
    margin-bottom: 80px;
    text-align: center;
}




/* HELP CENTER STYLING */



.help-header{
    margin: 100px 0;
}

.hide-div {
    display: none;
}

.search-header {
    text-align: center;
}


#touch-links p {
    text-align: right;
    font-size: 14px;
}

#touch-links a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

#touch-links a:hover {
    text-decoration: underline;
}

.help-header-title {
    font-size: 50px ;
    line-height: 1.2 ;
    font-weight: 700 ;
    text-transform: capitalize ;
    margin-bottom: 20px;
}

.help-header-content {
    font-size: 22px;
    line-height: 20pt;
    margin-bottom: 40px;
}

#help-search{
    width: 50%;
    border-radius: 2em;
    padding: 0.7%;
    border: 0.1px solid #e43621;
    margin: 40px 0px;
    height: 50px;
    background-image: url('../assets/searcicon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-position-x: 98%;
}

#help-search:focus{
    outline: none !important;
    border: 3px solid #e43621;
}

.help-allQuestionAnswer-div{
    margin: 50px 0;
}

.help-allQuestionAnswer-div a{
    color: #e43621;
    text-decoration: none;
}
.help-allQuestionAnswer-div a:hover {
    color: #7b3a3a;
    text-decoration: underline;
}


.help-ques-answer-group {
    margin-bottom: 20px;
}


.help-btns-group {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 1em;
    margin-top: 50px;
}

.help-btns-group button:nth-child(1) {
  background-color: #e43621;
}

@media (max-width: 600px) {
    .help-btns-group {
    grid-template-columns: 100%;
}
}


.help-btns-group button {
    background-color: #000000;
    color: white;
    box-shadow: none;
    outline: none;
    border-style: outset;
    border: none;
    padding: 0.6em 1.2em;
    border-radius: 3em;
    font-weight: bold;
}


.help-ques {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f8f8f8;
    color: #000000;
    border-radius: 15px;
    padding: 1.3em 1.5em;
}

.help-ques:hover{
    color: #e43621;
}

.help-ques:hover .help-plus-minus-toggle::before, .help-ques:hover .help-plus-minus-toggle::after{
    background-color: #e43621;
}

.help-ques h6{
    font-size: 18px;
    margin: 0;
}

.help-ques p{
    font-size: 18px;
    margin: 0;
}

.help-answers {
    padding: 1.5rem;
}

.div1{
    display: block;
}

.help-plus-minus-toggle {
    cursor: pointer;
    position: relative;
    width: 21px;
}

.help-plus-minus-toggle:hover{
    color: #e43621;
}

.help-plus-minus-toggle:before,
.help-plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    transition: transform 500ms ease;
}

.help-plus-minus-toggle:after {
    transform-origin: center;
}


.help-plus-minus-toggle:hover:before{
    background-color: #e43621;
}
.help-plus-minus-toggle:hover:after{
    background-color: #e43621;
}


.help-plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.help-plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}


.help-btns-group-sm{
    display: none;
}

.help-btns-group-sm button{
    width: 100%;
    background: #f8f8f8;
    color: #000000;
    border-radius: 15px;
    padding: 1.3em 1.5em;
    margin-bottom: 20px;
    border: none;
    text-align: left;
}


@media (max-width: 960px) {
    .help-btns-group-sm{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }
    .help-allQuestions-div{
        display: none;
    }
}




#help-form-title{
    text-align: center;
    font-size: 40;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    margin: 100px 0;
}

.help-input ::-webkit-input-placeholder{
    text-align: left;
}

/*TERMS AND CONDITIONS*/

.terms-text{
    position: relative;
    overflow:hidden;
    display:block !important;
}


.term-show-less-p{
    display: none;
}


.terms-text .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, black);
}



/*Swap Free Terms & Conditions*/

.swap-bordered-divs{
    border: 1px solid black;
    padding: 20px;
    margin-bottom: 30px;
}

.swap-bordered-divs p{
    margin: 0;
}


/* Bonus terms and conditons */

/*.bonus-content ol:nth-child(1) {*/
/*  list-style-type: lower-roman;*/
/*}*/


/* DEPOSIT BONUS */





.deposit-header {
    margin: 100px 0;
}

#deposit-header-content p{
    font-size: 22px;
    line-height: 20pt;
    margin-bottom: 40px;
}

.bonusLinks{
    margin: 20px 0;
}

#bonus-link{
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

#bonus-link:hover{
    text-decoration: underline;
}

#st-num{
    font-size: 40px;
}

#step-num{
    color:#E43621;
}

#step-title{
    font-weight: bold;
    font-size: max( 0.9rem,0.9vw );
}

#step-text{
    font-size: max( 0.9rem,0.9vw );
}

.deposit-grid {
    display: grid;
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(5, 1fr);
    margin: 200px 0;
}


@media (max-width: 600px) {
    .deposit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #inst-step {
        margin-top: 0;
    }

    #step-one {
        margin-top: 0 !important;
    }

    #step-two {
        margin-top: 0 !important;
    }

    #step-three {
        margin-top: 0 !important;
    }

    #step-four {
        margin-top: 0 !important;
    }


}


@media (max-width: 1000px) {
    #inst-step {
        margin-top: 0;
    }

    #inst-step {
        height: auto !important;
    }
    
    #step-one {
        margin-top: 0 !important;
        height: auto !important;
    }

    #step-two {
        margin-top: 0 !important;
        height: auto !important;
    }

    #step-three {
        margin-top: 0 !important;
        height: auto !important;
    }

    #step-four {
        margin-top: 0 !important;
        height: auto !important;
    }


}

#inst-step {
    border-radius: 1em;
    padding: 10% 10%;
    max-width: 100%;
    height: 245px;
    background-color: #E43621;
}

#inst-step p{
    font-size: 22px;
    color: white;
    position: relative;
    top: 25%;
}


#step-one {
    border-radius: 1em;
    padding: 10% 10%;
    max-width: 100%;
    height: 245px;
    background-color: #f8f8f8;
    margin-top: -30px;

}


#step-two {
    border-radius: 1em;
    padding: 10% 10%;
    max-width: 100%;
    height: 245px;
    background-color: #f8f8f8;
    margin-top: -60px;

}


#step-three {
    border-radius: 1em;
    padding: 10% 10%;
    max-width: 100%;
    height: 245px;
    background-color: #f8f8f8;
    margin-top: -90px;

}


#step-four {
    border-radius: 1em;
    padding: 10% 10%;
    max-width: 100%;
    height: 245px;
    background-color: #f8f8f8;
    margin-top: -120px;

}

.deposit-body-text{
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

#deposit-body-title{
    font-size: 40px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0 5%;
}


#deposit-body-content{ 
    font-size: 16px;
}


.deposit-cards{
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-gap: 5%;
    margin: 100px 0;
}

@media (max-width: 900px) {
    .deposit-cards{
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 600px) {
    .deposit-cards{
        grid-template-columns: repeat(1, 1fr);
    }
}

.deposit-card{
    text-align: center;
    
}

.deposit-card img{
    width: 3em;
}




/* Tadawol Trading Schedule STYLING */

.trading-header-content p{
    font-size: 16px;
    margin-bottom: 50px;
}

.section1-text {
    padding: 4rem;
}

#section1-title {
    font-size: 30px;
}

#section1-content p{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.schedule-section {
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
    margin: 100px 0;
}

#schedule-title {
    font-size: 30px;
    padding: 0 20%;
}


.trading-hours-title{
    text-align: center;
    font-size: 24px;
}

.timing-section {
    text-align: left;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 100px 0;
}

@media (max-width: 770px) {
    .timing-section {
        grid-template-columns: repeat(1, 1fr);
    }
}

.timing-sections-titles{
    margin-left: 70px;
}

.trading-text-section{
    text-align: left;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0;
}

@media (max-width: 770px) {
    .trading-text-section{
        grid-template-columns: repeat(1, 1fr);
    }
}

.left-schedule {
    background-color: #F8F8F8;
    border-radius: 1em;
    padding: 4rem;
    position: relative;
}

.right-schedule {
    background-color: #F8F8F8;
    border-radius: 1em;
    padding: 4rem;
    position: relative;
}

.schedule-timings li{
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 30px;
}

.schedule-timings ul{
    margin-left: 0;
}

.schedule-timings img{
    margin-right: 20px;
}

.schedule-timings p{
    margin-top: 0;
    margin-top: 1rem;
}

.left-back {
    height: calc(100%);
    background-color: #E43621;
    position: absolute;
    width: 20%;
    left: 0;
    margin: -4rem -0.2rem;
    z-index: -100;
    border-radius: 1em;
}

.right-back {
    height: calc(100%);
    background-color: #E43621;
    position: absolute;
    right: 0;
    width: 20%;
    margin: -4rem -0.2rem;
    z-index: -100;
    border-radius: 1em;
}

@media (max-width: 1000px) {
    .left-back {
        width: calc(100%);
        height: 10%;
        top: 0;
        margin: -0.2rem 0;
    }

    .right-back {
        width: calc(100%);
        height: 10%;
        bottom: 0;
        margin: -0.2rem 0;
    }
}

.timing-text p{
    text-align: center;
    margin-bottom: 50px;
}

.trading-sessions {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e43621;
    width: 340px;
    margin: auto;
    padding: 0.25em;
    border-radius: 3em;
}

.trading-sessions div:nth-child(1) button{
    background: white;
}

.trading-sessions button {
    padding: 0.7em 1.5em;
    border: none;
    background-color: #e43621;
    border-radius: 3em;
    font-weight: bold;
}

.hidden-session{
    display: none;
}


.show-nb10{
    display: block;
}

.schedule-images div:nth-child(1) .hidden-session img{
    display: block;
}

.schedule-images{
    margin: 3.5rem 0;
}

.schedule-images img{
    width: 100%;   
}
    
.trading-section1-image img{
    width: 100%;
}


/* Safety STYLING */


.safety-grid-head{
    margin-bottom: 100px;
    text-align: center;
    padding: 0 15%;
}

#safety-grid-header{
    font-weight: bold;
    margin-bottom: 30px;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 800px) {
    .safety-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.safety-card {
    background-color: #F8F8F8;
    padding: 3rem 2rem;
    text-align: center;
    border-right: 1px #e5e8da solid;
}

.safety-card span {
    margin-bottom: 30px;
}

.safety-card-head {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: #e43621;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
    font-weight: bold;

}

.safety-card-head p {
    position: relative;
    top: 30%
}

#safety-card-num {
    color: #e43621;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}

.safety-card-4 {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #F8F8F8;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

#card4-back {
    height: calc(100%);
    background-color: #E43621;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    margin-right: -0.25rem;
    z-index: -10;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}


@media (max-width: 1000px) {
    .safety-card-head {
        border-top-left-radius: 1em;
        border-top-right-radius: 1em;
        border-bottom-left-radius: 0;
    }
    .safety-card-4 {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 0;
    }
    #card4-back {
        bottom: 0;
        top: 81%;
        margin-right: 0;
        margin-bottom: -0.25rem;
        width: calc(100%);
        height: 20%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1em;
    }
}



.safety_last{
    margin: 100px 0;
    background-color: #f8f8f8;
    border-radius: 1em;
    padding: 5%;
    display: flex;
    align-items: center;
}

.safety_last img{
    width: 75%;
    margin-left: 20%;
}

@media (max-width: 800px) {
    .safety_last img{
        margin-top: 20%;
    }
}

safety_last-text{
    padding: 0 4rem;
}

.safety_last h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
}

.safety_last p {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 20pt;
}

.safety_last-footer{
    text-align: center;
    padding: 0 15%;
    margin-bottom: 50px;
}





/* TADAWOL MARKETS’ ISLAMIC SWAP FREE TRADING */

.page-body{
    padding-right: 5%;
    padding-left: 5%;
}

.page-body a {
    text-decoration: none;
    color: #e43621;
}




@media (max-width: 1000px) {
    .market-header{
        text-align: center;
    }
}

#market-title {
    color: black;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 100px;
}

#market_header_content {
    font-size: 16px;
    margin-bottom: 50px;
}

.market-header-image img{
    width: 70%;
    margin-left: 10%;
}

@media (max-width: 1300px) {
    .market-header-image img{
        display: none;
    }
}

.market-grid {
    display: grid;
    row-gap: 75px;
    grid-template-columns: 33.33% 33.33% 33.33%;
    margin-top: 150px;
    margin-bottom: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .market-grid {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 700px) {
    .market-grid {
        grid-template-columns: 100%;
    }
    .market-card {
        margin: auto;
    }
}

.market-card {
    width: 280px;
    text-align: center;
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 40px;
    border-radius: 10px;
    margin: auto;
}

.market-card p{
    margin: 0;
}

.market-card h5 {
    font-size: 22px;
    line-height: 33px;
    
}

.market-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 5%;
}

.market-card p {
    padding-left: 5%;
    padding-right: 5%;
}

.market-info{
    width: 100%;
    padding: 5%;
    background-color: #F8F8F8;
    border-radius: 1em;
    position: relative;
}

.market-info-text h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.market-info-text p{
    font-size: 16px;
    margin-bottom: 40px;
}

.market-info-image{
    position: relative;
}


.market-info img{
    width: 70%;
    margin-left: 25%;
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 770px) {
    .market-info img{
        margin-left: 10%;
    }
    .market-info{
        width: 95%;
        margin: auto;
    }
}


.market-footer{
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 100px;
    margin-top: 100px;
}

.market-footer h1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.market-footer p{
    font-size: 16px;
    margin-bottom: 40px;
}


/* TRADING ASSETS */

.assets-header {
    width: 100%;
    background-color: #000000;
    color: white;
    margin: auto;
    display: grid;
    grid-template-columns: 60% 40%;

}

.assets-header img{
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .assets-start-trading{
        margin-bottom: 50px;
    }
}

@media (max-width: 700px) {
    .assets-header {
        grid-template-columns: 100%;
    }

    #assets-title {
        font-size: 30px;
    }

    #assets_header_content {
        font-size: 16px;
    }
}

.assets-header-left {
    padding-right: 20%;
    padding-left: 25%;
    padding-bottom: 5%;
    padding-top: 5%;
}

@media (max-width: 1600px) {
    .assets-header-left {
        padding-right: 15%;
        padding-left: 12%;
        padding-top: 2%;
        padding-bottom: 1%;
    }
}


@media (max-width: 600px){
    .assets-header-left {
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 5%;
        padding-top: 5%;
    }
    #assets-title p{
        font-size: 22px;
        line-height: 30px;
       
    } 
    #assets-title{
        margin-bottom: 30px;
    }
    
    #assets_header_content p{
        font-size: 14px;
        line-height: 18px;
        
    }
    #assets_header_content{
        margin-bottom: 30px;
    }
}


#assets-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 70px;
}


#assets_header_content {
    font-size: 22px;
    margin-bottom: 40px;
}

.assets-info{
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.assets-info-image img{
    width: 92%;
    margin-left: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.assets-info-text h2{
    font-size: 28.8px;
}


.assets-info-text p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.assets-info-image {
    width: 50%;
    flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    padding-right: 5%;
    position: relative;
}

.assets-info-text {
    width: 50%;
    flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    padding: 4rem;
}

@media (max-width: 700px) {
    .assets-info-image{
        width: 100%;
        margin-bottom: 40px;
    }
    .assets-info-text {
        width: 100%;
    }
}



.assets-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border-radius: 1em;
    border: none;
    margin-top: 100px;
    margin-bottom: 100px;
}

.assets-grid div:nth-child(1) {
  border-bottom: 0.5px solid #e5e8da;
}
.assets-grid div:nth-child(2) {
  border-bottom: 0.5px solid #e5e8da;
}
.assets-grid div:nth-child(3) {
  border-bottom: 0.5px solid #e5e8da;
}
.assets-grid div:nth-child(4) {
  border-right: none;
   border-bottom: 0.5px solid #e5e8da;
}

.assets-grid div:last-child {
    border-right: none;
}

@media (max-width: 1300px) {
    .asset-card {
        border-right: none;
    }
    .assets-grid div:nth-child(1) {
      border-right: none;
    }
    .assets-grid div:nth-child(2) {
      border-right: none;
    }
    .assets-grid div:nth-child(3) {
      border-right: none;
    }
    .assets-grid div:nth-child(4) {
        border-right: none;
      border-bottom: 0.5px solid #e5e8da;
    }
    .assets-grid div:nth-child(5) {
        border-right: none;
      border-bottom: 0.5px solid #e5e8da;
    }
    .assets-grid div:nth-child(6) {
        border-right: none;
      border-bottom: 0.5px solid #e5e8da;
    }
}

.asset-card {
    width: 25%;
    flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 3%;
    position: relative;
    border-right: 0.5px solid #e5e8da;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1300px) {
    .asset-card {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .asset-card {
        width: 100%;
    }
}



.asset-card img {
    width: 60px;
    height: 50px;
    margin-bottom: 30px;
}

.asset-card h5 {
    font-size: 19.2px;
    font-weight: bold;
}

.asset-card p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

#assets-start-trading{
    font-size: 15px;
}

#assets-start-trading a{
    background-color: #e43621;
    padding: 10px 23px;
    border-radius: 2em;
    text-decoration: none;
    color: white;
    transition: background-color 0.2s ease-out;
}

#assets-start-trading a:hover {
    background-color: #7b3a3a;
}


@media (max-width: 1300px) {
    #assets-start-trading{
        position: static;
        margin-bottom: 20px;
        border-bottom: none;
    }
}

.assets-footer{
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 100px;
}

.assets-footer h1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.assets-footer p{
    font-size: 16px;
    margin-bottom: 40px;
}




/* TRUST */


.trust-header {
    margin-top: 100px;
}

#trust-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

#trust_header_content p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}

#trust_header_content a {
    text-decoration: none;
    color: #e43621;
}

#trust_header_content a:hover {
    color: #7b3a3a;
    text-decoration: underline;
    transition: all 0.5s ease-out;
}

.trust-body-text {
    margin-top: 100px;
    margin-bottom: 100px;
}


.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 80px;
    grid-gap: 2em;
}

@media (max-width: 800px) {
    .trust-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

#trust-grid-div1 {
    text-align: center;
    background-color: #E43621;
    color: white;
    font-weight: bold;
    border-radius: 1em;
    padding: 15% 15%;
}

#trust-grid-div1 img{
    margin-bottom: 30px;
}

#trust-grid-div1 h5{
    font-size: 16px;
    font-weight: bold;
}

.trust-grid-div {
    text-align: center;
    background-color: #F8F8F8;
    border-radius: 1em;
    padding: 15% 25%;
}

.trust-grid-div img{
    margin-bottom: 30px;
}

.trust-grid-div h5{
    font-size: 16px;
    font-weight: bold;
}

.trust-footer{
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 100px;
}


/* Funding Your Account */

.funding-header{
    margin-top: 100px;
}

#funding-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

#funding_header_content p{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
}

.funding-div{
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.funding-div a{
    text-decoration: none;
    color: #e43621;
}

.funding-div a:hover{
    text-decoration: underline;
    color: #7b3a3a;
}

.funding-div-img img{
    width:100%;
}


.funding-div-text{
    padding: 4rem;
}

.funding-div-text h2{
    font-size: 30px;
    font-weight: bold;
    
}

.funding-div-text p{
    font-size: 16px;
    line-height: 26px;
}

.funding-grid-header{
    text-align: center;
    padding-left: 8rem;
    padding-right: 8rem;
    margin-bottom: 100px;
}

@media (max-width: 800px) {
    .funding-grid-header{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


.funding-grid-header h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.funding-grid-header p{
    font-size: 16px;
    line-height: 26px;
}


.funding-grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-bottom: 50px;
}

@media (max-width: 800px) {
    .funding-grid {
        grid-template-columns: 100%;
    }
}

.funding-grid a{
    text-decoration: none;
    color: #e43621;
}

.funding-grid a:hover{
    text-decoration: underline;
    color: #7b3a3a;
}


.funding-card {
    background-color: #F8F8F8;
    padding: 2rem 2rem;
    border-right: 1px #e5e8da solid;
}

.funding-grid span {
    margin-bottom: 60px;
}

.funding-card-head {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: #e43621;
    padding: 2rem 2rem;
    color: white;
}

.funding-card-head p {
    font-size: 19.2px;
}

#funding-card-num {
    color: #e43621;
    font-size: 40px;
    font-weight: 400;
}

.funding-card-4 {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #F8F8F8;
    padding: 2rem 2rem;
    position: relative;
    height: calc(100%);
}

#funding-card4-back {
    height: calc(100%);
    background-color: #E43621;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    margin-right: -0.25rem;
    z-index: -10;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

@media (max-width: 1000px) {
    .funding-card-head {
    border-bottom-left-radius: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    }
    
    .funding-card-4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1em;
    }
    
    #funding-card4-back {
        width: calc(100%);
        height: 10%;
        top: 92%;
        margin: -0.2rem 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 1em;
    }
}



/* Our Regulation */

.regulation-header {
    margin-top: 100px;
}

#regulation-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

#regulation_header_content p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
}

.regulation-info-div {
    margin-top: 100px;
    
}

.regulation-info-div-title {
    font-size: 40px;
    font-weight: bold;
    padding-top: 30px;
}


.regulation-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border-radius: 1em;
    border: none;
    margin-top: 100px;
    margin-bottom: 100px;
}

.regulation-grid div:nth-child(1) {
  background: #e43621;
  border-top-left-radius: 1em;
  color: white;
}

.regulation-grid div:nth-child(1) a{
    color: white;
}

.regulation-grid div:nth-child(1) a:hover{
    text-decoration: underline;
}

.regulation-grid div:nth-child(1) span{
    color: white;
}




.regulation-grid div:nth-child(4) {
  border-right: none;
}

.regulation-grid div:last-child {
  border-right: none;
}

.regulation-grid div:nth-child(2) {
  border-bottom: 0.5px solid #e5e8da;
}
.regulation-grid div:nth-child(3) {
  border-bottom: 0.5px solid #e5e8da;
}
.regulation-grid div:nth-child(4) {
  border-bottom: 0.5px solid #e5e8da;
}


@media (max-width: 770px) {
    .regulation-grid div:nth-child(2) {
      border-right: none;
    }
    .regulation-grid div:nth-child(3) {
        border-right: none;
    }
    .regulation-grid div:nth-child(4) {
      border-right: none;
    }
    .regulation-grid div:nth-child(5) {
        border-right: none;
      border-bottom: 0.5px solid #e5e8da;
    }
    .regulation-grid div:nth-child(6) {
        border-right: none;
      border-bottom: 0.5px solid #e5e8da;
    }
    
}


.regulation-card {
    width: 25%;
    flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 4%;
    padding-top: 4%;
    border-right: 0.5px solid #e5e8da;
    /*border-bottom: 0.5px solid gray;*/
}


.regulation-grid a{
    text-decoration: none;
    color: #e43621;
}

.regulation-grid a:hover{
    text-decoration: underline;
    color: #7b3a3a;
}

@media (max-width: 770px) {
    .regulation-card {
        width: 100%;
    }
}


.regulation-card span{
    color: #E43621;
    font-size: 40px;
}

.regulation-3rd-div {
    margin-bottom: 100px;
    
}

.regulation-3rd-div-text{
    padding: 4em;
}

.regulation-3rd-div-text h2 {
    font-size: 37px;
    font-weight: bold;
}

.regulation-3rd-div-text p{
    margin-bottom: 40px;
}



.regulation-3rd-div-image{
    position: relative;
}


.regulation-3rd-div-image img{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}


@media (max-width: 767px) {
    .regulation-3rd-div-image img{
        position: static;
        transform: none;
    }
}


.regulation-card h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}


.regulation-footer-grid-text {
    text-align: center;
    padding-left: 18%;
    padding-right: 18%;
}

@media (max-width: 770px) {
    .regulation-footer-grid-text {
        padding-left: 0;
        padding-right: 0;
    }
}

.regulation-footer-grid-text h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.regulation-footer-grid-parent{
    text-align: center;
}


.regulation-footer-grid {
    max-width: 95%;
    display: grid;
    grid-template-columns: 50% 50%;
    width: auto;
    margin-bottom: 150px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
}

.regulation-footer-grid-card{
    background-color: #f8f8f8;
    border-radius: 1em;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 5%;
    padding-left: 5%;
    margin: 0 auto;
    width: 95%;
}


@media (max-width: 767px) {
    .regulation-footer-grid-card{
        margin-bottom: 20px;
    }
}




@media (max-width: 770px) {
    .regulation-footer-grid {
        grid-template-columns: 100%;
        max-width: 100%;
    }
}

.regulation-footer-grid-card img{
    margin-bottom: 30px;
}

.regulation-footer-grid-card h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}






/*Tadawol Markets’ Premium Accounts*/

.premium-header{
    margin-top: 100px;
}

.premium-header p{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}

.premium-header-title p{
    font-weight: bold;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 0;
}



#premium-big-table {
    width: 100%;
    border-radius: 1em;
    background-color: #F8F8F8;
    margin: 0 auto;
    border-collapse: collapse;

}


.premium-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-style: hidden;
    text-align: center;

}
#columns_ids2{
    background: #a26baf;
}
#columns_ids3{
    background: #5ac382;
}
#columns_ids4{
    background: #0885bd;
}
#columns_ids5{
    background: #000000;
}
#columns_ids6{
    background: #e43621;
    border-top-right-radius: 1em;
}


#premium-table-column-name td {
    width: 40px;
    height: 64px;
    color: white;
}

#premium-table-column-name tr {
    width: 45px;
}

.premium-table-row-name {
     border-right: 0.5px solid gray;
}

.premium-table-row-name td {
    width: 40px;
    height: 90px;
    border-right: 0.5px solid black; 
}

.premium-table-row-name tr {
    width: 45px;
}

.premium-table th,
td {
    padding: 0;
    border: none; 
}

.premium-table td {
    font-weight: bold;
    border: 0.5px solid #e5e8da;
}

.premium-table th {
    font-weight: bold;
}

 .premium-table-div {
    margin-top: 150px;
} 

@media (max-width: 1000px) {
    .premium-table-div {
        overflow-x: scroll
    }
}

.premium-table-body {
    width: 100%;
}

.premium_table_text{
    margin-top: 50px;
    margin-bottom: 70px;
}

.premium-privileges {
    border-radius: 1em;
    background-color: #F8F8F8;
    padding: 3rem 2rem;
    position: sticky;
    top: 6rem;
}

.premium-privileges h2 {
    margin-bottom: 30px;
    font-size: 24px;
}

.premium-privileges p {
    margin-bottom: 50px;
}

.account-privilages {
    /*overflow-y: scroll;*/
    /*height: 100vh;*/
    position: relative;
}

@media (max-width: 760px){
    .account-privilages {
        overflow-y: auto;
        height: auto;
    }
}
.account-privilages::-webkit-scrollbar {
    display: none;
}

.premium-privileges-text{
    position: relative;
    overflow: hidden;
    display: block !important;
    overflow-anchor: none;
}


.premium-show-more{
    cursor: pointer;
}


.premium-max-height{
    display: none;
}


.show-less-p{
    display: none;
}


.premium-privileges-text ul{
     list-style-type: none;
}

#premium-privileges-text-ul{
    display: flex;
    position: relative;
}


#premium-privileges-text-ul img{
    position: absolute;
    top: 20px;
}

#premium-privileges-text-div{
    margin-left: 30px ;
}

#premium-group{
    margin-bottom: 100px;
}

.premium-privileges-text a {
    color: #e43621;
    text-decoration: none;
}


.premium-privileges-text a:hover {
    text-decoration: underline;
    color: #7b3a3a;
}

#premium-group-div{
    margin-bottom: 15px;
}

.premium_drop_down h1{
    font-size: 24px;
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.orange-toggle {
    background-color: #e43621;
    color: white;
}

.orange-toggle:hover {
    color: white;
}

.plus-white-toggle{
    background-color: white;
}



/* 
    HOME STYLING 
*/

.home-header{
    width: 100%;
    background-color: #000000;
    color: white;
    margin: auto;

}

.home-header img{
    width: 100%;
    height: 100%;
}

.home-header-content{
    display: grid;
    grid-template-columns: 60% 40%;
}


@media (max-width: 700px) {
    .home-header-content {
        grid-template-columns: 100%;
    }
}


.home-header-left {
    padding-right: 20%;
    padding-left: 25%;
    padding-bottom: 12%;
    padding-top: 12%;
}

@media (max-width: 1600px) {
    .home-header-left {
        padding-right: 19%;
        padding-left: 12%;
        padding-top: 8%;
        padding-bottom: 7%;
    }
}


#home-title {
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 70px;
}

@media (max-width: 600px){
    .home-header-left {
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 5%;
        padding-top: 5%;
        
    }
    #home-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #home_header_content p{
        font-size: 14px;
        margin-bottom: 18px;
        margin-bottom: 20px;
    }
}


#home_header_content {
    font-size: 22px;
    margin-bottom: 35px;
}

.home-header-image{
    position: relative;
}


.home-float-header-image{
   width: 100px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 55%;
    margin-bottom: -140px;
}


.assets-start-trading {
    margin-bottom: 10px;
}

.home-info1 {
    margin-top: 80px;
    margin-bottom: 100px;
}

@media (max-width: 1300px) {
    .home-info1{
        margin-top: 150px;
    }
}

.home-info1-titles {
    margin-top: 30px;
    padding-left: 10%;
}



.home-info1-titles h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 30px;
}

.home-info1-list ul {
    width: 100%;
    margin-left: 30px;
    margin-top: 10%;
    margin-bottom: auto;
}

.home-info1-list li {
    list-style: none;
    margin-bottom: 10px;
}

.home-info1-list li img {
    margin-right: 10px;
}

.home-grid1 {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .home-grid1 {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 600px) {
    .home-grid1 {
        grid-template-columns: 100%;
    }
}

.info-grid1-card {
    display: block;
    margin: auto;
    width: 80%;
    background-color: #F8F8F8;
    border-radius: 15px;
    text-align: center;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.info-grid1-card p{
    margin: 0;
}

.info-grid1-card img {
    min-width: 75px;
    min-height: 85px;
    margin-bottom: 20px;
}


.home-grid2 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-left: 22%;
    padding-right: 22%;
}


.home-grid2-cards {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: none;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 0 10%;
}

.grid2-card {
    width: 25%;
    flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 3%;
    text-align: center;
}

@media (max-width: 1100px) {
    .grid2-card {
        width: 30%;
    }
}

@media (max-width: 700px) {
    .grid2-card {
        width: 100%;
    }
}

.grid2-card img {
    margin-bottom: 30px;
}

.grid2-card h6 {
    font-size: 20px;
}

.home-div3-left {
    padding-right: 15%;
}

.home-div3{
    margin-bottom: 100px;
}

.home-div3 h1 {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 20px;
}

.home-div3 p {
    margin-bottom: 60px;
}

.home-div3 img {
    width: 80%;
    margin-left: 20%;
}

@media (max-width: 770px) {
    .home-div3 img {
        margin-left: 10%;
        margin-top: 20%;
        margin-bottom: 20%;
    }
}

.home-div4 {
    background-color: #F8F8F8;
    border-radius: 1em;
    padding: 4%;
}

.home-div4-left{
    padding-left: 8%;
}

.home-div4-left p{
    margin-bottom: 35px !important;
}


.home-div4-title {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*.home-div4 p {*/
/*    margin: 0;*/
/*}*/

.home-div4 img {
    /*width: 100%;*/
}


.home-form-header {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-left: 17%;
    padding-right: 17%;
}


.home-form-header h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-form-header p {
    margin-bottom: 50px;
}


.home-form-body {
    width: 95%;
    padding-right: 2%;
    padding-top: 4%;
    padding-left: 4%;
    border-radius: 3em;
    margin-bottom: 200px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 4px 1px #000000;
    position: relative;
    background-color: white;
}

.home-form-body-back {
    width: calc(100%);
    height: calc(80%);
    background-color: #e43621;
    border-radius: 3em !important;
    position: absolute;
    z-index: -10;
    transform: rotate(-4deg);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -5%;
}

@media (max-width: 770px) {
    .home-form-body-back {
        width: calc(100%);
        height: calc(20%);
        margin-top: -8%;
    }
}

.home-form-left-div {
    font-size: 16px;
    padding-right: 9%;
}

.home-form-left-div ul{
    list-style-image: url('../assets/ul.png');
}

.home-form-left-div ul li::marker {
    margin: 0;
}

.home-form-left-div ul li{
    margin-bottom: 5px;
}

.home-form-ul {
    margin-top: 20px;
    padding-left: 0rem;
}

.home-form-ul li {
    list-style: none;
    margin-bottom: 10px;
}

.home-form-ul li img {
    margin-right: 10px;
}

.home-form-body-head h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}

.home-form-inputs {
    display: grid;
    grid-gap: 1rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 5%;
}

@media (max-width: 600px) {
    .home-form-inputs {
        grid-template-columns: repeat(1, 1fr);
    }
}


.home-form-inputs input {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
}

.home-form-inputs select {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    height: 50px;
     -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: transparent;
  background-image: url("../assets/down-arrow.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 20px;
}

.home-form-inputs input:focus {
    outline: none !important;
    border: 0.5px solid #e43621;
}

.home-form-inputs select:focus {
    outline: none !important;
    border: 0.5px solid #e43621;
}

.home-form-checkbox {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 13px;
    margin-bottom: 35px;
}


.geekmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: black;
}




/*   SEARCH ITEM    */

.search-div{
    margin-top: 100px;
    margin-bottom: 50px;
}

.search-list li{
    margin-bottom: 100px;
    list-style: none;
}


.search-list-item a {
    text-decoration: none;
    color: #e43621;
}

.search-list-item a:hover {
    text-decoration: underline;
    color: #7b3a3a;
    transition: transform 500ms ease;
}




.home-checkmark {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.home-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border: 2px solid gray;
  box-shadow: 0 0 1px 0 black;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.home-checkmark:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.home-checkmark input:checked ~ .checkmark {
  background-color: gray;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.home-checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.home-checkmark .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

















