.svq_container {
    opacity:1;
    background:#E9E9E9;
    padding:0x;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition:1s all;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.svq_container h3.svq_header {
    padding: 0.8em 6px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #505050;
    background: -moz-linear-gradient(top, #505050 0%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#272727));
    background: -webkit-linear-gradient(top, #505050 0%,#272727 100%);
    background: -o-linear-gradient(top, #505050 0%,#272727 100%);
    background: -ms-linear-gradient(top, #505050 0%,#272727 100%);
    background: linear-gradient(to bottom, #505050 0%,#272727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#272727',GradientType=0 );
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height:1.2em;
}
.svq_head_container {
    padding:0 16px;
}

.svq_container h4.svq_header {
    color:#404040;
    margin-top:0.5em;
    margin-bottom:0.1em;
}
.svq_container .tab {
    display:inline-block;
    padding:8px 0px 0px;
    color:#404040;
    cursor: pointer;
    transition:background 0.5s;
}
.svq_container .tab:hover {
    
}
.svq_container .tab.selected {
    
}
.svq_container .tab:before {
    content:'';
    display:inline-block;
    width:5px;
    height:5px;
    background:#fff;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 0 2px #000;
    margin:0 5px;
}
.svq_container .tab.selected:before {
    content:'';
    display:inline-block;
    width:5px;
    height:5px;
    background:#444;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 0 2px #000;
    margin:0 5px;
}
.svq_form {
    padding:0px 16px 32px;
}
.svq_form select, .svq_form input[type="number"] {
    padding: 0.5em;
    margin-top: 0.2em;   
}
.svq_form select {
    color:#aaa;
}
.svq_form select.selected {
    color:#000;
}
.svq_form select option {
    color:#000;
}
.svq_form input {
    margin-right:1.5em;
    margin-top:0.3em;
}

.svq_form select {
    width:100%;
}
.svq_form .duty_contain select {
    margin-left:-4px;
}
.svq_form input.svq_value {
    margin-left:0px;
}
.svq_form table input.quantity {
    font-size: 13px;
    padding: 0.25rem;
}
/*.svq_form .awesomplete:after {
    content: '▼';
    position:absolute;
    right:0px;
    top:5px;
    border:1px solid #AFAFAF;
    width:16px;
    height:28px;
    border-radius:3px;
    background-color:#fff;
    font-size:8px;
    line-height:30px;
    text-align:center;
    color:#AFAFAF;
}*/
.awesomplete ul:after {
    content:'...';
    padding:5px 0px 5px 30px;
}
.awesomplete .scroll + ul {
    max-height:300px;
    overflow-y:scroll;
}

.svq_form .duty_contain, .svq_head_container .duty_contain {
    width:50%;
    display: inline-block;
}
.svq_head_container .duty_contain {
    margin-left:-4px;
}
.svq_form select.half {
    width:49%;
    margin-right:0;
}
.svq_form select.width23 {
    width:66.6%;
    word-wrap: initial;
}
.svq_form select.width3 {
    width:33.3%;
    white-space: nowrap;
}

.svq_form table {
    color:#90d7ff;
}
.svq_form table th {
    text-transform:capitalize;
    padding:8px 8px 4px 0;
    text-align:center;
}

.svq_form table label {
    width:24%;
    display:inline-block;
    vertical-align:middle;
    color:#000;
    transition:all 0.5s;
}
.svq_form table label:hover {
    cursor:pointer;
    background:rgba(255,255,255,0.2);
}
.svq_form table input {
    width:50%;
}
.svq_form table input {
    margin: 0px;
    box-sizing: border-box;
    border: 1px solid #8F8F8F;
    position: absolute;
    /*left: 0px;*/
    top: 0px;
    bottom: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.svq_form table label.units {
    width: 40%;
    box-sizing: border-box;
    background-color: #AFAFAF;
    border-right: 1px solid #8F8F8F;
    border-top: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
    padding: 7px 0;
    position: absolute;
    right: 10%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    top: 0px;
    bottom: 0px;
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 22px;   
}

.svq_form table td {
    position: relative;   
}

.svq_table td {
    word-break: break-word;   
}

.svq_form input[type="submit"] {
    background: linear-gradient(to bottom, #287dc1 0%,#0c4667 100%);   
}

.svq_form button.add {
    background: none;
    border: none;
    font-weight: bold;
    text-decoration: underline;   
}
.svq_form button.submit, .svq_form input.submit, .svq_submit_form .submit {
    background-color: #EA0E4C;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px rgba(0,0,0,0.5), 1px 1px 1px rgba(0,0,0,0.5);
    border-radius: 4px;
    text-shadow: -1px -1px #000;
    float: right;
    background-image: none;
    max-width: 130px;
}
.svq_form button:focus {
    outline:0;
}
.svq_form button:hover {
    background:inherit;
}
.svq_form button.submit:hover, .svq_form input.submit:hover, .svq_submit_form input.submit:hover {
    background: #EA0E4C;
    box-shadow: 2px 2px 2px #000;
    color:#fff;
}

.svq_form .help {
    color:#42C4E4;
    text-decoration:underline;
    cursor:pointer;
}

.svq-submit-stage {
    opacity:1;
    transition:all 1s;
}
.hide {
    opacity:0;
}

.svq_submit_form label, .svq_submit_form input {
    display:inline-block;
    margin:10px 0;
}

.svq_hider .vc_row-fluid + .vc_row-fluid  {
    display:none;
}
.svq_hider .vc_row-fluid .wpb_column {
    opacity:0;
}
.svq_hider .vc_row-fluid .wpb_column.move-right {
    opacity:1;
}

.svq_submit_form {
    position:relative;
    margin-bottom:24px;
}
.svq_submit_form label {
    width:25%;
}
.svq_submit_form input, .svq_submit_form textarea {
    width:70%;
    background:#eaeaea;
}
.svq_submit_form textarea {
    margin:10px 0;
}

.svq_submit_form .submit {
    position: relative;
    z-index: 4;
}
.svq_submit_form .fundilymundily {
    display:none;
}

.svq-submit-stage {
    background:#fff;
    padding-right:400px;
}
@media(max-width:767px) {
    .svq-submit-stage {
        padding-right:0;   
    }
    .svq_hider .svq_holder {
        left:0px;
        top:20px;
    }
    .testimonial-container {
        display:none;   
    }
}

.svq_hider .svq_holder {
    position:absolute;
    left:-100%;
    right:0;
    z-index:3;
    top:10px;
}
@media(max-width:767px) {
    .svq_hider .svq_holder {
        position:absolute;
        left:5px;
        right:5px;
        z-index:3;
    }    
}

.site-header, .footer-nav {
    transition:all 0.5s;
    max-height:500px;
    opacity:1;
}

.svq_hider .footer-nav {
    opacity:0;
    max-height:2px;
    overflow:hidden;
}
.landing-head-social, .main-navigation, .svq_hider.svq_nav_show .landing-head-social, .svq_hider.svq_nav_show .main-navigation {
    transition:all 0.5s;
    max-height:300px;
    opacity:1;
}
.svq_hider .landing-head-social, .svq_hider .main-navigation {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
}

.testimonial-container {
    position:absolute;
    right:0px;
    width:210px;
    text-align:center;
}
.testimonial-container h3 {
    line-height: 1.4em!important;
    margin-top: 0.5em!important;   
}

.svq_hider .entry-content {
    margin-bottom:1200px;
}

.svq_holder .divider {
    background:#fff;
    display:inline-block;
    margin:0;
    box-sizing:border-box;
    vertical-align:top;
}
.svq_holder .divider:first-child {
    width:66%;
    padding-right:4em;
}
.svq_holder .divider:last-child {
    width:33%;
}

.col-s {
  display:inline-block;
  vertical-align:top;
  width:12.5%;
}

.col-m {
  display:inline-block;
  width:50%;
}

.col-l {
  display:inline-block;
  width:100%;
}
.col-m {
box-sizing:border-box;
}
.col-l .col-m:first-child {
width:45%;
}
.col-l .col-m:first-child input {
width:100%;
}
.col-l .col-m:nth-child(2) {
margin-left:5%;
width: 50%;
}
.col-m .svq_value {
width:100%;
box-sizing: border-box;
}
.col-l .col-m input {
width:100%;
}
.dimensions {
font-size:0.8rem;
margin-bottom:12px;
margin-right:50%;
}
.dimensions label {
font-weight:bold;
}
.svq_container .svq_form table {
margin-bottom:6px;
}

div.awesomplete {
    width: 100%;
}
div.awesomplete > input {
    width: 100%;
    box-sizing: border-box;
}

.svq_form button:focus {
    box-shadow:0 0 5px blue;
}

@media(max-width:640px) {
    .svq_holder .divider:first-child {
        width:100%;
        padding-right:0;
    }
    .svq_holder .divider:last-child {
        width:100%;
    }
}

@media(max-width:444px) {
    .col-s, .col-m, .col-l {
        width:100%;
    }
    .col-l .col-m:first-child {
       width:100%;
    }
    .col-l .col-m:first-child input {
       width:100%;
    }
    .col-l .col-m:nth-child(2) {
       margin-left:0%;
       width:100%;
    }
}

@media(max-width:639px) {
    div.awesomplete {
        display:block;
    }
    div.awesomplete > input {
        width: 100%;
        box-sizing: border-box;
    }
    .svq_form button {
        width: 100%;
    }
    .svq_form button.submit {
        width: 100%;
        display: block;
        float: none;
        max-width: 100%;
        margin: 1rem 0 0;
    }
   .svq_form div.duty_contain {
        width:100%;
    }
    div.duty_contain input.svq_value {
        width: 100%;
        box-sizing: border-box;
    }
    .svq_form select.width3 {
 
    }

    .svq_form table,  .svq_form tr {
        display:block;
    }
    .svq_form table tr th {
        display:none;
    }
    .svq_form table td {
        display:inline-block;
        height:38px;
        min-width:4rem;
        vertical-align:top;
        box-sizing:border-box;
        margin:25px 0 0 -2px;
        position:relative;
    }
    .svq_form table td label:before {
        content:'';
        position:absolute;
        top:-23px;
        left:-100%;
    }

    .svq_form table td.packages, .svq_form table td.length, .svq_form table td.width, .svq_form table td.height {
        width:33%;
    }
    .svq_form table td.weight {
        width:66%;
     }
    .svq_form table td.packages label:before {
        content:'Packages';
        font-weight:bold;
        left:0px;
     }
    .svq_form table td.weight label:before {
        content:'Weight';
     }
    .svq_form table td.length label:before {
        content:'Length';
     }
    .svq_form table td.width label:before {
        content:'Width';
     }
    .svq_form table td.height label:before {
        content:'Height';
     }
}

@media(min-width:320px) and (max-width:639px) {
  .svq_form table {
     display:table;
  }
  .svq_form table td.width input, .svq_form table td.height input, .svq_form table td.length input {
     max-width:6rem;
     position:absolute;
     padding:0.66rem;
     right:40%;
    }
  .svq_form table td.width label,  .svq_form table td.height label, .svq_form table td.length label {
     position:absolute;
  }
  .svq_form table td.length {
     padding-left:2rem;
  }
  .svq_form table label.units {
     right:0%;
  }
  .svq_form .weight input {
     left:5%;
     width:55%;
  }
  .svq_form .packages input {
     position:absolute;
     left: 1rem;
  }
}

.fakecaptcha {
    width: 100%;
    position: absolute;
}
.fakecaptcha input {
    width: 40%;
}

.svq_holder .image-button {
    float:right;
    width:100%;
    height:auto;
    cursor:pointer;   
}

.loader,
.loader:before,
.loader:after {
    background: #2784B0;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
    /*text-indent: -9999em;*/
    margin: 88px auto;
    position: absolute;
    top:50%;
    left:50%;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
.loader h1 {
    position: absolute;
    top: -150%;
    left: -110px;
    text-align: center;
    right: -110px;   
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #2784B0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #2784B0;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #2784B0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #2784B0;
    height: 5em;
  }
}