@media(max-width: 992px) {
    .home .get_start {
        padding: 8px 16px !important;
    }

    .home .get_start span {
        font-size: 15px;
    }

    .about_section2 .last {
        margin-top: 63px;
    }
}

@media(max-width: 768px) {
    .home .get_start {
        padding: 5px 16px !important;
    }

    .home .get_start span {
        font-size: 13px;
    }

    #Our_Features .header_our,
    .choose_plan .header_font {
        font-size: 25px !important;
    }

    #Our_Features .container .underscores .underscore_first,
    .choose_plan .container .underscores3 .underscore_first {
        width: 200px !important;
    }

    #Our_Features .container .underscores .underscore_second,
    .choose_plan .container .underscores3 .underscore_second {
        width: 100px !important;
    }
}

@media(max-width: 575px) {
    .container .logo_img {
        width: 34px !important;
    }

    .container .navbar-brand {
        font-size: 15px;
    }

    .icon {
        width: 25px !important;
    }

    .icon span {
        height: 2px !important;
    }

    .navbar .navbar-toggler {
        padding: 2px 8px;
    }

    .container {
        width: 90% !important;
    }
}

@media(max-width: 500px) {

    #Our_Features .Men_classes h1,
    #Our_Features .Womens_classes h1,
    #Our_Features .Personal_training h1,
    #Our_Features .weight_loss h1 {
        font-size: 17px !important;
        bottom: 39px !important;
        left: -47px !important;
    }

    #Our_Features .Womens_classes h1 {
        bottom: 63px !important;
        left: -71px !important;
    }

    #Our_Features .Personal_training h1 {
        bottom: 65px !important;
        left: -74px !important;
    }

    .c-item {
        height: 450px !important;
    }

    .copyright .p_copy p {
        padding-top: 19px !important;
        font-size: 10px;
    }
}

/* Small Screen */
@media(min-width: 250px) and (max-width: 479px) {
    .container {
        width: 350px;
    }

    .header .logo_img {
        width: 30px;
    }

    .header .logo p {
        font-weight: 600;
        margin-left: 10px;
        letter-spacing: 2px;
        color: white;
        cursor: pointer;
        font-size: 14px;
    }

    .header .links .icon {
        width: 20px;
    }

    .container {
        width: 470px;
    }

    .container .p1,
    .container .p3 {
        font-size: 17px;
    }

    .container .p2 {
        font-size: 8px;
        margin: 242px 0px 0px 5px;
    }

    .container .p3 {
        margin: 218px 0px 0px 0px;
    }
}

@media(min-width: 480px)and (max-width: 619px) {
    .container {
        width: 470px;
    }

    .container .p1,
    .container .p3 {
        font-size: 17px;
    }

    .container .p2 {
        font-size: 8px;
        margin: 236px 0px 0px 5px;
    }

    .container .p3 {
        margin: 218px 0px 0px 0px;
    }
}

@media(min-width: 620px)and(max-width: 768px) {
    .container {
        width: 600px;
    }

    .container .p1,
    .container .p3 {
        font-size: 25px;
    }

    .container .p2 {
        font-size: 10px;
        margin: 242px 0px 0px 7px;
    }

    .container .p3 {
        margin: 231px 0px 0px 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .container {
        width: 715px;
    }

    .container .p1,
    .container .p3 {
        font-size: 25px;
    }

    .container .p2 {
        font-size: 10px;
        margin: 242px 0px 0px 7px;
    }

    .container .p3 {
        margin: 231px 0px 0px 0px;
    }
}

/* Medium Screen */
@media(min-width: 992px) {
    .container {
        width: 928px;
    }

    .home h3 {
        font-size: 41px;
    }

    .about_section2 .content_find:hover {
        transform: translateY(-57px);
    }

    .about_section2 .hours .content_hours:hover {
        transform: translateY(-57px);
    }

    .about_section2 .last:hover {
        transform: translateY(-57px);
    }
}

/* Large Screen */
@media(min-width: 1200px) {
    .container {
        width: 1123px;
    }
}

@media(max-width: 1200px){
    .navbar-nav .nav-item{
        margin-left: 1.3rem !important;
    }
}

@media(max-width: 991.20px) {

    /*  */
    .icon.active {
        z-index: 999;
        background: url(../imgs/kindpng_4638719.png) no-repeat;
        background-position: center;
        background-size: 25px;
        transition: .3 ease;
    }

    .checkbtn {
        display: block;
    }

    .header .links ul {
        display: none;
    }

    .header .links ul li {
        color: #222;
        font-size: 1.1em;
        margin: 20px;
    }

    .header .links ul.active {
        background-color: #000000;
        width: 400px;
        height: 500px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgb(1 1 1 /20%);
        transition: all .5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}