/*--------------------------------------------------------------------------------------
Theme Name: Carries
Theme URI: http://devitfamily.com
Author URI: http://devitfamily.com
Description: 100% Responsive, Highly Customizable, SEO Friendly transportation and Agency Based Template using Twitter Bootstrap Latest, Search Engine Friendly.
Author: OCREATES
Version: 1.0
----------------------------------------------------------------------------------------
   1. BASE CSS
    2. TOP AREA
        2.1. SEARCH AND LANGUAGE
        2.2 MAINMENU AREA
        2.3 WELCOME TEXT AREA
        2.4 WELCOME SLIDER AREA
    3. BLOG AREA
    4. ABOUT AREA
    5. SERVICE AREA
    6. SERVIE BOTTOM AREA
    7. PROMO AREA
    8. PROMO BOTTOM AREA
    9. TESTMONIAL AREA
    10. FOOTER AREA
    11. FAQS AREA
    12. ABOUT DETAILS CONTENT AREA
    13. REPORT AREA
    14. TEAM AERA
    15. SERVICE TWO 
    16. SERVICE THREE
    17. CONTACT AREA
    18. FOOTER AREA
    19. SCROLL TO TOP
    20. WELCOME SLIDER AREA
    21. BLOG PAGE   
    22. SERVICE PAGE
    23. 404 ERROR PAGE
----------------------------------------------------------------------------------------*/

/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700');
/**********loader [start]************/
  .siteLoader {
      background: #2b2b2bc2;
      height: 100vh;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 9999;
  }
  .loadingio-spinner-spinner-e92pj1yh3fc {
      position: absolute;
      top: 50%;
      z-index: 9999;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .siteLoader .fa-spinner {
    color: #FFF;
    font-size: 36px;
}
  /* generated by https://loading.io/ */
/******* loader [end]**************/
.alignleft {
    float: left;
    margin-right: 15px;
}
body.single-page .preeloader {
    display: none;
}
.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.mx-auto{margin-left: auto;margin-right: auto;}
.mb-0{margin-bottom: 0;}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

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

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    position: relative;
}

h2 {
    font-size: 36px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

a {
    color: #5d6b82;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    background: #d7d7d7 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 0 2px;
    padding-top: 9px;
    text-align: center;
    width: 40px;
}

.social-bookmark li a:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
}

.inline li {
    display: inline;
}

.inline-block li {
    display: inline-block;
    padding: 5px 15px;
}

.navbar-toggle {
    border: 2px solid #37a000;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #37a000 none repeat scroll 0 0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.border {
    border: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    margin-bottom: 50px;
    position: relative;
}

.area-title h2 {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.area-title h2::before,
.area-title h2::after {
    background: rgba(0, 0, 0, 0) url("img/title-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
}

.area-title h2::after {
    background: #37a000 none repeat scroll 0 0;
    height: 4px;
    width: 20px;
}
.terms-content .area-title h2{padding: 0;}
.terms-content .area-title h2::before,
.terms-content .area-title h2::after{display: none;}
.section-padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.gray-bg {
    background: #f7f9fc;
}

.deep-gray-bg {
    background: #eff1ff;
}

.dark-bg {
    background: #5d6b82;
    color: #ffffff;
}

.red-bg {
    background: #37a000;
    color: #ffffff;
}

.blue-bg {
    background: #0083ff;
    color: #ffffff;
}

.soft-blue-bg {
    background: #7db9e8;
    color: #ffffff;
}

.dark-bg .area-title h2 {
    color: #ffffff;
}

/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    height: auto;
    position: relative;
    width: 100%;
}
.contact_us_page .top-area-bg{
    background: rgba(0, 0, 0, 0) url("img/contact-us-banner.jpg");
    background-position: fixed;
    background-size: cover;
    background-repeat:no-repeat;
} 
.top-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::after {
    background: #37a000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}


/*---------------------------------
    2.1. SEARCH AND LANGUAGE
----------------------------------*/

.search-and-language-bar {
    margin-left: 20px;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.is-sticky .search-and-language-bar {
    margin-top: 10px;
}

.search-and-language-bar ul li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 10px;
}

.search-and-language-bar ul li a {
    color: #fff;
    display: block;
}

.search-box {
    position: relative;
}

.search-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    top: 72px;
    height: 60px;
    position: absolute;
    right: 0;
    width: 280px;
    display: none;
}

.is-sticky .search-form {
    top: 50px;
}

.search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #37a000;
    color: #333;
    height: 40px;
    left: 11px;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 77%;
}

.search-form button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #37a000;
    color: #37a000;
    font-size: 20px;
    height: 40px;
    padding: 7px 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-form button:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
}

.select-language select {
    background: #fff;
    border: 0 none;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

/*---------------------------------
    2.2 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mainmenu-area {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
}

.navbar-header {
    margin-top: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}

.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky .navbar-brand > img {
    max-width: 100%;
}

ul#nav {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 40px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}

ul#nav li a:hover,
ul#nav li.active a {
    color: #37a000;
}
.is-sticky ul#nav li a:hover,
.is-sticky ul#nav li.active a {
    color: #37a000;
}

/*.is-sticky .navbar-header {
    margin-top: -2px;
}*/





.is-sticky .menu-toggle.full {
    top: 8px;
}

ul#nav li ul a,
.is-sticky ul#nav li ul a {
    border-bottom: 1px solid #1a1a1a;
    padding: 10px;
    padding-left: 15px;
}

/*-----------------------------------
    2.3 WELCOME TEXT AREA
-------------------------------------*/

.welcome-area {
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
}
.chk_boder_err .checkmark {
    border: 2px solid red !important;
}
span.filename_show {
    padding-right: 20px;
}
span.chkbox_error {
    text-align: end;
    display: block;
    color: #FFF;
}

.welcome-text h1 {
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 66px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.welcome-text h4 {
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.home-button {
    margin-top: 60px;
    height: auto !important;
}

.home-button a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    padding: 20px 40px;
    text-transform: uppercase;
    background: #37a000;
    font-size: 18px;
}

.home-button a:last-child {
    margin-left: 20px;
}

.home-button a:hover {
    background: #37a000 none repeat scroll 0 0;
    border-color: #37a000;
    color: #ffffff;
}

.home-mockup > img {
    max-width: 50%;
}

/*------------------------------
    2.4 WELCOME SLIDER AREA
--------------------------------*/

.welcome-slider-area {
    height: 100%;
    position: relative;
    z-index: 9;
    min-height: 100vh;
}

.welcome-slider-area.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.welcome-single-slide {
    z-index: 9;
    position: relative;
}

/*.welcome-single-slide:before {
    background: #3c4147;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

.welcome-slider-area .welcome-text {
    color: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
}

.welcome-text h4 {
    margin-bottom: 30px;
}

.welcome-text h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.welcome-slider-area.home-button {
    height: auto !important;
}

.owl-item.active .welcome-single-slide .welcome-text h1 {
    -webkit-animation: 1s ease 0.5s normal both 1 running fadeInUp;
    animation: 1s ease 0.5s normal both 1 running fadeInUp;
}

.owl-item.active .welcome-single-slide .welcome-text p {
    -webkit-animation: 1s ease 0.8s normal both 1 running fadeInUp;
    animation: 1s ease 0.8s normal both 1 running fadeInUp;
}

.owl-item.active .welcome-single-slide .home-button {
    -webkit-animation: 1s ease 1s normal both 1 running fadeInUp;
    animation: 1s ease 1s normal both 1 running fadeInUp;
}
.request_bg-section .slider-bg-one {
    background: url(img/slider/request-page.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.direct_bg-section .slider-bg-one {
    /* background: url(img/slider/direct-page.jpg); */
    /* background: url(img/slider/WarehouseWorkers.jpg); */
    background: url(img/slider/request-page.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.request_bg-section .slider-bg-one:before,
.direct_bg-section .slider-bg-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #37a000;
    display: block;
    opacity: 0.7;
}       
.slider-bg-one {
    background: linear-gradient(45deg, #000000de,rgb(8 83 156 / 79%)), url(img/slider/slide_4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-bg-one.slider-bg-new {
    background: linear-gradient(45deg, #37a000b3,#37a000fc), url(img/slider/slide_4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-bg-one {
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 50px;
}

.slider-bg-two {
    background: url(img/slider/slide_2.jpg) no-repeat scroll center center / cover;
}

.slider-bg-three {
    background: url(img/slider/slide_3.jpg) no-repeat scroll center center / cover;
}

.welcome-slider-area.owl-carousel .owl-nav > div {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    margin: 0 5px;
    padding-top: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.welcome-slider-area.owl-carousel .owl-controls {
    bottom: 7%;
    position: absolute;
    right: 8.4%;
}

.welcome-slider-area.owl-carousel .owl-nav > div:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
}
/*----------------------------
    2.5 FORM AREA
------------------------------*/

/*-----Custom classes-----*/

.w-100{
    width: 100%;
}

.welcome-slider-area .welcome-page-form .welcome-text{
    padding: 100px 0;
}


.request-fields{}
.direct-fields{}
.navbar-brand>img{
    height: auto;
    max-width: 150px;
}
.is-sticky .navbar-brand > img {
    max-width: 150px;
    width: 100%;
}
.welcome-form-section_one{
    display: none;
}
.welcome-text-section{
    display: block;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.welcome-page-form .form-card .row{
    margin:0;
}
.welcome-page-form .tab-5 .form-card .row{
    margin:0 -15px;
}
.welcome-page-form .form-card .col-md-2,
.welcome-page-form .form-card .col-md-3,
.welcome-page-form .form-card .col-md-4, 
.welcome-page-form .form-card .col-md-6{
    padding:0 5px;
}
.welcome-page-form .tab-5 .form-card .col-md-6{
    padding:0 15px;
}

.welcome-page-form ::-webkit-input-placeholder {
  color: #868b86;
}

.welcome-page-form :-ms-input-placeholder { 
  color: #868b86;
}

.welcome-page-form ::placeholder {
  color: #868b86;
}

/*------Tab-1 Start------*/
.tab-1 .form-card .tab-fields .step-col-4 {
    width: 18%;
}
.tab-1 .form-card .tab-fields .step-col-3 {
    width: 32%;
}

/*------Tab-1 End------*/

/*Date Picker*/
#ui-datepicker-div{
    background: #fff;
}
#ui-datepicker-div .ui-datepicker-header {
    background: #37a000;
    border-color: #37a000;
}
#ui-datepicker-div .ui-datepicker-header a.ui-corner-all{
    background: #fff;
    border: none;
    color: #fff;

}

#ui-datepicker-div .ui-datepicker-next-hover{
    right: 2px;
    top: 2px;
}
#ui-datepicker-div .ui-datepicker-prev-hover{
    left: 2px;
    top: 2px;
}
/*#ui-datepicker-div .ui-datepicker-header .ui-corner-all{
    background: none;
    position: relative;
}*/

#ui-datepicker-div .ui-datepicker-header:before {
    content: "<";
    left: 9px;
    top: 4px;
    z-index: 1;
}
#ui-datepicker-div .ui-datepicker-header:after {
    content: ">";
    top: 4px;
    right: 12px;
}
#ui-datepicker-div .ui-datepicker-header:before,
#ui-datepicker-div .ui-datepicker-header:after {
    display: block;
    position: absolute;
    pointer-events: none;
    width: 10px;
    height: 10px;
    /* background: #fff; */
    color: #37a000;
    font-size: 19px;
}
.ui-widget-header .ui-icon {
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
}

#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-week-col {
    border: 1px solid #cccccc !important;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    padding: 2px 5px;
    margin: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar tr td a,
#ui-datepicker-div table.ui-datepicker-calendar tr td span {
    color: #000;
    border-radius: 4px;
    text-align: center;
}
#ui-datepicker-div table.ui-datepicker-calendar tr td a.ui-state-highlight{
    background: #37a000 !important;
    border-color:#37a000 ;
    color: #fff;
}
#ui-datepicker-div table.ui-datepicker-calendar tr td a.ui-state-active{
    border-color: #37a000;
}
#ui-datepicker-div table.ui-datepicker-calendar tr td.ui-datepicker-days-cell-over a.ui-state-hover,
#ui-datepicker-div table.ui-datepicker-calendar tr td a:hover{
    background: #37a000a1;
    border-color: #37a000;
    color: #fff;
}
.tab-3 .delivery_date_field input#deliverypickdate {
    padding-left: 40px;
}

/*------Tab-2 Start------*/

.tab-2 .form-card .tab-fields .step-col-3 .form-card-items-3 input {
    padding-left: 15px;
}
.request_sec .tab-2 .form-card-items.form-card-items-2 input{
    padding-left: 45px;
}
.request_sec .tab-3 .form-card .tab-fields .step-col-4 .form-card-items-4 input {
    padding-left: 40px;
}
.pick_options select#pick_options {
    padding-left: 25px;
}
.pick_options .selectdiv {
    position: relative;
    float: left;
    width: 100%;
    height: 55px;
}
/*.pick_options label {
    display: block;
    width: 100%;
    margin: 0;
}*/
.pick_options .selectdiv label {
    display: block;
}
.pick_options select::-ms-expand {
display: none;
}
.pick_options .selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.pick_options .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 320px;
  float: right;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  -ms-word-break: normal;
  word-break: normal;
}

/*------Tab-2 End------*/

/*------Tab-3 Start------*/
.tab-3 .form-card .tab-fields .step-col-4 .form-card-items-4 input {
    padding-left: 15px;
}


/*------Tab-3 End------*/

/*------Tab-4 Start------*/

.height_field input {
    padding-left: 35px;
}

.welcome-page-form .tab-4.request-fields .form-card .step-col-5 {
    width: 13%;
}
.welcome-page-form .tab-4.request-fields .form-card .step-col-6 {
    width: 20.33%;
}
/*-------------Page Title--------------*/
.home-page-title h2 {
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 50px;
}
.home-page-title h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 50px;
    font-size: 60px;
}
/*-------------FORM STEPS--------------*/
.progress-_sec {
    display: flex;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.progress-_sec::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    top: 25px;
    left: 0;
    background: #d3d3d3;
    z-index: -1;
    opacity: 0.6;
}
.welcome-form-section.request_sec .progress-_sec .step {
    width: 20%;
}
.progress-_sec .step {
    transition: all ease 0.5s;
    font-size: 16px;
    width: 16.67%;
    float: left;
    position: relative;
    color: #fff;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}
.step.active .step_icon::after {
    background: #fff;
}
.step.active .step_icon i {
    color: #000;
}
.step.active::after {
    background: #fff;
}
.step.active {
    color: #fff;
}
.step.finish {
    color: #fff;
}
/*ProgressBar before any progress*/
.step:before {
    width: 50px;
    height: 50px;
    line-height: 45px !important;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 6 free";  
    display: none;
}
.step .step_icon {
    width: 50px;
    height: 50px;
    line-height: 45px !important;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: relative;
    z-index: 1;
    opacity: 0.8;
}
.step .step_icon::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all ease 0.3s;
}
.step.active .step_icon::after,
.step.finish .step_icon::after {
    transform: scale(1);
}
.step.active .step_icon i {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    -moz-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;    
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

/*ProgressBar connectors*/
.step:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
    transition: all ease 0.6s;
    opacity: 0.5;
}

/*Color number of the step and the connector before it*/
.step.active:before,
.step.active:after {
    width: 100%;
    opacity: 1;
}
.step.finish:before,
.step.finish:after {
    width: 100%;
    opacity: 1;
}
.step.finish span.step_icon,
.step.active span.step_icon {
    opacity: 1;
}

.tab-4 .tab-fields {
    margin-bottom: 5px;
}   
/* .tab-4 .tab-field-wrapper {
    margin-bottom: 20px;
    position: relative;
} */
.tab-4 .tab-field-wrapper {
    margin-bottom: 5px;
    position: relative;
}



/*----------FORM HEADING--------------*/


.form-card .form-card-heading h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: inherit;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}

/*----------FORM FIELDS----------*/
.welcome-page-form select:focus-visible,
.welcome-page-form input:focus-visible,
.welcome-page-form textarea:focus-visible{
    outline: none;
}
.welcome-page-form select,
.welcome-page-form input,
.welcome-page-form textarea {
    padding: 8px 15px 8px 40px;
    border: none;
    border-radius: 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    color: #2C3E50;
    background: none;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
}
input.quantityfield, input.descriptionfield /* input.insurancefield */{
    border: 1px solid red;
}
.request-review-form table th:nth-of-type(1) {
    color: #ffffff00;
    background: #f1f1f1;
}
span.error {
    /* color: #f00; */
    margin-top: 2px;
    display: none;
    color: #fff;
    font-size: 11px;
    padding: 5px 5px 5px 10px;
}
div#orderloader {
    position: absolute;
    bottom: -10px;
    font-size: 18px;
    color: #ddd;
}
/* Loader  */
/* .spinner {
   width: 72px;
   height: 72px;
   border-radius: 50%;
   border: 11.5px solid;
   border-color: #e6e6e6;
   border-right-color: #000000;
   animation: spinner-d3wgkg 1.2s infinite linear;
} */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000c9;
    z-index: 99;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 6px;
    border-color: rgb(255 255 255 / 88%);
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}


@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* @keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
} */
.order_review_form .form_item_list table th:nth-of-type(3) {
    width: 450px;
}
.order_review_form .form_item_list table th:nth-of-type(2) {
    width: 100px;
}
.welcome-page-form input:focus + i,
.welcome-page-form textarea:focus + i{
    color: #37a000;
} 
.step-4 .step-col input{
    line-height: 35px;
}
.welcome-page-form .tab {
  display: none;
}
.welcome-page-form input.invalid {
    border: 1px dashed #f00;
}
.welcome-page-form .card {
    z-index: 0;
    border: none;
    position: relative
}
.tab-5 .tab-fields,
.form-card-items{
    background: #fff;
    overflow: hidden;
}
.form-card {
    text-align: left
}
.mb-10{
    margin-bottom: 10px;
}
.step-4 .step-col{
    width: 20%;
}

.tab-4 .form-card-items-7,
.tab-4 .form-card-items-9 {
    height: 55px;
    padding: 8px 15px 8px 35px;
    border:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #868b86;
    line-height: 18px;
}   

.tab-4 .form-card-items.form-card-items-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    color: #ffff;
    padding: 0;
}
.tab-4 .form-card-items-4 span{
    display: block;
}
.tab-4 .form-card-items-4 span:first-child{
    margin-right:10px;
}
.tab-4 .form-card-items-4 span input[type="radio"] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}

.welcome-page-form .form-card .step-col {
    padding: 0;
}
/*------INPUT ICONS------*/

.request_sec .tab-2 .form-card-items i {
    font-size: 15px;
}

.tab-6 .form-card-items svg{
    left: 8px;
}
.form-card-items svg,
.form-card-items i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    color: #000;
}
.insurance_field i {
    font-size: 17px;
}
.mm_date_field i,
.card_field i {
    font-size: 18px;
    left: 11px;
}
.zip_code i {
    font-size: 19px;
}
.form-card-items{
    position: relative;
}
.form-card-items:before {
    content: '';
    display: block;
    background: #e9e7e700;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.form-card-items:after {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e9e7e7;
    height: 1px;
}
/*.step-col:last-child .form-card-items:before{
    display: none;
}*/
/*-------Check Box------*/
.tab-fields-checks {
    display: flex;
    align-items: center;
    margin-left: 15px;
    padding: 8px 15px 8px 15px;
    height: 55px;

}
.field-check {
    display: block;
    position: relative;
    padding-right: 26px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
}
.field-check:first-child{
    margin: 0 10px 0 0;
}
.field-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: -2px;
    right: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ffffff;
}
/*.field-check:hover input ~ .checkmark {
  background-color: #ccc;
}*/
.field-check input:checked ~ .checkmark {
    /* background-color: #2196F3; */
    
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.field-check input:checked ~ .checkmark:after {
  display: block;
}
.field-check .checkmark:after {
    left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid rgb(255, 255, 255);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #37a000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(13px);
}
/*----------FILE UPLOAD--------------*/
.upload-btn-wrapper {
    display: flex;
    align-items: center;
}
.tab-4 .form-card-items-7 .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.tab-4 .form-card-items-7 .btn {
    color: #868b86;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background: none;
    float: left;
}
.tab-4 .form-card-items-7 .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
}
.file-details span {
    font-size: 12px;
    text-align: end;
    padding-left: 5px;
}
.form-card-items i.fa-solid.fa-upload {
    color: #000;
}

/*-----------ADD OR REMOVE BUTTONS-----------*/

/*-----------Request Section----------*/
.request_bg-section .container{
    max-width: 1170px;
    width: 100%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-1 {
    width: 10%;
}
.request_sec .tab-4 .form-card .tab-fields  .step-col-2 {
    width: 21.554%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-3 {
    width: 11%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-4 {
    width: 11%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-5 {
    width: 10%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-6 {
    width: 10%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-7 {
    width: 13%;
}
.request_sec .tab-4 .form-card .tab-fields .step-col-8 {
    width: 13.33%;
}
.remove-btn a {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.remove-btn{
    justify-content: end;
}



/*------------PREVIEW FORM------------*/

.form_prev_section {
    padding:30px;
}
.form_prev_section .row {
    display: flex;
    flex-wrap: wrap;
}
.form_prev_items {
    height: 100%;
}
.form_prev_heading h2 {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
    position: relative;
}
.form_prev_heading h2:before {
    content: '';
    display: block;
    width: 190px;
    height: 2px;
    background: #37a000;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}
.form_prev_item.form_prev_item_2,
.form_prev_item.form_prev_item_1 {
    background: #e3e3e373;
    padding: 20px;
    height: 100%;
}
.form_prev_item.form_prev_item_3 {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 15px;
}
.form_prev_item.form_prev_item_3 h3{
    border: none;
}
.form_prev_item h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 23px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 12px;
    padding: 0 0 9px;
}
.form_prev_item.form_prev_item_2 h3,
.form_prev_item.form_prev_item_1 h3 {
    background: #61ad39;
    padding: 10px 15px;
    color: #fff;
}
.form_item_list li {
    margin: 0 0 10px;
}
.form_item_list ul li .item_list_heading {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-block;
    width: 125px;
    position: relative;
}
.dollar-set:before {
    position: absolute;
    content: "$";
    top: 0;
    left: 0;
    transform: translate(10px, 39px);
    z-index: 999;
    font-size: 18px;
  }
  input#amountpaid {
    padding: 10px 10px 10px 28px;
}
  .dollar-set{
    position: relative;
  }
/* .form_item_list ul li .item_list_heading:after {
    content: ":";
    position: absolute;
    right: 0;
    transform: translate(-10px, 0px);
} */
.form_item_list table {
    width: 100%;
    border-spacing: 7px;
    border-collapse: unset;

}
    
.form_item_list table tr:last-child{
    border: none;
}
.form_item_list table th {
    padding: 8px 15px;
    background: #000;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
}
.form_item_list tbody:nth-child(2) tr:nth-child(even) {
    background: #f2f2f2;
}
.form_item_list table tr td:first-child {
    font-weight: 500;
    text-transform: capitalize;
}
.form_item_list table tr td {
    padding: 8px 15px;
    border-radius: 6px;
    background: #f1f1f1;
    text-align: center;
}
.form_item_list table tr td:first-child {
    background: #000;
    color: #fff;
}
.form_item_list table tr td:last-child,
.form_item_list table th:last-child{
    border-right: none;
}

/*------------FORM BUTTONS------------*/
.form_button_section {
    display: flex;
    align-items: center;
    justify-content: end;
}
.add-field-wrapper a {
    background: #fff;
    font-weight: 500;
    font-size: 17px;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 15px;
    transition: all ease 0.3s;
    margin: 11px 5px 0;
    display: block;
    color: #000;
}
.welcome-page-form button {
    width: 130px;
    font-weight: 500;
    font-size: 17px;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 5px;
    float: right;
    transition: all ease 0.3s;
}
.welcome-page-form #nextBtn {
    background: #000;
    color: #fff;
    margin: 20px 0px 10px 5px;
}
/*.welcome-page-form #nextBtn:hover,
.welcome-page-form #nextBtn:focus {
    background-color: #000;
    color: #fff;
}*/

.add-field-wrapper a.remove_field {
    display: none;
}
.add-field-wrapper a.remove_field.show-remove-button {
    display: block;
}

.welcome-page-form #prevBtn {
    background: #fff;
    font-weight: 500;
    color: #000;
    margin: 20px 5px 10px;
}

/*.welcome-page-form #prevBtn:hover,
.welcome-page-form #prevBtn:focus {
    background-color: #000;
    color: #fff;
}*/

/*----------FAQ, TERMS, POLICY----------*/
.uses-section, .policy-section, .about-section,
.term-section, .faq-section, .service-top-area, .service-area-two {
    padding: 70px 0 40px;
}
.uses-content-heading, .policy-content-heading, .about-content-heading,
.term-content-heading, .faq-content-heading {
    text-align: center;
    /* margin: 0 0 30px; */
}

.policy-content-box, .term-content-box, .about-content-heading,
.faq-content-box {
    margin-bottom: 20px;
}

/*<<<<<<< HEAD*/
/*Thank You Page*/
/*.thanks_section{
        padding: 100px 0;
    }
    .thanks_section .row {
    width: 100%;
    margin: 0;
}
    .thank_box{
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}*/

.thanks-icon-box {
    background: #37a000;
    padding: 30px 0;
}
.main-icon-box {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
}
.thank_box_content .thank_content {
    width: 100%;
}
.thanks-icon-box .main-icon-box img {
    width: 100%;
}

/*.thank_box .thank_heading h1 {
    font-size: 38px;
    line-height: 46px;
}*/
.thank_box .thank_message p {
    font-size: 18px;
    line-height: 26px;
}
/*.thank_button a {
    background: #000;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
    transition: all ease 0.3s;
}*/
.thank_button a:hover{
    background: #141313;
}
/* ======= */
.policy-content-box h3, .term-content-box h3,
.faq-content-box h3 {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 26px;
    color: #333;
    text-transform: capitalize;
}
.uses-section-content ul{
    list-style: disc;
    text-align: left;
}
/*---------HOW ITS WORK---------*/

.work-area-sec .row{
    display: flex;
    flex-wrap: wrap;
}
.work-area-sec .single-service-two {
    height: 100% !important;
    padding: 25px 20px 20px 100px;
}
.work-area-sec .single-service-two h4{
    margin: 0 0 10px;
}
.work-area-sec .single-service-two p{
    line-height: 20px;
}

/*-----------------------------
    CONTACT                    
  ----------------------------*/
 .main_contact_area .contact_right_area textarea{
    border: 1px solid #e7e7e7;
    box-shadow: none;
 } 
.main_contact_area .contact_right_area input
 {
    margin: 0;
    height: 45px;
    border: 1px solid #e7e7e7;
    box-shadow: none;
}

/*-----------------------------
    ABOUT US                    
  ----------------------------*/
.about_us_section {
    padding: 100px 0 70px;
}
.about_us_content .left_about {
    position: relative;
}
.left_about .about_image img {
    width: 100%;
    height: auto;
}
.about_us_content .left_about {
    position: relative;
}
.about_image_small {
    position: absolute;
    top: -56px;
    left: -46px;
    width: 190px;
    height: 190px;
    border: 10px solid #fff;
    background: url(./img/about-us-2.jpg);
    background-position: center center;
    background-size: cover;
}
.about_experience {
    background: #37a000;
    padding: 15px 53px;
    display: flex;
    align-items: center;
    position: absolute;
    right: -50px;
    bottom: 0;
    clip-path: polygon(7% 0,100% 0,93% 100%,0 100%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.about_experience:hover{
    background: #000;

}
.about_experience h2 {
    font-size: 26px;
    margin: 0;
    color: #fff;
    line-height: 30px;
}
.about_experience i.fa.fa-trophy {
    font-size: 45px;
    color: #fff;
    margin-right: 25px;
}
.right_about {
    padding:0 0 0  30px;
}
.right_about h3 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
}
.right_about h2 {
    font-size: 34px;
    margin: 0;
    line-height: 40px;
    color: #000;
    padding: 0 0 10px;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
}
/* .right_about h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 150px;
    background: #37a000;
    position: absolute;
    left: 0;
    bottom: 0;
    
} */

/*index */
.single-blog .blog-image {
    max-height: 291px;
    overflow: hidden;
}

/*---- Auction Sellers Buyers ----*/
.online-retailers-section .uses-content-heading,
.on-demand-shipping-section .uses-content-heading,
.shipping-department-section .uses-content-heading,
.accurate-quotes-every-time-section .uses-content-heading{
    text-align: left;
}
/* .personal-shipper-section .uses-content-heading h3, .auction-sellers-section .uses-content-heading h3{text-align: center;} */
.auction-sellers-section .row,
.online-retailers-section .row,
.personal-shipper-section .row,
.remote-items-section .row,
.on-demand-shipping-section .row,
.shipping-department-section .row,
.accurate-quotes-every-time-section .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* .auction-sellers-section{
    padding-top: 110px;
    padding-bottom: 80px;
} */
.auction-sellers-buyers-img {
    padding: 80px 20px 30px;
    position: relative;
    z-index: 1;
}
.auction-sellers-buyers-img::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 498px solid #cefab6;
    border-right: 498px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.auction-sellers-buyers{
    position: relative;
}
.auction-experience{
    max-width: 220px;
    width: 100%;
    padding: 20px 24px 10px 24px; 
    background: #fff;
    border-left: 8px solid #37a000;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    top: -30px;
    right: 40px;
    z-index: 2;
}
.auction-experience::after{
    width: 0;
    height: 0;
    border-bottom: 220px solid #fff;
    border-left: 50px solid transparent;    
    border-bottom-left-radius: 10px;
    transform: rotate(-90deg);
    display: block;
    content: "";
    position: absolute;
    bottom: -135px;
    right: 85px;
}
.auction-experience h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0 ;
}
.auction-experience h3 span.counter {
    font-size: 36px;
    line-height: 42px;
    display: inline-block;
}
/* .auction-sellers-section .uses-section-content {
    padding-top: 100px;
} */

/*---- Online Retalers Ecommerce ----*/
.online-retailers-section{
    padding-bottom: 70px;
}
.retailers-section {
    padding-left: 30px;
}
.retailers-section img {
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
}
.retailers-wrapper{
    display: flex;
    align-items: center;
    top: 55px;
    right: 0;
    width: 260px;
    height: 105px;
    padding-left: 15px;
    border-radius: 8px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.2);
    box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.2);
}
.retailers-wrapper .retailers-icon {
    width: 60px;
    height: 60px;
    line-height: 75px;
    margin-right: 18px;
    border-radius: 50%;
    background-color: #37a000;
}
.retailers-wrapper .retailers-icon i {
    color: #fff;
    font-size: 35px;
    transform: scaleX(-1);
}
.retailers-wrapper .retailers-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #37a000;
    margin-bottom: 0;
}
.retailers-wrapper .retailers-text p {
    font-weight: 500;
    color: #37a000;
    margin-bottom: 0;
}

/*---- Personal Shipper ----*/
/* .personal-shipper-section{
    padding-bottom: 70px;
} */
.personal-shipper-wrap{
    position: relative;
    z-index: 1;
}
.personal-shipper-section .uses-section-content {
    padding-right: 40px;
}
.personal-shipper-wrap .personal-shipper-img-area,
.personal-shipper-wrap .personal-shipper-img-area2 {
    overflow: hidden;
    border-radius: 15px;
    max-width: 350px;
    width: 100%;
}
.personal-shipper-wrap .personal-shipper-img-shape {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: -1;
    -webkit-animation: zoominoutsinglefeatured 10s infinite;
    animation: zoominoutsinglefeatured 10s infinite;
}
.personal-shipper-wrap .personal-shipper-img-area2 {
    position: relative;
    max-width: 370px;
    margin-top: -90px;
    float: right;
    z-index: 9;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.personal-shipper-img-shape {
    position: relative;
}
.personal-shipper-img-shape::before {
    display: block;
    content: "";
    width: 375px;
    height: 268px;
    background: #000;
    border-radius: 30px;
}
.personal-shipper-img-shape::after {
    display: block;
    content: "";
    width: 375px;
    height: 175px;
    background: #37a000;
    border-radius: 30px;
    position: absolute;
    top: 0;
}
.personal-shipper-section .uses-content-heading ul li {
    margin-left: 15px;
}

/*---- Remote Items ----*/
.remote-items-section .uses-section-content {
    padding-left: 30px;
}
.remote-items-wrap {
    position: relative;
}
.remote-items-img {
    padding: 50px;
}
.remote-items-circle a {
    color: #37a000;
}
.remote-items-circle {
    max-width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);    
    right: -30px;
    width: 100%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1.5s infinite alternate;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px 2px rgb(0 0 0 / 10%);
}
@keyframes mover {
    from {transform: translateY(0%);}
    to {transform: translateY(-40%);}

}

/*---- Online Demand Shipping ----*/
.on-demand-shipping-section{
    padding-bottom: 70px;
}
.on-demand-shipping-img img {
    border-radius: 0 80px;
}   
.on-demand-shipping-section .uses-section-content {
    padding-right: 30px;
}
/*---- In-House Shipping Department ----*/
.shipping-department-section{
    padding-bottom: 70px;
}
.shipping-department-section .row{
    margin: 0;
    background: #37a000;
}
.shipping-department-section .col-md-6{
    padding: 0;
}
.shipping-department-section .uses-content-heading h3{
    color: #fff;
}
.shipping-department-section .uses-section-content {
    padding: 0 50px;
    color: #fff;
}

/*---- accurate quotes every time section ----*/
.accurate-quotes-every-time-section{
    padding-bottom: 70px;
}
.accurate-quotes-wrapper-image {
    position: relative;
}
.accurate-quotes-wrapper-image:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 20px;
    bottom: 20px;
    width: 60px;
    border-radius: 4px;
    background-color: #4AAA4E;
    z-index: -1;
}
.accurate-quotes-year-box {
    position: absolute;
    right: -65px;
    bottom: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px 30px 30px 25px;
    border-right: 5px solid #4AAA4E;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.accurate-quotes-box-inner .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 1em;
    color: #ec0000;
    font-size: 50px;
}

/*--------------All Pages Background------------------*/
.top-area .top-area-bg.bg-how-it-work{
    background: url(img/how-it-bg.jpg);
}

.top-area .top-area-bg.bg_about{
    background: url('/assets/website/img/about-bg.jpg');
}
.top-area .top-area-bg.bg_service{
    background: url(img/service-bg.jpg);
}
.top-area .top-area-bg.bg-auction{
    background: url(img/auction-bg.jpg);
}
.top-area .top-area-bg.bg-retailers{
    background: url(img/retailer-bg-2.jpg);
    background-position: 100% 24% !important;
}
.top-area .top-area-bg.bg-remote{
    background: url(img/remote-bg.jpg);
}
.top-area .top-area-bg.bg-personal{
    background: url(img/personal-bg.jpg);
}
.top-area .top-area-bg.bg-faq{
    background: url(img/faq-bg.jpg);
}
.top-area .top-area-bg.bg-term{
    background: url(img/term-bg.jpg);
}
.top-area .top-area-bg.bg-policy{
    background: url(img/policy-bg.jpg);
}
.top-area .top-area-bg.bg-policy,
.top-area .top-area-bg.bg-term,
.top-area .top-area-bg.bg-faq,
.top-area .top-area-bg.bg-personal,
.top-area .top-area-bg.bg-remote,
.top-area .top-area-bg.bg-auction,
.top-area .top-area-bg.bg-how-it-work,
.top-area .top-area-bg.bg_service,
.top-area .top-area-bg.bg_about {
    background-position:center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}


/* >>>>>>> b59ebdb3d95dfc99e1a10180a99fd0238ba180b4 */
/* ----------------------------
    3. BLOG AREA
------------------------------ */
.blog-area-box .row {
    display: flex;
    flex-wrap: wrap;
}
.single-blog {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    overflow: hidden;
    min-height: 100%;
}

.blog-details {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px;
    position: relative;
}

.blog-meta {
    background: #37a000 none repeat scroll 0 0;
    border-radius: 0 50px 50px 0;
    font-size: 24px;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 70px;
}

.blog-meta a {
    color: #fff;
    display: block;
    height: 100%;
    /* padding-top: 13px; */
    width: 100%;
    padding: 10px 0;
}
.blog-meta a img {
    width: 30px;
    filter: invert(1);
}

.blog-details h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.read-more {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-top: 15px;
    padding: 7px 25px;
    text-align: center;
    width: 140px;
}

.read-more:hover,
.read-more:focus {
    background: #37a000;
    color: #fff;
}

.blog-details h3 a {
    color: #333;
}

.blog-details h3 a:hover,
.blog-details h3 a:focus {
    color: #37a000;
}

/* ----------------------------
    4. ABOUT AREA
------------------------------ */

.quote-form-area {
    background: #eef1f5 none repeat scroll 0 0;
    padding: 30px 20px;
}

.quote-form input {
    margin-bottom: 10px;
}

.quote-form .width-full input {
    border: 0 none;
    padding: 10px;
    width: 100%;
}

.quote-form .width-half input {
    border: 0 none;
    padding: 10px;
    width: 47%;
}

.quote-form textarea {
    border: 0 none;
    height: 120px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}


.quote-form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quote-form button:hover {
    background: #37a000;
    color: #fff;
}

.about-content h2 {
    margin-bottom: 30px;
}

.about-content a {
    display: inline-block;
    margin-top: 20px;
}

.about-content a:hover {
    color: #37a000;
}

.about-content a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-content a:hover i {
    padding-left: 10px;
}

.about-count {
    margin-top: 80px;
}

.single-about-count {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 30px 20px 20px;
    text-align: center;
    text-transform: capitalize;
    width: 33.33%;
}

.single-about-count h4 {
    color: #37a000;
    font-size: 24px;
    font-weight: 800;
}

/* -----------------------------
    5. SERVICE AREA
------------------------------- */

.service-content h3 {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.works-sec .service-content h3 {
    display: inline-block;
}
.faqs-content h4{position: relative;display: inline-block;padding-bottom: 10px;margin: 10px 0 22px;}
.works-sec .service-content{margin: 0 0 30px;}
.service-content p,
.personal-shipper-section p,
.service-list li,
.auction-sellers-section p,
.service-catalouge-content-area p,
.about_us_content p, 
.terms-content p,
.policy-content p,
.remote-items-section p,
.thanks_sec p {font-size: 18px;line-height: 1.6;}
.service-content h3::after, .faqs-content h4:after {
    border-bottom: 1px dashed rgb(55 160 0);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.policy-content{padding: 100px 0 70px;}
.terms-content .area-title, .faqs-content .area-title, .service-top-area .area-title {
    margin: 0;
}
.terms-content h3 {
    margin: 20px 0 30px;
}

.service-catalouge-content-area {
    /* background: rgba(0, 0, 0, 0) url("img/service/service-cargo-bg.png") no-repeat scroll center center / contain; */
    position: relative;
    padding: 30px 0 35px;
}

/* .catalouge-content {
    background: rgb(55 160 0 / 85%) none repeat scroll 0 0;
    color: #fff;
    padding: 30px;
} */

.catalouge-content h3 {
    /* color: #fff; */
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.catalouge-content h3::after {
    border-bottom: 1px dashed;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.catalouge-content .read-more:hover,
.catalouge-content .read-more:focus {
    background: #fff none repeat scroll 0 0;
    color: #37a000;
}

.catalouge-content ul {
    margin-top: 40px;
}

.catalouge-content ul li {
    margin-bottom: 15px;
}

.catalouge-content ul li i {
    margin-right: 15px;
}

/* ---------------------------
    6. SERVIE BOTTOM AREA
----------------------------- */

.service-bottom-area {
    position: relative;
}

.service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("img/service/service-area-bg.jpg") repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service-bottom-area-bg::after {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.single-service {
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}

.service-list .single-service:last-child {
    margin-bottom: 0;
}

.service-icon-hexagon {
    left: -43px;
    position: absolute;
    top: -25px;
}

.hex {
    background: #f5f7f9 none repeat scroll 0 0;
    border-radius: 1em / 3.5em;
    display: inline-block;
    height: 5.2em;
    margin: 1em 4.61538em 1em auto;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    width: 4em;
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon {
    background: #000 none repeat scroll 0 0;
    bottom: 7px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    padding-top: 18px;
    position: absolute;
    right: 11px;
    text-align: center;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34px;
    z-index: 1;
}

.service-icon::before,
.service-icon::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.service-icon::before {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.service-icon::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.service-icon i {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.service-details h4 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service:hover .service-details h4 {
    color: #37a000;
}

.single-service:hover .service-icon,
.single-service:hover .service-icon::before,
.single-service:hover .service-icon::after {
    background: #37a000 none repeat scroll 0 0;
}

/* ----------------------------
    7. PROMO AREA
----------------------------- */

.promo-top-area {
    background: rgba(0, 0, 0, 0) url("img/promo/promo_top_bg.png") no-repeat scroll right 5% bottom 50% / 40% auto;
}

.single-promo {
    margin-bottom: 50px;
    padding: 20px 20px 20px 80px;
    position: relative;
}

.promo-area .row > div.col-lg-4 .single-promo:last-child {
    margin-bottom: 0;
}

.promo-icon {
    background: #f4f7f9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #37a000;
    font-size: 24px;
    height: 65px;
    left: 0;
    padding-top: 21px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 65px;
}

/* -----------------------------
    8. PROMO BOTTOM AREA
----------------------------- */

.promo-bottom-area {
    position: relative;
}

.promo-botton-area-bg {
    background: rgba(0, 0, 0, 0) url("img/promo/promo_bottom_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-botton-area-bg::after {
    background: #3c4a62 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-bottom-area h2 {
    color: #fff;
    font-size: 26px;
}

.promo-bottom-content .read-more {
    background: #37a000 none repeat scroll 0 0;
    font-weight: bold;
    height: auto;
    letter-spacing: 1px;
    padding: 14px;
    text-transform: uppercase;
    width: 180px;
}

.promo-bottom-area .read-more:hover,
.promo-bottom-area .read-more:focus {
    background: #fff none repeat scroll 0 0;
    color: #37a000;
}

/*-----------------------------
    9. TESTMONIAL AREA
-------------------------------*/

.client-photo-list .item {
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0;
}

.client-photo-list .owl-carousel .owl-item.active.center .item {
    -webkit-box-shadow: 0 0 0 5px #37a000;
    box-shadow: 0 0 0 5px #37a000;
    position: relative;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.client-photo-list {
    margin-bottom: 40px;
}

.client-details-content .item {
    padding-top: 70px;
    position: relative;
}

.client-details-content .item::after {
    color: #5d6b82;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 60px;
    height: 60px;
    left: 50%;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
}

.client-details-content .item q {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 37px;
}

.client-details-content .item h3 {
    margin-bottom: 10px;
}

.client_nav span {
    background: #5d6b82 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: 50px;
    opacity: 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    cursor: pointer;
}

.client_nav span:hover {
    background: #37a000;
}

.client_nav span.fa.testi_next {
    left: auto;
    right: 50px;
}

.testmonial-area:hover .client_nav span {
    left: 0;
    opacity: 1;
}

.testmonial-area:hover .client_nav span.testi_next {
    left: auto;
    right: 0;
}

/* -----------------------------
    10. FOOTER AREA
------------------------------- */

/*.footer-top-area {
    padding: 40px 0;
}*/

.footer-area h2,
.footer-area h3 {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.subscribe-content h2 {
    line-height: 1;
    margin-bottom: 20px;
}

.subsriber-form {
    height: 60px;
    position: relative;
}

.subsriber-form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #363;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 70%;
}

.subsriber-form button {
    background: #37a000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    height: 100%;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 27%;
}

.subsriber-form button:hover {
    background: #fff none repeat scroll 0 0;
    color: #37a000;
}

/* ----------------------------
    11. FAQS AREA
------------------------------- */

.faqs-list h3 {
    margin-bottom: 30px;
}

.faqs-list h3 span {
    color: #37a000;
}

.faqs-list #accordion .panel-title {
    padding-left: 50px;
    position: relative;
    text-transform: capitalize;
}

.faqs-list #accordion .panel-title i {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.faqs-list #accordion .panel-title i::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -1.5px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 3px;
}

.faqs-list #accordion .active .panel-title i::after {
    opacity: 1;
    ;
}

.faqs-list #accordion .panel,
.faqs-list #accordion .panel.active {
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.panel-body {
    border: 0 none !important;
}

.panel-heading,
.panel-body {
    padding-left: 0;
}

/* -----------------------------
    12. ABOUT DETAILS CONTENT AREA
-------------------------------- */

.about-details-menu {
    margin-bottom: 50px;
    text-align: center;
}

.about-details-menu li {
    display: inline-block;
    margin: 0 5px;
}

.about-details-menu li a {
    border: 1px solid #efefef;
    display: block;
    font-size: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.about-details-menu li.active a {
    background: #37a000 none repeat scroll 0 0;
    border-color: #37a000;
    color: #fff;
}

.about-history-content {
    margin-bottom: 50px;
}

.about-history-content h3 {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.about-history-content h3::after {
    border-bottom: 1px dashed #37a000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.about-history-content ul {
    margin-top: 20px;
}

.about-history-content ul li {
    margin-bottom: 5px;
}

.about-history-content.history-list {
    position: relative;
}

.about-history-content.history-list::after {
    background: #e4e4e4;
    content: "";
    height: 100%;
    left: 80px;
    position: absolute;
    top: 0;
    width: 5px;
}

.single-history {
    margin-bottom: 50px;
    padding-left: 125px;
    position: relative;
}

.single-history .history-year {
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 85px;
}

.single-history .history-year::before,
.single-history .history-year::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 30px;
    z-index: 9;
}

.single-history .history-year::after {
    background: #37a000;
    height: 10px;
    right: -2px;
    top: 9px;
    width: 10px;
}

/* ------------------------------
    13. REPORT AREA
------------------------------ */

.annual-reports > div {
    margin-bottom: 50px;
}

.annual-reports > div:last-child {
    margin-bottom: 0px;
}

.annual-reports-content h4 {
    margin-bottom: 30px;
}

.annual-reports-content ul {
    margin-top: 30px;
}

.annual-reports-content ul li {
    margin-bottom: 10px;
}

.annual-reports-content ul li i {
    color: #37a000;
    margin-right: 10px;
}

/* ----------------------------
    14. TEAM AERA
-------------------------------- */

.single-team {
    text-align: center;
    margin-bottom: 30px;
    padding: 1px;
}

.team-list div > .col-lg-4:last-child .single-team {
    margin-bottom: 0;
}

.single-team .member-image img {
    width: 100%;
}

.member-details {
    -webkit-box-shadow: 0 0 1px;
    box-shadow: 0 0 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}

.member-social-bookmark {
    background: #5d6b82 none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: 25px;
    padding: 15px 0;
}

.member-social-bookmark .social-bookmark li a {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    padding-top: 8px;
}

.member-social-bookmark .social-bookmark li a:hover {
    background: #37a000 none repeat scroll 0 0;
}

/* -----------------------------
    15. SERVICE TWO 
------------------------------ */

.single-service-two {
    padding: 30px 20px 30px 100px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-icon-two {
    border-right: 1px solid #ddd;
    color: #37a000;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 80px;
}

.single-service-two:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
}

.single-service-two:hover .service-icon-two,
.single-service-two:hover h4 {
    color: inherit;
}

/* ----------------------------
    16. SERVICE THREE
------------------------------ */

.single-service-three {
    border: 1px solid #eef2f4;
    -webkit-box-shadow: 0 0 10px #eef2f4;
    box-shadow: 0 0 10px #eef2f4;
    margin-bottom: 30px;
    padding: 30px 20px 30px 80px;
    position: relative;
}

.single-service-three h4 {
    color: #37a000;
}

.service-icon-three {
    border-right: 1px solid #ddd;
    color: #37a000;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 60px;
}

/*------------------------------
    17. CONTACT AREA
-------------------------------*/

.contact-address {
    margin-bottom: 50px;
}

.contact-address a {
    color: #585858;
}

.contact-address a:hover {
    color: #37a000;
}

.contact-area .form-control {
    border-radius: 0;
    margin-bottom: 30px;
    min-height: 40px;
}

.contact-area button {
    background: #37a000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-area button:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
}

/*------------------------------
    18. FOOTER AREA
-------------------------------*/

.footer-area {
    color: #000;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}

.footer-area::after {
    background: rgba(0, 0, 0, 0) url("img/footer-map-bg.png") no-repeat scroll center center / 90% auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 6%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-border {
    background: rgba(0, 0, 0, 0) url("img/footer-border.png") repeat-x scroll center center;
    height: 1px;
    margin-top: 50px;
}

.single-footer-widget {
    margin-bottom:0px;
    overflow: hidden;
}

.single-footer-widget,
.single-footer-widget a {
    color: #000;
    text-align: center;
    font-weight: 500;
}

.single-footer-widget a:hover {
    color: #37a000;
}

.single-footer-widget h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.single-footer-widget h3::after {
    border-bottom: 1px dashed #37a000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-footer-widget.footer-about ul {
    margin-top: 30px;
}

.single-footer-widget.footer-about ul li {
    margin-bottom: 10px;
}

.single-footer-widget.footer-about ul li i {
    border-right: 1px solid;
    margin-right: 10px;
    width: 20px;
}

.single-footer-widget.twitter-widget ul li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.single-footer-widget.twitter-widget ul li .twitter-icon {
    color: #37a000;
    left: 0;
    position: absolute;
}

.single-footer-widget.list-widget ul li {
    letter-spacing: 1px;
    margin-bottom: 0px;
    position: relative;
    padding: 0 12px;
}

/* .single-footer-widget.list-widget ul li::before {
    content: "\f0a4";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 15px;
} */

.single-footer-widget.instafeed-widget li {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 31.33%;
}

.footer-bottom-area .footer-border {
    margin: 0;
}

.footer-copyright-area {
    padding: 30px 0;
}

.footer-copyright p {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-copyright a.footer-logo {
    border-bottom: 2px solid;
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    max-width: 300px;
    padding-bottom: 10px;
}

.footer-copyright a {
    color: #ffffff;
}

.footer-social-bookmark .social-bookmark li a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin: 0 2px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
}

.footer-social-bookmark .social-bookmark li a:hover {
    background: #37a000;
    color: #fff;
}

/*------------------------------
    19. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #37a000 none repeat scroll 0 0;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 7px transparent;
    box-shadow: 0 0 0 7px transparent;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    background: #000;
}

/*-----------------------------------
    20. WELCOME SLIDER AREA
-------------------------------------*/

.home-two .single-blog {
    margin-top: -244px;
}

.home-two .welcome-area {
    padding-bottom: 200px;
}

.home-two .blog-area.blog-bottom .single-blog {
    margin-top: 0;
}

.home-four .about-area.section-padding {
    padding-bottom: 50px;
}

.home-four .promo-top-area.section-padding {
    background: inherit;
    padding-bottom: 50px;
}

.home-four .service-bottom-area-bg {
    background: rgba(0, 0, 0, 0) url("img/service/service-area-bg-2.jpg") repeat scroll 0 0;
}

.top-area.single-page {
    height: 230px;
    padding: 0 0 50px;
}

.single-page .top-area-bg::after {
    opacity: 1;
}

.single-page .welcome-text h2 {
    margin-bottom: 10px;
}

.page-location li {
    display: inline-block;
}

.page-location li a {
    color: #000;
    display: block;
    padding: 0 10px;
}

/* ----------------------------------
    21. BLOG PAGE
------------------------------------- */

.blog-page .single-blog {
    border-radius: 0;
    margin-bottom: 50px;
}

.blog-page .single-blog .post-date {
    margin-bottom: 20px;
    margin-top: -10px;
}

.blog-page .single-blog .post-date a i {
    margin-right: 10px;
}

.blog-page .single-blog .post-date a:hover {
    color: #37a000;
}

.blog-page .blog-image img {
    width: 100%;
}

.pagination li a {
    border-radius: 0;
    color: #666;
    padding: 10px 20px;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li a:focus {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
    border-color: #37a000;
}

.single-sidebar-widget {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.single-sidebar-widget h4::after {
    border-bottom: 1px dashed #37a000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-sidebar-widget h4 {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.widget_search form {
    border: 1px solid #ddd;
    height: 40px;
    position: relative;
    width: 100%;
}

.widget_search form input {
    border: 0 none;
    height: 100%;
    left: 0;
    padding: 8px 40px 8px 8px;
    position: absolute;
    top: 0;
    width: 100%;
}

.widget_search form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.widget_search form button:hover,
.tagcloud a:hover {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
    border-color: #37a000;
}

.widget_categories li {
    margin: 5px 0;
    position: relative;
}

.widget_categories li::before {
    content: "\f105";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 10px;
}

.single-sidebar-widget li a:hover {
    color: #37a000;
}

.single-sidebar-widget {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.widget_recent_entries li {
    margin-bottom: 15px;
    overflow: hidden;
}

.tagcloud a {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}

blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
    font-style: italic;
    line-height: 1.7em;
    position: relative;
    padding: 20px 30px;
    text-transform: capitalize;
    z-index: 1;
}

blockquote::after,
blockquote::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    height: 50px;
    left: 0;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: -1;
}

blockquote::before {
    bottom: 0;
    content: "\f10e";
    left: auto;
    right: 8px;
    top: auto;
}

.share-button,
.comments-area,
.comments-form-area {
    -webkit-box-shadow: 0 3px 7px #ddd;
    box-shadow: 0 3px 7px #ddd;
    margin-bottom: 50px;
    padding: 20px;
}

.comments-area h4,
.comments-form-area h4 {
    margin-bottom: 30px;
}

.comments-area ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    position: relative;
}

.comments-area ul li:nth-child(2n) {
    margin-left: 80px;
}

.comments-area ul li .comments-author-thumb {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.half-width input {
    border: 1px solid #ddd;
    margin-bottom: 14px;
    padding: 10px;
    width: calc(50% - 10px);
}

.comment-form textarea {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.comment-form button {
    background: #5d6b82 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comment-form button:hover {
    background: #37a000 none repeat scroll 0 0;
}

/*-------------------------------
    22. SERVICE PAGE
-------------------------------*/

.service-image {
    margin-bottom: 40px;
}

.service-image img {
    width: 100%;
}

.service-details-text {
    margin-bottom: 50px;
}

.service-menu h4 {
    background: #37a000 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

.service-menu ul {
    border: 1px solid #ddd;
}

.service-menu > ul li {
    border-top: 1px dashed #ddd;
    display: block;
    margin-top: -1px;
}

.service-menu ul li a {
    display: block;
    padding: 10px 20px;
}

.service-menu ul li a i {
    float: right;
}

.service-menu ul li a:hover {
    color: #37a000;
}

/*------------------------------
    23. 404 ERROR PAGE
-------------------------------*/

.error-content img {
    margin-bottom: 40px;
}

.error-content h3 {}

.error-content h2,
.error-content h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
}

.error-area .read-more {
    width: auto;
}

/*-----------------------------
    New Form
-------------------------------*/
.welcome-single-slide.slider-bg-one.slider-bg-new {
    /*background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);*/
    /* background-image: url(img/slider/slide_6.png); */
    background-color: #37a000;
}
.main-form-head {
    display: none;
}
.welcome-form-new .progress-_sec .step{
    width: 33.33%;
}

/* -------- Form Body--------- */

.main-form-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.main-form-box .form-box-heading h2 {
    font-size: 22px;
    text-align: center;
    /* border-bottom: 1px solid #f5f5f5; */
    /* padding: 0 0 6px; */
    margin: 0;
    margin-top: 15px;
    margin-right: 10px;
    padding: 0;
    text-transform: capitalize;
}
.main-form-box .form-box-heading img {
    max-width: 40px;
    width: 100%;
}
.main-form-box .form-group {
    margin-bottom: 5px;
}

.main-form-box span.error {
    color: #f00;
    padding: 0;
    margin: 0px 0 10px;
}
.main-form-box .tab-items {
    margin-bottom: 15px;
}
.main-form-box .form-box-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 15px;
    margin: 0 0 30px;
}
/* -------- Form input fields --------- */
.main-form-box .tab .form-card .tab-item .tab-items input {
    padding: 10px 10px 10px 13px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 4px;
    height: 45px;
    border: 1px solid #e3e3e3;
}
.main-form-box .tab .form-card .tab-item .tab-items .form-group label {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #484848;
}
.main-form-box .tab .form-card .tab-item .tab-items .selectdiv {
    position: relative;
    width: 100%;
    height: 45px;
}
.main-form-box .tab .form-card .tab-item .tab-items .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
  font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    -ms-word-break: normal;
    word-break: normal;
    padding: 10px 10px 10px 13px;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    border-radius: 4px;
    height: 45px;
}
.main-form-box .tab .form-card .tab-item .tab-items .selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

/*background-color: #F4D03F;
background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);*/
/* --------Form Button-------- */
.welcome-form-new .main-form-box .button-section .button-wrapper button {
    float: none;
    margin: 0 !important;
}
.button-wrapper {
    text-align: center;
    padding: 10px 0 0;
}
.welcome-form-new .main-form-box .button-section .button-wrapper #prevBtn {
    background: #000;
    color: #fff;
}
.tab-fields {
    transition: all ease 0.5s;
}
/*-----oct-21-2022--------*/

.tab .mobile-tab-heading h2 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 10px;
    text-align: center;
    display: none;
}

/*------New Header-------*/
/*.is-sticky .main-header-wrapper{
    padding-bottom: 15px;
}*/
.site-main-header {
    padding: 15px 40px;
}
.site-main-header .row {
    display: flex;
    align-items: center;
}
.site-main-header .navbar-header .navbar-brand {
    padding: 0;
    height: inherit;
    margin: 0;
}
.site-main-header .navbar-header{
    margin: 0;
}
.site-main-header ul#nav li:last-child a {
    padding-right: 0;
}
.site-main-header ul#nav li a {
   padding: 10px 15px;
    color: #fff;
    font-weight: 500;
}
.site-main-header ul#nav li a:hover {
  color: #000;
}
.site-main-header ul#nav li.has-sub ul li a {
  color: #fff;
}
.site-main-header ul#nav li.has-sub ul li a:hover {
  color: #37a000;
}
.site-main-header .logo-scroll{
    display: none;
}
.is-sticky .site-main-header .logo-scroll{
    display: block;
}
.is-sticky .site-main-header .logo-fixed{
    display: none;
}
.is-sticky ul#nav li a {
    padding: 0 15px;
    color: #000;
}
.is-sticky ul#nav li.has-sub ul li a {
    padding: 20px 15px;
    color: #fff;
}
.is-sticky ul#nav li a:hover,
.is-sticky ul#nav li.has-sub ul li a:hover{
    color: #37a000;
}
.site-main-header .mobile-menu i {
    display: none;
    font-size: 25px;
    color: #000;
}

div#mainmenu-area {
    border: none;
    box-shadow: none;
}
.is-sticky .mainmenu-area{
    border-bottom: 2px solid #dddddd !important;
    background: #fff;
}
.mainmenu-area .container{
    width: 100%;
}
.main-header-wrapper {
    padding: 30px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-main-header .nav-box i {
    font-size: 22px;
    color: #000;
    cursor: pointer;
    background: transparent !important;
}
.nav-box {
    margin-right: 35px;
}
.nav-box a {
    height: 22px;
}
.nav-logo-box {
    display: flex;
    align-items: center;
}
.main-header-wrapper .nav-logo-box .logo-box a {
    padding: 0;
    float: none;
    margin: 0;
}
.mega-menu-section .main-head-menu .stellarnav {
    background: none;
}
.cta-button-wrapper .cta-button-box a {
    background: #000;
    padding: 10px 20px 8px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.3s;
    float: right;
}
.cta-button-wrapper .cta-button-box a:hover{
    background: #000;
    color: #fff;
}

/*--------Home Banner-------*/
.blog-area .container,
.home-welcome-banner .container{
    width: 100%;
}
.home-banner-content-box {
    padding: 0 30px;
}
.home-welcome-banner {
    height: 100%;
    padding: 94px 0 100px;
    background:#37a000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.home-banner-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home-banner-bottom ul li {
    flex: 0 1 calc(16.1% - 20px);
    max-width: calc(16.1% - 20px);
}
.home-banner-bottom {
    position: absolute;
    bottom: 6px;
    padding: 0 10px;
}

.home-banner-content{
    z-index: 3;
    position: relative;
    text-align: center;
}
.home-banner-content .banner-content-heading {
    width: 100%;
    /* max-width: 740px; */
    margin: 0 0 40px;
    
}
.home-banner-content .banner-content-heading h1 {
    color: #fff;
    font-size: 53px;
    line-height: 70px;
    letter-spacing: 4px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.home-banner-content .banner-content-heading h1 span {
    font-weight: 300;
    display: block;
}
.home-banner-content .banner-content-buttons a {
    padding: 20px 40px;
    background: #000;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
}
.home-banner-content .banner-content-buttons a:first-child{
    margin-right: 15px;
}
.blog-area{
    padding: 80px 0 40px;
}
.home-one .blog-area{
    padding: 80px 0 50px;
}
.blog-area-box {
    padding: 0 30px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
/*-------Map section---------*/
.map-section{
    padding: 0 0 40px;
}

.main-map-section {
    padding: 0 30px;
}
.map-section .container {
    width: 100%;
}
.main-map-box iframe {
    width: 100%;
}
.map-section .map-heading h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
}

.footer-area .footer-bottom-area .container {
    width: 100%;
}
.footer-bottom-box {
    padding: 0 30px;
}
.sub-nav-hover:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.sub-nav-hover ul.sub-menu {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    background: #000;
} 
.mega-menu-section .main-head-menu .stellarnav ul.sub-menu {
    display: block;
}  
/* uttey */

.mainmenu-area .navbar-header{
    border: none !important;
}


#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#fff;
    background-image: url("/assets/website/img/loader.gif");
    z-index: 99999;

}
/* Start Direct page Form  */
.pick-up-setting label {
    margin-bottom: 0;
    margin-right: 20px !important;
}
.otherreason {
    margin-top: 5px;
}
/* Start RAQ order Confirmation */
.customer-name input#stripecustomername {
    padding-left: 40px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    border-radius: 4px;
}
div#card-element {
    border: 1px solid #e3e3e3;
    padding: 15px 15px;
    border-radius: 0px;
}
.customer-name i.fa-user{
transform: translateY(-70%);
}
.order-amount{
    margin-bottom: 20px;
    margin-top: 10px;
}
.order-amount input {
    padding: 10px 10px 10px 13px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 4px;
    height: 45px;
    border: 1px solid #e3e3e3;
}
.order-amount label {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #484848;
}
.warning_regForm {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.warning_regForm {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
  /* End RAQ order Conformation */
/* div#otherreason {
    margin-top: 5px;
} */
/* End Direct page Form */
/* Start Scroller top  */
.scrolltotop i.fa.fa-long-arrow-up {
    transform: translate(0px, 6px);
}
/* End Scroller to */
/* Start Thank You Page */
.thank_message  p.title {
    font-size: 22px;
    font-weight: 500;
    color: #abc270;
}
p.detail {
    padding-top: 10px;
}
span.inshipper_number {
    font-size: 26px;
    padding-left: 10px;
    color: black;
    font-weight: 800;
}
.thank_message p {
    font-size: 18px;
    display: flex;
    line-height: 26px;
    align-items: center;
    justify-content: center;
}
.thank_button a {
    width: 250px;
    border-radius: 4px;
}
.thank_heading h2 {
    background: #abc270;
    padding: 10px 28px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 32px;
    border-radius: 7px;
}
/* End Thank You Page */
textarea#otherreason {
    border: 1px solid #e3e3e3;
    height: 120px;
    padding: 10px 10px 10px 13px;
    text-align: left;
}
.progress-_sec.onlyone_progress {
    justify-content: center;
}
.progress-_sec.onlyone_progress::before {
    display: none;
}
.thankyou-title{color: #5fcf80;font-size: 55px;text-align: center;}
.contact_thanks_sec i {
    margin: 30px 0;
}
.contact_thanks_sec  p {
    font-size: 20px;
}
/* Start Personal Shipper */
.formbtn a:hover {
    color: #000000;
}
.formbtn {
    padding-top: 30px;
    padding-bottom: 30px;

}
.formbtn a, .formbtn span {
    padding: 12px 0px;
    color: #37a000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.formbtn span {
    padding: 0 3px;
}
/* End Personal Shipper */
/* Start Direct Page  */
.text-white {
    color : #fff !important;
}
/* End Direct Page */
/* Start Home Page  */
.banner-content-heading p {
    font-size: 20px;
    color: #ffffffba;
    text-transform: uppercase;
}
/* End Home Page */
/* Start How it work */
.service-area-two ol {
    list-style: decimal !important;
    padding-left: 15px;
}
.service-area-two p {
    font-size: 16px;
}
.service-area-two ol li {
    font-size: 16px;
}
/* End How it work  */
/*----------responsive-----------*/
@media( max-width: 1440px){

/*----------Home page------------*/

.blog-area .container,
.map-section .container,
.home-welcome-banner .container,
.mainmenu-area .container,
.footer-area .footer-bottom-area .container {
    width: inherit;
}
.main-header-wrapper {
    padding: 15px 0 15px;
}
.home-welcome-banner .row {
    flex-wrap: wrap;
}
.home-welcome-banner .row .col-md-7,
.home-welcome-banner .row .col-md-5 {
    width: 100%;
}
.home-banner-content .banner-content-heading{
    margin: 0 auto 40px;
}
.home-banner-image {
    text-align: center;
    margin-top: 30px;
}
.home-banner-image img {
    width: auto;
    height: 400px;
}

.home-banner-content {
    text-align: center;
}
.home-banner-content .banner-content-heading{
    margin-bottom: 20px;
}
.home-banner-content .banner-content-heading h1{
    font-size: 48px;
    line-height: 60px;
}
}
@media(max-width:1360px){
    .request_bg-section .container {
    
}
}
@media(max-width: 1200px){
    .site-main-header .navbar-header a {
    padding: 12px 0 0;
}
}
@media(max-width: 1085px){
    .home-welcome-banner {
    height: auto;
}
    /* .home-welcome-banner .home-banner-content-box .col-md-6 {
    width: 100%;
} */
.home-welcome-banner .row {
    flex-wrap: wrap;
}
}
@media(max-width:1024px ){
    .request_sec .tab-4 .form-card .tab-fields .step-col-1,
    .request_sec .tab-4 .form-card .tab-fields .step-col-2,
    .request_sec .tab-4 .form-card .tab-fields .step-col-3,
    .request_sec .tab-4 .form-card .tab-fields .step-col-4,
    .request_sec .tab-4 .form-card .tab-fields .step-col-5,
    .request_sec .tab-4 .form-card .tab-fields .step-col-6,
    .request_sec .tab-4 .form-card .tab-fields .step-col-7,
    .request_sec .tab-4 .form-card .tab-fields .step-col-8 {
        width: 50% ;
    }
    .request_sec .tab-4 .form-card .tab-fields .step-col-1 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-2 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-3 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-4 .form-card-items{
        border-bottom: 1px solid #e9e7e7;
    }
    .form_item_list {
    overflow-x: auto;
}
    .form_item_list table {
    width: 1240px;
    overflow-x: auto;
}
}
@media(max-width: 993px){
/*-------New Menu-------*/
.is-sticky .site-main-header .logo-scroll {
    display: block;
    padding: 6px 0 0;
}
.site-main-header .col-md-7{
    width: 50%;
}
.site-main-header .col-md-3 {
    display: none;
}
.mb-conatct{
    display: flex;
    align-items: center;
    justify-content: end;
}
.mobile-menu {
    text-align: RIGHT;
}
.site-main-header .col-md-2{
    width: 50%;
}
.mega-menu-section {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(38, 38, 38, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.40s;
    z-index: 99;
}
.mega-menu-section.show-menu {
    opacity: 1;
    visibility: visible;
}

.main-head-menu {
    background: #fff;
    height: 100%;
    padding: 12px 30px 30px;
    width: 80%;
    max-width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all ease 0.40s;
}
.mega-menu-section.show-menu .main-head-menu {
    transform: translateX(0);
}
.blank-box{
    width: calc(100% - 300px);
    height: 100%;    
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
.blank-box.active{
    display: block;   
}    
.mega-menu-section .main-head-menu ul#nav {
    display: block !important;
    width: 100%;
}
.mega-menu-section .main-head-menu a.menu-toggle.full{
    display: none;
}
.mega-menu-section .main-head-menu .stellarnav.mobile.dark ul {
    background: #fff;
}
.mega-menu-section .main-head-menu .stellarnav.mobile.dark ul li a {
    color: #000;
}
.mega-menu-section .main-head-menu ul#nav li a, .mega-menu-section .main-head-menu ul#nav li a{
    color: #000;
    padding: 7px 0 ;
}

.stellarnav ul{
    text-align: left;
}
.stellarnav>ul>li {
    display: block;
}
.stellarnav .dd-toggle{
    display: block;
}

.site-main-header .mega-menu-section .main-head-menu ul#nav li.has-sub ul li a{
    color: #000;
    border: none;
    padding: 8px 0;
}
.site-main-header .mobile-menu i {
    display: block;
    margin: 0 0 0 6px;
}
.site-main-header {
    padding: 0 0 0 10px;
}
.welcome-page-form {
    width: 100%;
}
.welcome-page-form .tab-1 .form-card .col-md-3,
.welcome-page-form .tab-2 .form-card .col-md-3,
.welcome-page-form .tab-3 .form-card .col-md-3,
.welcome-page-form .tab-6 .form-card .col-md-3,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-4 {
    width: 50%;

}
.welcome-page-form .tab-6 .form-card .col-md-6 {
    width: 100%;
}
/*.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-2 {
    width: 33.33%;
}*/
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-4.step-col-9 {
    width: 100%;
}
.progress-_sec .step {
    font-size: 0;
}
.progress-_sec {
    margin-bottom: 30px;
}
.form-card-items:after{
    display: block;
}
.tab.tab-2 .selectdiv label {
    display: block;
    height: 55px;
}
.pick_options select#pick_options {    
    max-width: 100%;
}
.welcome-page-form {
    overflow: hidden;
}
.form_item_list {
    overflow-x: scroll;
}

.form_prev_section .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
}
.welcome-form-section .col-md-12 {
    width: 100%;
}
.add-field-wrapper {
    top: 0;
    right: 0;
    transform: translateY(0);
}
/*-----oct-21-2022--------*/
.tab .mobile-tab-heading h2 {
    display: block;
}
/* .tab.tab-6 .form-card .tab-fields .col-md-2 {
    width: 33.33%;
} */
.tab.tab-6 .form-card .tab-fields .col-md-2 {
    width: 33.333333%;
}


/*----------Home page------------*/
.header-top-area.mainmenu-area{
    background: transparent;
}

.main-map-section {
    padding: 0;
}
.blog-area-box {
    padding: 0;
}
.home-banner-content-box {
    padding: 0;
}
.request_bg-section .container {
    width: inherit;
}
.cta-button-wrapper .cta-button-box a{
    /* display: none; */
    padding: 10px 8px 8px;
}
.shipment_sec .card .tab-2 .form-card .tab-fields .row .step-col.step-col-1,
    .shipment_sec .card .tab-2 .form-card .tab-fields .row .step-col-2,
    .shipment_sec .card .tab-2 .form-card .tab-fields .row .step-col-3,
    .shipment_sec .card .tab-2 .form-card .tab-fields .row .step-col.step-col-4
     {
        width: 100% ;
    }
    .shipment_sec .tab-3 .form-card .tab-fields .row .step-col-1,
    .shipment_sec .tab-3 .form-card .tab-fields .row .step-col-2,
    .shipment_sec .tab-3 .form-card .tab-fields .row .step-col-3,
    .shipment_sec .tab-3 .form-card .tab-fields .row .step-col-4
     {
        width: 100% ;
    }
    .shipment_sec .tab-4 .form-card .tab-fields .step-col-1,
    .shipment_sec .tab-4 .form-card .tab-fields .step-col-2,
    .shipment_sec .tab-4 .form-card .tab-fields .step-col-3
     {
        width: 33.33% ;
    }
    .shipment_sec .tab-4 .form-card .tab-fields .step-col-4,
    .shipment_sec .tab-4 .form-card .tab-fields .step-col-5
     {
        width: 100% ;
    }
}
@media(max-width:768px){

.welcome-page-form .tab-1 .form-card .col-md-3,
.welcome-page-form .tab-2 .form-card .col-md-3,
.welcome-page-form .tab-3 .form-card .col-md-3,
.welcome-page-form .tab-6 .form-card .col-md-3,
.welcome-page-form .tab-6 .form-card .col-md-9,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-4,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-5,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-3,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-2 {
    width: 100%;

}
.is-sticky .navbar-brand > img {
    max-width: 150px !important;
    width: 100%;
}
.cta-button-wrapper {
    display: none;
}
.mb-contact-btn .cta-button-wrapper {display: block;}
.cta-button-wrapper .cta-button-box a{
    display: block;float: none;
}
.policy-content{padding: 50px 0 20px;}

/*Home page height*/
.welcome-slider-area {
    height: 100%;
    min-height: 100vh;
}
.slider-bg-one {
    height: 100%;
    min-height: 100vh;
    padding: 150px 0 50px;
}
.welcome-text .home-button {
    display: block;
}
.mainmenu-area .navbar-header{
    border-bottom: 1px solid #37a000 ;
}
.welcome-page-form .form-card .col-md-6{
    width: 100%;
}
.welcome-page-form .form-card .col-md-4{
    width: 100%;
}
.uses-section, .policy-section, .about-section, .term-section, .faq-section, .service-top-area, .service-area-two {
    padding: 40px 0 10px;
}
.about_us_section {
    padding: 50px 0 20px;
}
.about_experience {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    right: 0;
    width:100%;
}
.about_image_small {
    display: none;
}
.right_about {
padding: 30px 0 0;
text-align: center;
}
.right_about h2{
    font-size: 28px;
    line-height: 36px;
}
.right_about h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.progress-_sec {
    margin-bottom: 10px;
}
.step .step_icon {
    width: 40px;
    height: 40px;
    line-height: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.progress-_sec::before,
.step:after {
    top: 19px;
}
.auction-sellers-buyers-img::before{
    display: none;
}
.auction-sellers-buyers-img{
    padding: 0 0 30px 0;
}
.auction-experience {
    max-width: 300px;
    position: static; 
    border-radius: 10px; 
    margin-top: 13px;         
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.auction-experience::after{
    display: none;
}
.personal-shipper-section .col-md-6{
    width: 100%;
}
.personal-shipper-img-shape{
    display: none;
}
.online-retailers-section{
    padding-bottom: 40px;
}
.retailers-section {
    padding-left: 0;
}
.remote-items-img {
    padding: 0 0 30px 0;
}
.remote-items-section .uses-section-content {
    padding-left: 0;
}
.auction-sellers-buyers-img img {
    border-radius: 20px;
}
.retailers-wrapper {  
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 13.435px 13.435px 30px 0px rgb(55 54 54 / 10%);
    box-shadow: 13.435px 13.435px 30px 0px rgb(55 54 54 / 10%)
}

.auction-sellers-section .uses-section-content {
    padding-top: 0;
 }
 .accurate-quotes-every-time-section .col-md-6{
    width: 100%;
 }
.accurate-quotes-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 20px;
}
.shipping-department-section .uses-section-content {
    padding: 30px 50px;
}
.shipping-department-section{
    padding-bottom:40px ;
}
.online-retailers-section .row,
.on-demand-shipping-section .row{
    flex-direction: column-reverse;
}
.on-demand-shipping-section .uses-section-content {
    padding-right: 0;
    padding-top: 30px;
}
.personal-shipper-section .row {
    flex-direction: column-reverse;
}
.personal-shipper-wrap {    
    padding-bottom: 30px;
}
/* .personal-shipper-section{
    padding-bottom: 30px;
} */
.personal-shipper-section .uses-section-content {
    padding-right: 0;
}
.personal-shipper-wrap .personal-shipper-img-area, .personal-shipper-wrap .personal-shipper-img-area2 {    
    max-width: 100%;
}
.contact_left_area .social-bookmark {
margin-bottom: 20px;
}

/*-----oct-21-2022--------*/

.tab .mobile-tab-heading h2 {
    font-size: 22px;
    text-align: center;
}
.welcome-form-new .tab .mobile-tab-heading h2 {
    color: #000;
}
.tab .form-card .tab-fields .step-col {
    margin-bottom: 4px;
}
.tab.tab-4 .form-card .tab-fields{
    margin-bottom: 4px;
}
/* .tab.tab-4 .form-card .tab-fields .step-col{
    margin-bottom: 0;
} */
.home-banner-content .banner-content-heading h1 {
    font-size: 42px;
    line-height: 55px;
}
.home-banner-image img{
    height: auto;
}
.home-banner-content .banner-content-buttons a {
    padding: 16px 25px;
}
.main-head-menu ul li{
    margin: 12px 0;
 }
.main-head-menu ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}
ul.sub-menu {
    display: none;
    padding-left: 15px;
}
.sub-nav-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-nav-arrow img {
    width: auto;
    height: 16px;
}
.sub-nav-arrow.rotate img {
    transform: rotate(-180deg);
}
/* .home-banner-content-box .col-md-6 {
    width: 100%;
} */
.request_sec .tab-4 .form-card .tab-fields .step-col-1,
    .request_sec .tab-4 .form-card .tab-fields .step-col-2,
    .request_sec .tab-4 .form-card .tab-fields .step-col-3,
    .request_sec .tab-4 .form-card .tab-fields .step-col-4,
    .request_sec .tab-4 .form-card .tab-fields .step-col-5,
    .request_sec .tab-4 .form-card .tab-fields .step-col-6,
    .request_sec .tab-4 .form-card .tab-fields .step-col-7,
    .request_sec .tab-4 .form-card .tab-fields .step-col-8 {
        width: 50% ;
    }
    .request_sec .tab-4 .form-card .tab-fields .step-col-1 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-2 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-3 .form-card-items,
    .request_sec .tab-4 .form-card .tab-fields .step-col-4 .form-card-items{
        border-bottom: none;
    }
    .home-page-title h2 {
    font-size: 28px;
}

    .sub-nav-hover ul.sub-menu {
    background: #fff;
}
.home-banner-content-box {
    padding: 30px;
}



}
@media(max-width:620px){
    .form_button_section {
   flex-wrap: wrap;
   justify-content: center;
}
.add-field-wrapper a:last-child{
    margin-right: 0;
}
}
@media(max-width: 576px){
    .single-footer-widget.list-widget ul li {
        padding: 4px 12px;
    }
    
    .home-banner-content-box {
        padding: 0;
    }
    
    .welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-2 {
        width: 50%;
    }
    .welcome-page-form .tab-1 .form-card .col-md-3,
.welcome-page-form .tab-2 .form-card .col-md-3,
.welcome-page-form .tab-3 .form-card .col-md-3,
.welcome-page-form .tab-6 .form-card .col-md-3,
.welcome-page-form .tab-6 .form-card .col-md-9
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-4,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-5,
.welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-3 {
    width: 100%;

}
.thanks_section {
    padding: 50px 0 ;
}
.thank_box .thank_heading h1 {
    font-size: 34px;
    line-height: 40px;
}
.home-banner-content .banner-content-heading h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 2px;
}
/* .home-lft-top {
    top: -21%;
    left: -9%;
}
.home-banner-img.home-lft-top img {
    max-width: 27%;
}
.home-banner-img.home-lft-botm img {
    max-width: 35%;
}
.home-banner-img.home-right-botm {
    bottom: -5%;
    right: -17%;
}
.home-banner-img.home-right-botm img {
    max-width: 25%;
}
.home-right-top {
    right: -4%;
    top: -2%;
}
.home-banner-img.home-right-top img {
    max-width: 35%;
}
.home-banner-img.home-right-middle {
    transform: translateX(11%) rotate(-16deg);
    top: -2%;
}
.home-lft-middle {
    top: -2%;
    transform: translateX(-8%) rotate(14deg);
} */
.home-banner-content .banner-content-buttons a{
    width: 100%;
}
.home-banner-content .banner-content-buttons a:first-child {
    margin-bottom: 15px;
}
}

@media(max-width: 481px){
    .welcome-text .home-button a {
        width: 100%;
        margin: 0;
}
.welcome-text .home-button a:first-child{
    margin-bottom: 10px;
}
    .welcome-page-form .tab-1 .form-card .col-md-3,
    .welcome-page-form .tab-2 .form-card .col-md-3,
    .welcome-page-form .tab-3 .form-card .col-md-3,
    .welcome-page-form .tab-6 .form-card .col-md-3,
    .welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-4,
    .welcome-page-form .tab-4 .form-card .tab-field-wrapper .col-md-2 {
        width: 100%;
    }
.remote-items-circle{
        max-width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 15px;
        right: 0;
        display: none;
    }
    .personal-shipper-img-area2{
        display: none;
    }
    .personal-shipper-img-area img{
        width: 100%;
    }
    .home-banner-content .banner-content-heading h1 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1.5px;
}
.nav-box {
    margin-right: 20px;
}
.home-banner-content .banner-content-buttons a{
    width: 100%;
}
.home-banner-content .banner-content-buttons a:first-child {
    margin-bottom: 15px;
}

.request_sec .tab-4 .form-card .tab-fields .step-col-1,
    .request_sec .tab-4 .form-card .tab-fields .step-col-2,
    .request_sec .tab-4 .form-card .tab-fields .step-col-3,
    .request_sec .tab-4 .form-card .tab-fields .step-col-4,
    .request_sec .tab-4 .form-card .tab-fields .step-col-5,
    .request_sec .tab-4 .form-card .tab-fields .step-col-6,
    .request_sec .tab-4 .form-card .tab-fields .step-col-7,
    .request_sec .tab-4 .form-card .tab-fields .step-col-8 {
        width: 100% ;
    }


}
@media(max-width: 375px){
    /* .home-lft-top {
        top: -16%;
        left: -9%;
    } */
    .cta-button-wrapper .cta-button-box a {
    font-size: 13px;
}
}
@media(max-width: 320px){
    .navbar-brand>img {
    height: 27px;
}
}
@media (min-width:992px){
    .mb-contact-btn{display: none;}
}
@media (min-width:768px){
    .terms-content, .faqs-content {
        padding: 100px 0 70px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .home-banner-content-box {
        padding: 50px 30px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .home-banner-content-box .col-md-6 {
        width: 80%;
    }
    .home-welcome-banner .col-xs-10 {
        width: 100%;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px){
    .home-welcome-banner .col-xs-10 {
        width: 100%;
    }
    .home-banner-content-box .col-md-6 {
        width: 100%;
    }
}
@media screen and (min-width:1400px) and (max-width:1599px){
    .home-welcome-banner .col-xs-10 {
        width: 100%;
    }
}

