/*for mobile*/

@media only screen and (max-width:760px) {
    header.menu_fixed {
        margin-top: 0px;
    }
    .pb-6 {
        padding-bottom: 2rem !important;
    }
    .pt-6 {
        padding-top: 2rem !important;
    }
    .pb-7 {
        padding-bottom: 2.5rem !important;
    }
    .pt-7 {
        padding-top: 2.5rem !important;
    }
    .pb-8 {
        padding-bottom: 3rem !important;
    }
    .pt-8 {
        padding-top: 3rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .mt-4 {
        margin-top: 1rem !important;
    }
    .pb-5 {
        padding-bottom: 1.5rem !important;
    }
    .pt-5 {
        padding-top: 1.5rem !important;
    }
    .brand-logo {
        max-width: 200px;
        margin-right: 0px;
    }
    body {
        font-size: 13px;
    }
    .banner_content h1 span {
        letter-spacing: 2px;
        font-size: 35px;
    }
    .banner_content h1 {
        letter-spacing: 4px;
        line-height: 30px;
        font-size: 30px;
    }
    .banner_img_box {
        padding-left: 40px;
        margin-right: 40px;
    }
    .banner_img_box img {
        width: 300px;
    }
    .banner_section {
        padding-bottom: 50px;
        padding-top:50px;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .heading_text h2 {
        font-size: 25px;
    }
    .circle_p_l {
        padding-right: 70px;
        padding-left: 70px;
    }
    .circle_p_r {
        padding-right: 70px;
        padding-left: 70px;
    }
    .mobile_screen_circle::before {
        width: 270px;
        height: 270px;
    }
    .mobile_screen_circle img {
        width: 180px;
    }
    .player_img img {
        width: 150px !important;
        margin: auto;
        display: block;
    }
    .col-md-05 {
        width: 100%;
    }
    .text-end.mobile_middle {
        text-align: center !important;
    }
    .other_solutions_top_margin {
        margin-top: -30px;
    }
    .image_box.left_padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .image_box img {
        width: 300px;
    }
    .accordion_head {
        padding: 12px 15px;
        font-size: 14px;
    }
    .plusminus {
        top: 11px;
    }
    .sm_heading_text h2 {
        font-size: 23px;
    }
    .banner_content p {
        line-height: 23px;
    }
    .Types_sports_box {
        text-align: center;
    }
    .contact_box_bg {
        margin-top: 0px;
    }
}


/*for medium mobile*/

@media only screen and (min-width:480px) and (max-width:760px) {
    .col-md-05 {
        width: 100%;
    }
}


/*for tablet*/

@media only screen and (min-width:760px) and (max-width:1000px) {
    .col-md-05 {
        width: 33.33%;
    }
}


/*for sm destop*/

@media only screen and (min-width:1000px) and (max-width:1200px) {}


/*for destop*/

@media (min-width: 1200px) {}

.nav-links {
    display: none;
}

.customize-support .entry-footer {
    background: transparent !important;

}

.customize-support .post-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.post-template-default .entry-footer {
    background: transparent !important;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.post-template-default .entry-content {
    margin-top: 20px;
    font-size: 18px;
}

.post-template-default .post-thumbnail img {
    border-radius: 10px;
}