@media screen and (max-width: 1200px) {
    .btn-group1 {
        width: 138px;
      }
     
}
@media screen and (max-width: 992px) {
.header {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
padding: 0px;
}

.header .logo {
padding: 0 15px;
}

.header .logo a {
font-size: 30px;
text-transform: capitalize;
color: #e91e63;
font-weight: 600;
}

.header .nav-menu {
padding: 0 15px;
}

.header .menu>.menu-item {
display: inline-block;
margin-left: 30px;
position: relative;
}

.header .menu>.menu-item>a {
display: block;
padding: 12px 0;
font-size: 16px;
color: #000000;
text-transform: capitalize;
font-weight: 600;
transition: all 0.3s ease;
}

.header .menu>.menu-item>a .plus {
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left: 5px;
pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
content: '';
position: absolute;
box-sizing: border-box;
left: 50%;
top: 50%;
background-color: #000000;
height: 2px;
width: 100%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus::before,
.header .menu>.menu-item:hover>a .plus::after {
background-color: #000000;
}

.header .menu>.menu-item>a .plus:after {
transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
color: #000000;
}

.header .menu>.menu-item>.sub-menu {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 220px;
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 10px 0;
border-top: 3px solid #e91e63;
transform: translateY(10px);
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
}

.header .menu>.menu-item-has-children:hover>.sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.header .menu>.menu-item-has-children:hover>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item {
display: block;

}

.header .menu>.menu-item>.sub-menu>.menu-item:last-child {
border-bottom: 0px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
display: block;
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
text-decoration: none;
}

.header .open-nav-menu {
align-items: center;
cursor: pointer;
margin: 0px 0 0;
}

.header .open-nav-menu span {
display: block;
height: 2px;
width: 24px;
background-color: #fff;
position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
box-sizing: border-box;
}

.header .open-nav-menu span:before {
top: -7px;
}

.header .open-nav-menu span:after {
top: 7px;
}

.header .close-nav-menu {
height: 40px;
width: 40px;
background-color: #c81016;
margin: 0 12px 15px 15px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
margin-left: auto !important;
border-radius: 4px;
}

.header .close-nav-menu img {
width: 16px;
}

.header .menu-overlay {
position: fixed;
z-index: 999;
background-color: rgba(0, 0, 0, 0.5);
left: 0;
top: 0;
height: 100%;
width: 100%;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}


.logo_section {
display: none;
}

.mobile_header {
display: none;
}

.mobile_header {
display: block;
padding: 3px 0px;
width: 100%;
z-index: 9;
top: 0;

}
.header .open-nav-menu{
    background: #000;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -21px;
}
.header-main{
    float: right;
}
.logo_middle img{
    width: 50px;
}

.header .menu-overlay.active {
visibility: visible;
opacity: 1;
}

.header .nav-menu {
position: fixed;
right: -280px;
visibility: hidden;
width: 280px;
height: 100%;
top: 0;
overflow-y: auto;
background-color: #fff;
z-index: 1000;
padding: 13px 0;
transition: all 0.7s ease;
}

.header .nav-menu.open {
visibility: visible;
right: 0px;
}

.header .menu>.menu-item {
display: block;
margin: 0;
}

.header .menu>.menu-item-has-children>a {
display: flex;
justify-content: space-between;
align-items: center;
}

.header .menu>.menu-item a.active {
color: #c81016;
}

.header .menu>.menu-item>a {
color: #000000;
padding: 16px 16px;
border-bottom: 1px solid #ece4e4;
letter-spacing: 2px;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
}

.header .menu>.menu-item:last-child>a {
border-bottom: 0px;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
background-color: #000000;
}

.header .menu>.menu-item-has-children.active>a .plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}

.header .menu>.menu-item>.sub-menu {
width: 100%;
position: relative;
opacity: 1;
visibility: visible;
border: none;
background-color: transparent;
box-shadow: none;
transform: translateY(0px);
padding: 0px;
left: auto;
top: 10px;
max-height: 0;
overflow: hidden;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
padding: 8px 35px;
color: #000000;
font-size: 15px;
}

.header .close-nav-menu,
.header .open-nav-menu {
display: flex;
}

.mobile_header {
display: block;
}

header#main_header {
display: none;
}
.icon a {
    color: #c81016;
    font-size: 20px;
}
.icon {
    text-align: right;
}
ul.menu {
    padding: 0;
}
.top-bar{
    display: none;
}
.home-banner .banner-heading h1 {
    font-size: 46px;
    font-weight: 500;
    line-height: 46px;
    font-family: 'myHeadingFont';
    color: #fff;
  }
  .home-banner .banner-heading p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 6px;
    line-height: 24px;
  }
  .home-banner .banner-heading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 24px;
    font-family: 'Poppins', sans-serif;
  }
  .btn-left-gap {
    margin-left: initial;
    margin-top: 10px;
  }
  .home-banner {
    background: url('../image/home-bnner.jpg') no-repeat top;
      background-size: auto;
    background-size: cover;
    padding: 40px 0 100px;
  }
  .heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #c7cad3;
    margin-bottom: 14px;
    line-height: 42px;
    font-family: 'myHeadingFont';
  }
  section {
    padding: 50px 0px;
  }
  .home-sec1 .content {
    text-align: center;
    background: #fafafb;
    border: 1px solid #f6beba;
    border-radius: 15px;
    padding: 20px;
  }
  .btn-group1 {
    background: #e43a2d;
    border: 1px solid #000;
    padding: 13px 22px 14px 10px;
    display: inline-block;
    color: #fff;
    width: initial;
    text-align: left;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 45px 0 0 45px;
  }
  .btn-group2 {
    background: #323873;
    border: 1px solid #fff;
    padding: 13px 10px 14px 28px;
    display: inline-block;
    color: #fff;
    width: initial;
    text-align: right;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 0 45px 45px 0px;
  }
  .home-sec1 .content .or-sty h4 {
    background: #1ea5df;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 1px;
    transform: translateX(-50%);
    font-size: 16px;
  }
  .heading h3 {
    font-size: 35px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 14px;
    line-height: 38px;
    font-family: 'myHeadingFont';
  }
  .home-sec2 .content .heading h6 {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  }
  .home-sec2 .content .heading{
      text-align: center;
  }
  .home-sec2 .content.bg_color {
    background: #edfaff;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .home-sec4 .content .or-sty h4 {
    background: #1ea5df;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 179px;
    transform: translateX(-50%);
  }
  .home-sec5 .contented .cricket-img {
    position: initial;
    left: initial;
    bottom: initial;
  }
  .home-sec5 .contented .cricket-img img{
    width: 100%;
  }
  h5 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
  }
  .home-blog-sec .contents .botom {
    position: inherit;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    text-align: left;
    margin: 15px 0 0;
  }
  .home-blog-sec .contents .botom h5 {
    color: #000;
    font-size: 22px;
  }
  .home-blog-sec .contents .botom p {
    color: #000;
  }
  .home-blog-sec .contents .botom-time p {
    color: #a7a7a7;
  }
  .home-blog-sec .contents .botom-time {
    position: initial;
    right: initial;
    bottom: initial;
    width: 100%;
    text-align: left;
  }
  .row-gap {
    margin-top: initial;
  }
  .home-blog-sec .contents .imgs img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .blog-content .imgs img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  footer .ft-links ul{
    text-align: center;
  }
  footer h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-bottom: 55px !important;
  }
  footer .ft-border {
    width: 100%;
    height: 1px;
    background: #e43a2d;
    margin-top: 6px;
  }
  footer p {
    color: #fff;
    text-align: center;
  }
  footer .ft-mail p {
    text-align: center;
  }
  footer {
    background: #000000;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
    .btn-group1 {
        background: #e43a2d;
        border: 1px solid #000;
        padding: 13px 11px 14px 5px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: left;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 45px 0 0 45px;
      }
      .btn-group2 {
        background: #323873;
        border: 1px solid #fff;
        padding: 13px 5px 14px 17px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: right;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 0 45px 45px 0px;
      }
}

@media screen and (max-width: 567px) {
    .btn-group1 {
        background: #e43a2d;
        border: 1px solid #000;
        padding: 13px 22px 14px 10px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: left;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 45px 0 0 45px;
      }
      .btn-group2 {
        background: #323873;
        border: 1px solid #fff;
        padding: 13px 10px 14px 28px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: right;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 0 45px 45px 0px;
      }
      .home-sec4 .content .img1 img {
        width: 110px;
        margin-bottom: 10px;
      }
      .home-sec4 .content .img1 .img-edit {
        width: 98px !important;
      }
      .home-sec4 .content .img1 h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 300;
      }
      .home-sec4 .btn-group1 {
        background: #e43a2d;
        border: 1px solid #000;
        padding: 14px 35px 14px 10px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: left;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 45px 0 0 45px;
      }
      .home-sec4 .btn-group2 {
        background: #323873;
        border: 1px solid #fff;
        padding: 13px 10px 14px 40px;
        display: inline-block;
        color: #fff;
        width: initial;
        text-align: right;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        border-radius: 0 45px 45px 0px;
      }
      .home-sec4 .content .or-sty h4 {
        background: #1ea5df;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #fff;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 141px;
        transform: translateX(-50%);
      }
      .home-sec5 .contented .cricket-img {
        position: initial;
        left: initial;
        bottom: initial;
      }
      .home-sec5 .scores li span {
        text-transform: uppercase;
        color: #17181a;
        font-size: 15px;
        font-weight: 400;
      }
      .home-sec5 .scores li {
        margin-bottom: 20px;
        width: 142px;
        display: inline-block;
      }
      .home-sec5 .scores {
        margin-bottom: 10px;
      }
      footer .ft-logo{
        text-align: center;
      }
      footer .ft-call ul li {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      footer .ft-call ul li a {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 600;
      }
}

@media screen and (max-width: 320px) {}