/* responsive ******************************************************************************/
@media (max-width: 1599px) {

}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {

}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    p{
        font-size: 16px;
    }
    .features-section .controlbox, .step {
        padding: 20px;
    }

    .get-in-touch-section .map iframe {
        min-height: 300px;
    }
    .features-section .controlbox .info img{
        max-width: 80px;
    }
    .step{
        margin: 0 30px 20px;
    }
    .before_arrow::before{
        width: 54px;
        left: -70px;
        height: 54px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h5 {
        font-size: 20px;
    }
    section {
        padding: 60px 0;
    }
    .container{
        max-width: 90%;
    }
    #header .button-box{
        margin-left: 20px;
    }
    #header .main-nav nav ul li{
        margin-right: 15px;
    }
    #header .main-nav nav ul li a {
        font-size: 16px;
    }
    #header .social-bx ul li a, #footer .social-bx ul li a {
        width: 35px;
        height: 35px;
        padding: 5px 3px;
    }
    #header .social-bx ul li a i, #footer .social-bx ul li a i {
        font-size: 15px;
    }
    #home-banner .box .section-heading {
        padding-left: 0;
        text-align: center;
    }
    .about-section .section-heading.text-start{
        text-align: center !important;
    }
    #home-banner .button-box, .about-box-main .button-box{
        display: flex;
        justify-content: center;
    }
    .home-banner-box .box.box1 {
        margin-bottom: 50px;
    }
    .home-banner-box .image-bx,
    .about-box-main .image-bx {
        text-align: center;
    }
    #home-banner .box .image-bx img,
    .about-box-main .image-bx img{
        max-width: 70%;
        width: 100%;
    }
    .counter-box {
        text-align: left;
    }
    .counter-box span {
        font-size: 25px;
    }
    .get-in-touch-section .left-img-section img {
        height: auto;
        max-width: 80%;
    }
    .get-in-touch-section .left-img-section {
        text-align: center;
        margin-bottom: 50px;
    }
    .get-in-touch-right-col-content {
        padding-left: 0;
    }
    .heading-wrapper {
        padding: 60px 0 40px;
    }
    .before_arrow::before{
        display: none;
    }
    .step{
        margin: 0 0 20px;
    }
    .step-number{
        font-size: 1.3rem;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .home-banner-part {
        padding: 150px 0 100px;
    }
    .get-in-touch-section .map iframe {
        min-height: 400px;
    }
    .get-in-touch-section .address{
        text-align: center;
    }
    .get-in-touch-section .email-contact-info{
        justify-content: center;
    }
    #footer .top-box .logo-box img {
        max-width: 160px;
    }
    #footer .logo-box-col {
        width: 33%;
    }
    #footer .top-box .quick-links-col {
        width: 25%;
    }
    #footer .top-box .contact-col {
        width: 42%;
    }
    #footer .top-box .social-icons-col{
        width: 100%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    br {
        display: none;
    }
    /* .row {
            row-gap: 30px;
    } */


    h1 {
        font-size: 30px;
    }  
    h2 {
        font-size: 25px;
    } 
    .section-heading {
        margin-bottom: 30px;
    }
    .owl-theme .owl-nav{
        display: none;
    }
    section {
        padding: 50px 0;
    }
    .container {
        max-width: 100%;
    }
    p, li{
        font-size: 16px;
    }
    .cmn-btn {
        display: block;
    }

    /* header responsive */
    #header .logo-box img {
        max-width: 110px;
    }
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -50%;
        width: 100%;
        height: 100vh;
        background: var(--white-smoke);
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all ease-in-out;
        z-index: 111;
        padding-top: 60px;
    }
    #header .main-nav nav ul li a{
        color: var(--black);
    }
    #header .main-nav .cancel-menu span{
        background-color: var(--black);
    }
    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        margin-right: 0;
        padding: 5px 10px;
    }
    #header .button-box .social-bx ul {
        column-gap: 0;
    }
    #header .main-nav .click-menu,
    #header .main-nav .cancel-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #header .main-nav .cancel-menu {
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 30px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 50px);
    }
    #header .main-nav {
        flex-direction: row-reverse;
    }
    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    #home-banner .box .image-bx img {
        max-width: 90%;
    }
    #home-banner .box .image-bx img, .about-box-main .image-bx img {
        max-width: 100%;
    }
    #home-banner .box .button-box ul li, .about-box-main .button-box ul li{
        width: 100%;
    }
    .about-box-main .box.box1 {
        margin-bottom: 40px;
    }
    .box.sm-box2 {
        margin-top: 30px;
    }
    #about .img-box-4 img {
        max-width: 100%;
    }
    #about .img-box-3 img {
        max-width: 95%;
    }
    #about .img-box-1 img {
            max-width: 85%;
    }
    .get-in-touch-section .left-img-section{
        margin-bottom: 30px;
    }
    .get-in-touch-section .left-img-section img {
        max-width: 100%;
    }
    .testimonial-block{
        max-width: 90%;
    }
    .footer-part {
        text-align: center;
    }
    .testimonial-block p, .testimonial-block h5 {
        margin-bottom: 30px;
    }
    .heading-wrapper {
        padding: 50px 0 20px;
    }
    .middle-content-section .inner-page-content ul li {
        font-size: 15px;
    }
    .how-to-play .result-image-bx img{
        margin: 20px 0;
        max-width: 100%;
    }
    .get-in-touch-section .map iframe {
        min-height: 300px;
    }
    #footer .end-box .link-box ul, #footer .button-box .social-bx ul{
        justify-content: center;
    }
    #footer .top-box .social-icons-col,
    #footer .top-box .contact-col,
    #footer .top-box .quick-links-col,
    #footer .logo-box-col {
        width: 100%;
    }
    #footer .end-box .text-box {
        text-align: center;
        margin-bottom: 10px;
    }
    #footer .top-box .logo-box img{
        margin-bottom: 20px;
    }
    #footer .top-box .social-icons-col, #footer .top-box .contact-col, #footer .top-box .quick-links-col{
        margin-bottom: 30px;
    }
    #footer .social-icons-col .button-box {
        padding-top: 10px;
    }
    .get-in-touch-section .email-contact-info {
        display: block;
    }
   .get-in-touch-section .email-contact-info p {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {

}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
    h1 {
        font-size: 27px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {

}

/* responsive ******************************************************************************/
@media (max-width: 320px) {

}
