.video_size{
    width:500px;
    height:500px;
}
@media screen and (max-width: 768px){
    .video_size{
        width:300px;
        height:500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .menu-content {
        padding: 15px 0;
        background: none;
        border-left: 2px solid #000000;
    }
    .menu-logo {
        border-right: 2px solid #000000;
        background-color: #00000070;
    }
    .price_item{
        position: relative;
        box-shadow: 0 0 10px #afafafc9;
        background: #ffffff none repeat scroll 0 0;
        height: 600px;
    }
}
.menu-logo {
    border-right: 2px solid #000000;
    background-color: #000000;
}
.menu-content {
    border-left: 2px solid #000000;
    padding: 0 40px;
    display: flex;
    margin-left: 60px;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 6, 91, 0.06);
}
.menu-area{
    background-color: #000000;
}
.form-submit_button{
    background:#F21F55 !important;
    color:#fff !important;
}

#js-login-btn{
    /* background:transparent !important;
    color:#fff !important;
    border:none; */
}
.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: none;
    width: auto;
    min-width: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff00;
    align-items: stretch;
    width: 100%;
}
.product-item{
    padding: 20px;
    box-shadow: 0 0 10px #cccccc;
    border-bottom-right-radius: 40px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 40px !important;
    border: 2px solid #ea1b29 !important;
}
.product-item:hover{
    padding: 20px;
    box-shadow: 0 0 10px #cccccc;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 40px !important;
    border: 2px solid #ea1b29 !important;
}
.form-control{
    border: 1px solid #E5E5E5;
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: #151414;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg{
    background: #3B5998;
}
.twitter-bg{
    background: #55ACEE;
}
.google-bg{
    background: #DD4B39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: #ff5e14;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area{
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: #ff5e14;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #ff5e14;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
