i {
    font-style: italic;
}

.paragraph,
.paragraph-q {
    text-align: center;

}

#mainH {
    color: red;
}

#terms {
    accent-color: black;
}

.site-content {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.webtv-btn {
    cursor: pointer;
}

hr {
    border: 0 !important;
    opacity: 1 !important;
}


@media (max-width:480px) {
    div.site-content {
        position: relative;
        top: 8rem;
        background-image: url('/images/f1/BG/BG_Simple.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .site-main {
        max-width: 1260px;
        margin: 0 auto;
        padding: 2rem 0;
        padding-bottom: 0px;
    }

    .quiz-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mainDiv {
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .f1Car {
        width: 35%;
        margin: 0 auto;
    }

    .headingSmall {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 0.75rem;
        margin: 0 auto;
        position: relative;
        width: 50%;
        padding-top: 4.5rem;
    }

    .paragraph {
        color: black;
        width: 60%;
        font-size: 0.5rem;
        position: relative;
        margin: 0 auto;
    }

    .webtv-btn {
        font-size: 0.8rem;
        align-items: center;
        padding-bottom: 0.3rem;
        width: 40%;
        align-self: center;
        padding-bottom: 1rem;
        width: 100px;
    }

    .webtv-btn a {
        transition: all 0.5s ease;
        font-family: 'Tektur';
        text-decoration: none;
        background: #e10600;
        padding: 0.5rem 1rem;
        /* Adjust padding as needed */
        border-radius: 0.3rem;
        position: relative;
        /* Allows positioning of the arrow */
        display: flex;
        /* Aligns text and arrow horizontally */
        align-items: center;
        /* Aligns text and arrow vertically */
        min-width:auto;
    }
    .site-footer {
    float: left;
    width: 100%;
    margin-top: 130px;
    padding: 0 10px;
}
    .webtv-btn a span {
        font-size: 0.5rem;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    .webtv-btn a:hover span {
        margin-right: 1rem;
        /* Increase space between text and arrow on hover */
    }

    .webtv-btn .arrow {
        border: solid white;
        border-width: 0.1rem 0.1rem 0 0;
        display: inline-block;
        padding: 0.3rem;
        /* Adjust padding as needed */
        transform: rotate(45deg);
        /* Rotates the arrow */
        transition: all 0.5s ease;
    }

    .webtv-btn a:hover .arrow {
        margin-left: 0.5rem;
        /* Creates space between text and arrow on hover */
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------QUIZ CSS STYLES-------------------------- */
    /* ---------------------------------------------------------------- */
    #firstDiv {
        padding-top: 15rem;
    }

    #kentrikiPar {
        margin: auto;
        text-align: center;
    }

    .questions {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding: 2rem 2rem;
        gap: 1rem;
        padding-bottom: 0.8rem;
    }

    .headingSmall-q {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 1.4rem;
        margin: 0.5rem 0rem;
        position: relative;
        width: 100%;
        padding-top: 0.2rem;
    }

    .paragraph-q,
    .mainQuestion {
        color: black;
        font-size: 0.8rem;
        position: relative;
        padding: 0.5rem 0.5rem;
        display: flex;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
    }

    .answers {
        border: 0.3rem solid black;
        background-color: white;
        border-radius: 1rem;
        transition: transform 0.3s ease;
    }

    .answers:hover {
        transform: scale(1.1);
        border-color: red;

    }

    hr {
        margin: 0rem 4.5rem !important;
        background-color: red;
        padding: 0.1rem;
        box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------FORM STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    .formplace {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    #firstDivForm {
        padding-top: 2rem;
    }

    #mainH-f {
        color: black;
        font-weight: bolder !important;
    }

    input {
        border: 0.1rem solid darkgray;
        border-radius: 0 0 0 0.4rem;
        padding: 0.4rem;

    }

    .apodoxikoumpi {
        flex-direction: row;
        color: black;
    }

    .submit-form {
        padding: 0.5rem 0.5rem;
        background-color: red;
        color: white;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }



    /* Hover effect for the submit button */
    .submit-form:hover {
        transform: scale(1.2);
    }

    .form-group {
        display: flex;
        align-items: center;
        /* Align items vertically */
        margin-bottom: 10px;
        /* Adjust margin between form groups */
    }

    .form-group .radiokoumpi {
        margin-top: 0;
    }

    .apodoxikoumpi {
        text-align: center;
        font-size: 0.7rem;
    }

    #termsAndcond {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------SHARE STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    #mainDiv-S {
        padding-top: 4rem;
        display: flex;
    }

    #headingSmall-S {
        font-size: 1.20rem;
        padding: 0;
    }

    .parentSocials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .socials {
        color: black;
        font-weight: bold;
        text-align: center;
        margin: 0;
        font-size: 1.20rem;
        margin-bottom: 0.5rem;
    }

    .btnAlign {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #customKoumpi {
        transition: transform 0.3s ease;
    }

    #customKoumpi:hover {
        transform: scale(1.1);
    }

    .webtv-btn .sizeTagTablet {
        padding: 0;
    }

}

@media (min-width:481px) and (max-width:768px) {
    div.site-content {
        position: relative;
        top: 4rem;
        background-image: url('/images/f1/BG/BG_Simple.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .site-main {
        max-width: 1260px;
        margin: 0 auto;
        padding: 6rem 0;
        padding-bottom: 0px;
    }

    .quiz-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mainDiv {
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .f1Car {
        width: 45%;
    }

    .headingSmall {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 1.2rem;
        margin: 0;
        position: relative;
        width: 50%;
    }

    .paragraph {
        color: black;
        width: 50%;
        font-size: 1rem;
        position: relative;
        margin: 0;
    }

    .webtv-btn {
        font-size: 0.8rem;
        align-items: center;
        padding-bottom: 0.3rem;
    }

    .webtv-btn a {
        transition: all 0.5s ease;
        font-family: 'Tektur';
        text-decoration: none;
        background: #e10600;
        padding: 0.5rem 1rem;
        /* Adjust padding as needed */
        border-radius: 0.3rem;
        position: relative;
        /* Allows positioning of the arrow */
        display: flex;
        /* Aligns text and arrow horizontally */
        align-items: center;
        /* Aligns text and arrow vertically */
    }

    .webtv-btn a span {
        margin-right: 0.5rem;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    .webtv-btn a:hover span {
        margin-right: 1rem;
        /* Increase space between text and arrow on hover */
    }

    .webtv-btn .arrow {
        border: solid white;
        border-width: 0.1rem 0.1rem 0 0;
        display: inline-block;
        padding: 0.3rem;
        /* Adjust padding as needed */
        transform: rotate(45deg);
        /* Rotates the arrow */
        transition: all 0.5s ease;
    }

    .webtv-btn a:hover .arrow {
        margin-left: 0.5rem;
        /* Creates space between text and arrow on hover */
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------QUIZ CSS STYLES-------------------------- */
    /* ---------------------------------------------------------------- */
    #kentrikiPar {
        margin: auto;
        text-align: center;
        width: 50%;
    }

    .questions {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        padding: 1rem 5rem;
        gap: 1rem;
    }

    .headingSmall-q {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 1.4rem;
        margin: 0.5rem 0rem;
        position: relative;
        width: 100%;
        padding-top: 0.2rem;
    }

    .paragraph-q,
    .mainQuestion {
        color: black;
        width: fit-content;
        font-size: 0.8rem;
        position: relative;
        padding: 0.5rem 0.5rem;
        display: flex;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
    }

    .answers {
        border: 0.3rem solid black;
        background-color: white;
        border-radius: 1rem;
        transition: transform 0.3s ease;
    }

    .answers:hover {
        transform: scale(1.1);
        border-color: red;
    }

    hr {
        margin: 0rem 1.5rem !important;
        background-color: red;
        padding: 0.1rem;
        box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------FORM STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    .formplace {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
        margin: 1rem;
    }

    .form-group {
        display: flex;
        align-items: center;
        /* Align items vertically */
    }

    .nameplace,
    .eponymoplace,
    .phoneplace,
    .emailplace,
    textarea {
        width: 100%;
        padding: 0.4rem;
    }

    .submit-form {
        width: 100%;
        padding: 1rem;
    }

    .apodoxikoumpi {
        flex-direction: row;
        color: black;
        text-align: start;
        margin: 0;
    }

    .submit-form {
        padding: 0.5rem 0.5rem;
        background-color: red;
        color: white;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Hover effect for the submit button */
    .submit-form:hover {
        transform: scale(1.2);
    }

    .form-group .radiokoumpi {
        margin-right: 5px;
    }

    .form-group .radiokoumpi {
        margin-top: 0;
    }

    .apodoxikoumpi {
        text-align: center;
        font-size: 1rem;
    }

    #termsAndcond {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------SHARE STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    #mainDiv-S{
        padding-top: 2rem;
        display: flex;
    }
    #headingSmall-S {
        font-size: 1.50rem;
        padding: 0;
    }

    .parentSocials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .socials {
        color: black;
        font-weight: bold;
        text-align: center;
        margin: 0;
        font-size: 1.50rem;
        margin-bottom: 0.5rem;
    }

    .btnAlign {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #customKoumpi {
        transition: transform 0.3s ease;
    }

    #customKoumpi:hover {
        transform: scale(1.1);
    }

    .webtv-btn .sizeTagTablet {
        padding: 0;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    div.site-content {
        position: relative;
        top: 4rem;
        background-image: url('/images/f1/BG/BG_Simple.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .site-main {
        max-width: 1440px;
        margin: 0 auto;
        padding: 8rem 0;
        padding-bottom: 0px;
    }

    .quiz-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mainDiv {
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .f1Car {
        width: 50%;
    }

    .headingSmall {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 1.75rem;
        margin: 0;
        position: relative;
        width: 50%;
    }

    .paragraph {
        color: black;
        width: 50%;
        font-size: 1rem;
        position: relative;
        margin: 0;
    }

    .webtv-btn {
        font-size: 1.8rem;
        align-items: center;
        padding-bottom: 0.3rem;
    }

    .webtv-btn a {
        transition: all 0.5s ease;
        font-family: 'Tektur';
        text-decoration: none;
        background: #e10600;
        padding: 0.5rem 1rem;
        /* Adjust padding as needed */
        border-radius: 0.3rem;
        position: relative;
        /* Allows positioning of the arrow */
        display: flex;
        /* Aligns text and arrow horizontally */
        align-items: center;
        /* Aligns text and arrow vertically */
    }

    .webtv-btn a span {
        font-size: 1.25rem;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    .webtv-btn a:hover span {
        margin-right: 1rem;
        /* Increase space between text and arrow on hover */
    }

    .webtv-btn .arrow {
        border: solid white;
        border-width: 0.1rem 0.1rem 0 0;
        display: inline-block;
        padding: 0.3rem;
        /* Adjust padding as needed */
        transform: rotate(45deg);
        /* Rotates the arrow */
        transition: all 0.5s ease;
    }

    .webtv-btn a:hover .arrow {
        margin-left: 0.5rem;
        /* Creates space between text and arrow on hover */
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------QUIZ CSS STYLES-------------------------- */
    /* ---------------------------------------------------------------- */
    #kentrikiPar {
        text-align: center;
        margin: auto;
    }

    .questions {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        padding: 1rem 3rem;
        gap: 1rem;
    }

    .headingSmall-q {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 2rem;
        margin: 0.5rem 0rem;
        position: relative;
        width: 100%;
        padding-top: 0.2rem;
    }

    .paragraph-q,
    .mainQuestion {
        color: black;
        width: fit-content;
        font-size: 1.2rem;
        position: relative;
        padding: 0.5rem 2rem;
        display: flex;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
    }

    .answers {
        border: 0.4rem solid black;
        background-color: white;
        border-radius: 1rem;
        transition: transform 0.3s ease;
    }

    .answers:hover {
        transform: scale(1.1);
        border-color: red;
    }

    hr {
        margin: 0rem 3rem !important;
        background-color: red;
        padding: 0.1rem;
        box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------FORM STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    .formplace {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

     .form-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
        margin: 1rem;
    }

    .form-group {
        display: flex;
        align-items: center;
        /* Align items vertically */
    }

    .nameplace,
    .eponymoplace,
    .phoneplace,
    .emailplace,
    textarea {
        width: 100%;
        padding: 0.4rem;
    }

    .submit-form {
        width: 100%;
        padding: 1rem;
    }

    .apodoxikoumpi {
        flex-direction: row;
        color: black;
        text-align: start;
        margin: 0;
    }

    .submit-form {
        padding: 0.5rem 0.5rem;
        background-color: red;
        color: white;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Hover effect for the submit button */
    .submit-form:hover {
        transform: scale(1.2);
    }

    .form-group .radiokoumpi {
        margin-right: 5px;
    }

    .form-group .radiokoumpi {
        margin-top: 0;
    }

    .apodoxikoumpi {
        text-align: center;
        font-size: 1.2rem;
    }

    #termsAndcond {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------SHARE STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    #mainDiv-S {
        padding-top: 5rem;
        display: flex;
    }

    .parentSocials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .socials {
        color: black;
        font-weight: bold;
        text-align: center;
        margin: 0;
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .btnAlign {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #customKoumpi {
        transition: transform 0.3s ease;
    }

    #customKoumpi:hover {
        transform: scale(1.1);
    }

}

@media(min-width:1025px) {
    div.site-content {
        position: relative;
        top: 4rem;
        background-image: url('/images/f1/BG/BG_Simple.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .site-main {
        max-width: 1440px;
        margin: 0 auto;
        padding: 11rem 0;
        padding-bottom: 0px;
    }

    .quiz-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
                max-width: 800px;
    text-align: center;
    margin: 0 auto;
    }

    .mainDiv {
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    #firstDivForm {
        padding-bottom: 6rem;
    }

    .f1Car {
        width: 50%;
    }

    .headingSmall {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 2.25rem;
        margin: 0;
        position: relative;
        width: 50%;
        margin: 0 auto;
    }

    .paragraph {
        color: black;
        width: 50%;
        font-size: 1.5rem;
        position: relative;
        margin: 0;
        text-align: center;
        margin: 0 auto;
    }

    .webtv-btn {
        font-size: 1.8rem;
        align-items: center;
        padding-bottom: 0.3rem;
        cursor: pointer;
    }

    .webtv-btn a {
        transition: all 0.5s ease;
        font-family: 'Tektur';
        text-decoration: none;
        background: #e10600;
        padding: 0.5rem 1rem;
        /* Adjust padding as needed */
        border-radius: 0.3rem;
        position: relative;
        /* Allows positioning of the arrow */
        display: flex;
        /* Aligns text and arrow horizontally */
        align-items: center;
        /* Aligns text and arrow vertically */    max-width: 285px;
    }

    .webtv-btn a span {
        margin-right: 0.5rem;
        text-decoration: none;
        color: white;
        font-weight: bold;
    }

    .webtv-btn a:hover span {
        margin-right: 1rem;
        /* Increase space between text and arrow on hover */
    }

    .webtv-btn .arrow {
        border: solid white;
        border-width: 0.1rem 0.1rem 0 0;
        display: inline-block;
        padding: 0.3rem;
        /* Adjust padding as needed */
        transform: rotate(45deg);
        /* Rotates the arrow */
        transition: all 0.5s ease;
    }

    .webtv-btn a:hover .arrow {
        margin-left: 0.5rem;
        /* Creates space between text and arrow on hover */
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------QUIZ CSS STYLES-------------------------- */
    /* ---------------------------------------------------------------- */
    #kentrikiPar {
        margin: auto;
        text-align: center;
    }

    #mainH {
        padding-top: 3rem;
    }

    .questions {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        padding: 2rem 2rem;
        gap: 2rem;
    }

    .questions.headingSmall-q {
        padding-top: 0 !important;
    }

    .headingSmall-q {
        display: flex;
        justify-content: center;
        color: #151515;
        font-size: 2.25rem;
        margin: 0.5rem 0rem;
        position: relative;
        width: 100%;
        padding-top: 1.2rem;
    }

    .paragraph-q,
    .mainQuestion {
        color: black;
        width: fit-content;
        font-size: 1.5rem;
        position: relative;
        padding: 1rem;
        display: flex;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
        margin:0 auto;
    }

    .answers {
        border: 0.4rem solid black;
        background-color: white;
        border-radius: 1rem;
        transition: transform 0.3s ease;
    }

    .answers:hover {
        transform: scale(1.1);
        border-color: red;
    }

    hr {
        margin: 0rem 4rem !important;
        background-color: red;
        padding: 0.1rem;
        box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------FORM STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    .formplace {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 2rem;
        margin: 1rem;
    }

    .form-group {
        display: flex;
        align-items: center;
        /* Align items vertically */
    }

    .nameplace,
    .eponymoplace,
    .phoneplace,
    .emailplace,
    textarea {
        width: 100%;
        padding: 0.4rem;
    }

    .submit-form {
        width: 100%;
        padding: 1rem;
    }

    .apodoxikoumpi {
        flex-direction: row;
        color: black;
        text-align: start;
        margin: 0;
    }

    .submit-form {
        padding: 0.5rem 0.5rem;
        background-color: red;
        color: white;
        border: none;
        border-radius: 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Hover effect for the submit button */
    .submit-form:hover {
        transform: scale(1.2);
    }

    .form-group .radiokoumpi {
        margin-right: 5px;
    }

    .form-group .radiokoumpi {
        margin-top: 0;
    }

    .apodoxikoumpi {
        text-align: center;
        font-size: 1.3rem;
    }

    #termsAndcond {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* ---------------------------------------------------------------- */
    /* -----------------------SHARE STYLES--------------------------- */
    /* ------------------------------------------------------------- */
    #mainDiv-S {
        padding-top: 5rem;
        display: flex;
    }

    .parentSocials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .socials {
        color: black;
        font-weight: bold;
        text-align: center;
        margin: 0;
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .btnAlign {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #customKoumpi {
        transition: transform 0.3s ease;
    }

    #customKoumpi:hover {
        transform: scale(1.1);
    }


}
.site {
    background: none;
}
.paragraph-q {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    top: -6px;
    left: -6px;
    padding-top: 100px;
}
.answers {
    position: relative;
    min-height: 220px;
    min-width: 220px;
}
.formplace {
    margin-top: 100px;
}
.paragraph-q-f {
    color: #000;
}
.formplace {
    color: #000;
}

.title_q {
    font-family: 'Tektur';
    color: #000;
    line-height: 1;
    font-size: 3rem;
}
.parentSocials {
    margin-bottom: 50px;
}
.form-terms {
    max-height: 250px;
    overflow: auto;
    text-align: left;
    padding: 20px;
}
.iagreewith label {
    margin-left: 10px;
}
.footer-list li a, .copyright, .copyright2 {
    color: #fff;
}
.footer-list li {
    border-right: 1px solid #fff;
}
