.verticalbtn {
    font-size: 20px;
    text-transform: uppercase;
    position: fixed;
    font-weight: 700;
    border-radius: 4px;
    z-index: 50;
    width: auto;
    background: #f8b003;
    color: #000;
    bottom: 340px !important;
    right: -65px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 25px 5px 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.verticalbtn i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 15px;
}
.verticalbtn:hover {
    background: #7c002d;
    color: #fff;
}


@media (max-width:575px) {
    .verticalbtn {
         padding: 5px 15px 5px 10px;
           right: -58px;

    }
}

.side-info {
    width: 100%;
    clear: both;
}
.side-info h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.side_nave_form {
    width: 100%;
    clear: both;
}
.side_nave_form label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}
.sidenav_input {
    clear: both;
    width: 100%;
}
.sidenav_input input[type="submit"] {
    background: #7c002d;
    color: #fff;
    border: 1px solid;
    border-color: #7c002d;
    margin-top: 10px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 4px;
    cursor: pointer
}
.sidenav_input input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}
.sidenav_input input {
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    height: 40px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sidenav_input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sidenav_input select {
    font-size: 16px;
    width: 100%;
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    height: 40px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.side_grey_color-cap {
    color: #000;
}

.side_grey_color {
    color: #A1A1A1;
}


.extra-info {
    background: #192F59 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 360px;
    max-width: 100%;
    z-index: 10001;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.extra-info.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon button {
    width: 30px;
    height: 30px;
    outline: none;
    border-radius: 50%;
    border: 2px solid #01AEF0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.close-icon button:hover {
    background: #01AEF0;
}
.close-icon button:hover .close_iconcolor {
    stroke: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.close-icon button .close_iconcolor {
    stroke: #20ad96;
}
.offcanvas-overly {
    pointer-events: none;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.offcanvas-overly.active {
    opacity: 0.7;
    visibility: visible;
}