.drop,
.drop .cont {
    position: absolute;
    top: 0;
    left: 0
}

.drop,
.sp-large {
    overflow: hidden
}

.drop,
.drop .cont,
.drop input,
.sp-lightbox img {
    bottom: 0;
    right: 0
}

.article-clean {
    color: #56585b;
    background-color: #fff;
    font-family: Lora, serif;
    font-size: 14px
}

.article-clean .intro {
    font-size: 16px;
    margin: 0 auto 30px
}

.article-clean .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px
}

.article-clean .text h2,
.article-clean .text p {
    line-height: 1.45;
    margin-bottom: 20px
}

.article-clean .intro p {
    color: #929292;
    font-size: 12px
}

.article-clean .intro p .by {
    font-style: italic
}

.article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd
}

.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px
}

.article-clean .intro img {
    margin-top: 20px
}

.article-clean .text h2 {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

@media (min-width:768px) {
    .article-clean .text p {
        font-size: 16px
    }

    .article-clean .text h2 {
        font-size: 20px
    }
}

.article-clean .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%
}

.file-upload-wrapper {
    color: #0062cc;
    margin-top: 15px
}

#contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver
}

.required-input {
    color: maroon
}

.static-map {
    margin-bottom: 20px
}

@media (max-width:768px) and (min-width:767px) {
    #contactForm .static-map img {
        width: 100%
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.drop {
    width: 90%;
    height: 220px;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    text-align: center;
    background: 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 auto 10px
}

.drop .cont {
    width: 500px;
    height: 170px;
    color: #8E99A5;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: auto
}

.drop .cont i {
    font-size: 40px;
    color: #787e85;
    position: relative
}

#list,
.drop input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.drop .cont .tit {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900
}

.drop .cont .desc {
    color: #787e85;
    font-size: 18px
}

.drop .cont .browse {
    margin: 10px 25%;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    background: #00c993
}

.drop input {
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto
}

#list {
    text-align: left
}

.dashed_upload {
    height: 200px
}

div#contact-box {
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 30px;
    min-height: 100%;
    max-height: 100%
}

p#contact-text {
    line-height: 1.5em;
    padding-bottom: 10px
}

div.info-box {
    margin-bottom: 15px
}

.my-info-icons {
    margin-right: 15px
}

div#info-container {
    padding-bottom: 20px;
    padding-top: 20px
}

div.site-form,
i.form-control-feedback {
    padding-top: 10px
}

button#form-btn {
    border-radius: 0;
    width: 30%;
    height: 40px;
    font-size: 1em;
    background: #fff
}

form#my-form {
    padding-bottom: 20px;
    padding-top: 20px
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    border-radius: 0 !important
}

.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.footer-basic li {
    padding: 0 10px
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.footer-basic ul a:hover {
    opacity: 1
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px
}

.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75
}

.footer-basic .social>a:hover {
    opacity: .9
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

.service {
    height: 550px;
    padding-top: 40px;
    margin: 0 0 10px 10px;
    text-align: center
}

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: .6
}

.footer-dark ul a:hover {
    opacity: .8
}

.footer-dark .item.text {
    margin-bottom: 36px
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px
    }

    .footer-dark .item.text {
        margin-bottom: 0
    }
}

.footer-dark .item.text p {
    opacity: .6;
    margin-bottom: 0
}

.footer-dark .item.social {
    text-align: center
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px
    }
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
    margin: 0 8px;
    color: #fff;
    opacity: .75
}

#box-1,
#box-2,
#box-3 {
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed
}

.footer-dark .item.social>a:hover {
    opacity: .9
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: .3;
    font-size: 13px;
    margin-bottom: 0
}

.map-clean {
    color: #313437;
    background-color: #fff
}

.map-clean p {
    color: #7d8285
}

.map-clean h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .map-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.map-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.map-clean iframe {
    background-color: #eee
}

#box-1 {
    background-image: url(https://alex-medlogistics.com/assets/css/i1.jpg)
}

#box-2 {
    background-image: url(https://alex-medlogistics.com/assets/css/i2.jpg)
}

#box-3 {
    background-image: url(https://alex-medlogistics.com/assets/css/i3.jpg)
}

h1 {
    font-family: arial #000;
    font-size: 50px;
    color: #fff;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.register-photo {
    background: #f1f7fc;
    padding: 80px 0
}

.register-photo .image-holder {
    display: table-cell;
    width: auto;
    background: url(../img/meeting.jpg%3Fh=025abeac07ebf0d0ae06c86db6ea2bfa);
    background-size: cover
}

.register-photo .form-container {
    display: table;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #fff;
    padding: 40px 60px;
    color: #505e6c
}

@media (max-width:991px) {
    .register-photo form {
        padding: 40px
    }
}

.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px
}

.register-photo form .form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: inherit;
    text-indent: 6px;
    height: 40px
}

.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px
}

.register-photo form .btn-primary {
    background: #f4476b;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: 0 !important
}

.register-photo form .btn-primary:active,
.register-photo form .btn-primary:hover {
    background: #eb3b60
}

.register-photo form .btn-primary:active {
    transform: translateY(1px)
}

.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: .9;
    text-decoration: none
}

body,
html {
    height: 100%;
    width: 100%
}

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    float: left;
    max-width: 300px
}

.sp-thumbs {
    text-align: left;
    display: inline-block
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.sp-thumbs a:hover {
    opacity: 1
}

.sp-current,
.sp-thumbs a:active {
    opacity: 1 !important;
    position: relative
}

.sp-large {
    position: relative;
    top: 0;
    left: 0
}

.sp-large a img {
    max-width: 100%;
    height: auto
}

.sp-large a {
    display: block
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 1031;
    display: none;
    cursor: pointer
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff
}

#sp-next,
#sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s
}

#sp-next:before,
#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: 16px
}

#sp-prev {
    left: 10px
}

#sp-prev:before {
    border-right: 15px solid #fff;
    left: 7px
}

#sp-next {
    right: 10px
}

#sp-next:before {
    border-left: 15px solid #fff;
    left: 18px
}

#sp-next:hover,
#sp-prev:hover {
    background: #444
}

@media screen and (max-width:400px) {
    .sp-wrap {
        margin: 0 0 15px
    }

    #sp-next,
    #sp-prev {
        top: auto;
        margin-top: 0;
        bottom: 25px
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    background-image: url(https://alex-medlogistics.com/assets/css/8b10475089bca6cfae94e48214051bbb.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.input-file-now:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}