.clear {
    clear: both;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.contact_left {
    width: 39%;
    float: left;
    margin-top: 30px;
}

.contact_right {
    width: 59%;
    float: left;
    text-align: right;
    margin-top: 30px;
}

.email {
    width: 25%;
    float: left;
    margin-top: 15px;
    max-width: 70px;
}

.text {
    /*            width: 74%;*/
    width: calc(100% - 80px);
    float: right;
}

input {
    margin: 0px 0px 10px 0px;
    padding: 5px;
    height: 40px;
    /*            width: 300px;*/
    width: 600px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    margin: 0px 0px 0px 0px;
    padding: 5px;
    /*            min-width: 300px;*/
    min-width: 300px;
    width: 600px;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    resize: none;
    height: 80px;
}




@media only screen and (max-width:767px) {
    input {
        width: 100%;
    }

    textarea {
        min-width: inherit;
        width: 100%;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
    #app_common_modal .app_modal_body {
        margin: 40px auto;
    }

    input,
    textarea {
        width: 100%;
    }
}

.has-error {
    border: 2px solid #D63031;
}

#submit {
    margin: 10px 0;
    padding: 15px 40px;
    background-color: #1BCA9B;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 15px;
}

/*
        p {
            font: normal normal normal 15px/1.4em questrial, sans-serif;
        }
*/





body {
    background: #f5f5f5;
    font-family: "Raleway", Sans-serif;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box1 {

    max-width: 1120px;
    /*            width: 93%;*/
    height: auto;
    margin: 0 auto;
    padding: 20px 15px 50px 15px;
}
.box1 input, .box1 textarea{max-width: 600px;}

p {
    line-height: 1.85714285714286;
    margin-bottom: 1.75em;
    margin-top: 0px;
}


header ul li a {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #191919;
}


h4 {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: bold;
    margin: 20px 0;
}


h2 {
    font-size: 30px;
    /*            text-transform: uppercase;*/
    color: #3a3a3a;
    margin-top: 30px;
}


header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #75757554;
    -webkit-box-shadow: 0px 10px 8px -15px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 10px 8px -15px rgba(0, 0, 0, 0.32);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    background: #fff;
}


header .box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.headerLogo {
    /*            max-width: 90px;*/
    width: 30%;
    position: relative;
    text-align: center;
}
.headerLogo img{max-width: 110px;}

.headerNav {
    /*            max-width: calc(100% - 90px);*/
    width: 70%;
}

.headerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    margin-bottom: 0;
}

.headerNav ul li {
    list-style: none;
}

.headerNav ul li a {
    display: block;
    padding: 18px 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.active a {
    color: #757575;
}


.navToggle {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #333;
    padding: 6px 8px;
    margin: 20px 0px 0px 0px;
    display: none;
    font-size: 20px;
}

/*
        .headerLogoImg {
            width: 110px;
        }
*/

/*

.footer {
    margin-top: auto;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background: linear-gradient(to right, #222, #444, #222);
    background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background-image: linear-gradient(to right, #222, #444, #222);
    background-image: -moz-linear-gradient(left, #222, #444, #222)
}

.footer .footer-column {
    padding-top: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 20px;
    font-weight: 400;
}

.footer .footer-column h3 {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.footer .footer-column .footer-guarantee-content {
    font-size: 12px;
}

.footer img {
    width: 150px;
}

.footer .footer-copyright-wrapper {
    font-size: 12px;
    color: #fff;
    border-top: 2px solid #666;
    font-family: Arial, sans-serif;
}
*/

@media(max-width:1380px) {

    .headerLogo {
        width: 20%;
    }

    .headerNav {
        width: 80%;
    }

    .headerNav ul li a {
        padding: 18px 5px;
        font-size: 13px;
    }
}


@media(max-width:1199px) {

    .headerLogo {
        width: 10%;
    }

    .headerNav {
        width: 90%;
    }

    .headerNav ul li a {
        padding: 18px 5px;
        font-size: 12px;
    }
}





@media(max-width:991px) {


    .contact_left,
    .contact_right {
        width: 100%;
        text-align: left;
    }

    .contact_right {
        padding-bottom: 50px;
    }


    p {
        font-size: 15px;
    }



    .headerNav ul,
    header .box1 {
        display: block;
        padding: 0px;
        max-width: 100%;
    }

    header {
        padding: 10px 0px;
    }

    .headerNav ul li a {
        padding: 10px 15px;
    }


    .active a {
        color: #fff;
        background: #55595c;
    }

    .headerLogo {
        text-align: center;
    }

    .headerLogo,
    .headerNav {
        width: 100%;
        max-width: 100%;
    }

    .navToggle {
        display: inline-block;
    }

    .headerNav ul {
        padding-left: 0px;
        display: none;
    }
}


@media(max-width:767px) {
    h2 {
        font-size: 25px;
    }

    p {
        font-size: 14px;
    }

    .headerNav ul li a {
        font-size: 13px;
    }

}
/*

footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 50px 15px 20px 15px;
}

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

.fotterAnchor a {
    color: #fff;
    display: inline-block;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
    margin: 0px 10px;
}


.fotterAnchor a:hover {
    border-bottom: 1px solid #fff;
}


footer div {
    padding: 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.footer-image img {
    max-height: 60px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}


.footer-image-logo img {
    height: 30px;
    width: auto;
}
*/
/*


@media(max-width:575px) {
    .footer-image-logo img {
        height: 15px;
        width: auto;
    }
}*/



/*footer*/
.footer {
    margin-top: auto;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background: linear-gradient(to right, #222, #444, #222);
    background-image: -webkit-gradient(linear, left top, right top, from(#222), color-stop(#444), to(#222));
    background-image: linear-gradient(to right, #222, #444, #222);
    background-image: -moz-linear-gradient(left, #222, #444, #222);
    padding: 40px 0px;
    float: left;
    width: 100%;
    line-height: 21px;
    font-family: arial !important;
}



.footer .footer-column a {
    display: block;
    font-family: arial !important;
}

.copyTxt{
    font-family: arial !important;
}

.footer-copyright-wrapper{
    padding-top: 15px;
}

.footer .container {
    max-width: 1140px;
    margin: auto;
}

.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
*/
}

.footer .row > div {
    padding: 0px 15px;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.footer-image-logo img {
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.footer-image-logo {
    margin-top: 15px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.credit-cards-image {}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}





.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.text-center {
    text-align: center !important;
}

.footer .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}


.footer-copyright-wrapper {
    border-top: 2px solid #666;
    padding-top: 20px !important;
    font-size: 12px;
    margin-top: 20px;
}

.footer .footer-column h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer img {
    /*
    max-width: 130px;
    width: 100%;
*/
    max-width: 100%;
}

.credit-cards-image {
    max-width: 140px !important;
    /* margin-top: 10px; */
}

.footer .footer-guarantee-content {
    font-size: 12px;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-center.justify-content-md-end.footer-column p {
    margin-bottom: 0px;
}

.logoHolder p {
    font-size: 12px;
}

.logoHolder a {
    color: #fff;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

/* .pt-3, .py-3 {
    padding-top: 1rem!important;
} */





@media (min-width:992px) {
    
    .text-md-left{
        text-align: left;
    }
    .footer .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer .text-lg-left {
        text-align: left !important
    }

    .footer .text-lg-right {
        text-align: right !important
    }

    .align-items-start.justify-content-end.footer-column img {
        margin-top: 20px;
    }

    .footer .footer-guarantee-content {
        font-size: 12px;
    }

    .footer .d-none {
        display: none !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

}


@media (min-width:768px) {

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .logoHolder {
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
    }

    .justify-content-center.justify-content-md-end.footer-column img {
        /*        margin-bottom: -50px;*/
    }



    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .footer .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footer .d-md-block {
        display: block !important;
    }

}



@media(min-width:576px) {
    .footer .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .footer .d-sm-block {
        display: block !important;
    }
}


@media(max-width:991px) {
    .logoHolder p {
        font-size: 11px;
    }

    .logoHolder img {
        max-width: 150px;
        margin: auto;
    }

    .logoHolder {
        -webkit-transform: translateY(00px);
        transform: translateY(00px);
        text-align: center;
    }

}

@media(max-width:767px) {
    .footer-image-logo img {
        max-width: 80px;
        height: auto;
    }

}

@media(max-width:575px) {
    .align-items-start.justify-content-end.footer-column img {
        margin-top: 0px;
    }
}

@media(max-width:767px) and (min-width:320px) {
    .footer .footer-column h3 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .footer .footer-guarantee-content {
        font-size: 12px;
    }
}

.shipIcon {
    margin-bottom: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shipCom {
    max-width: 170px;
    margin-right: 25px;
}