@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
	.card-item h3 {
    font-size: 35px;
    margin: 0;
}
.card-content p {
    font-size: 30px;
}
.coming-soon-heading {
    font-size: 30px;
}
.logo figure img {
    width: 496px !important;
}
}
@media only screen and (min-width:1024px)
{
    .component-image-content-boxes-sec .row .banner-section, .component-image-content-boxes-sec .row .col-lg-7 {
    width: 50%;
    padding: 0;
}

}
@media only screen and (max-width:1200px)
{
     .main-header {
    top: 0;
    padding: 6px 0 !IMPORTANT;
}
    html, body {
    overflow-x: hidden;
}
    /* menu css */
        .menu-button .menu-bar {
        width: 28px !important;
        background: var(--btn-primary) !important;
        height: 2px !important;
    }
    .menu-button {
        height: 35px;
        top: -5px;
        width: 35px;
}
    .menu-wrap {
        background-color: var(--white);
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover
    {
        color: var(--btn-primary);
    }
        .menu-button.button-open .menu-bar-top {
        background: var(--btn-primary);
    }
        .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--black);
        padding: 10px 20px;
        position: relative;
        display: block;
        font-weight: 500;
        font-size: 16px;
        border-bottom: 1px solid #eaeaea;
    }
    /* menu css */
  .Small-cards .card-item-in img, .Small-cards .card-item-in .banner-videobox {
    height: 154px;
}
 body {
  display:block !important;
}
}
}
@media (min-width: 768px) and (max-width: 1024px)
{
  body {
  display:block !important;
}
}
@media only screen and (max-width:767px)
{
  body {

    display: block;
    padding: 50px 35px;
}
.Small-cards .card-item-in img, .Small-cards .card-item-in .banner-videobox {
    height: 154px;
}
.card-item h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
}
.wp-block-image img {
    width: 290px !important;
}
.card-item p {
    font-size: 20px;
}
.coming-soon-heading {
    font-size: 18px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
      .Small-cards .card-item-in img, .Small-cards .card-item-in .banner-videobox {
    height: 154px;
}
.card-item h3 {
    font-size: 26px;
    margin: 0;
}
.card-content p {
    font-size: 24px;
}
.coming-soon-heading {
    font-size: 26px;
}
.logo figure img {
    width: 300px !IMPORTANT;
}

}
@media (min-width: 1200px) {
    #block_afa274d72c46c3bf0be04352118b80ee.component-card-carousel-sec {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}