@import url("https://fonts.googleapis.com/css2?family=Anta&family=Quicksand:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none !important;
  list-style: none;
}
.container11{
  width: 80% !important;
  margin: auto !important;
}



* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  font-size:14px;
   letter-spacing: 2px;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  font-size:500;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}


/*header start*/
header {
  /* ===== END OF NAVBAR SECTION ===== */
}
header .navbar-brand {
  color: white;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  width: 6%;
}

/* .collapse 
{
  margin-left:200px !important;
  margin-top: -40px;
} */


header .navbar-toggler:focus{
    box-shadow: none !important;
}
header .nav-link {
  background: var(--main-green-background-color);
  border-radius: 5px;
  color: #000000 !important;
  font-weight: 400;
}
header .nav-menu {
  background: #fff !important;
  position: fixed !important;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  z-index: 999;
  transition: all 0.4s;
}
@media (max-width: 34em) {
  header .nav-menu {
    background: #ffffff !important;
  }
}

.hsjhf
{
  width: 100px;
  height: 70px;
  
}

.hsjhf img 
{
  width: 100%;
  height: 100%;
}
header .menu-item {
  letter-spacing: 2px;
  color: #000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  margin: 0.5rem 0.3rem;
  
}

.menu-item  
{
  margin-left: 50px;

}
@media (max-width: 34em) {
  header .menu-item {
    padding: 5px 5px 5px;
  }
}
header .navbar-toggler {
  cursor: pointer;
  outline: 0;
  margin-left: 80% !important;
  margin-top: -80px !important;
}
.nav-item 
{
  padding: 5px !important;
  margin-top: 13px !important;
}

.nav-button 
{
  margin-top: -80px !important;
}

.navbar-expand-lg .navbar-nav .nav-link 
{
  padding-right: 5px !important;
  padding-left: 5px !important;
  font-weight:500 !important;

}

.iuerrrt_inner h4 
{
    color:black;
    font-size:35px;
    font-weight:600;
}

.iuerrrt_inner p
{
    color:black;
    font-size:18px;
    font-weight:500;
}

.dfsdf588 label 
{
    color:black;
    font-weight:600;
    font-size:17px;
}

.ihiuehrrr_box i
{
    padding:20px;
    background-color:#09AB82;
    border-radius:6px;
    color:white;
    font-size:18px;
}

.uihuihiuerrr{
    margin-left:15px;
}
.uihuihiuerrr h5 
{
    color:black;
    font-weight:600;
}

header .ham {
  transition: width 0.3s;
  background: #F9F8F7;
}
header .line1, header .line3 {
  width: 28px;
  height: 2px;
  margin: 6px;
  transition: 0.4s;
}
header .change .line1 {
  transform: rotate(-45deg) translate(-3px, 2px);
}
header .change .line3 {
  transform: rotate(45deg) translate(-3px, -2px);
}
header .menu-item:hover {
  color: #000;
}
header .nav-active {
  color: #000;
}
header .dropdown-item {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
header .costum-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* background-color: var(--main-green-background-color) !important; */
  position: fixed !important;
  height: 80px !important;
  background-color:white !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}
header .costum-navbar .menu-item {
  color: #000000 !important;
}
header .ferrtbtuyyt .btn {
  background: var(--main-green-background-color) !important;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  border: 2px solid #fff;
}
header .ferrtbtuyyt .btn:hover {
  transition: 0.3s ease-in-out;
  background: #000000 !important;
  color: var(--main-black-shade-background-color) !important;
  border: 2px solid var(--main-green-background-color);
}

.bfhdgfd 
{
  padding: 8px 15px;
  border: 2px solid #09ab82;
  background-color: white;
  margin-top: 13px;
}

/*header end*/


.reg-body {
  width: 100%;
  height: 100vh;
  background: url(../image/22432.jpg);
  background-size: 100% 100%;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
}

.formbody {
  width: 35%;
  margin: auto;
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 40px;
  border-radius: 10px;
}

.lv {
  font-size: 14px;
  font-weight: 600;
}

.guihgi .form-control::-moz-placeholder {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
}

.guihgi .form-control::placeholder {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
}

.guihgi .form-control {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.bnt {
  width: 100%;
  height: 45px;
  color: white;
  background: url(../image/blue-trendy-button-website-app-ui-concept-element-web-design-modern-button-template_110464-474.jpg);
  background-size: 100% 100%;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
  font-family: "Ubuntu", sans-serif;
}

.yhrygh p {
  font-size: 14px;
}
.yhrygh span {
  font-size: 14px;
  color: blue;
}

.yhrygh {
  text-align: center;
  margin-top: 2px;
}

.uyguygh {
  text-align: center;
}
.uyguygh h2 {
  font-size: 30px;
  font-family: "Ubuntu", sans-serif;
}

.jdiughftygf {
  width: 100%;
  height: 100vh;
  background: url(../image/portrait-person-playing-cricket-sport.jpg);
  background-size: 100% 100%;
}

.logo {
  width: 100px;
  height: 70px;
}
.logo img {
  width: 100%;
  height: 100%;
}

.overlay2 {
  width: 100%;
  height: 100vh;
  background-color: rgba(2, 86, 62, 0.7);
}

.content2 h2 {
  font-size: 55px;
  padding-top: 175px;
  color: white !important;

}


.content2 p 
{
    color:white;
    font-size:18px !important;
}

.jhfhdgfdg {
  display: flex;
}

.jgg img {
  width: 100%;
  height: 100%;
}

.jgg {
  margin-right: 30px;
}

.nfjkgfg {
  padding-bottom: 20px;
}
.nfjkgfg h6 {
  color: white;
  font-size:18px;
}

.nfjkgfg button 
{
    padding:15px 50px;
    border:none;
    background-color:#f77428;
    border-radius:4px;
    color:white;
    font-weight:500;
    font-size:18px;
    margin-top:20px;
    
    
}

.section3 {
  width: 100%;
  padding: 40px 0;
}

.jbhgjhfg img {
  width: 100%;
  height: 82vh;
}

.gjfdhgf img
{
    width:75px;
    height:170px;
    padding:20;
}

.dvhufdhgre548 
{
    margin-top:40px;
}

.nfjhgfdg {
  text-align: center;
  padding: 30px 0;
}
.nfjhgfdg h2 {
  color: black;
  font-family: "Ubuntu", sans-serif;
}

.jfhhjgf11 {
  display: flex;
  text-align: right;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.jfhhjgf11 h6 {
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0;
  font-size: 16px;
}
.jfhhjgf11 p {
  font-size: 16px;
  color: gray;
  margin: 0;
  /* font-weight: 600; */
}

.jfhhjgf2 {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
  padding: 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.jfhhjgf2 h6 {
  font-weight: bold;
  color: black;
  margin: 0;
  font-size: 16px;
}
.jfhhjgf2 p {
  font-size: 14px;
  color: gray;
  margin: 0;
}

.njhfgf {
  margin-left: 15px;
}
.njhfgf h2 {
  font-size: 50px;
  color: rgb(190, 187, 187);
}

.njhfgf2 {
  margin-right: 15px;
}
.njhfgf2 h2 {
  font-size: 50px;
  font-family: "Quicksand", sans-serif;
  color: rgb(190, 187, 187);
}

.jfhhjgf:hover {
  transform: scale(1.1);
  transition: 0.3s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.jfhhjgf2:hover {
  transform: scale(1.1);
  transition: 0.3s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.section4 {
  width: 100%;
  height: auto;
  padding:20px 0;
  background-color: #09ab82;
}



.hfghfjdgdgf {
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  height: 220px;
  margin-bottom: 25px;
  background-color: white;
 background: rgb(2,0,36);
 background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(217,238,233,1) 74%);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.jkhgfh p {
  font-size: 12px;
}

.jkgh {
  margin-left: 5px;
  background-color: red;
  width: 40px;
  height: 20px;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.jhfgfg h2 {
  padding: 25px 0;
  color: white;
}

.jvfjg p {
  text-align: center;
  /*color:#09ab82;*/
  color:black;
  font-weight:600;
}

 .jvfjg
{
    background-color:#26B697;
    width:100%;
    height:50px;
}
 .jvfjg p 
 {
     color:white;
     line-height:50px;
 }
 
  .jfhhjgf
 {
     background-color:#26B697;
     display:flex;
     justify-content:space-between;
     padding:0px 10px;
     width:100%;
     height:50px;
 }
 
 .jfhhjgf h6
 {
     color:white;
     line-height:50px;
     
 }
 
  .jfhhjgf p 
  {
      color:white;
         line-height:50px;
  }


.jhfgfgf {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}
.jhfgfgf span {
  margin: 0;
  font-weight: 600;
  color:black;
}
.jhfgfgf p {
  margin: 0;
  color:gray;
}

.jjhj img {
  width: 25px;
  height: 25px;
}

.gjjkfghffgdg {
  display: flex;
  align-items: baseline;
}
.gjjkfghffgdg p {
  padding-left: 3px;
}

.mgjhfgfdgfghgh {
  display: flex;
  justify-content: space-between;
}



.jghgfdjgf span {
  font-weight: 600 !important;
  color:black;
}
.jghgfdjgf h6 
{
    color:black;
}

.juighfg p {
  margin: 0;
  color:black;
  font-weight:600;
}
.center
{
    color:red;
}

.jvfjg i 
{
    padding-left:30px;
}

.nfjkghfjg p {
  font-size: 15px;
  padding-top: 5px;
  color: red;
  font-weight:500;
}

.section5 {
  width: 100%;
  height: 520px;
  background: url(../image/michael-weir-dpd3Hn47ojg-unsplash.jpg);
  background-size: 100% 100%;
}

.overlay5 {
  width: 100%;
  height: 520px;
  background-color: rgba(0, 0, 0, 0.6);
}

.gjfg {
  width: 50%;
  margin: auto;
}

.khgfg {
  padding-top: 40px;
}

.hndfjkhfd {
  text-align: center;
  color: white;
}
.hndfjkhfd h5 {
  font-size: 20px;
  padding-top: 40px;
}

.utihihhjkh {
  margin: 10px;
}

.ghg {
  width: 100%;
  height: 200px;
}
.ghg img {
  width: 100%;
  height: 100%;
}

.blogs55 {
  width: 100%;
  padding: 40px;
  background-color:white;
    
}

.utihihhjkh {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.jhguygh {
  padding: 10px 10px 20px 10px;
}
.jhguygh h6 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(3, 101, 98);
}
.jhguygh p {
  font-size: 14px;
  color: black;
}

.kghfjkgfgg {
  display: flex;
}

.ukhgfdbf0 {
  text-align: center;
  padding: 40px 20px;
}
.ukhgfdbf0 h2 {
  font-size: 40px;
  font-weight: 500;
}

.gjkfgjf {
  width: 50px;
  height: 50px;
}
.gjkfgjf img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.jhgfgfh {
  margin-left: 10px;
  margin-top: 5px;
}
.jhgfgfh h6 {
  font-size: 14px;
  font-weight: 500px;
  color: black;
  margin-bottom: 0;
}
.jhgfgfh i {
  color: gold;
}
.jhgfgfh p {
  font-size: 13px;
  padding-top: 3px;
}

.bnt10 {
  padding: 7px 15px;
  color: white;
  background-color: #09ab82;
  border-radius: 4px;
  border: none;
}

footer {
  width: 100%;
  /*margin-top: 30px;*/
}

.footer1 {
  width: 100%;
  height: auto;
  padding:20px;
  background-color: #09ab82;
}

.logo1 {
  width: 100px;
  height: 70px;
  margin-top: 25px;
  border-radius: 12px;
}
.logo1 img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.fnfb {
  display: flex;
  margin-bottom: 15px;
}
.fnfb a {
  color: rgb(255, 255, 255);
  text-align: none;
  padding-left: 7px;
}
.fnfb i
{
    color:white;
}

.fnfb a:hover {
  color: white;
  text-decoration: none;
}

.mjknghfghgf {
  margin-top: 15px;
}

.ppp {
  width: 23px;
  height: 23px;
}
.ppp img {
  width: 100%;
  height: 100%;
}

.ppp i 
{
    color:white;
}

.kfdngjhfg {
  margin-top: 25px;
}
.kfdngjhfg h5 {
  font-size: 25px;
  color: whitesmoke;
}

.hr1 {
  background-color: white !important;
}

.nfjbfg p {
  color: white;
  text-align: center;
}

.jkbjhffgbfgb {
  width: 100%;
  height: 300px;
  padding-top: 80px;
  background: url(../image/pitch.jpg);
  background-size: 100% 100%;
}

.jfhfdgf h2 {
  text-align: center;
  color: white;
  padding: 100px 0;
  font-size: 45px;
  font-weight: bold;
}

.overlayss {
  width: 100%;
  height: 220px;
  background-color: rgba(3, 54, 52, 0.6);
}

.jbjhffdgfghgf {
  width: 100%;
  padding: 40px 0;
}

.jujghf {
  width: 100%;
  height: 350px;
}
.jujghf img {
  width: 100%;
  height: 100%;
}

.gfjkghjghgf h2 {
  color: rgb(1, 35, 34);
  padding-bottom: 10px;
}

.mnfkjgfgfd {
  font-size: 15px;
  color: rgb(57, 57, 57);
}

.fngfd i {
  color: #09ab82;
  padding-right: 15px;
  font-size: 20px;
}

.jhgfgdgf {
  width: 210px;
  height: 120px;
}
.jhgfgdgf img {
  width: 100%;
  height: 100%;
}

.gbfdg {
  display: flex;
  margin-top: 20px;
}

.ggfgf {
  margin-bottom: 40px;
}
.ggfgf h5 {
  font-size: 23px;
  color: #4f4f4f;
  font-weight: 500;
}

.gggh555 {
  margin-left: 15px;
}
.gggh555 h6 {
  padding-top: 5px;
  color: #045944;
  font-weight: 600;
  line-height: 25px;
}

.gbfdg {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.hfjshdfgfd {
  width: 100%;
  padding: 20px 0;
}

.jdfhdg h2 {
  padding: 20px 0;
  font-size: 25px;
  color: gray;
}

.hfjshdfgfd {
  width: 100%;
  margin-bottom: 20px;
}

.btn {
  background: #09ab82;
  color: #fff;
  padding: 12px;
  width: 50px !important;
  height: 50px !important;
}

.xt-blog-form {
  margin-top: 50px;
}

.njkhfjgfg {
  text-align: right;
}

.input-group .form-control {
  padding: 10px !important;
}

.jkfhfdgfdgfdg {
  width: 100%;
  padding: 40px 0;
}

.knxfgjgcghgfh {
  display: flex;
  align-items: baseline;
  margin-left: 10px;
}
.knxfgjgcghgfh h6 {
  color: #045944;
  font-weight: 600;
}
.knxfgjgcghgfh p {
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
}

.mjhffdgfhjdgf ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mjhffdgfhjdgf ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
}

.mjhffdgfhjdgf ul.tabs li.current {
  background: #ffffff;
  color: #7d7c7c;
  border: 2px solid #09ab82;
  font-size: 17px;
  font-weight: 600;
}

.mjhffdgfhjdgf .tab-content {
  display: none;
  background: #ffffff;
  margin-top: 20px;
}

.mjhffdgfhjdgf .tab-content.current {
  display: inherit;
}

.jfhhjgf:hover {
  transform: none;
  box-shadow: none;
}

.hreuyrghfgf table {
  background-color: #fff;
}

.hreuyrghfgf thead {
  background-color: #d6d6d6;
  color: rgb(0, 0, 0);
  width: 100%;
  border: NONE;
}

/* .jfhhjgf {
  background-color: #09ab82;
  color: white;
  font-weight: 500;
  margin: 0;
} */

.jghfjg {
  display: flex;
  justify-content: space-between;
}

.table td, .table th 
{
    font-size:14px !important;
}
.bhjbhj548654 p 
{
    font-weight:700;
    color:black;
}

.ffngjfd55 
{
    color: black !important;
    font-size: 15px !important;
}

.jghfjg h6 {
  color: #0241D4;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.jghfjg p {
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 500;
}

.jjhfjhg {
  width: 200px;
}

.jghfjg1 h6 {
  width: 150px;
}

.thead th.jhjjfdf {
  width: 200px !important;
}

.hfghfjdgdgf1 {
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  height: 200px;
  margin-bottom: 25px;
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.jkhgjhfdgfdg {
  width: 100%;
  height: 180px;
}

.mjkdghjfdkfdgfd {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.uefhjejf h6 {
  text-align: center;
  color: #045944;
  font: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.fjkhgufdgf {
  width: 100%;
  height: 220px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-top: 25px;
}

.njghfdjgfdg {
  padding: 20px 0;
}
.njghfdjgfdg h6 {
  font-size: 18px;
  font-weight: 600;
  color: #7d7c7c;
}

.jghfjg1 {
  display: flex;
}
.jghfjg1 h6 {
  color: #045944;
  font-weight: 600;
}
.jghfjg1 p {
  color: gray;
  font-weight: 400;
}

.jfuihgfhjgdfg {
  top: 15% !important;
  z-index: -9999 !important;
}

/*start profile page */
.lmjkhfhgfg {
  width: 100%;
  height: 350px;
  padding-top: 80px;
  background-color: #09ab82;
}

.fhdfdf {
  width: 170px;
  height: 190px;
}
.fhdfdf img {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  position: relative;
  border-radius: 12%;
}
.fhdfdf i {
  position: absolute;
  padding-top: 60px;
  font-size: 20px;
  color: rgb(45, 45, 45);
  margin-left: -12px !important;
}

.nfjhdffd5545 {
  display: flex;
}

.jfhedfsd {
  margin-top: 60px;
  margin-left: 30px;
}
.jfhedfsd h4 {
  font-weight: 600;
  color: white;
  letter-spacing: 3px;
  font-size: 28px;
  margin-bottom: 0;
}
.jfhedfsd p {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.jfhedfsd span {
  padding-top: 10px !important;
  font-weight: 500;
  color: white;
}

.jdhguyfdgfdgfd {
  margin-top: 40px;
}
.jdhguyfdgfdgfd h5 {
  color: white;
  font-weight: 600;
}
.jdhguyfdgfdgfd button {
  padding: 6px 10px;
  border: none;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 7px;
  border-radius: 4px;
  color: white;
  background-color: #0d8d78;
}

.fkjbhfdhgfdgfd {
  margin-top: 25px;
}

.djfhjfdgfd {
  display: flex;
  align-items: baseline;
}
.djfhjfdgfd h6 {
  color: white;
  width: 88px;
  padding-right: 20px;
}

.jffshdgfdffdgjfdhgjfdg {
  margin-top: 10px;
}

.djfhjfdgfd {
  margin-top: -5px;
}

.kfhdvfdsf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.btn454 {
  background-color: #fff !important;
  color: black !important;
  font-weight: 600 !important;
}

/*start modal css */
/*start modal css */
.modalsss .wrap {
  padding: 15px;
}
.modalsss h1 {
  font-size: 28px;
}
.modalsss h4,
.modalsss modal-title {
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.modalsss .no-borders {
  border: 0px;
}
.modalsss .body-message {
  font-size: 18px;
}
.modalsss .centered {
  text-align: center;
}
.modalsss .btn-primary {
  background-color: #2086c1;
  border-color: transparent;
  outline: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 10px 25px;
}
.modalsss .btn-primary:hover {
  background-color: #2086c1;
  border-color: transparent;
}
.modalsss .btn-primary:focus {
  outline: none;
}
.modalsss .modal-header {
  background-color: #09ab82;
}

.btn123 {
  padding: 6px 22px;
  border: none;
  background-color: #09ab82;
  color: white;
  font-weight: 500;
  border-radius: 8px;
}

.njddf label {
  font-size: 15px;
  font-weight: 600;
  color: #4f4f4f;
}

.njddf {
  margin-top: 7px;
}
.mnfjfkvhjgfdg{
  padding-top: 80px;
}

/*end modal css */
/*end modal css */
/*end match details css */
/*end match details css */
/*end match details css */










/*start Tournamnet  css */
/*start Tournamnet  css */
/*start Tournamnet  css */
.dbfhfdfdd ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.dbfhfdfdd ul.tabs li {
  background: #ffffff;
  color: #222;
  border: 2px solid #09ab82;
  display: inline-block;
  width: 150px;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.dbfhfdfdd ul.tabs li.current {
  background: #09ab82;
  color: #ffffff;
}
.dbfhfdfdd .tab-content {
  display: none;
  background: #ffffff;
  padding: 15px;
}
.dbfhfdfdd .tab-content.current {
  display: inherit;
}

.kdfnghbfdgfdgfd {
  padding: 40px 0;
}

.gbhffd h4 {
  font-weight: 600;
}

.kfyd55 {
  margin-top: -50px;
}

.fhdf h4 {
  padding-top: 10px;
  color: #7d7c7c;
  font-weight: 600;
}

.ghfdgd {
  width: 100%;
  height: 100px;
  border-radius: 8px;
}
.ghfdgd img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


.btn100p
{
    padding:12px 40px;
    border:none;
    border-radius:8px;
    background-color:#09AB82;
    color:white;
    
}


.shdgfdgfdh
{
  width: 100%;
  height: 410px;
  background: url(../image/alessandro-bogliari-oDs_AxeR5g4-unsplash.jpg);
  background-size: 100% 100%;
}

.overlay-new
{
  width: 100%;
  height: 410px;
  background-color: rgba(0, 0, 0, 0.5);
 
}

.bhydsgfds   h2 
{
    line-height: 410px;
    color: white;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
  
}

.dfsdf588 .form-control
{
    padding:10px;
}
.njbhfdjg button {
  padding: 4px 10px;
  color: white;
  background-color: red;
  border: none;
  font-size: 14px !important;
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 25px;
}

.njbhfdjg h6 {
  color: black;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.njbhfdjg p {
  font-size: 14px;
  color: gray;
  margin: 0;
}

.fbhjgfd {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.fbhjgfd:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.5s;
}

.ffgfgfgdfg55 {
  margin-top: 40px;
}
.kdfnghbfdgfdgfd{
 padding-top: 130px;
}

/*end Tournamnet  css */
/*end Tournamnet  css */





/*start tourament details css */
/*start tourament  css */
/*start tourament  css */
/* .jsdhfyufdgfdgfd {
  width: 100%;
  height: 370px;
  background-color: #09ab82;
}

.kshfygdf {
  width: 100%;
  height: 170px;
}
.kshfygdf img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.hfhghdsfd {
  margin-top: 50px;
}

.jkfhdfd {
  border-bottom: 1px solid white;
  margin-top: 15px;
}
.jkfhdfd h4 {
  color: white;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}
.jkfhdfd p {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
  font-size: 600;
}

.nghfgd p {
  font-size: 16px;
  font-size: 600;
  color: rgb(255, 255, 255);
  padding-top: 5px;
  margin-bottom: 10px;
}
.nghfgd button {
  padding: 8px 10px;
  font-size: 15px;
  background-color: #fff;
  font-size: 600;
  border-radius: 4px;
  color: #09ab82;
  border: none;
}

.nffhhdfd button {
  margin-top: 60px;
  width: 150px;
  height: 120px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  margin-right: 15px;
  border-radius: 8px;
}
.nffhhdfd 
{
  text-align: right;
  margin: auto;
}
.nffhhdfd button h6 {
  font-size: 24px;
  font-weight: 600;
}

.hshvfd body {
  margin-top: 100px;
  font-family: "Trebuchet MS", serif;
  line-height: 1.6;
}
.hshvfd .container {
  width: 800px;
  margin: 0 auto;
}
.hshvfd ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hshvfd ul.tabs li {
  background: none;
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
.hshvfd ul.tabs li.current {
  background-color: #09ab82;
  color: #ffffff;
}
.hshvfd .tab-content {
  display: none;
  background: transparent;
  padding: 15px;
}
.hshvfd .tab-content.current {
  display: inherit;
}

.nfhdfgd {
  text-align: center;
}

.sjshfhdsfdsfds {
  padding: 40px 0;
}

.hfjdfsdfsdg {
  background-color: #efeded;
  width: 100%;
  padding: 40px 0;
  border-radius: 8px;
}

.dhfygdfsdfdsf {
  margin-top: 30px;
}

.jkgh1 p {
  padding: 4px 5px;
  background-color: rgb(6, 91, 115);
  margin-bottom: 0;
  font-size: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding-bottom: 0;
}

.jkgh2 p {
  padding: 3px 5px;
  background-color: rgb(5, 149, 65);
  margin-bottom: 0;
  font-size: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding-bottom: 0;
}
.jsdhfyufdgfdgfd{
  padding-top: 100px;
} */
.nfghdhfdgd{
  padding-top: 80px;
}
.jsdhfyufdgfdgfd{
  padding-top: 100px;
}

/*end tourament deatails  css */
/*end tourament  css */




.jsdhfyufdgfdgfd {
  width: 100%;
  height: 370px;
  background-color: #09ab82;
}

.kshfygdf {
  width: 100%;
  height: 170px;
}
.kshfygdf img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.hfhghdsfd {
  margin-top: 50px;
}

.jkfhdfd {
  border-bottom: 1px solid white;
  margin-top: 15px;
}
.jkfhdfd h4 {
  color: white;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}
.jkfhdfd p {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
  font-size: 600;
}

.nghfgd p {
  font-size: 16px;
  font-size: 600;
  color: rgb(255, 255, 255);
  padding-top: 5px;
  margin-bottom: 10px;
}
.nghfgd button {
  padding: 8px 10px;
  font-size: 15px;
  background-color: #fff;
  font-size: 600;
  border-radius: 4px;
  color: #09ab82;
  border: none;
}

.nffhhdfd button {
  margin-top: 90px;
  width: 150px;
  height: 120px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  margin-right: 15px;
  border-radius: 8px;
}
.nffhhdfd button h6 {
  font-size: 24px;
  font-weight: 600;
}

.hshvfd body {
  margin-top: 100px;
  font-family: "Trebuchet MS", serif;
  line-height: 1.6;
}
.hshvfd .container {
  width: 800px;
  margin: 0 auto;
}
.hshvfd ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hshvfd ul.tabs li {
  background: none;
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
.hshvfd ul.tabs li.current {
  background-color: #09ab82;
  color: #ffffff;
}
.hshvfd .tab-content {
  display: none;
  background: transparent;
  padding: 15px;
}
.hshvfd .tab-content.current {
  display: inherit;
}

.nfhdfgd {
  text-align: center;
}

.sjshfhdsfdsfds {
  padding: 40px 0;
}

.hfjdfsdfsdg {
  background-color: #efeded;
  width: 100%;
  padding: 40px 0;
  border-radius: 8px;
}

.dhfygdfsdfdsf {
  margin-top: 30px;
}

.jkgh1 p {
  padding: 4px 5px;
  background-color: rgb(6, 91, 115);
  margin-bottom: 0;
  font-size: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding-bottom: 0;
}

.jkgh2 p {
  padding: 3px 5px;
  background-color: rgb(5, 149, 65);
  margin-bottom: 0;
  font-size: 12px !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  padding-bottom: 0;
}

.skdnfhgdsfdsfd ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.skdnfhgdsfdsfd ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.skdnfhgdsfdsfd ul.tabs li.current {
  background: transparent;
  color: #222;
}
.skdnfhgdsfdsfd .tab-content {
  display: none;
  background: transparent;
  padding: 15px;
}
.skdnfhgdsfdsfd .tab-content.current {
  display: inherit;
}

.dhsgdsfsdfdg #parent {
  margin: 0 auto;
  width: 100%;
}
.dhsgdsfsdfdg .menu button {
  margin-right: 70px;
  margin-left: 60px;
  display: inline-block;
  padding: 10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.dhsgdsfsdfdg .menu button:hover {
  background: transparent;
}
.dhsgdsfsdfdg .menu button.active {
  background: transparent;
  color: white;
  border-bottom: 4px solid yellow;
}
.dhsgdsfsdfdg .tabs .tab:not(.active) {
  display: none;
}
.dhsgdsfsdfdg .tabs .tab {
  background: #ffffff;
  height: auto;
}

.rjhdgfd {
  background-color: #09ab82;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.dhsgdsfsdfdg {
  padding: 40px 0;
}

.jfhdsyugffbgfdg .tab-block {
  width: 100%;
}
.jfhdsyugffbgfdg .tab-block .tab-mnu {
  display: block;
  margin-left: 450px;
  list-style: none;
}
.jfhdsyugffbgfdg .tab-block .tab-mnu:after {
  content: "";
  display: table;
  clear: both;
}
.jfhdsyugffbgfdg .tab-block .tab-mnu li {
  box-sizing: border-box;
  float: left;
  background-color: #f9f9f9;
  color: rgb(0, 0, 0);
  padding: 6px 15px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-left: 20px;
  margin-top: 30px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
.jfhdsyugffbgfdg .tab-block .tab-mnu li:hover:not(.active) {
  background-color: #c0c7cb;
}
.jfhdsyugffbgfdg .tab-block .tab-mnu .active {
  background-color: #09ab82;
  color: #ffffff;
  cursor: default;
}
.jfhdsyugffbgfdg .tab-block .tab-cont {
  box-sizing: border-box;
  background-color: transparent;
  color: #292d2f;
}
.jfhdsyugffbgfdg .tab-block .tab-cont .tab-pane {
  padding: 20px 25px;
}

.bhfdsfdf ul {
  text-align: center;
}

.jfhdsyugffbgfdg {
  width: 100%;
  background-color: #efeded;
}

.jbdhfgf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 8px;
  border-bottom: 2px solid #09ab82;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.bhfsdf {
  width: 80px;
  height: 80px;
}
.bhfsdf img {
  width: 100%;
  height: 100%;
  border-radius: 20%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.jhudf {
  display: flex;
}

.knhfhdgdf {
  margin-left: 15px;
}
.knhfhdgdf h6 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #363535;
}

.bfhdfspn {
  font-size: 15px !important;
  color: gray !important;
}

.knhfhdgdf button {
  border: none;
  padding: 0 5px;
  font-weight: 500;
  border-right: 1px solid black;
}

.jkbdsdhgdf {
  text-align: center;
  margin: auto;
}
.jkbdsdhgdf button {
  padding: 8px 15px;
  background-color: #09ab82;
  border-radius: 8px;
  margin-top: 15px;
  color: white;
  border: none;
}

.esygesfsdg {
  margin-top: 30px;
}

.jfhhjgf10 {
  display: flex;
  text-align: right;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: #ef7b06;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.jfhhjgf10 h6 {
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin: 0;
  font-size: 16px;
}
.jfhhjgf10 p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0;
  font-weight: 600;
}

.jfhfgf {
  width: 100%;
  height: 50px;
  background-color: rgb(209, 11, 179);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf2 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf2 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf3 {
  width: 100%;
  height: 50px;
  background-color: rgb(241, 178, 6);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf3 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf4 {
  width: 100%;
  height: 50px;
  background-color: rgb(8, 78, 135);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf4 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf5 {
  width: 100%;
  height: 50px;
  background-color: rgb(229, 92, 1);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf5 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf6 {
  width: 100%;
  height: 50px;
  background-color: rgb(248, 93, 82);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf6 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf7 {
  width: 100%;
  height: 50px;
  background-color: rgb(183, 22, 7);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf7 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
}

.jfhfgf8 {
  width: 100%;
  height: 50px;
  background-color: rgb(3, 46, 95);
  margin-top: 20px;
  border-radius: 6px;
}
.jfhfgf8 h4 {
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 22px;
}

.kehfyusfsdsgfd {
  align-items: center;
  margin: auto;
}

/*end tourament  css */
/*end tourament  css */



/* start product description page css  */
/* start shop details page css  */
/* start shop details page css  */
.hghfhfgn {
  padding-top:100px;
  padding-bottom:40px;
  width: 100%;
 
 
 
}

.hjbfhjdsf5648 h2
{
    font-weight:600;
}

.dkfjhfbgd 
{
    padding:40px 0;
}

.dkfjhfbgd

.hghfhfgn h2 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.hjhf {
  text-align: center;
}

.ghjdf555 {
  margin-top: 40px;
}

.fhfr {
  width: 100%;
  height: 400px;
}

.fhfr img {
  width: 100%;
  height: 100%;
}

.heyufgsgds h6 {
  color: #23A455;
  font-weight: 600;
  font-size: 18px;
}

.hdgsg {
  font-size: 20px;
  color: rgb(232, 182, 0);
}

.hdgsg span {
  color: #000;
}

.bhdsfhds {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
}

.sdd h6 {
  color: black;
  font-size: 22px;
  font-weight: 600;
}

.ddfc {
  margin-left: 10px;
}

.ddfc .fdf {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

.ddfc .fdf2 {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 0, 0);
  text-decoration: line-through;
}

.hhdgfdsf button {
  padding: 12px 30px;
  margin-top: 20px;
  border: none;
  color: #ffffff;
  background-color: #f77428;
  border-radius: 4px;
}

.jhsjfdhdsf ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 20px;
}

.jhsjfdhdsf ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  border: 3px solid rgb(255, 255, 255);
}

.jhsjfdhdsf ul.tabs li.current {
  background: #ffffff;
  color: #222;
  border: 3px solid rgb(35, 183, 241);
}

.jhsjfdhdsf .tab-content {
  display: none;
  background: #ffffff;
}

.jhsjfdhdsf .tab-content.current {
  display: inherit;
}

.bhhgsdfsd {
  margin-top: 5px;
}

.fvfgd {
  color: #000 !important;
}

.hbdf {
  width: 98px;
  height: 95px;
}

.hbdf img {
  width: 100%;
  height: 100%;
}

.esjghsdf {
  width: 100%;
  height: 500px;
}

.esjghsdf img {
  width: 100%;
  height: 100%;
}

.ebnbusfs h2 {
  font-weight: 600;
  color: black;
}

.fhgfdg {
  width: 100%;
  height: 3px;
  background-color: #23A455;
}

.dshfysdvfsdf {
  width: 100%;
  padding: 30px 0;
}

.fbsdfs p {
  padding-top: 10px;
}

.fhusegfjs {
  margin-top: 190px;
}

.fhusegfjs h2 {
  font-size: 50px;
}

.senfujsd {
  width: 100%;
  padding: 40px 0;
}

.fdgdfg h2 {
  font-size: 35px;
  color: black;
  font-weight: 600;
}

.sbhjvsds {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 3px solid #23A455;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.fsdsf label {
  font-weight: 600;
}

.fsdsf {
  margin-bottom: 15px;
}

.fsdsf .form-control {
  width: 100%;
  height: 55px;
  border-left: 2px solid #23A455;
}

.fsdsf .select {
  width: 100%;
  height: 55px;
}

.fsdsf textarea {
  width: 100%;
  height: 120px !important;
}

.fsdsf select {
  width: 100%;
  height: 55px !important;
}

.bfhdfs {
  padding: 0px 20px 20px 20px;
}

.bfhdfs button {
  padding: 12px 35px;
  background-color: #23A455;
  color: white;
  border-radius: 4px;
  border: none;
}

.fdgdfg h2 {
  border-left: 5px solid #61ce70;
  padding-left: 5px;
}

.hhjfgjdf {
  /* Hide the number input spin buttons */
}
.hhjfgjdf body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
}
.hhjfgjdf .quantity {
  display: flex;
  border: 2px solid #3498db;
  border-radius: 4px;
  overflow: hidden;
  width: 103px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hhjfgjdf .quantity button {
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.hhjfgjdf .quantity button:hover {
  background-color: #2980b9;
}
.hhjfgjdf .input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}
.hhjfgjdf .input-box::-webkit-inner-spin-button,
.hhjfgjdf .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hhjfgjdf .input-box[type=number] {
  -moz-appearance: textfield;
}

/* end product description  page css  */
/* end shop details page css  */
/* end shop details page css  */










/* startupcoming matych css  css */
/* startupcoming matych css  css */
/* strtupcoming matych css  css */
/*upcoming matych css  css */
.fhf555ff {
  width: 120px;
  height: 120px;
}
.fhf555ff img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.kshfygsdffdgf {
  padding: 40px 0;
  width: 100%;
  padding-top: 120px;
}

.jhfdfdfffd {
  padding: 10px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 8px;
  border-bottom: 3px solid #09ab82;
  border-left: 3px solid #09ab82;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.jhfdfdfffd:hover {
  border-top: 3px solid #09ab82;
  border-right: 3px solid #09ab82;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transition: 0.5s;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.jbffdgfdgf {
  margin-left: 20px;
}

.dhddd {
  padding: 3px 8px;
  background-color: #09ab82;
  color: white;
  border-radius: 4px;
}

.nghfgf button {
  margin-top: 12px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-right: 2px solid black;
}

.jbffdgfdgf h6 {
  padding-top: 7px;
}

.jhfdfdfffd {
  margin-bottom: 15px;
}

.hfdfdsfds {
  margin-bottom: 15px;
}
.hfdfdsfds h4 {
  font-size: 26px;
  font-weight: 600;
  padding: 4px 6px;
}

.jkfhdsfdsf2 button 
{
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    margin-bottom: 12px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 50px;
    margin-top: 15px;
}

.vdhvbhgd55 h5
{
     width:160px;
     height:45px;
     border:none;
     background-color:white;
     box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
     border-bottom:4px solid #09ab82;
     font-size:18px;
     padding-top:10px;
     font-weight:600;
     text-align:center;
     
}

.vdhvbhgd55  
{
    padding:10px 0;
}

.vdhvbhgd551 h5
{
     width:220px;
     height:45px;
     border:none;
     background-color:white;
     box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
     border-bottom:4px solid #09ab82;
     font-size:18px;
     padding-top:10px;
     font-weight:600;
     text-align:center;
     
}

.vdhvbhgd551 
{
    padding:10px 0;
}

.hfjdfsdfsdg2 {
  background-color: #efeded;
  width: 100%;
  padding: 40px 20px 40px 20px;
  border-radius: 8px;
}



/* end  upcoming matych css  css */
/* end  upcoming matych css  css */
/* end  upcoming matych css  css */



/*start shop page css */
/*start shop page css */
/*start shop page css */
.sdbfsdfsdfg {
  width: 100%;
  padding: 40px 0;
  
}

.jhbshd
{
    width:100%;
    height:110px;
}

.fhgdsfd {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.container11 {
  width: 88%;
  margin: auto;
}

.sdbfsdfsdfg {
  padding: 20px;
  background-color: #ffffff;
}

.dkfjhfbgd {
  margin-top: 40px;
}

.nhjfdsg {
  width: 100%;
  height: 220px;
  background: url(../image/Screenshot\ \(1\).png);
}
.nhjfdsg img {
  width: 100%;
  height: 100%;
}

.fbfhjfdgfdg {
  border: 5px solid white;
  padding: 10px;
}

.fbfhjfdgfdg {
  background-color: #fff;
}
.fbfhjfdgfdg h6 {
  color: black;
  font-weight: 600;
}
.fbfhjfdgfdg p {
  color: red;
}
.fbfhjfdgfdg button {
  width: 100%;
  height: 40px;
  background-color: #09AB82;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}

.sdgfdgf255 {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 8px;
}

.sdnhhjfgsdgf {
  width: 100%;
  height: 400px;
}
.sdnhhjfgsdgf img {
  width: 100%;
  height: 100%;
}

.fhgdsfd {
  margin-top: 50px;
}

/*end shop page css */
/*end shop page css */

/*start scoreboard-football css */
/*start scoreboard-football css */
/*start scoreboard-football css */
.djfjhfdfdsf548 {
  width: 60%;
  margin: auto;
}

.hjfgf55 {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
}
.hjfgf55 h2 {
  line-height: 80px;
  text-align: center;
  color: #07174b;
  font-weight: 700;
}

.fdfgjf76 {
  background-color: red;
  height: 80px;
  border-radius: 8px;
  width: 100%;
  border-right: 5px solid rgb(255, 255, 255);
}
.fdfgjf76 h2 {
  text-align: center;
  line-height: 80px;
  font-size: 45px;
  color: white;
}

.fdfgjf76ddd {
  background-color: red;
  height: 80px;
  height: 80px;
  border-radius: 8px;
  border-left: 5px solid rgb(255, 255, 255);
}
.fdfgjf76ddd h2 {
  text-align: center;
  line-height: 80px;
  font-size: 45px;
  color: white;
}

/*end scoreboard-football css */
/*end scoreboard-football css */





/*start new downbar csss cricket css */
/*start new downbar csss cricket css */
/*start new downbar csss cricket css */
.conextram {
  width: 98%;
  margin: auto;
}

.vhbvf {
  width: 100%;
  height: 100px;
  background-color: #1573ff;
  border-radius: 12px;
}
.vhbvf h2 {
  text-align: center;
  line-height: 100px;
  color: white;
}

.vhbvf2 {
  width: 100%;
  height: 100px;
  background-color: red;
  border-radius: 12px;
}
.vhbvf2 h2 {
  text-align: center;
  line-height: 100px;
  color: white;
}

.fnvhjfd {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}

.fhgbf555 {
  display: flex;
  justify-content: space-between;
}
.fhgbf555 h4 {
  color: black;
  font-weight: 600;
}

.fhgbf5552 {
  display: flex;
  justify-content: space-between;
}
.fhgbf5552 h4 {
  color: black;
  font-weight: 600;
}

hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.nfjgbfdg {
  width: 100%;
  height: 100px;
  border-radius: 12px;
  background-color: #07174b;
}

.hbfsdb {
  width: 100%;
  height: 50px;
  background-color: #1b61c3;
  border-top-left-radius: 12px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.hbfsdb h4 {
  color: white;
  font-size: 28px;
  font-weight: 600;
}

.sdfhsdfd555 {
  width: 100%;
  background-color: #df5611;
  height: 50px;
  border-top-right-radius: 12px;
}
.sdfhsdfd555 h4 {
  color: white;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}

.vhjbfgs button {
  /*width: 35px;*/
  /*height: 35px;*/
  /*border-radius: 50px;*/
  font-size: 26px;
  font-weight: 600;
  margin-right: 8px;
  color:black;
  border:none;
  padding-right:8px;
  border-right:2px solid gray;
  background-color:transparent;
  /*border: 1px solid rgb(0, 0, 0);*/
}

.nvhjbfgfg {
  display: flex;
}

.bjfjfhgf {
  text-align: center;
}
.bjfjfhgf h4 {
  color: white;
  font-weight: 600;
  line-height: 50px;
  font-size: 26px;
}

.nhjfhvfvgfg {
  padding-top: 600px;
}

/*end new downbar csss cricket css */
/*end new downbar csss cricket css */


.hjbv588 
{
    color: blue !important;
}

