/* Add here all your CSS customizations */

.clipboard-button {
    margin-top: 40px;
    margin-left: 344px;
    width: auto;
    height: 20px;
    font-size: 12px;
    padding: 14px;
    line-height: 3px;
    margin-bottom: 30px;
}

.pgp-keyblock {
    height: 208px;
    width: 465px;
    float: right;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pgp-fingerprint {
    background-color: #ffd2d4;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 8px;
}

.footer-links {
    margin-top: 10px;
}

.captcha-img {
    margin-left: -20px;
    margin-top: 6px;
}

@media only screen and (max-width: 580px) {
    .clipboard-button {
        margin-left: 10px !important;
        width: 100%;
        margin-top: 39px !important;
        margin-bottom: 39px !important;
        height: 45px;
        font-size: 14px;
        float: none !important;
    }

    .captcha-img {
        margin-left: -27px;
        margin-top: -11px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .pgp-keyblock {
        width: 96%;
        margin-top: 35px;
        height: 147px;
        margin-bottom: -24px;
        white-space: pre;
        overflow-x: hidden;
    }

    .clipboard-button {
        float: right;
        margin-top: -15px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .pgp-fingerprint {
        font-size: 15px;
    }
}

.back-button-small {
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    background: #f7f7f7;
    border: solid 1px #d0cdcd;
    color: #5f696e;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 80px;
    outline: 0;
}

.back-button-small:hover {
    background-color: #d61f26;
    text-decoration: none;
    color: #fff;
    border-color: #d61f26;
}

.back-button-small:active {
    background-color: #d61f26;
    text-decoration: none;
    color: #fff;
    border-color: #d61f26;
}

@media only screen and (max-width: 580px) {
    .back-button-small {
        margin-top: -20px
    }
}

.searchbar-names {
    float: right;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 8px;
    background-image: url(/assets/img/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: 63px;
    outline: 0;
}

@media only screen and (max-width: 580px) {
    .searchbar-names {
        margin-bottom: 20px;
    }
}

#myTable {
    border: 1px solid #dddddd;
}

#myTable th {
    text-align: left;
    background-color: #070f13;
    color: #FFF;
    border: solid 1px #070f13;
}

#myTable th:first-child {
    background-color: #070f13;
    width: 87px;
    color: #FFF;
}


#myTable th:last-child {
    background-color: #070f13;
    color: #FFF;
    width: 85px;
}

#myTable td:last-child {
    font-size: 16px;
    font-weight: 700;
    color: #00962d;
}

.payouts {
    float: right;
    margin-top: -20px;
}

.payouts p {
    font-size: 2em;
    color: #00962d;
    font-weight: 700;
    float: right;
}

@media only screen and (max-width: 580px) {
    .payouts {
        margin-top: 64px;
        float: right;
        position: absolute;
        text-align: right;
        width: 100%;
        margin-top: -76px;
    }
}

@media only screen and (max-width: 580px) {
    .payouts h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 580px) {
    .payouts p {
        font-size: 16px;
    }
}


@media only screen and (max-width: 580px) {
    #myTable td:nth-child(4) {
        display: none;
    }

    #myTable th:nth-child(4) {
        display: none;
    }
}

.sbarn {
    padding-right: 0px;
    padding-left: 0px;
}

.tbarn {
    padding-left: 0px;
    padding-right: 40px;
}

@media only screen and (max-width: 580px) {
    .tbarn {
        padding-right: 0px
    }
}

.tablebarn {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: unset;
}

@media only screen and (max-width: 580px) {
    .tablebarn {
        border: none;
        font-size: 13px;
    }

    #myTable th:first-child {
        width: 50px;
    }

    #myTable td:last-child {
        font-size: 13px;
    }
}

.label-low {
    background-color: #5cb96a;
    color: #FFF;
    border-radius: 4px;
    margin-right: 7px;
    font-size: 13px;
    padding: 5px 8px 5px 8px;
}

.label-medium {
    background-color: #e8a95f;
    color: #FFF;
    border-radius: 4px;
    margin-right: 7px;
    font-size: 13px;
    padding: 5px 8px 5px 8px;
}

.label-high {
    background-color: #ea656a;
    color: #FFF;
    border-radius: 4px;
    margin-right: 7px;
    font-size: 13px;
    padding: 5px 8px 5px 8px;
}

.label-critical {
    background-color: #985959;
    color: #FFF;
    border-radius: 4px;
    margin-right: 7px;
    font-size: 13px;
    padding: 5px 8px 5px 8px;
}

#myTable td:nth-child(3) {
    display: none;
}

#myTable th:nth-child(3) {
    display: none;
}

@media only screen and (max-width: 760px) {
    #myTable td:nth-child(3) {
        display: block;
        font-weight: 700;
    }
}

@media only screen and (max-width: 760px) {
    #myTable th:nth-child(3) {
        display: table-cell;
        width: 10px;
    }
}

.offer-circle {
    height: 115px;
    width: 115px;
    background-color: #d61f26 !important;
    border-radius: 50%;
    float: left;
    margin-top: -27px;
    margin-right: 20px;
}

.offer-circle p {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 19px;
    font-size: 39px;
    margin-bottom: 19px;
    margin-top: 48px;
}

.t-shirt-measurements {
    width: 90%;
    margin: auto;
}

.t-shirt-measurements tbody {
    border: solid 2px #545a5f;
}

.t-shirt-measurements th {
    border: solid 2px #545a5f;
    padding: 2px 6px;
}

.t-shirt-measurements tr {
    padding: 4px;
    border: solid 2px #545a5f;
}

.t-shirt-measurements td {
    border: solid 2px #545a5f;
    padding: 2px 6px;
}

.reward {
    margin-bottom: 45px;
}

.reward hr.hr-5x {
    margin-left: 137px;
}

.reward h2 {
    margin-top: 0px;
}

@media only screen and (max-width: 760px) {
    .reward {
        margin-bottom: 25px;
    }
}

.hoodie {
    margin-top: -60px;
}

.hoodie img {
    height: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 760px) {
    .hoodie {
        margin-top: 0px;
    }
}


.bg-about-jr {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 47%;
    background-position: 100% 42%;
    background-attachment: inherit;
    padding-bottom: 86px;
    background-color: #040203 !important;
}

.bg-about-laptop {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 64%;
    background-position: -23% 17%;
    background-attachment: inherit;
    padding-bottom: 148px;
    background-color: #040203 !important;
    padding-top: 140px;
}

.ds-quote {
    bottom: 40px;
    position: absolute;
    right: 21%;
    background-color: unset;
    border: none;
    width: 25%;
    visibility: visible;
    animation-name: fadeIn;
}

.ds-quote-text {
    border-color: rgb(214 31 38);
    font-size: 20px;
    line-height: 1.2;
}


@media (max-width: 1780px) {
    .bg-about-jr {
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: 48%;
        background-position: 99% 54%;
        background-attachment: inherit;
        padding-bottom: 61px;
        background-color: #040203 !important;
        padding-top: 95px;
    }

    .bg-about-laptop {
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: 76%;
        background-position: -82% 44%;
        background-attachment: inherit;
        padding-bottom: 59px;
        background-color: #040203 !important;
        padding-top: 96px;
    }

    .ds-quote {
        bottom: 40px;
        position: absolute;
        right: 26%;
        background-color: unset;
        border: none;
        width: 23%;
        visibility: visible;
        animation-name: fadeIn;
    }

    .ds-quote-text {
        border-color: rgb(214 31 38);
        font-size: 18px;
        line-height: 1.2;
    }

}


@media (max-width: 1900px) {
    .bg-about-laptop {
        background-size: 66%;
        background-position: -42% 44%;
        padding-bottom: 105px;
    }

}

@media (max-width: 540px) {
    .bg-about-jr {
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: 82%;
        background-position: 203% 91%;
        background-attachment: inherit;
        padding-bottom: 346px;
        background-color: #040203 !important;
        padding-top: 113px;
        background-position-y: 38em;
        background-size: 506px;
        background-position-x: 2em;
    }

    .bg-about-laptop {
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: 141%;
        background-position: 93% 100%;
        background-attachment: inherit;
        padding-bottom: 50px;
        background-color: #040203 !important;
        padding-top: 45px;
    }

    .ds-quote {
        bottom: -209px;
        position: absolute;
        right: 58%;
        background-color: unset;
        border: none;
        width: 40%;
        visibility: visible;
        animation-name: fadeIn;
    }

    .ds-quote-text {
        border-color: rgb(214 31 38);
        font-size: 18px;
        line-height: 1.2;
    }

    .ds-interview-text {
        font-size: 18px !important;
        line-height: 1.3 !important;
        color: #5c5c5c;
        border-color: rgb(214 31 38);
        font-weight: 600;
        margin-bottom: 0px !important;
    }

    .ds-founder-text {
        -webkit-box-shadow: 0px 7px 29px 26px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 7px 29px 26px rgba(0, 0, 0, 1);
        box-shadow: 0px 7px 29px 26px rgba(0, 0, 0, 1);
    }

    .ds-laptop-text {
        background: #040203;
    }
}

.ds-interview-text {
    font-size: 28px;
    line-height: 1.3;
    color: #5c5c5c;
    border-color: rgb(214 31 38);
    margin-bottom: -15px;
}

.about-statement {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    margin: auto;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1px;
    float: none;
    padding: 25px;
}

.image-input .image-input-wrapper {
    width: 180px !important;
    height: 63px !important;
    border-radius: 0.475rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.hiw-left {
    padding-right: 40px;
    background: #070F13;
    color: #D1D5D6;
}

.hiw-left h1 {
    color: #FFF;
}

.hiw-left .process-step-text {
    color: #D1D5D6
}

.hiw-left .process-step-counter {
    color: #D1D5D6
}

.hiw-left .process-step-counter>.process-step-counter-border {
    border: 4px solid #626262;
}

.hiw-right {
    padding-left: 40px;
}

.hiw-right i,
.hiw-left i {
    font-size: 5.5em;
    position: absolute;
    right: 45px;
    top: 3px;
}

.hiw-right i:nth-child(2),
.hiw-left i:nth-child(2) {
    font-size: 16.5em;
    opacity: 0.12;
    top: -71px;
}

.hiw-left-container {
    visibility: visible;
    animation-name: fadeIn;
    padding-right: 20px;
}

.hiw-right-container {
    visibility: visible;
    animation-name: fadeIn;
    padding-right: 20px;
}

.harrow_line {
    float: left;
    width: 100%;
    height: 20px;
    background: url(https://subjectacces.com/images/h-arrow-line2.png) no-repeat center top;
}

.harrow_line2 {
    float: left;
    width: 100%;
    height: 20px;
    background: #eee url(https://subjectacces.com/images/h-arrow-line3.png) no-repeat center top;
}

.process-step {
    margin-top: 0;
}

.process-step-counter {
    margin: 0 0 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    padding: 15px;
    text-align: center;
    color: #363B3F;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    justify-content: center;
}

.hiw-right .border-main {
    border-color: #1381d4 !important;
}

.hiw-right .process-step-counter-border {
    border-top: 4px solid #1381d4 !important;
}

.process-step-counter-border {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 3px;
    left: 0;
    border: 4px solid #d2d2d2;
    border-top: 4px solid #d61f26 !important;
    border-radius: 50%;
}

.process-step-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.347;
    z-index: 1;
    text-align: center;
    letter-spacing: .6px;
}

.process-step-container {
    position: relative;
    z-index: 1;
    margin: 30px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.process-step1 {
    width: 240px;
    height: 150px;
    background-image: url("/site-assets/img/switches-step1.svg");
}

.process-step2 {
    width: 240px;
    height: 150px;
    background-image: url(/site-assets/img/switches-step2.svg);
}

.process-step3 {
    width: 270px;
    height: 170px;
    background-image: url(/site-assets/img/switches-step3.svg);
}

.process-step4 {
    width: 270px;
    height: 170px;
    background-image: url(/site-assets/img/switches-step4.svg);
}

.process-step1-blue {
    width: 240px;
    height: 150px;
    background-image: url("/site-assets/img/switches-step1-blue.svg");
}

.process-step2-blue {
    width: 240px;
    height: 150px;
    background-image: url(/site-assets/img/switches-step2-blue.svg);
}

.process-step3-blue {
    width: 270px;
    height: 170px;
    background-image: url(/site-assets/img/switches-step3-blue.svg);
}

.process-step4-blue {
    width: 270px;
    height: 170px;
    background-image: url(/site-assets/img/switches-step4-blue.svg);
}

.process-step-text {
    font-size: 16px;
    line-height: 1.75;
    z-index: 1;
    text-align: center;
    color: #626262;
}

.sign-up-model {
    box-shadow: none;
}


@media (min-width: 768px) {

    .process-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        min-height: 300px;
    }

    .process-step:nth-of-type(odd) {
        padding-left: 41%;
    }

    .process-step:nth-of-type(even) {
        padding-right: 41%;
    }

    .process-step-counter {
        float: left;
        margin: 0 0 0;
    }

    .process-step-title {
        font-size: 23px;
        line-height: 1.4;
        margin: -60px 0 20px 85px;
        text-align: left;
        font-weight: 600;
    }

    .process-step-container {
        position: absolute;
        top: 0;
        width: 37%;
        height: 100%;
        margin: 0;
    }

    .process-step:nth-of-type(odd) .process-step-container {
        left: 0;
    }

    .process-step:nth-of-type(even) .process-step-container {
        right: 0;
    }

    .process-step-text {
        font-size: 18px;
        line-height: 1.72;
        margin-left: 85px;
        text-align: left;
    }
}

/* Ahmad-Hashmi-Work */
/* indexpagecss */

/* how-it-works-css */
.heading-lg .heading-title-ghost {
    top: -25px;
    font-size: 54px;
    font-weight: 400;
    line-height: 74px;
}

.heading .heading-title-ghost {
    left: 3px;
}

/* Public-switches-css  */
@media (max-width: 768px) {

    .heading-md .heading-title-ghost,
    .heading-lg .heading-title-ghost,
    .heading-xlg .heading-title-ghost {
        top: -21px;
        font-size: 38px;
        line-height: 52px;
    }
}

.heading .heading-title-ghost {
    left: 3px;
}

/* HomePage-Who_would_use_this */
@media (max-width: 768px) {
    section {
        padding: 0px 0;
    }
}

.heading-md .heading-title,
.heading-lg .heading-title,
.heading-xlg .heading-title {
    font-size: 31px;
}

.heading-md .heading-title-ghost,
.heading-lg .heading-title-ghost,
.heading-xlg .heading-title-ghost {
    top: -20px;
    font-size: 31px;
    line-height: 52px;
}

.heading .heading-title-ghost {
    left: 6px !important;
}

/* custom css [Haseeb] */
.custom-contact-text {
    margin-bottom: 35px !important;
}

/* Samsung Galaxy Z Fold 7 Specific */
@media screen and (max-width: 750px) and (min-width: 740px) and (max-height: 660px) and (min-resolution: 2.5dppx) {
    
    #intro .intro-caption .intro-title {margin-top: 342px;}

    #intro .intro-caption .intro-title img {
        width: 250px;
        margin-bottom: -4px;
        display: block;
    }

    .copyright span {    
        margin: auto;
        display: block;
        margin-top: 5px;
    }

    .col-md-4 {        
        width: 32%;
        display: inline-flex;
        margin-bottom: 45px;
    }
    
    .info-box-text {
        font-size: 14px;
        line-height: 1.3em;
        width:100%;
    }

    .navbar-collapse.mob-navbar-collapse-dark .navbar-nav li > a {
        text-align: center;
    }
    .navbar-collapse.mob-navbar-collapse-dark .navbar-nav li > a.special-button {
      background: #d61f26;
      margin-bottom: 5px !important;
      border-color: #d61f26;
    }

    .navbar-collapse.mob-navbar-collapse-dark .navbar-nav li > a.special-button:hover {
      background-color: #770308;
    }

    .custom-tooltip+.tooltip .tooltip-inner:after {
        display:none!important;
    }
    .ds-founder-top-text {width: 61%;}
    .ds-founder-text {width: 61%;}
    .bg-about-jr{
        background-size: 97%;
        background-position: 1221% 75%;
        padding-bottom: 83px;
        padding-top: 75px;
    }
    .ds-quote-text {font-size: 16px;}
    .ds-quote {
        right: 36%;
        width: 42%;
        bottom: -1px;;
    }
    .ds-interview-text {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 18px;
        margin-top: 24px;
    }
    .our-mission-text {
        width: 75%;
        margin-left: 25%;
    }
    .bg-about-laptop {
        background-size: 116%;
        background-position: 478% 16%;
        padding-bottom: 74px;
        padding-top: 17px;
    }
    .our-mission-h2 {
        margin-left: 25%;
    }
    .our-mission-hr {
        margin-left: 25%;
    }
}