@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');







* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}





h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

    font-weight: 700;

    color: #454545;

    font-family: 'Open Sans', sans-serif;



}







a,

a:focus {

    text-decoration: none;



    outline: 0;

}





input,

textarea,

select {

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;

    outline: none !important;

}



a {

    color: #1974C6;

    transform: scale(1);

}



a,

button,

a:hover {

    cursor: pointer;

    text-decoration: none;

    color: inherit;

}



.form-control:focus {

    border-color: #202020 !important;

    outline: 0;

    box-shadow: none !important;

}



.btn:focus {

    box-shadow: none !important;



}

html{

    scroll-behavior: smooth;

}



body {

    font-family: 'Open Sans', sans-serif;

    background: #fff;

    font-size: 16px;

    font-weight: 400;

}



p {

    margin: 0;

    font-size: 16px;

    font-family: 'Open Sans', sans-serif;

    color: #454545;

    font-weight: 600;

}



hr {

    margin-top: 1.3rem;

    margin-bottom: 1.3rem;

}



ul {

    list-style: none;

    margin: 0;

    padding: 0;

}



.section {

    padding: 70px 0;

}

.navbar .navbar-nav .nav-link {

    color: #007ab7;

    font-size: 14px;

    padding: 10px 20px;

    font-weight: 700;

    transition:  .2s ease-in-out;

}

.navbar .navbar-nav .nav-link:hover{

    color: #000000;

}

 /* .navbar .navbar-nav .nav-link.active{

    color: #000000;

}  */



.hero-banner {

    background-image: url('../images/hero-banner.png');

    background-size: cover;

    position: relative;

}



.site-btn {

    font-style: normal;

    font-weight: 500;

    font-size: 16px;

    padding: 7px 15px;



    text-align: center;

    background: #007ab7;

    color: #FFFFFF;

    border-radius: 5px;

}

.site-btn:hover{

background-color: #000000;

color: #fff;

}

.btn-drop {

    transform: rotate(270deg);

}





.hero-heading {

    font-style: normal;

    font-weight: 700;

    font-size: 70px;

    color: #FFFFFF;

    margin: 25px 0;

    margin-top: 15px;

}

.hero-sub-heading{

    font-size: 25px;

  

    letter-spacing: 3%;

    color:#E8E8E8;

    font-weight: 700;

}

.hero-text-box {

    width: 70%;

    padding: 110px 0;

}

.hero-banner .navbar{

    padding: 22px 0;

}

.upper-header {

    display: flex;

    justify-content: space-between;

    font-weight: 600;

}

.upper-header-bg {

    background: #007ab7;

    color: #fff;

    padding: 10px 0;

}

.left-upper-header {

    display: flex;

    /* justify-content: space-between; */

}

.left-upper-header .contact-info {

    margin-right: 35px;

}

.right-upper-header ul{

    display: flex;

    justify-content: space-between;

}

.right-upper-header ul li {

    padding: 0 10px;

}

.overflow{

    overflow: hidden;

}

h4.sub-heading {

    font-size: 20px;

    font-weight: 700;

    color: #007ab7;

    margin-bottom: 20px;

}

h3.site-heading {

    font-size: 36px;

    margin-bottom: 20px;

}

.testimonal{

    width: 50%;

    margin: auto;

    text-align: center;

}

.slick-slide img {

    display: initial;

}

.testimonal .testimonal-content .img-box {

    display: inline-block;

    border: 7px solid #007ab7;

    border-radius: 50%;

    position: relative;

    margin-bottom: 8px;

}

.testimonal .testimonal-content .img-box::before {

    content: "";

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background-color: #007ab7;

    z-index: -1;

    left: -19px;

    top: -7px;

}

.testimonal .testimonal-content .testimonal-name {

    font-size: 16px;

    font-weight: 700;

    color: #454545;

    margin-bottom: 3px;

}

.testimonal .testimonal-content .testimonal-profesnal {

    color: #007ab7 !important;

    font-weight: 600;

    font-size: 14px;

}

.testimonal .testimonal-content .img-box img{

    border: 1px solid #fff;

    border-radius: 50%;

}



.testimonal .slick-next, .testimonal .slick-prev {

    right: -100px;

    background: #007ab7 !important;

    height: 45px;

    width: 45px;

    border-radius: 50%;

    top: 50%;

}

.testimonal .slick-prev{

   left: -100px;

}

.slick-prev:before, .slick-next:before {

    content: "\f054";

    font: normal normal normal 14px/1 FontAwesome;

    opacity: 1;

    font-size: 20px;

}

.slick-prev:before{

    content: "\f053";

}

.testimonal .slick-dots li.slick-active button:before {

    opacity: 1;

    color: #007ab7;

    background: #007ab7;

    border-radius: 50%;

    width: 15px;

    height: 15px;

    /* position: relative; */

    position: absolute;

    top: -2px;

    left: -2px;

}

.testimonal .slick-dots li button {

    background-color: #454545;

    border-radius: 50%;

    width: 10px;

    height: 10px;

}

.testimonal .slick-dots {

    bottom: -40px;

}

.fa-quote-left, .fa-quote-right {

    font-size: 26px;

    position: relative;

    top: -8px;

    left: -10px;

    color: #45454545;

}

.fa-quote-right {

    right: -3px;

    left: 16%;

    top: 7px;

}



.impact{

    background-image: url('../images/impt.png');

    background-size: cover;

}

.impact-num {

    font-size: 48px;

    color: #fff;

    font-weight: 700;

}

.impact-heading {

    font-size: 20px !important;

}

.form-group .form-icon {

    position: absolute;

    transform: translate(-50%, -50%);

    right: 5px;

    bottom: -7px;

    color: #007ab7;

    font-size: 18px;

}

.form-detail-icons {

    position: relative;

}

.contact-form .form-group{

    margin-bottom: 30px;

}

.form-icon-text-area {

    transform: translate(-50%, -280%) !important;

}

.right-contact-form {

    background-image: url('../images/get-contact.png');

    background-size: cover;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 20px;

}

.bottom-logo-content li {

    display: flex;

    margin-bottom: 18px;

}

.right-contact-form .site-heading{

    font-size: 30px;

    color: #fff;

    margin-bottom: 30px;



}

span.footer-icon {

    /* display: inline-block; */

    width: 32px;

    height: 32px;

    display: flex;

    text-align: center;

    background: #ffffff;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #007ab7;

    font-size: 13px;

    box-shadow: 0px 0px 0px 6px rgb(225 225 225 / 5%);

}

.footer-icon-content {

    color: #fff;

    font-size: 16px;

    margin-left: 10px;

    font-weight: 600;

}

.shadow-box {

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    padding: 30px 20px;

}



.brands {

    background-image: url('../images/brands-bg.png');

    background-size: cover;

    height: 100%;

    /* padding: 200px; */

    background-position: center;

}

.brands-testimonal.slick-initialized.slick-slider.slick-dotted {

    background: #fff;

    padding: 35px;

    text-align: center;

    border-radius: 10px;

    margin: 0;

    margin: auto;

    width: 80%;

}

.brands-testimonal .slick-next, .brands-testimonal .slick-prev {

    right: -100px;

    background: #ffff !important;

    height: 45px;

    width: 45px;

    border-radius: 50%;

    top: 50%;

}

.brands-testimonal .slick-prev:before, .brands-testimonal .slick-next:before {

    opacity: 1;

    color: black;

}

.brands-testimonal .slick-prev {

    left: -80px;

}

.brands-testimonal .slick-next {

    right: -80px;

}

.brands h3, .brands h4{

    text-align: center;

    color: #fff;

}

.brands h4{

    font-weight: 500;

    font-size: 24px;

    margin-bottom: 40px;

}

.footer{

    background-image: url('../images/footer-bg.png');

    background-size: cover;

}

.footer-other-content h4{

    color: #fff;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 30px;

}

.footer-contente p{

    font-size: 18px;

    font-weight: 500;

    color: #fff;

}

.footer span.footer-icon {

  background: transparent;

    color: #ffffff;

    box-shadow: none;

   

}

.bottom-footer.text-center {

    padding: 18px 0;

    border-top: 1px solid #007240;

    margin-top: 25px;

}

.footer .footer-icons li {

    display: inline-block;

}

.footer .footer-icons .f-achor-icon {

    display: inline-block;

    border: 1px solid #fff;

    padding: 20px;

    border-radius: 50%;

    height: 20px;

    width: 20px;

    margin-right: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .2s ease-in-out;

    position: relative;

}

.footer .f-achor-icon .f-block {

    position: absolute;

    top: 12px;

    transition: .2s ease-in-out;

}

.footer .f-achor-icon .f-nons {

    position: absolute;

    bottom: -18px;

    opacity: 0;

    transition: .2s ease-in-out;

}

.footer .footer-icons .f-icons {

    color: #fff;

}

.footer .f-achor-icon:hover {

    background-color: #007ab7;

    color: #fff;

}

.footer .f-achor-icon:hover .f-block {

    position: absolute;

    top: -18px;

    opacity: 0;

}

.footer .f-achor-icon:hover .f-nons {

    position: absolute;

    bottom: 12px;

    opacity: 1;

}







.register-bg {

    background-image: url('../images/register-bg.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    display: flex;

    align-items: center;

    justify-content: center;

}

.main-register-box{

    height: 100vh;

    

}

.regiter-content {

    background: #ececec;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 30px 60px;

}

.Register-page{

    overflow-y: auto;

}

.regiter-content .backto-home {

    color: #006f3e;

    font-weight: 600;

}

.regiter-content .shadow-box {

    background: #fff;

    width: 100%;

    border-radius: 10px;

}

.register-bg .text-box .site-heading{

    font-size: 50px;

    margin-bottom: 5px;

    color: #fff;

}

.register-bg .text-box .sub-heading{

    color: #fff;

    font-size: 20px;

}

.register-btn .site-btn{

    padding: 5px 13px;

}

.forget-text {

    /* color: #007ab7; */

    /* text-align: right; */

    font-size: 14px;

    font-weight: 500;

    /* display: flex; */

    /* justify-content: space-between; */

    margin: 20px 0;

    margin-top: 15px;

    text-align: right;

}

.color-link {

    color: #007ab7;

    font-weight: 400;

    font-size: 14px;

}

.buttons .block {

    margin-right: 5px;

}

.shadow {

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.quantity input {

    border-radius: 0;

    height: 40px;

}





/* [type="radio"]:checked,

[type="radio"]:not(:checked) {

    position: absolute;

    left: -9999px;

}

[type="radio"]:checked + label,

[type="radio"]:not(:checked) + label

{

    position: relative;

    padding-left: 28px;

    cursor: pointer;

    line-height: 20px;

    display: inline-block;

    color: #666;

}

[type="radio"]:checked + label:before,

[type="radio"]:not(:checked) + label:before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 20px;

    height: 20px;

    border: 1px solid #007ab7;

    border-radius: 100%;

    background: #fff;

}

[type="radio"]:checked + label:after,

[type="radio"]:not(:checked) + label:after {

    content: '';

    width: 12px;

    height: 12px;

    background: #007ab7;

    position: absolute;

    top: 4px;

    left: 4px;

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

}

[type="radio"]:not(:checked) + label:after {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

}

[type="radio"]:checked + label:after {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

} */





/* my-account */



.my-account-tabs .nav-tabs .nav-link.active {

    background: #007ab7;

    color: #ffff;

    border-radius: 0;

    /* border-bottom: 1px solid #007ab7; */

    border-radius: 5px;

    padding: 8px 26px 8px 26px;

    transition: .3s ease-in-out;

}

.my-account-tabs .nav-tabs .nav-link i{

    margin-right: 8px;

}

.my-account-tabs .nav-tabs .nav-link:hover {

    padding: 8px 26px 8px 26px;

    background: #007ab7;

    color: #ffff;

    border-radius: 5px;

    transition: .3s ease-in-out;

   

}

.my-account-tabs .nav-tabs .nav-link {

    width: 100%;

    text-align: left;

    display: block;

    padding: 8px 26px 8px 20px;

    color: #2D475B;

    font-weight: 600;

    font-size: 18px;

    border: 0;

    border-bottom: 1px solid #F1F1F1;

    transition: .3s ease-in-out;

    margin-bottom: 5px;

}

.my-account{

    background: #f6f6f6;

}

.my-golfer-tab {

    background: #fff;

    padding: 20px;

    margin-bottom: 20px;

}

h5.dashbord-text-hading {

   color:#fff

}

.dashbord-icons {

    background: #007ab7;

    height: 58px;

    width: 58px;

    /* border-radius: 10px; */

    /* display: flex; */

    /* align-items: center; */

    /* justify-content: center; */

    /* font-size: 20px; */

    color: #fff;

    width: 68px;

    height: 68px;

    line-height: 58px;

    background: rgba(255,255,255,.15);

    border-radius: 4px;

    text-align: center;

    background: rgb(255 255 255);

    padding: 7px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.dashbord-icons img{

    width: 43px;

}

.dashbord-content-box {

    align-items: center;

    justify-content: space-between;

     display: flex;

}

.my-dash-content .dash-content{

    padding: 15px 20px;

    background: #006f3e;

    border-radius: 10px;

}

.my-dash-content .dashbord-text-num {

    font-size: 40px;

    font-weight: 500;

    color: #fff;

}

.my-profile-inner-h {

     background: #007ab7;

     color: #fff !important;

    font-size: 18px;

    text-align: left;

    font-weight: 500;

    padding: 5px 10px;

    border-radius: 5px;

    margin-bottom: 20px;

  

}



.table thead th {

    background-color: #000;

    color: #fff;

    white-space: nowrap;

    /* display: flex; */

    vertical-align: middle;

    font-size: 14px;

}

.table .btn-sm{

    font-size: 14px;

    padding: 6px 10px;

}

.user-menu-card a i{

    color: #fff;

    font-size: 35px;

}

.drop-menu {

    position: relative;

}

.drop-menu .sub-menu {

    /* background-color: rgb(116 116 116) !important; */

    background: #fff;

    position: absolute;

    right: 0;

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    transition: all 0.3s ease;

    transform: scale(0.5);

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


    background: #fff;

    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;

    bottom: -85px;

    transition: .3s ease-in-out;

     width: 160px;

}

.drop-menu:hover .sub-menu {

    transform: scale(1.0);

    opacity: 1;

    visibility: visible;

    right: -15px;

    padding: 5px 10px;

   

    border-radius: 5px;

    transition: .3s ease-in-out;

}



.my-user-drop .fa-circle-user {

    color: #fff;

    font-size: 35px;

}

.my-user-drop .sub-menu li:hover {

    background: #007ab7;

    color: #ffff;

    padding: 1px 10px;

    border-radius: 5px;

    transition: .3s ease-in-out;

}

.my-user-drop .sub-menu li.nav-item {

    margin-bottom: 5px;

    border-bottom: 1px solid #ddd;

    padding-bottom: 5px;

}

.my-account-uer{

    display: flex;

    align-items: center;

}

.my-account-uer .my-account-uer-content p {

    font-size: 13px;

    color: #9d9d9d;

}

.form-control {

    line-height: 1.1;

    padding-right: 40px;

}

 .btn-sm {

    padding: .25rem .5rem !important;

    font-size: .875rem !important;

    line-height: 1.5 !important;

}

.table tr td img{

    width: 50px;

}

 .back-btn{

    background-color: #000;

}

.back-btn:hover{

    background-color: #2a2a2a;

}

.header-user-img img {

    width: 35px;

}

.main-register-box .regiter-content .site-heading{

    font-size: 30px;

}

.view-detail-content tr th{

    width: 50%;

}

.btn-delete {

   background-color: rgb(215, 0, 0);

    white-space: nowrap;

}

.btn-delete:hover {

    background-color: rgb(172, 0, 0) ;

}

.table td, .table td p{

    font-size: 14px;

}

.action-btn-box {

    /* white-space: nowrap; */

    display: flex;

    flex-direction: column;

    gap: 8px;

}

label{

    font-size: 14px;

    font-weight: 600;

}

.page-header.is-sticky {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1;

  }

  .page-header.is-sticky {

    position: fixed;

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);

    /* backdrop-filter: blur(10px); */

    animation: slideDown 0.35s ease-out;

    background: #ffffffbf;

}

.page-header.is-sticky .navbar{

    padding: 10px 0;

}

.testimonal-section .slick-dotted.slick-slider {

    margin-bottom: 40px;

}



 #about-us-section, #testimonal-section, #impact-section, #get-in-touch-section, #Sponsers-section{

    scroll-margin-top: 30px;

}





  .page-header.is-sticky img {

    max-width: 80%;

  }

  @keyframes slideDown {

    from {

      transform: translateY(-100%);

    }

    to {

      transform: translateY(0);

    }

  }



  /* hkm Css */

  .testimonal-section{

    background-color: #ebebeb;

  }

  /* cart quantity button */

  .qty-imput{

    text-align: center;

    border:solid black 1px; 

    border-radius:5px; 

    width:50%;

  }

  .checkout-btn{



    border-radius: 20px; 

    padding: 5px;

    display:block;

    background-color: #007ab7;

    color:#fff;

    padding: 10px 5px 10px 5px !important;



  }

  #qauantity{



    padding: 0.375rem 0.75rem;

    border: solid black 1px;

    width: 50%;

    height: 100%;

    border-radius: 8px;

    



  }

  .cart-btn{

    padding: 0.375rem 0.75rem;

    border: none;

    height: auto;

    width: auto;

    display: inline-block;

    border-radius: 8px;

    margin-right: 5px;

  }

  .redio-single-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-right: 35px;
    margin-top: 10px;
}

.footer-contente img{
    background: #fff;
    border-radius: 3px;
}



/* new-css */
.order-organizer-section .dashbord-icons {
    background: rgba(255,255,255,.15) !important;
    width: inherit;
    height: inherit;
    padding: 10px;
}
.order-organizer-section .dashbord-icons i{
    font-size: 25px;
}
.order-organizer-section .my-dash-content .dash-content {
    position: relative;
    box-shadow: inset rgba(60, 70, 85, 0.5) 0px 0px 40px 0px, rgba(0, 0, 0, .3) 0px 30px 100px -24px;
    background: repeating-linear-gradient(57deg, #007ab7, #0572a9 100px);
}
.order-organizer-section .my-dash-content .dash-content::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -78px;
    background: #1010101a;
    border-radius: 50%;
    right: -45px;
}
.order-organizer-section .my-dash-content .dash-content::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    bottom: -78px;
    background: #1010101a;
    border-radius: 50%;
    left: -45px;
}
.order-organizer-section .my-profile-inner-h {
   background: transparent;
    font-weight: 700;
    color: #000 !important;
    border-bottom: 1px solid #e9e9e9;
}
.order-organizer-section .my-golfer-tab {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.order-organizer-section .my-form-control{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: 0;
}
.table thead th {
    background-color: #007ab7;
}
.product-header-heading{
    display: flex;
    justify-content: space-between;
}
.product-header-heading .my-profile-inner-h{
    margin-bottom: 0;
    border: 0;
}
.product-header-heading {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.our-product-drop-down .site-btn{
width: 100%;
}

.our-product-drop-down .dropdown-menu.show {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.our-product-tab .table tr td img {
    width: 30px;
    /* padding-left: 15px; */
}
.our-product-tab .table tr td, .our-product-tab .table tr th {
    padding: 8px;
}
.our-product-tab .form-check {
    top: 6px;
}
.table-th-heading .form-check {
    top: -11px;
}
.our-product-tab .dropdown-menu.show {
    transform: translate3d(-78px, 38px, 0px);
}
.our-product-tab .form-check {
    color: transparent;
}
.earning-profit {
    color: #1ad223;
   
}
.url-copy-field{
    background: #f5f5f5;
    padding: 30px;
}
.store-setting-form form {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin: 0;
}
.bottom-footer.text-center {
    border-top: 1px solid #007ab7;
}
.store-settings .url-box {
    display: flex;
    gap: 10px;
}
.shop-cart-heading {
    text-transform: capitalize;
}

@media screen and (max-width: 1199px){
    .table td {
        padding-left: 50% !important;
    }
    .our-product-tab .form-check {
        top: inherit;
    }
   .our-product-tab .product-header-heading {
        flex-direction: row;
    }
}
@media screen and (max-width: 767px){
    .product-header-heading {
        flex-direction: column;
    }
}

