html,
body {
    height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #252525;
    letter-spacing: 1px;
    background-color: #fff;
    /* background-image: url('/images/log-back.png'); */
}

.top-header
{
    height:50px;
    background-color: #4B2544;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

nav>ul {
    display: flex;
  
}

nav>ul>li {
    position: relative;
    padding: 10px 0;
    margin-right: 39px;
}

nav>ul>li:last-child {
    margin-right: 0px;
}

nav>ul>li>a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 6px 0;
    /* text-transform: uppercase; */
    font-weight: 700;
    position: relative;
    color:white;
}

a:hover
{
    color: white !important;
    text-decoration: none;
    opacity: 0.8;
}

.form-custom div
{
    margin-top: 0;
    margin-bottom: 0px;
    margin-right: 15px;
}

.form-custom div:last-child {
 
    margin-right: 0px;
}

.form-custom label
{
    display: block;
}

.wrap-input
{
    border: 1px solid #d4dbe0;
   
}

.form-custom input
{
    /* border: 1px solid #d4dbe0;
    padding: 3px 10px; */
    outline: none;
    border: none;
    padding: 3px 10px;
}

.submit-button-custom:hover
{
    background-color: #4B2544;
}

.submit-button-custom
{
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 26px;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    /* -webkit-transition: 0.3s;
    transition: 0.3s; */
    width: 100%;
    border-radius: 20px;
    background-color: #895980;
    margin-top: 20px;
}

/* a, button, img, input, span {
    transition: all 0.3s ease 0s;
} */

.signup-input2 {
    border: 1px solid #d4dbe0;
}

.signup-input2 {
    border: 1px solid #e5e8ed;
    border-radius: 3px;
}

.register-btn
{
    background-color: black !important;
}

*:focus {
    outline: none !important;
}

.single_slider {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height:500px;
    background-position: top;
}

.form-create-account
{
    background-color: #fff;
    margin-top:10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 40px;
}

.search-order
{
  
    margin-top: 50px;
    border: 1px solid #e5e8ed;
}

.search-order input
{
    width: 267px;
    padding: 10px;
    border: 0px;
}

.search-order .search-button
{
    width: 50px;
    height: 50px;
    /* background-color: white; */
    background-color: black;
    border-left: 1px solid #d6d6d6;
    text-align: center;
    cursor: pointer;
   
}

.search-order i {
    margin-top: 15px;
    font-size: 18px;
    color: #9E9E9E;
    color: white;
  
}

.search-button:hover
{
    background-color: white;
}

.search-button:hover i
{
    color: black;
}


.headline-text
{
    margin-top: 100px;
    color: #7d7d76;
    font-size: 22px;
}

.signup-input2
{
    width:100%;
}

.signup-input2
{
    margin-top:10px;
}


.signup-input2 input,select
{
    padding: 4px;
    border: 0px;
    width:100%;
    padding-left: 10px;
    height: 40px;
}


.signup-input
{
    width:100%;
}

.signup-input
{
    margin-top:10px;
}


.signup-input input,select
{
    padding: 4px;
    border: 0px;
    width:100%;
    padding-left: 10px;
}

.create-account-text
{
    color:#636363;
    margin-top:15px;
    font-size:20px;
    margin-right:10px;
    margin-bottom: 20px;
}

.features
{
    height: 150px;
    width: 150px;
    background-color: #CD3A44;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 25px;
    margin-top:50px

}

.features h5 {
    color: white;
    margin-top: 20px;
}

.specifications .container
{
    padding-bottom:50px;
    /* border-bottom: 1px solid #F1B715; */
}

.about-us h5
{

    font-size: 20px;
    font-weight: 300;
}

.has-error
{
    border:1px solid red !important;
}



.tracingOrderWrapper
{
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5;
    padding: 20px;
    border: 1px solid #d5d5d5;
    box-shadow: 2px 1px 1px rgba(14, 20, 25, 0.1), 0 1px 6px rgba(59,64,69,0.1);
    display:none;
    position: absolute;
    z-index: 99;
}


@media only screen and (max-width: 767px) {
    .form-custom div {
        width: 100%;
        margin-right: 0px;
      
    }

    .form-create-account
    {
        margin-left: 30px;
    }

    .footer_top 
    {
        text-align: center;
        margin-top: 542px;
    }

    .single_slider {
        /* background-position: 17%; */
        height: 280px;
    }

    .form-custom div:first-child {
        margin-top: 20px;
    }

    .form-custom input {
        width: 100%;
    }

    .logo-cont
    {
        text-align: center;
    }

    .search-order
    {
        width: 100%;
    }

    .search-order input
    {
        width: 100%;
        border-radius: 0px;
    }

    .signup-input
    {
        border: 1px solid #d4dbe0;
    }

    .create-account-text
    {
        margin-top:50px;
    }

    .slider-con
    {
        min-height: 850px;
    }

    .specifications .container
    {
        border-top: 1px solid #d4dbe0;
    }

    nav>ul>li {
        margin-right: 15px;
    }
   
}



.container-custom-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.footer_top
{
    background-color: #4B2544;
    min-height:220px;
  
}

.footer_top h3
{
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.footer_menu ul li {
    padding-bottom: 5px;
}

.footer_menu ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #7f7f7f;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
}

.container-custom-check input:checked~.checkmark:after {
    display: block;
}
.container-custom-check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.container-custom-check input:checked~.checkmark {
    background-color: black;
    border: 1px solid black;
}