@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.eot");
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Regular.eot");
    src: url("fonts/OpenSans-Regulard41dd41d.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    src: url("fontawesome/webfonts/fa-solid-900.eot");
    src: url("fontawesome/webfonts/fa-solid-900d41dd41d.eot?#iefix") format("embedded-opentype"), url("fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("fontawesome/webfonts/fa-solid-900.svg") format("svg");
    font-style: normal;
}

body {}


/********** header start *************/

header {
    background-color: #01426b;
    padding: 20px 0 5px 0;
    /* font-family: 'Montserrat'; */
    position: sticky;
    top: 0;
    z-index: 50;
}

.banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-shadow: 3px 3px 1px #000;
}

.top_menu {
    display: flex;
    list-style: none;
}

#up-btn {
    width: 20px;
    padding: 10px 5px;
}

.top_menu a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
}

.top_menu a:hover {
    border-bottom: 2px solid #ddd;
}

.top_start {
    display: grid;
    justify-content: end;
}

.top_trust a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.remove-top {
    display: none;
}

.scroll_part {
    padding-bottom: 20px;
}

.invalid-feedback1 {
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #dc3545;
}

.form-error {
    border: 2px solid #e74c3c;
}

.top_register {
    color: #fff;
    background: linear-gradient(to bottom, #83cf00 0%, #3fae29 100%);
    padding: 8px 15px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    width: fit-content;
    cursor: pointer;
}

.top_register a {
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-brand {
    float: left;
    padding-bottom: 0;
    margin-top: -35px;
}

#navbarSupportedContent {
    /* position: absolute; */
    right: 0;
}

.navbar {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
}

.navbar-toggler {
    border-radius: 50%;
    padding: 2px 7px 7px 6px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    color: #fff;
    width: 1rem;
    height: 1rem;
    padding: 0;
}

.nav-item a {
    color: #fff;
    /* border-right: 1px solid #dddddd57; */
    margin-right: 5px;
    padding: 0 5px 0;
}

.nav-item a:hover {
    border-bottom: 2px solid #ddd;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item {
    color: #2e2e2e !important;
    font-size: 10px;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px !important;
    font-weight: 700 !important;
}

.dropdown-item:active {
    background: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    content: '\f078';
    font-family: 'FontAwesome';
    border: none;
    font-size: 12px;
}

#search {
    color: #fff;
    padding-left: 10px;
    cursor: pointer;
}

#ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1100;
}

#logo {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 16px;
}

#up-btn {
    right: 0 !important;
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.hero_upsell_item {
    margin-left: 0px;
}

.hero_upsel2,
.hero_upsel03 {
    position: relative;
}

.hero_upsell_item,
.hero_upsell_item2,
.hero_upsel3 {
    display: none;
    position: absolute;
}

.hero_upsell_item.active,
.hero_upsell_item2.active,
.hero_upsel3.active {
    display: block;
}

.hero_upsel3 {
    margin-top: 70px;
    margin-left: 10px;
}

span.hero_upsell_item3,
span.hero_upsell_item4,
span.hero_upsell_item5 {
    color: #2ea3f2;
    font-size: 16px;
}

.hero_upsell_item3 i,
.hero_upsell_item4 i,
.hero_upsell_item5 i {
    padding-right: 20px;
    font-size: 15px;
}

.fa-check-square {
    display: none;
}

.fa-check-square.active {
    display: inline-block;
}

.first_check {
    display: inline-block !important;
}

.fa-square {
    display: none;
}

.fa-square.active {
    color: #03A9F4;
    display: inline-block;
}

.hero_upsell_item3 span,
.hero_upsell_item4 span,
.hero_upsell_item5 span {
    display: inline-block;
    color: #03A9F4;
}

.hero_upsell_item3.active span,
.hero_upsell_item4.active span,
.hero_upsell_item5.active span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.search_box {
    display: grid;
    justify-content: end;
    position: relative;
}

.search_form {
    position: absolute;
    top: -75px;
    right: 0;
    display: none;
}

.search_form_close {
    cursor: pointer;
    color: #fff;
}

.search_link {
    text-decoration: none !important;
    margin-bottom: 20px;
}

.search_link:hover {
    text-decoration: none !important;
}

.search_title {
    color: #666;
    font-size: 24px;
    font-weight: 600;
}

.search_box1 {
    margin-bottom: 40px;
}

.success_text {
    display: none;
    color: #366d11;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
}

.invalid-feedback {
    display: block;
    margin-top: -5px;
    margin-bottom: 15px;
}

.invalid-feedback1 {
    display: none;
}

.new_green {
    color: #0ab90a !important;
    font-weight: 600;
}


/************** footer start ***************/

footer {
    padding: 30px 0 50px 0;
    background-color: #01426b;
    color: #fff;
}

.footer_title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 2px #fff;
    text-transform: uppercase;
}

.footer_item {
    padding: 3px 0;
}

.footer_item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer_desc {
    font-size: 14px;
}

.footer_hr {
    height: 2px;
    background-color: #fff;
    width: 90%;
}

.footer_bottom {
    text-align: center;
    font-size: 12px;
}

.bottom_menu li {
    list-style: none;
    display: inline;
    padding: 0 10px 0 10px;
    border-right: solid 1px #fff;
}

.bottom_menu li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.bottom_menu li:last-child {
    border-right: none;
}

.goog-te-gadget {
    color: #00000000 !important;
}

.goog-te-gadget span {
    display: none !important;
}

.footer_logo img {
    width: 250px;
    margin: 30px;
}


/************ home page start*************/

.home_top_part {
    background: url(../img/bannner.png);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}

.home_top_title {
    font-size: 20px;
    font-weight: 600;
}

.home_top_select {
    display: flex;
}

.hero_upsell_item img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
}

#sel1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 30px;
}

#sel2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 30px;
}

.home_body_first {
    padding-top: 80px
}

.home_body_title {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 800;
}

#carousel1 {
    display: flex;
    margin-bottom: 20px;
    padding: 50px;
}

#carousel1 a {
    display: none;
}

.hero_title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 30px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.btn-cycle,
.btn-pause {
    background-color: transparent !important;
    color: #000 !important;
    border: none;
}

.home_body_titl1 {
    font-size: 34px;
    font-family: 'Open Sans';
    font-weight: 800;
    padding: 50px;
}

.home_diagram img {
    width: 100%;
}

.home_icon {
    height: 130px;
}

.home_icon img {
    width: 110px;
    margin: auto;
}

.home_transaction_type {
    font-weight: 700;
    color: #666;
    margin-bottom: 30px;
}

.home_body_titl2 {
    font-size: 34px;
    font-family: 'Open Sans';
    font-weight: 800;
    padding-left: 50px;
    padding-right: 50px;
}

.safety_title {
    font-size: 14px;
    font-weight: 700;
}

.safety_desc {
    font-size: 12px;
    font-weight: 700;
}

.home_safety a {
    text-transform: uppercase;
    text-decoration: none;
}

.home_safety img {
    width: 85px;
    /* height: 85px; */
}

.safety_btn {
    margin: auto;
    font-size: 18px;
    transition: all .2s;
}

.safety_btn:hover::after {
    color: #fff;
    content: '\f105';
    font-family: "FontAwesome";
    padding-left: 5px;
    transition: all .2s;
}

.home_box {
    height: 450px;
    margin-bottom: 30px;
    position: relative;
}

.home_box img {
    width: 100%;
    max-height: 195px;
}

.home_box:hover {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.home_box_title1 {
    padding: 50px 70px;
    font-weight: 700;
    font-size: 18px;
    color: #666
}

.home_box_btn1 {
    padding: 5px 20px;
    border-radius: 15px;
    border: solid 1px #666;
    width: fit-content;
    margin: auto;
    font-size: 10px;
}

.home_box_title2 {
    padding: 20px 10px;
    font-weight: 700;
    font-size: 16px;
    color: #666
}

.home_box_text {
    padding: 0 10px;
}

.home_box a {
    position: absolute;
    bottom: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #366d11;
    font-size: 18px;
}

#recipeCarousel .carousel-control-next {
    width: fit-content;
    color: #000;
    font-size: 24px;
    right: -20px;
}

#recipeCarousel .carousel-control-prev {
    width: fit-content;
    color: #000;
    font-size: 24px;
    left: -20px;
}

.home_looking {
    background: url(../img/looking_back.png);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}

.hoom_looking_title {
    font-size: 18px;
    font-weight: 700;
}

.home_looking_title1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_looking {
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 20px;
    font-size: 22px;
}

.btn_looking:hover {
    color: #fff;
    border: none;
    transition: all .8s;
}

.btn_looking:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn_looking:hover::after {
    color: #fff;
    content: '\f105';
    font-family: "FontAwesome";
    padding-left: 5px;
    transition: all .8s;
}

.recycle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.recyle_title {
    font-size: 32px;
    font-weight: 600;
}

.recycle_text {
    padding-bottom: 15px;
    padding-top: 5px;
}

.home_map img {
    width: 100%;
}

.home_review_section {
    background: url(../img/home_review.jpg);
    background-size: cover;
    padding: 50px 0;
}

.home_review {
    background: #ffffffbf !important;
    padding: 30px 30px 71px;
    min-height: 335px;
}

.home_review::before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 2;
    top: -16px;
    left: 50%;
    margin-left: -16px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 50%;
    background: #f5f5f5;
    font-size: 32px;
    content: "\f10e";
    padding-left: 9px;
    padding-right: 9px;
    border: solid;
}

.review_title {
    font-size: 20px;
    font-weight: 700;
}

.review_desc {
    min-height: 1rem;
}

.review_text {
    font-size: 13px;
}

.review_btn {
    color: #2ea3f2;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.review_btn:hover {
    color: #2ea3f2;
}

.review_btn:hover::after {
    color: #2ea3f2;
    content: '\f105';
    font-family: "FontAwesome";
    padding-left: 5px;
    transition: all .8s;
}

.home_logo {
    text-align: center;
}

.line_area {
    position: relative;
    width: fit-content;
    padding: 0;
    flex: inherit;
    margin-right: 20px;
}

.top_line {
    position: absolute;
    height: 140px;
    width: 1px;
    background: #2b9cab;
    margin-left: 15px;
}

.bottom_line {
    position: absolute;
    height: 165px;
    width: 1px;
    background: #2b9cab;
    margin-left: 15px;
    bottom: 35px;
}


/*********************** about_page start ***********************/

.about_banner {
    background: url(../img/about1.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.page_title {
    padding: 20px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.page_title_under {
    width: 100px;
    height: 2px;
    background-color: #03A9F4;
    margin: auto;
    margin-bottom: 30px;
}

.page_text {
    color: #808080!important;
    padding: 10px 0;
}

.page_text1 {
    color: #808080!important;
    padding: 1px 0;
}

.day7_list {
    color: #808080;
    line-height: 28px;
}

.page_img {
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.page_img:hover {
    opacity: 0.7;
}

.page_title1 {
    padding: 20px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}

.modal {
    margin-top: 100px;
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    margin-top: 80px;
    /* max-width: 700px; */
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 141px;
    right: 153px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.cotact_form .form-control {
    background: #eee;
}

.btn-send {
    color: #03A9F4;
    border-color: #03A9F4;
    padding: 5px 20px;
    font-size: 24px;
}

.btn-send:hover {
    color: #03A9F4;
    font-weight: 600;
}

.help-block {
    color: #dc3545!important;
}


/****************** for_buy page *******************/

.page_green {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
}

.for_buyer {
    display: flex;
    margin-bottom: 30px;
}

.page_text span {
    color: #0ab90a;
    font-weight: 700;
}

.list_img {
    padding: 10px;
    font-size: 26px;
    font-weight: 800;
}

.list_img img {
    width: 30px;
    margin-right: 20px;
}


/********************* for_seller page********************/

.for_seller_title1 {
    color: #448a4c;
    font-size: 24px;
    font-weight: 400;
    padding: 20px 0;
}

.for_seller_text {
    line-height: 28px;
}

.for_Seller_title2 {
    color: #f60;
    font-size: 24px;
    padding: 10px 0;
}


/********************* dayt page start*********************/

.day7_banner {
    background: url(../img/day7_1.png);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.day7_title {
    font-size: 28px;
    padding: 10px 0;
    text-align: center;
}

.day7_title1 {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    padding: 10px 0;
}

.day7_text1 {
    color: #666;
    font-size: 16px;
    padding: 0 20px 30px 20px;
}

.day7_title2 {
    color: #366d11;
    font-weight: 700;
}

.day7_orange {
    color: #f60;
    font-weight: 600;
}

#accordion .card,
#accordion1 .card {
    margin-bottom: 30px !important;
}

.collapase_btn {
    font-size: 13px;
    background-color: #ccc;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px 0px 0px 6px;
    cursor: pointer;
}

.card-header a {
    color: #666 !important;
    display: flex;
    justify-content: space-between;
}


/***************** service page start ****************/

.service_banner {
    background: url(../img/service_banner.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.service_part {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    border-bottom: solid 1px #666;
}

.service_img {
    margin-right: 50px;
}

.service_title {
    font-size: 30px;
}

.service_part1 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #666;
}


/********************* vehicle page start *******************/

.vehicle_banner {
    background: url(../img/vehicle.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/*****************  motorbike page start***********************/

.motorbike_banner {
    background: url(../img/MotorBikes.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/******************** heavy page start**************************/

.heavy_banner {
    background: url(../img/heavy.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 70vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/*************************** boat page start**************************/

.boat_banner {
    background: url(../img/boat.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/*************************** storage page start**************************/

.storage_banner {
    background: url(../img/storage_banner.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/*********************** farm page start**********************/

.farm_banner {
    background: url(../img/farms.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 70vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/***************why auto page ***************/

.why_title {
    font-size: 50px;
}

.why_green1 {
    font-size: 20px;
    color: #366d11;
}

.why_hr {
    height: 1px;
    border-style: dashed;
}

.why1 img {
    width: 100%;
}

.why2 img {
    widows: 70%;
    margin: auto;
}

.why_green2 {
    color: #366d11;
    font-size: 26px;
}

.orange1 {
    color: #f60;
    font-weight: 700;
    margin-top: 20px;
}


/***************** delivery page start*********************/

.delivery_banner {
    background: url(../img/deliver_banner.png);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 70vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.delivery_green {
    color: #366d11;
    font-weight: 700;
}


/****************** location page start *********************/

.location_banner {
    background: url(../img/location_banner.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.map_img {
    width: 90%;
    margin: auto;
}

.location_title {
    font-size: 30px;
    line-height: 25px;
    padding-bottom: 10px;
}

.page_text1 span {
    color: #000;
    font-weight: 600;
}

.loaction_mail {
    color: #2ea3f2;
}

.waring_img {
    width: 100%;
}


/*********** fee page start **************/

.fee_banner {
    background: url(../img/fee_banner.jpg);
    background-size: cover;
    height: 30vh;
    position: relative;
}

.fee_banner_box {
    width: 40%;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 27px 27px;
    position: absolute;
    top: 30px;
    left: 22px;
}

.fee_banner_title {
    font-size: 35px;
}

.fee_banner_text {
    font-size: 20px;
}

.fee_img img {
    width: 100%;
}

.fee_box1 {
    padding: 50px;
    border: solid 1px #66666650;
    margin-bottom: 30px;
}

.fee_title1 {
    color: #666;
    font-size: 24px;
}


/*************** start_trans page start***********************/

.register_banner {
    background: url(../img/register_banner.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    margin-top: -100px;
}

.register_label {
    padding-top: 20px;
    font-weight: 700;
    font-size: 22px;
}

.register_btn {
    padding: 10px;
    margin-top: 20px;
}

.register_form {
    margin-bottom: 50px;
}

.register_form input,
.register_form select,
.register_form textarea {
    background-color: #eee;
}

.register_img {
    width: 100%;
}


/******************* check trasnsaction page start ************************/

.check_trans_banner {
    background: url(../img/Check-Transaction.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    margin-top: -100px;
}

.check_stran_form {
    max-width: 60%;
    margin: auto;
    box-shadow: 0px 1px 1px 1px;
    margin-bottom: 50px;
    padding: 30px;
}

.check_trans_title {
    font-size: 28px;
}

.check_trans_text {
    font-size: 22px;
}

.check_trans_btn {
    font-size: 26px;
    padding: 0px 20px;
    /* width: 100%; */
}


/******************** check_inventory page start **********************/

.check_inventory_banner {
    background: url(../img/Inventory.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.check_inventory_form {
    max-width: 60%;
    margin: auto;
    box-shadow: 0px 1px 1px 1px;
    margin-bottom: 50px;
    padding: 30px;
}

.inventory_num,
.trans_invoice {
    /* width: 50%; */
}


/****************** faq page start *********************/

.faq_banner {
    background: url(../img/faq.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 60vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    margin-top: -100px;
}

.faq_title {
    color: #06038d;
    font-size: 24px;
}

.faq_box {
    border: solid 1px #66666650;
    padding: 20px;
    margin-bottom: 50px;
}

.page_text1 strong {
    color: #000;
}

#collapse12 ul li strong {
    color: #000;
}

#collapse12 ul li {
    color: #666;
}


/********** payment_option page start ****************/

.payment_option_title {
    color: #002b49;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}

.payment_option_list {
    color: #666;
}

.contact_title {
    font-size: 26px;
    padding-bottom: 20px;
}

.contact_from label {
    text-transform: uppercase;
}

.contact_from {
    margin-bottom: 2px;
}

.contact_title1 {
    color: #002b49;
    font-weight: 700;
    font-size: 26px;
    padding: 10px 0;
}


/*************** contact page start ******************/

.contact_banner {
    background: url(../img/Contact-Us.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    margin-top: -100px;
}

.contact_list {
    color: #666;
    padding-bottom: 30px;
}

.contact_map img {
    width: 100%;
}

.contact_map {
    padding-top: 20px;
    padding-bottom: 50px;
}

.cotact_form1 label {
    text-transform: uppercase;
}

.contact_success {
    color: green;
    font-weight: 600;
    display: none;
}


/***************hiring page start *****************/

.hiring_box {
    border-left: solid 4px #2ea3f2;
    padding-left: 20px;
    margin-bottom: 30px;
}


/***************** trust page start ****************/

.trust_banner {
    background: url(../img/trust.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    margin-top: -100px;
}

.trust_img img {
    width: 100%;
}

.trust_list {
    color: #666;
}

.trust_list strong {
    color: #000;
}

.trust_list li {
    padding-bottom: 10px;
}

.trust_link li {
    color: #2ea3f2;
    padding: 3px 0;
}

.trust_link {
    list-style: none;
    padding: 0;
}

.trust_link li span {
    color: #666;
}


/************** privacy page start *************/

.privacy_banner {
    background: url(../img/privacy.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 50vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}


/**************testerminal_banner page start *****************/

.testerminal_banner {
    background: url(../img/testerminal.jpg);
    background-size: cover;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    height: 40vh;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.testerminal_box {
    display: flex;
    background: #ffffffbf !important;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 40px;
}

.testerminal_box::before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 50%;
    margin-left: -16px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 50%;
    background: #f5f5f5;
    font-size: 32px;
    content: "\f10e";
    padding-left: 9px;
    padding-right: 9px;
    border: solid;
}

.testerminal_flag {
    margin: auto;
    text-align: center;
}

.testerminal_inbox {
    position: relative;
}

.client_name {
    font-weight: 700;
    padding-top: 20px;
}


/**************** register success page *******************/

.b3 {
    background-color: #01426b;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 250px;
    padding: 20px;
}

.page_title3 {
    padding: 20px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
}

.success_text1 {
    text-align: center;
    color: green;
    font-weight: 400;
}

.success_text1 span {
    color: #ff0000;
}


/**************** responsive ********************/

@media(max-width:992px) {
    .top_line,
    .bottom_line {
        display: none;
    }
    .nav-item a {
        border: none;
    }
    .top_menu a:hover,
    .nav-item a:hover {
        border-bottom: none;
    }
}

@media(max-width:768px) {
    .inventory_num,
    .trans_invoice {
        width: 100%;
    }
    .hero_upsell_item,
    .hero_upsell_item2,
    .hero_upsel3 {
        display: none;
        position: relative;
    }
    .modal-content {
        width: 100%;
    }
    .hero_upsell_item {
        position: relative;
    }
    .hero_upsel3 {
        margin-left: 0;
    }
    .hero_upsell_item3.active span,
    .hero_upsell_item4.active span,
    .hero_upsell_item5.active span {
        font-size: 18px;
    }
    .navbar {
        padding-top: 0;
    }
    .top_menu {
        display: initial;
        text-align: center;
    }
    .top_start {
        display: grid;
        justify-content: end;
    }
    .top_register {
        margin: auto;
    }
    .top_register a {
        color: #fff !important;
        text-decoration: none !important;
    }
    #logo {
        width: 180px;
    }
    .nav-item a {
        border: none;
    }
    .top_menu,
    .top_start {
        display: none;
    }
    #carousel1 {
        padding: 0;
    }
    .home_body_titl1 {
        font-size: 20px;
        font-family: 'Open Sans';
        font-weight: 800;
        padding: 20px 0px;
    }
    .home_text {
        padding: 0 5px !important;
    }
    .home_body_titl2 {
        font-size: 20px;
        font-family: 'Open Sans';
        font-weight: 800;
        padding-left: 10px;
        padding-right: 10px;
    }
    .recyle_title {
        font-size: 26px;
    }
    .close {
        right: 0;
    }
    .page_title {
        font-size: 24px;
    }
    .for_seller_title1 {
        font-size: 20px;
    }
}