@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* font-family: 'Passion One', cursive; */
/* font-family: 'Rajdhani', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Alumni Sans", sans-serif; */

::selection{background:#0046be; color:#FFFFFF;}
::-moz-selection{background:#0046be; color:#FFFFFF;}
p::-moz-selection {background:#0046be; color:#FFFFFF;}
p::selection {background:#0046be; color:#FFFFFF;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0046be;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0046be;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0046be;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0046be;
}
html{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.15;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    background-color: #FFFFFF;
    color: #525355;
    padding: 0;
    margin: 0;
	overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.container, .container-fluid{position:relative;}
@media (min-width: 1400px) {
.container{max-width:1200px;}
}
@media (min-width:1200px) and (max-width:1399px){
.container{max-width:1200px;}
}
@media screen and (min-width: 1200px){
.col-xl-5col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Passion One', 'Rajdhani', 'Poppins', sans-serif;
  font-family: "Alumni Sans", sans-serif;
  font-weight:700;
  margin-bottom:0px;
  line-height:1;
  color:#020d4c;
}
h1 {font-size:3rem;}
h2 {font-size:3rem;}
h3 {font-size:2rem;}
h4 {font-size:1.5rem;}
h5 {font-size:1.2rem;}
h6 {font-size:1rem;}

a {
	font-family: 'Poppins', sans-serif;
	font-size:1rem;
	text-decoration:none !important;
}
p{
	text-align:left;
	line-height: 1.5;
	font-size: 1rem;
	margin-bottom:0px;
}
label{
	font-family: 'Poppins', sans-serif;
}
.text_align_center, .text_align_center p {
    text-align: center;
}

/* ROW FLEX STYLES */
.display_FlexCenter{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
	position:relative;
}
.display_FlexFirst{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
	position:relative;
}
.display_FlexEnd{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
	position:relative;
}

.dFlex_marginLeftAuto{
	display:flex;
	margin-left:auto;
}

.rowFlex_LeftRight{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
	position:relative;
}
.rowFlex_Justify{
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.rowFlex_Center{
	position:relative;
	display: flex;
	display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* TOPBAR STYLE */
.tobBar_Section{
	background-color:#230145;
	padding:7px 15px;
}
.tobBar_Section p{
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}
.tobBar_Section p a{
	font-size:1.2rem;
}
.tobBar_Section ul{
	margin:0px;
	padding:0px;
}
.tobBar_Section ul li, .tobBar_Section ul li a{
	color:#FFFFFF;
	margin:0;
	list-style:none;
}
.tobBar_Section ul li strong{
	color:#000000;
}
.tobBar_Section ul li a{
	margin-left:10px;
}
.tobBar_Section p, .tobBar_Section ul li a{
	color: #FFFFFF;
}
.tobBar_Section p a, .tobBar_Section ul li a{
	color: #FF2127;
}
/* END TOPBAR STYLE */



/* HEADER STYLES */
.header_section .header_wrap .nav_combo_block{
	padding-bottom:15px;
	padding-top:15px;
}
.header_section .nav_combo_block{
	justify-content:flex-start;
}
.header_section .nav-outer {
    position: static;
    display: flex;
    align-items: center;
	margin-left: 0px;
	flex: 1 1 auto;
	justify-content:flex-start;
}

.header_section .outer-box {
    position: relative;
    display: flex;
    align-items: center;
	justify-content:flex-end;
	margin-left:auto;
}
.header_section .nav_combo_block .service_wrapper{
	padding:0px;
}
.header_section .service_wrapper{
	position: relative;
	padding-left: 45px;
	margin-right: 60px;
}
.header_section .service_wrapper{
	display:flex;
	margin-right:0px;
}
.nav_combo_block{
	background: rgba(8,1,33,.8);
	display:block;
	position: absolute;
	top:45px;
	left:0;
	right:0;
	background:none;
	width: 100%;
    height: auto;
    z-index: 99;
}
.header_section .header_wrap {
    position: relative;
    display: block;
    z-index: 99;
}
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header_section .nav_combo_block {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_section .nav_combo_block {
    justify-content:space-between;
}
.header_section .Header_logo{
    padding:0px 0;
    margin-top: 0px;
    padding-bottom: 0px;
	margin-right:50px;
    position: relative;
    z-index: 9;
}
.header_section .Header_logo a {
    display: inline-block;
    max-width: 220px;
	width: 220px;
}
.header_section .Header_logo img{
	display:inline-block;
	max-width:100%;
}
.header_section .nav_combo_block .outer-box .headerIcons_LinesBlock button{
	width:26px;
	height:26px;
	display:flex;
	align-items: center;
}
.header_section .nav_combo_block .outer-box .headerIcons_LinesBlock button i img{
	display:block;
	max-width:100%;
}
.header_section.fixed-header .nav-outer {
   /* justify-content:flex-start;*/
}
.navigation_combo .nav_multilabel{
	position:static;
	display: flex;
	margin-bottom:0px;
}
 
.navigation_combo .nav_multilabel > li:first-child > a{
	padding-left:0;
}
.header_section .navigation_combo .nav_multilabel > li > a:hover{}
.header_section .navigation_combo .nav_multilabel > li.dropdown > a:after{
    color:#8089be;
}
.header_section .navigation_combo .nav_multilabel > li > ul, .header_section .navigation_combo .nav_multilabel > li > .mega-menu{
	margin-top:0;
	border-radius:0;
}
.header_section .navigation_combo .nav_multilabel > li > ul > li > ul{
	border-radius:0;
	padding:12px 20px;
	border-top:4px solid red;
	margin-left:20px;
}
.navigation_combo .nav_multilabel > li{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	list-style:none;
}
.navigation_combo .nav_multilabel > li > a{
	position:relative;
	display:block;
	text-align:center;
	opacity:1;
    font-size: 1rem;
    line-height: 1.571rem;
	font-weight:500;
	color:#171717;
	padding: 10px 12px;
	text-decoration:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.navigation_combo .nav_multilabel > li > a > span{
	position: relative;
	display: block;
	padding-right: 10px;
}

.navigation_combo .nav_multilabel > li.dropdown > a:after{
	position: absolute;
	right:10px;
	top: 50%;
	margin-top: -8px;
	font-family: 'Flaticon';
    content: "\f210";
    display: block;
    line-height: 20px;
    font-size: 0.471rem;
    color:rgba(255,255,255,1);
    z-index: 5;
}

.navigation_combo .nav_multilabel > li > a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #ed254d;
	/* content: ""; */
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

.navigation_combo .nav_multilabel > li:hover > a:before,
.navigation_combo .nav_multilabel > li.current > a:before{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation_combo .nav_multilabel > li > ul{
	position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    padding:15px 20px;
    z-index: 1;
    min-width: 220px;
    margin-top: 8px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.navigation_combo .nav_multilabel > li > ul:before{
	display: table;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.navigation_combo .nav_multilabel > li > ul > li{
	position:relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid #E1E1E1;
}

.navigation_combo .nav_multilabel > li > ul > li:last-child{
	border-bottom:none;	
}

.navigation_combo .nav_multilabel > li > ul > li > a{
	position:relative;
	display:block;
    z-index: 1;
	font-weight:500;
    font-size:1rem;
    line-height: 1.714rem;
	color:rgba(0,0,0,0.74);
	padding: 7px 0;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation_combo .nav_multilabel > li > ul > li.current.dropdown > a:before,
.navigation_combo .nav_multilabel > li li.current li.current > a,
.navigation_combo .nav_multilabel > li > ul > li.current > a{
	color: #3b7eff;
}

.navigation_combo .nav_multilabel > li > ul > li > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 17px 30px;
    z-index: 1;
    min-width: 150px;
    margin-top: -10px;
    margin-left: 30px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}
.navigation_combo .nav_multilabel > li > ul > li > ul:before{
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	content: "";
}
.navigation_combo .nav_multilabel > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #E1E1E1;
}

.navigation_combo .nav_multilabel > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.navigation_combo .nav_multilabel > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
    padding:7px 0;
    z-index: 1;
	font-weight:500;
    font-size: 1rem;
    line-height: 28px;
	color:rgba(0,0,0,0.74);
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navigation_combo .nav_multilabel > li > ul > li.dropdown > a:before{
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    z-index: 5;
    opacity: .75;
}
.navigation_combo .nav_multilabel > li.dropdown.active > ul{
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.navigation_combo .nav_multilabel li > ul > li.dropdown:hover > ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.navigation_combo .nav_multilabel li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}
.header_section .service_wrapper .icon, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox .icon{
	color: #ec1c24;
}
.header_section .cart-btn .count{
	height: 18px;
    width: 18px;
	font-size:.785rem;
	padding-top:1px;
	top:-5px;
}
.header_section .headerInfo_LineBox .icon a, .header_section .headerInfo_LineBox .icon .loggedUser_Ava, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox .icon a, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox .icon .loggedUser_Ava{
	height:32px;
	min-height:32px;
	max-height:32px;
	width:32px;
	min-width:32px;
	max-width:32px;
	border:2px solid #a9b0d7;
	border-radius:50%;
	display:block;
	position:relative;
	overflow:hidden;
}
.header_section .headerInfo_LineBox .icon a img, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox .icon a img{
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.header_section .service_wrapper h4, .header_section .service_wrapper p, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox h4, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox p{
	line-height:1.2;
	color:rgba(255,255,255,1);
}
.header_section .service_wrapper p, .MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox p{
	color:rgba(255,255,255,.6);
	font-weight:300;
	font-size:.85rem;
}
.header_searchBox{
}
.header_searchBox .header_block_search .header_block_search_wrapper{
	border-radius:4px;
	width: 470px;
	z-index: 9;
}
.header_searchBox .header_block_search .btn{
	border-radius:0 4px 4px 0;
	color:#2832B4;
}
.navigation_combo {
    position: static;
}
.navigation_combo .navbar-collapse {
    padding: 0px;
}
a.headerBtn, button.headerBtn{
	text-decoration:none;
	padding:8px 20px 8px;
	display:inline-block;
	text-align:center;
	background-color:rgba(255,0,0,1);
	color:#FFFFFF;
	border-radius:5px;
	border:0 none;
	outline:0;
	box-shadow:none;
	text-transform:uppercase;
	font-weight: 700;
	font-size:1rem;
}
.sticky-header a.headerBtn, .sticky-header button.headerBtn{
	padding:8px 15px 8px;
}
.headerBtn.demoRequestBtn{
	background-color:rgba(255,0,0,1);
	color:#FFFFFF;
}
.headerBtn.portalLoginBtn{
	background-color:rgba(0,0,0,1);
	color:#FFFFFF;
	margin-right:5px;
	display:none;
}
.headerBtn i{
	margin-right:5px;
}

@media only screen and (max-width: 1000px){
/* Mobile Header */
.mobileNavCombo_header .Header_logo, .mobile-sticky-header .Header_logo{
	height:auto;
	max-width:170px;
	padding:0px 0 !important;
}
.mobileNavCombo_header .Header_logo a img, .mobile-sticky-header .Header_logo a img{
	display:inline-block;
	max-width:100%;
}
.mobileNavCombo_header, .mobile-sticky-header{
	display:flex;
	align-items: center;
	background-color:rgba(11,1,45,1);
	padding:8px 15px;
}
.mobileNavCombo_header .mobileHeader_Right, .mobile-sticky-header .mobileHeader_Right{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	flex:1 1 auto;
}
.mobileNavCombo_header .cart-btn-outer .cart-btn, .mobileNavCombo_header .search-box .search-btn, .mobile-sticky-header .cart-btn-outer .cart-btn, .mobile-sticky-header .search-box .search-btn{
	width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
}
.mobileNavCombo_header .cart-btn-outer .cart-btn i img, .mobileNavCombo_header .search-box .search-btn i img, .mobile-sticky-header .cart-btn-outer .cart-btn i img, .mobile-sticky-header .search-box .search-btn i img{
	display: block;
    max-width: 100%;
}
.mobileNavCombo_header .cart-btn-outer .button_sideText, .mobile-sticky-header .cart-btn-outer .button_sideText{
    color: #FFFFFF;
    padding-left: 10px;
	font-size:.928rem;
}
.mobileNavCombo_header .cart-btn-outer, .mobileNavCombo_header .search-box, .mobile-sticky-header .cart-btn-outer, .mobile-sticky-header .search-box{
	margin-left:10px;
}


/* Mobile Navigatoin */
.mobile-menu .menu-outer, .mobile-menu .nav_combo_block{
    /*background-color: rgba(8,1,33,1);*/
}
.mobile-menu .nav-logo{
	padding:8px 20px;
}
.mobile-menu .nav-logo a{
	display:inline-block;
	max-width:180px;
	width:180px;
	padding:0px 0 !important;
}
.mobile-menu .nav-logo a img{
	display:inline-block;
	max-width:100%;
	height:auto;
}
.MobileSidebar_Info_Block{
	display:flex;
	align-items:center;
	padding:8px 20px;
	border-bottom:1px solid rgba(255,255,255,.15);
}
.MobileSidebar_Info_Block .service_wrapper{
	display:flex !important;
	padding-left:0px;
	align-items: center;
}
.MobileSidebar_Info_Block .service_wrapper .headerInfo_LineBox{
	margin-left:0;
	padding-left:40px;
}
.MobileSidebar_Info_Block .HeaderRight_button{
	margin-bottom:0;
    justify-content: flex-end;
    flex: 1 1 auto;
	margin-left:0;
	display:flex;
}
.MobileSidebar_Info_Block .HeaderRight_button .button_header{
}
.MobileSidebar_Info_Block .HeaderRight_button a{
	display:inline-block;
	font-size:.85rem;
	padding:5px 12px 5px;
}
.header_section .nav-outer{
	justify-content:flex-end;
}
}
/* END HEADER STYLES */


.header_section{
	position: absolute;
	left: 0;
	top:35px;
	width: 100%;
	height: auto;
	z-index: 99;
	background: none;
	
	background: #ffffff;
    background: linear-gradient(120deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%);
}
.innerHeader_section{
	position: relative;
	background:#FFFFFF;
}
.header-span{
	height: 120px;
}
.innerHeader_section .Header_logo a{
	max-width: 210px;
	width: 210px;
}

/* Header Top */
.header_section .header-top{
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header_section .header-top .header_top_container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.header_section .top-left{
  position: relative;
}

.header_section .contact-list{
  position: relative;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}

.header_section .contact-list li{
  position: relative;
  font-size: 0.857rem;
  line-height: 1.785rem;
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}

.header_section .contact-list li:last-child{
  margin-right: 0;
}

.header_section .contact-list li i{
  float: left;
  font-size: 1rem;
  line-height: 1.785rem;
  margin-right: 8px;
  color: #ffffff;
}

.header_section .contact-list li a{
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header_section .top-right{
  position: relative;
}
.navigation_combo .navbar-header{
	display: none;
}
.header_section .outer-box{
	position: relative;
	display: flex;
	align-items: center;
	margin-left:40px;
}
.header_section .service_wrapper .icon{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 30px;
	line-height: 30px;
	margin-top: -15px;
	color: #ed254d;
}
.header_section .service_wrapper p{
	font-size:0.928rem;
	line-height: 1.285rem;
	color: #ffffff;
	font-weight: 500;
	margin-bottom:0;
}
.header_section .service_wrapper h4{
	font-size: 1.071rem;
	line-height: 1.285rem;
	color: #ffffff;
	margin:0;
}
.navigation_combo .nav_multilabel > li.dropdown > a:after, .header_section .service_wrapper p{
    color: #FF0000;
}
.header_section .service_wrapper h4{
	color: #020d4c;
}

.navigation_combo .nav_multilabel > li > ul > li > a:hover, .navigation_combo .nav_multilabel > li > ul > li  > ul > li > a:hover{
	color:rgba(40,50,200,1);
	padding-left:5px;
}

/*================Mega Menu================*/
.navigation_combo .nav_multilabel > li.has-mega-menu{
	position: static;
}
.navigation_combo .nav_multilabel > li > .mega-menu{
	width:100% !important;
	/* margin-left:15px; */
	margin-right:15px;
	
	position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    padding:20px 20px 20px;
	border-radius: 5px;
	background-color: #ffffff;
	transform: translateX(-50%);
	margin-top: 8px;
	display: none;
	-webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}
.navigation_combo .nav_multilabel > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.navigation_combo .nav_multilabel > li > .mega-menu:before{
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.navigation_combo .nav_multilabel > li > .mega-menu .mega-menu-bar{
	position: relative;
	margin: 0;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar h3{
	position:relative;
	text-transform: uppercase;
    font-size:1rem;
    font-weight:700;
    padding-bottom:10px;
    margin-bottom:5px;
	margin-top:10px;
	color:#FF2127;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar h3:before{
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    /* background-color: #3B7EFF; */
    height: 3px;
    border-bottom: 1px solid #FF2127;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar > ul{
	position:relative;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li{
	position:relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid #E1E1E1;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
    z-index: 1;
	font-weight:500;
    font-size: 1rem;
    line-height: 1.714rem;
	color:rgba(0,0,0,0.68);
	padding: 5px 0;
	white-space: nowrap;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li > a:hover{
	color: rgba(40,50,200,1);
	padding-left:10px;
	background:rgba(40,50,200,.1);
}
.navigation_combo .nav_multilabel > li .mega-menu-bar .column > ul > li.current > a{
	color: #3b7eff;
}
.menubox_item_widget{
	padding: 15px 0;
}
.articleMenu_item{
	position: relative;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    min-height:80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.articleMenu_item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.articleMenu_item .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	border-radius: 4px;
	overflow: hidden;
}
.articleMenu_item .thumb .MenuItem_Img{
	display:block;
	height:70px;
	min-height:70px;
	max-height:70px;
	width:70px;
	min-width:70px;
	max-width:70px;
	position:relative;
}
.articleMenu_item .thumb .MenuItem_Img img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
}

.articleMenu_item h6{
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.articleMenu_item .info{
	font-size: 13px;
	color: #7e7e80;
	font-weight: 500;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

/*================= End Mega Menu =========================*/


/*** ====================================================================
		Sticky Header
==================================================================== ***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: #FFFFFF;
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fixed-header .sticky-header{
	opacity:1;
	z-index: 99;
	visibility:visible;
}
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .navigation_combo .nav_multilabel > li.dropdown > a:after,
.sticky-header .navigation_combo .nav_multilabel > li > a{
	color: #000000;
}
.sticky-logo{
	display: none;
}

.sticky-header .main-logo{
	display: none;
}

.sticky-header .sticky-logo{
	display: block;
}
.header_section .sticky-header .sticky-logo a{
    max-width: 180px;
    width: 180px;
}


/*** ====================================================================
		Mobile Header
==================================================================== ***/
.mobileNavCombo_header{
	position: relative;
	margin: 0 20px;
	padding: 20px 0;
	display: none;
}

.mobileNavCombo_header:after{
	display: table;
	clear: both;
	content: "";
}

.mobileNavCombo_header .Header_logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}

.mobileNavCombo_header .nav-outer{
	position: relative;
	float: right;
}

.mobileNavCombo_header .outer-box{
	position: relative;
	float: right;
}
.mobile-sticky-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 12px 15px;
	opacity: 0;
	visibility: hidden;
	background-color: #ffffff;
	z-index: 999;
	-webkit-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
}
.mobile-sticky-header:after{
	display: table;
	clear: both;
	content: "";
}
.mobile-sticky-header .Header_logo{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
}
.mobile-sticky-header .nav-outer{
	position: relative;
	float: right;
}
.mobile-sticky-header .outer-box{
	position: relative;
	float: right;
}

/*** ====================================================================
			Mobile Menu
==================================================================== ***/
.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 20px;
	color:#FFFFFF;
	order: 3;
	display: none;
	transition: all 300ms ease;
}
.mobile-sticky-header .mobile-nav-toggler{
	color:#FF0000;
}
.mobile-menu-back-drop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 200ms ease;
}

.mobile-menu{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width:100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	transition: all 300ms ease;
} 

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 25px;
	text-align:left;
	/*border-bottom: 1px solid rgba(0,0,0,.2);*/
	margin-bottom:15px;
}

.mobile-menu .nav-logo img{
	height: 52px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-outer{
	position: fixed;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 260px;
	height: 100%;
	overflow-y: auto;
	padding: 0px 0px;
	z-index: 5;
	display: block;
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(255,255,255,1);
	background-color:#010101;
	
}

.mobile-menu-visible .mobile-menu .menu-outer{
	transform: translateX(0%);
}
.mobile-menu .nav_combo_block{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 0px;
	z-index: 5;
	display: block;
	
}
.mobile-menu .nav_multilabel{
	position: relative;
	display: block;
	padding:0px 0;
}

.mobile-menu .nav_multilabel > li{
	position: relative;
	display: block;
	list-style:none;
}
.mobile-menu .nav_multilabel li > a{
	position: relative;
	display: block;
    font-size: 1rem;
	font-weight:700;
    line-height: 18px;
    color:rgba(255,255,255,.85);
	padding: 8px 20px;
	border-bottom:1px dashed rgba(255,255,255,.2);
	border-top: 1px solid transparent;
}
.mobile-menu .nav_multilabel li > a:hover{
	color:#FF0000;
}
.mobile-menu .nav_multilabel li.current > a{
	color: #FF0000;
}

.mobile-menu .nav_multilabel li li > a{
	padding: 6px 0px;
	font-size: .9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
}
.mobile-menu .nav_multilabel li.dropdown .dropdown-btn{
	position:absolute;
	right:5px;
	top:0px;
	width:42px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-size: 10px;
	color:rgba(255,255,255,.3);
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
	cursor:pointer;
	z-index:5;
	
	width: 30px;
	height: 30px;
	line-height: 36px;
	font-size: .7rem;
}
.mobile-menu .nav_multilabel li.current.dropdown .dropdown-btn{
	color: #363636;
}
.mobile-menu .nav_multilabel li.dropdown .dropdown-btn.active{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.mobile-menu .nav_multilabel li > ul{
	display: none;
	padding-left: 40px;
}
.mobile-menu .nav_multilabel li > ul > li > ul{
	display: none;
	padding: 0 25px;
}
.mobile-menu .mega-menu-bar h3{
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 40px;
    color: #ed254d;
}
.mobile-menu .mega-menu-bar h3:before{
	content: '';
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    /* background-color: #ed254d; */
}
.mobile-menu .mega-menu-bar .column{
	width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}
.mobile-menu .nav_multilabel > li > .mega-menu{
	width: 100% !important;
	display: none;
}

.mobile-menu .nav_multilabel > li.has-mega-menu ul {
	padding-left: 40px;
}
.mobile-menu .nav_multilabel li.dropdown ul > li{
    color:#FF0000;
}

.mobile-menu .menubox_item_widget{
	padding-left: 40px;
}
.overlay_link{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index:99;
}
.service_wrapper .headerInfo_LineBox{
	position:relative;
	padding-left:40px;
	margin-left:20px;
}
.header_section .outer-box .headerIcons_LinesBlock button{
	font-size:1.5rem;
}
.header_section .HeaderRight_button{
	margin-left:0;
	margin-right:0px;
}
.header_section .HeaderRight_button .button_header{
	display:flex;
}
.header_section .HeaderRight_button .button_header a{
	font-size:.928rem;
	padding:5px 15px 6px;
	background-color: #ec1c24;
    border-color: #ec1c24;
}
.header_section .HeaderRight_button .button_header a:hover{
	background-color: transparent;
    border-color: #ec1c24;
	color:#ec1c24;
}

@media only screen and (max-width: 1600px){
	.nav_combo_block{
		max-width: initial;
    	margin: 0;
	}
}
@media only screen and (max-width: 1139px){
	.header_section .service_wrapper{
		display: none;
	}

	.navigation_combo .nav_multilabel > li > .mega-menu{
		width: 1000px !important;
	}

}
@media only screen and (max-width: 1023px){
	.header_section .header-top,
	.header_section .header_wrap{
		display: none !important;
	}
	.header_section{
		position: relative;
		top:0px;
	}
	.header_section .service_wrapper{
		display: block;
		padding-left:20px;
		padding-right:20px;
	}
	.header_section .mobile-menu .service_wrapper{
		margin-top:30px;
	}
	.header_section .service_wrapper a{
		width:100%;
		margin-right:0px;
		margin-bottom:5px;
	}
	.mobileNavCombo_header{
		position: absolute;
		display: block;
		width: 100%;
		background-color: transparent;
		margin: 0;
		padding: 20px 15px;
		top: 0;
		left: 0;
		right: 0;
		
		background: #ffffff;
        background: linear-gradient(120deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 80%);
	}
	.nav-outer .mobile-nav-toggler{
		display: block;
	}
	.header_section .nav-outer .navigation_combo{
		display: none;
	}
	.nav-outer .mobile-nav-toggler{
		padding: 5px 0;
	}
	.mobileNavCombo_header.fixed-header{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.fixed-header .mobile-sticky-header{
		opacity: 1;
		visibility: visible;
	}
	
	/*=== Mega Menu Style ===*/
	.mega-menu{
		width: 100% !important;
	}
	.mobile-menu .nav_multilabel > li.has-mega-menu{
		position:relative !important;	
	}
	
	.mobile-menu .nav_multilabel > li .mega-menu-bar .column{
		padding:0px;
	}
	.mobile-menu .nav_multilabel > li > .mega-menu{
		position:relative;
		width:100%;
		padding:0px !important;
		background:none !important;
		margin:0px !important;
		left:0px !important;
		top:0px !important;	
	}
	.mobile-menu .nav_multilabel > li > .mega-menu .row{
		margin:0px;
		width:100%;	
	}
	.mobile-menu .nav_multilabel > li > .mega-menu:before,
	.mobile-menu .nav_multilabel > li > .mega-menu,
	.mobile-menu .nav_multilabel > li .mega-menu-bar > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#ffffff;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.mobile-menu .nav_multilabel > li .mega-menu-bar .column > ul > li{
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	.mobile-menu .nav_multilabel > li > .mega-menu{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}








/* END MOBILE MENU STYLES ====================================== */

@keyframes fixedHeader {
	0%{
		opacity: 0;
		transform: translateY(-60px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}


/* Menu Vertical ==========================  */
.MenuVertical_Panel, .MenuAccordion_Panel{
	width:270px;
}
.MenuPixa_Vertical li{
	float:none !important;
	position:relative !important;
}
.MenuPixa_Vertical .megaMenu_PiBlock{
	left:100% !important;
	right:inherit !important;
	width:900px;
	top:0 !important;
}
.MenuPixa_Vertical ul{
	position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
}
.MenuPixa_Vertical.menu_arrows .main_ParentNav::after{
	content:'\f10a';
}
.MenuPixa_Vertical.menu_arrows > li > a.main_ParentNav::before {
    border-width:12px 12px 12px 0;
    border-color: transparent #FFFFFF transparent transparent;
    left: 100%;
	bottom:inherit;
	top:8px;
}
.MenuPixa_Vertical>li i{
	margin-right:8px;
}
.MenuPixa_Vertical > li > a{
	padding:10px 20px;
}




.MenuAccordion_Panel{
	background-color:#ececec;
}
.PixaAccordion_Nav{
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
	border-bottom:1px solid rgba(0,0,0,.12);
	padding:0px 0px;
	margin:0px 0;
}
.PixaAccordion_Nav .accordionBtn_Bar{
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	height:100%;
	margin-right:10px;
}
.PixaAccordion_Nav .accordionBtn_Bar::before, .PixaAccordion_Nav li.open ul li .accordionBtn_Bar::before{
    font-family: "Flaticon";
    content: "\f10a";
    font-weight: 400;
    font-size:0.571rem;
    line-height: 1;
}
.PixaAccordion_Nav li{
    position: relative;
    color: #5e6f77;
	border-top:1px solid rgba(0,0,0,.12);
	list-style:none;
}
.PixaAccordion_Nav li a {
    color: inherit;
	font-size:.928rem;
	display: flex;
    position: relative;
    padding:0.5rem 1.5rem;
	align-items:center;
	text-decoration:none;
}
.PixaAccordion_Nav li a:hover{
	background:#e5e5e5;
}
.PixaAccordion_Nav li.open > a {
    font-weight: 700;
	text-decoration:none;
	/* background-color:rgba(0,0,0,.3); */
}
.PixaAccordion_Nav li.open .accordionBtn_Bar::before, .PixaAccordion_Nav li.open ul li.open .accordionBtn_Bar::before{
    content: "\f210";
}
.PixaAccordion_Nav li ul {
    padding-left:0rem;
  /*   padding-top: 0.7rem; */
}
.PixaAccordion_Nav li ul {
    padding-left:2rem;
  /*   padding-top: 0.7rem; */
}
.PixaAccordion_Nav ul li ul{
	padding-left:1rem;
}
.PixaAccordion_Nav li ul li {
/*    padding-top: 0.4rem;
    padding-bottom: 0.4rem; */
	border-top:0 none;
}
.PixaAccordion_Nav li ul li a{
	padding:0.35rem 0;
	border-top:1px solid rgba(0,0,0,.12);
	text-decoration:none;
}
.PixaAccordion_Nav li a i{
	font-size:1.2rem;
	margin-right:6px;
}






/*HEADER VERTICAL STYLE */
.header_vertical{
    background-color:#000000;
}
.header_vertical.headerStyle_LeftFixed{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: rgba(48,48,48,0.9);
}
.header_vertical .container, .header_vertical .container-fluid {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
}
.header_vertical .header_block_top .header_block_dropdowns .header_block_dropdown + .header_block_dropdown, .header_vertical .header_block_top .header_block_dropdowns .header_block_dropdown + .dropdown{
	margin-left:20px;
}
.header_vertical .header_block_top .header_block_dropdowns .header_block_dropdown + .header_block_dropdown::before, .header_vertical .header_block_top .header_block_dropdowns .header_block_dropdown + .dropdown::before{
	left:-10px;
}

.header_vertical .header_block_top{
	background-color:transparent;
}
.header_vertical .cartProductList_Dropdown .dropdown-toggle{
	text-transform:uppercase;
	padding-right:1.2rem;
}
.header_vertical .cartProductList_Dropdown .dropdown-toggle::before{
	font-size:1rem;
	text-transform:uppercase;
	padding-right:4px;
}
.header_vertical .cartProductList_Dropdown .dropdown-toggle .cart_ProductCount{
    min-width: 1rem;
    height: 1rem;
    right:inherit;
	left:10px;
    line-height: 1;
    top:.2rem;
    padding-bottom: 1px;
    font-size: .7rem;
}
.header_vertical .cartProductList_Dropdown .dropdown-menu {
    left:0;
    right:auto;
}
.header_vertical .cartProductList_Dropdown .dropdownmenu-wrapper::after {
    left: 29px;
    right: auto;
}
.header_vertical .cartProductList_Dropdown .dropdownmenu-wrapper::before {
    left: 28px;
    right: auto;
}
.header_vertical .cartProductList_Dropdown .product-title, .header_vertical .cartProductList_Dropdown .product-title a{
    font-weight:400;
    font-size: 1rem;
}
.header_vertical .header_block_middle{
	padding-top:2rem;
    padding-bottom: 2.2rem;
}
.header_vertical .header_block_middle .header_block_left, .header_vertical .header_block_middle .header_block_right, .header_vertical .header_block_middle .header_block_center{
    display: flex;
    align-items: center;
}

.header_vertical .header_block_middle .header_block_left{
}
.header_vertical .header_block_middle .BrandLogo_Block{
	display:block;
}
.header_vertical .header_block_middle .header_block_search{
	margin:0 0 1.7rem;
}
.header_vertical .header_block_middle .header_block_search .header_block_search_wrapper{
	border-color:#282828;
}
.header_vertical .header_block_middle .header_block_search select{
	background-color:#282828;
}
.header_vertical .header_block_middle .header_block_search .form-control, .header_vertical .header_block_middle .header_block_search .header_block_search_wrapper{
	background-color:rgba(0,0,0,1);
	border-radius:2px;
}
.header_vertical .header_block_middle .header_block_search .form-control{
	padding:4px 5px 4px 10px;
}
.header_vertical .header_block_middle .header_block_search .btn{
	border-color:rgba(0,0,0,.5);
	border-radius:2px;
	background-color:transparent;
}
.header_vertical .header_block_middle .PixaMain_nav {
    background-color:transparent;
	display:none;
}
.header_vertical .header_block_middle .PixaMain_nav .MenuPixa_Vertical > li > a{
    padding:11px 0px;
	color:rgba(255,255,255,.45);
}
.header_vertical .header_block_middle .PixaMain_nav .MenuPixa_Vertical.menu_arrows{
	margin-right:-20px;
}
.header_vertical .header_block_middle .PixaMain_nav .MenuPixa_Vertical li:hover > a, .header_vertical .header_block_middle .PixaMain_nav .MenuPixa_Vertical li.show > a, .header_vertical .header_block_middle .PixaMain_nav .MenuPixa_Vertical li.active > a {
    color: #ed254d;
    background-color:transparent;
}
.header_vertical .header_block_bottom{
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.header_vertical .header_block_bottom .header_block_contact{
	padding-right:0;
	margin-right:0;
	border:0 none;
	display:inline-flex;
	color: #a8a8a8;
	font-size:1rem;	
}
.header_vertical .header_block_bottom .header_block_contact a{
	font-size:1rem;	
}
.header_vertical .header_block_bottom .header_block_contact i{
	margin-right:5px;
	font-size:1.3rem;
}
.header_vertical .header_block_bottom .header_block_contact::after {
	display:none;
}
.header_vertical .header_block_bottom .copyright_info{
    color: #a8a8a8;
    font-size: .9rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.header_vertical .header_block_bottom .copyright_info p{
	text-align:center;
	font-size: .9rem;
	color: #7f7f7f;
}
.header_vertical .MenuPixa_Horizontal li ul li a {
	color:rgba(0,0,0,.6);
}

.header_vertical.LightBg{
    background-color:rgba(255,255,255,1);
}
.header_vertical.LightBg .header_block_middle .header_block_search .form-control, .header_vertical.LightBg .header_block_middle .header_block_search .header_block_search_wrapper{
    background-color:rgba(0,0,0,.07);
	border-color:#dddddd;
	border-radius:0;
}
.header_vertical.LightBg .header_block_middle .header_block_search .btn{
	border:0 none;
	border-radius:0;
}
.header_vertical.LightBg .header_block_search .btn{
	color:rgba(0,0,0,.3);
}
.header_vertical.LightBg .header_block_middle .PixaMain_nav .MenuPixa_Vertical > li > a{
	color:rgba(0,0,0,.6);
}
.header_vertical.LightBg .MenuPixa_Horizontal li ul li a {
	color:rgba(0,0,0,.6);
}
.header_vertical.LightBg .header_block_middle .PixaMain_nav .MenuPixa_Vertical li:hover > a, .header_vertical.LightBg .header_block_middle .PixaMain_nav .MenuPixa_Vertical li.show > a, .header_vertical.LightBg .header_block_middle .PixaMain_nav .MenuPixa_Vertical li.active > a{
	color: #ed254d;
}


@media screen and (min-width: 992px){
.header_vertical .header_vertical_wrapper{
    padding-bottom: 15rem;
}	
.header_vertical{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100vh;
    width: 294px;
    z-index: 1040;
}
.header_vertical .container, .header_vertical .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.header_vertical .header_block_middle .container, .header_vertical .header_block_middle .containeer-fluid {
    flex-direction: column;
}
.header_vertical .header_block_middle .header_block_left, .header_vertical .header_block_middle .header_block_right, .header_vertical .header_block_middle .header_block_center{
    width: 100%;
    margin: 0;
    justify-content: flex-start;
}
.header_vertical .header_block_middle .BrandLogo_Block{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3rem;
}
.header_vertical .header_block_middle .header_block_right{
	flex-direction: column;
}
.header_vertical .header_block_middle .PixaMain_nav {
    width: 100%;
	display:block;
}
.header_vertical .header_block_bottom, .header_vertical .header_block_bottom .copyright_info{
    display: block;
}
}
@media screen and (min-width: 1200px){
.header_vertical{
	width:300px;
}
.header_vertical.headerStyle_LeftFixed{
    right: auto;
}
.header_vertical .header_block_middle .container, .header_vertical .header_block_middle .containeer-fluid, .header_vertical .header_block_bottom .container, .header_vertical .header_block_bottom .containeer-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
}
@media screen and (max-width: 991px){
.header_vertical .header_block_top{
	border-bottom:1px solid rgba(0,0,0,0.2);
}	
.header_vertical .header_block_middle .header_block_search{
    margin-bottom: 0;
}
.header_vertical .cartProductList_Dropdown .dropdown-menu {
    right:0;
    left:auto;
}
.header_vertical .cartProductList_Dropdown .dropdownmenu-wrapper::after {
    right: 29px;
    left: auto;
}
.header_vertical .cartProductList_Dropdown .dropdownmenu-wrapper::before {
    right: 28px;
    left: auto;
}
.header_vertical .header_block_search .header_block_search_wrapper {
    width:260px !important;
	right:0;
	border:4px solid #121212 !important;
}
.header_vertical .header_block_search .header_block_search_wrapper::before{
	right:10px;
	top:-24px;
	border-bottom-color:#121212;
}
}






@media (min-width: 768px){}
@media (min-width: 768px) and (max-width: 991px){}
@media (max-width: 992px){}
@media (max-width: 767px){}



/* Slide Show Banner */
.slideBanner_section{
	position:relative;
	overflow:hidden;
}
.slideBanner_section .swiper-container.Swiper_SingleSlider, .slideBanner_section .swiper-container.Swiper_SingleSlider_Gallery{
	height:80vh;
}
@media (max-width: 992px){
.slideBanner_section .swiper-container.Swiper_SingleSlider, .slideBanner_section .swiper-container.Swiper_SingleSlider_Gallery{
	height:320px;
}
}
.slideBanner_section .swiperBanner_capContent{}
.slideBanner_section .swiper-container .swiper-wrapper .swiper-slide .swiperBanner_capContent p{
	text-align:left;
}
.productsCategory_SlideBanner{
	margin-bottom:20px;
}
.productsCategory_SlideBanner .swiper-container.Swiper_CategoryPageSlider{
	height:240px;
}
.productsCategory_SlideBanner .swiper-container.Swiper_SubCategoryPageSlider{
	height:120px;
}
.productsCategory_SlideBanner .swiperBanner_capContent{
	padding-left:50px;
	padding-right:50px;
}
.slideBanner_section .swiper-container.Swiper_SingleSlider .swiper_bannerBtn a.banner_btn, .productsCategory_SlideBanner .swiper-container.Swiper_CategoryPageSlider .swiper_bannerBtn a.banner_btn{
    font-size: .7rem;
    background-color: rgba(0,0,0,1);
	text-decoration:none;
}

.swiperBanner_caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.slideBanner_section .swiperBanner_capContent{
	text-align:left;
}
.slideBanner_section .justify-content-end .swiperBanner_capContent{
	text-align:right;
}
.slideBanner_section .swiperBanner_capContent .swiper_bannerBtn{
    margin-bottom: 0;
    margin-top: 1.5rem;
    transition: all .5s linear .8s;
}












.section_welcome_panel.welcomeStyle_one.fill_bgcolor{
	background:#050060;
	padding:50px 0;
}
.introPanel_box {
}
.introPanel_box h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
	margin:0px;
}
.introPanel_box p {
    font-size: 1.2rem;
	margin:0px;
}

.introPanel_box .button_group {
    display: flex;
    margin-top: 5px;
	margin:0px;
}
.introPanel_box .button_group a {
    margin-left: auto;
}
.introPanel_box .button_group a {
    color: #000000;
    border: 1px solid #000000;
    line-height: normal;
    padding: 6px 25px;
    margin-right: 10px;
    font-size: .9rem;
}
.introPanel_box .button_group.largerLg a {
    padding: 10px 40px;
    font-size: 1rem;
}
.introPanel_box .button_group.rounder_edge a {
    border-radius: 50px 50px 50px 50px;
}




.PixaCarousel_section, .pixaServices_section, .footer_section_part{
	padding-top:60px;
	padding-bottom:60px;
}
.ourPartnerProvider_logoSection{
	padding-top:0px;
	padding-bottom:20px;
}
.PixaCarousel_section{
	display:block;
	position:relative;
	overflow:hidden;
}
.carouselSlide_RightInfinite{
	margin-right: 0px;
}


/* OWL Carousel Slide Section ================================== */
.PixaCarousel_section{}
.PixaCarousel_Container{}
.sectionCol_Content{
	display:block;
	margin-bottom:20px;
}
.carouselSlide_RightInfinite{
	position: relative;
}
.carouselSlide_FullWidth{
	position: relative;
}
.carouselSlide_FullWidth .LeftRight_Shadow{
	z-index: 9;
}

.carouselSlide_FullWidth.LeftRight_Shadow .owl-stage-outer::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 300px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,36,1) 100%);
	z-index: 2;
}
.carouselSlide_FullWidth.LeftRight_Shadow .owl-stage-outer::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 300px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(255,0,36,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 2;
}

.PixaCarousel_Container .swiper-container{
	height: auto;
	min-height: 200px;
}
.PixaCarousel_Container .swiper-container .swiper-slide{
	background: #646464;
	min-height: 200px;
}
.PixaCarousel_Container .swiper-container.Swiper_Carousel_SingleItem .swiper-slide{
	background: #646464;
}
.PixaCarousel_Container .swiper-container .swiper-slide.swiper-slide-active{
	background: #FFF000;
}
.partnerLogo_scrolling .swiper-container{
	height: auto;
	min-height: auto;
}
.partnerLogo_scrolling .swiper-container .swiper-slide{
	height: auto;
	min-height: auto;
	background:none;
}
.partnerLogo_scrolling .swiper-container .swiper-slide .brandLogo_block img{
	filter:grayscale(100%);
	opacity:1;
	display:inline-block;
	max-width:100%;
}
.partnerLogo_scrolling .swiper-container .swiper-slide.swiper-slide-active{
	background:none;
}
.partnerLogo_scrolling .swiper-container .swiper-slide.swiper-slide-active .brandLogo_block img{
	filter:grayscale(0);
	opacity:1;
}
.providerLogos .brandLogo_block{
	max-width:120px;
}

.pantherFeatures_section{
	padding:80px 0px 80px;
	position:relative;
	z-index:2;
	margin-top:0px;
}
.featuresBox_block{
	background:#FFFFFF;
	border-radius:10px;
	height:100%;
	overflow:hidden;
	position:relative;
	box-shadow: 1px 2px 10px rgba(0,0,0,.15);
	/* border-bottom:4px solid #000d5c; */
}
.featuresBox_block .featuresImg{
	overflow:hidden;
	position:relative;
	width:100%;
	min-width:100%;
	height:220px;
	min-height:220px;
	max-height:220px;
	margin-bottom:0px;
}
.featuresBox_block .featuresImg img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.featuresBox_block .featuresBox_content{
	padding:30px 40px;
}
.featuresBox_block .featuresBox_content h2{
	margin-bottom:10px;
	font-size:1.8rem;
	color:#000d5c;
}

.companyOverview_section{
	background:#333333;
}
.company_info_section {
    background: #020d4c;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.integration_info_section {
    background: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.companyImg{
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/best-sports-betting-software.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    background-position: center;
}
.integrationImg{
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/data_integration2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    background-position: center;
}
.innerPage_HaederInfo_section{
    background: #020d4c;
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
}
.innerPage_HaederInfo_section.sportsbookSoftware_banner {
    padding-bottom: 140px;
}
.innerPage_HaederInfo_section h1{
	color:rgba(255,255,255,1);
	margin-bottom:15px;
	font-size:4.5rem;
}
.innerPage_HaederInfo_section h2{
	color:rgba(255,255,255,1);
	margin-bottom:15px;
}
.innerPage_HaederInfo_section h4{
	color:rgba(255,255,255,.5);
	margin-bottom:5px;
}
.innerPage_headImg{
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    background-position: center center;
}
.innerPage_headImg.sportsbook_img{
	background-image: url(../images/best-sports-betting-software.png);
}
.innerPage_headImg.liveOdds_feed{
	background-image: url(../images/data_integration2.jpg);
}
.innerPage_headImg.preOdds_feed{
	background-image: url(../images/banner_imgs/pre-sports-odds-data-img.jpg);
}
.innerPage_headImg.contactUs_img{
	background-image: url(../images/contact_us_img.jpeg);
}
.innerPage_headImg.newsBlog_img{
	background-image: url(../images/news_blog_img.jpg);
}
.innerPage_headImg.aboutUs_img{
	background-image: url(../images/odds-panther-about.jpg);
}
.innerPage_headImg.gamesPage_img{
	background-image: url(../images/banner_imgs/casino-games-aggregator-img.png);
}
.innerPage_headImg.paymentProcessPage_img{
	background-image: url(../images/banner_imgs/payment_processor_img1.jpg);
}
.innerPage_headImg.whitelabelPage_img{
	background-image: url(../images/banner_imgs/whitelable_sportsbook_img.jpg);
}
.innerPage_headImg.bonusSystemPage_img{
	background-image: url(../images/banner_imgs/bonus_system_img.jpg);
}
.innerPage_headImg.agentSystemPage_img{
	background-image: url(../images/banner_imgs/agent-system-img.jpg);
}
.innerPage_headImg.affiliateSystemPage_img{
	background-image: url(../images/banner_imgs/affiliate-program-img.png);
}

.about_us_block {
    padding-left: 30px;
}
.integrationSolution_block {
    padding-right: 30px;
}
.innerPage_HaederInfo_content{
	padding-right: 30px;
}
.section_title_block{
    display: block;
    text-align: left;
    padding-bottom: 15px;
}
.section_title_block h4{
	font-size:1.5rem;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	padding-right: 40px;
	color:rgba(255,255,255,.5);
}
.section_title_block h4::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #ff4157;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.section_title_block h2{
	color:#FFFFFF;
}
.company_info_section p{
    color:rgba(255,255,255,.8);
	font-size:1.1rem;
}
.company_info_section p, .integrationSolution_block p, .innerPage_HaederInfo_content p{
    color:rgba(255,255,255,.8);
	font-size:1.1rem;
}
.Company_Introduction_section .section_title_block h1{
	color:#000000;
	font-size:4rem;
}
.Company_Introduction_section .section_title_block h2{
	color:#000000;
	font-size:3.5rem;
}
.Company_Introduction_section .section_title_block h4{
	color:#FF0000;
}

.buttonGroup{
	display:flex;
	align-items:center;
	margin-top:30px;
}
.buttonGroup a{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    margin-right: 5px;
	text-decoration:none;
}
.buttonGroup a.fillBg_btn{
    background-color: #FF0000;
    border: 1px solid transparent;
    color: #FFFFFF;
}
.buttonGroup a.noneBg_btn{
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.sportsBook_features_block{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-top:30px;
}
.serviceStatistic_section{
	padding:40px 0px;
	background: rgb(69,0,125);
	background: linear-gradient(94deg, rgba(69,0,125,1) 6%, rgba(0,2,83,1) 90%);
	
background: rgb(69,0,125);
background: linear-gradient(94deg, rgba(69,0,125,1) 15%, rgba(0,2,83,1) 54%, rgba(3,2,85,1) 78%, rgba(69,0,125,1) 100%);
}
.serviceStatistic_section .sportsBook_features_block{
	justify-content:space-between;
	margin-top:0px;
}
.sportsBook_features_block .sportsBook_features{
	display:block;
	text-align:center;
	line-height:1;
	color:#FFF;
	margin-right:30px;
}
.sportsBook_features .spF_icon{
	width:42px;
	min-width:42px;
	max-width:42px;
	display:flex;
	align-items:center;
	margin:0px auto;
	
}
.sportsBook_features .spF_icon img{
	display:inline-block;
	max-width:100%;
}
.sportsBook_features .spFEv_counting{
	display:block;
	font-size:1.5rem;
	font-weight:700;
	padding-top:15px;
}
.sportsBook_features .spFEv_caption{
	display:block;
	text-transform:uppercase;
	padding-top:5px;
	font-size:.9rem;
}

.pantherServicesAbout_section{
	padding:100px 0px 100px;
	position:relative;
	z-index:2;
	background: rgb(19,19,19);
	background: linear-gradient(94deg, rgba(19,19,19,1) 0%, rgba(1,0,47,1) 46%, rgba(44,0,79,1) 100%);
}
.pantherServicesAbout_section .featuresBox_block .featuresBox_content h2{
	font-size:3rem;
}
.pantherServicesAbout_section .featuresBox_block .featuresBox_content h2 span{
	display:block;
	color:#FF0000;
}
 
@media (max-width: 1000px){
.companyImg, .integrationImg, .innerPage_headImg{
    overflow: hidden;
    position: relative;
    background-position: center;
    min-height: 200px;
    margin-bottom: 20px;
}
.about_us_block {
    padding-left: 0;
}
.company_info_section, .integration_info_section, .innerPage_HaederInfo_section{
	padding-top: 0px;
    padding-bottom: 30px;
    position: relative;
}
.innerPage_HaederInfo_section.blogDetailsPage_header{
    padding-top:120px;
}
.newsEvents_container .contentPage_RightCol .pixa_widget_content .newsEvents_imgBlock a, .hotoffer_container .contentPage_RightCol .pixa_widget_content .hotOffer_imgBlock a{
    height: 100px;
    min-height: 100px;
    max-height: 100px;
	width:150px;
	min-width:150px;
	max-width:150px;
}
.sportsBook_features_block {
    margin-top: 30px;
    justify-content: space-between;
}
.sportsBook_features_block .sportsBook_features {
    margin-right: 15px;
    margin-left: 15px;
	margin-top:15px;
    min-width: 111px;
}
.sportsBook_features .spFEv_counting {
    font-size: 1.2rem;
    padding-top: 15px;
}
.sportsBook_features .spFEv_caption {
    padding-top: 5px;
    font-size: .8rem;
}
.sportsBook_features .spF_icon{
    width: 40px;
    min-width: 40px;
    max-width: 40px;
	height:auto;
}
.Company_Introduction_section .section_title_block h1{
	font-size:3.2rem;
}
.Company_Introduction_section .section_title_block h2{
	font-size:2.8rem;
}
.innerPage_HaederInfo_section h1{font-size: 4rem;}
}


.footer_section {
    margin-bottom: 0px !important;
    background: url(../images/footerSports_img.jpeg) no-repeat center center;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 0 !important;
	position:relative;
	background:#000000;
}
.footer_section:after{
	content:'';
	background:rgba(0,0,0,.85);
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	z-index:1;
}
.footer_container{
	padding-left:0px;
	padding-right:0px;
	position:relative;
	z-index:2;
}
.footer_logo_line {
    display: block;
    text-align: left;
	max-width:70px;
	margin-bottom:20px;
}
.footer_links {
    display: block;
    margin: 30px 0 5px;
}
.footer_links ul {
    display: block;
    text-align: right;
}
.footer_links ul li {
    display: inline;
    border-right: 1px solid rgba(255,255,255,.4);
	line-height:1;
}
.footer_links ul li:last-child {
    border: 0 none;
}
.footer_links ul li a {
    color: #FFFFFF;
    padding: 3px 10px;
	font-size:.9rem;
	display:inline-block;
	text-decoration:none;
	
}
.copyright_info {
    color: #e1dfdf;
	font-size:.9rem;
}
.social_ext_link {
    margin-right: 10px;
	text-align: right;
}
.social_ext_link a {
    padding: 0 7px;
    margin: 0 3px;
}
.ft_rightInfo .social_ext_link a, .ft_rightInfo .social_ext_link a i.fa {
    color: rgba(255,255,255,.5);
    font-size: 2rem;
}
.portalfooter_section{
	position:fixed;
	bottom:0px;
	width:100%;
	left:0px;
	right:0px;
	bottom:0px;
}
.portalfooter_section .portalfooter_container{
	padding:15px 0px 10px;
	background:#a7a7a7;
}
.portalfooter_container .footer_copyright_Block {
    padding: 0px 0;
}
.portalfooter_container .copyrightLinks_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 3px;
}
.portalfooter_container .copyrightLinks_block .copyrightInfo_block {
    font-size: .85rem;
    color: rgba(255,255,255,.6);
}


.pixaServices_section{}
.pixaServices_options{}
.featuredInfo_imgBox.imgBottom_TextUpper.imgHover_Zoom{
	webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
	overflow:hidden;
	display:block;
}
.Info_imgBox_content .infoBox_Wrap{
	margin-top:0px;
}
.featuredInfo_imgBox.imgBottom_TextUpper.imgHover_Zoom .imgBox_Wrap .imgBg_block:hover{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	transform: scale(1.2);
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content::after{
	background:rgba(0,0,255,.7);
}

.featuredInfo_imgBox.imgBottom_TextUpper{
	overflow: hidden;
	display: block;
	position: relative;
}
.featuredInfo_imgBox.imgBottom_TextUpper .imgBox_Wrap{
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	margin-bottom: 0;
}
.featuredInfo_imgBox.imgBottom_TextUpper .imgBox_Wrap .Info_imgBox_content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.featuredInfo_imgBox.imgBottom_TextUpper.border_radius{
	border-radius: 10px;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap{
	padding: 15% 10%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h2, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h2 a{
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.3;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h6, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h6 a{
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap p, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap p a{
	font-size: 1.2rem;
	font-weight: 400;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h2, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h6, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap p, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h2 a, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h6 a, .featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap p a{
	text-align: center;
	color: #FFFFFF;
}

.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h2{
	margin-bottom: 30px;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap h6{
	margin-bottom: 10px;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap p{
	margin-bottom: 0px;
}
.featuredInfo_imgBox.imgBottom_TextUpper .Info_imgBox_content .infoBox_Wrap a.imgBox_details_btn{
    padding: 13px 40px;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    background: #ed254d;
    margin: 0;
    line-height: 1;
    border-radius: 40px;
    display: inline-block;
    margin-top: 25px;
}




.section_featuredInfo_panel{
	background-color:#f9f3ff;
}
.section_featuredInfo_panel .featuresBox_container{
	padding:80px 0px;
}
.sectionTitle_line{
	display:block;
	text-align:center;
	margin-bottom:30px;
	padding:0px 20%;
}
.sectionTitle_line h2, .sectionTitle_line p{
	display:block;
	text-align:center;
}
.sectionTitle_line h2{
	color:#FF0000;
}
.featured_infoBox_HoverUp, .featured_infoBox{
    padding: 30px 30px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
	margin:0px 0px;
	height:100%;
}
.section_featuredInfo_panel .featuresBox_container .col-lg-3{
	margin:15px 0px;
}
.featured_infoBox_HoverUp .feature_icon.img_icon{
	display:inline-block;
	max-width:60px;
	margin-bottom:20px;
}
.featured_infoBox_HoverUp .feature_icon.img_icon span{
    color: red;
    width: 40pxx;
    min-width: 40px;
    display: flex;
    align-items: center;
}
.featured_infoBox_HoverUp .feature_icon.img_icon span svg path{
	fill:#FF0000;
}
.featured_infoBox_HoverUp .feature_icon.img_icon img{
	display:inline-block;
	max-width:100%;
}
.featured_infoBox_HoverUp h3, .featured_infoBox h3{
	padding-bottom: 5px;
	font-size:1.7rem;
}
.featured_infoBox_HoverUp h3:first-letter, .featured_infoBox_HoverUp h3 span {
    color: #FF0000;
}
.featured_infoBox_HoverUp p, .featured_infoBox p{
	font-size:.9rem;
}

.featured_infoBox_HoverUp .feature_content .button_group a{
	color:#000000;
	border:1px solid #000000;
}
.featured_infoBox_HoverUp .feature_content .button_group a:hover, .featured_infoBox_HoverUp .feature_content .button_group a:focus{
	color:#ed254d;
	border:1px solid #ed254d;
}
.featured_infoBox_HoverUp .feature_content .button_group.fill_bgcolor a, .featured_infoBox .feature_content .button_group.fill_bgcolor a{
	background-color: #000000;
	color: #FFFFFF;
}
.featured_infoBox_HoverUp .feature_content .button_group.fill_bgcolor a:hover, .featured_infoBox .feature_content .button_group.fill_bgcolor a:hover{
	background-color: #f7f7f7;
	color: #ed254d;
}
.featured_infoBox_HoverUp .feature_content .button_group.none_bgcolor a{
	color: #000000;
}
.featured_infoBox_HoverUp .feature_content .button_group.none_bgcolor a:hover{
	color: #ed254d;
}
.featured_infoBox_HoverUp:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    background-color: #FF0000;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured_infoBox_HoverUp:hover .feature_icon.img_icon span svg path{
	fill:#FFFFFF;
}
.featured_infoBox_HoverUp:hover h3:first-letter, .featured_infoBox_HoverUp:hover h3 span{
	color:#FFFFFF;
}
.featured_infoBox_HoverUp:hover .feature_content h3, .featured_infoBox_HoverUp:hover .feature_content p{
	color: #FFFFFF;
}
.featured_infoBox_HoverUp:hover .feature_content .button_group a{
	color:#ed254d;
	border:1px solid #ed254d;
}
.featured_infoBox_HoverUp:hover .feature_content .button_group a:hover{
	color:#000000;
	border:1px solid #000000;
}
.featured_infoBox_HoverUp:hover .feature_content .button_group.fill_bgcolor_hover a{
	background-color: #ed254d;
	color: #FFFFFF;
}
.featured_infoBox_HoverUp:hover .feature_content .button_group.fill_bgcolor_hover a:hover{
	background-color: #000000;
	color: #FFFFFF;
	border:1px solid #000000;
}
.pantherServices_benefits.providerGridBlocks .featured_infoBox_HoverUp .featured_item_left{
    display: flex;
    align-content: center;
    justify-content: center;
}
.pantherServices_benefits.providerGridBlocks .featured_infoBox_HoverUp:hover{background-color: rgba(255,255,255,1);}
.section_featuredInfo_panel.providerInfo_section{}
.section_featuredInfo_panel.aggregator_advantage_section{
    background:url('../images/aggregator_bg.jpg') no-repeat center center #000000;
}
.section_featuredInfo_panel.aggregator_advantage_section .sectionTitle_line p{color:#FFFFFF;}
.section_featuredInfo_panel.providerInfo_section .button_div{
    justify-content: center;
    margin-top:30px;
}
.section_featuredInfo_panel.providerInfo_section .button_div button, .section_featuredInfo_panel.providerInfo_section .button_div a{
    width:auto;
    display:inline-block;
    text-align:center;
}


.section_newsEventBlog_section{
	background:#f7f7f7;
}
.page_title_block {
    position: relative;
    margin-bottom: 20px;
}
h4.subtitle {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(0,0,0,1);
    position: relative;
    display: inline-block;
}
h4.subtitle.dashed_style_right {
    padding-right: 40px;
}
h4.subtitle.dashed_style_right::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #ff4157;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
h4.subtitle.dashed_style_right::after, .infoBox_Wrap h6.dashed_style_right::after {
    background: #FF0000;
}
.featuredInfo_imgBox {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #ffffff;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.featuredInfo_imgBox.Info_imgBox_Left, .featuredInfo_imgBox.Info_imgBox_Left h4, .featuredInfo_imgBox.Info_imgBox_Left p, .featuredInfo_imgBox.Info_imgBox_Left .button_group {
    text-align: left;
    display: block;
}
.featuredInfo_imgBox .imgBox_Wrap {
    display: block;
    overflow: hidden;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 5px;
    position: relative;
}
.featuredInfo_imgBox .imgBox_Wrap img {
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.featuredInfo_imgBox.imgHoverEffect .imgBox_Wrap a img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}
.infoBox_Wrap h6, .featuredInfo_imgBox.ImgBottom_TextBox .Info_imgBox_content .infoBox_Wrap h6 a, .featuredInfo_imgBox.ImgBottom_TextBox .Info_imgBox_content .infoBox_Wrap h2 span {
    font-size: .8rem;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.infoBox_Wrap h6.dashed_style_right {
    padding-right: 30px;
}
.infoBox_Wrap h6.dashed_style_right::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #ff4157;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.Info_imgBox_content .infoBox_Wrap h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.Info_imgBox_content .infoBox_Wrap h4 a {
    font-size: 1.5rem;
    color: #23262a;
}
.Info_imgBox_content .infoBox_Wrap .dateInfo_line {
    text-transform: uppercase;
    padding-bottom: 5px;
}
.featuredInfo_imgBox .Info_imgBox_content .infoBox_Wrap .dateInfo_line {
    font-size: .9rem;
}
.featuredInfo_imgBox .button_group {
    margin-top: 15px;
}
.button_group.none_bgcolor a {
    background-color: transparent;
    color: #a33188;
    padding: 3px 0;
    letter-spacing: 0px;
    border: 0 none;
    font-size: .95rem;
    font-weight: 600;
    text-transform: uppercase;
}
.button_group a:last-child {
    margin-right: 0;
}
.featuredInfo_imgBox.imgHoverEffect .button_group.none_bgcolor a {
    margin-top: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}
.featuredInfo_imgBox.imgHoverEffect .button_group.none_bgcolor a {
    transform: translateX(-73px);
}
.featuredInfo_imgBox.imgHoverEffect .button_group.none_bgcolor a span {
    opacity: 0;
    margin-right: 0px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.featuredInfo_imgBox.imgHoverEffect .button_group.none_bgcolor a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #333333;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
}
.button_group.none_bgcolor a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 100%;
}
.featuredInfo_imgBox.imgHoverEffect:hover .button_group.none_bgcolor a {
    color: #ed254d;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.featuredInfo_imgBox.imgHoverEffect:hover .button_group.none_bgcolor a {
    color: #5156be;
}
.featuredInfo_imgBox.imgHoverEffect:hover .button_group.none_bgcolor a span {
    opacity: 1;
    margin-right: 8px;
}




.section_newsEventBlog_section .Swiper_NewsEventCarousel .swiper-slide{
	border-radius:10px;
	overflow:hidden;
}
.section_newsEventBlog_section .page_title_block h2{
	color:#FF0000;
}
.section_newsEventBlog_section .page_title_block h4.subtitle{margin-bottom:3px;}
.section_newsEventBlog_section .featuredInfo_imgBox{
	box-shadow:none;
}
.section_newsEventBlog_section .featuredInfo_imgBox .imgBox_Wrap{
	margin-bottom:0px;
	border-radius:6px;
}
.section_newsEventBlog_section .featuredInfo_imgBox .Info_imgBox_content{
	padding:10px 0 0 0;
	padding:30px;
}
.section_newsEventBlog_section .featuredInfo_imgBox .Info_imgBox_content .infoBox_Wrap{
	display:block;
	position:relative;
	overflow:hidden;
}
.section_newsEventBlog_section .Info_imgBox_content .infoBox_Wrap h4{
	line-height:1.2;
}
.section_newsEventBlog_section .Info_imgBox_content .infoBox_Wrap h4 a{
	font-size:1.3rem;
}
.section_newsEventBlog_section .Info_imgBox_content .infoBox_Wrap h4 a:hover{
	color:#5156be;
}
.section_newsEventBlog_section .infoBox_Wrap h6.dashed_style_right{
	margin-bottom:5px;
	font-size: 16px;
    line-height: normal;
    white-space: normal;
    color:rgba(0,0,0,.5);
}
.featuredInfo_imgBox.imgHoverEffect:hover .button_group.none_bgcolor a{
	color:#5156be;
}
.featuredInfo_imgBox.imgHoverEffect:hover .button_group.none_bgcolor a i{
	background-color:#ffb73d;
}


.newsEvents_container, .hotoffer_container{padding:70px 0 70px;}
.newsEvents_container .sectionTitle, .hotoffer_container .sectionTitle{
	margin-bottom:30px;
}
.newsRoomEvents_section .newsEvents_container .swiper-container{
	height:100%;
}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content, .hotofferEvents_section .hotoffer_container .pixa_widget_content{}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_imgBlock, .hotofferEvents_section .hotoffer_container .pixa_widget_content .hotOffer_imgBlock{display:block; margin:0;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_imgBlock a, .hotofferEvents_section .hotoffer_container .pixa_widget_content .hotOffer_imgBlock a{height:250px; min-height:250px; max-height:250px; display:block; position:relative; overflow:hidden;}
.hotofferEvents_section .hotoffer_container .pixa_widget_content .hotOffer_imgBlock a{height:300px; min-height:300px; max-height:300px;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_imgBlock a img, .hotofferEvents_section .hotoffer_container .pixa_widget_content .hotOffer_imgBlock a img, .hotoffer_container .offerDetails_infoBlock .pixa_widget_content .hotOffer_imgBlock .offerImg_fullView img{border-radius:4px; display:block; width:100%; max-width:100%; height:100%; object-fit:cover;}

.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock{margin:15px 0 5px;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock h3, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock h3{display:block; margin:0; padding-bottom:4px;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock h3 a, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock h3 a{display:inline-block;font-size:1.3rem; color:#2e3191;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock h3 a:hover, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock h3 a:hover{color:#ec1c24;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock .post_published_date, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock .post_published_date{font-size:1rem; font-weight:300; letter-spacing:.5px; padding-bottom:3px; text-transform:uppercase; display:block; color:#ec1c24;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_infoBlock .widget_text_details, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerDetails_infoBlock .widget_text_details{display:block;font-size:1rem;}

.newsRoomEvents_section .newsEvents_container .pixa_widget_content .blog_post_info, .newsRoomEvents_section .newsEvents_container .pixa_widget_content .blog_post_info .item_published_time, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offer_posted_info, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offer_posted_info .item_published_time{font-size:.8rem; color:#c7c7c7;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .blog_post_info .item_published_time{}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .blog_post_info .blog_visitor_info{}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .blog_post_info .blog_visitor_info span, .hotofferEvents_section .hotoffer_container .pixa_widget_content .offerPublished_info .offer_visitor_info span{padding-left:5px;}
.newsRoomEvents_section .newsEvents_container .pixa_widget_content .newsEvents_imgBlock img, .hotofferEvents_section .hotoffer_container .pixa_widget_content .hotOffer_imgBlock img{
    max-width:100%;
    display:inline-block;
}
.hotOfferDetails_button{
	display: block;
	margin-top: 20px;
}
.hotOfferDetails_button button.hotOffer_detailsBtn{
    background-color: rgba(40,50,200,1);
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 4px;
}

.mainContainer_section .newsRoomEvents_section .newsEvents_container, .mainContainer_section .hotofferEvents_section .hotoffer_container{
	padding:20px 0px 30px;
}
.newsRoom_detailsInfo_block{}
.newsRoom_detailsInfo_block h3{
	margin-bottom:10px;
}
.newsRoom_detailsInfo_block, .hotOffer_detailsInfo_block{	
	margin-top:20px;
}
.newsRoom_detailsInfo_block ul, .newsRoom_detailsInfo_block ol, .siteInformational_content ul, .siteInformational_content ol, .hotOffer_detailsInfo_block ul, .hotOffer_detailsInfo_block ol{
	margin-left:0px;
	margin-bottom:15px;
	margin-top:10px;
}
.newsRoom_detailsInfo_block ul li, .siteInformational_content ul li, .hotOffer_detailsInfo_block ul li{
	list-style:disc;
	list-style-type:disc;
	margin-bottom: 4px;
}
.newsRoom_detailsInfo_block ol li, .siteInformational_content ol li, .hotOffer_detailsInfo_block ol li{
	list-style-type:decimal;
	margin-bottom: 7px;
}
.newsEvent_Details_block, .offerDetails_infoBlock{}
.newsEvents_container .newsEvent_Details_block .pixa_widget_content .newsEvents_imgBlock a, .hotoffer_container .offerDetails_infoBlock .pixa_widget_content .hotOffer_imgBlock .offerImg_fullView{
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    display: block;
    position: relative;
    overflow: hidden;
}
.hotoffer_container .offerDetails_infoBlock .pixa_widget_content .hotOffer_imgBlock .offerImg_fullView{
    height: 600px;
    min-height: 600px;
    max-height: 600px;
}
.newsdetails_UserFeedback .blog_comments_area h4 {
    padding-right: 10px;
    margin-bottom: 10px;
	font-size:1.2rem;
	color:rgba(40,50,200,1);
}
.newsdetails_UserFeedback .blog_comments_area h5, .newsdetails_UserFeedback .blog_comments_area h5 a {
    font-size:1rem;
	font-weight:500;
}
.userFeedback_PhotoAva{}
.userFeedback_PhotoAva span{
	width:60px;
	min-width:60px;
	max-width:60px;
	height:60px;
	min-height:60px;
	max-height:60px;
	display:block;
	position:relative;
	overflow:hidden;
	margin-right:10px;
}
.newsdetails_UserFeedback .blog_comments_area .pixa_widget_block {
    margin-bottom: 10px;
}
.userFeedback_PhotoAva span img.widget_photo{
	margin-right:0;
}
.newsdetails_UserFeedback .blog_comments_area .visitor_reply_comments {
    margin-left: 70px;
}
.newsdetails_UserFeedback .blog_comments_area .blog_visitor_comments_form  .button_div .btn.btn-info, .leave_a_reply_area .blog_visitor_comments_form  .button_div .btn.btn-info, .productReview_Block.form_widget_block  .button_div .btn.btn-info{
    background-color:rgba(40,50,200,1);
	padding:8px 30px;
	border-radius:4px;
}
.newsdetails_UserFeedback .blog_comments_area .form_widget_block .form-group .form-control{
	font-size:.9rem;
}
.newsRoomEvents_section .newsEvents_container .contentPage_RightCol .pixa_widget_content .newsEvents_infoBlock, .hotofferEvents_section .hotoffer_container .contentPage_RightCol .pixa_widget_content .offerDetails_infoBlock{
    margin:0px 0 0px;
}
.contentPage_RightCol .pixa_widget_content{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	margin-bottom:10px;
}
.newsEvents_container .contentPage_RightCol .pixa_widget_content .newsEvents_imgBlock a, .hotoffer_container .contentPage_RightCol .pixa_widget_content .hotOffer_imgBlock a{
    height: 100px;
    min-height: 100px;
    max-height: 100px;
	width:150px;
	min-width:150px;
	max-width:150px;
	margin-right:20px;
}
.newsRoomEvents_section .contentPage_RightCol .pixa_widget_content .newsEvents_infoBlock h3{
	margin-bottom:5px;
}
.newsRoomEvents_section .contentPage_RightCol .pixa_widget_content .newsEvents_infoBlock h3 a, .hotofferEvents_section .contentPage_RightCol .pixa_widget_content .offerDetails_infoBlock h3 a{
    font-size:1.1rem;
	text-decoration:none;
}
.contentPage_RightCol .rightCol_widgetSection{
	margin-bottom:30px;
}
.contentPage_RightCol .rightCol_widgetSection h2{
	font-size:2.2rem;
	margin-bottom:10px;
}

.bottonContactUs_section{
	display:block;
	position:relative;
	background:url(../images/contact_usbg2.jpg) no-repeat center right fixed;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.bottonContactUs_section:before{
	content:'';
	background: rgb(2,13,76);
background: linear-gradient(142deg, rgba(2,13,76,1) 0%, rgba(2,13,76,0.2) 100%);
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}
.bottonContactUs_section .bottonContactUs{
	padding:80px 0px;
	display:block;
	position:relative;
	text-align:center;
	z-index:2;
}
.bottonContactUs_section .bottonContactUs .highLightText{
	font-size:60px;
	font-weight:700;
	line-height:1;
	color:#FFFFFF;
	text-transform:capitalize;
	font-family: 'Passion One', cursive;
}
.bottonContactUs_section .bottonContactUs .contactUs_btn{
	margin-top:20px;
	display:block;
}
.bottonContactUs_section .bottonContactUs a{
	padding:12px 30px;
	color:#FFFFFF;
	display:inline-block;
	border-radius:6px;
	background:rgba(0,0,0,.7);
	color:rgba(255,255,255,.7);
	transition:.3s;
}
.bottonContactUs_section .bottonContactUs a:hover{
	background:rgba(255,0,0,.8);
}

/* ---- FAQ ------- */
.faq_section{}
.faq_section .faq_container{
	padding:80px 0px;
}
.accordionContent_section{
	max-width:70%;
	margin:0 auto;
}
.accordionContent_section .accordion .card{
    border-radius: 0px;
    border: 0 none;
	margin-bottom:1px;
}
.accordionContent_section .accordion .card-header{
	padding:20px 25px;
	background-color:#ebedfa;
	border-radius:0px;
	border:0 none;
	transition:.3s;
}
.accordionContent_section .accordion .card-header:hover, .accordionContent_section .accordion .card-header:focus{
	cursor:pointer;
	background-color:#c1c8f1;
}
.accordionContent_section .accordion .card-header h5.card-title{
	margin:0px;
	padding:0px;
	display:inline-flex;
	width:auto;
	font-size:1.4rem;
	font-family: 'Rajdhani','Poppins', sans-serif;
	font-weight:700;
	color:#434d85;
} 
.accordionContent_section .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
	color:#676e94;
}
.accordionContent_section .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.accordionContent_section .accordion .card-body{
	padding-left:0px;
	padding-right:0px;
}
.accordionContent_section .accordion .card-body p{
	margin-bottom:10px;
	display:block;	
}
.accordionContent_section .accordion .card-body ol{
	list-style-position: inside;
	margin-left:15px;
	line-height:22px;
	padding:0px;
	margin-top:5px;
}
.accordionContent_section .accordion .card-body ol li{
	list-style-type: decimal;
}


.section_benefitsInfo_panel{}
.section_benefitsInfo_panel .benefitsInfo_container{
	padding:80px 0px;
}
.section_benefitsInfo_panel .sectionTitle_line{
	text-align:left;
	padding:0px;
}
.section_benefitsInfo_panel .sectionTitle_line h2, .section_benefitsInfo_panel .sectionTitle_line p{
	text-align:left;
}
.pantherServices_benefits.benefitsGridBlocks, .pantherServices_benefits.providerGridBlocks{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 2;
    margin-top: 30px;
}
.pantherServices_benefits.providerGridBlocks{
    grid-template-columns: repeat(6, 1fr);
}
.providerGridBlocks .feature_content img{
    max-width:100%;
    display:inline-block;
}
.pantherServices_benefits{}
.pantherServices_benefits .services_benefitsContainer{}
.pantherServices_benefits .services_benefitsContainer ul{
	padding:0px;
	margin:0px;
	display:block;
}
.pantherServices_benefits .services_benefitsContainer ul li{
	position:relative;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	font-size:1.1rem;
	font-weight:500;
	margin:5px 0px;
}
.pantherServices_benefits .services_benefitsContainer ul li::before{
	content:'\f109';
	position:relative;
	top:0px;
	left:0px;
	width:30px;
	min-width:30px;
	max-width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	background:#b2b2bc;
	color:#FFFFFF;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:'Flaticon';
	font-size:.85rem;
	margin-right:10px;
	border-radius:4px;
}
.pantherServices_benefitsImg{}
.pantherServices_benefitsImg img{
	display:inline-block;
	max-width:100%;
}

.section_serviceFeatured_panel{
	background:#a7a7a7;
}
.section_serviceFeatured_panel .featuresBox_container{
	padding:80px 0px;
}


.section_contactForm_panel{}
.section_contactForm_panel .contactForm_container{
	padding:80px 0px;
}
.contactForm_container .sectionTitle_line{
	padding:0px 10%;
}
.contactForm_container .contactUs_demoForm{}
/*================================
FORM STYLE
==================================*/
.form_widget_block{}
.rounder_inputbox{}
.custom_label_text, .form_widget_block .form-group label, .form_widget_block .checkbox label, .form_widget_block .radio label, .form-control-static, #photoInputUpload,
.form_widget_block.rounder_inputbox .form-group label, .form_widget_block.rounder_inputbox .checkbox label, .form_widget_block.rounder_inputbox .radio label
{
    font-size: 1rem;
	font-weight:600;
	color:#020d4c;
	text-align:left;
}
#photoInputUpload{font-size:13px;}
/*.form_widget_block .form-group{margin-bottom:10px;}*/

.inputbox, .selectbox, .textareabox,
.form_widget_block .form-group .form-control,
.form_widget_block.rounder_inputbox .form-group .form-control
{
	background-color:rgba(255,255,255,1);
	border:1px solid #bfc4d9;
	color:#000000;
	font-size: 14px;
	box-shadow:0px; -moz-box-shadow:0px; -webkit-box-shadow:0px; -o-box-shadow:0px;
	min-height:45px;
}
.selectbox option{
	color:#000000;
	background:#505168;
}

.form_widget_block.rounder_inputbox .form-group .form-control{border-radius:6px; -moz-border-radius:6px;  -webkit-border-radius:6px;  -o-border-radius:6px;}
.form_widget_block.rounder_inputbox_full .form-group .form-control{border-radius:100px; -moz-border-radius:100px;  -webkit-border-radius:100px;  -o-border-radius:100px;}

.form_widget_block .form-group .input-group .input-group-addon, .form_widget_block.rounder_inputbox .form-group .input-group .input-group-addon{
	background-color:rgba(255,255,255,1);
	border-color:#bfc4d9;
}
.required{
}
.requiredField_notice{}
.requiredField_notice .form-control{
	border-color:#d80000 !important;
}
.requiredField_notice label{
	color:#d80000 !important;
}
.requiredField_notice .errorAlert{
	color:#d80000;
	font-size:.8rem;
	font-weight:600;
	display:block;
	margin-top:3px;
}
.form_widget_block .error_message, .form_widget_block .success_message{
    padding: 12px 20px;
    font-size: 1.2rem;
	font-weight:300;
    margin-bottom: 20px;
    border-radius: 4px;
	text-align:center;
}
.form_widget_block .error_message{
    color: #FF0000;
    background: #fadfdf;
    border: 1px solid #FF0000;
}
.form_widget_block .success_message{
	color: #21ae01;
    background: #e4fadf;
    border: 1px solid #21ae01;
}
.button_div{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.button_div button, .button_div a, .button_div.gropubtn button, .button_div.gropubtn a{
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding:15px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border-radius: 6px;
    font-size: 1.1rem;
    background-color: rgba(0,0,0,1);
    text-decoration: none;
}

.button_div button.btn-info:not(:disabled):not(.disabled):active, .button_div button.btn-info:hover, .button_div button.btn-info:focus, .button_div button.btn-info:active, .button_div button:hover, .button_div button:focus, .button_div button:active, .button_div a:hover, .button_div.gropubtn button:hover, .button_div.gropubtn button:focus, .button_div.gropubtn button:active, .button_div.gropubtn a:hover{
    color: #fff;
    letter-spacing: 1.4px;
    background-color: #c80000;
	box-shadow:none;
}
.button_div button, .button_div a{
	width:100%;
}
.button_div.gropubtn button, .button_div.gropubtn a{
	width:50%;
	margin:0px 5px;
	display:inline-block;
}
.button_div.gropubtn:first-child button, .button_div.gropubtn:first-child a{
	margin-left:0px;
}
.button_div.gropubtn:last-child button, .button_div.gropubtn:last-child a{
	margin-right:0px;
}


/* country dropdown styles */
.country {
  position: relative;
  margin: 0 auto;
  width: 140px;
}
.country .select {
  position: relative;
  padding: 0 30px 0 20px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #a6a6a6;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  border-radius: .25rem 0 0 .25rem;
}
.country .select .flagstrap-icon {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #e3e5e7;
}
.country .select .flagstrap-icon.flagstrap-ad {
  background-position: -16px 0;
}
.country .select .flagstrap-icon.flagstrap-ae {
  background-position: -32px 0;
}
.country .select .flagstrap-icon.flagstrap-af {
  background-position: -48px 0;
}
.country .select .flagstrap-icon.flagstrap-ag {
  background-position: -64px 0;
}
.country .select .flagstrap-icon.flagstrap-ai {
  background-position: -80px 0;
}
.country .select .flagstrap-icon.flagstrap-al {
  background-position: -96px 0;
}
.country .select .flagstrap-icon.flagstrap-am {
  background-position: -112px 0;
}
.country .select .flagstrap-icon.flagstrap-an {
  background-position: -128px 0;
}
.country .select .flagstrap-icon.flagstrap-ao {
  background-position: -144px 0;
}
.country .select .flagstrap-icon.flagstrap-ar {
  background-position: -160px 0;
}
.country .select .flagstrap-icon.flagstrap-as {
  background-position: -176px 0;
}
.country .select .flagstrap-icon.flagstrap-at {
  background-position: -192px 0;
}
.country .select .flagstrap-icon.flagstrap-au {
  background-position: -208px 0;
}
.country .select .flagstrap-icon.flagstrap-aw {
  background-position: -224px 0;
}
.country .select .flagstrap-icon.flagstrap-az {
  background-position: -240px 0;
}
.country .select .flagstrap-icon.flagstrap-ba {
  background-position: 0 -11px;
}
.country .select .flagstrap-icon.flagstrap-bb {
  background-position: -16px -11px;
}
.country .select .flagstrap-icon.flagstrap-bd {
  background-position: -32px -11px;
}
.country .select .flagstrap-icon.flagstrap-be {
  background-position: -48px -11px;
}
.country .select .flagstrap-icon.flagstrap-bf {
  background-position: -64px -11px;
}
.country .select .flagstrap-icon.flagstrap-bg {
  background-position: -80px -11px;
}
.country .select .flagstrap-icon.flagstrap-bh {
  background-position: -96px -11px;
}
.country .select .flagstrap-icon.flagstrap-bi {
  background-position: -112px -11px;
}
.country .select .flagstrap-icon.flagstrap-bj {
  background-position: -128px -11px;
}
.country .select .flagstrap-icon.flagstrap-bm {
  background-position: -144px -11px;
}
.country .select .flagstrap-icon.flagstrap-bn {
  background-position: -160px -11px;
}
.country .select .flagstrap-icon.flagstrap-bo {
  background-position: -176px -11px;
}
.country .select .flagstrap-icon.flagstrap-br {
  background-position: -192px -11px;
}
.country .select .flagstrap-icon.flagstrap-bs {
  background-position: -208px -11px;
}
.country .select .flagstrap-icon.flagstrap-bt {
  background-position: -224px -11px;
}
.country .select .flagstrap-icon.flagstrap-bv {
  background-position: -240px -11px;
}
.country .select .flagstrap-icon.flagstrap-bw {
  background-position: 0 -22px;
}
.country .select .flagstrap-icon.flagstrap-by {
  background-position: -16px -22px;
}
.country .select .flagstrap-icon.flagstrap-bz {
  background-position: -32px -22px;
}
.country .select .flagstrap-icon.flagstrap-ca {
  background-position: -48px -22px;
}
.country .select .flagstrap-icon.flagstrap-catalonia {
  background-position: -64px -22px;
}
.country .select .flagstrap-icon.flagstrap-cd {
  background-position: -80px -22px;
}
.country .select .flagstrap-icon.flagstrap-cf {
  background-position: -96px -22px;
}
.country .select .flagstrap-icon.flagstrap-cg {
  background-position: -112px -22px;
}
.country .select .flagstrap-icon.flagstrap-ch {
  background-position: -128px -22px;
}
.country .select .flagstrap-icon.flagstrap-ci {
  background-position: -144px -22px;
}
.country .select .flagstrap-icon.flagstrap-ck {
  background-position: -160px -22px;
}
.country .select .flagstrap-icon.flagstrap-cl {
  background-position: -176px -22px;
}
.country .select .flagstrap-icon.flagstrap-cm {
  background-position: -192px -22px;
}
.country .select .flagstrap-icon.flagstrap-cn {
  background-position: -208px -22px;
}
.country .select .flagstrap-icon.flagstrap-co {
  background-position: -224px -22px;
}
.country .select .flagstrap-icon.flagstrap-cr {
  background-position: -240px -22px;
}
.country .select .flagstrap-icon.flagstrap-cu {
  background-position: 0 -33px;
}
.country .select .flagstrap-icon.flagstrap-cv {
  background-position: -16px -33px;
}
.country .select .flagstrap-icon.flagstrap-cw {
  background-position: -32px -33px;
}
.country .select .flagstrap-icon.flagstrap-cy {
  background-position: -48px -33px;
}
.country .select .flagstrap-icon.flagstrap-cz {
  background-position: -64px -33px;
}
.country .select .flagstrap-icon.flagstrap-de {
  background-position: -80px -33px;
}
.country .select .flagstrap-icon.flagstrap-dj {
  background-position: -96px -33px;
}
.country .select .flagstrap-icon.flagstrap-dk {
  background-position: -112px -33px;
}
.country .select .flagstrap-icon.flagstrap-dm {
  background-position: -128px -33px;
}
.country .select .flagstrap-icon.flagstrap-do {
  background-position: -144px -33px;
}
.country .select .flagstrap-icon.flagstrap-dz {
  background-position: -160px -33px;
}
.country .select .flagstrap-icon.flagstrap-ec {
  background-position: -176px -33px;
}
.country .select .flagstrap-icon.flagstrap-ee {
  background-position: -192px -33px;
}
.country .select .flagstrap-icon.flagstrap-eg {
  background-position: -208px -33px;
}
.country .select .flagstrap-icon.flagstrap-eh {
  background-position: -224px -33px;
}
.country .select .flagstrap-icon.flagstrap-england {
  background-position: -240px -33px;
}
.country .select .flagstrap-icon.flagstrap-er {
  background-position: 0 -44px;
}
.country .select .flagstrap-icon.flagstrap-es {
  background-position: -16px -44px;
}
.country .select .flagstrap-icon.flagstrap-et {
  background-position: -32px -44px;
}
.country .select .flagstrap-icon.flagstrap-eu {
  background-position: -48px -44px;
}
.country .select .flagstrap-icon.flagstrap-fi {
  background-position: -64px -44px;
}
.country .select .flagstrap-icon.flagstrap-fj {
  background-position: -80px -44px;
}
.country .select .flagstrap-icon.flagstrap-fk {
  background-position: -96px -44px;
}
.country .select .flagstrap-icon.flagstrap-fm {
  background-position: -112px -44px;
}
.country .select .flagstrap-icon.flagstrap-fo {
  background-position: -128px -44px;
}
.country .select .flagstrap-icon.flagstrap-fr {
  background-position: -144px -44px;
}
.country .select .flagstrap-icon.flagstrap-ga {
  background-position: -160px -44px;
}
.country .select .flagstrap-icon.flagstrap-gb {
  background-position: -176px -44px;
}
.country .select .flagstrap-icon.flagstrap-gd {
  background-position: -192px -44px;
}
.country .select .flagstrap-icon.flagstrap-ge {
  background-position: -208px -44px;
}
.country .select .flagstrap-icon.flagstrap-gf {
  background-position: -224px -44px;
}
.country .select .flagstrap-icon.flagstrap-gg {
  background-position: -240px -44px;
}
.country .select .flagstrap-icon.flagstrap-gh {
  background-position: 0 -55px;
}
.country .select .flagstrap-icon.flagstrap-gi {
  background-position: -16px -55px;
}
.country .select .flagstrap-icon.flagstrap-gl {
  background-position: -32px -55px;
}
.country .select .flagstrap-icon.flagstrap-gm {
  background-position: -48px -55px;
}
.country .select .flagstrap-icon.flagstrap-gn {
  background-position: -64px -55px;
}
.country .select .flagstrap-icon.flagstrap-gp {
  background-position: -80px -55px;
}
.country .select .flagstrap-icon.flagstrap-gq {
  background-position: -96px -55px;
}
.country .select .flagstrap-icon.flagstrap-gr {
  background-position: -112px -55px;
}
.country .select .flagstrap-icon.flagstrap-gs {
  background-position: -128px -55px;
}
.country .select .flagstrap-icon.flagstrap-gt {
  background-position: -144px -55px;
}
.country .select .flagstrap-icon.flagstrap-gu {
  background-position: -160px -55px;
}
.country .select .flagstrap-icon.flagstrap-gw {
  background-position: -176px -55px;
}
.country .select .flagstrap-icon.flagstrap-gy {
  background-position: -192px -55px;
}
.country .select .flagstrap-icon.flagstrap-hk {
  background-position: -208px -55px;
}
.country .select .flagstrap-icon.flagstrap-hm {
  background-position: -224px -55px;
}
.country .select .flagstrap-icon.flagstrap-hn {
  background-position: -240px -55px;
}
.country .select .flagstrap-icon.flagstrap-hr {
  background-position: 0 -66px;
}
.country .select .flagstrap-icon.flagstrap-ht {
  background-position: -16px -66px;
}
.country .select .flagstrap-icon.flagstrap-hu {
  background-position: -32px -66px;
}
.country .select .flagstrap-icon.flagstrap-ic {
  background-position: -48px -66px;
}
.country .select .flagstrap-icon.flagstrap-id {
  background-position: -64px -66px;
}
.country .select .flagstrap-icon.flagstrap-ie {
  background-position: -80px -66px;
}
.country .select .flagstrap-icon.flagstrap-il {
  background-position: -96px -66px;
}
.country .select .flagstrap-icon.flagstrap-im {
  background-position: -112px -66px;
}
.country .select .flagstrap-icon.flagstrap-in {
  background-position: -128px -66px;
}
.country .select .flagstrap-icon.flagstrap-io {
  background-position: -144px -66px;
}
.country .select .flagstrap-icon.flagstrap-iq {
  background-position: -160px -66px;
}
.country .select .flagstrap-icon.flagstrap-ir {
  background-position: -176px -66px;
}
.country .select .flagstrap-icon.flagstrap-is {
  background-position: -192px -66px;
}
.country .select .flagstrap-icon.flagstrap-it {
  background-position: -208px -66px;
}
.country .select .flagstrap-icon.flagstrap-je {
  background-position: -224px -66px;
}
.country .select .flagstrap-icon.flagstrap-jm {
  background-position: -240px -66px;
}
.country .select .flagstrap-icon.flagstrap-jo {
  background-position: 0 -77px;
}
.country .select .flagstrap-icon.flagstrap-jp {
  background-position: -16px -77px;
}
.country .select .flagstrap-icon.flagstrap-ke {
  background-position: -32px -77px;
}
.country .select .flagstrap-icon.flagstrap-kg {
  background-position: -48px -77px;
}
.country .select .flagstrap-icon.flagstrap-kh {
  background-position: -64px -77px;
}
.country .select .flagstrap-icon.flagstrap-ki {
  background-position: -80px -77px;
}
.country .select .flagstrap-icon.flagstrap-km {
  background-position: -96px -77px;
}
.country .select .flagstrap-icon.flagstrap-kn {
  background-position: -112px -77px;
}
.country .select .flagstrap-icon.flagstrap-kp {
  background-position: -128px -77px;
}
.country .select .flagstrap-icon.flagstrap-kr {
  background-position: -144px -77px;
}
.country .select .flagstrap-icon.flagstrap-kurdistan {
  background-position: -160px -77px;
}
.country .select .flagstrap-icon.flagstrap-kw {
  background-position: -176px -77px;
}
.country .select .flagstrap-icon.flagstrap-ky {
  background-position: -192px -77px;
}
.country .select .flagstrap-icon.flagstrap-kz {
  background-position: -208px -77px;
}
.country .select .flagstrap-icon.flagstrap-la {
  background-position: -224px -77px;
}
.country .select .flagstrap-icon.flagstrap-lb {
  background-position: -240px -77px;
}
.country .select .flagstrap-icon.flagstrap-lc {
  background-position: 0 -88px;
}
.country .select .flagstrap-icon.flagstrap-li {
  background-position: -16px -88px;
}
.country .select .flagstrap-icon.flagstrap-lk {
  background-position: -32px -88px;
}
.country .select .flagstrap-icon.flagstrap-lr {
  background-position: -48px -88px;
}
.country .select .flagstrap-icon.flagstrap-ls {
  background-position: -64px -88px;
}
.country .select .flagstrap-icon.flagstrap-lt {
  background-position: -80px -88px;
}
.country .select .flagstrap-icon.flagstrap-lu {
  background-position: -96px -88px;
}
.country .select .flagstrap-icon.flagstrap-lv {
  background-position: -112px -88px;
}
.country .select .flagstrap-icon.flagstrap-ly {
  background-position: -128px -88px;
}
.country .select .flagstrap-icon.flagstrap-ma {
  background-position: -144px -88px;
}
.country .select .flagstrap-icon.flagstrap-mc {
  background-position: -160px -88px;
}
.country .select .flagstrap-icon.flagstrap-md {
  background-position: -176px -88px;
}
.country .select .flagstrap-icon.flagstrap-me {
  background-position: -192px -88px;
}
.country .select .flagstrap-icon.flagstrap-mg {
  background-position: -208px -88px;
}
.country .select .flagstrap-icon.flagstrap-mh {
  background-position: -224px -88px;
}
.country .select .flagstrap-icon.flagstrap-mk {
  background-position: -240px -88px;
}
.country .select .flagstrap-icon.flagstrap-ml {
  background-position: 0 -99px;
}
.country .select .flagstrap-icon.flagstrap-mm {
  background-position: -16px -99px;
}
.country .select .flagstrap-icon.flagstrap-mn {
  background-position: -32px -99px;
}
.country .select .flagstrap-icon.flagstrap-mo {
  background-position: -48px -99px;
}
.country .select .flagstrap-icon.flagstrap-mp {
  background-position: -64px -99px;
}
.country .select .flagstrap-icon.flagstrap-mq {
  background-position: -80px -99px;
}
.country .select .flagstrap-icon.flagstrap-mr {
  background-position: -96px -99px;
}
.country .select .flagstrap-icon.flagstrap-ms {
  background-position: -112px -99px;
}
.country .select .flagstrap-icon.flagstrap-mt {
  background-position: -128px -99px;
}
.country .select .flagstrap-icon.flagstrap-mu {
  background-position: -144px -99px;
}
.country .select .flagstrap-icon.flagstrap-mv {
  background-position: -160px -99px;
}
.country .select .flagstrap-icon.flagstrap-mw {
  background-position: -176px -99px;
}
.country .select .flagstrap-icon.flagstrap-mx {
  background-position: -192px -99px;
}
.country .select .flagstrap-icon.flagstrap-my {
  background-position: -208px -99px;
}
.country .select .flagstrap-icon.flagstrap-mz {
  background-position: -224px -99px;
}
.country .select .flagstrap-icon.flagstrap-na {
  background-position: -240px -99px;
}
.country .select .flagstrap-icon.flagstrap-nc {
  background-position: 0 -110px;
}
.country .select .flagstrap-icon.flagstrap-ne {
  background-position: -16px -110px;
}
.country .select .flagstrap-icon.flagstrap-nf {
  background-position: -32px -110px;
}
.country .select .flagstrap-icon.flagstrap-ng {
  background-position: -48px -110px;
}
.country .select .flagstrap-icon.flagstrap-ni {
  background-position: -64px -110px;
}
.country .select .flagstrap-icon.flagstrap-nl {
  background-position: -80px -110px;
}
.country .select .flagstrap-icon.flagstrap-no {
  background-position: -96px -110px;
}
.country .select .flagstrap-icon.flagstrap-np {
  background-position: -112px -110px;
}
.country .select .flagstrap-icon.flagstrap-nr {
  background-position: -128px -110px;
}
.country .select .flagstrap-icon.flagstrap-nu {
  background-position: -144px -110px;
}
.country .select .flagstrap-icon.flagstrap-nz {
  background-position: -160px -110px;
}
.country .select .flagstrap-icon.flagstrap-om {
  background-position: -176px -110px;
}
.country .select .flagstrap-icon.flagstrap-pa {
  background-position: -192px -110px;
}
.country .select .flagstrap-icon.flagstrap-pe {
  background-position: -208px -110px;
}
.country .select .flagstrap-icon.flagstrap-pf {
  background-position: -224px -110px;
}
.country .select .flagstrap-icon.flagstrap-pg {
  background-position: -240px -110px;
}
.country .select .flagstrap-icon.flagstrap-ph {
  background-position: 0 -121px;
}
.country .select .flagstrap-icon.flagstrap-pk {
  background-position: -16px -121px;
}
.country .select .flagstrap-icon.flagstrap-pl {
  background-position: -32px -121px;
}
.country .select .flagstrap-icon.flagstrap-pm {
  background-position: -48px -121px;
}
.country .select .flagstrap-icon.flagstrap-pn {
  background-position: -64px -121px;
}
.country .select .flagstrap-icon.flagstrap-pr {
  background-position: -80px -121px;
}
.country .select .flagstrap-icon.flagstrap-ps {
  background-position: -96px -121px;
}
.country .select .flagstrap-icon.flagstrap-pt {
  background-position: -112px -121px;
}
.country .select .flagstrap-icon.flagstrap-pw {
  background-position: -128px -121px;
}
.country .select .flagstrap-icon.flagstrap-py {
  background-position: -144px -121px;
}
.country .select .flagstrap-icon.flagstrap-qa {
  background-position: -160px -121px;
}
.country .select .flagstrap-icon.flagstrap-re {
  background-position: -176px -121px;
}
.country .select .flagstrap-icon.flagstrap-ro {
  background-position: -192px -121px;
}
.country .select .flagstrap-icon.flagstrap-rs {
  background-position: -208px -121px;
}
.country .select .flagstrap-icon.flagstrap-ru {
  background-position: -224px -121px;
}
.country .select .flagstrap-icon.flagstrap-rw {
  background-position: -240px -121px;
}
.country .select .flagstrap-icon.flagstrap-sa {
  background-position: 0 -132px;
}
.country .select .flagstrap-icon.flagstrap-sb {
  background-position: -16px -132px;
}
.country .select .flagstrap-icon.flagstrap-sc {
  background-position: -32px -132px;
}
.country .select .flagstrap-icon.flagstrap-scotland {
  background-position: -48px -132px;
}
.country .select .flagstrap-icon.flagstrap-sd {
  background-position: -64px -132px;
}
.country .select .flagstrap-icon.flagstrap-se {
  background-position: -80px -132px;
}
.country .select .flagstrap-icon.flagstrap-sg {
  background-position: -96px -132px;
}
.country .select .flagstrap-icon.flagstrap-sh {
  background-position: -112px -132px;
}
.country .select .flagstrap-icon.flagstrap-si {
  background-position: -128px -132px;
}
.country .select .flagstrap-icon.flagstrap-sk {
  background-position: -144px -132px;
}
.country .select .flagstrap-icon.flagstrap-sl {
  background-position: -160px -132px;
}
.country .select .flagstrap-icon.flagstrap-sm {
  background-position: -176px -132px;
}
.country .select .flagstrap-icon.flagstrap-sn {
  background-position: -192px -132px;
}
.country .select .flagstrap-icon.flagstrap-so {
  background-position: -208px -132px;
}
.country .select .flagstrap-icon.flagstrap-somaliland {
  background-position: -224px -132px;
}
.country .select .flagstrap-icon.flagstrap-sr {
  background-position: -240px -132px;
}
.country .select .flagstrap-icon.flagstrap-ss {
  background-position: 0 -143px;
}
.country .select .flagstrap-icon.flagstrap-st {
  background-position: -16px -143px;
}
.country .select .flagstrap-icon.flagstrap-sv {
  background-position: -32px -143px;
}
.country .select .flagstrap-icon.flagstrap-sx {
  background-position: -48px -143px;
}
.country .select .flagstrap-icon.flagstrap-sy {
  background-position: -64px -143px;
}
.country .select .flagstrap-icon.flagstrap-sz {
  background-position: -80px -143px;
}
.country .select .flagstrap-icon.flagstrap-tc {
  background-position: -96px -143px;
}
.country .select .flagstrap-icon.flagstrap-td {
  background-position: -112px -143px;
}
.country .select .flagstrap-icon.flagstrap-tf {
  background-position: -128px -143px;
}
.country .select .flagstrap-icon.flagstrap-tg {
  background-position: -144px -143px;
}
.country .select .flagstrap-icon.flagstrap-th {
  background-position: -160px -143px;
}
.country .select .flagstrap-icon.flagstrap-tj {
  background-position: -176px -143px;
}
.country .select .flagstrap-icon.flagstrap-tk {
  background-position: -192px -143px;
}
.country .select .flagstrap-icon.flagstrap-tl {
  background-position: -208px -143px;
}
.country .select .flagstrap-icon.flagstrap-tm {
  background-position: -224px -143px;
}
.country .select .flagstrap-icon.flagstrap-tn {
  background-position: -240px -143px;
}
.country .select .flagstrap-icon.flagstrap-to {
  background-position: 0 -154px;
}
.country .select .flagstrap-icon.flagstrap-tr {
  background-position: -16px -154px;
}
.country .select .flagstrap-icon.flagstrap-tt {
  background-position: -32px -154px;
}
.country .select .flagstrap-icon.flagstrap-tv {
  background-position: -48px -154px;
}
.country .select .flagstrap-icon.flagstrap-tw {
  background-position: -64px -154px;
}
.country .select .flagstrap-icon.flagstrap-tz {
  background-position: -80px -154px;
}
.country .select .flagstrap-icon.flagstrap-ua {
  background-position: -96px -154px;
}
.country .select .flagstrap-icon.flagstrap-ug {
  background-position: -112px -154px;
}
.country .select .flagstrap-icon.flagstrap-um {
  background-position: -128px -154px;
}
.country .select .flagstrap-icon.flagstrap-us {
  background-position: -144px -154px;
}
.country .select .flagstrap-icon.flagstrap-uy {
  background-position: -160px -154px;
}
.country .select .flagstrap-icon.flagstrap-uz {
  background-position: -176px -154px;
}
.country .select .flagstrap-icon.flagstrap-va {
  background-position: -192px -154px;
}
.country .select .flagstrap-icon.flagstrap-vc {
  background-position: -208px -154px;
}
.country .select .flagstrap-icon.flagstrap-ve {
  background-position: -224px -154px;
}
.country .select .flagstrap-icon.flagstrap-vg {
  background-position: -240px -154px;
}
.country .select .flagstrap-icon.flagstrap-vi {
  background-position: 0 -165px;
}
.country .select .flagstrap-icon.flagstrap-vn {
  background-position: -16px -165px;
}
.country .select .flagstrap-icon.flagstrap-vu {
  background-position: -32px -165px;
}
.country .select .flagstrap-icon.flagstrap-wales {
  background-position: -48px -165px;
}
.country .select .flagstrap-icon.flagstrap-wf {
  background-position: -64px -165px;
}
.country .select .flagstrap-icon.flagstrap-ws {
  background-position: -80px -165px;
}
.country .select .flagstrap-icon.flagstrap-ye {
  background-position: -96px -165px;
}
.country .select .flagstrap-icon.flagstrap-yt {
  background-position: -112px -165px;
}
.country .select .flagstrap-icon.flagstrap-za {
  background-position: -128px -165px;
}
.country .select .flagstrap-icon.flagstrap-zanzibar {
  background-position: -144px -165px;
}
.country .select .flagstrap-icon.flagstrap-zm {
  background-position: -160px -165px;
}
.country .select .flagstrap-icon.flagstrap-zw {
  background-position: -176px -165px;
}
.country .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 8px;
  height: 8px;
  background: url("../icons/downarrow.png") no-repeat;
}
.country .select.open:after {
  background-position: 0 -5px;
}
.country .dropdown_cList {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 225px;
  border: 1px solid #cfcfcf;
  border-top: 1px solid #a6a6a6;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  z-index: 1;
  width:300px;
}
.country .dropdown_cList ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.country .dropdown_cList ul li{
	list-style:none;
}
.country .dropdown_cList .flagstrap-icon {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
 background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #e3e5e7;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ad {
  background-position: -16px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ae {
  background-position: -32px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-af {
  background-position: -48px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ag {
  background-position: -64px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ai {
  background-position: -80px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-al {
  background-position: -96px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-am {
  background-position: -112px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-an {
  background-position: -128px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ao {
  background-position: -144px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ar {
  background-position: -160px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-as {
  background-position: -176px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-at {
  background-position: -192px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-au {
  background-position: -208px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-aw {
  background-position: -224px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-az {
  background-position: -240px 0;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ba {
  background-position: 0 -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bb {
  background-position: -16px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bd {
  background-position: -32px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-be {
  background-position: -48px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bf {
  background-position: -64px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bg {
  background-position: -80px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bh {
  background-position: -96px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bi {
  background-position: -112px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bj {
  background-position: -128px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bm {
  background-position: -144px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bn {
  background-position: -160px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bo {
  background-position: -176px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-br {
  background-position: -192px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bs {
  background-position: -208px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bt {
  background-position: -224px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bv {
  background-position: -240px -11px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bw {
  background-position: 0 -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-by {
  background-position: -16px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-bz {
  background-position: -32px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ca {
  background-position: -48px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-catalonia {
  background-position: -64px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cd {
  background-position: -80px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cf {
  background-position: -96px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cg {
  background-position: -112px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ch {
  background-position: -128px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ci {
  background-position: -144px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ck {
  background-position: -160px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cl {
  background-position: -176px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cm {
  background-position: -192px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cn {
  background-position: -208px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-co {
  background-position: -224px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cr {
  background-position: -240px -22px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cu {
  background-position: 0 -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cv {
  background-position: -16px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cw {
  background-position: -32px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cy {
  background-position: -48px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-cz {
  background-position: -64px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-de {
  background-position: -80px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-dj {
  background-position: -96px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-dk {
  background-position: -112px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-dm {
  background-position: -128px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-do {
  background-position: -144px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-dz {
  background-position: -160px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ec {
  background-position: -176px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ee {
  background-position: -192px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-eg {
  background-position: -208px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-eh {
  background-position: -224px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-england {
  background-position: -240px -33px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-er {
  background-position: 0 -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-es {
  background-position: -16px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-et {
  background-position: -32px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-eu {
  background-position: -48px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fi {
  background-position: -64px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fj {
  background-position: -80px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fk {
  background-position: -96px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fm {
  background-position: -112px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fo {
  background-position: -128px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-fr {
  background-position: -144px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ga {
  background-position: -160px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gb {
  background-position: -176px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gd {
  background-position: -192px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ge {
  background-position: -208px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gf {
  background-position: -224px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gg {
  background-position: -240px -44px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gh {
  background-position: 0 -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gi {
  background-position: -16px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gl {
  background-position: -32px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gm {
  background-position: -48px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gn {
  background-position: -64px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gp {
  background-position: -80px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gq {
  background-position: -96px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gr {
  background-position: -112px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gs {
  background-position: -128px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gt {
  background-position: -144px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gu {
  background-position: -160px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gw {
  background-position: -176px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-gy {
  background-position: -192px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-hk {
  background-position: -208px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-hm {
  background-position: -224px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-hn {
  background-position: -240px -55px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-hr {
  background-position: 0 -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ht {
  background-position: -16px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-hu {
  background-position: -32px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ic {
  background-position: -48px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-id {
  background-position: -64px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ie {
  background-position: -80px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-il {
  background-position: -96px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-im {
  background-position: -112px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-in {
  background-position: -128px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-io {
  background-position: -144px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-iq {
  background-position: -160px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ir {
  background-position: -176px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-is {
  background-position: -192px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-it {
  background-position: -208px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-je {
  background-position: -224px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-jm {
  background-position: -240px -66px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-jo {
  background-position: 0 -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-jp {
  background-position: -16px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ke {
  background-position: -32px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kg {
  background-position: -48px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kh {
  background-position: -64px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ki {
  background-position: -80px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-km {
  background-position: -96px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kn {
  background-position: -112px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kp {
  background-position: -128px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kr {
  background-position: -144px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kurdistan {
  background-position: -160px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kw {
  background-position: -176px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ky {
  background-position: -192px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-kz {
  background-position: -208px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-la {
  background-position: -224px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lb {
  background-position: -240px -77px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lc {
  background-position: 0 -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-li {
  background-position: -16px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lk {
  background-position: -32px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lr {
  background-position: -48px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ls {
  background-position: -64px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lt {
  background-position: -80px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lu {
  background-position: -96px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-lv {
  background-position: -112px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ly {
  background-position: -128px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ma {
  background-position: -144px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mc {
  background-position: -160px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-md {
  background-position: -176px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-me {
  background-position: -192px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mg {
  background-position: -208px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mh {
  background-position: -224px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mk {
  background-position: -240px -88px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ml {
  background-position: 0 -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mm {
  background-position: -16px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mn {
  background-position: -32px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mo {
  background-position: -48px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mp {
  background-position: -64px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mq {
  background-position: -80px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mr {
  background-position: -96px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ms {
  background-position: -112px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mt {
  background-position: -128px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mu {
  background-position: -144px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mv {
  background-position: -160px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mw {
  background-position: -176px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mx {
  background-position: -192px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-my {
  background-position: -208px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-mz {
  background-position: -224px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-na {
  background-position: -240px -99px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nc {
  background-position: 0 -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ne {
  background-position: -16px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nf {
  background-position: -32px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ng {
  background-position: -48px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ni {
  background-position: -64px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nl {
  background-position: -80px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-no {
  background-position: -96px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-np {
  background-position: -112px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nr {
  background-position: -128px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nu {
  background-position: -144px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-nz {
  background-position: -160px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-om {
  background-position: -176px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pa {
  background-position: -192px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pe {
  background-position: -208px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pf {
  background-position: -224px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pg {
  background-position: -240px -110px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ph {
  background-position: 0 -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pk {
  background-position: -16px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pl {
  background-position: -32px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pm {
  background-position: -48px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pn {
  background-position: -64px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pr {
  background-position: -80px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ps {
  background-position: -96px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pt {
  background-position: -112px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-pw {
  background-position: -128px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-py {
  background-position: -144px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-qa {
  background-position: -160px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-re {
  background-position: -176px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ro {
  background-position: -192px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-rs {
  background-position: -208px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ru {
  background-position: -224px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-rw {
  background-position: -240px -121px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sa {
  background-position: 0 -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sb {
  background-position: -16px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sc {
  background-position: -32px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-scotland {
  background-position: -48px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sd {
  background-position: -64px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-se {
  background-position: -80px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sg {
  background-position: -96px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sh {
  background-position: -112px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-si {
  background-position: -128px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sk {
  background-position: -144px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sl {
  background-position: -160px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sm {
  background-position: -176px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sn {
  background-position: -192px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-so {
  background-position: -208px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-somaliland {
  background-position: -224px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sr {
  background-position: -240px -132px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ss {
  background-position: 0 -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-st {
  background-position: -16px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sv {
  background-position: -32px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sx {
  background-position: -48px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sy {
  background-position: -64px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-sz {
  background-position: -80px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tc {
  background-position: -96px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-td {
  background-position: -112px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tf {
  background-position: -128px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tg {
  background-position: -144px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-th {
  background-position: -160px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tj {
  background-position: -176px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tk {
  background-position: -192px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tl {
  background-position: -208px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tm {
  background-position: -224px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tn {
  background-position: -240px -143px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-to {
  background-position: 0 -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tr {
  background-position: -16px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tt {
  background-position: -32px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tv {
  background-position: -48px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tw {
  background-position: -64px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-tz {
  background-position: -80px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ua {
  background-position: -96px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ug {
  background-position: -112px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-um {
  background-position: -128px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-us {
  background-position: -144px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-uy {
  background-position: -160px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-uz {
  background-position: -176px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-va {
  background-position: -192px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-vc {
  background-position: -208px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ve {
  background-position: -224px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-vg {
  background-position: -240px -154px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-vi {
  background-position: 0 -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-vn {
  background-position: -16px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-vu {
  background-position: -32px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-wales {
  background-position: -48px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-wf {
  background-position: -64px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ws {
  background-position: -80px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-ye {
  background-position: -96px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-yt {
  background-position: -112px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-za {
  background-position: -128px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-zanzibar {
  background-position: -144px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-zm {
  background-position: -160px -165px;
}
.country .dropdown_cList .flagstrap-icon.flagstrap-zw {
  background-position: -176px -165px;
}
.country .dropdown_cList .flagstrap-icon {
  vertical-align: middle;
}
.country .dropdown_cList li {
  padding: 0 20px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 400;
  color: #828282;
  cursor: pointer;
}
.country .dropdown_cList li:first-child {
  margin-top: 12px;
}
.country .dropdown_cList li:last-child {
  margin-bottom: 12px;
}
.country .dropdown_cList li:hover {
  background: #dedede;
  color: #454545;
}
.country .dropdown_cList li.open {
  display: block;
}


.header_section.secureAccount_portal{
	background:#f7f7f7;
}
.section_portalForm_panel{}
.section_portalForm_panel .portalForm_container{
	padding:80px 0px;
}
.portalForm_container .sectionTitle_line{
	padding:0px;
}
.portalForm_container .sectionTitle_line h2, .portalForm_container .sectionTitle_line p{
	text-align:left;
}



.MenuVertical_Panel, .MenuAccordion_Panel{
	width:270px;
}
.MenuPixa_Vertical li{
	float:none !important;
	position:relative !important;
}
.MenuPixa_Vertical .megaMenu_PiBlock{
	left:100% !important;
	right:inherit !important;
	width:900px;
	top:0 !important;
}
.MenuPixa_Vertical ul{
	position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
}
.MenuPixa_Vertical.menu_arrows .main_ParentNav::after{
	content:'\f10a';
}
.MenuPixa_Vertical.menu_arrows > li > a.main_ParentNav::before {
    border-width:12px 12px 12px 0;
    border-color: transparent #FFFFFF transparent transparent;
    left: 100%;
	bottom:inherit;
	top:8px;
}
.MenuPixa_Vertical>li i{
	margin-right:8px;
}
.MenuPixa_Vertical > li > a{
	padding:10px 20px;
}


.section_portalAdmin_panel{}
.portalAdmin_container{}
.portalAdmin_container .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
.portalAdmin_container .container-fluid .row{
	margin-left:0px;
	margin-right:0px;
}



.innerPage_HaederInfo_section.staticContent{
    padding-top: 140px;
    padding-bottom: 60px;
}
.innerPage_HaederInfo_section.staticContent .section_title_block{
	padding-bottom:0px;
}
.statiContent_section .statiContent_container{
	padding:60px 0px;
}
.statiContent_container .siteInformational_content h5, .statiContent_container .siteInformational_content h6, .statiContent_container .siteInformational_content h4, .statiContent_container .siteInformational_content h3{
	font-size:1.6rem;
	padding-top:15px;
	padding-bottom:7px;
}
.statiContent_container .siteInformational_content h4{
	font-size:1.8rem;
}
.statiContent_container .siteInformational_content h3{
	font-size:2.5rem;
}
.statiContent_container .siteInformational_content p{
	margin-bottom:10px;
}
.innerPage_HaederInfo_section.staticContent h2{
	color:#FFFFFF;
}
.innerPage_HaederInfo_section.staticContent h4{
	color:rgba(255,255,255,.5);
	font-weight:400;
}

@media (max-width: 1000px) {
.section_portalForm_panel .portalForm_container {
    padding: 30px 0px 40px;
}
.section_portalForm_panel .portalForm_container h2 {
    font-size: 2.5rem;
	margin-bottom:10px;
}
.footer_section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.providerInfo_section .pantherServices_benefits.providerGridBlocks {
    grid-template-columns: repeat(2, 1fr);
}
}

/*
.honeyComb_style:before, .honeyComb_style:after{
	content:'';
	width:450px;
	height:263px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:9;
}
.honeyComb_style:before{
	background:url('../images/honeycomb_pattern.svg') no-repeat;	
}
.honeyComb_style:after{
	background:url('../images/honeycomb_pattern.svg') no-repeat;
}*/
.slideBanner_section.honeyComb_style:after{
	content:'';
	width:450px;
	height:263px;
	position:absolute;
	bottom:-150px;
	right:-60px;
	z-index:9;
	background:url('../images/honeycomb_pattern.svg') no-repeat;
}
.slideBanner_section.honeyComb_fullStyle:after{
	content:'';
	width:100%;
	height:190px;
	position:absolute;
	bottom:-125px;
	right:0px;
	z-index:9;
	background:url('../images/honeycomb_pattern.svg') no-repeat;
}
@media only screen and (max-width: 1000px){
.slideBanner_section.honeyComb_fullStyle:after{
	background:url('../images/honeycomb_patternm.svg') no-repeat;
}
.pantherServices_benefits.benefitsGridBlocks {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
}

.sportsBook_features_block.carouselCardsPanel .spFEv_caption{
	color:rgba(0,0,0,.6);
}
.carouselCardsPanel.sportsBook_features_block{
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    position: relative;
}
.carouselCardsPanel.sportsBook_features_block .sportsBook_features{
	transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-property: background-color;
	position:relative;
}
@media (max-width: 499px), (max-width: 1023px) and (max-height: 499px){
.carouselCardsPanel.sportsBook_features_block .sportsBook_features{
    min-width: 260px;
}
.carouselCardsPanel.sportsBook_features_block{
	margin-left:-15px;
}
.carouselCardsPanel.sportsBook_features_block .sportsBook_features:first-child{
	margin-left:15px;
}
}














/* FOOTER STYLE */
.dNone{
	display: none !important;
}
.dFlex{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
}
.dFlex_left{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items:flex-start;
	justify-content:flex-start;
}
.dFlex_right{
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	align-items:flex-end;
	justify-content:flex-end;
}
.ft_part{
	display:block;
	position:relative;
	z-index:9;
}
.ft_container{
	max-width:1300px;
	margin:0 auto;
}
.gameblingResponsibility{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	padding:20px;
	background:rgba(255,255,255,.1);
	border-radius:8px;
	box-shadow:1px 2px 6px rgba(0,0,0,.3);
	margin-bottom:30px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.07) 50%, rgba(0,0,0,0) 100%);
}
.gameblingResponsibility .eighteenPlusBlock{
	padding:10px 20px;
	background:none;
	border-radius:40px;
	font-size:1.4rem;
	font-weight:700;
	color:rgba(255,255,255,.4);
	margin-right:10px;
	width:60px;
	min-width:60px;
	max-width:60px;
	
	height:60px;
	min-height:60px;
	max-height:60px;
	align-items:center;
	justify-content:center;
	line-height:1;
	border:2px solid rgba(255,255,255,.15);
}
.gameblingResponsibility .responsibilityInfo{
	color:rgba(255,255,255,.3);
	font-size:.9rem;
	font-weight:500;
}
.ftBlocksBottom{
	padding:10px 0px;
	display:grid;
	gap:10px;
	grid-template-columns: repeat(4, 1fr);
	text-align:Left;
	margin-bottom:20px;
}
.quickLinksBlock{}
.quickLinksBlock h4{
	font-size:1.4rem;
	font-weight:700;
	color:rgba(255,255,255,.9);
	margin-bottom:8px;
}
.quickLinksBlock ul{
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}
.quickLinksBlock ul li{
	list-style:none;
	margin-bottom:3px;
}
.quickLinksBlock ul li a{
	color:rgba(255,255,255,.6);
	display:block;
	padding:3px 0px;
	font-size:.85rem;
	text-decoration:none;
}
.quickLinksBlock ul li a:hover{
	color:rgba(255,255,255,.8);
}
.quickLinksBlock ul li a i{
	margin-right:2px;
}
.quickLinksBlock.twoQuickBlock{
}
.quickLinksBlock .quickSupportOption{
	margin-bottom:15px;
}
.settingFormRow{
	position:relative;
	margin-bottom:8px;
}
.settingFormRow select{
	padding:10px 10px;
	background:#2a292e;
	color:rgba(255,255,255,.7);
	width:100%;
	border-radius:4px;
	border:0px none;
	outline:0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .85rem;
}
.settingFormRow select:hover, .settingFormRow select:focus, .settingFormRow select:active{
	border:0 none;
	outline:0;
}
.settingFormRow select option{
	border:0px none;
	outline:0px;
	padding:6px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .85rem;
}
.settingFormRow.themeChangeBtn{
	margin-top:15px;
}
.settingFormRow input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	overflow:hidden;
	display:none;
}
.settingFormRow label {
	cursor: pointer;
	width: 100px;
	height: 40px;
	background: #2a292e;
	display: block;
	border-radius: 100px;
	position: relative;
}
.settingFormRow label:after {
	content: '\f185';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: #616063;
	color:rgba(255,255,255,.7);
	border-radius: 90px;
	transition: 0.3s;
	font-family:'FontAwesome';
	display:flex;
	align-items:center;
	justify-content:center;
}
.settingFormRow input:checked + label {
	background: #2a292e;
}
.settingFormRow input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
	content: '\f186';
	font-family:'FontAwesome';
}
.settingFormRow label:active:after {
	width: 40px;
}
.settingFormRow .switchToggleBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
	color:rgba(255,255,255,.15);
	font-size:1.4rem;
}
.settingFormRow .switchToggleBtn .fa-sun-o{
	margin-left:12px;
}
.settingFormRow .switchToggleBtn .fa-moon-o{
	margin-right:15px;
}
.ftLogoBtnPanel{
	border-top:1px solid rgba(255,255,255,.1);
	padding-top:15px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.ftLogoBtnPanel .ftLogoBlock, .ftLogoBlock{
	display:block;
	position:relative;
	overflow:hidden;
	width:120px;
	min-width:120px;
	max-width:120px;
	height:50px;
	min-height:50px;
	max-height:50px;
	margin:0px 5px;
}
.ftLogoBtnPanel .ftLogoBlock img, .ftLogoBlock img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
}
.ftCopyrightBlock{
	border-top:1px solid rgba(255,255,255,.1);
	padding-top:20px;
	margin-top:15px;
	display:block;
	text-align:center;
	color: rgba(255,255,255,.25);
	font-size:11px;
}
.licenseLogoBlock{
	margin-top:20px;
}

@media only screen and (max-width: 1000px){
	.ft_part{
		padding:0px 0 0px;
	}
	.gameblingResponsibility{
		border-radius:0px;
		margin-bottom:20px;
		display: block;
		text-align: center;
		margin-top:5px;
		border-radius:10px;
	}
	.gameblingResponsibility .responsibilityInfo{
		font-size:.85rem;
	}
	.ftBlocksBottom{
		display:block;
		text-align:center;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.ftBlocksBottom .quickLinksBlock{
		margin-bottom:30px;
	}
	.ftBlocksBottom .quickLinksBlock h4{
		font-size:1.2rem;
	}
	.siteSettingsOptions{
		display: flex;
		align-items: center;
		justify-content: center;
		margin:0px 15px;
	}
	.siteSettingsOptions form{
		width:70%;
	}
	.licenseLogoBlock{
		justify-content:center;
	}
	.ftLogoBtnPanel .ftLogoBlock, .ftLogoBlock{
		margin-bottom:10px;
	}
	.gameblingResponsibility .eighteenPlusBlock{
		margin: 0 auto;
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* margin-right: 0px; */
		border-radius: 60px;
		margin-bottom: 15px;
	}
	.bottonContactUs_section .bottonContactUs .highLightText{
		font-size:2.5rem;
	}
}
/* END FOOTER STYLE */







.Company_Introduction_section{
	padding-top:60px;
	padding-bottom:50px;
}
.Center_position{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContentLabel{
    color: #3b7eff;
    background: #eef3f9;
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.AboutInfo_Content{
	position:relative;
}
.AboutInfo_Content h2{
    position:relative;
    font-size:36px;
    color: #000000;
    line-height:38px;
    font-weight: 700;
	margin-bottom:30px;
}
/*
.AboutInfo_Content h2:after{
	position: absolute;
    width:35px;
    height:4px;
    bottom:-15px;
    left: 0;
    content: "";
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3B7EFF;
}
*/
.textBlock{}
.textBlock p{}
.textBlock p strong{
	display:block;
	margin-bottom:12px;
}

.Pixa_Services_Block{
    position: relative;
    margin-bottom: 30px;
}
.Pixa_Services_Block .Services_Block{
    position: relative;
    border-radius: 10px;
    padding: 40px 50px 40px 30px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.Pixa_Services_Block .Services_Block .icon{
    position: relative;
    display: block;
    height:58px;
    width:58px;
    border-radius:6px;
    margin-bottom:25px;
}
.Pixa_Services_Block .Services_Block .icon img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.Pixa_Services_Block .Services_Block h3{
	font-size:21px;
	padding-bottom:8px;
}
.Pixa_Services_Block .Services_Block p{} 


/* STYLES */
.services_section{}
.servics_containe_panel{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.servics_containe_panel .service-block{
	position: relative;
    margin-bottom: 30px;
	/* width: 340px;
    max-width: 340px; */
    flex-grow:1;
	margin-right:30px;
}
.servics_containe_panel .service-block:last-child{
	margin-right:0;
}
.service-block .inner-box{
    position: relative;
    border-radius: 10px;
    padding: 40px 30px 40px 30px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.service-block .inner-box::before {
    content: '';
    top: 100%;
    height: 0;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .inner-box .hover_layer {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 80%;
    opacity: 0;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}	
.service-block .inner-box:hover .hover_layer {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.17s ease-out 0.18s;
    transition: all 0.17s ease-out 0.18s;
}
.service-block .icon {
    position: relative;
    display: flex;
	align-items:center;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    margin-bottom:10px;
}
.service-block .icon img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}
.service-block .icon i{
	font-size:60px;
	color:#FF0000;
}
.service-block h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
	margin-top:20px;
}
.service-block .text {
    position: relative;
    font-size: 15px;
    line-height: 21px;
    color: rgba(0,0,0,0.75);
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block .inner-box:hover .text, .service-block .inner-box:hover h3 {
    color: #ffffff;
}
.Company_Introduction_section .Pixa_Services_Block .service-block .inner-box a{
    display: none;
}
.Company_Introduction_section .Pixa_Services_Block .service-block .inner-box:hover a{
    color: rgba(255,255,255,.7);
    position: relative;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    background: rgba(0,0,0,.25);
    padding: 6px 10px 8px;
    line-height: 1;
    border-radius: 30px;
    border:1px solid rgba(255,255,255,.4);
}
.margin_top50px {
    margin-top: 50px;
}
.service-block .icon svg, .service-block .icon svg path{
	color:#FF0000;
	fill:#FF0000;
}
.service-block .inner-box:hover .icon svg, .service-block .inner-box:hover .icon svg path{
	color:#FFF;
	fill:#FFF;
}
.sportsBook_features_block.highlitedFeatuers{
	display:flex;
	flex-wrap:wrap;
	max-width:400px;
}
.sportsBook_features_block.highlitedFeatuers .sportsBook_features{
	width:198px;
	height:198px;
	margin:1px;
	background:rgba(0,0,0,.7);
	padding:15px;
}
.sportsBook_features_block.highlitedFeatuers .sportsBook_features .spFEv_counting{
	font-size:16px;
	line-height:1.1;
}
.sportsBook_features_block.highlitedFeatuers .sportsBook_features .spFEv_caption{
	text-transform:inherit;
	font-size:11px;
	line-height:1.2;
	color:rgba(255,255,255,.7);
}


.topPromotion_section{
	background:#FFFFFF;
	padding:20px;
	margin-top:-100px;
	position: relative;
	z-index:9;
	border-radius:10px;
	box-shadow:1px 2px 10px rgba(0,0,0,.2);
}
.topPromotion_section .row{
    margin-right: -10px;
    margin-left: -10px;
}
.topPromotion_section .row .col-lg-4{
	padding-left:10px;
	padding-right:10px;
}
.sectionContainer .pomoText_block{
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0; 
    padding: 50px 20px;
    background-position: 50% 50%;	
    position: relative;
	
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	width:100%;
	border-radius:6px;
	overflow:hidden;
}
.sectionContainer .pomoText_block::after{
	background-color: rgba(0,0,0,.5);
	content:'';
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:2;
}
.sectionContainer .pomoText_block h2{
	color: #FFF;
    font-weight:700;
    font-size: 30px;
	text-align:center;
	margin:0px;
	position:relative;
	z-index:3;
	padding:0px 30px;
	text-transform:uppercase;
}
.sectionContainer .pomoText_block.promoBannerOne{
	background-image: url('../images/promo_banner/promo_banner15.webp');
}
.sectionContainer .pomoText_block.promoBannerTwo{
	background-image: url('../images/promo_banner/affiliate_program_img.jpg');
}
.sectionContainer .pomoText_block.promoBannerThree{
	background-image: url('../images/promo_banner/promo_banner14.webp');
}
.sectionContainer .pomoText_block.whitelabelImgBlock{
	background-image: url('../images/promo_banner/slider4.jpg');
}
.sectionContainer .pomoText_block.turnkeylabelImgBlock{
	background-image: url('../images/promo_banner/turnkey_sportsbook.webp');
}
.sectionContainer .pomoText_block.exchangelabelImgBlock{
	background-image: url('../images/promo_banner/exchange_sportsbook.webp');
}
.twoCOl_welcomeDesc{
	background:rgba(0,0,0,.05);
}
.twoCOl_welcomeDesc .topPromotion_section .col-12{
	margin:10px 0px;
}
.featuresRightCol{
	margin-top:50px;
}
.pageDescText_block{
	padding:40px;
	border-radius:10px;
	text-align:left;
}
.pageDescText_block h2{
	margin-bottom:10px;
}
.topPromotion_section .sectionContainer{
	position:relative;
}
.topPromotion_section .sectionContainer a::after{
	content:'\f10a';
	font-family: "flaticon";
	position:absolute;
	bottom:20px;
	right:30px;
	width:30px;
	height:30px;
	border-radius:50px;
	border:2px solid rgba(255,255,255,.3);
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	color:rgba(255,255,255,.3);
	font-size:12px;
	font-weight:400;
	z-index:999;
	transition:.3s;
}
.topPromotion_section .sectionContainer .col-lg-4:hover a::after{
	border:2px solid rgba(255,255,255,1);
	color:rgba(255,255,255,1);
}
.sectionContainer a:hover .pomoText_block::after{background-color: rgba(0,0,0,.75);}
.sectionContainer a:hover .pomoText_block h2{color:#FF0000;}

@media only screen and (max-width: 1000px){
.innerPage_HaederInfo_section.sportsbookSoftware_banner{padding-bottom: 50px;}
.topPromotion_section{
	padding:10px;
	margin-top:-10px;
}
.sectionContainer .pomoText_block{
	margin-bottom:0px;
	height:auto;
	padding: 30px 20px;
	min-height:80px;
}
.twoCOl_welcomeDesc .topPromotion_section .col-12, .twoCOl_welcomeDesc .topPromotion_section .col-lg-4{
    margin: 5px 0px;
}
.twoCOl_welcomeDesc .topPromotion_section .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}
.sectionContainer .pomoText_block h2{
	font-size:24px;
}
.sectionContainer .col-lg-4:last-child .pomoText_block{
	margin-bottom:0px;
}
.Company_Introduction_section{
	padding-top: 30px;
	padding-bottom:5px;
}
.section_title_block h2{
	font-size:2.4rem;
}
.AboutInfo_Content{
	margin-bottom:20px;
}
.servics_containe_panel .service-block{
	margin-bottom:0px;
}
.Pixa_Services_Block.featuresRightCol{
	margin-top:0px;
}
.servics_containe_panel .Pixa_Services_Block{
	margin-bottom:15px;
}
.section_featuredInfo_panel .featuresBox_container{
	padding:20px 0px 10px;
}
.featuresBox_container .col-6:nth-child(odd){
	padding-right:8px;
}
.featuresBox_container .col-6:nth-child(even){
	padding-left:8px;
}
.featured_infoBox_HoverUp{
    padding: 15px;
}
.featured_infoBox_HoverUp .feature_icon.img_icon{
	width:48px;
}
.featured_infoBox_HoverUp .feature_icon.img_icon span{
	display:inline-block;
}
.sectionTitle_line{
	padding:0px 0%;
	margin-bottom:10px;
}
.sectionTitle_line h2{
	font-size:2.4rem;
	margin-bottom:15px;
}
.section_featuredInfo_panel .featuresBox_container .col-lg-3{
	margin:8px 0px;
}
.newsEvents_container{
	padding:20px 0px 15px;
}
.featured_infoBox_HoverUp h3, .featured_infoBox h3{
	font-size:1.2rem;
}
.featured_infoBox_HoverUp, .featured_infoBox, .featured_infoBox_HoverUp p, .featured_infoBox p{
	text-align:center;
	font-size:.85rem;
}
.servics_containe_panel .row{}
.servics_containe_panel .row .col-6:first-child{
	padding-right:8px;
}
.servics_containe_panel .row .col-6:last-child{
	padding-left:8px;
}
.servics_containe_panel .Pixa_Services_Block{}
.servics_containe_panel .Pixa_Services_Block .service-block .inner-box{
	padding:20px 18px 20px 18px;
}
.servics_containe_panel .Pixa_Services_Block .service-block .inner-box .icon{
    height: 36px;
    width: 36px;
	margin-bottom:10px;
    display: flex;
    align-items: flex-end;
}
.servics_containe_panel .Pixa_Services_Block .service-block h3{
	font-size:20px;	
    margin-bottom: 5px;
    margin-top: 0px;
}
.servics_containe_panel .Pixa_Services_Block .service-block .text{
	font-size: 12px;
	line-height: 1.5;
}
.servics_containe_panel .Pixa_Services_Block.featuresRightCol{
	margin-top:40px;
}
.contentPage_RightCol{
    margin-top:30px;
}
.sectionFeatures_lists li{
    width:50%;
}
.integrationSolution_block{
    padding-right:0px;
}
.topPromotion_section .row .col-lg-4{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
}


.sectionFeatures_lists{
	padding:0px;
	margin:0px;
    display: flex;
    flex-wrap: wrap;
}
.sectionFeatures_lists li{
	background: rgb(182,0,0);
	background: linear-gradient(90deg, rgba(182,0,0,1) 0%, rgba(255,0,0,1) 70%);
	padding:8px 25px;
	list-style:none;
	margin-bottom:3px;
	margin-right:3px;
	border-radius:8px;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	
	min-height: 100%;
    max-width: 200px;
	width:100%;
    background: rgb(20, 20, 20);
    background: linear-gradient(90deg, rgb(100, 0, 0) 16%, rgb(210, 0, 0) 90%);
}
.contactSocialMediaIcons.sportsBook_features_block .sportsBook_features{
	margin-right:15px;
}
.contactSocialMediaIcons .spF_icon, .contactSocialMediaIcons .spF_icon a{
	width: 36px;
    min-width: 36px;
    max-width: 36px;
	display:inline-block;
}
.contactSocialMediaIcons .spF_icon svg{
	width: 36px;
    min-width: 36px;
    max-width: 36px;
}
.contactSocialMediaIcons .spF_icon svg, .contactSocialMediaIcons .spF_icon svg path{
	color:#ffffff;
	fill:#ffffff;
	opacity:.6;
}
.contactSocialMediaIcons .spF_icon a:hover svg, .contactSocialMediaIcons .spF_icon a:hover svg path{
	color:#ffffff;
	fill:#ffffff;
	opacity:1;
}


.sportsGame_cardWrap{
	grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: grid;
    grid-gap: 0px;
    gap: 0px;
    position: relative;
	margin-bottom:0px;
}
.siteSportsItem_block{
	display:block;
	position:relative;
	overflow:hidden;
	border-radius:0px;
	border:0 none;
	outline:0;
	box-shadow:none;
	background:rgba(255,255,255,.1);
	padding:0px;
	
}
.siteSportsItem_block .siteSportsItem_img{
	display:block;
	position:relative;
	height:440px;
	min-height:440px;
	max-height:440px;
}
.siteSportsItem_block .siteSportsItem_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.siteSportsItem_block .siteSportsItem_title{
	display:block;
	padding:7px 15px;
	text-align:center;
	font-size:1rem;
	font-weight:700;
	color:#f4be01;
	background:#032553;
	display:none;
}/*
.partnerSection .partnerOdds_block{
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0;
    padding: 50px 20px;
    background-position: 50% 50%;	
    position: relative;
	
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	width:100%;
	border-radius:0px;
	overflow:hidden;
	background-image: url('../images/partner_bg.jpg');
}
*/

.partnerOdds_block_section, .partnerAffiliate_block_section{
	display:block;
	position:relative;
	background:url('../images/partner_bg.jpg') no-repeat top right fixed;
	background-size:cover;
	position:relative;
	overflow:hidden;
	padding:100px 0px;
}
.partnerAffiliate_block_section{
	background: #ffeded;
	background: linear-gradient(126deg, rgba(255, 237, 237, 1) 0%, rgba(255, 194, 194, 1) 99%);
}
.partnerOdds_block_section h2, .pantherPageFeatures_block h2, .partnerAffiliate_block_section h2{
	font-size:4rem;
	font-weight:900;
	line-height:1;
	color:#FFFFFF;
	text-transform:capitalize;
	line-height:.9;
	margin-bottom:15px;
}
.partnerAffiliate_block_section h2{
	color:#D40000;
}
.partnerOdds_block_section p, .pantherPageFeatures_block p, .partnerOdds_block_section ul li, .partnerAffiliate_block_section ul li, .partnerAffiliate_block_section p{
	font-size:17px;
	font-weight:500;
	color:rgba(255,255,255,.7);
}
.partnerAffiliate_block_section p{
	color:rgba(0,0,0,.7);
}
.partnerOdds_block_section ul, .partnerAffiliate_block_section ul{
	margin-top:20px;
}
ul.highlightLists{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
	max-width:90%;
}
ul.highlightLists li{
	background:#FF0000;
	color:#FFFFFF;
	padding:15px 20px 15px 30px;
	border-radius:10px;
	font-size:15px;
	margin-top:0px;
	margin-left:0px;
	max-width:300px;
	
background: #ff0d0d;
background: linear-gradient(270deg, rgba(255, 13, 13, 1) 0%, rgba(56, 0, 0, 1) 99%);

background: #ffb8b8;
background: linear-gradient(90deg, rgba(255, 184, 184, 1) 0%, rgba(250, 15, 15, 1) 100%);

background: #1f1f1f;
background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(250, 15, 15, 1) 100%);
}   
.partnerOdds_block_section .container, .partnerAffiliate_block_section .container{
	z-index:9;
}
.partnerOdds_block_section .oddsPartner_logo, .partnerOdds_block_section .partnerSide_imgBlock, .partnerAffiliate_block_section .partnerSide_imgBlock{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:450px;
	margin-left:auto;
	height:100%;
}
.partnerOdds_block_section .partnerSide_imgBlock, .partnerAffiliate_block_section .partnerSide_imgBlock{
	max-width:100%;
}
.partnerOdds_block_section .oddsPartner_logo img, .partnerOdds_block_section .partnerSide_imgBlock img, .partnerAffiliate_block_section .partnerSide_imgBlock img{
	display:inline-block;
	max-width:100%;
}
.loginPage_logo_block{
	display:block;
	max-width:260px;
	margin-bottom:50px;
}
.loginPage_logo_block img{
	display:inline-block;
	max-width:100%;
}
.section_portalForm_panel .sectionTitle_line{
	margin-bottom:30px;
}
.section_portalForm_panel .sectionTitle_line h2{
	margin-bottom:10px;
}
.section_contactForm_panel .contactForm_container h3{
    color:#FF0000;
    margin-bottom:30px;
    font-size:2.8rem;
}

.horizonBox_contentInfo{}
.horizonBox_contentInfo .featured_item_left{
	display:flex;
	align-items:flex-start;
}
.horizonBox_contentInfo .featured_infoBox_HoverUp{
	margin-bottom:10px;
	padding:20px 30px 10px;
}
.horizonBox_contentInfo .featured_infoBox_HoverUp .feature_icon{
	margin-right:15px;
}
.horizonBox_contentInfo .featured_infoBox_HoverUp .feature_content{}
.horizonBox_contentInfo .featured_infoBox_HoverUp .feature_icon.img_icon span{
    width: 50pxx;
    min-width: 50px;
}

@media only screen and (max-width: 1000px){
.loginPage_logo_block{
	max-width:220px;
	margin-bottom:40px;
}
.contactSocialMediaIcons.sportsBook_features_block{
    justify-content:flex-start;
    flex-wrap: nowrap;
}
.contactSocialMediaIcons.sportsBook_features_block .sportsBook_features{
    margin-top:0px;
    margin-left:0px;
    min-width:auto;
}
.section_contactForm_panel .contactForm_container {
    padding: 40px 0px 50px;
}
.section_contactForm_panel .contactForm_container h3{
    margin-bottom:20px;
    font-size:2.2rem;
}


.section_benefitsInfo_panel .benefitsInfo_container {
  padding: 15px 0px;
}
.section_benefitsInfo_panel .sectionTitle_line{
    padding-top: 20px;
}
.pantherServices_benefits.benefitsGridBlocks{
    gap:10px
}
.sectionFeatures_lists li{
	min-height: 100%;
    max-width: 160px;
    padding: 8px 15px;
    font-size: 13px;
}
}


.pantherPageFeatures_block{
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 15px rgba(0,0,0,.15);
	padding:60px;
	border-radius:40px;
}
.pantherPageFeatures_block h2{
    color: #FF0000;
}
.pantherPageFeatures_block p{
	font-size:16px;
	color:rgba(0,0,0,.6);
}
.ourPartnerProvider_logoSection.gameProvider_section{
	padding:100px 0px;
	background:#f7f7f7;
	background: #f8ebff;
	background: linear-gradient(118deg, rgba(248, 235, 255, 1) 55%, rgba(196, 139, 252, 1) 100%);
}
.ourPartnerProvider_logoSection.gameProvider_section h2{
	font-size:3rem;
}
.ourPartnerProvider_logoSection.gameProvider_section h2 span{
	color:#FF0000;
}
.ourPartnerProvider_logoSection.gameProvider_section .partnerLogo_scrolling.providerLogos{
	margin-top:40px;
}
.ourPartnerProvider_logoSection.gameProvider_section .button_div{
	margin-top:30px;
}
.ourPartnerProvider_logoSection.gameProvider_section .button_div button.btn{
	width:auto;
}

/* DEMO PAGE STYLES */
.demoDesign_thumbBtn{
	display:inline-block;
}
.featured_infoBox_HoverUp.demoDesign_box{
	padding:0px;
	overflow:hidden;
	position:relative;
	border-radius:0px;
}
.featured_infoBox_HoverUp.demoDesign_box .feature_content{
	padding:18px 20px;
}
.featured_infoBox_HoverUp.demoDesign_box .feature_content h3{
	margin:0px;
	padding:0px;
}
.featured_infoBox_HoverUp.demoDesign_box .feature_content p{
	margin-bottom:0px;
}
.demoDesign_box{}
.demoDesign_box img{
	display:inline-block;
	max-width:100%;
}


