html {
  font-size: 14px;
}



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,800;0,900;1,300;1,900&display=swap');

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: var(--background-image);
    background-size: cover;
    background-position: top;
    font-family: 'Nunito Sans', sans-serif !important;
    background-repeat: no-repeat;
}

h1 {
    font-weight:900 !important;
    font-size: 52px !important;
}

.sub-logos-container {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 992px) {
    .sub-logos-container {
        display: grid;
        justify-content: center;
    }
}

.sub-logos {
    background-color: #fff;
    align-items: center;
    margin-bottom: 55px;
    border-radius: 20px 0px 0px 0px;
    padding: 5px 10px;
    display:block;
}
@media screen and (max-width: 992px) {
    .sub-logos {
        padding: 10px 20px;
        border-radius: 20px 20px 0px 0px;
        display: ruby;
    }
}

.sub-logos img {
    height: fit-content;
    max-width: 200px;
    max-height: 90px;
    line-height: 1;
    padding: 10px 20px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #333333;
    text-align: center;
    height: 55px !important;
}

.submit {
  /*  border: 0px !important;
    color: #fff !important;
    background-color: transparent !important;*/
}

.theme-hr {
    max-width: 180px !important;
    border-top: 5px solid var(--cl-secondary);
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--cl-secondary) !important;
}

.loadie {
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    font-size: 20px;
    position: absolute
}

.theme-btn {
    padding: 10px 30px;
    background-color: var(--cl-primary);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 85px;
    display: flex;
    justify-content: space-evenly;
    border: 0px;
    width: 100%;
    align-items: center;
}

    .theme-btn.color-override-accent {
        background-color: var(--cl-accent);
    }

    .theme-btn:hover {
        background-color: var(--cl-dark);
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        text-decoration: none !important;
    }

    a:hover {
        text-decoration:none !important;
    }


.theme-btn a {
    color: #fff;
}

    .theme-btn a:hover {
        text-decoration: none !important;
    }

p {
    font-size:15px;
    line-height:2;
}

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


.homep {
    font-size:18px !important;
}

footer.border-top {
    border-top: 2px solid var(--cl-secondary) !important;
}

    footer.border-top.color-override-accent {
        border-top-color: var(--cl-accent) !important;
    }

.navbar-brand {
    float: left;
    height: auto !important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px !important;
}

.form-box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 80px;
    margin-top: 5%;
}

    .form-box[disabled] input, .form-box[disabled] textarea,
    .form-box[disabled] select,
    .form-box[disabled] .drag-area, .form-box[disabled] .drop {
        pointer-events: none;
        opacity: 0.9;
        background-color: #eee !important;
    }

    .form-box[disabled] .drag-area, .form-box[disabled] .drop {
        opacity: 0.6;
    }

        .form-box[disabled] .drag-area input, .form-box[disabled] .drop input {
            opacity: 0;
        }

.form-check {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

    .form-check:hover input[type=checkbox] {
        border-color: var(--cl-primary);
    }

    .form-check .form-check-label {
        margin-left: 10px;
        margin-bottom: 0;
    }

    .form-check .text-danger {
        width: 100%;
    }

    .form-check input[type=checkbox] {
        width: 25px;
        height: 25px;
    }

    @media (min-width: 992px) {
        .form-check input[type=checkbox] {
            width: 17px;
            height: 17px;
        }
    }

h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

.submit-btn {
    max-width:300px;
    text-align:center !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0px;
}

.warranty-wrapper {
    width: 100%;
    height: auto;
}

    .warranty-wrapper .drop {
        height: 260px;
        border: 2px dashed var(--cl-secondary);
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .warranty-wrapper .drop .cont {
            color: var(--cl-secondary);
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .warranty-wrapper .drop .cont i {
                font-size: 400%;
                color: #000;
                position: relative;
            }

            .warranty-wrapper .drop .cont .tit {
                font-size: 100%;
                font-weight: 600;
                color: #000;
                font-size: 18px;
                font-weight: 600;
            }

            .warranty-wrapper .drop .cont .desc {
                color: #000;
                font-size: 18px;
                font-weight: 600;
            }

            .warranty-wrapper .drop .cont .browse {
                margin: 10px 25%;
                color: white;
                padding: 8px 16px;
                border-radius: 5px;
                background: var(--cl-primary);
                font-size: 16px;
                font-weight: 600;
            }

        .warranty-wrapper .drop input {
            width: 100%;
            height: 100%;
            cursor: pointer;
            background: red;
            opacity: 0;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

    .warranty-wrapper #list {
        width: 100%;
        text-align: left;
    }

        .warranty-wrapper #list .thumb {
            max-height: 75px;
            max-width: 33.33%;
            padding: 10px 5px 0 0;
        }

@media (max-width: 991.98px) {
    .warranty-wrapper .drop .cont .browse {
        margin: 10px 5px;
    }

    .warranty-wrapper #list .thumb {
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .submit-btn {
        max-width: 100%;
        text-align: center;
    }

    .form-box {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px;
        margin-bottom:70px;
    }

    .wrapper {
        width: 100% !important;
        height: 200px !important;
    }

    .mobilesubmit {
        margin-top:100px;
    }

/*    .drop .cont {
        width: 100% !important;
        height: 170px;
        color: var(--cl-secondary) !important;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }*/
}

@media (max-width:575.95px) {
    .warranty-wrapper .drop {
        height: auto;
        padding: 20px 0;
    }
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');



.drag-area {
    border: 2px dashed var(--cl-secondary);
    height: 260px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .drag-area.active {
        border: 2px solid #212529;
    }

    .drag-area .icon {
        font-size: 100px;
        color: #212529;
    }

    .drag-area header {
        font-size: 18px;
        font-weight: 600;
        color: #212529;
    }

    .drag-area span {
        font-size: 18px;
        font-weight: 600;
        color: #212529;
        margin: 10px 0 15px 0;
    }

    .drag-area button {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        outline: none;
        background: var(--cl-primary);
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .drag-area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

@media screen and (max-width: 600px) {
    .drag-area {
       margin-bottom:15px;
    }

    h1 {
        font-weight: 900 !important;
        font-size: 32px !important;
    }

    .logo {
        max-width:250px;
    }

    .portalcontainer {
        padding-bottom:50px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

  
}

.dot-img {

}

.dot-img img {
    max-width: -webkit-fill-available;
}
