.login-btn-custom
{
	background-color: #002448;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
}
.login-btn-custom a
{
	text-decoration: none;
}

body .hs-form {
    margin: 0 -6px;
}

body .hs-form fieldset {
    max-width: none;
}

body .hs-form fieldset.form-columns-1 > div,
body .hs-form fieldset.form-columns-2 > div {
    padding: 0 6px;
    margin-bottom: 6px;
    position: relative;
}

body .hs-form fieldset.form-columns-1 > div {
    width: 100%;
    margin-top: 46px;
}

body .hs-form fieldset.form-columns-2 > div {
    width: 50%;
}

body .hs-form fieldset.form-columns-1 .input,
body .hs-form fieldset.form-columns-2 .input,
body .hs-form fieldset.form-columns-1 .select,
body .hs-form fieldset.form-columns-2 .select,
body .hs-form fieldset.form-columns-1 .textarea,
body .hs-form fieldset.form-columns-2 .textarea {
    margin-right: 0;
}

body .hs-form fieldset.form-columns-1 input,
body .hs-form fieldset.form-columns-2 input,
body .hs-form fieldset.form-columns-1 select,
body .hs-form fieldset.form-columns-2 select,
body .hs-form fieldset.form-columns-1 textarea,
body .hs-form fieldset.form-columns-2 textarea {
    width: 100% !important;
    max-width: none;
    resize: none;
}

body .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

body .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hs-form .hs-form-field select {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0;
}

body .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .hs-form textarea {
    font-size: 16px;
    padding: 12px 15px;
    background-color: #fff;
    border: none;
    color: #afaeae;
    font-weight: 300;
    transition: all .3s;
}

body .hs-form textarea {
    height: 12.75em;
}

body .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .hs-form textarea:focus {
    color: #363534;
}

.section-contact .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.section-contact .hs-form textarea {
    background-color: #f5f5f5;
}

body .hs-form .hs-form-field label {
    display: none;
}

body .hs-form .hs-form-field .hs-error-msgs {
    position: absolute;
    display: block;
    top: 0;
    right: 6px;
    bottom: 0;
    list-style-type: none;
    font-family: usual,sans-serif;
}


body .hs-form .hs-form-field .hs-error-msgs li {
    font-size: 16px;
    padding: 12px 15px;
    font-weight: 300;
    box-sizing: border-box;
    line-height: 1.125em;
    color: #FFF;
    background: #002448;
    border-left: 3px solid #FFF;
}

body .hs-form .hs-form-field .hs-error-msgs li:before {
    content:"Required";
}

body .hs-form .hs_submit {
    margin-top: 19px;
}

body .hs-form .hs_submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    padding: 10px;
    font-size: 12px;
    letter-spacing: .16em;
    line-height: 20px;
    text-transform: uppercase;
    color: #363534;
    padding: 0;
    background: url(https://www.dsclogistics.com/wp-content/themes/dsc-new/images/arrow-right-red.png) right center no-repeat;
    padding: 0 18px 0 6px;
    background-size: 12px;
    transition: color .4s;
    line-height: 1;
    min-height: 1px;
    margin: 0 0 16px;
}

.nav-access > ul > li {
	position: relative;
}

.nav-access > ul > li.menu-item-has-children > ul {
	position: absolute;
    top: calc(100% + 4px);
    z-index: 999;
    opacity: 0;
    transition: all .4s;
    box-shadow: none;
    visibility: hidden;
    min-width: 133px;
    background-color: #fff;
    border: 1px solid #dadad9;
    padding: 20px 0;
    left: -35px;
    display: block;
}

.nav-access > ul > li.menu-item-has-children > ul > li {
    display: block;
    padding: 0;
}

.nav-access > ul > li.menu-item-has-children > ul > li > a {
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.nav-access > ul > li.menu-item-has-children:hover > a {
    color: #002448;
}

.nav-access > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1280px) {
    .nav-access > ul > li.menu-item-has-children > ul {
        top: calc(100% + 24px);
    }
}


@media (max-width: 767px) {
    body .hs-form fieldset.form-columns-1 > div,
    body .hs-form fieldset.form-columns-2 > div {
        margin-bottom: 3px;
    }

    body .hs-form fieldset.form-columns-1 > div {
        margin-top: 34px;
    }

    body .hs-form fieldset.form-columns-2 > div {
        width: 100% !important;
    }

    body .hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .hs-form textarea,
    body .hs-form .hs-form-field .hs-error-msgs li {
        font-size: 10px;
        padding: 10px 9px;
    }

    body .hs-form .hs-form-field .hs-error-msgs li {
        line-height: 1.25em;
    }

    body .hs-form .hs_submit input {
        font-size: 9px;
        background-size: 8px;
    }

    .nav-access > ul > li.menu-item-has-children > ul {
        display: block;
        position: relative;
        opacity: 1;
        visibility: visible;
        left: 0;
        border: none;
        padding: 0;
    }

    .nav-access > ul > li.menu-item-has-children > ul > li > a {
        padding: 6px 45px;
    }

    .nav-access > ul > li.menu-item-has-children > ul > li:first-of-type > a {
        padding-top: 0;
    }
}

.my-enquiry-form .requestbutton {
    background-color: transparent;
    color: white;
    padding: 0px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    z-index: 9999;
    position: fixed;
    top: 35%;
    /* bottom: 50%; */
    right: 0px;
}

* {box-sizing: border-box;}


.my-enquiry-form
{
}

/* Full-width input fields */
/*.my-enquiry-form input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}*/

/* Add a background color when the inputs get focus */
/*.my-enquiry-form input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}*/

.my-enquiry-form .input-btn
{
	margin-bottom: 15px;
	width:100%;
	min-height:50px;
	border:none;
	padding:15px;
}

.my-enquiry-form-1 .submit-btn
{
	    width: 100%;
    background-color: #fff !important;
    color: #333;
    min-height: 50px;
    border: none;
}
.my-enquiry-form-1 h3
{
	color:#fff;
	font-size:30px;
}



/* Set a style for all buttons */
.my-enquiry-form .requestbutton {
      background-color: transparent;
    color: white;
    padding: 0px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    z-index: 9999;
    position: fixed;
    top: 35%;
    /* bottom: 50%; */
    right: 0px;
}

.my-enquiry-form button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.my-enquiry-form .cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.my-enquiry-form .cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.my-enquiry-form .container {
  padding: 16px;
}

/* The Modal (background) */
.my-enquiry-form .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background:rgba(51,51,51,0.7);
  padding-top: 50px;
}

/* Modal Content/Box */
.my-enquiry-form .modal-content {
  background-color: #002448;
    margin: auto;
    border: 1px solid #888;
    width: 60%;
	padding:20px;
}

/* Style the horizontal ruler */
.my-enquiry-form hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.my-enquiry-form .close {
    position: absolute;
    right: 10px;
    top: 76px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    left: 71%;
    z-index: 1;
	opacity:1;
}

.my-enquiry-form .close:hover,
.close:focus {
  color: #fff;
  cursor: pointer;
}

/* Clear floats */
.my-enquiry-form .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
 .my-enquiry-form .cancelbtn, .signupbtn {
     width: 100%;
  }
}

.my-enquiry-form .requestbutton {
    background-color: transparent;
    color: white;
    padding: 0px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    z-index: 9999;
    position: fixed;
    top: 35%;
    /* bottom: 50%; */
    right: 0px;
}
.my-enquiry-form .requestbutton span
{
	display:none;
}
@media (max-width: 767px)
{
	.my-enquiry-form .requestbutton span
{
	display:block;
}
.my-enquiry-form .requestbutton img
{
	display:none;
}
.my-enquiry-form .requestbutton {
   background-color: #002448;
    position: fixed;
    bottom: 0;
    top: auto;
    margin: 0px;
    width: 100% !important;
    min-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 1;
}
.footer {
    position: relative;
    margin-bottom: 50px;
}
}

