@charset "utf-8";

/* CSS Document */

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

::selection {
    color: #fff;
    background: #d51833;
}

::-moz-selection {
    color: #fff;
    background: #d51833;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

* {
    margin: 0;
    padding: 0;
}

::placeholder {
    color: #424242;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #424242;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #424242;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    line-height: 23px;
    font-weight: 100;
    color: #4d4747 !important;
    font-family: 'futuralight';
}

p {
    color: #8c8b89;
    font-family: 'futuralight';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'futura_md_btmedium' !important;
    color: #424242 !important;
    font-weight: 500;
}

button,
input[type="submit"] {
    font-family: 'futura_md_btmedium' !important;
}

section {
    float: left;
    width: 100%
}

header {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 0px;
    z-index: 1;
    background-color: #e51d3a;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, .2);
}
.fields_blank_error{
    color:#e51d3a !important;
    margin-top:5px;
}

.logo {
    float: left;
    width: 180px;
    padding-bottom: 16px;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 35px;
    border-bottom: 0px solid #fff;
    transition: all 0.5s ease;
}

.navigation li {
    list-style: none;
    float: left;
    margin: 0px 0 -9px 26px;
    /* font-family: 'futura_md_btmedium' !important; */
    font-family: 'futuralight';
    line-height: 45px;
    position: relative;
    padding-bottom: 30px;
}

ul.submenu.user-menu {
    left: 0;
    top:70px;
    width: 226px;
}

ul.submenu.user-menu:before {
    left:130px;
}
.navigation li a:hover {
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
    transition: all 0.5s ease;
}

.navigation li:last-child a:hover {
    border-bottom: none;
}

.navigation {
    float: right;
    margin-bottom: 0;
}

.navigation li:last-child {
    border: 2px solid #fff;
   padding: 10px 46px;
    margin-top: 1px;
       border-radius: 44px;
	transition: all 0.5s ease;
   background: #e51d3a;
    line-height: initial;
}

.navigation li:last-child:hover {
   border: 2px solid rgba(255, 255, 255, 0.59);
   transition: all 0.5s ease;

}

.navigation li:nth-last-child(3) i {
    vertical-align: middle;
    font-size: 10px;
    margin-left: 4px;
}

.section_bg {
    float: left;
    width: 100%;
    /* background-color:#f34549; */
    /* background: linear-gradient(#e51d3a, #f34549); */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51d3a+0,ec3240+36,fb5b54+100 */
    background: #e51d3a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e51d3a', endColorstr='#fb5b54', GradientType=0);
    /* IE6-9 */
}

.section_bg h1 {
    color: #fff !important;
}

.clear {
    clear: both;
}

.clear-35 {
    clear: both;
    height: 35px;
}

.clear-166 {
    clear: both;
    height: 166px;
}

.heading-section h1 {
    text-align: center;
    margin: 150px 0 240px 0;
    font-weight: 500;
    font-size: 40px;
}

.inner.heading-section h1 {
    text-align: center;
    margin: 100px 0 132px 0;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
}

.shipping-calc h3 {
    color: #e51d3a !important;
    text-align: center;
    background: #fff4f3;
    margin: 0;
    padding: 18px 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 22px;
}

.shipping-calc {
    box-shadow: 0 0 22px 3px rgba(14, 14, 14, 0.25);
    background: #fff;
    border-radius: 14px;
    height: auto;
    transition: all 0.3s ease
}

.form-section {
    margin-top: -80px;
}

.form-section form {
    padding: 20px 20px;
    width: 100%;
    transition: all 0.3s ease
}

.shipping-calc select,
.shipping-calc input {
    background: #fff;
    border: none;
    width: 172px;
    height: 41px;
    box-shadow: 0 0 18px 3px rgba(14, 14, 14, 0.13);
    border-radius: 38px;
    padding: 0 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    margin-right: 14px;
    font-size: 13px;
    color: #424242;
    font-weight: 100;
}

.select-box {
    float: left;
}

.shipping-calc .input-section {
    float: left;
    margin-top: 0;
    margin-left: 0px;
    position: relative;
}


.input_box_wrapper button {
    position: absolute;
    right: -210px;
    top: -45px;
}
#return_back{
 top: 20px;
}
.img-border{
border-left:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
border-top:none;
border-bottom:none;
}


.shipping-calc .input-section label {
    margin-bottom: 15px;
    position: relative;
    font-weight: 100;
}

.shipping-calc .input-section:nth-last-child(2) input {
    width: 131px;
}

.shipping-calc .input-section:last-child button {
    background: linear-gradient(to right, #f34549, #e51d3a);
    border: none;
    Color: #fff;
    padding: 9px 31px;
    border-radius: 37px;
    outline: none;
    box-shadow: 0 0 22px 3px rgba(14, 14, 14, 0.25);
    font-weight: 100;
    font-family: 'futuralight' !important;
    transition: all 0.5s ease;
}

.shipping-calc .input-section:last-child button i {
    font-size: 25px;
    vertical-align: middle;
    margin: -2px 0 0 13px;
}

.we {
    margin-top: 55px;
    margin-bottom: 15%;
    float: left;
    width: 100%;stageAdm1n
}

.we h2 {
    text-align: center;
}

.we p {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.we button {
        background: linear-gradient(to right, #f34549, #e51d3a);
    border: none;
    color: #fff;
    padding: 9px 40px;
    border-radius: 37px;
    outline: none;
    box-shadow: 0 0 18px 3px rgba(14, 14, 14, 0.29);
    margin-top: 100px !important;
    float: none;
    font-family: 'futuralight' !important;
    transition: all 0.5s ease;
    margin: auto;
}

.grid_section .grid {
    float: left;
    margin: 0 74px 0 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 77px 3px rgba(14, 14, 14, 0.36);
    padding: 0 41px;
    width: 29%;
    border-radius: 31px;
    height: 377px;
    margin: 122px 74px 0 0;
}

.grid_section .grid h3 {
    text-align: center;
    margin-top: 66px;
}

.grid_section .grid ul {
    color: #8c8b89;
    margin-top: 30px;
}

.grid_section .grid:last-child {
    margin: 0;
    margin-top: 122px;
}

.cut_bg_section {
    background: linear-gradient(to right, #e51d3a, #ff6759);
    height: 151px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    margin-top: -142px;
    -webkit-clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
}

/*.cut_bg_section:after {
    bottom: 104px;
    content: "";
    display: block;
    height: 525px;
    left: -4.5%;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(159deg);
    transform: rotate(-8deg);
    width: 114%;
    background: #fff;
    z-index: -2;
}*/

.presence_section {
    background: linear-gradient(to right, #e51d3a, #ff6759);
    z-index: -1;
    position: relative;
    padding-bottom: 55px;
}

.presence_section h2 {
    color: #fff !important;
    float: left;
    font-size: 35px;
}

.presence_section p {
    color: #fff;
    float: right;
    font-size: 23px;
    margin-top: 25px;
}

.presence-content {
    padding: 10px 0px;
    border-bottom: solid 1px #fff;
}

.presence_section hr {
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.presence_section .world-map {
    background: url(https://member.udsww.com/imagesnew/map.png) no-repeat center center;
    height: 529px;
    background-size: cover;
    position: relative;
}

.customer-content h2 {
    font-size: 36px;
    float: left;
}

.customer-content {
    float: left;
    width: 36%;
}

.customers-section .slider {
    width: 60%;
    float: right;
    margin-top: 32px;
}

.customers-section .slider p {
    text-align: center;
    font-size: 18px;
}

.customers-section {
    padding-bottom: 52px;
}

.customers-section .slider div {
    outline: none;
}

.customers-section .slider div img {
    margin: 0 auto;
    width: 29px;
}

.mvc {
    margin-top: 40px;
}

.track_order {
    background: linear-gradient(to right, #e51d3a, #ff6759);
    padding: 15px 0;
}

.track_order h2 {
    color: #fff !important;
    text-align: center;
}

.track_order p {
    color: rgba(255, 255, 255, 0.67) !important;
    text-align: center;
    font-size: 19px;
}

.track_order_content form {
    background: #fff;
    float: left;
    width: 67%;
    margin: 32px 20% 32px 17%;
    padding: 3px 4px 2px 20px;
    border-radius: 44px;
}

.track_order_content form input[type="text"] {
    width: 66%;
    border: none;
    float: left;
    outline: none;
    padding: 9px 0px;
}

.track_order_content form button {
    background: linear-gradient(to right, #ff6759, #e51d3a);
    border: none;
    outline: none;
    color: #fff;
    float: right;
    padding: 8px 54px;
    border-radius: 33px;
    font-family: 'futuralight' !important;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

footer {
    padding: 30px 0;
}

.footer-section-left {
    float: left;
    width: 36%;
}

.footer-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-section-right a {
    display: block;
    text-decoration: none;
    color: #8c8b89;
    font-size: 18px;
    padding: 4px 0;
}

.footer-section-right a:hover {
    color: #f13f46 !important;
}

.footer-section-right a:hover,
.footer-section-right a:visited,
.footer-section-right a:focus {
    text-decoration: none;
    color: #8c8b89;
    outline: none;
}

.footer-section-right ul {
    list-style: none;
}

.footer-section-right ul li:first-child a {
    color: #737272;
    font-weight: 600;
}

.footer-section-right ul li:first-child {
    margin-bottom: 20px;
}

.social-icon a i {
    color: transparent;
    background: linear-gradient(#ff6759, #e51d3a);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
    transition: all 1s ease;
}

.social-icon li {
    margin: 0 26px 0 0;
    display: inline-block;
}

.social-icon li:last-child {
    margin: 0;
}

.social-icon ul {
    margin-bottom: 117px;
    list-style: none;
    display: block;
    text-align: right;
}


.social-icon {
    float: right;
}
.social-icon p {
    text-align: right;
    font-size: 20px;
    color: #8c8b89;
}
.social-icon p:first-child {
    margin-top: 12px;
}



.footer-bottom-section {
    background: linear-gradient(to right, #d51833, #d51833);
    color: #fff;
    float: left;
    width: 100%;
}

 .footer-bottom-section p {
    color: #fff;
    padding: 13px 0;
    font-size: 12px;
    margin-bottom: 0;
}

 .footer-bottom-section .left ul li {
    float: left;
    list-style: none;
    text-decoration: none;
    margin-right: 24px;
    font-size: 16px;
    padding: 13px 0;
}

 .footer-bottom-section .right {
    float: right;
}

 .footer-bottom-section .left ul li a,
 .footer-bottom-section .left ul li a:focus {
    float: left;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.gradient {
    background: linear-gradient(#e62138, #e72138, rgba(0, 128, 0, 0.02));
    height: 163px;
    float: left;
    width: 100%;
}


.marker {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 148px;
    left: 183px;
    display: block;
}

.aer1 {
    left: 473px;
    top: 67px;
}

.aer2 {
    left: 719px;
    top: 250px;
}

.aer3 {
    left: 643px;
    top: 185px;
}

.aer4 {
    left: 682px;
    top: 178px;
}

.aer5 {
    left: 717px;
    top: 213px;
}

.aer6 {
    left: 756px;
    top: 198px;
}

.aer7 {
    left: 771px;
    top: 154px;
}

.pin {
    width: 20px;
    height: 20px;
    position: relative;
    top: 38px;
    left: 38px;
    background: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    z-index: 991;
}

.pin-effect {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 2400ms ease-out infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}



.select-box label {
    position: relative;
}
.select-box label:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #424242;
    right: 30px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.select-box label:before {
    content: '';
    right: 36px;
    top: 2px;
    width: 23px;
    height: 38px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
.uds-vector {
    background: url(../../imagesnew/uds-vector.svg);
    padding: 302px;
    background-repeat: no-repeat;
    background-size: 33%;
    width: 100%;
    margin: 0 auto;
    float: left;
    background-position: top center;
    position: relative;
    padding-bottom: 220px;
}
.uds-vector .line1 {
    border-bottom: 2px solid #efeeee;
    width: 172px;
    position: absolute;
    left: 232px;
}
.uds-vector .line1 .inner-line {
    border-bottom: 2px solid #efeeee;
    width: 68px;
    position: absolute;
    left: -58px;
    transform: rotate(43deg);
    bottom: 21px;
}
.line1.pos1 {
    top: 178px;
}
.line1.pos2 {
    left: 735px;
    top: 302px;
}
.line1.pos2 .inner-line {
    left: 162px;
    transform: rotate(42deg);
    top: 23px;
}
.line1.pos3 {
    left: 735px;
    top: 178px;
}
.line1.pos3 .inner-line {
    left: 161px;
    transform: rotate(136deg);
    bottom: 21px;
}
.line1.pos4 .inner-line {
    left: -58px;
    transform: rotate(136deg);
    bottom: -25px;
}
.line1.pos5 {
    top: 425px;
    transform: rotate(-43deg);
    left: 222px;
}
.line1.pos6 {
    top: 425px;
    transform: rotate(224deg);
    right: 44px;
    left: 745px;
}
.line1.pos6 .inner-line {
    transform: rotate(135deg);
    top: 24px;
    left: -57px;
}
.box {
    width: 255px;
    background: none;
    height: 70px;
    position: absolute;
    border-radius: 7px;
    /* box-shadow:0 0 22px 3px rgba(14, 14, 14, 0.25); */

    padding: 13px 20px;
    /* line-height: 11px !important; */

    font-weight: 100;
}
.box.pos1 {
    left: 45px;
    top: 62px;
}
.box.pos2 {
    right: 40px;
    top: 65px;
}
.box.pos3 {
    left: 45px;
    top: 347px;
}
.box.pos4 {
    right: 40px;
    top: 345px;
}
.box.pos5 {
    left: 0;
    top: 445px;
    right: 0;
    margin: 0 auto;
    display: block;
    /* top: 20px; */
}
.box.pos6 {
    right: -5px;
    top: 456px;
}
.box p {
    color: #848484;
    margin: 0;
    width: 100%;
}
.pos4 {
    top: 301px;
}
.form2 .input-section:last-child {
    float: right;
    margin-right: 6px;
}
.form2 .input-section {
    margin: 0;
    margin-bottom: 20px;
}
.form2 .input-section p {
    font-size: 12px;
    text-align: left;
    margin-top: 53px;
    margin-left: 6px;
}
.shipping-calc hr {
    border-top: 1px solid #dadada;
    width: 100%;
    float: left;
    margin: 0px 0 20px 0;
}
.form2 h3 {
    margin-bottom: 20px;
    background: none;
    text-align: left;
    font-size: 14px;
    margin-left: 4px;
    padding-top: 0;
}
.form2 .input-section input {
    width: 175px;
}
.form2 .input-section:nth-last-child(2) input {
    width: 175px;
}
.form2 .input-section i.plus {
    background: #e51d3a;
    padding: 10px 12px;
    border-radius: 43px;
    color: #fff;
    margin-top: 6px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0 22px 3px rgba(14, 14, 14, 0.25);
    transition: all 0.5s ease;
}
.form2 .input-section i.plus:hover {
    background: #f34549;
}
.form2 .input-section i.minus {
    background: #e51d3a;
    padding: 10px 12px;
    border-radius: 43px;
    color: #fff;
    margin-top: 6px;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0 22px 3px rgba(14, 14, 14, 0.25);
    transition: all 0.5s ease;
}
.form2 .input-section i.minus:hover {
    background: #f34549;
}
.calc-content {
    float: left;
    width: 100%;
    padding: 0 13px;
}
.left-icons {
    position: absolute;
    left: 33px;
    top: -57px;
    width: 170px;
}
.left-icons img {
    width: 60px;
}
.left-icons .imm1 {}
.left-icons .imm2 {
    float: right;
    /* margin-left: 30px; */

    margin-top: 55px;
    margin-right: 40px;
}
.left-icons .imm3 {
    float: right;
    top: 26px;
    position: absolute;
    right: 0;
    width: 23px;
}
.left-icons .imm4 {
    float: right;
    top: 78px;
    position: absolute;
    right: -15px;
    width: 23px;
}
.right-icons {
    position: absolute;
    right: 60px;
    top: -39px;
    width: 160px;
}
.right-icons img {
    width: 50px;
}
.right-icons .imm11 {
    width: 60px;
    float: left;
    /* margin-left: 40px; */

    position: absolute;
    left: 50px;
    top: -27px;
}
.right-icons .imm22 {
    float: left;
    /* margin-left: 30px; */

    margin-top: 55px;
    margin-right: 40px;
}
.right-icons .imm33 {
    float: left;
    top: 50px;
    position: absolute;
    left: 48px;
    width: 23px;
}
.right-icons .imm44 {
    float: right;
    top: 78px;
    position: absolute;
    right: -15px;
    width: 70px;
}
.heading-section {
    position: relative;
}
.pos5:after {
    position: absolute;
    content: '';
    top: -100px;
    width: 2px;
    height: 110px;
    background: #efeeee;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact-section {
    float: left;
    width: 100%;
    position: relative;
}
.contact-content .content-left {
    float: left;
}
.contact-content .content-right {
    float: right;
    width: 60%;
    margin-top: 20px;
}
.contact-form-section .contact {
    font-size: 22px;
    color: #424242 !important;
}
.contact-form-section .fax span {
    font-size: 2rem;
    line-height: 1.6em;
}
.contact-form-section a {
    color: #e51d3a !important;
}
.contact-form-section a:hover,
.contact-form-section a:focus {
    text-decoration: none;
}
.contact-form-section .inner-content-left {
    float: left;
    margin-right: 187px;
}
.contact-form-section .inner-content-left h1 {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
}
.contact-form-section .inner-content-right {
    float: left;
    margin-top: 6px;
    width: auto;
}
.contact-form-section .inner-content-right .address {
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.contact-section .map {
    max-width: 680px;
    float: left;
    margin: 15% auto 60px;
}
.contact-section .map-lines {
    width: 75%;
    height: 69.92%;
    left: 5.29%;
    top: 10.42%;
}
.map {
    position: relative
}
.map img {
    display: block;
    width: 100%
}
.map-image {
    overflow: hidden;
    width: 0;
    animation: animation-width .8s cubic-bezier(.25, .74, .22, .99);
    animation-fill-mode: both;
    animation-delay: .6s
}
.map-image--back {
    opacity: .5
}
.map-image--front {
    position: absolute;
    left: 0;
    top: 0;
    animation-delay: .85s
}
@keyframes animation-width {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}
.map-dot {
    position: absolute;
    margin: -1px 0 0 -1px;
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #e51d3a;
    opacity: 0;
    animation: animation-dot 5.04s cubic-bezier(.25, .74, .22, .99);
    animation-fill-mode: both;
    animation-iteration-count: infinite
}
.map--large .map-dot {
    margin: -3px 0 0 -3px;
    width: 7px;
    height: 7px
}
.map-dot--0 {
    left: 53.07692%;
    top: 32.91139%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    animation: fade-in 1.8s cubic-bezier(.25, .74, .22, .99);
    animation-delay: .5s;
    animation-fill-mode: both;
    animation-iteration-count: 1
}
.map--large .map-dot--0 {
    margin: -4px 0 0 -60px;
    width: 16px;
    height: 16px;
}
.map-dot--1 {
    left: 14.15385%;
    top: 24.86076%;
}
.map-dot--2 {
    left: 22.23077%;
    top: 61.92405%;
}
.map-dot--3 {
    left: 49.65385%;
    top: 56.18987%;
}
.map-dot--4 {
    left: 58.57692%;
    top: 19.62025%;
}
.map-dot--5 {
    left: 72.03846%;
    top: 50.36709%;
}
.map-dot--6 {
    left: 80.30769%;
    top: 14.92405%;
}
.map-dot--7 {
    left: 68.57692%;
    top: 20.88608%;
}
.map-dot--8 {
    left: 16.07692%;
    top: 50%;
}
.map-dot--9 {
    left: 51.65385%;
    top: 65.18987%;
}
.map-dot--10 {
    left: 11.88462%;
    top: 43.67089%;
}
.map-dot--11 {
    left: 63.38462%;
    top: 58.22785%
}
.map-dot--12 {
    left: 27.30769%;
    top: 79.92405%;
}
.map-dot--13 {
    left: 43.84615%;
    top: 60.17722%;
}
.map-dot--14 {
    left: 73.57692%;
    top: 31.06329%;
}
.ui-dark .map-dot {
    background: #f5f8fb
}
.map-lines {
    position: absolute;
    left: 32px;
    top: 14px;
    fill: none;
    stroke: rgba(229, 29, 54, 0.26);
    stroke-width: .75px
}
.map--large .map-lines {
    stroke-width: .4px
}
.ui-dark .map-lines {
    stroke: rgba(245, 248, 251, .2)
}
.map-line {
    stroke-dashoffset: 120px;
    stroke-dasharray: 120px;
    animation: animation-line 5.04s linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}
.is-ie .map-line {
    stroke-dashoffset: 0px!important;
    animation-name: animation-line-fallback
}
.map-line--1 {
    animation-delay: .86s
}
.map-dot--1 {
    animation-delay: 1.04s
}
.map-line--2 {
    animation-delay: 1.22s
}
.map-dot--2 {
    animation-delay: 1.4s
}
.map-line--3 {
    animation-delay: 1.58s
}
.map-dot--3 {
    animation-delay: 1.76s
}
.map-line--4 {
    animation-delay: 1.94s
}
.map-dot--4 {
    animation-delay: 2.12s
}
.map-line--5 {
    animation-delay: 2.3s
}
.map-dot--5 {
    animation-delay: 2.48s
}
.map-line--6 {
    animation-delay: 2.66s
}
.map-dot--6 {
    animation-delay: 2.84s
}
.map-line--7 {
    animation-delay: 3.02s
}
.map-dot--7 {
    animation-delay: 3.2s
}
.map-line--8 {
    animation-delay: 3.38s
}
.map-dot--8 {
    animation-delay: 3.56s
}
.map-line--9 {
    animation-delay: 3.74s
}
.map-dot--9 {
    animation-delay: 3.92s
}
.map-line--10 {
    animation-delay: 4.1s
}
.map-dot--10 {
    animation-delay: 4.28s
}
.map-line--11 {
    animation-delay: 4.46s
}
.map-dot--11 {
    animation-delay: 4.64s
}
.map-line--12 {
    animation-delay: 4.82s
}
.map-dot--12 {
    animation-delay: 5s
}
.map-line--13 {
    animation-delay: 5.18s
}
.map-dot--13 {
    animation-delay: 5.36s
}
.map-line--14 {
    animation-delay: 5.54s
}
.map-dot--14 {
    animation-delay: 5.72s
}
@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes animation-line {
    0% {
        stroke-dashoffset: 120px
    }

    14.28571% {
        stroke-dashoffset: 0px
    }

    21.42857% {
        stroke-dashoffset: 0px
    }

    35.71429% {
        stroke-dashoffset: -120px
    }

    to {
        stroke-dashoffset: -120px
    }
}
@keyframes animation-dot {
    0% {
        opacity: 0
    }

    14.28571% {
        opacity: 1
    }

    26.42857% {
        opacity: 1
    }

    40.71429% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}
@keyframes animation-line-fallback {
    0% {
        opacity: 0
    }

    14.28571% {
        opacity: 1
    }

    26.42857% {
        opacity: 1
    }

    40.71429% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}
.contact-form-section {
    width: 100%;
    float: left;
}
.contact-form-section form {
    width: 38%;
    float: right;
    margin-top: 5%;
}
.contact-form-section form h2 {
    text-align: center;
}
.contact-form-section form input,
.contact-form-section form textarea {
    width: 100%;
    float: right;
    border: none;
    border-bottom: 1px solid #8c8b89;
    line-height: 33px;
    margin-bottom: 20px;
    outline: none;
}
.contact-form-section form button {
    border: none;
    background: linear-gradient(to right, #ff6759, #e51d3a);
    color: #fff;
    color: #fff;
    width: 133px;
    border-radius: 29px;
    height: 40px;
    margin: 0 30% auto;
    outline: none;
    box-shadow: 0 0 18px 3px rgba(14, 14, 14, 0.13);
}
.contact-form-section form input[type="submit"]:focus {
    outline: none;
}
textarea {
    resize: none;
}
.contact-form-section hr {
    width: 100%;
    float: left;
    border: 1px solid #e51d3a !important;
}
.about-section {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 40px;
}
.about-section .content h1,
.about-section .content p {
    text-align: center;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
    margin-top: 4%;
}

/*----- Tab Links -----*/

/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}
.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}
.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
}
.tab-links a:hover, .tab-links a:focus {
    color: #e51d3a;
    text-decoration: none;
    outline: none;
}
.tabs li.active a, li.active a:hover {
    color: #e51d3a;
    text-decoration: none;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    padding-bottom: 0;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}

/*tab css*/
.location-map {
    float: left;
    width: 100%;
    margin-top: 0;
}
.contact-content {
    float: left;
    width: 100%;
    margin-top: 7%;
}
[class*='maptooltip'] {
    border-radius: 4px;
}
.maptooltip {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    top: 16%;
    left: 12%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip1 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: 18.5%;
    top: 2.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip2 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: 21.5%;
    top: 37.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip3 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: -4.5%;
    top: 24.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip4 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: -19.5%;
    top: 23.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip4:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip5 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: 58.5%;
    top: 13.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip5:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip6 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: 43.5%;
    top: 11.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip6:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.maptooltip7 {
    background: #fff;
    width: 214px;
    height: 86px;
    float: left;
    position: relative;
    left: 25.5%;
    top: 2.3%;
    visibility: hidden;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.27);
    z-index: 999;
    padding: 5px 10px;
}
.maptooltip7:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 45%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
footer.shadow {
    box-shadow: 0 0 28px -10px rgba(0, 0, 0, 0.15);
    z-index: 999
}
.submenu li:last-child {
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    background: none;
}
.submenu li:last-child:hover {
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    background: none;
}
.submenu li {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    line-height: 40px;
    padding-bottom: 0;
}
.submenu li:hover {
    line-height: 40px;
    padding-bottom: 0;
}
.submenu {
    width: 250px;
    /*visibility: hidden;*/
    display:none;
    background: #fff;
    float: left;
    padding: 14px 20px;
    position: absolute;
    border-radius: 5px;
    transform: translateY(1em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.18);
    /*opacity: 0;*/
    top: 67px;
}
.text_box_home{
width:100% !important;


}
.navigation li:hover .submenu {
    /*visibility: visible;*/
    display:block;
    /*opacity: 1;*/
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.submenu li a {
    color: #8c8b89;
    display: block;
    padding: 0 !important;
}
.submenu li a:hover {
    color: #e51d3a;
    border-bottom: none;
}
/*.submenu:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    -webkit-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    width: 0;*/
/*    height: 0;*/
/*    left: 30px;*/
/*    top: -2px;*/
/*    border: 7px solid #fff;*/
/*    border-right-color: transparent;*/
/*    border-bottom-color: transparent;*/
/*    top: -7px;*/
/*}*/
.show {
    display: block;
}
.contact-form-section form label {
    position: relative;
    top: 33px;
    font-size: 19px;
    transition: all 0.5s ease;
    width: 100%;
    color: #8c8b89;
}
.labelup label {
    top: 10px !important;
    font-size: 16px !important;
}
/*.labelup input {
    border-bottom: 1px solid #e51d3a !important;
}*/
.fa-facebook:hover,
.fa-twitter:hover,
.fa-linkedin-square:hover {
    transform: rotate(360deg);
    transition: all 0.2s;
}

.social-icon i:hover {
    transform: rotate(360deg);
    transition: all 0.2s;
}
@keyframes dancing {
    0 {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 2rem);
    }

    100% {
        transform: translate(0, 0);
    }
}
@keyframes dancing2 {
    0 {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    80% {
        transform: translate(0, 2rem);
    }

    100% {
        transform: translate(0, 0);
    }
}
.dancing {
    animation: dancing 2s 1s infinite;
}
.dancing2 {
    animation: dancing2 2s 1s infinite;
    transition: all 0.5s ease;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.logo img {
    transition: all 0.5s ease;
    width: 100px;
}
.fixed .logo img {
    width: 100px;
    margin-top: 5px;
}
header.fixed {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.16);
    padding: 0;
}
.jackInTheBox {
    animation-iteration-count: infinite;
}

/*.right-icons img {
    animation: breath 4s linear infinite;
}

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}
*/
.fixed .navigation li {
        margin: 9px 0 0 25px;

}
.fixed .navigation li a {
    color: #e51d3a;
}
/*.fixed .navigation li:last-child {*/
/*    margin-top: 9px;*/
/*    background: none;*/
/*    border: 2px solid #e51d3a;*/
/*    padding-bottom:12px;*/
/*}*/
/*.fixed .navigation li:last-child:hover {*/
/*    border: 2px solid rgba(229, 29, 54, 0.47);*/
/*}*/
.fixed .navigation li a:hover {
    border-bottom: 2px solid #e51d3a;
    padding-bottom: 24px;
    transition: all 0.5s ease;
}
.fixed .navigation li a {
    color: #e51d3a;
    text-decoration: none;
    padding-bottom: 22px;
    border-bottom: 0px solid #fff;
    transition: all 0.5s ease;
}
.fixed .logo {
    padding-bottom: 8px;
    padding-top: 5px;
}
.fixed .navigation .submenu li a {
    border: none;
}
header.fixed {
    background: #fff;
}
.fixed .navigation .submenu li {
    margin: 0;
}
.fixed .navigation .submenu li:last-child {
    border: none;
    line-height: 40px;
}
.fixed .navigation li:last-child a:hover {
    border: none;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #e51d3a, #ff6759);
    transition: all 0.5 ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.fixed .submenu li a {
    color: #8c8b89;
}
.navigation li:nth-child(4) a {
    line-height: 40px;
        padding-bottom: 30px;
}
.right-icons img,
.right-icons img {
    animation-iteration-count: infinite;
    transition: all ease-in-out 0.3s;
}

/*----------- login --------------*/
.login-form {
    background-color: #f34549;
    background: -moz-linear-gradient(top, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    background: -webkit-linear-gradient(top, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    background: linear-gradient(to bottom, #e51d3a 0%, #ec3240 36%, #fb5b54 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e51d3a', endColorstr='#fb5b54', GradientType=0);
    padding: 80px 0;
}
.login-form .login-box {
    /*    max-width: 400px;
    background: #fff;
    padding: 40px 40px;
    margin:auto;
    border-radius: 5px;*/

    max-width: 600px;
    background: #fff;
    padding: 40px 100px;
    margin: auto;
    border-radius: 5px;
}
.login-form .login-box h4 {
    color: #e51d3a !important;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.login-form .login-box .form-control {
    border-radius: 2px;
    padding: 10px 14px;
    border: 1px solid #efeeee;
    box-shadow: none;
    font-size: 16px;
    height: auto;
}
.login-form .login-box .form-group {
    margin-bottom: 20px;
}
.uds-btn {
    background: linear-gradient(to right, #f34549, #e51d3a);
    border: none;
    color: #fff;
    padding: 9px 40px;
    border-radius: 37px;
    outline: none;
    margin: 5% 0 1% 43%;
    font-family: 'futuralight' !important;
    transition: all 0.5s ease;
    margin: 0;
    width: 200px;
    text-align:center;
    cursor:pointer;
}
.checkbox-uds {
    position: relative;
    cursor: pointer;
}
.checkbox-uds input {
    width: 0.5;
    height: 0.5;
    position: absolute;
    opacity: 0;
}
.checkbox-uds label {
    margin-bottom: 0;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #929090;
    font-size: 14px;
}
.checkbox-uds label i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 1px solid #e51d3a;
}
.checkbox-uds input:checked + label i:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e51d3a;
    position: relative;
    top: -4px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    left: 0;
}
.login-form .login-box .forgot {
    text-align: center;
    display: block;
    color: #424242;
    font-size: 16px;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.login-form .login-box .forgot:hover,
.login-form .login-box .forgot:focus {
    text-decoration: none;
}
.login-form .login-box p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 23px;
    text-align: center;
}
.login-form .login-box .account {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
.login-form .login-box .account a {
    color: #e62037;
}
.login-form .login-box .account a:hover,
.login-form .login-box .account a:focus,
.login-form .login-box p a:hover,
.login-form .login-box p a:focus {
    text-decoration: none;
    color: #d20018;
}
.login-form .login-box p a {
    color: #e62037;
}
.signup-from {
    max-width: 650px !important;
}
.login-box p.text-center {
    margin: auto;
    margin-bottom: 30px;
    max-width: 340px;
    margin-top: 10px;
}

/*.signup-btn {
    width: 250px;
    margin: auto;
}*/
.login-box.signup-from {
    padding: 40px 60px;
}
.proffile-btn {
    margin-top: 20px;
}
.input-group-addon {
    border: none !important;
}
.flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-form .add {
    margin-bottom: 0;
    font-size: 20px;
    color: #e51e36;
}
.email-track {
    margin-bottom: 80px !important;
}
.newPassword h4 {
    font-size: 26px !important;
}
.res-wrapper {
    padding: 80px 0;
}
.res-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.link,
.link:hover,
.link:focus {
    color: #e51d3a;
    text-decoration: none;
}
.pdf-guide h4 {
    margin-bottom: 15px;
}
.pdf-guide {
    margin-top: 60px;
}
.pdf-list {
    list-style: none;
    margin-bottom: 0;
}
.pdf-list li a {
    color: #8c8b89;
    padding: 6px 0;
    display: block;
}
.pdf-list li a:hover,
.pdf-list li a:focus {
    text-decoration: none;
    color: #e51d3a;
}
.pdf-list li a i {
    color: #e51d3a;
    font-size: 14px;
    margin-right: 8px;
}
.add-address {
    padding: 80px 0;
}
.fixed .submenu {
    top: 55px;
}
.fixed .submenu:before {
    top:-7px;
}
.bills {
    max-width: 1170px !important;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px !important;
}
.table-bordered>tbody>tr>td {
    font-size: 14px;
}
.table {
    margin-bottom: 0;
}
.table>thead>tr.active>th {
    color: #737272;
}
.collection-box {
    padding: 22px;
}
.collection-box h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
}
small {
    font-size: 97% !important;
}
.tick-top {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: left !important;
    font-size: 97%;
}
.collection-inner {
    border: solid 1px #efeeee;
    padding: 30px;
    padding-bottom: 20px;
}
.collection-inner h5 {
    background: #efeeee;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    margin: -30px;
    margin-bottom: 13px;
}
.collection-inner h5 a {
    color: #e51e36;
    float: right;
    font-size: 14px;
}
.collection-inner p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 0px 50px 0;
}
.tel-eml {
    border-top: solid 1px #efeeee;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 16px;
    padding-top: 8px;
}
.address_box .address_box_inner {
    border: solid 1px #efeeee;
    padding: 20px 18px;
    margin-top: 20px;
}
.address_box .uds-btn:hover,
.address_box .uds-btn:focus {
    text-decoration: none;
}
.address_box .address_box_inner h5 {
    font-size: 17px;
}
.address_box .address_box_inner h6 {
    font-size: 15px;
}
.address_box .address_box_inner p {
    text-align: left;
    margin-bottom: 0;
}
.address_box .address_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.half-box ul {
    list-style: none;
}
.half-box ul li {
    display: inline-block;
    position: relative;
}
.half-box ul li a {
    color: #e51d3a;
    padding-right: 10px;
}
.half-box ul li:after {
    content: '|';
    color: #e51d3a;
}
.half-box ul li:last-child:after {
    display: none;
}
.half-box ul li a:hover,
.half-box ul li a:focus {
    text-decoration: none;
    color: #f4494b;
}
.uds-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    z-index: 9;
    position: relative;
}
.uds-select {
    position: relative;
    z-index: 0;
    background: #fff;
}
.uds-select:after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    right: 15px;
    bottom: 0;
    z-index: 0;
    background: transparent;
}
.res-box {
    border-radius: 5px;
    overflow: hidden;
}
.faq-wrapper {
    padding: 80px 0;
}

/* @author Tim himself */
.ziehharmonika h3 {
    border-top: solid 1px #f9f3f3;
    color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 20px 12px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
    position: relative;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ziehharmonika h3.active {
    margin-bottom: -1px;
    background: #e51d3a;
    color: #fff !important;
    border: solid 1px #e51d3a;
}
.ziehharmonika h3.active .collapseIcon {
    color: #fff;
}
.ziehharmonika h3::before {
    content: attr(data-prefix);
    font-size: 18px;
    margin-right: 9px;
}
.ziehharmonika .collapse_box > div {
    display: none;
    background: #fff;
    border-radius: 0;
    text-align: left;
    padding: 20px 60px 11px;
    margin-bottom: 9px;
    font-size: 16px;
}
.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #272e35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    opacity: 0;
}
.ziehharmonika .collapseIcon {
    position: absolute;
    left: 18px;
    top: 54%;
    font-size: 20px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #e51d3a;
    width: 30px;
    height: 30px;
    text-align: center;
}
.ziehharmonika {
    max-width: 800px;
    margin: auto;
    box-shadow: 0 0 1.11111rem 0 rgba(0, 0, 0, 0.08);
}
.bttom-space {
    margin-bottom: 22px;
}
.timepicker.col-md-6 {
    display: none;
}
.datepicker.col-md-6 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
}
.datepicker thead tr:first-child {
    background: #efeeee;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    padding: 14px;
    text-align:center;
}
.datepicker thead tr .prev,
.datepicker thead tr .next {
    border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
    border-radius: 0 !important;
}
.table-condensed>thead>tr>th {
    padding: 16px !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f34549), to(#e51d3a));
    background: -webkit-linear-gradient(left, #f34549, #e51d3a);
    background: -o-linear-gradient(left, #f34549, #e51d3a);
    background: linear-gradient(to right, #f34549, #e51d3a);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align:center;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f34549), to(#e51d3a)) !important;
    background: -webkit-linear-gradient(left, #f34549, #e51d3a) !important;
    background: -o-linear-gradient(left, #f34549, #e51d3a) !important;
    background: linear-gradient(to right, #f34549, #e51d3a) !important;
    cursor: pointer;
    color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    text-align:Center;
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 12px !important;
}
.bootstrap-datetimepicker-widget table td span.active {
    background: -webkit-gradient(linear, left top, right top, from(#f34549), to(#e51d3a));
    background: -webkit-linear-gradient(left, #f34549, #e51d3a);
    background: -o-linear-gradient(left, #f34549, #e51d3a);
    background: linear-gradient(to right, #f34549, #e51d3a);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f34549), to(#e51d3a)) !important;
    background: -webkit-linear-gradient(left, #f34549, #e51d3a) !important;
    background: -o-linear-gradient(left, #f34549, #e51d3a) !important;
    background: linear-gradient(to right, #f34549, #e51d3a) !important;
    color: #fff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f34549), to(#e51d3a)) !important;
    background: -webkit-linear-gradient(left, #f34549, #e51d3a) !important;
    background: -o-linear-gradient(left, #f34549, #e51d3a) !important;
    background: linear-gradient(to right, #f34549, #e51d3a) !important;
    color: #fff;
}
.ziehharmonika .collapse_box > div p {
    margin-bottom: 0;
}
.consignment .uds-btn {
    margin-top: 0;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    padding: 7px;
}
.consignment .uds-btn:hover,
.consignment .uds-btn:focus,
.eod-box .uds-btn:hover,
.eod-box .uds-btn:focus {
    text-decoration: none;
}
.consignment .search {
    color: #f34549;
    display: block;
    text-align: center;
}
.table-bordered>tbody>tr>td {
    display: table-cell;
    vertical-align: middle !important;
}
.eod .tel-eml {
    margin-top: 19px;
    padding-top: 17px;
}
.eod-box .uds-btn {
    text-align: center;
    margin-top: 0;
}
.eod-box h5 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}
.eod-box p {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 18px;
}
.flex-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-table-box {
    width: 100%;
    border-right: solid 1px #ddd;
}
.flex-table-box:last-child {
    border-right: none;
}
.flex-table-box h5 {
    text-align: center;
    background: #f5f5f5;
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px #ddd;
}
.flex-table-box .flex-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: solid 1px #ddd;
    border-top: none;
    border-right: none;
    border-left: none;
}
.flex-table-box .flex-span:last-child {
    border-bottom: none;
}
.flex-table-box .flex-span span {
    padding: 8px;
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    font-size: 14px;
}
.view-data {
    display: none;
    margin-top: 50px;
}

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

/* Inner */
.popup-inner {
    margin: 0 15px;
    max-width: 500px;
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}
.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
    color: #fff;
}
.popup .uds-btn {
    width: 80px;
    text-align: center;
    margin: 0 10px;
    padding: 7px;
}
.popup .uds-btn:hover,
.popup .uds-btn:focus {
    text-decoration: none;
}
.popup .popup-inner h2 b {
    color: #424242;
    font-weight: 400;
}
.popup .popup-inner h2 {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300 !important;
    color: #909090 !important;
}
.world-map .maptooltip {
    height: auto;
    padding: 15px;
    top: 17px;
    margin-left: -4px;
}
.world-map .maptooltip h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map p {
    float: none;
    color: #8c8b89;
    font-size: 12px;
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
}
.world-map p:last-child {
    margin-bottom: 0;
}
.world-map .maptooltip1 {
    height: auto;
    padding: 15px;
    top: -102px;
}
.world-map .maptooltip1 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip2 {
    height: auto;
    padding: 15px;
    top: 65px;
}
.world-map .maptooltip2 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip3 {
    height: auto;
    padding: 15px;
    top: -47px;
    margin-left: 5px;
}
.world-map .maptooltip3 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip4 {
    height: auto;
    padding: 15px;
    top: -40px;
    margin-left: -2px;
}
.world-map .maptooltip4 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip5 {
    height: auto;
    padding: 15px;
    top: -265px;
    margin-left: 0;
    float: none;
    bottom: 0;
}
.world-map .maptooltip5 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip6 {
    height: auto;
    padding: 15px;
    top: -486px;
    bottom: 0;
    float: none;
    margin-left: 210px;
}
.world-map .maptooltip6 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.world-map .maptooltip7 {
    height: auto;
    padding: 15px;
    top: -822px;
    float: none;
    width: 270px;
    left: 0;
    margin-left: auto;
    margin-right: 175px;
}
.world-map .maptooltip7 h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.uds-logo {
    background: #f7f7f7;
    padding: 40px 0;
}
.uds-iogo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.service-wrapper .res-content h4 {
    text-transform: uppercase;
    font-size: 20px;
}
.service-wrapper .pdf-list li {
    margin-bottom: 10px;
    font-size: 17px;
    width: 32%;
    display: inline-block;
}
.service-wrapper .pdf-list li i {
    font-size: 10px;
    margin-right: 10px;
}
.uds_btom-box {
    padding-top: 80px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;*/
}
.toggle {
    display: none;
}
.sticky-logo {
    display: none;
}
.fixed .main-logo {
    display: none;
}
.fixed .sticky-logo {
    display: block;
}
.footer-logo img {
    width: 120px;
    margin-top: 40px;
}
footer {
	float: left;
	width: 100%;
}

.footer-bottom-section ul {
	margin-bottom: 0;
}

.time-box {
    padding: 252px;
    background-size: 370px !important;
    background-position: top center !important;
    padding-bottom: 220px;
    position: relative;
}

.box-left {
    position: absolute;
    left: 60px;
    top: 49px;
    padding: 20px;
    width: 345px;
    padding-bottom: 110px;
}

.time-box p {
    color: #848484;
    margin: 0;
    width: 100%;

}


.box-left .line {
    border-bottom: 2px solid #efeeee;
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 42px;
}
.box-left .line-rotate {
    border-bottom: 2px solid #efeeee;
    width: 83px;
    position: absolute;
    right: 0;
    transform: rotate(43deg);
    bottom: 69px;
    left: 51px;
    margin: auto;
}


.box-right {
    position: absolute;
    right: 60px;
    top: 49px;
    padding: 20px;
    width: 345px;
    padding-bottom: 57px;
}
.box-right .line {
    border-bottom: 2px solid #efeeee;
    width: 120px;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.box-right .line-rotate {
    border-bottom: 2px solid #efeeee;
    width: 83px;
    position: absolute;
    right: 0;
    transform: rotate(136deg);
    bottom: 3px;
    left: -48px;
    margin: auto;
}



.box-left-bttom {
    position: absolute;
    left: 60px;
    bottom: 0;
    padding: 20px;
    width: 345px;
    padding-bottom: 79px;
}

.box-left-bttom .line {
    border-bottom: 2px solid #efeeee;
    width: 120px;
    position: absolute;
    right: 0;
    top: -32px;
}
.box-left-bttom .line-rotate {
    border-bottom: 2px solid #efeeee;
    width: 68px;
    position: absolute;
    left: 59px;
    transform: rotate(136deg);
    top: -9px;
    right: 0;
    margin: auto;
}



.box-right-bttom {
    position: absolute;
    right: 61px;
    bottom: 0;
    padding: 20px;
    width: 345px;
    padding-bottom: 79px;
}

.box-right-bttom .line {
    border-bottom: 2px solid #efeeee;
    width: 120px;
    position: absolute;
    left: 0;
    top: -32px;
}
.box-right-bttom .line-rotate {
    border-bottom: 2px solid #efeeee;
    width: 68px;
    position: absolute;
    left: -52px;
    transform: rotate(42deg);
    top: -10px;
    right: 0;
    margin: auto;
}


.box-center-bttom {
    position: absolute;
    bottom: -28px;
    padding: 20px;
    width: 345px;
    padding-bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
}

.box-center-bttom .line {
    position: absolute;
    top: -100px;
    width: 2px;
    height: 110px;
    background: #efeeee;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.res-content p {
    max-width: 900px;
    margin: auto;
    margin-bottom: 13px;
}

/* Important styles */
#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 15px auto 0;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

.btn-border p i{
    display: none;
}


footer  {
    box-shadow: 0 0 28px -10px rgba(0, 0, 0, 0.15);
    z-index: 999;
}


.border-date {
    border:1px solid #CCCCCC;
}


.padd-uds {
    padding:10px;
}

.padd-all-uds tr td {
    padding:10px;
}

.uds__box table tr,
.uds__box table th{
    text-align:center;
}

.append_box {

}


.close-uds i {
    color: #e32038;
    border: solid 1px #e32038;
    padding: 7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.pdf-list li {
    display: inline-block;
    width: 49%;
}

.phone_icon {
        color: transparent;
    background: linear-gradient(#ff6759, #e51d3a);
    -webkit-background-clip: text;
    background-clip: text;
}

.phone_icon:hover {
    transform: rotate(0deg) !important;
}

ul.submenu.user-menu li:last-child {
    line-height: 40px;
}


/*-----*/

.map_loac img {
    margin: auto;
}

.office_uds {
    font-size: 20px;
    margin: 20px 0;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.well {
    background-color: #f7f7f7 !important;
    border: none !important;
    box-shadow: none !important;
}

.well h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}

.thumbnail p {
    font-size: 14px;
    margin: 0;
    padding: 30px 0 8px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.service-wrapper .panel-body {
    padding: 0;
}
.pagination {
    margin: 0;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 12px !important;
    color: #e52e44 !important;
    border: 1px solid #e52e44 !important;
    font-size: 14px !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #e32038 !important;
    border-color: #e32038 !important;
}

.datepicker .table-condensed {
    width:100%;
}

.input_box_wrapper {
    width:100%;
}
.input_box_wrapper {
    max-width: 762px;
    width: 100%;
}
.input__box input {
    width:100% !important;
}

textarea.form-control.uds_area {
    box-shadow: 0 0 18px 3px rgba(14, 14, 14, 0.13);
    border: none;
    margin-top: 22px;
}

.input__box.col-md-4 {
    padding: 0;
    padding-right: 15px;
}

.input_box_wrapper .col-md-12 {
    padding-left:0;
}

/*================== Media Query ======================*/

@media (max-width: 1199px) {
    .input_box_wrapper {
        max-width: 683px;
    }

    .footer-section-right ul {
        margin-right: 0;
    }
    .footer-section-left {
        width: 30%;
    }
    .footer-bottom-section .left ul li {
		margin-right: 16px;
		display: inline-block;
		float: none;
    }
    .footer-bottom-section .left {
    	float: left;
    }
    .footer-bottom-section .left ul li {
    	margin-right: 12px;
    }
    .footer-bottom-section ul {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
	}
	.box-left {
		left: -20px;
	}
	.box-right {
		right: -20px;
	}
	.box-left-bttom {
		left: -20px;
	}
	.box-right-bttom {
		right: -20px;
	}
	.shipping-calc select,
	.shipping-calc input {
		width: 131px;
	}
	.shipping-calc .input-section:last-child button {
		font-size: 14px;
		padding: 9px 22px;
	}
	.form2 .input-section input {
    	width: 150px;
	}
    .heading-section h1 {
        font-size: 36px;
    }
    .contact-form-section .inner-content-left {
        margin-right: 140px;
    }
    .contact-section .map {
        max-width: 500px;
    }
    .contact-form-section .inner-content-left h1 {
        font-size: 24px;
    }
    .contact-form-section .inner-content-left {
        margin-right: 66px;
    }
    .contact-form-section .contact {
        font-size: 20px;
    }
    .contact-form-section .fax span {
        font-size: 18px;
    }
    .contact-section .map {
        max-width: 100%;
        margin-bottom: 0;
    }
    .contact-form-section form {
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .contact-form-section {
        padding: 40px 0;
    }
    .aer {
        left: 88px;
    }
    .aer1 {
        left: 373px;
        top: 70px;
    }
    .aer2 {
        left: 614px;
    }
    .aer3 {
        left: 540px;
        top: 187px;
    }
    .aer4 {
        left: 577px;
        top: 180px;
    }
    .aer5 {
        left: 613px;
    }
    .aer6 {
        left: 650px;
    }
    .aer7 {
        left: 664px;
        top: 156px;
    }
    .world-map .maptooltip {
        top: 27px;
        margin-left: -76px;
    }
    .world-map .maptooltip1 {
        top: -85px;
        left: 19.5%;
    }
    .world-map .maptooltip3 {
        top: -34px;
        margin-left: -36px;
    }
    .world-map .maptooltip4 {
        top: -283px;
        margin-left: -2px;
        left: 528px;
    }
    .world-map .maptooltip5 {
        top: -491px;
        margin-left: 13px;
    }
    .world-map .maptooltip2 {
        top: 79px;
        left: 210px;
    }
    .world-map .maptooltip6 {
        top: -714px;
        margin-left: 191px;
    }
    .world-map .maptooltip7 {
        top: -1048px;
        width: 270px;
        left: 0;
        margin-right: 82px;
    }

    .left-icons img {
        width: 40px;
    }
    .right-icons img {
        width: 40px;
    }
    .left-icons .imm2 {
        position: relative;
        left: -48px;
    }
    .left-icons .imm3 {
        right: 40px;
    }
    .left-icons .imm4 {
        right: 40px;
    }
    .left-icons {
        left: 3px;
    }
    .right-icons {
        right: 10px;
    }
}

@media (max-width: 1024px) {
    .heading-section h1 {
        font-size: 30px;
    }
}

@media (min-width:992px) {
    .navigation {
        display:block !important;
    }
}


@media (max-width: 991px) {
    .navigation li:nth-child(4) a {
        padding-bottom:0;
    }

    .input_box_wrapper button {
        position: initial;
        margin-bottom: 20px;
    }
    .input_box_wrapper .col-md-12 {
    padding-left: 15px;
}
    .input__box input {
            margin-left: 6px;
    }
    .input_box_wrapper {
    max-width: 100%;
}
textarea.form-control.uds_area {
    margin-bottom:20px;
}
    .input__box.col-md-4 {
        display: inline-block;
        width: 33.333%;
    }
     .col-height {
        height: auto;
    }
    .thumbnail p {
        padding: 10px;
    }
    .well h2 {
        font-size: 18px;
    }
    .pagination {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box !important;
    }
    .pagination>li {
        display: inline-block !important;
    }
    .login-form .login-box {
        padding: 40px 40px;
    }
    .input-section {
        margin-bottom: 0 !important;
    }
    .form2 .input-section {
        margin-bottom: -15px;
    }
    .last-btn {
        margin-top: 17px !important;
        margin-bottom: 15px !important;
    }
    .form2 .input-section:last-child {
        margin-bottom: 20px !important;
    }
    .last-btn {
        float: none;
        text-align: center;
        width: 100%
    }
    .logo img {
        width: 80px;
    }
    .about-section {
        padding: 40px 0;
    }
    .service-wrapper .res-content h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .track_order h2 {
        font-size: 24px;
    }

    .view-data {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .login-box.signup-from {
        padding: 40px 30px;
    }

    .login-form .login-box h4 {
        font-size: 20px;
    }

    .uds_btom-box {}

    .res-content {
        margin-top: 0px;
    }

    .toggle {
        display: block;
        text-align: right;
        width: 35px;
        float: right;
    }

    .toggle a i {
        font-size: 33px;
        color: #fff;
        padding: 2px 0px;
    }

    .navigation {
        display: none;
        width: 100%;
    }

    .navigation li {
        float: none;
        margin-top: 0;
        line-height: 38px;
        margin: 0;
        position: relative;
        padding-bottom:0;
    }

    .navigation li a {
        display: block;
        padding-bottom: 0;
        text-align: center;
        border-bottom: solid 2px #e51d3a;
    }

    .navigation li:last-child {
        margin-top: 10px !important;
        width: 180px;
        margin-bottom: 20px !important;
        text-align: center;
        margin: auto;
    }
    .navigation li:last-child a {
        border-bottom: none;
    }

    .navigation li a:hover {
        padding-bottom: 0;
    }
    .fixed #toggle span,
    .fixed #toggle span:after,
    .fixed #toggle span:before{
        background-color: #e72238;
    }
   .fixed #toggle {
        margin: 32px auto 0;
    }
    .fixed .navigation li a {
        padding-bottom: 0;
    }
    .fixed .navigation li {
        margin-top: 0;
        margin-left:0;
    }
    .fixed .navigation li:last-child {
        margin:auto;
    }
    .fixed .on span {
        background-color: #fff !important;
    }
    .form-section form {
        display: inline-block;
    }
   .customer-content h2 {
    	font-size: 24px;
        margin-top: 0;
	}
	.customer-content p {
		font-size: 15px;
	}
	.customers-section .slider p {
		font-size: 15px;
	}

	.heading-section h1 {
        margin: 100px auto;
        font-size: 22px;
        line-height: 1.2;
        max-width: 500px;
	}
	.heading-section h1 br {
		display: none;
	}
	.footer-logo {
    	margin-bottom: 36px;
	}
	.footer-logo img {
		margin-top: 0;
	}
	.footer-section-right a {
		font-size: 18px;
	}
	.social-icon p {
		font-size: 18px;
	}
	.footer-section-right a {
		font-size: 15px;
	}
	.social-icon p {
		font-size: 15px;
	}
	.social-icon a i {
		font-size: 24px;
	}
	.social-icon ul {
		margin-bottom: 40px;
	}
	footer {
		padding: 40px 0;
	}
	.footer-bottom-section ul {
		margin-bottom: 0;
		text-align: center;
	}
	.footer-bottom-section .right {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.footer-bottom-section .left {
		float: none;
		width: 100%;
	}
	.footer-bottom-section ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.time-box {
		background-size: 300px !important;
		padding: 200px;
	}
	.time-box p {
		font-size: 14px;
	}
	.box-left .line {
        width: 50px;
        bottom: 72px;
        right: 95px;
	}
	.box-left .line-rotate {
	    width: 41px;
	    right: 0;
	    bottom: 86px;
	    left: 27px;
	}

	.box-right .line {
	    width: 50px;
	    left: 98px;
	    bottom: 0;
	}
	.box-right .line-rotate {
		width: 41px;
		right: 0;
		bottom: 14px;
		left: -22px;
	}
	.box-left-bttom .line {
	    width: 50px;
	    right: 97px;
	    top: -36px;
	}
	.box-left-bttom .line-rotate {
	    width: 41px;
	    left: 26px;
	    top: -22px;
	}
	.box-right-bttom .line {
	    width: 50px;
	    left: 98px;
	    top: -35px;
	}
	.box-right-bttom .line-rotate {
	    width: 40px;
	    left: -20px;
	    top: -21px;
	}
	.box-right-bttom,
	.box-left-bttom {
	    padding-top: 0;
	}
	.form-section {
		margin-top: 0;
		padding: 40px 0;
        margin-bottom: 100px;
	}

	.input-section.input-first {
		float: none;
		display: block;
	}

	.input-section.input-first .select-box,
	.input-section.input-second .select-box {
		width: 48%;
	}
	.input-section.input-first .select-box label,
	.input-section.input-first .select-box label select {
		width: 98%;
	}

	.input-section.input-first input,
	.input-section.input-second input {
		width: 48%;
	}

	.input-section.input-second {
    	display: block;
    	width: 100%;
	}

	.input-second label,
	.input-second select {
		width: 98%;
	}

	.input-third {
		width: 50%;
	}
	.input-third input {
		width: 93% !important;
	}
    .input-fourth input {
		width: 90% !important;
	}
	.clear-35 {
    	height: 5px;
	}
	.form2 .input-section input {
    	width: 140px;
	}
	.inner.heading-section h1 {
		margin: 80px 0 90px 0;
		font-size: 34px;
            max-width: 100%;
	}
    .contact-form-section .contact {
        font-size: 16px;
    }
    .contact-form-section .inner-content-right .address {
        font-size: 16px;
    }

    .contact-content {
        margin-top: 0;
    }
    .contact-form-section form label {
        font-size: 16px;
    }
    .contact-form-section form input {
        margin-bottom: 0;
    }
    .contact-form-section form h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 0;
    }
    .uds_btom-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .service-wrapper .pdf-list li {
        font-size: 16px;
        width: 49%;
    }
    .aer {
        left: -20px;
    }
    .aer1 {
        left: 264px;
    }
    .collection-inner {
        margin-top: 50px;
    }
    .email-track {
        margin-bottom: 40px !important;
    }
    .pdf-guide {
        margin-top: 20px;
    }
    .res-content h4 {
        font-size: 20px;
    }
    .res-content p {
        font-size: 15px;
    }
    .pdf-guide h4 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.4;
        margin-top: 0;
    }
    .pdf-list li a {
        display: flex;
    }
    .res-wrapper {
        padding: 40px 0;
    }
    .ziehharmonika h3 {
        line-height: 1.2;
        font-size: 14px;
        font-weight: 300;
    }
    .ziehharmonika .collapse_box > div p {
        font-size: 15px;
    }

    .we {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .we button {
        margin-top: 60px !important;
    }
    .customers-section {
        border-top: solid 1px #f7f7f7;
    }
    .track_order p {
        font-size: 16px;
    }
    .presence_section h2 {
        font-size: 24px;
    }
    .presence_section p {
        font-size: 18px;
    }
    .world-map p {
        font-size: 15px;
    }
    .world-map .maptooltip {
        margin-left: -156px;
    }
    .world-map .maptooltip1 {
        left: 156px;
    }
    .aer2 {
        left: 502px;
    }
    .world-map .maptooltip2 {
        left: 180px;
    }
    .aer3 {
        left: 428px;
    }
    .world-map .maptooltip3 {
        top: -34px;
        margin-left: -76px;
    }
    .aer4 {
        left: 466px;
    }
    .world-map .maptooltip4 {
        left: 418px;
    }
    .aer5 {
        left: 500px;
    }
    .world-map .maptooltip5 {
        margin-left: 32px;
    }
    .world-map .maptooltip6 {
        margin-left: 285px;
    }
    .aer6 {
        left: 540px;
    }
    .aer7 {
        left: 555px;
    }
    .world-map .maptooltip6 {
        margin-left: 176px;
    }
    .world-map .maptooltip7 {
        margin-right: -29px;
    }
    .presence_section {
        height: 670px;
    }
    .submenu {
        left: 0;
        right: 0;
        top: 46px;
        margin: auto;
    }
    .submenu:before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .tab-links a {
        font-size: 14px;
        display: block;
    }

    .tab-content p {
        font-size: 15px;
    }

    .left-icons {
        width: 120px;
    }
    .right-icons {
        width: 90px;
    }
    .right-icons .imm44 {
        width: 40px;
    }

    .tab-links li {
        display: inline-block;
        float: none;
    }

    ul.tab-links {

        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 800px) {
	.cut_bg_section:after {
		left: -42px;
		width: 107%;
	}
}

@media (max-width: 768px) {
    .form2 .input-section:nth-last-child(2) input {
        width: auto;
    }
    .form2 .input-section input {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .pdf-list li {
        width: 100%;
    }
    .right-icons .imm22 {
        margin-top: 68px;
        width: 39px;
    }
    .left-icons .imm4 {
        top: 108px;
    }
    .right-icons .imm33 {
        left: 70px;
    }
    .cut_bg_section {
        margin-top: -20px;
        height: 50px;
        -webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    }
    .popup-inner {
        max-width: 300px;
        margin: 0;
        padding: 20px;
    }

    .popup .popup-inner h2 {
        font-size: 14px;
        line-height: 1.4;
    }

    .popup .uds-btn {
        width: 70px;
        text-align: center;
        margin: 0 10px;
        padding: 5px;
        font-size: 14px;
    }
    .footer-logo img {
    	width: 100px;
	}
	.footer-bottom-section .left ul li {
		padding: 0;
        line-height: 30px;
	}
	.footer-bottom-section p {
	    color: #fff;
	    padding: 13px 0;
	    font-size: 12px;
	    padding:11px 0 0;
	    margin: 0;
	}
	.footer-bottom-section {
		padding-left: 20px;
        padding-right: 20px;
	}
	.track_order_content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
	}
	.track_order_content form input[type="text"] {
		 padding: 7px 0px 6px;
    	font-size: 14px;
	}
	.track_order_content form button {
		width: 125px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.line,
	.line-rotate {
		display: none;
	}

	.box-left,
	.box-right,
	.box-left-bttom,
	.box-right-bttom,
	.box-center-bttom {
		position: inherit;
		left: 0;
		right: 0;
		width: 100%;
	}

	.box-left {
		padding-bottom: 0;
	}
	.box-right {
		padding-bottom: 0;
		margin-bottom: 56px;
		padding-top: 6px;
	}
	.time-box p {
		font-size: 15px;
	}
	.time-box p br {
		display: none;
	}
	.box-left-bttom {
		padding-bottom: 0;
		margin-bottom: 10px;

	}
	.box-right-bttom {
		padding-bottom: 0;
	}

	.box-center-bttom {
		padding-top: 0;
		margin-top: -18px;
	}
	.time-box {
	    background-size: 300px !important;
	    padding: 220px 0 0;
	}
	.heading-section h1 {
        margin: 100px auto;
        font-size: 22px;
        max-width: 500px;
    }
	.customer-content {
		float: none;
        text-align: center;
		width: 100%;
	}
	.customers-section .slider {
	    width: 100%;
	    float: none;
	    margin-top: 32px;
	    margin-bottom: 0 !important;
	}
	.customer-content h2 br {
		display: none;
	}
	.mvc {
        margin-top: 10px;
        margin: 0 15px;
    }
	.form2 .input-section input {
    	width: 130px;
	}
	.form2 .input-section:nth-last-child(2) input {
    	width: 130px;
	}
	.inner.heading-section h1 {
	    margin: 50px 0 50px 0;
	    font-size: 26px;
	}
    .login-box.signup-from {
        padding: 30px 20px;
    }
    .customers-section {
        padding-bottom: 50px;
        padding-top: 25px;
    }
    .we h2 {
        text-align: center;
        font-size: 24px;
    }
    .form-section {
        padding: 40px 0 0;
        margin-bottom: 40px;
    }
    .we {
        margin-top: 20px;
    }
    .we p {
        margin-bottom: 0;
    }
    .presence_section .world-map {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .presence_section {
        padding-bottom: 0;
        height: 500px;
    }
    .presence_section .world-map {
        margin-top: -80px;
    }
    .aer {
        left: -15px;
    }
    .aer1 {
        left: 272px;
        top: 71px;
    }
    .aer2 {
        left: 513px;
    }
    .aer3 {
        left: 437px;
    }
    .aer4 {
        left: 478px;
    }
    .aer5 {
        left: 510px;
    }
    .aer6 {
        left: 549px;
    }
    .aer7 {
        left: 564px;
    }
    .world-map .maptooltip {
        margin-left: -327px;
        top: 52px;
    }
    .world-map .maptooltip1 {
        left: 48px;
        top: -106px;
    }
    .world-map .maptooltip4 {
        left: 291px;
        top: -523px;
    }
    .world-map .maptooltip7 {
        top: -1006px;
        left: -8px;
    }
    .add-none {
        display: none;
    }
    .world-map .maptooltip3 {
        top: -47%;
        left: 62.5%;
    }
    .world-map .maptooltip4 {
        left: 291px;
        top: -300px;
    }
    .world-map .maptooltip5 {
        top: -415px;
        margin-left: 28px;
    }
    .world-map .maptooltip2 {
        left: 76px;
        top: -40px;
    }
    .world-map .maptooltip6 {
        margin-left: 176px;
        top: -644px;
    }
    .customer-content h2 {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }
    .shipping-calc h3,
    .track_order h2 {
        font-size: 20px;
    }
    .we h2 {
        font-size: 20px;
    }
    .presence-content {
        text-align: center;
    }
    .btn-border p {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*.btn-border p:before {
        content: "\f111";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        margin-right: -10px;
        font-size: 9px;
        top: 6px;
        margin-left: -18px;
    }*/
    .btn-border p i {
        display: block;
        font-size: 6px;
        margin-right: 8px;
    }
    .contact-form-section .inner-content-left h1 {
        font-size: 20px;
    }
}


@media (max-width: 767px) and (min-width: 610px) {
    .track_order_content form button {
        width: 160px;
    }
}

@media (max-width: 732px) and (min-width: 656px) {
    .maptooltip,
    .maptooltip1,
    .maptooltip3,
    .maptooltip4,
    .maptooltip5,
    .maptooltip6,
    .maptooltip7 {
        display: none;
    }
}

@media (max-width: 732px) {
    .presence_section .world-map {
        background-size: 130%;
    }
    .pin {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 671px) {
	.form2 .input-section input {
		width: 100%;
		margin-bottom: 12px;
	}
	.form2 .input-section {
	    float: none;
	}
	.form2 .input-section:nth-last-child(2) input {
		width: 100%;
	}
	.form2 .input-section:last-child {
		float: none;
	}
    .contact-form-section .inner-content-left {
        margin-right: 66px;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-form-section .inner-content-left h1 {
        margin-bottom: 8px;
    }
    .contact-form-section .inner-content-left h1 br {
        display: none;
    }
}


@media (max-width: 640px) {
    .heading-section h1 {
        margin: 80px auto;
        font-size: 21px;
        max-width: 300px;
    }
    .presence_section {
        height: auto;
    }
    .presence_section h2 {
        float: none;
        margin-bottom: 0;
        font-size: 20px;
    }
    .presence_section h2 br,
    .presence_section p br {
        display: none;
    }
    .presence_section p {
        float: none;
        font-size: 15px;
        margin-top: 10px;
    }
    .aer {
        left: 81px;
        top: 184px;
    }
    .presence_section .world-map {
        margin-left: -40px;
        margin-top: -110px;
    }
    .presence_section {
        height: 430px;
    }
    .aer {
        left: 30px;
        top: 169px;
    }
    .aer1 {
        top: 112px;
        left: 245px;
    }
    .aer2 {
        left: 427px;
        top: 246px;
    }
    .aer3 {
        left: 372px;
        top: 199px;
    }
    .aer4 {
        left: 401px;
        top: 195px;
    }
    .aer5 {
        left: 427px;
        top: 220px;
    }
    .aer6 {
        left: 454px;
        top: 209px;
    }
    .aer7 {
        left: 467px;
        top: 177px;
    }

    .cut_bg_section {
        -webkit-clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
    }
    .world-map .maptooltip {
        margin-left: 0;
        top: 71px;
        left: -27px;
    }
    .world-map .maptooltip1 {
        left: -25px;
        top: -49px;
    }
    .world-map .maptooltip3 {
        top: -131px;
        left: 60%;
    }
    .world-map .maptooltip4 {
        left: 208px;
        top: -158px;
    }
    .world-map .maptooltip5 {
        top: -283px;
        margin-left: -10px;
        margin-right: auto;
    }
    .world-map .maptooltip6 {
        margin-left: 117px;
        top: -448px;
    }
    .world-map .maptooltip7 {
        top: -652px;
        left: -25px;
    }
}

@media (max-width: 600px) {
    .input_box_wrapper {
        max-width: 100% !important;
    }
    .service-wrapper .pdf-list li {
        width: 100%;
    }

    .map--large .map-dot--0 {
        margin: -4px 0 0 -48px;
    }
    .input__box.col-md-4 {
        width:100%;
    }
    .input__box input {
        margin-right:0;
            margin-bottom: 10px;
    }
    .input_box_wrapper {
    max-width: 100%;
}
.input_box_wrapper .col-md-12 {
    padding-left:10px;
    padding-right:10px;
}
textarea.form-control.uds_area {
    margin-top:0;
}
}

@media (max-width: 510px) {
    .address_box .address_box_inner {
        flex-wrap: wrap;
    }
    .address_box_inner .half-box {
        width: 100%;
    }
    .address_box_inner .half-box ul {
        margin-bottom: 0;
        margin-top: 20px;
    }

}

@media (max-width: 480px) {
    .mb-del {
        margin-top:16px;
    }
    .footer-section-right ul li {
        text-align: center;
    }
	footer .col-xs-7,
	footer .col-xs-5 {
		width: 100%;
	}

	.footer-section-right {
        -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
	}
	.footer-section-right ul {
    	margin-right: 60px;
	}
	.footer-section-right ul:last-child {
		margin-right: 0;
	}
	.social-icon {
	    float: none;
	    width: 100%;
	    text-align: left;
	}
	.social-icon ul {
	    text-align: center;
	    margin-bottom: 18px;
	    margin-top: 36px;
	}
	.social-icon p {
	    text-align: center;
	}
	.track_order_content form {
	    margin-left: 0;
	    margin-right: 0;
	    width: 100%;
	}
	.input-section.input-first .select-box,
	.input-section.input-second .select-box {
    	width: 100%;
	}
	.input-section.input-first input,
	.input-section.input-second input {
	    width: 100%;
	}
	.input-section.input-first .select-box label,
	.input-section.input-first .select-box label select,
	.input-second label, .input-second select,
	.input-third input,
	.input-third {
		width: 100%;
	}
	.input-third input {
		width: 100% !important;
		margin-top: 15px;
	}
	.input-section.input-first {
	    margin-bottom: 138px;
	}
	.shipping-calc .input-section {
		width: 100%;
	}
	.shipping-calc .input-section:last-child button {
		width: 100%;
		margin-top: 15px;
	}
    .aer {
        left: 11px;
        top: 181px;
    }
    .aer1 {
        top: 140px;
        left: 173px;
    }
    .aer2 {
        left: 312px;
        top: 241px;
    }
    .aer3 {
        left: 269px;
        top: 206px;
    }
    .aer4 {
        left: 290px;
        top: 200px;
    }
    .aer5 {
        left: 308px;
        top: 220px;
    }
    .aer6 {
        left: 333px;
        top: 210px;
    }
    .aer7 {
        left: 340px;
        top: 184px;
    }
    .footer-logo {
        text-align: center;
    }
    .map--large .map-dot--0 {
        margin: -7px 0 0 -40px;
    }
    .world-map .maptooltip {
        margin-left: 0;
        top: 83px;
        left: -46px;
    }
    .world-map .maptooltip1 {
        left: -98px;
        top: -21px;
    }
    .world-map .maptooltip3 {
        top: -108px;
        left: 15%;
    }
    .world-map .maptooltip4 {
        left: 21px;
        top: -284px;
    }
    .world-map .maptooltip5 {
        top: -413px;
        margin-left: -34px;
        margin-right: auto;
    }
    .world-map .maptooltip2 {
        left: 257px;
        top: -130px;
    }
    .world-map .maptooltip6 {
        margin-left: 64px;
        top: -575px;
    }
    .world-map .maptooltip7 {
        top: -772px;
        left: 9px;
    }
    .presence_section .world-map {
        margin-top: -150px;
    }
    .presence_section {
        height: 380px;
    }

}


@media (max-width: 414px){
    .pin {
        width: 8px;
        height: 8px;
    }
    .aer {
        left: 3px;
        top: 190px;
    }
    .aer1 {
        top: 153px;
        left: 140px;
    }
    .aer2 {
        left: 256px;
        top: 239px;
    }
    .aer3 {
        left: 220px;
        top: 209px;
    }
    .aer4 {
        left: 235px;
        top: 204px;
    }
    .aer5 {
        left: 254px;
        top: 220px;
    }
    .aer6 {
        left: 273px;
        top: 215px;
    }
    .aer7 {
        left: 280px;
        top: 190px;
    }
    .presence_section .world-map {
        margin-left: -27px;
        margin-top: -140px;
    }
    .presence_section {
        height: 370px;
    }
    .contact-content {
        text-align: center;
    }
    .contact-form-section .inner-content-right {
        float: none;
    }
    .map--large .map-dot--0 {
        margin: -7px 0 0 -39px;
    }
    .presence_section .world-map {
        margin-top: -160px;
    }
    .presence_section {
        height: 350px;
    }
    .world-map .maptooltip {
        margin-left: 0;
        top: 90px;
        left: -54px;
    }
    .world-map .maptooltip1 {
        left: 83px;
        top: -140px;
    }
    .world-map .maptooltip3 {
        top: -233px;
        left: 6%;
    }
    .world-map .maptooltip4 {
        left: 181px;
        top: -471px;
    }
    .world-map .maptooltip5 {
        top: -606px;
        margin-left: -44px;
        margin-right: auto;
    }
    .world-map .maptooltip2 {
        left: 199px;
        top: -260px;
    }
    .world-map .maptooltip6 {
        margin-left: 36px;
        top: -762px;
    }
    .world-map .maptooltip7 {
        top: -962px;
        left: 27px;
    }
}

@media (max-width: 375px) {
    .aer {
        left: -2px;
        top: 194px;
    }
    .aer1 {
        top: 159px;
        left: 124px;
    }
    .aer2 {
        left: 227px;
        top: 239px;
    }
    .aer3 {
        left: 196px;
            top: 209px;
    }
    .aer4 {
        left: 211px;
        top: 204px;
    }
    .aer5 {
        left: 226px;
        top: 220px;
    }
    .aer6 {
        left: 243px;
        top: 215px;
    }
    .aer7 {
        left: 249px;
        top: 197px;
    }
    .map--large .map-dot--0 {
        margin: -7px 0 0 -29px;
    }
    .world-map .maptooltip {
        margin-left: 0;
        top: 92px;
        left: -59px;
    }
    .world-map .maptooltip1 {
        left: 67px;
        top: -134px;
    }
    .world-map .maptooltip3 {
        left: 0;
    }
    .world-map .maptooltip4 {
        left: 154px;
    }
    .world-map .maptooltip5 {
        margin-left: -49px;
    }
    .world-map .maptooltip2 {
        left: 171px;
        top: -264px;
    }
    .world-map .maptooltip6 {
        margin-left: 25px;
        top: -762px;
    }
    .world-map .maptooltip7 {
        top: -952px;
        left: 35px;
    }
    .presence_section {
        height: 330px;
    }
}

@media (max-width: 360px) {
    .aer1 {
        top: 163px;
        left: 116px;
    }
    .aer2 {
        left: 217px;
        top: 239px;
    }
    .aer3 {
        left: 186px;
        top: 209px;
    }
    .aer4 {
        left: 202px;
        top: 206px;
    }
    .aer5 {
        left: 216px;
        top: 220px;
    }
    .aer6 {
        left: 231px;
        top: 215px;
    }
    .aer7 {
        left: 235px;
        top: 197px;
    }
    .map--large .map-dot--0 {
        margin: -7px 0 0 -25px;
    }
    .world-map .maptooltip1 {
        left: 59px;
        top: -130px;
    }
    .world-map .maptooltip3 {
        left: -10px;
    }
    .world-map .maptooltip4 {
        left: 146px;
    }
    .world-map .maptooltip2 {
        left: 160px;
        top: -264px;
    }
    .world-map .maptooltip6 {
        margin-left: 18px;
        top: -762px;
    }
    .world-map .maptooltip7 {
        top: -952px;
        left: 38px;
    }
    .presence_section .world-map {
        margin-top: -180px;
    }
    .presence_section {
        height: 310px;
    }
    .world-map .maptooltip {
        margin-left: 0;
        top: 98px;
        left: -64px;
    }
}

@media (max-width: 320px) {
    .aer {
        left: -7px;
        top: 196px;
    }
    .aer1 {
        top: 168px;
        left: 99px;
    }
    .aer2 {
        left: 187px;
        top: 239px;
    }
    .aer3 {
        left: 158px;
        top: 211px;
    }
    .aer4 {
        left: 175px;
        top: 210px;
    }
    .aer5 {
        left: 187px;
        top: 223px;
    }
    .aer6 {
        left: 201px;
        top: 215px;
    }
    .aer7 {
        left: 205px;
        top: 198px;
    }
    .world-map .maptooltip1 {
        left: 43px;
        top: -124px;
    }
    .world-map .maptooltip3 {
        left: 179px;
        top: -440px;
    }
    .world-map .maptooltip4 {
        left: 119px;
        top: -617px;
    }
    .world-map .maptooltip2 {
        left: 131px;
        top: -264px;
    }
    .world-map .maptooltip5 {
        top: -752px;
        margin-left: -57px;
    }
    .world-map .maptooltip6 {
        margin-left: 10px;
        top: -928px;
    }
    .world-map .maptooltip6 {
        margin-left: 10px;
        top: -928px;
    }
}