.dropdown-menu:li {
    text-align: left;
}
.court-img iframe {
    width: 100%;
    height: 650px;
}
.court-img {
    background-color: #ffffff94;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #0000002e;
    margin-top: 30px;
}
.catg-btns button:nth-child(2) {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 .dropdown-menu {
    padding: 0 !important;
    position: relative;
}
.dropdown-menu a.dropdown-item {
    border-bottom: 1px solid #fff;
    background-color: #ee4f2f;
    padding: 10px 16px;
}
.customer-address-payment-form label {
    position: static !important;
    padding: 0 !important;
}
.form-checkout .payment_stripe_wrap {
    display: none !important;
}
.ltt img {
    width: 100%;
    pointer-events: none;
}
.dropdown-menu a.dropdown-item:hover {
    background-color: #00729b;
    color: #fff;
}
.bskt-imgs img {
    margin: 10px 0;
}
li.dropdown .dropdown-toggle {
    display: inline-block;
    line-height: 50px;
}
.dropdown-menu::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #ee4f2f;
    left: 16px;
    top: -6px;
    transform: rotate(45deg);
}
.dropdown-menu a:first-child {
    background-color: #000;
    font-weight: 600;
}
.txt-list {
    margin: 30px 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-regular {
  font-weight: 400;
  font-style: normal;
}
.poppins-semibold {
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body, html{
	height: 100%;
}
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p, a, input, textarea, submit, select, li, button {
	font-family: "Poppins", sans-serif;
    font-weight: 400;
}
h1, h2, h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 42px !important;
    text-transform: capitalize;
}
h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
a, button {
	text-decoration: none !important;
	transition: all 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
section.prod-sec {
    padding-bottom: 40px;
}
.prod-sec .tab {
    text-align: center;
    margin: 0 0 40px;
}
.prod-sec .tab button {
    padding: 14px 20px;
    border-radius: 0;
    color: #EE4F2F;
    background-color: transparent;
    margin: 0 -3px;
    border: 2px solid #EE4F2F;
    cursor: pointer;
    transition: all 0.5s;
    min-width: 130px;
}
.prod-sec .tab button.active {
    background-color: #EE4F2F;
    color: #fff;
}
/*new css Start*/
.coupon figcaption {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.in-touch-title {
    z-index: 999999999;
    position: relative;
}
.coupon .coupon-code {
    border: 1px solid #c8c8c8;
    padding: 12px;
    width: 50%;
}
.btn-apply-coupon-code {
    color: #fff;
    background: #ee4f2f;
}
div#apply_coupon {
    margin-bottom: 10px;
}
.shipping_methods .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ee4f2f !important;
}
.shipping_methods .custom-radio {
    padding-left: 30px;
}


.sport-blk span, .sport-blk h4, .sport-blk p, .sport-blk a {
   position: relative; 
}
.sport-blk {
    position: relative;
    background-color: #fff;
}
.row-1:nth-child(1) .col-md-6-1 .sport-blk-1::before { 
    content: '';
    background-image: url(../images/b1.png);
}
.row-1:nth-child(1) .col-md-6-1 .sport-blk-2::before { 
    content: '';
    background-image: url(../images/b2.png);
}
.row-1:nth-child(1) .col-md-6-2 .sport-blk-1::before { 
    content: '';
    background-image: url(../images/b3.png);
}
.row-1:nth-child(1) .col-md-6-2 .sport-blk-2::before { 
    content: '';
    background-image: url(../images/b4.png);
}

.row-2 .col-md-6-1 .sport-blk-1::before { 
    content: '';
    background-image: url(../images/b5.png);
}
.row-2 .col-md-6-1 .sport-blk-2::before { 
    content: '';
    background-image: url(../images/b6.png);
}
.row-2 .col-md-6-2 .sport-blk-1::before { 
    content: '';
    background-image: url(../images/b7.png);
}
.row-2 .col-md-6-2 .sport-blk-2::before { 
    content: '';
    background-image: url(../images/b8.png);
}
.sport-blk::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}



/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
}
div#navbarSupportedContent {
    justify-content: end !important;
}
nav {
    padding: 0 !important;
}
.navbar li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
li.hdr-btn a {
    background-color: #EE4F2F;
    display: inline-block;
    padding: 14px 30px;
}
ul.navbar-nav {
    align-items: center;
}
ul.navbar-nav li {
    margin-left: 15px;
}


/*Banner Css Start*/
.homebanner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0 2%;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.homebanner::before {
    content: '';
    background-image: url(../images/ball1.png);
    height: 700px;
    width: 690px;
    position: absolute;
    left: -410px;
    top: 140px;
    background-size: cover;
    animation: rotate-animation 35s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.homebanner::after {
    content: '';
    background-image: url(../images/ball2.png);
    height: 600px;
    width: 600px;
    position: absolute;
    right: -310px;
    top: 180px;
    background-size: cover;
    animation: rotates-animation 35s infinite linear;
}
@keyframes rotates-animation {
	0% {
		transform: rotate(360deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.slide-blk {
    text-align: center;
}
.slide-blk img {
    width: 850px;
    margin-top: -17px;
}
.slide-cap {
    width: 65%;
    margin: 0 auto;
}
.slide-cap h1 {
    color: #fff;
    font-size: 64px;
    line-height: 76px;
    margin: 0 0 28px;
}
.slide-cap a {
    min-width: auto;
    display: inline-block;
    padding: 12px 30px;
    margin: 0 16px;
    color: #fff !important;
}
.bnr-btn1 {
    background-color: #EE4F2F;
}
.bnr-btn2 {
    background-image: linear-gradient(to bottom, #018ec2, #0079a5, #006588, #00516d, #003e53);
}

/*About Sec Css Start*/
.about-sec {
    padding: 70px 0;
    overflow: hidden;
}
.about-sec::before {
    content: '';
    height: 250px;
    width: 250px;
    background-image: url(../images/blue-circle.png);
    position: absolute;
    left: -140px;
    bottom: 90px;
    background-size: cover;
}
.about-sec::after {
    content: '';
    height: 250px;
    width: 250px;
    background-image: url(../images/orange-circle.png);
    position: absolute;
    right: -120px;
    top: 120px;
    background-size: cover;
}
.about-sec img {
    width: 100%;
    object-fit: cover;
}
.about-img01 img {
    height: 500px;
}
.about-img02 img {
    height: 236px;
}
.about-img03 {
    margin-top: 28px;
}
.row-flx {
    align-items: center;
}
.about-blk h6 {
    text-transform: capitalize;
    color: #EE4F2F;
    font-size: 20px;
}
.about-blk h2 {
    font-size: 42px;
    line-height: 47px;
    margin: 0 0 20px;
}
a.theme-btn {
    background-color: #EE4F2F;
    color: #fff;
    display: inline-block;
    padding: 14px 25px;
    margin-top: 10px;
}
a.theme-btn:hover {
    box-shadow: 0 10px 14px #00000073;
    color: #fff;
    background-color: #0181b0;
}
/*Counter Sec Css Start*/
.counter-sec {
    padding: 10px 0 60px;
}
.counter-blk {
    height: 100%;
    background-image: url(../images/counter-img2.png);
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}
.counter-blk::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #031C26;
    opacity: 0.9;
    left: 0;
    top: 0;
}
.counter-img img {
    width: 100%;
}
.pd0 {
    padding: 0 !important;
}
.counter-blk ul {
    position: relative;
    display: inline-flex;
    margin: 0;
    justify-content: space-around;
    color: #fff;
    width: 100%;
}
.counter-blk li span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.counter-blk li {
    font-size: 56px;
    font-weight: 700;
    line-height: 44px;
    color: #EE4F2F;
}

/*Sport Sec Css Start*/
section.sport-sec {
    padding: 30px 0;
}
.sport-sec::before {
    content: '';
    height: 250px;
    width: 250px;
    background-image: url(../images/blue-circle.png);
    position: absolute;
    right: 10px;
    top: 40%;
    background-size: cover;
}
.sport-main {
    text-align: center;
    background-image: url(../images/sport-img.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px;
    background-attachment: fixed;
}
.sport-main::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #031C26;
    opacity: 0.9;
}
.sport-main h3 {
    position: relative;
    color: #fff;
    margin: 0 0 28px;
}
.sport-blk {
    background-color: #fff;
    text-align: left;
    margin: 0 0 30px;
    padding: 30px;
    min-height: 460px;
}
.sport-blk span {
    height: 130px;
    width: 120px;
    display: inline-block;
}
.sport-blk span img {
    width: 100%;
}
/*.sport-main .slick-arrow {*/
/*    display: none !important;*/
/*}*/
.sport-main .slick-arrow {
    background-color: #ee4f2f !important;
    width: 40px;
    z-index: 99;
    height: 32px;
    border-radius: 5px;
}
.sport-main .slick-prev {
    left: -70px;
}
.sport-main .slick-next {
    right: -70px;
}
.sport-main .slick-dots li button:before {
    color: #fff;
    font-size: 60px;
}
.sport-main .slick-dots li.slick-active button:before {
    color: #fff;
}

/*How it Works Sec Css Start*/
section.how-works-main {
    padding: 60px 0;
}
.how-work-title h5 {
    text-transform: capitalize;
    color: #EE4F2F;
    font-size: 20px;
}
.how-work-title h3 {
    line-height: 47px;
    margin: 0 0 15px;
}
.how-work-title .card {
    margin: 10px 0 0;
}
.how-work-title .card button {
    background-color: #D9D9D9;
    color: #031C26;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 12px;
    position: relative;
}
.how-work-title .card button:hover {
    text-decoration: none;
}
.how-work-title .card button::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 7px;
    transition: all 0.5s;
}
.block-active::before {
    transform: rotate(88deg);
    color: #ef4f2f;
}
.how-work-title .card button:hover::before {
    color: #ef4f2f;
    transform: scale(1.3);
}
.how-work-title .card-body {
    background-color: #ef4f2f;
    color: #fff;
    font-size: 14px;
    padding: 16px;
}
.works-img img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.courts-imgs {
    padding-left: 40px;
}
.works-img {
    position: relative;
}
.works-img span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-weight: 600;
    font-size: 24px;
}
.works-img01 span {
    background-color: #EE4F2F;
    top: -12px;
}
.works-img02 span {
    background-image: linear-gradient(to bottom, #018ec2, #0079a5, #006588, #00516d, #003e53);
    bottom: -12px;
}
.tabcontent {
    display: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*Create Your Court Sec Css Start*/
.create-court {
    padding: 40px 0;
    text-align: center;
}
.court-img img {
    width: 100%;
}
.create-court-title h5 {
    text-transform: capitalize;
    color: #EE4F2F;
    font-size: 20px;
}
.create-court-title h3 {
    line-height: 45px;
    margin: 0 0 25px;
}
.create-court-title {
    width: 58%;
    margin: 0 auto;
}
.create-court-title a {
    min-width: 225px;
    display: inline-block;
    padding: 12px 0;
    margin: 0 16px;
    color: #fff !important;
}

/*Our Client tmls Css Start*/
.our-client {
    text-align: center;
    padding: 40px 0 60px;
}
.client-prof img {
    margin: 0 auto 10px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    object-fit: cover;
}
.client-title {
    margin: 0 0 20px;
}
.client-title span {
    margin: 0 0 20px;
    display: inline-block;
}
.client-slide p {
    color: #717171;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 30px;
    font-style: italic;
}
.client-prof {
    margin: 40px 0 0;
}
.our-client .slick-dots {
    bottom: -50px;
}
.our-client .slick-dots li button:before {
    font-size: 60px;
    opacity: .7;
}
.our-client .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ED2131;
}
.client-prof h5 {
    color: #ED2131;
    margin: 0;
}
.client-prof h6 {
    color: #031C26;
}
.our-client .slick-prev:before {
    content: '\f104';
}
.our-client .slick-next:before {
    content: '\f105';
}
.our-client .slick-prev:before, .our-client .slick-next:before {
    font-size: 40px;
    opacity: 1;
    color: #000;
    font-family: fontawesome;
}
.our-client .slick-prev, .our-client .slick-next {
    top: 35%;
}
.person {
    position: absolute;
}
.our-client .container {
    position: relative;
}
.person1 {
    left: 0;
    top: 0;
}
.person img {
    width: 100px;
}
li.dropdown.show .dropdown-menu.show {
    opacity: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.person2 {
    left: 40px;
    bottom: -120px;
}
.person3 {
    right: 0;
    top: 50px;
}
.person4 {
    right: 0;
    bottom: -60px;
}
/*Get In Touch Sec Css Start*/
section.in-touch {
    text-align: center;
    padding: 50px 0 60px;
    overflow: hidden;
}
.in-touch-title h3 {
    margin: 0;
}
.in-touch form input, .in-touch form textarea {
    width: 100%;
    background-color: #D9D9D9;
    border: none;
    color: #000;
    resize: none;
    margin: 0 0 15px;
    padding: 15px 15px;
}
.in-touch form button {
    background-color: #EE4F2F;
    border: none;
    padding: 14px 50px;
    color: #fff;
    transition: all 0.5s;
    cursor: pointer;
}
.in-touch form button:hover {
    box-shadow: 0 10px 14px #00000073;
    color: #fff;
    background-color: #0181b0;
}
.in-touch form textarea {
    height: 150px;
}
.female {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none !important;
}
.female img {
    width: 270px;
}
.male {
    position: absolute;
    bottom: -210px;
    left: -10px;
    z-index: 99;
    display: none !important;
}
.male img {
        width: 200px;
}
.child {
    position: absolute;
    right: 0;
    bottom: -370px;
    display: none !important;
}
.child img {
    width: 350px;
    z-index: 9999999;
    position: relative;
}
/*Footer Css Start*/
footer {
    padding: 50px 0 30px;
    color: #fff;
    background-image: url(../images/ftrbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
footer p, footer a {
    font-size: 14px;
    color: #fff;
}
.ftr-about img {
    margin: 0 0 25px;
}
.ftr-about ul {
    margin: 0;
    display: inline-flex;
}
.ftr-about li a {
    font-size: 22px;
    color: #EE4F2F;
}
.ftr-about li {
    margin-right: 18px;
}
.spc-lft {
    padding-left: 50px;
}
.ftr-links li {
    margin: 0 0 8px;
}
.ftr-nws input {
    width: 100%;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 8px 12px;
}
.ftr-nws button {
    background-color: #EE4F2F;
    color: #fff;
    border: none;
    padding: 9px 30px;
    margin-top: 14px;
    cursor: pointer;
}
.ftr-nws button:hover {
    box-shadow: 0 10px 14px #00000073;
    color: #fff;
    background-color: #0181b0;
}
footer h4 {
    margin: 0 0 20px;
}
footer a:hover {
    color: #ee4f2f;
}
.copyrit {
    text-align: center;
    padding-top: 50px;
}
.copyrit .container {
    display: flex;
    justify-content: space-between;
}
.copyrit p {
    margin: 0;
}
.projects-sec .container {
    position: relative;
    z-index: 99999999;
}
/*Inn Page Banner Css Start*/
.inn-banner {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14% 0;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.inn-banner::before {
    content: '';
    background-image: url(../images/ball1.png);
    height: 700px;
    width: 690px;
    position: absolute;
    left: -410px;
    top: 140px;
    background-size: cover;
    animation: rotate-animation 35s infinite linear;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.inn-banner::after {
    content: '';
    background-image: url(../images/ball2.png);
    height: 600px;
    width: 600px;
    position: absolute;
    right: -310px;
    top: 180px;
    background-size: cover;
    animation: rotates-animation 35s infinite linear;
}
@keyframes rotates-animation {
	0% {
		transform: rotate(360deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.inn-slide-cap h3 {
    color: #fff;
    font-size: 50px !important;
}
/*Store Page Css Start*/
/*.prod-img img {*/
/*    width: 100%;*/
/*    height: 210px;*/
/*    object-fit: cover;*/
/*}*/
.prod-img img {
    width: 100%;
    /* height: 210px; */
    /* object-fit: cover; */
    max-height: 370px;
}
section.store-sec {
    padding: 5px 0 60px;
}
.store-main .owl-stage {
    margin: 0 auto;
}
.store-sec .owl-dots {
    display: none;
}
.store-sec button.owl-next {
    right: -20px;
}

.store-sec button.owl-prev {
    left: -20px;
}
.store-sec button.owl-prev span, .store-sec button.owl-next span {
    width: 50px;
    height: 50px;
    background-color: #ee5232;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    border-radius: 100%;
}
.store-sec button.owl-prev, .store-sec button.owl-next {
    position: absolute;
    top: 35%;
    background-color: transparent !important;
}
ul.sub-inner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
ul.sub-inner li a {
    background-color: #ee4f2f;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px;
}
.store-tabs {
    text-align: center;
    position: relative;
    top: -50px;
}
.store-main h3 {
    text-align: center;
    margin: 0 0 30px;
}
.str-blk {
    background-color: #fff;
    box-shadow: 0 0 5px #e3e3e3;
    padding: 10px 10px 25px;
    margin: 0 0 30px;
}
.store-dt {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 16px;
    min-height: 120px;
}
.str-pric h4 {
    font-size: 16px;
    margin: 0;
}
.str-pric h4 span {
    font-size: 24px;
    color: #EE4F2F;
    margin-left: 14px;
}
.str-pric h5 {
    margin: 0;
    color: #031C26;
    font-size: 18px;
}
.str-btn a {
    background-color: #031C26;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 6px 20px;
    min-width: 120px;
}
.str-btn a:hover {
    background-color: #ee4f2f;
    color: #fff;
}
.store-tabs button {
    padding: 20px 0px;
    font-weight: 800;
    font-size: 20px;
    margin: 0 15px;
    cursor: pointer;
    min-width: 270px;
    border: 3px solid transparent;
    box-shadow: 0 1px 25px #00000052;
    outline: none !important;
    transition: all 0.5s;
}
.store-tabs button.active {
    border-color: #EE4F2F;
}
.store-main .row {
    justify-content: center;
}
.track-ordr {
    text-align: center;
    padding: 0 0 70px;
}
.track-ordr .row {
    justify-content: center;
    position: relative;
}
.track-ordr .row::before {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    background-color: #ee4f2f;
    left: 140px;
}
.track-ordr .row::after {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    background-color: #ee4f2f;
    right: 140px;
}
.track-ordr .container {
    position: relative;
}
.track-ordr .container::before {
    content: '';
    height: 3px;
    width: 140px;
    position: absolute;
    left: 0%;
    background-color: #ee4f2f;
    top: 50%;
}
.track-ordr .container::after {
    content: '';
    height: 3px;
    width: 140px;
    position: absolute;
    right: 0%;
    background-color: #ee4f2f;
    top: 50%;
}
.order-blk {
    box-shadow: 0 11px 15px #00000026;
    padding: 20px 10px;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.order-blk:hover {
    border-color: #ee4f2f;
}
.order-blk:hover span {
    border-color: #ee4f2f;
}
.order-blk span {
    border: 2px solid #0000008c;
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    margin: 0 0 10px;
    transition: all 0.5s;
}
.order-blk h5 {
    margin: 0;
}
.track-ordr a {
    color: #000 !important;
}
.order-blk span i {
    transition: all 0.7s;
}
.order-blk:hover span i {
    transform: scale(1.5);
}

/*Faqs Page Css Start*/
.faq-sec {
    padding: 60px 0;
}
.faq-sec .card {
    border: 2px solid #EE4F2F;
    margin-top: 15px;
    border-radius: 10px;
}
.faq-sec .btn-link {
    padding: 17px 20px;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600;
    position: relative;
}
.faq-sec .card-body {
    padding: 0 20px 22px;
    width: 90%;
}
.faq-sec .btn-link::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    font-size: 24px;
    border: 2px solid #ee4f2f;
    display: flex;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    top: 6px;
    color: #ee4f2f;
}
.faq-sec .block-active::before {
    transform: rotate(88deg);
    color: #fff !important;
    background-color: #ef4f2f;
}
.ques-sec {
    text-align: center;
    padding: 0 0 70px;
}
.ques-sec h3 {
    line-height: 52px;
    margin: 0 0 10px;
}

/*Cart Page Css Start*/
.ps-shopping-cart {
    padding-top: 80px;
    padding-bottom: 50px;
}
.ps-shopping-cart .table-responsive tr td {
    border: 1px solid #0000001f !important;
    vertical-align: middle;
}
.ps-shopping-cart thead th {
    vertical-align: bottom;
    border: none !important;
    text-align: center;
}
.ps-product--cart {
    display: inline-flex;
    align-items: center;
}
.ps-product__thumbnail img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.ps-product__thumbnail {
    margin-right: 15px;
}
.form-group--number.product__qty {
    max-width: 175px;
    margin: 0 auto;
    display: inline-flex;
}
.product__qty button {
    padding: 0;
    width: 100px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: #ee4f2f;
    color: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.form-coupon-wrapper figure {
    padding: 30px 50px 0px 0px;
}
.form-coupon-wrapper figure figcaption {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px;
}
.form-coupon-wrapper figure input {
    height: 50px;
}
.form-coupon-wrapper figure .btn-apply-coupon-code {
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}
.ps-block--shopping-total p {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
}
.ps-block--shopping-total p span {
    float: right;
}
.ps-block__content h3 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 22px !important;
    padding: 12px 0;
}
.ps-block__content h3 span {
    float: right;
    color: #ee4f2f;
}
.crtr-btn a {
    color: #fff !important;
    background-color: #ee4f2f;
    display: inline-block;
    padding: 12px 30px;
    margin-top: 10px;
}

/*Checkout Page Css Start*/
.shop.checkout {
    background: #fff;
    padding: 40px 0 60px;
}
.shop.checkout .checkout-form {
    margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 27px;
}
.shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}

.shop.checkout .form-group {
    margin-bottom: 25px;
}
.shop.checkout .form-group label{
    color:#333;
    position:relative;
}
.shop.checkout .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.checkout .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
}
.shop.checkout .form-group input[type=checkbox]{
    width: auto;
    height: auto;
}
.shop.checkout .form-group select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
}

.shop.checkout .form-group textarea {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
}

.shop.checkout #payment-descriptions{
    width: 100%;
    min-height: 60px;
    line-height: 30px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
}

.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border:none;
}
.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.shop.checkout .nice-select .list li{}
.shop.checkout .nice-select .list li.option{
    color:#333;
}
.shop.checkout .nice-select .list li.option:hover{
    background:#F6F7FB;
    color:#333;
}
.shop.checkout .form .address input {
    margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child{
    margin:0;
}
.shop.checkout .form .create-account {
    margin: 0;
}
.shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
}
.shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
}
.shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px 0;
    border: 1px solid #eee;
}
.shop.checkout .single-widget {
    margin-bottom: 0px;
}
.payment_stripe_wrap p {
    margin: 0 !important;
}
.checkout-form .list_payment_method {
    width: 50%;
}
.shop.checkout .single-widget:last-child{
    margin:0;
}
.shop.checkout .single-widget h2 {
    position:relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #ee4f2f;
}
.shop.checkout .single-widget .content ul{
    margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
    border: none;
}
.list_payment_method label {
    margin: 0px;
}
.list_payment_method input#shipping-method-default-1 {
    position: relative;
    top: -5px;
}
.list_payment_method {
    margin-top: 15px !important;
}
.shop.checkout .single-widget .content ul li span{
    display:inline-block;
    float:right;
}
.shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.shop.checkout .single-widget .content form {
    margin-top: 20px;
}

.shop.checkout .single-widget .content form input {
    width: 100%;
    display: inline-block;
    height: 48px;
    color: #333;
    padding: 0px 20px;
    border: 1px solid #33333342;
    box-shadow: 0px 0px 5px #0000000a;
}
.shop.checkout .single-widget .content form .btn {
    width: 100%;
    margin-top: 5px;
    background-color: #ee4f2f;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 0;
}

.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top:30px;
}
.shop.checkout .single-widget .checkbox label {
    color: #555555;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child{
    margin-bottom:0;
}
.shop.checkout .single-widget .checkbox label:hover{
    cursor:pointer;
}
.shop.checkout .single-widget .checkbox label input{
    display:none;
}
.shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
}
.shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display:block;
    background:#666;
    transform:scale(0);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.shop.checkout .single-widget .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
}
.shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
    text-align: center;
    padding:0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
    /* height: 46px; */
    padding: 12px 0px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    background: #ee4f2f;
}
.custom-control-label {
    cursor: pointer;
}

/*Login Page Css Start*/
.account-banner {
    background-color: #031c26;
    padding: 70px 0;
    text-align: center;
}
.alert-success {
    color: #ffffff;
    background-color: #00b894;
    border-color: #00b894;
}

.alert-danger {
    color: #FFF;
    background-color: #ff4949;
    border-color: #ff4949;
}

.section{
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-heading{
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
    color: var(--primary-color);
    position: relative;
    line-height: 24px;
}

.section-heading::after{
    content: '';
    width: 60px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 10px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#auth{
    padding: 60px 0px;
}

.login_register{
    background: #ffffff;
    padding: 50px;
    box-shadow: 1px 3px 10px #d8d8d8;
}

.login_register .form-control {
    height: auto;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border-radius: .25rem;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login_register .form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.login_register .btn-login {
    display: block;
    background: #ee4f2f;
    padding: 18px 50px;
    border: 1px solid var(--primary-color);
    color: #fff;
    transition: all 0.3s;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
}

.login_register .right_link{
    color: var(--primary-color);
    margin-top: 15px;
    transition: all 0.3s;
    display: inline-block;
}

.login_register .right_link:hover{
    text-decoration: underline;
}

.create-account-link{
    color: var(--primary-color);
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s;
}

.create-account-link:hover{
    color: var(--primary-color);
    text-decoration: underline;
}

.customer_dashboard{
    box-shadow: 0 0 4px 0 #e9e9e9;
}

.customer_dashboard{
    box-shadow: 0 0 4px 0 #d0cfcf;
}

.customer_dashboard .nav-tabs li.nav-item a {
    text-align: left;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}
.customer_dashboard .nav-tabs li.nav-item a.active{
    background: #1d2224;
    color: #FFF;
}
.customer_dashboard .nav-tabs li.nav-item a i {
    margin-right: 8px;
    vertical-align: middle;
}

.dashboard_content .card-header {
    background-color: #1d2224;
    border-color: #1d2224;
    padding: 14px 20px;
}

.dashboard_content .card-header > h4 {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}

.account_details .form-control {
    height: auto;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border-radius: .25rem;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.account_details .form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.account_details .btn-login{
    background: #FFF;
    padding: 18px 50px;
    border: 1px solid #303952;
    color: #303952;
    transition: all 0.3s;
    margin-top: 30px;
}
.account_details .btn-login:hover{
    background: #303952;
    color: #FFF;
}
.btn-add-address{
    color: #FFF !important;
    padding: 6px 16px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #FFF;
    border-radius: 50px;
}

/*Product Detail Page Css Start*/
.shop.single{
    padding:70px 0 100px;
}
.shop.single .product-gallery {
    margin-top: 30px;
}
.shop.single .flexslider-thumbnails {
    position: relative;
    border: 1px solid #ece9e9;
}
.flexslider-thumbnails ul {
    margin: 0;
}
.shop.single .product-gallery .slides li{
    position:relative;
}
.shop.single .product-gallery .slides li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.shop.single .flex-control-nav{
    margin-top:15px;
}
.shop.single .flex-control-thumbs li {
    width: 20%;
    position: relative;
    margin: 0 8px 10px -3px;
}
.shop.single .flex-control-thumbs li img {
    border: none;
    padding: 0;
    border:1px solid transparent;
}
.shop.single .flex-control-thumbs li img.flex-active{
    border-color:var(--primary-color);
}
.shop.single .flex-direction-nav{
    display:none;
}
.shop.single .product-des{
    margin-top:30px;
}
.shop.single .product-des .short h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 28px;
}
.shop.single .product-des .short .description {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.shop.single .product-des {}
.shop.single .product-des .total-review{
    font-size:14px;
    font-weight:500;
    margin-left:10px;
    display:inline-block;
}
.shop.single .product-des .total-review:hover{
    color:var(--primary-color);
}
.shop.single .product-des .rating {
    margin: 10px 0 0;
    display: inline-block;
}
.shop.single .product-des .rating li{
    display:inline-block;
}
.shop.single .product-des .rating li i{
    color:var(--primary-color);
}
.shop.single .product-des .rating li.dark i{
    color:#555;
}
.shop.single .product-des .price {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.shop.single .product-des .price s{
    color:#333;
}
.shop.single .product-des .price span{
    display:inline-block;
    margin-right:15px;
    color:var(--primary-color);
}
.shop.single .product-des .product-buy {
    margin-top: 40px;
}
.shop.single .product-des .product-buy{}
.shop.single .product-des .color {
    display: inline-block;
    margin-right: 50px;
}
.shop.single .product-des .color h4 {
    font-size: 18px;
    font-weight: 600;
}
.shop.single .product-des .color h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.shop.single .product-des .color ul{
    margin-top: 10px;
}
.shop.single .product-des .color ul li{
    display:inline-block;
    margin-right:5px;
}
.shop.single .product-des .color ul li:last-child{
    margin-right:0;
}
.shop.single .product-des .color ul li a{
    height:30px;
    width:30px;
    line-height:30px;
    text-align:center;
    display:block;
    background:#333;
}
.shop.single .product-des .color ul li a i{
    font-size:11px;
    color:#fff;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.shop.single .product-des .color ul li a:hover i{
    opacity:1;
    visibility:visible;
}
.shop.single .product-des .color ul li .one{
    background:#3498db;
}
.shop.single .product-des .color ul li .two{
    background:var(--primary-color);
}
.shop.single .product-des .color ul li .three{
    background:#8e44ad;
}
.shop.single .product-des .color ul li .four{
    background:#2ecc71;
}
/* Size */
.shop.single .product-des .size{
    display:inline-block;
}
.shop.single .product-des .size h4{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
}
.shop.single .product-des .size ul{
    display:inline-block;
    margin-top: 10px;
}
.shop.single .product-des .size ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .product-des .size ul li:last-child{
    margin-right:0;
}
.shop.single .product-des .size ul li a {
    display: block;
    height: 30px;
    width: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.shop.single .product-des .size ul li a:hover{
    color:var(--primary-color);
}

.shop.single .product-des .product_options{
    float: left;
    margin-right: 15px;
}

.shop.single .product-des .product_options h6{
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

.shop.single .product-des .product_options select{
    width: 100%;
}

.shop.single .quantity {
    display: inline-block;
    margin-right: 10px;
}
.shop.single .quantity h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.shop.single .quantity .input-group {
    width: 151px;
    display: inline-block;
}
.shop.single .quantity .button {
    display: inline-block;
    position: absolute;
    top: 0;
    display:inline-block;
}
.shop.single .quantity .button.minus{
    left:0;
    border-radius:0;
    overflow:hidden;
}
.shop.single .quantity .button.plus {
    right: 0;
    border-radius:0;
    overflow:hidden;
}
.shop.single .quantity .button .btn {
    padding: 0;
    width: 35px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background: #ee4f2f;
    color: #ffffff;
    font-size: 12px;
    border: none;
}
.shop.single .quantity .button .btn:hover{
    color:var(--primary-color);
}
.shop.single .quantity .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 45px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 38px;
}
.shop.single .add-to-cart {
    display:inline-block;
}
.shop.single .add-to-cart .btn {
    height: 45px;
    width: auto;
    padding: 0 30px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    margin-right: 5px;
    border-radius: 0px;
    background: #ee4f2f;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.shop.single .add-to-cart .btn.min {
    padding: 0 20px;
    font-size: 17px;
    position: relative;
    top: 1px;
    line-height: 45px;
}
.shop.single .cat{
    font-size: 14px;
    font-weight: 500;
    color:#333;
    margin-top:30px;
}
.shop.single .cat a{
    display:inline-block;
    margin-left:10px;
}
.shop.single .cat a:hover{
    color:var(--primary-color);
}
.shop.single .availability{
    color:#333;
    font-size:14px;
    margin-top:6px;
}
/* Product Tab */
.shop.single .product-info {
    margin-top: 50px;
}
.shop.single .nav-tabs {
    border:none;
}
.shop.single .nav-tabs li {
    margin-right: 10px;
}
.shop.single .nav-tabs li:last-child{
    margin-right:0;
}
.shop.single .nav-tabs li a {
    border: 0px solid;
    border-radius: 0px;
    background: #fff;
    color: #333;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
}
.shop.single .nav-tabs li a i{
    margin-right:10px;
}
.shop.single .nav-tabs li a.active, .shop.single .nav-tabs li:hover a {
    background: #ee4f2f;
    color: #fff;
    border-color: transparent;
}
.shop.single .tab-single {

}
.shop.single .single-des {
    margin-top:35px;
}
.shop.single .single-des h4{
    margin-bottom:15px;
    font-weight:500;
    font-size:22px;

}
.shop.single .single-des ul{}
.shop.single .single-des ul li {
    color: #555;
    display: block;
    margin-bottom: 10px;
    position:relative;
    padding-left:20px;
}
.shop.single .single-des ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 7px;
    width: 7px;
    background: var(--primary-color);
    border-radius: 50%;
}
.shop.single .single-des p{
    margin-top: 1rem;
}

.shop.single .item-info {
    width: 100%;
}
.shop.single .item-info tbody{}
.shop.single .item-info tbody tr{}
.shop.single .item-info tbody td {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.shop.single .item-info tbody strong{}
.shop.single .ratting-main{}
.shop.single .avg-ratting {
    margin-bottom: 20px;
}
.shop.single .avg-ratting h4 {
    font-size: 18px;
    margin: 0;
}
.shop.single .avg-ratting h4 span{
    font-size:14px;
}
.shop.single .single-rating {
    margin-bottom: 20px;
}
.shop.single .single-rating:last-child{
    margin:0;
    border:none;
    padding:0;
}
.shop.single .rating-author {
    float: left;
    margin-right: 10px;
    padding: 20px;
    padding-right: 10px;
}
.shop.single .rating-author img {
    width: 60px;
    border-radius: 100%;
    height: 60px;
}
.shop.single .rating-des {
    padding-left: 72px;
    background: #f9f8f8;
    padding: 17px 20px 17px 107px;
}
.shop.single .rating-des .ratings {
    margin: 0;
}
.shop.single .rating-des h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.shop.single .ratting-main .single-rating ul{}
.shop.single .ratting-main .single-rating ul li{
    display:inline-block;
}
.shop.single .ratting-main .single-rating ul li i{
    color:var(--primary-color);
    font-size:14px;
}
.shop.single .review-inner label {
    display: inline-block;
    margin: 0 5px 0 0;
}
.shop.single .review-inner .ratings {
    overflow: visible;
    display: inline-block;
    margin: 0;
}
.shop.single .review-inner .ratings ul{
    display:inline-block;
}
.shop.single .ratting-main .single-rating ul {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .ratings .rate-count {
    display: inline-block;
    color: #666;
    font-size: 13px;
}
.shop.single .comment-review {
    margin-bottom: 30px;
}
.shop.single .comment-review .add-review{
    margin-top:30px;
}
.shop.single .comment-review .add-review h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.shop.single .comment-review .add-review p{
    color:#333;
}
.shop.single .comment-review h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top:20px;
}
.shop.single .comment-review .review-inner{
    margin-bottom:15px;
    display:block;
}
.shop.single .comment-review .rating li {
    display:inline-block;
}
.shop.single .comment-review .rating li i{
    color:var(--primary-color);
    font-size: 14px;
}
.shop.single .rating-des p{
    margin-top:5px;
}
.shop.single .avg-ratting h4 {
    font-size: 20px;
    color: #333;
}
.shop.single .avg-ratting{}
.shop.single .form .form-group input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    resize: none;
    border-radius: 0;
    color: #333;
}
.shop.single .form .form-group button {
    border: none;
    padding: 15px 50px;
}
.shop.single .form .form-group textarea {
    width: 100%;
    height:200px;
    border:1px solid #ddd;
    resize:none;
    border-radius:0;
    color:#333;
    padding: 10px 15px;
}
.shop.single .form .form-group label {
    color: #333;
    position: relative;
    display: block;
    margin: 0;
}
.shop.single .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.single .review-panel{
    margin-top:35px;
}

/* Comments */
.shop .comments{
    margin-top:40px;
}
.shop .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.shop .comments .comment-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background:#ee5253;
}

.shop .comments .single-comment {
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 95px;
}
.shop .comments .single-comment.left{
    margin-left:110px;
}
.shop .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    border: 1px solid #eaeaea;
}

.shop .single-comment .content h4 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.shop .single-comment .content h4 span {
    display: inline-block;
    font-size: 13px;
    color: #8D8D8D;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.shop .single-comment .content p {
    color: #666;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-bottom: 5px;
    line-height: 22px;
}
.shop .single-comment .content .btn {
    display: inline-block;
    color: #666;
    font-weight: 400;
    color: #6a6a6a;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.shop .single-comment .content a i{
    display:inline-block;
    margin-right:5px;
}
.shop .single-comment .content a:hover{
    color:#ee5253;
}
/* Comment Form */
.shop .reply form {
    padding: 40px;
    border: 1px solid #eee;
}
.shop .reply .reply-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.shop .reply .reply-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background:#ee5253;
}
.shop .reply .form-group {
    margin-bottom: 20px;
}
.shop .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.shop .reply .form-group textarea {
    width: 100%;
    height: 200px;
    padding: 10px 15px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.shop .reply .form-group label {
    color: #333;
    position: relative;
}
.shop .reply .form-group label span {
    color:#ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop .reply .button {
    text-align: left;
    margin-bottom:0px;
}
.shop .reply .button .btn {
    height: 50px;
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus{
    outline:none;
    box-shadow:none;
}

.reply-form .btn-reply{
    padding: 10px 30px;
    color: #fff;
    background: #333;
    border: none;
    transition: all 0.5s;
}

.reply-form .btn-reply:hover{
    background: var(--primary-color);
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin: 0 0 20px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: 'â˜… ';
}
.rate > input:checked ~ label {
    color: #ffc700 !important;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.review-blk .col-3 {
    max-width: 10%;
}
.review-blk .col-3 img {
    width: 90px;
    border-radius: 100%;
    height: 90px;
    object-fit: cover;
}
.ecommerce-form-rating-stars.ms-1 {
    display: flex;
    flex-direction: row-reverse;
}
.pd-0 {
    padding: 0;
}
.ecommerce-form-rating-stars label {
    margin: 0 -10px;
}
.ecommerce-form-rating-stars input {
    position: relative;
    left: -18px;
    width: 25px;
    top: -6px;
    opacity: 0;
}

.star-label svg {
    fill: #ccc; /* default star color */
}
.star-label.filled svg {
    fill: #fbba01; /* filled star color */
}


.btn-check:checked + label svg {
    fill: #fbba01;
}
.rev-btns svg {
    width: 30px;
    height: 20px;
    fill: #fff;
    position: relative;
    top: 4px;
}
.rev-btns {
    background-color: #ee4f2f !important;
    border-color: #ee4f2f !important;
}
.uploder-btn {
    border: 1px dashed #ced4da;
    max-width: 50% !important;
    text-align: center;
    margin-left: 15px;
    border-radius: 10px;
    padding: 20px;
}
.ecommerce-image-upload__uploader-container .d-table {
    width: 100%;
    position: relative;
    background-color: #ff572229;
    border-radius: 20px;
    padding: 20px;
}
.ecommerce-image-upload__uploader svg {
    fill: #ffffff;
    width: 60px;
    height: 60px;
    background-color: #ff5722;
    padding: 7px 0;
    border-radius: 10px;
}
input.ecommerce-image-upload__file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.ecommerce-image-upload__viewer {
    width: 40%;
    margin: 0 auto 15px;
}
.ps-section__footer .btn-remove-coupon-code {
    padding: 0 10px;
    background-color: transparent;
    color: #ee4f2f !important;
    font-weight: 600;
    font-size: 16px;
}
a.btn.min.btn-wishlist.js-remove-from-wishlist-button.active {
    background-color: #008000 !important;
}
a.header__extra.btn-wishlist {
    display: inline-block;
    width: 32px;
    text-align: center;
    height: 32px;
    background-color: #ee4f2f;
    color: #fff;
    line-height: 31px;
    border-radius: 100%;
}

.ecommerce-form-rating-stars svg {
    width: 30px;
    height: 30px;
}
/*Videos Page Css Start*/
section.tmls-videos-sec {
    text-align: center;
    padding: 50px 0;
}
.tmls-video-title {
    margin: 0 0 20px;
}
.tmls-video-blk img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0.5;
}
.tmls-video-blk {
    position: relative;
    background-color: #000;
}
.vieo-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.vieo-btn a {
    background-color: #EE4F2F;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 100%;
    color: #fff !important;
}
.vieo-btn a:hover {
    transform: scale(1.1);
    opacity: 0.5;
}
.tmls-video-txt h6 {
    text-align: left;
    color: #000;
    margin: 18px 0 0;
}
.other-vdo .col-md-12 .tmls-video-txt {
    margin: 0 0 30px;
}

/*Projects Page Css Start*/
.projects-sec {
    padding: 50px 0;
    overflow: hidden;
}
.projects-sec .male {
    bottom: auto;
    top: 110px;
}
.projects-sec .child {
    bottom: 0;
}
.catg-btns {
    text-align: center;
    margin: 0 0 25px;
    display: flex;
    justify-content: space-between;
}
.ftr-proj {
    width: 33%;
    padding: 10px;
    display: inline-block;
}
.ftr-proj img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: all 0.5s;
}
.proj-img:hover img {
    transform: scale(1.5) rotate(25deg);
    opacity: 0.3;
}
.proj-img {
    overflow: hidden;
    background-color: #ee4f2f;
}
.catg-btns button {
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #BCBCBC;
    background-color: transparent;
    position: relative;
    padding: 0 4px 10px;
    outline: none !important;
}
.catg-btns button.active {
    color: #ee4f2f;
}
.catg-btns button.active::before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #ee4f2f;
    position: absolute;
    bottom: -4px;
    left: 0;
}

/*Financing Page Css Start*/
.financ-sec {
    text-align: center;
    padding: 60px 0;
}
.financ-sec h3 {
    line-height: 54px;
    margin: 0 0 20px;
}
.financ-sec a {
    margin-top: 10px;
}
/*Residential Court Sec Start*/
.row-rev {
    flex-direction: row-reverse;
}
.rsd-blk-img img {
    width: 100%;
}
.rsd-sec1, .rsd-sec3 {
    padding: 50px 0;
}
.rsd-blk h3 {
    line-height: 46px;
    margin: 0 0 20px;
}
.rsd-blk h6 {
    text-transform: uppercase;
    color: #ee4f2f;
    margin: 0 0 4px;
}
.rsd-blk h4 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 18px;
}
.rsd-sec2 {
    padding: 30px 0;
}
.rsd-sec2 .rsd-blk-img img {
    width: 95%;
}
.outdoor-sec {
    padding: 40px 0 50px;
    text-align: center;
}
.outdoor-title {
    margin: 0 0 50px;
}
.outdoor-tile {
    background-color: #F4F4F4;
    height: 190px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.outdoor-sec .row .col-md-2 {
    padding: 0 8px;
}
.outdoor-tile h6 {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}
.outdoor-tile span {
    margin: 0 0 15px;
}
.outdoor-tile span img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

/*Hope Accessories Page Css Start*/
section.game-light {
    text-align: center;
    padding: 50px 0;
}
.game-title {
    margin: 0 0 40px;
}
.game-blk {
    background-color: #F4F4F4;
    padding: 30px 25px;
}
.game-blk p {
    font-size: 14px;
    margin: 0;
}
.game-blk {
    background-color: #F4F4F4;
    padding: 30px 20px;
    min-height: 290px;
    border-radius: 15px;
}
.what-incld {
    text-align: left;
}
.what-incld-img img {
    height: 423px;
    object-fit: cover;
}
.incld-spc {
    padding: 40px 0;
}
.what-incld-img {
    background-color: #F4F4F4;
    border-radius: 15px;
    padding: 20px 0;
}
.what-incld-img img {
    height: 400px;
    width: 270px;
    object-fit: cover;
}
.game-light2 {
    background-image: url(../images/game-light-img.png);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.game-light2::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #031c26;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.game-light2 .container {
    position: relative;
}
.game-light2 .game-title, .game-light2 .what-incld {
    color: #fff;
}
.game-light2 .game-blk {
    min-height: 190px;
}
.game-light3 .game-blk {
    min-height: 200px;
}
.what-incld li {
    margin: 8px 0;
}

/*Hoops Page Css Start*/
section.mega-slam {
    padding: 60px 0;
}
.mega-slam-title h4 {
    font-weight: 700;
    color: #031C26;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 20px;
}
.mega-slam-title h5 {
    color: #EE4F2F;
}
.mega-slam-title {
    position: relative;
}
.mega-slam-title img {
    position: absolute;
    right: 160px;
    top: 130px;
}
.mega-slam-img img {
    width: 100%;
}
section.baskt-sec {
    text-align: center;
    position: relative;
    padding: 30px 0 60px;
}
.baskt-sec .container {
    position: relative;
    z-index: 99;
}
.bskt-title {
    margin: 0 0 50px;
    position: relative;
}
.bskt-imgs img {
    width: 100%;
    border-radius: 10px;
}
.bskt-title img {
    width: 500px;
    margin-top: 10px;
}
.bskt-slid {
    background-color: #fff;
    box-shadow: 0 0 5px #e3e3e3;
    padding: 10px 10px 25px;
    margin: 0 0 30px;
    transform: scale(0.9);
    transition: all 0.5s;
}
.bskt-slid.slick-center {
    transform: none;
}
.bskt-slid img {
    min-width: 0;
    max-height: 240px;
    margin: 0 auto;
}
.bskt-slid-txt h4 {
    background-color: #EE4F2F;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 7px 0;
}
.bskt-slid-txt h5 {
    font-size: 18px;
    margin: 20px 0 25px;
}
.bskt-slid-txt ul {
    margin: 15px 0 0;
    display: inline-flex;
}
.bskt-slid-txt ul li a {
    background-color: #000;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
}
.bskt-slid-txt ul li:last-child a {
    background-color: transparent;
    color: #ee4f2f;
}
.bskt-slid-txt {
    padding: 0 10px;
}
.baskt-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ee4f2f;
    background-color: #ee4f2f;
    z-index: 9;
}
.baskt-sec .slick-dots li button:before {
    font-size: 0px;
    width: 36px;
    height: 10px;
    opacity: 1;
    color: #000;
    background-color: #000;
    border-radius: 10px;
}
.bskt-slid-txt form label {
    margin: 0;
    color: #ee4f2f;
}
.baskt-sec::before {
    background-image: url(../images/megaslambg.png);
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 155px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.baskt-sec::after {
    background-color: #031c26;
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 155px;
    opacity: 0.8;
}
.baskt-sec .slick-arrow {
    background-color: #ee4f2f !important;
    width: 40px;
    z-index: 99;
    height: 32px;
    border-radius: 5px;
}
.baskt-sec .slick-dots {
    display: none !important;
}
.fx-sec {
    text-align: center;
    padding: 0 0 60px;
}
.fx-title {
    margin: 0 0 30px;
}
.bskt-slid-scale {
    transform: scale(1);
}
.fx-title h3 span {
    color: #ee4f2f;
}
.fx-btn a {
    width: 30%;
}
.contact-title {
    box-shadow: 0 0 10px #0000003b;
    padding: 50px 40px;
    position: relative;
    background-color: #fff;
}
section.quick-contact {
    padding: 30px 0 60px;
    position: relative;
}
.quick-contact::before {
    content: '';
    height: 50%;
    width: 100%;
    background-color: #031B26;
    position: absolute;
    bottom: 0;
}
.contact-title h3 {
    text-align: center;
    margin: 0 0 25px;
}
.contact-title input {
    width: 100%;
    background-color: #d6d6d640;
    color: #000;
    border: none;
    padding: 13px 13px;
    margin: 0 0 25px;
}
.contact-title button {
    background-color: #EE4F2F;
    color: #fff;
    border: none;
    padding: 14px 50px;
    margin-top: 10px;
    transition: all 0.5s;
}
.contact-title button:hover {
    box-shadow: 0 10px 14px #00000073;
    color: #fff;
    background-color: #0181b0;
}

/*Contact Page Css Start*/
section.cntc-info {
    padding: 60px 0 30px;
    text-align: center;
}
.cntc-info-title h4 {
    color: #031C26;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}
.cntc-info-title h3 {
    color: #EE4F2F;
    margin: 0;
}
.cntc-info-title {
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}
.cntc-info-title::before {
    content: '';
    height: 40px;
    width: 2px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 0;
}
.cntc-info-blk {
    box-shadow: 0 0 10px #0000003b;
    padding: 20px 30px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 190px;
    justify-content: center;
}
.cntc-info-blk h6 {
    margin: 0;
    font-weight: 700;
}
.cntc-info-blk a {
    color: #EE4F2F;
    font-weight: 600;
    display: inline-block;
    margin: 8px 0;
}
.cntc-info-blk a i {
    margin-right: 12px;
    transform: scale(1.3);
}
.cntc-info-blk p {
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
}
.relative-sec {
    position: relative;
}
.circle-hight::before {
    content: '';
    height: 200px;
    width: 200px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 100%;
}
.circle-hight {
    height: 250px;
    width: 250px;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orange-circle {
    background-color: #ee4f2f;
}
.blue-circle {
    background-image: linear-gradient(to bottom, #018ec2, #0079a5, #006588, #00516d, #003e53);
}
.circle-right {
    right: -150px;
    bottom: 60px;
}
.circle-left {
    left: -150px;
    top: -180px;
}
.ps-block--contact-info {
    box-shadow: 0 0 10px #0000004f;
    padding: 40px 20px;
    margin-top: 30px;
    background-color: #fff;
}

.ps-block--contact-info span {
    color: #ee4f2f;
}
.in-touch-title .contact-form-group {
    text-align: left;
}
.select--arrow i {
    display: none;
}
.content.dw {
    padding: 0 30px;
}
a.remove-cart-button {
    color: #ee4f2f;
}

/*Basketball court page Css Start*/
section.basket-ball-pg {
    padding: 60px 0;
}
.bskt-list ul li {
    width: 45%;
    display: inline-flex;
    flex-direction: column;
    padding-left: 20px;
    position: relative;
}
.bskt-list h4 {
    margin: 0 0 20px;
}
.bskt-list ul li b {
    margin: 0 0 6px;
}
.bskt-list ul li p {
    font-size: 14px;
}
.bskt-list ul li::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #ee4f2f;
    border-radius: 100%;
    left: 0;
    top: 8px;
}
.bskt-img img {
    width: 100%;
    border-radius: 10px;
}
section.court-list {
    background-color: #0000000d;
    padding: 60px 0;
}
.court-list .bskt-title {
    text-align: center;
}
.court-list-blk {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
.court-list-blk h4 {
    text-align: center;
    font-size: 34px;
}
.court-list-blk .card {
    background-color: #f2f2f2;
    margin: 17px 0 0;
    border-radius: 6px;
    border-bottom: 2px solid #ee4f2f;
}
.court-list-blk .card a {
    display: inline-block;
    width: 100%;
    padding: 13px 30px;
    text-align: left;
    color: #000;
    outline: none;
    font-weight: 600;
    position: relative;
}
a.btn.btn-header-link::before {
    content: '\f067';
    font-family: fontawesome;
    position: absolute;
    right: 33px;
    color: #ee4f2f;
}
.court-list-blk .card-body {
    padding: 20px 30px 20px;
    border-top: 2px solid #ee4f2f;
}
.court-list-blk .accordion {
    width: 60%;
    margin: 0 auto;
}
.small-crt-img img {
    width: 100%;
    border-radius: 10px;
}
.court-list-blk .card-body .row {
    align-items: center;
}
.court-list-blk hr {
    margin: 50px 0 30px;
}
.all-pro {
    text-align: center;
    margin-top: 20px;
}
section.basketball-glry {
    text-align: center;
    padding: 60px 0;
}
section.basketball-glry .bskt-title {
    margin: 0 0 20px;
}



.hoops-sec {
    padding-top: 90px;
}
.hoops-btn {
    text-align: center !important;
    margin-top: 40px;
}
.video-hoops iframe {
    width: 100%;
    height: 660px;
}
.hoops-discrip table {
    border: 1px solid #00000036 !important;
    width: 100% !important;
}
.hoops-discrip {
    margin-top: 30px;
}
.hoops-list-sec {
    background-color: #000;
    text-align: center;
    padding: 60px 0;
}
.hoops-list h3 {
    font-size: 26px !important;
    color: #fff;
}
.hoops-list ul li {
    color: #fff;
    margin: 12px 0;
    position: relative;
    padding-left: 30px;
}
.hoops-list {
    width: 60%;
    text-align: left;
    margin: 0 auto;
}
.hoops-list ul li::before {
    content: '';
    height: 8px;
    width: 8px;
    background-color: #ee4f2f;
    position: absolute;
    left: 0;
    top: 6px;
}
.video-discrip {
    padding: 70px 0;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1367px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
.slide-cap h1 {
    font-size: 54px;
    line-height: 70px;
}
.slide-blk img {
    width: 730px;
}
.about-blk {
    position: relative;
    z-index: 99;
}
.about-blk h2 {
    font-size: 34px;
    line-height: 39px;
}
.male img {
        width: 170px;
    }
h3 {
    font-size: 34px !important;
}
.our-client .slick-prev {
    left: 0;
}
.our-client .slick-next {
    right: 0;
}
.relative-sec, .quick-contact, .shop.single {
    /* overflow: hidden; */
}
.projects-sec .container {
    position: relative;
}
section.store-sec {
    padding: 85px 0 60px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
header {
    padding: 20px 0;
}
.homebanner {
    padding: 170px 0 20px;
}
.slide-blk img {
    width: 100%;
    margin-top: 0;
}
.slide-cap {
    width: 100%;
}
.slide-cap h1 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 18px;
}
.slide-cap a {
    min-width: 145px;
    padding: 10px 0;
    margin: 0 3px;
    font-size: 13px;
}
.about-sec::before, .about-sec::after, .sport-sec::before, .track-ordr .row::before, .track-ordr .row::after, .track-ordr .container::before, .track-ordr .container::after {
    display: none;
}
.male, .child, .person, .blue-circle, .female, .orange-circle {
    display: none;
}
.about-img02 {
    margin-top: 20px;
}
.about-blk {
    padding-top: 20px;
}
.about-blk h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
}
.about-blk h6, .how-work-title h5 {
    font-size: 16px;
    margin: 0;
}
.counter-blk li {
    font-size: 32px;
    line-height: 30px;
}
.counter-blk li span {
    font-size: 14px;
}
.counter-blk {
    padding: 20px 0;
}
.counter-sec {
    padding: 10px 0 10px;
}
h3 {
    font-size: 24px !important;
}
.sport-main {
    padding: 30px 15px;
}
.pd0 {
    padding: initial;
}
.courts-imgs {
    padding-left: 0;
}
.courts-imgs {
    padding-left: 0;
    width: 80%;
    margin: 30px auto 0;
}
.works-img01 span {
    top: 0;
}
.works-img span {
    padding: 8px 0;
    font-size: 18px;
}
.works-img img {
    height: 450px;
}
.create-court-title {
    width: 100%;
}
.create-court-title h3 {
    line-height: 32px;
}
.create-court-title a {
    min-width: auto;
    padding: 10px 10px;
    margin: 0;
    font-size: 13px;
}
.court-img {
    margin: 40px 0 0;
}
.client-slide p {
    color: #717171;
    width: 90%;
    line-height: 24px;
    font-size: 13px;
}
.our-client .slick-prev {
    left: -5px;
}
.our-client .slick-next {
    right: -5px;
}
.our-client .slick-prev, .our-client .slick-next {
    top: 15%;
}
.spc-lft {
    padding-left: 0;
}
.ftr-links {
    margin-top: 30px;
}
.ftr-nws {
    margin-top: 30px;
}
.navbar-light .navbar-toggler {
    border-color: #ee4f2f;
    background-color: #ee4f2f;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-collapse {
    background-color: #ee4f2f;
    margin-top: 20px;
    z-index: 99;
}
.navbar li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0 !important;
    border-bottom: 1px solid #fff;
}
li.hdr-btn a {
    padding: 0;
    border-bottom: none;
}
.navbar li a:hover {
    background-color: #04345a;
}
ul.navbar-nav li {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
ul.navbar-nav {
    border: 1px solid #fff;
}
.inn-slide-cap h3 {
    font-size: 30px !important;
}
.inn-banner {
    padding: 140px 0 30px;
}
.rsd-blk h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 8px;
}
.rsd-blk {
    text-align: center;
    margin: 0 0 40px;
}
.row-rev {
    flex-direction: column-reverse;
}
.rsd-sec2 .rsd-blk-img img {
    width: 100%;
    margin: 0 0 10px;
}
.rsd-blk h3 {
    margin: 0 0 5px;
}
.outdoor-tile {
    margin: 0 0 20px;
}
.mega-slam-title img {
    display: none;
}
.mega-slam-title h4 {
    font-size: 24px;
    line-height: 34px;
}
.mega-slam .row, .incld-spc {
    flex-direction: column-reverse;
}
.mega-slam-title {
    margin: 30px 0 0;
}
section.mega-slam {
    text-align: center;
}
.bskt-title img {
    width: 100%;;
}
.fx-btn a {
    width: auto;
}
.game-blk {
    min-height: auto;
    margin: 0 0 20px;
}
.what-incld-img {
    margin: 10px 0;
}
.what-incld {
    margin-top: 20px;
}
.catg-btns {
    display: inline-block;
}
.catg-btns button {
    padding: 10px 0;
}
.ftr-proj {
    width: 49%;
    padding: 0;
}
.ftr-proj img {
    height: 130px;
}
.gallery_product {
    text-align: center;
}
.financ-sec h3 {
    line-height: 38px;
    margin: 0 0 10px;
}
.store-tabs button {
    padding: 5px 16px;
    font-size: 14px;
    margin: 0 5px;
    min-width: auto;
}
.store-tabs {
    top: -22px;
}
.order-blk {
    box-shadow: 0 1px 15px #00000026;
    margin: 10px 0;
}
.track-ordr {
    padding: 0 0 40px;
}
section.store-sec {
    padding: 5px 0 30px;
}
.cntc-info-title h4 {
    font-size: 28px;
}
.cntc-info-blk {
    margin: 10px 0;
}
.shop.single .product-gallery .slides li img {
    height: 340px;
}
.shop.single .add-to-cart {
    margin-top: 20px;
}
.shop.single .nav-tabs li a {
    padding: 8px 8px;
    font-size: 13px;
}
.shop.single {
    padding: 30px 0 40px;
}
.shopping-blk {
    overflow-x: scroll;
}
.shopping-blk::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.shopping-blk::-webkit-scrollbar
{
    height: 8px;
    background-color: #F5F5F5;
}
.shopping-blk::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ee4f2f;
}
.table.shopping-summery {
    min-width: 700px;
}
.shopping-cart .total-amount .left .coupon form .btn {
    color: #fff;
    background: #ee4f2f;
}
button#update-cart {
    margin: 20px 0 0;
    width: 100%;
}
.shopping-cart .total-amount .right {
    border: 2px solid #e4e4e4;
    padding: 15px;
    margin: 30px 0 0;
}
.section {
    padding-top: 30px;
}
.login_register {
    padding: 30px;
}
#auth .offset-3 {
    margin: 0;
}
.section-heading {
    margin-bottom: 30px;
}
.login_register .btn-login {
    padding: 18px 30px;
    margin-top: 20px;
}
.faq-sec .btn-link {
    padding-right: 60px;
    font-size: 14px;
    white-space: normal;
}
.faq-sec .btn-link::before {
    font-size: 18px;
    height: 35px;
    width: 35px;
}
.faq-sec .card-body {
    font-size: 13px;
}
.tmls-video-blk img {
    height: 300px;
}
section.tmls-videos-sec {
    padding: 50px 0 0;
}

.tmls-video-txt {
    margin: 0 0 40px;
}
.shop.single .form .form-group label span {
    right: 0;
}
.shop.single {
    overflow: hidden;
}
.homebanner::after, .homebanner::before {
    display: none;
}
}
