@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
    font-family: 'Poppins', sans-serif !important;
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/
/* 

body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #fec03a;
  outline: 1px solid #fec03a;
} */
/*Scroll css End here*/
header .row {
    align-items: center;
}

header  .more a {
    font-size: 15px;
    color: #ffffff;
    background: #724727;
    text-transform: capitalize;
    padding: 17px 38px;
}

.section {
    background: #d7bb6c;
    display: flex;
    align-items: center;
    padding: 150px 0;
}

.section .form {
    background: #ffffff;
    padding: 80px;
}

.section .form label {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #a86d29;
    display: block !important;
    margin-bottom: 0 !important;
}

p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password {
    position: relative;
}

.section .form a.password_preview {
    position: absolute;
    top: 40px;
    right: 10px;
    margin:0px;
}
.wizard > .content > .body {
    position: relative !important;
}

label#inspected_address-error {
    color: #fff;
    background-color: #f23a3c;
    background-image: url("<svg width='14' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7 14.515a7 7 0 110-14 7 7 0 010 14zm-.814-5.86h1.628v-5.21H6.186v5.21zM7 11.259a.82.82 0 00.814-.824A.816.816 0 007 9.631a.813.813 0 100 1.628z' fill='#fff'/></svg>");
    font-size: .75em;
    margin-top: 8px;
    border-radius: 4px;
    background-size: 0.875em;
    background-position: 0.375em;
    background-repeat: no-repeat;
    display: inline-block;
    width: auto;
    padding: 0.25em 0.5em 0.25em 0.5em;
    margin: 3px 0px 0px 0px;
}
.section .form span.input-wrapper {
    width: 100%;
}

.section .form input {
    width: 100%;
    padding: 12px !important;
    font-size: 15px;
    color: #000;
    margin: 15px auto;
    border: 1px solid #bebebe;
}
.section .form label.remember {
    font-size: 12px !important;
    display: inline-block !important;
}

.section .form input[type="password"] {
    position: relative;
}

.section .form .input-group-append {
    position: absolute;
    top: 19%;
    right: 0;
}
.section .form .input-group-append span.input-group-text {
    padding: 15px;
    border: 0;
    background: transparent;
    color: #724727;
}

.section .form input[type=checkbox] {
    width: auto;
    margin: auto;
}

.section .form  label.remember {
    display: inline;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #724727;
}
.section .form  .row {
    align-items: center;
}

.section .form input[type="submit"]{
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    border: 0;
    background: #724727;
    padding: 12px 0;
    width: 100%;
}
.section .form button[type="submit"] {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    border: 0;
    background: #724727;
    padding: 12px 0;
    width: 40%;
}

.section .form  a {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #724727;
    display: block;
    margin: 15px auto;
}
.footer {
    background: #74492a;
    padding: 40px 0;
}

.footer .copyright p {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.footer .copyright a {
    font-weight: 600;
    color: #fff;
}
.page-form {
    padding: 80px 0;
    background: #b87748;
}

.page-form .form {
    background: #fff;
    padding: 80px;
}

.page-form .form .headline h2 {
    font-size: 40px;
    color: #724728;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 40px;
    position: relative;
    margin-bottom: 40px;
}

.page-form .form .headline h2:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 5px;
    background: #ba772d;
    bottom: 0;
}






/*.page-form .pagination ul {
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
}

.page-form .pagination {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.page-form .pagination ul li {max-width: 25%;flex: 0 0 25%;position: relative;z-index: 66;}
.page-form li a {
    font-size: 14px;
    line-height: 29px;
    color: #b87748;
    font-weight: 700;
    background: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: 'Lato', sans-serif !important;
}

.page-form li span {
    display: block;
}
.page-form li span {
    font-size: 11.61px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px auto 0;
}*/










.page-form .wizard > .steps ul {
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
}

.page-form .wizard > .steps {
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.page-form  .wizard > .steps ul li {max-width: 25%;flex: 0 0 25%;position: relative;z-index: 66;}
.page-form  .wizard > .steps li a span.number{
    font-size: 14px;
    line-height: 29px;
    color: #b87748;
    font-weight: 700;
    background: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: 'Lato', sans-serif !important;
}

.page-form .wizard > .steps li span.tabtitle1 {
    display: block;
}
.page-form li span.tabtitle1 {
    font-size: 11.61px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px auto 0;
}
.page-form .wizard > .steps ul:before {
    position: absolute;
    content: '';
    left: 14%;
    margin: auto;
    width: 72%;
    height: 2px;
    background: #fff;
    top: 24%;
}

.page-form .wizard > .steps ul li.current a span.number{
    background: #724727;
    color: #fff;
}



.page-form .form p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #747474;
    margin: 0;
}
.page-form .form  input {
    width: 100%;
    margin: 15px auto 0;
    font-size: 15px;
    padding: 15px;
    line-height: 26px;
    color: #747474;
    font-weight: 300;
    border: 2px solid #d8d8d8;
    box-shadow: none;
}

.page-form .form h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ba772d;
    text-transform: uppercase;
    margin: 30px auto;
}

.page-form .form  ul {
    padding: 0;
    margin: 0;
    list-style: upper-alpha;
}

.page-form .form ul li {
    font-size: 18px;
    line-height: 26px;
    color: #747474;
    font-weight: 300;
    margin: 30px auto;
}

.page-form .form ul li strong {
    font-weight: 600;
    color: #747474;
}
.page-form .next {
    margin: 50px auto;
    text-align: right;
}

.page-form .next a {
    font-size: 18px;
    font-weight: 400;
    color: #724727;
    background: #fff;
    padding: 15px 80px;
}
.page-form .pagination ul:before {
    position: absolute;
    content: '';
    left: 14%;
    margin: auto;
    width: 72%;
    height: 2px;
    background: #fff;
    top: 24%;
}
.page-form .pagination ul li.active a {
    background: #724727;
    color: #fff;
}
.page-form .form input[type="checkbox"] {
    width: auto;
}
.page-form .form .desc {
    margin: 0 auto 50px;
}

.page-form .form .desc p {
    margin: 0 auto;
}

.page-form .form label {display: block;margin: auto;width: 100%;font-size: 15px;line-height: 26px;font-weight: 300;margin: 20px auto 0;color: #ba772d;}

.page-form .form label.bold {
    font-size: 20px;
    line-height: 26px;
    color: #724727;
    font-weight: 600;
    text-transform: uppercase;
}

.page-form .form p.small {
    font-size: 15px;
    line-height: 26px;
    color: #747474;
    font-weight: 300;
    margin: auto;
    margin-bottom: 10px;
}

.page-form .form ul.checkbox {
    list-style: none;
}

.page-form .form ul.checkbox li {
    display: inline-block !important;
    margin-right: 15px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
}

.page-form .form ul.checkbox li input[type="checkbox"] {
    margin: auto;
}