.readex-pro-<uniquifier> {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "HEXP" 0;
}
body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Readex Pro", sans-serif;
    color: #000;
	max-width:1920px; 
}

::selection {
    background-color: #2196f3;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
 }

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #757576;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
 

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color:#9C9C9C;
}

.form-control::-moz-placeholder {
    color:#9C9C9C;
}

.form-control:-ms-input-placeholder {
    color:#9C9C9C;
}

.form-control:-moz-placeholder {
    color:#9C9C9C;
}

.inputSearch::-webkit-input-placeholder {
    color:#fff;
}

.inputSearch::-moz-placeholder {
    color:#fff;
}

.inputSearch:-ms-input-placeholder {
    color:#fff;
}

.inputSearch:-moz-placeholder {
    color:#fff;
}

 
/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
   color: #c72026;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/
.headerIcon:hover{
    background: #006E39;
    color: #fff;
}
.userIcon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #006E39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.searchBox svg{
    position: absolute;
    left: 0;
}
.searchBox{
    position: relative;
    color: #fff;
}
.searchBox input:focus-visible{
    outline: none;

}
.searchBox input{
    background: transparent;
    border: 0;
    padding: 0 0 0 45px;
    color: #fff;
}
.headerIcon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
}
.langugae_Drop .dropdown-toggle{
        font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}
.langugae_Drop img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
}
.divhide{
    opacity: 0;
}
.navbar {
    flex-direction: column;
    padding: 0
}
.topHeaderMenu {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
body.dirRtl .topLeftLinks {
    padding-right: 120px;
    padding-left: 0px;
}
.topLeftLinks {
    padding-left: 120px;
}
.navbar-brand img{
        position: absolute;
    top: 0px;
    max-height: 120px;
    padding-top: 0;
    left: 0;
}
body.dirRtl .nav-link.loginBtn {
    padding: 6px 12px 6px 6px !important;
}
body.dirRtl .mySwiper {
    padding: 30px 30px 30px 0px !important;
}
body.dirRtl .slideBtns {
    right: auto;
    left: 30px;
}
body.dirRtl .cardTextBtn{
    padding: 6px 18px 6px 6px !important;
}
body.dirRtl .navbar-brand img{
    left: auto;
    right: 0;
}
.topHeaderDiv {
    width: 100%;
    background: #1A1A1A;
    padding: 15px 0;
}
.topHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
        flex-wrap: wrap;
    gap: 10px;
    background: #1A1A1A;
}
.menuDiv{
        width: 100%;
    padding: 21px 0;
}
.mainMenu {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
#header {
    /* height: 85px; */
      display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    background-color: #006E39;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
    /* height: 65px; */
    /* border-bottom: 1px solid #ededed;*/
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}


#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
#header   .nav-link {
position: relative;
    padding: 0;
    display: flex;
        color: #fff;
    align-items: center;
    gap: 12px;
}
#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #1a1a1a;
}

.nav-link.loginBtn {
    display: flex;
    align-items: center;
    gap: 32px !important;
    padding: 6px 6px 6px 12px !important;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A !important;
}


#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 10px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}


.header_border_btn:before, .header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}
.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}
#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}
#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
}
.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #c72026;
    background-color:transparent;
}


/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}
.footer-logo img{
    max-height: 100px;
}
.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    background: #1A1A1A;
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 50px;
}
ul.footer-links {
      margin:30px 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:10px 150px;
    justify-content: center;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex
;
    gap: 11px;
}

ul.footer-links li a:hover {
    color: #1a1a1a;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper:after{
content: "";
    background-image: url(../img/footerBg.png);
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 86%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
}
.footer_wrapper> .container{
    z-index: 1;
    position: relative;
}
.footer_wrapper {
        background: #006E39;
    padding: 60px 0px 0px 0px;
    border-radius: 60px 60px 0 0;
    position: relative;
    overflow: hidden;
}

footer h6 {
    font-size: 18px;
    margin: 0 0 27px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


#top-button {
    display: inline-block;   
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
 
  #top-button.show {
    opacity: 1;
    visibility: visible;
  } 
.back_top {
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color: #1a1a1a;
    display: none;
    border: #006e39 1px solid;
    z-index: 1;
    border-radius:4px
}
.back_top span {
    position: relative;
    display: block;  color: #fff;
    width: 100%;
    height: 100%;
}
.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}
.back_top:hover span{
     color: #2196f3;
     }


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #1295d6;
    background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}
.custom_radio [type="radio"]:checked + label::after, .custom_radio [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #F87DA9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.custom_radio  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-control {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    padding: 15px 25px;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
}

.custom_select_block .ms-dd .ms-dd-header{
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;    
    border-radius: 6px;
    border: 1px solid #B1B1B1;
   overflow: hidden;
   width: 100%;
}
.custom_select_block .ms-dd .ms-dd-header .option-selected{
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block  .ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}
.custom_select_block .ms-dd{
    width: 100%;
}
.custom_select_block .ms-dd .ms-dd-arrow {  
    margin-top: -5px;   
    right: 25px;   
}


/* Select2 */

 

.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label{
    opacity: 0;
}
.floating-diff.focused .floating-label{
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}
.form-group.focused select.form-control{
    padding-top: 21px;
}
.float-checkradio{
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused{
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label{
    opacity: 0;
}
.select2Part.focused .floating-label{
    opacity: 1;
}
.select2multiple .floating-label{
    opacity: 1;
}
.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 7px;
    margin: 0;
    padding-top: 17px;
    padding-left: 0px;
}


 .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    top: 0;
    right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 30px;
    padding-left: 0px;
    background-color: #ebf0fe;
        margin-right: 5px;
    border: 0px solid #aaa;
        margin-top: 9px;
            padding-top: 3px;
    padding-bottom: 3px;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #dc3545;
    color: #e4e4e4;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      background-color: #EE343A;
    color: #fff;
    padding: 1px;
    top: 7px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border-right: 0;
    justify-content: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 11px;
    height: 17px;
    /* width: 1px; */
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    font-weight: 300;
    justify-content: center;

}
.floating-group .select2-container--focus .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--focus .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--below .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--below .select2-selection--multiple{
    padding-top: 20px !important;
}
.floating-group .select2-container--above .select2-selection__rendered{
    padding-top: 20px !important;
}
.floating-group .select2-container--above .select2-selection--multiple{
    padding-top: 20px !important;
}
.floating-group .select2-selection--multiple .select2-selection__rendered{
    padding-top: 20px !important;
}
.select2-dropdown {
    border: 0px solid #aaa;
        box-shadow: 0 9px 9px rgba(0,0,0,0.1);
            margin-top: 3px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:1px solid #DFE3E7
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7;
    padding-left: 19px;
        padding-bottom: 9px;
}
/* .select2-container .select2-selection--multiple {
    min-height: 55px;
    
    }

.select2-container .select2-selection--single{
    min-height: 34px;
        border:1px solid #DFE3E7;
    }
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 16px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0px;
        font-size: 15px;
} */
/* .select2-container--default .select2-selection--single .select2-selection__arrow{
    border: none;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
} */
/* .select2-selection__rendered li:first-child{
   margin-left: 0; 

}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-right: 20px;
        font-size: 15px;
        color: #000;
    padding-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}
.select2-results__option {
    font-size: 15px;
    font-weight: 300;

} */
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{
    left: 8px !important;
    right: auto;
}
input#billing_phone {
    text-align: end;
}
nav.woocommerce-breadcrumb {
    display: none;
}
/*select2*/
.form-group{
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control{
    padding-top: 10px;
    transition: 0.15s;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}
/* new css */
.sectionTitle:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #006E39;
    height: 4px;
    width: 120px;
}
.sectionTitle.lightColor:after{    
    background-color: #fff;
}
.sectionTitle.lightColor{
    color: #fff;
}
.sectionTitle {
 color: #1A1A1A;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding-bottom: 8px;
}
.sectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 42px;
    flex-wrap: wrap;
}
.SectionViewLInk {
    padding: 10px 18px;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}
.latestNewsSection{
    margin: 120px 0;
}
.cardBtn{
    min-width: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    background-color: #1A1A1A;
}
.cardFooter {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
        margin-top: 18px;
	flex-wrap: wrap;
}
.cardFLeft{
    display: flex;
    gap: 6px 18px;
    align-items: center;
    flex-wrap: wrap;
}
.infoText {
    gap: 10px;
    display: flex;
    align-items: center;
}
.themeCard {
    border-radius: 42px;
    box-shadow: 0 0 12px 0px rgba(26, 26, 26, 0.18);
    padding: 18px;
        background: #fff;
}
.cardTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.cardDes {
    font-size: 18px;
    color: #7C7C7C;
    font-weight: 400;
    margin: 0;
}
.cardImg {
    border-radius: 36px;
    margin-bottom: 18px;
    overflow: hidden;
}
.themeCard:hover .cardTitle{
    color: #006E39;
}
.themeCard:hover .cardImg img{
    transform: scale(1.1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}
.cardBtn:hover{
    background-color: #006E39;
    color: #fff;
}
.cardTextBtn:hover .btnIcon{
    color: #006E39;
}
.cardTextBtn:hover{
    color: #fff;
    background-color: #006E39;
}
.cardTextBtn {
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    background-color: #1A1A1A;
    padding: 6px 6px 6px 18px;
    gap: 18px;
        width: fit-content;
        white-space: nowrap;
}
.btnIcon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
}
.cardMatch {
    background-image: url(../img/matchBg.jpg);
    padding: 60px 30px 0;
    border-radius: 42px;
    margin-bottom: 30px;
}
.centerDiv{
    width: 46%;
    text-align:center
}
.sideDiv{
    width: 27%;
    text-align:center
}
.LiveBox{
    background-color: #B78730;
    border-radius: 36px 36px 0 0;
    padding: 17px;
    width: 46%;
    margin-inline: auto;
    position: relative;
}
.teamLine {
    display: flex;
    align-items: flex-start;
}
.teamNumber {
display: flex;
    gap: 35px;
    justify-content: center;
    margin-top: -47px;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
}
.teamName {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-top: 12px;
}
.numberCircel{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 3px solid rgba(183, 135, 48, 1);
    font-size: 30xpx;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.liveNumber {
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.shopSection {
      background-image: url(../img/shopBg.jpg);
    padding: 115px 60px;
    border-radius: 60px;
    background-size: cover;
}
.shopCardImg{
    border-radius: 36px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #F0F0F0;
}
.priceText {
    color: #006E39;
    font-size: 24px;
    font-weight: 700;
}
.shopTabs {
    padding: 10px 30px;
    border-radius: 30px;
    background: #fff;
}

.shopTabs .nav-tabs .nav-link {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 700;
}
ul#myShopTab {
    gap: 30px;
    border: 0;
}
.shopTabs .nav-tabs .nav-link.active{
        border-bottom: 2px solid #006E39;
    color: #006E39;
}
.advertiseSection{
    margin: 120px 0;
}

.centerTitle .sectionTitle:after {
    right: 0;
    margin-inline: auto;
}
.sectionHead.centerTitle{
    justify-content: center;
}
.advertCard {
    background: #000;
    border-radius: 20px;
    padding: 12px;
}
.advertCardTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    color: #006E39;
}
.advertCardInfo
 {
    background: #15171C;
    padding: 20px 10px;
    text-align: center;
        border-radius: 0 0 16px 16px;
}
.advertCardImg {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.advertCardDes {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.countdown{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
    text-align: center;
    padding: 16px 0 24px;
}

.heroBox .countdown>div{
        font-size: 15px;
    width: 52px;
}
.countdown>div{
    position: relative;
}
.countdown div:last-child .dayBox:after{
content:none
}
.countdown .dayBox:after{
    position: absolute;
    right: -11px;
    top: 11px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDUgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjE4NDEgMTEuNTQ0QzEuNTYwMSAxMS41NDQgMS4wNDAxIDExLjMyOCAwLjYyNDEwMiAxMC44OTZDMC4yMDgxMDIgMTAuNDY0IDAuMDAwMTAxNTk2IDkuOTQ0IDAuMDAwMTAxNTk2IDkuMzM2QzAuMDAwMTAxNTk2IDguNjk2IDAuMjA4MTAyIDguMTY4IDAuNjI0MTAyIDcuNzUyQzEuMDQwMSA3LjMyIDEuNTYwMSA3LjEwNCAyLjE4NDEgNy4xMDRDMi44MjQxIDcuMTA0IDMuMzQ0MSA3LjMyIDMuNzQ0MSA3Ljc1MkM0LjE2MDEgOC4xNjggNC4zNjgxIDguNjk2IDQuMzY4MSA5LjMzNkM0LjM2ODEgOS45NDQgNC4xNjAxIDEwLjQ2NCAzLjc0NDEgMTAuODk2QzMuMzQ0MSAxMS4zMjggMi44MjQxIDExLjU0NCAyLjE4NDEgMTEuNTQ0Wk0yLjE4NDEgNC40NEMxLjU2MDEgNC40NCAxLjA0MDEgNC4yMjQgMC42MjQxMDIgMy43OTJDMC4yMDgxMDIgMy4zNiAwLjAwMDEwMTU5NiAyLjg0IDAuMDAwMTAxNTk2IDIuMjMyQzAuMDAwMTAxNTk2IDEuNTkyIDAuMjA4MTAyIDEuMDY0IDAuNjI0MTAyIDAuNjQ3OTk4QzEuMDQwMSAwLjIxNTk5OCAxLjU2MDEgLTEuOTA3MzVlLTA2IDIuMTg0MSAtMS45MDczNWUtMDZDMi44MjQxIC0xLjkwNzM1ZS0wNiAzLjM0NDEgMC4yMTU5OTggMy43NDQxIDAuNjQ3OTk4QzQuMTYwMSAxLjA2NCA0LjM2ODEgMS41OTIgNC4zNjgxIDIuMjMyQzQuMzY4MSAyLjg0IDQuMTYwMSAzLjM2IDMuNzQ0MSAzLjc5MkMzLjM0NDEgNC4yMjQgMi44MjQxIDQuNDQgMi4xODQxIDQuNDRaIiBmaWxsPSIjQjc4NzMwIi8+Cjwvc3ZnPgo=);
}
.nextMatchTimer .countdown {
    gap: 55px;
    padding: 0px 0 0px;
}
.nextMatchTimer .countdown .dayBox:after {
    right: -27px;
}
.nextMatchTimer>span{
        font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}
.nextMatchTimer {
    display: flex;
    align-items: center;
    gap:10px 35px;
    
    flex-wrap: wrap;
}
body.dirRtl .searchBox svg {
    left: auto;
    right: 0;
}
body.dirRtl .searchBox input {
    padding: 0 45px 0 0;
}
body.dirRtl .countdown .dayBox:after {
    right: 56px;
}
body.dirRtl .nextMatchTimer .countdown .dayBox:after {
    right: 65px;
}
.cardMatch{
    max-width: 544px;
}
.slideBtns {
    position: absolute;
    width: 160px;
    right: 30px;
    bottom: 67px;
}
.slide-content .cardMatch {
    margin-bottom: 0;
}
.cardTextBtn.activBtn .btnIcon{
    color: rgba(0, 110, 57, 1);
}
.cardTextBtn.activBtn{
   background-color: rgba(0, 110, 57, 1)
}

.heroSection{
    padding-top: 30px;
}
/* Right Info Section */
.mySwiper{
    background: #fff;
    padding:30px 0 30px 30px !important;
    display: flex;
    box-shadow: 0 0 12px 0 rgba(26, 26, 26, 0.18);
    border-radius: 30px;
    width: calc(100% - 304px);
    max-width: 1496px;
    margin-inline: auto;
        margin-top: -8%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.slide-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1A1A1A;
}
.slide-content p {
    color: #7C7C7C;
    margin-bottom: 20px;
        font-size: 24px;
}


/* Navigation */
.slideBtns  .swiper-button-next,
.slideBtns .swiper-button-prev {
      color: #007c36;
    font-weight: bold;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideBtns .swiper-button-next:hover,
.slideBtns .swiper-button-prev:hover {
      background: #007c36 !important;
}
.slideBtns .swiper-button-next svg,
.slideBtns .swiper-button-prev svg{
        width: 20px;
    height: auto;
}
.dayBox{
    width: 42px;
    display: block;
    height: 42px;
    border-radius: 12px;
    background: #B78730;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
        margin-inline: auto;
}
.slideBtns .swiper-button-prev:after, .slideBtns .swiper-rtl .swiper-button-next:after, .slideBtns .swiper-button-next:after, .slideBtns .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}
.slide-main-img {
    border-radius: 60px;
    overflow: hidden;
}.slide-main-img img {
width:100%;
}
.background_banner{
    content: "";
    background-image: url(../img/herobg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsSlider, .matchesSlider{
        padding: 5px;
}
/* .priceText span:nth-child(1) {
  order: 2;
}

.priceText span:nth-child(2) {
  order: 1;
}

.priceText span:nth-child(3) {
  order: 3;
} */
.priceText {
    display: flex;
    flex-wrap: wrap;
	width:100%;
}
/* new css */
body.dirRtl .cardFRight {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.wp-block-post{
	padding:63px;
}
.wc-block-cart__submit-button.contained {
    background: #036d39;
    color: #fff;
}
.wc-block-components-checkout-place-order-button.contained {
    background: #036d39;
    color: #fff;
    border-bottom-color: #036d39;
}
 .wc-block-cart .wc-block-cart__totals-title,th.wc-block-cart-items__header-image,.wc-block-components-checkout-order-summary__title-text { 
        font-size: 2.00em !important;
}

fieldset#payment-method,.wc-block-checkout__payment-method,.wc-block-checkout__shipping-option {
    display: none;
} 
/* Step 1: Wrap both in a flex container */
form.checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Step 2: Style the left column (order_review) */
#order_review_heading,
#order_review {
    width: 48%;
    order: 1; /* Show this first (left) */
}

/* Step 3: Style the right column (customer_details) */
#customer_details.col2-set {
    width: 48%;
    order: 2; /* Show this second (right) */
}

/* Step 4: Responsive behavior for mobile */
@media (max-width: 768px) { 
    form.checkout {
        flex-direction: column;
    }

    #order_review_heading,
    #order_review,
    #customer_details.col2-set {
        width: 100%;
        order: unset;
    }
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}
button#place_order {
    background: #036d39;
}

div#payment {background: #fff !important;}
.woocommerce .quantity .qty {
    width: 6.631em !important;
}
body.rtl .products h2{
	font-size: 28px !important;
}

nav.woocommerce-breadcrumb {
    margin-top: 20px !important;
}
@media screen and (orientation: landscape) {
  .match-banner .matchbox:last-child {
  order: -1; /* last box ko sabse pehle le aayega */
}
}

/*checkout*/
 @media print { 
    thead {
        display: table-header-group
    }

    img,tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    } 
}
 
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end:15px;width: 100%
}

table td,table th {
    border: 1px solid hsla(0,0%,50%,.502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50%,.502)}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50%,.071)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50%,.102)
}

table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50%,.502)}

@media(max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        line-height: 1.3;
        padding: 7px
    }

    table table th {
        font-weight: 400
    }
} 


/*mini cart*/
.mini-cart-wrapper {
    position: relative;
    display: inline-block;
}

.mini-cart-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    position: relative;
}

.cart-count {
     position: absolute;
    top: -6px;
    right: -10px;
    background: #d99334;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 50%;
}

.mini-cart-box {
    position: absolute;
    top: 40px;
    left: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 10px;
    display: none;
    z-index: 99999;
}

.mini-cart-box.active {
    display: block;
}

.mini-cart-close {
    background: none;
    border: none;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.mini-cart-footer {
    text-align: center;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.mini-cart-footer .button {
    padding: 10px 15px;
    background: #1A1A1A;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.mini-cart-footer .button:hover {
    background: #006E39;
}
.mini-cart-content .woocommerce-mini-cart__buttons.buttons{
	display:none;
}