textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #f5f5f5;
}

.pac-container:after, .no-suggestions:after {
    background-image: none !important;
    height: 0;
}

#map {
    height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
}

#map #infowindow-content {
    display: inline;
    border-radius: 30px;
}

.gmnoprint, .gm-fullscreen-control {
    display: none;
}

.main {
    max-width: 600px;
    width: 100%;
}

.address-input .input-icon1 {
    position: absolute;
    top: 65px;
    left: 20px;
    color: #9D9B9C;
}

.address-input .input-icon2 {
    position: absolute;
    top: 61px;
    right: 20px;
    cursor: pointer;
}

.address-input {
    display: flex;
    justify-content: flex-start;
    position: relative;
    outline: none;
    border: none;
}

.address-input .input-icon1 {
    position: absolute;
    top: 65px;
    left: 20px;
    color: #9D9B9C;
}

.address-input .input-icon2 {
    position: absolute;
    top: 61px;
    right: 20px;
}

.pac-input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    margin: 50px 0;
    padding: 0 60px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    font-weight: 700;
}

.has-search .input-icon1 {
    color: #6E28DD;
}

.has-search .pac-input {
    border-radius: 30px 30px 0 0;
    width: 100%;
    border: 0;
}

.validate-btn {
    border: 2px solid #188969;
    border-radius: 25px;
    background-color: #05D1AD;
    padding: 10px 20px;
    vertical-align: middle;
    box-shadow: none;
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    outline: none;
}

.validate-btn:hover {
    color: #05D1AD;
    background: #fff;
}

.btn-block {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.not-valid-messages, .zero-results-message {
    text-align: center;
}

.not-valid-messages span {
    font-weight: bold;
}

.is-valid-message {
    text-align: center;
}

.pac-item {
    border: none !important;
    font-size: 18px;
    padding: 11px 20px;
    line-height: 26px;
    color: #707070;
    position: relative;
    z-index: 1;
}

.pac-item-query {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 10px;
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.pac-matched {
    font-size: 18px;
}

.pac-container {
    box-shadow: none;
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
    border: 0;
    border-top: 2px solid #0000007A;
    box-sizing: content-box;
    width: 100% !important;
    max-width: 600px;
    left: 0 !important;
}

.pac-container.pac-logo {
    border-bottom: 1px solid #0000007A;
}

.info-response-section {
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 40px;
    margin: 60px 0 -300px 0;
}

.response-message {
    font-size: 24px;
    font-weight: bold;
}

.success-icon, .error-icon {
    margin-right: 15px;
}

.response-message {
    display: flex;
    justify-content: center;
}

.response-message-title {
    padding-top: 7px;
}

.entered-suggested-addresses {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    word-wrap: break-word;
}

.entered-suggested-addresses > div {
    width: 200px;
    font-size: 18px;
}

.entered-address div, .suggested-address div {
    margin-top: 20px;
}

.line {
    width: 1px !important;
    border: 1px solid #CBCBCB;
    margin: 0 10px;
}

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

.suggested-variants {
    width: 200px !important;
}

.count-suggested-variants {
    font-weight: bold;
}

.address-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-align: left;
}

.address-list li {
    margin-bottom: 20px;
}

.pac-item:hover {
    background-color: #EDEDED;
}

.no-suggestions {
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    width: 100% !important;
    max-width: 600px;
}

.no-suggestions .pac-item:hover {
    background: none;
}

.pac-logo{
    overflow: visible;
    padding: 20px 0 30px;
}

.pac-logo:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -68px;
    height: 65px;
    width: 35px;
    border-top-left-radius: 30px;
    box-shadow: 0 -30px 0 0 #fFF;
    transform: rotate(180deg) scaleX(-1);
    left: 0;
}

.pac-logo:after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -68px;
    height: 65px;
    width: 35px;
    border-top-right-radius: 30px;
    box-shadow: 0 -30px 0 0 #fFF;
    transform: rotate(180deg) scaleX(-1);
    right: 0;
}

.h2-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.info p {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.7em;
}

.info-images {
    margin-top: 30px;
}

.info-images img {
    margin-right: 40px;
}

.info {
    margin-top: 350px;
}

@media screen and (max-width: 1100px) {
    .short-map {
        width: 100%;
        height: 600px;
    }

    .full-map {
        margin-top: 0 !important;
        width: 0 !important;
        height: 0 !important;
    }

    .main {
        margin-right: 0 !important;
        max-width: none !important;
    }

    .info-response-section {
        margin: 0 0 50px 0 !important;
    }

    .info {
        margin-top: 50px;
    }

    .info-images {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    .info-images img {
        width: 33%;
        margin-right: 0;
        max-width: 130px;
    }

    .fedex {
        height: 100px;
    }

    /*body {*/
    /*    display: block !important;*/
    /*    text-align: center !important;*/
    /*}*/

    .pac-container {
        max-width: none !important;
    }

    /*#map {*/
    /*    top: -1100px !important;*/
    /*    height: 600px !important;*/
    /*    width: 100% !important;*/
    /*    margin: 85px auto !important;*/
    /*}*/

    /*.info {*/
    /*    margin-top: 650px;*/
    /*}*/

    /*.info-response-section {*/
    /*    margin: 0 !important;*/
    /*}*/

    /*.main {*/
    /*    margin-right: 0 !important;*/
    /*    max-width: none !important;*/
    /*}*/
}

/*@media screen and (max-width: 961px) {*/
/*    #map {*/
/*        margin: 65px auto !important;*/
/*    }*/

/*    .h2-title {*/
/*        font-size: 32px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 891px) {*/
/*    #map {*/
/*        margin: 20px auto !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 799px) {*/
/*    .short-map {*/
/*        width: 100%;*/
/*        height: 450px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    #map {*/
/*        top: -940px !important;*/
/*        margin-bottom: 0 !important;*/
/*        height: 420px !important;*/
/*    }*/

/*    .info {*/
/*        margin-top: 450px;*/
/*    }*/

/*    .info-response-section {*/
/*        margin: 0 0 100px 0 !important;*/
/*        position: relative;*/
/*        top: -35px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 692px) {*/
/*    #map {*/
/*        top: -970px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 667px) {*/
/*    #map {*/
/*        top: -930px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 632px) {*/
/*    #map {*/
/*        top: -985px !important;*/
/*    }*/

/*    .h2-title {*/
/*        font-size: 24px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 530px) {*/
/*    .info-images {*/
/*        justify-content: space-between;*/
/*    }*/

/*    .info-images img {*/
/*        margin-right: 20px;*/
/*        transform: scale(0.8);*/
/*    }*/
/*}*/

/*.short-map {*/
/*    width: 100%;*/
/*    height: 340px;*/
/*}*/

/*@media screen and (max-width: 460px) {*/
/*    .info-images img {*/
/*        margin-right: 20px;*/
/*        transform: scale(0.6);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 428px) {*/
/*    .info-images img {*/
/*        margin-right: 10px;*/
/*        transform: scale(0.5);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 428px) {*/
/*    .info-images img {*/
/*        margin-right: 20px;*/
/*        transform: scale(0.5);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 416px) {*/
/*    .info-images img {*/
/*        transform: scale(0.5);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 416px) {*/
/*    .info-images img {*/
/*        transform: scale(0.5);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 375px) {*/
/*    .info-images img {*/
/*        margin-right: 7px;*/
/*        transform: scale(0.4);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 360px) {*/
/*    #map {*/
/*        top: -1140px !important;*/
/*        height: 390px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 355px) {*/
/*    #map {*/
/*        top: -1165px !important;*/
/*        height: 300px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 330px) {*/
/*    #map {*/
/*        top: -1220px !important;*/
/*        height: 300px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 310px) {*/
/*    #map {*/
/*        top: -1285px !important;*/
/*        height: 300px !important;*/
/*    }*/
/*}*/


/*@media screen and (max-width: 250px) {*/
/*    #map {*/
/*        top: -1285px !important;*/
/*        height: 390px !important;*/
/*    }*/

/*    .info-images img {*/
/*        margin-right: 5px;*/
/*        transform: scale(0.6);*/
/*    }*/
/*}*/
