html {
  scroll-behavior: smooth;
}
body{
     
     font-family: "Poppins", sans-serif;
  font-size: 16px;
    font-weight: 400;
         }
         img {
         
         max-width: 100%;
         }

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

a, a:hover{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}


    button {
    border: 0;
    background-color: transparent;
        padding: 0;
}
.form-control:focus {
  
    box-shadow: unset;
}

*  {
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/****************************/


.footer_menu {
    text-align: center;
    border-top: 1px solid rgb(0 0 0 / 22%);
    padding: 20px 0;
}
.footer_menu li {
    display: inline-block;
    margin: auto;
}
.footer_menu li a {
    padding: 0 20px;
}

.footer_menu_sec {
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.footer_menu li.active a {
    color: #bc6200;
}
section.footer_space {
    background-color: transparent;
    height: 80px;
}
.login-sign {
    text-align: center;
    padding: 110px 0 40px;
}
.height_common {
    /* height: 80vh; */
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 486px;
    width: 100%;
}
a.logo_v-ship {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.logo_v-ship > img {
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.modal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
ul.modal_btn li {
    padding: 0 20px;
}
ul.modal_btn li:hover a {
      color: #bc6200;
}

.product_page ul.modal_btn {
    color: #fff !important;
}
.product_page ul.modal_btn li:hover a {
      color: #fff;
}
.modal-content {
    border: 3px solid #fd921d;
    border-radius: 0px;
}
.modal-body {
    padding: 30px 40px;
}
.form-group input {
    border: 2px solid #fd921d;
    border-radius: 0px;
    font-size: 14px;
    height: 48px;
}

.btn_common, .btn_common:hover {
    background: rgb(215,114,3);
    background: linear-gradient(0deg, rgb(153 64 3) 0%, rgb(255 128 40) 100%);
    
    color: #fff;
    padding: 8px 32px;
    cursor: pointer;
}

.product_page {
    background: rgb(215,114,3);
    background: linear-gradient(0deg, rgb(153 64 3) 0%, rgb(255 128 40) 100%);
    padding: 127px 40px;
}

.header_sec ul.modal_btn {
    justify-content: end;
}
.header_sec ul.modal_btn li:last-child{
    padding-right: 0px;
}
.video_box {
    border: 2px solid #000;
    height: 100%;
    padding: 28px;
    border-radius: 23px;
}

.footer_link_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_link_form li ul {
    display: flex;
    align-items: center;
}
.footer_link_form li ul li a {
    color: #fd921d;
}
.footer_link_form li ul li{
    margin-left: 15px;
}
.form-group.form-check {
    display: flex;
    align-items: center;
}
.form-group.form-check input {
    position: relative;
    top: -3px;
}
.form-group.form-check label{
    margin-left: 8px;
}
.login-sign form {
    margin-top: 25px;
    border: 2px solid #fd921d;
    padding: 35px;
    position: relative;
    margin-bottom: 50px;
}
.login-sign form h5 {
    position: absolute;
    top: -49px;
    background-color: #ffff;
    padding: 0 9px;
}
div#chevron h6 {
    color: #1e2e5e;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}
.product_list li {
    display: flex;
    margin-bottom: 35px;
}

.product_list .desp_prodtuct {
    width: 75%;
    background-color: #fd921d;
    padding: 25px;
    color: #fff;
    border-radius: 0 20px 20px 20px;
}
.product_page_sec .logo_section {
    position: sticky;
    top: 50px;
}


#chevron {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 6px;
    height: 90px;
    width: 200px;
    top: 17px;
    right: -2px;
}
    #chevron:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 51%;
      background: transparent;
            border: 2px solid #fd921d;
        border-right: 0px;
      transform: skew(0deg, 20deg);
    }
    #chevron:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
        background: transparent;
            border: 2px solid #fd921d;
        border-left: 0px;
      transform: skew(0deg, -20deg);
    }
  


.logo_section.home .modal_btn {
    border: 1px solid #a6a6a6;
    max-width: 200px;
    padding: 9px 0;
    margin: 25px auto;
    width: 100%;
        position: relative;
}

.logo_section.home .modal_btn::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 120px;
    bottom: -130px;
    background-color: #a6a6a6;
}
.logo_section.home {
    position: relative;
}

.logo_section.home::after, .logo_section.home::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 250px;
        bottom: -160px;
    background-color: #a6a6a6;
    
}
.logo_section.home::after{

    transform: rotate(45deg);
    left: -40px;
}
.logo_section.home::before{

    transform: rotate(-45deg);
    right: -40px;
}