* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    font-family: sans-serif;
    /* 1 */

    -ms-text-size-adjust: 100%;
    /* 2 */

    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
* Remove default margin.
*/

ul {
    list-style: none;
}
a {
    text-decoration: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

a:focus, button:focus, input:focus {
    outline: 3px solid #61abdb !important;
    outline-offset: 2px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: left;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Assistant", sans-serif !important;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}
.banner img {
    height: 550px !important;
    width: 100%;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
}

/**************global css end*******/

.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100% !important;
}

#prelodaer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}

.banner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.for_desktop {
    display: block;
}
.for_mobile {
    display: none;
}

.body_content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 0;
    background: #fafbfa;
    text-align: center;
    background-image: url("https://www.caratsdirect2u.com/v/web_pages/suppliers_landing_page/images/background-image.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.body_content .body_container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}

.body_content .body_container > p,
h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 35px;
    text-align: center;
    max-width: 920px;
    color: #2a6186;
}

.service_list {
    width: 100%;
    float: left;
    margin: 0 0 45px;
    padding: 0;
    text-align: center;
}

.service_list .all_service {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.service_list .all_service .each_service {
    width: 100%;
    max-width: 397px;
    height: 100%;
    min-height: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
    margin: 15px;
    border-radius: 10px;
    background: #fff;
}

.service_list .all_service .each_service img {
    margin: 0 auto;
}

.service_list .all_service .each_service h4 {
    font-size: 30px;
    color: #31739e;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.service_list .all_service .each_service h4:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
    height: 7px;
    background: #31739e;
}

.service_list .all_service .each_service p {
    font-size: 21px;
    color: #272727;
    font-weight: 400;
    direction: rtl;
    margin: 0;
}

.contact_us {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 15px 60px;
    background: #e5f1f9;
    direction: rtl;
}

.contact_us h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    color: #31739e;
    position: relative;
}

.contact_us h1:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
    height: 7px;
    background: #31739e;
}

.text-muted {
    color: #595959 !important; /* Darker gray for better contrast */
}

.contact_us > p {
    font-size: 21px;
    color: #272727;
    font-weight: 400;
    margin: 0 auto;
    max-width: 480px;
    text-align: center;
}

.contact_us .form_area {
    width: 100%;
    max-width: 620px;
    margin: 18px auto 0;
    text-align: right;
}

.contact_us .form_area .full_field {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding: 0;
}

.contact_us .form_area label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
    color: #26597b;
}

.contact_us .form_area input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #8bb2cb;
    background: #f2f8fc;
    outline: none;
}

.contact_us .form_area input:focus {
    border: 4px solid #31739e;
}

.contact_us .form_area .google_captcha {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding: 0;
}

.contact_us .form_area .submit_area {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0;
}

.contact_us .form_area input[type="submit"] {
    height: 79px;
    border-radius: 8px;
    background: #61abdb;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.contact_us .form_area input[type="submit"]:hover {
    background: #0671b7;
    transition: all 0.3s ease-in-out;
}

/*======================= START CSS FOR FORM ERROR MESSAGE =======================*/
.contact_us .form_area .error input {
    border-color: #f2787c !important;
}
.error_message {
    font-size: 16px;
    font-weight: 700;
    color: #ff0000;
    margin: 5px 0 0;
}
/*======================= END CSS FOR FORM ERROR MESSAGE =======================*/

.thankyou_area {
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 15px 60px;
    background: #e5f1f9;
    direction: rtl;
    text-align: right;
}

.thankyou_area h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    color: #31739e;
    position: relative;
}

.thankyou_area h2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
    height: 7px;
    background: #31739e;
}

.thankyou_area .message_area {
    width: 100%;
    max-width: 620px;
    margin: 18px auto 0;
    text-align: center;
    height: 520px;
    display: table;
}

.thankyou_area .message_area .display_table_cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.thankyou_area .message_area h3 {
    font-size: 30px;
    color: #31739e;
    font-weight: 700;
    margin: 0 0 10px;
}
.thankyou_area .message_area p {
    font-size: 21px;
    color: #272727;
    font-weight: 400;
    margin: 0;
}
.main_footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 15px;
    background: #0e1319;
    text-align: center;
}

.main_footer a,
.main_footer span,
.main_footer img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.main_footer span {
    margin-bottom: -25px;
}

.main_footer img + img {
    margin-bottom: -25px;
}
@media only screen and (max-width: 768px) {
    .for_desktop {
        display: none;
    }

    .for_mobile {
        display: block;
    }
    .body_content {
        background-image: url("https://www.caratsdirect2u.com/v/web_pages/suppliers_landing_page/images/background-image-mobile.jpg");
    }
    .service_list .all_service {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0;
        max-width: 500px;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        direction: ltr;
    }
    .service_list .all_service .each_service {
        margin: 15px;
        display: block;
        max-width: initial;
        min-height: initial;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }
    .service_list .all_service .each_service .each_area {
        width: 100%;
        max-width: 397px;
        height: 100%;
        padding: 30px 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
        margin: 0 auto;
        border-radius: 10px;
        min-height: 335px;
        background: #fff;
    }
    .all_service .slick-arrow {
        position: absolute;
        top: 45%;
        color: transparent;
        font-size: 0;
        border: 0;
        z-index: 99;
        outline: none;
    }
    .all_service .slick-prev {
        left: -15px;
        background: url("https://www.caratsdirect2u.com/v/web_pages/suppliers_landing_page/images/arrow.png")
            no-repeat;
        width: 25px;
        height: 42px;
    }
    .all_service .slick-next {
        right: -15px;
        background: url("https://www.caratsdirect2u.com/v/web_pages/suppliers_landing_page/images/arrow.png")
            no-repeat;
        width: 25px;
        height: 42px;
        transform: rotate(180deg);
    }
    .all_service .slick-dots {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        direction: ltr;
    }
    .all_service .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        line-height: normal;
        padding: 0;
    }
    .all_service .slick-dots li button {
        font-size: 0;
        color: transparent;
        outline: none;
        border: 0;
        width: 13px;
        height: 13px;
        border-radius: 100%;
        background: #b1b1b1;
        line-height: normal;
        padding: 0;
    }
    .all_service .slick-dots li.slick-active button {
        background: #31739e;
    }
    .body_content .body_container > p {
        font-size: 21px;
        max-width: 450px;
        margin: 0 auto 30px;
    }
    .thankyou_area .message_area {
        height: 706px;
    }
}

@media only screen and (max-width: 640px) {
    .all_service .slick-next {
        right: -8px;
    }
    .all_service .slick-prev {
        left: -8px;
    }
    .contact_us h1,
    .thankyou_area h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 520px) {
}
@media only screen and (max-width: 480px) {
    .body_content .body_container > p {
        font-size: 18px;
        margin: 0 auto 15px;
    }
    .service_list .all_service {
        padding: 0 18px;
    }
    .body_content {
        padding: 35px 0 0;
    }
    .contact_us {
        padding: 35px 15px 45px;
    }
    .service_list .all_service .each_service .each_area {
        padding: 20px 20px;
        min-height: 310px;
    }
    .thankyou_area .message_area {
        height: 350px;
    }
}
@media only screen and (max-width: 380px) {
    .service_list .all_service .each_service p {
        font-size: 16px;
    }
    .service_list .all_service .each_service h4 {
        font-size: 22px;
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .service_list .all_service .each_service h4:after {
        width: 142px;
        height: 4px;
    }
    .service_list .all_service .each_service .each_area {
        padding: 20px 10px;
        min-height: 280px;
    }
    .body_content .body_container > p {
        font-size: 16px;
        margin: 0 auto 15px;
    }
    .contact_us h1,
    .thankyou_area h2 {
        font-size: 38px;
    }
    .contact_us h1:after {
        width: 142px;
        height: 4px;
    }
    .contact_us > p {
        font-size: 16px;
    }
    .contact_us .form_area input[type="submit"] {
        height: 55px;
    }
    .thankyou_area .message_area {
        height: 300px;
    }
}

.alert-danger {
    text-align: center;
}

.alert-danger h2 {
    font-weight: bold;
}

.captcha {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#rc-anchor-container {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.banner img {
    height: 500px !important;
    width: 100%;
}

#cd2u_contact h2 {
    color: white;
    font-size: 24px;
}
