body {
	color: #555 !important;
	font-family: 'arial' !important;
	line-height: 22px !important;
	background-color: #fff !important;
}
img {
	max-width:100%;
	height:auto
}
.fix {overflow:hidden}
p {
	margin:0px;
	color: #555;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin-bottom: 10px;
	margin-top: 0px;
    font-weight: 400;
}
input:focus,select:focus{
	/* outline:none; */
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
	transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	text-decoration:none;
	color:#333;
	font-size:13px;
}
a:hover{
	color:#296dc1;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration:none;
}
button:focus{
	outline:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.bg-1{background:#fafafa}
.bg-2{background:#296dc1;}
.bg-fff{background:#fff}
/* -- Show More Start --*/
.showMore {
	text-align: center;
	margin-top: 15px;
}
.showMore a {
	text-decoration: none;
	font-size: 12px;
	position: relative;
	border: 1px solid #296dc1;
	background-color: transparent;
	color: #296dc1;
	padding: 5px 15px;
	font-weight: 600;
	border-radius: 4px;
}
.showMore a:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 18px;
	font-weight: 900;
	border: 1px solid #ef512c;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background-color: #fff;
	color: #ef512c;
	border-radius: 50%;
	font-size: 12px;
	line-height: 10px;
	transform: rotate(90deg);
	text-align: center;
	padding: 2px 4px;
}
.showMore a:hover {
	border: 1px solid #296dc1;
	padding: 5px 15px;
	background-color: #296dc1;
	color: #fff;
}
.showMore a:hover:after {
	background-color: #ef512c;
	color: #fff;
}
.showMore.showMoreBtn a,
.showMore.showMoreBtn a:hover {
	text-decoration: none;
	font-size: 12px;
	position: relative;
	border: 1px solid #ef512c;
	padding: 5px 15px;
	background-color: transparent;
	color: #ef512c;
	font-weight: 600;
	border-radius: 4px;
}
.showMore.showMoreBtn a:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 18px;
	font-weight: 900;
	border: 1px solid #296dc1;
	right: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background-color: #fff;
	color: #296dc1;
	border-radius: 50%;
	font-size: 12px;
	line-height: 10px;
	transform: rotate(90deg);
	text-align: center;
	padding: 2px 4px;
}
.showMore.showMoreBtn a:hover {
	border: 1px solid #ef512c;
	padding: 5px 15px;
	background-color: #ef512c;
	color: #fff;
}
.showMore.showMoreBtn a:hover:after {
	background-color: #296dc1;
	color: #fff;
}
.showMore a i {
	margin-left: 5px;
}
/* -- Show More End --*/
/*---------------------------- 2. header-area start --------------------------*/
.header-area {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.4);
}
.header-area,
.fP,
.disclaimerText,
.applyTrack span:after,
.applyTrack span.yl.active:after {
	/* background: #313d45; */
	/* background: #353535; */
	/* background: #2c2ff7; */
	background: #2b329b;
}
.logoSection {
	display: flex;
	align-items: center;
}
.logoSection a {
	z-index: 1;
	width: 105px;
	margin: 0 auto;
}
.logoSection a {
	width: auto;
	padding: 10px 0;
}
.logoSection a img {
	height: 75px;
}
.headerScrollSticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #000;
	box-shadow: 0 0 5px #797879;
}
/*---------------------------- 2. header-area end --------------------------*/
.mainmenu {
	margin: 0 auto;
}
.mainmenu > ul {
	display:flex;
	justify-content: flex-end;
}
.mainmenu ul li {
	position: relative;
	padding: 38px 0;
}
.mainmenu ul li:first-child{margin-left:0px;}
.mainmenu ul li:last-child{margin-right:0px;}
.mainmenu ul li > a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 15px;
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	/* border-right: 2px solid #fd0000; */
	line-height: 18px;
}
.mainmenu ul li:last-child > a {
	border-right: 0;
}
.mainmenu ul li.active > a,.mainmenu ul li:hover > a{
	background: transparent;
	color: #fff;
}
.mainmenu ul li.active > a:before,.mainmenu ul li.active > a:after,.mainmenu ul li:hover > a:before,.mainmenu ul li:hover > a:after{
	width:45%;
}
.mainmenu ul li a i{
	margin-left:2px;
}
.mainmenu ul li > ul.submenu{
	position: absolute;
	left: 0;
	background-color: #ffdf34;
	box-shadow: 0px 2px 3px rgba(0,0,0,.15);
	width: 195px;
	padding-left: 0;
	opacity: 0;
	visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	z-index: 999;
	text-align: left;
	margin-top: 38px;
}
.mainmenu ul li:hover > ul.submenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.submenu.right{
	left:auto;
	right:0;
}
.mainmenu ul li > ul.submenu li{
	display:block;
	padding:0px 0px;
	margin:0px;
}
.mainmenu ul li > ul.submenu li > a{
	text-transform: capitalize;
	padding: 7px 15px;
	font-size: 13px;
	line-height: 22px;
	border-right: 0;
	color: #313d45;
}
.mainmenu ul li > ul.submenu li:hover > a{
	text-decoration: underline;
}
.mainmenu ul li > ul.submenu li.active > a{
    color: #fff;
	background: #296dc1;
}
.mainmenu ul li > ul.submenu li.active > a::before,.mainmenu ul li > ul.submenu li.active > a::after,.mainmenu ul li > ul.submenu li:hover > a:before,.mainmenu ul li > ul.submenu li:hover > a::after{
    display: none;
}
.mainmenu ul li > ul.submenu li > ul {
    left: 100%;
	top:0px;
}
.mainmenu ul li > ul.megamenu{
	position:absolute;
	right:0;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	width:594px;
	box-shadow:0px 2px 3px rgba(0,0,0,.15);
	padding:10px ;
	background:#fff;
	border-top:2px solid #296dc1;
	text-align:left;
}
.mainmenu ul li:hover > ul.megamenu{
	opacity:1;
	visibility:visible;
}
.mainmenu ul li > ul.megamenu li{
	width:33.33%;
	float:left;
	display:block;
	margin:0px;
	padding:0px 15px;
}
.mainmenu ul li > ul.megamenu li a{
	text-transform:capitalize;
	padding:3px 0px;
	font-size:13px;
}
.mainmenu ul li > ul.megamenu li a.mega-title {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}
.mainmenu ul li > ul.megamenu li a.mega-title::before,.mainmenu ul li > ul.megamenu li a.mega-title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background:#296dc1;
    content: "";
}
.mainmenu ul li > ul.megamenu li a.mega-title::after{
    left: 10px;
    bottom: 2px;
}
.mainmenu ul li > ul.megamenu li:hover a.mega-title{
	background:transparent;
}
.mainmenu ul li > ul.megamenu li > ul li:hover a{
	color:#296dc1;
	background:transparent;
	padding-left:5px;
}
.mainmenu ul li > ul.megamenu > li.megatitle a{
	margin-bottom:5px;
	border-bottom:1px solid #f1f1f1;
	text-transform:uppercase;
}
.mainmenu ul li > ul.megamenu li > ul li{
	width:100%;
    padding:0px;
}
.mainmenu ul li > ul.megamenu li > ul li.active a{
	color:#296dc1;
	background:transparent;
}
.search-wrap ul li{
	width:100%;
	height:70px;
	background:#296dc1;
	position:relative;
	line-height:70px;
	transform:skew(15deg);
	overflow:hidden;
	position:relative;
	text-align:center;
	right:9px;
}
.search-wrap ul li a{
	color:#fff;
	display:block;
	transform:skew(-15deg);
	font-size:16px;
}
/*---------------------------- header-area end --------------------------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
	position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
        padding: 28px 21px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 70px;
    width: 100px;
    background: #296dc1;
    transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
}
.slicknav_menu .slicknav_icon {
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	margin: 2px 18px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
	display: none;
}
.responsive-menu-wrap .slicknav_menu {
	background: transparent none repeat scroll 0 0;
	font-size: 15px;
	padding: 0;
	position: absolute;
	right: 9px;
	top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #296dc1 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 0;
    width: 720px;
    z-index: 99;
    right: -8px;
    z-index: 9999999;
    position: relative;
}
.slicknav_nav a {
	color: #f1f1f1;
	text-decoration: none;
	text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
	background: transparent none repeat scroll 0 0;
	border-radius: 0;
	text-shadow:0px 3px 5px rgba(0,0,0,.5);
	color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
	background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
	font-size: 10px;
	margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*-- responsiv-area end --*/
/*-- slider-area start --*/
.container.slider_area {
	max-width: 100%;
	padding: 0;	
}
.container.slider_area .carousel {
	height: 585px;
}
.container.slider_area .carousel .carousel-item img {
	min-height: 525px;
}
/*-- slider-area end --*/
/*-- Header Start --*/
.header-top {
    padding: 0;
    border-bottom: 1px solid #313d45;
	background: #fff;
}
.header-top-left div {
	display: flex;
	justify-content: end;
	padding: 10px 0;
}
.header-top-left div h6 {
	margin: 0 25px 0 0;
	font-size: 15px;
}
.header-top-left a,
.header-top-left a:hover {
    color: #313d45;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.header-top-left a i {
    color: #757575;
	margin-right: 5px;
}
.header-top-right ul li {
    display: inline-block;
    margin-left: 0;
	margin-right: 5px;
}
.header-top-right ul li:last-child {
	margin-right: 0;
}
.header-top-right ul li a {
    color: #fff;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}
.header-top-right ul li a:hover {
    color: #ef512c;
}
.menuPart {
	position: relative;
	display: flex;
	/* padding: 10px 0; */
}
.search {
    position: relative;
	display: flex;
	align-items: center;
}
.search a {
	background-color: #ffdf34;
	color: #000;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 25px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.search a i {
	color: #8a8a8a;
}
.search a:hover {
	color: #000;
}
.search a:hover i {
	position: relative;
	right: 2px;
}
.search .fa-search {
    position: absolute;
    top: 14px;
    left: 16px
}
.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}
.dropIcon {
	display: flex;
	align-items: center;
}
.dropIcon a,
.dropIcon a:hover {
	margin-right: 15px;
	font-size: 18px;
	color: #fff;
}
.header-top-right {
	width: 195px !important;
	min-width: 195px !important;
	max-width: 195px !important;
}
.header-bottom .mainmenu > ul {
    justify-content: flex-start;
	margin: 0;
	padding: 0;
	height: 100%;
	align-items: center;
}
.header-middle {
    padding: 10px 0px;
    position: relative;
    z-index: 9;
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}
.header-middle::before{
    content: "";
    background-color: #fff;
    width: 40%;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
}
.header-middle-right {
    margin: 12px 0;
}
.header-middle-right ul{
    display: flex;
    justify-content: flex-end;
}
.header-middle-right ul li{
    margin-left: 30px;
    display: flex;
}
.header-middle-right ul li:first-child{
    margin-left: 0px;
}
.header-middle-right ul li .contact-icon i{
    font-size: 40px;
    margin-right: 15px;
    line-height: 40px;
    color: #fff;
}
.header-middle-right ul li .contact-info p{
    color: #fff;
    line-height: 20px;
	margin-bottom: 0;
}
.header-middle-right ul li .contact-info span{
    font-size: 12px;
    font-style: italic;
    color: #d2d2d2;
}
.header_social_icon {
	font-size: 0;
}
.header_social_icon ul {
	margin-bottom: 0;
	text-align: right;
	padding: 0;
}
.logo_desktop_hide,
.menu_desktop_hide {
	display: none;
}
/*-- Header End --*/
/*-- Form Part Start --*/
.fP {
	padding: 15px 0;
}
.fP > .row {
	margin: 0;
}
.nMode {
	border-bottom: 2px solid #ffdf34;
	background-color: rgba(255, 255, 255, 0.1);
}
.nMode .input-group-addon {	
	font-size: 25px;
	color: #ffdf34;
	padding: 10px 15px;
}
.nMode input,
.nMode input:focus,
.nMode textarea,
.nMode textarea:focus {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;	
	min-height: 45px;
}
select.sMode,
select.sMode:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../../assets/images/dropdown.png") white no-repeat calc(100% - 10px);
	background-color: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 10px 15px;
	box-shadow: none;
	border-bottom: 2px solid #ffdf34;
}
select.sMode option {
	color: #000;
}
.cBox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 35px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cBox a,
.cBox a:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}
.cBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 1px solid #ffdf34;
}
.cBox:hover input ~ .checkmark {
	background-color: transparent;
}
.cBox input:checked ~ .checkmark {
	background-color: transparent;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.cBox input:checked ~ .checkmark:after {
	display: block;
}
.cBox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 7px;
	height: 13px;
	border: solid #ffdf34;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fS .form-group {
	margin-bottom: 25px;
}
.fS h5 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}
.fS p {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 35px;
}
.fS .form-group label {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.fS .form-group label sup {
	color: #ffdf34;
	font-weight: 800;
	font-size: 16px;
	top: -5px;
}
.rUl {
	padding-left: 0;
	margin-bottom: 0;
}
.rUl li {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}
.rUl li i {
	color: #ffdf34;
	margin-right: 10px;
	font-size: 16px;
}
.mbl {
	padding: 25px 0;
	text-align: center;
}
.mbl h5 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
.mbl h6 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mbl p {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
}
.dChoice {
	text-align: right;
}
.dChoice h6 {
	font-size: 15px;
	margin-bottom: 15px;
}
.dChoice h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.dChoice p {
	font-size: 13px;
	margin-bottom: 0;
}
.dChoice a {
	font-size: 12px;
	text-decoration: none;
}
.dChoice div {
	padding-right: 25px;
	border-right: 1px solid #ccc;
}
.brRight h5 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	margin: 25px 0;
}
.brRight p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.bCall a,
.rP p.addContact a,
.ourT p.aboutRead a,
.oBlogright p a:first-child {
	text-decoration: none;
	font-size: 16px;
}
.bCall a:first-child,
.rP p.addContact a,
.ourT p.aboutRead a,
.oBlogright p a:first-child {
	border: 1px solid #397ae2;
	border-radius: 30px;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
	color: #397ae2;
	font-size: 16px;
	margin-right: 20px;
	transition: color 300ms ease, background 300ms ease;
}
.bCall a:first-child:hover,
.rP p.addContact a:hover,
.ourT p.aboutRead a:hover,
.oBlogright p a:first-child:hover {
	background-color: #397ae2;
	color: #fff;
}
.iTeam {
	background: #ffdf34;
	padding: 55px 0;
	text-align: center;
}
.iTeam h6 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
.iTeam p {
	font-size: 16px;
	margin-bottom: 10px;
}
.iTeam p:last-child {
	margin-top: 25px;
}
.iTeam p a {
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin-right: 20px;
	transition: color 300ms ease, background 300ms ease;
}
.iTeam p a:hover {
	color: #ffdf34;
	background-color: #000;
}
.oBlog {
	padding: 55px 0;
}
.oBlog h6.oB {
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}
.oBlog p.oN {
	text-align: center;
	margin-bottom: 25px;
}
.oBlogright h6 a,
.oBlogright h6 a:hover {
	font-size: 22px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
	font-weight: 600;
}
.oBlogDate {
	color: #397ae2
}
.oBlogright p {
	font-size: 16px;
	line-height: 25px;
}
.oBlogright p a:last-child {
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #397ae2;
	border-radius: 30px;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
	background-color: #397ae2;
	color: #fff;
	font-size: 16px;
	margin-right: 0;
	transition: color 300ms ease, background 300ms ease;
}
.aboutImg img {
	height: 275px;
}
.addContact {
	margin: 25px 0 25px 35px;
}
.fS .dMore a {
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #ffdf34;
	border-radius: 30px;
	padding: 0 30px;
	line-height: 50px;
	display: inline-block;
	color: #ffdf34;
	font-size: 16px;
	margin-right: 20px;
	transition: color 300ms ease, background 300ms ease;
}
.fS .dMore a:hover {
	background-color: #ffdf34;
	color: #000;
}
.fP .fScontact {
	padding-right: 95px;
	width: calc(100% - 385px) !important;
}
.oBlog .fSBlog {
	width: calc(100% - 385px) !important;
}
.aboutH {
	text-align: center;
}
.aboutH img {
	height: 255px;
}
.dC {
	padding: 45px 0;
	border-top: 1px solid #c5c5c5;
}
.gS {
	text-align: center;
	padding: 25px 0;
}
.gS .container {
	max-width: 735px;
}
.gS h5 {
	font-size: 20px;
	font-weight: 600;
}
.gS p {
	font-size: 18px;
}
.wC {
	background-color: #f7f7f7;
	padding: 45px 0;
}
.wC .row {
	margin: 0;
}
.wC .imgDiv {
	padding-left: 0;
}
.wC .imgDiv img {
	height: 305px;
	width: 100%;
}
.wCan {
	padding-left: 45px;
}
.wCan h6 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}
.wCan ul {
	padding-left: 0;
}
.wCan ul li {
	font-size: 16px;
	margin-bottom: 15px;
}
.wCan ul li i {
	color: #397ae2;
	font-size: 22px;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.ourT {
	text-align: center;
	padding: 45px 0;
}
.ourT h4 {
	font-size: 35px;
	font-weight: 600;
}
.ourTeam {
	text-align: center;
}
.ourTeam img {
	width: 155px;
	height: 155px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-bottom: 15px;
}
.ourTeam h6 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.ourTeam p {
	font-size: 16px;
	margin-bottom: 5px;
}
.ourTeam p a {
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: none;
}
.oT .ourColumn {
	margin-top: 25px;
}
.nxtBtn {
	margin-top: 25px;
	margin-bottom: 10px;
}
.nxtBtn a,
.nxtBtn a:hover {
	background-color: #ffdf34;
	color: #000;
	padding: 12px 22px;
	text-decoration: none;
	border-radius: 25px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.nxtBtn a:hover i {
	position: relative;
	left: 5px;
}
.backBtn {
	margin-top: 25px;
}
.backBtn a {
	margin-bottom: 10px;
	background-color: transparent;
	color: #ffdf34;
	padding: 12px 22px;
	text-decoration: none;
	border-radius: 25px;
	border: 1px solid #ffdf34;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.backBtn a:hover {
	background-color: #ffdf34;
	color: #000;
}
.rightNext {
	margin-left: auto;
}
.myBtn {
	clear: both;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
/*-- Form Part End --*/
/*-- footer-area start --*/
.lP {
	padding-right: 35px !important;
}
.rP {
	padding-left: 35px !important;
}
.rP p,
.rP p a,
.rP p span,
.rP p small {
	color: #555;
	text-decoration: none;
	font-size: 16px;
}
.rP p.cN,
.rP p.sM {
	margin-left: 35px;
}
.rP p i {
	width: 35px;
	font-size: 22px;
	color: #aeaeae;
	vertical-align: middle;
}
.rP p i.fa-map-marker-alt {
	font-size: 28px;
}
.rP p i.fa-facebook-f,
.rP p i.fa-twitter,
.rP p i.fa-linkedin-in {
	font-size: 25px;
	width: auto;
	margin-right: 15px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.rP p i.fa-facebook-f:hover,
.rP p i.fa-twitter:hover,
.rP p i.fa-linkedin-in:hover {
	color: #6269c6;
}
.rP p span {
	font-size: 14px;
	font-weight: 600;
	color: #393939;
}
.rP p small {
	display: block;
	margin-left: 35px;
}
.rP p.cN span {
	margin-right: 35px;
	font-weight: normal;
	font-size: 16px;
	color: #555;
}
.footer-top {
	padding: 45px 0;
	border-top: 1px solid #c5c5c5;
}
.footer-top .container {
    max-width: 1140px;
}
.footer-logo p {
    margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
}
.quick-contact ul {
	padding-left: 0;
}
.quick-contact ul li {
    line-height: 30px;
    color: #f1f1f1;
    font-style: italic;
}
.quick-contact ul li i{
    margin-right: 5px;
}
.footer-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-widget h2 {
    font-size: 20px;
    color: #f1f1f1;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 600;
}
.footer-widget h2::after {
    left: 5px;
    bottom: -2px;
}
.footer-menu ul li {
    line-height: 30px;
}
.footer-menu ul li a {
    color: #fafafa;
    display: inline-block;
    position: relative;
	font-size: 14px;
	text-decoration: none;
}
.footer-menu ul li a:hover {
    text-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
.fInput {
	margin-top: 10px;
}
.fInput .form-control,
.fInput .form-control:focus {
	border-radius: 4px !important;
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	box-shadow: none;
}
.fInput .input-group-append {
	margin-left: 5px !important;
}
.fInput .input-group-append .btn {
	border: 1px solid #ff0000;
	color: #fff;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.fInput .input-group-append .btn:hover {
	background-color: #ff0000;
}
.instagram-wrap ul {
    overflow: hidden;
}
.instagram-wrap ul li {
    padding:2px;
    width: 33.33%;
    float: left;
}
.instagram-wrap ul li a {
    display: block;
    position: relative;
}
.instagram-wrap ul li a:before{
    position: absolute;
    left: 0
    top:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    content: "";
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.instagram-wrap ul li:hover a:before{
    opacity: .5;
}
.tEbuds {
	font-size: 16px;	
}
.tE .tEbuds {
	text-align: center;
	color: #fff;
}
.service-wrap.tE,
.tE .iText {
	background-color: transparent;
}
.middleBg {
	background-color: #000;
	padding: 15px;
}
.middleBg marquee {
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
}
.middleBg marquee span {	
	color: #000;
	-webkit-text-stroke: 1px #fff;
}
.middleBg h4 {
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin: 25px 0 15px 0;
}
.nL {
	background: #494949;
	padding: 20px 55px;
}
.nL h6 {
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.iText {
	background-color: #ccc;
	padding: 15px;
	margin: -30px -20px 10px -20px;
	position: relative;
}
.iText span {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px 15px 5px 5px;
	background-color: #fff;
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
}
.iText span:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 15%;
	height: 100%;
	background: #fff;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-27deg);
	-ms-transform: skew(-27deg);
	transform: skew(-27deg);
}
.cItem {
	width: 225px;
	float: left;
}
.cInner {
	width: calc(100% - 225px);
	float: left;
}
.cInner h6 {
	font-size: 15px !important;
	font-weight: 600;
	color: #000;
}
.cInner p {
	font-size: 15px;
	color: #000;
}
.carouselInner {
	clear: both;
	overflow: hidden;
	background-color: #ccc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	text-decoration: none;
}
.carouselInner:hover {
	text-decoration: none;
}
.shopNow {
	text-align: center;
}
.shopNow .btn,
.shopNow .btn:hover {
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	border-radius: 25px;
	padding: 3px 25px;
}
.nL .carousel-control-prev {
	left: 0;
	width: auto;
}
.nL .carousel-control-next {
	right: 0;
	width: auto;
}
.cActive {
	clear: both;
	overflow: hidden;
	display: flex;
}
.cActive img {
	width: 525px;
	float: left;
}
.cActive .cOnly {
	width: calc(100% - 525px);
	float: left;
	align-self: center;
	padding: 0 15px;
}
.client_say .carousel-control-prev,
.client_say .carousel-control-next {
	display: none;
}
.client_say .carousel-item {
	text-decoration: none;
}
.cActive .cOnly h5 {
	color: #ff0000;
	font-size: 40px;
	font-weight: 600;
}
.bB h6 {
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin: 25px 0 15px 0;
}
.bbsl img {
	filter: grayscale(100%);
	cursor: pointer;
}
.bbsl img:hover {
	filter: grayscale(0);
}
.bbsl .bsText {
	margin-top: 10px;
}
.bbsl .bsText a {
	font-size: 20px;	
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	min-height: 75px;
	display: inline-block;
}
.cActive .cOnly h6 {
	color: #ff0000;
	font-size: 20px;
}
.cActive .cOnly p.addDesc {
	color: silver;
	font-size: 16px;
}
.cActive .cOnly p.addName {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.cActive .cOnly h5:after {
	content: '';
	display: block;
	border: 1px solid #ff0000;
	margin: 15px 0;
	width: 175px;	
}
.carouselOne {
	width: 1235px !important;
	margin: 0 auto !important;
}
.carouselOne .owl-carousel .owl-item img {
	height: 225px;
	width: 225px;
	margin: 0 auto;
}
.service-content ul {
	padding: 0;
}
.service-content ul li {
	position: relative;
	padding-left: 10px;
	font-size: 13px;
	color: #555;
}
.service-content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ff0000;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-59%);
}
.item,
.item:hover {
	background-color: transparent !important;
	text-decoration: none;
}
.aCartBtn .btn,
.aCartBtn .btn:hover {
	background-color: #000;
	color: #fff;
	border-radius: 25px;
}
.shopCart .aCartBtn .btn {
	border-radius: 5px;
}
.tE .aCartBtn {
	text-align: center;
	margin-top: 10px;
}
.tE .aCartBtn .btn,
.tE .aCartBtn .btn:hover {
	background-color: #fff;
	color: #000;
	border-radius: 25px;
	padding: 2px 15px;
	font-size: 14px;
	font-weight: 600;
}
.mtb15 {
	margin: 55px 0 15px 0;
}
.service-wrap.shopCart {
	margin-top: 25px;
}
.shopItem {
	margin: 25px 0 0 0;
}
.carouselOne .owl-carousel .owl-nav.disabled .owl-prev {
	position: absolute;
	top: 42%;
	left: -45px;
	font-size: 80px;
	color: #ea2127;
}
.carouselOne .owl-carousel .owl-nav.disabled .owl-next {
	position: absolute;
	top: 42%;
	right: -45px;
	font-size: 80px;
	color: #ea2127;
}
.rMOre {
	text-align: center;
	margin-top: 25px;
}
.rMOre a,
.rMOre a:hover {
	border: 1px solid #fd0000;
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.footer-bottom{
    padding: 20px 0px;
    background: #fff;
    color: #313d45;
}
.quick-contact ul li.footer_social_icon {
	line-height: 22px;
	font-size: 0;
	margin-top: 8px;
}
.footer_social_icon a {
	color: #fff;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	padding: 4px;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
}
.footer_social_icon a:hover {
	color: #ef512c;
}
.footer_social_icon a i {
	margin: 0 !important;
}
.disclaimerText {
	padding: 25px 0;
}
.disclaimerText h6 {
	color: #fff;
	font-weight: 600;
}
.disclaimerText p {
	color: #fff;
}
.copyRight {
	padding-top: 20px;
}
.footer-logo {
	text-align: right;
}
.footer-logo .logo a {
	margin-right: 0;
}
.footer-logo .logo a img {
	height: 95px;
}
.footer-logo p.pMT {
	font-size: 55px;
	margin-top: 25px;
}
/*-- footer-area end --*/
.wM,
.fFixed {
	display: none;
}
.inPress h6 {
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin: 25px 0 30px 0;
}
.serContent {
	text-align: center;
}
.serContent img {
	height: 35px;
	width: 35px !important;
	margin: 0 auto;
}
.serContent p {
	font-size: 20px;
	margin-top: 10px;
	color: #fff;
}
.wsImg,
.wstay {
	text-align: center;
}
.wsTag {
	text-decoration: none;
}
.wstay {
	padding: 25px;
	background-color: #eb2128;
	margin-top: -115px;
}
.wstay h5 {
	margin-top: 115px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	min-height: 108px;
}
.wstay p {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.wstay .btn {
	padding: 3px 25px 2px 25px;
	background-color: #fff;
	color: #000;
	border-radius: 25px;
	font-weight: 600;
	font-size: 12px;
}
.whatSay h4 {
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin: 25px 0 15px 0;
}
.small_text {
	background: #2c2c2c;
	padding: 20px 20px;
	margin: 0 -15px;
	text-align: center;
}
.small_text p,
.small_text p a {
	line-height: normal;
	font-size: 12px;
	max-width: 931px;
	margin: 0 auto;
	color: #8f8f8f;
	text-decoration: none;
}
.dIconMob {
	display: none;
}
#navigation .closebtn {
	display: none;
	font-size: 35px;
	text-decoration: none;
	color: #fd0000;
	margin: 10px;
}
.shippingDeals {
	background-color: #1c1c1c;
	color: #fff;
	padding: 15px;
	margin: 10px -15px 0 -15px;
	text-align: center;
}
.shippingDeals i {
	margin-right: 10px;
	color: #ff1400;
	font-size: 30px;
}
.comImg {
	margin: 30px 0;
}
.comImg div {
	width: 20%;
}
.awards {
	text-align: center;
	margin-bottom: 15px;
}
.margin0 {
	margin: 0 !important;
}
.padding0 {
	padding: 0 !important;
}
.fAll {
	margin: 0 -15px;
	padding: 55px 0;
}
.posAbs {
	position: relative;
	display: block;
}
.posAbs span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.posAbs:hover span {
	visibility: visible;
	background-color: rgba(0,0,0,0.8);
}
.posAbs span h6 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}
.posAbs span p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.sidenav {
	height: 100%;
	width: 355px;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: -355px;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 10px;
}
.sidenav a {
	padding: 0;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
	margin: 10px 10px 10px 20px !important;
}
.sidenav a:hover {
	font-size: 25px;
	color: #fff;
}
.sidenav span {
	align-self: center;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.codAvailable {
	background: #ED1C24;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.2px;
	height: auto;
	padding: 5px 4px;
	line-height: 16px;
	text-align: center;
}
.yourCart {
	display: flex;
	background-color: #000;
	color: #fff;
}
.pRow {
	display: flex;
	flex-wrap: wrap;
}
.pRow img {
	width: 115px;
	height: 115px;
	align-self: center;
}
.sliderText {
	width: calc(100% - 135px - 22px);
	margin-left: 10px;
}
.pRow a,
.pRow a:hover {
	font-size: 13px;
	color: #555;
	margin: 0 0 0 10px !important;
	width: 12px;
	align-self: center;
}
.productcat {
	padding: 8px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 10px;
}
.sliderText h6 {
	font-size: 14px;
	font-weight: 800;
	color: #000;
}
.sliderText p b {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	margin-right: 5px;
}
.sliderText p span {
	font-size: 12px;
	font-weight: 600;
	color: #979797;
	margin-right: 5px;
	text-decoration: line-through;
}
.sliderText p small {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #fd0000;
	padding: 2px 5px;
	border-radius: 4px;
	display: inline-block;
}
.number {
	display: flex;
}
.number .minus i,
.number .plus i {
	padding: 6px 6px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 10px;
}
.number input {
	width: 35px;
	border: 0;
	padding: 0;
	margin: 0 5px;
	text-align: center;
}
.number div {
	border: 1px solid #ccc;
	padding: 2px 5px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	color: #555;
	line-height: 17px;
	margin-left: 10px;
	width: 75px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.promoCode {
	border-top: 3px solid #e3e3e3;
	padding-bottom: 10px;
	padding: 15px 15px 0 15px;
}
.promoCode h6 {
	font-size: 16px;
	color: #000;
	font-weight: 800;
	margin-bottom: 15px;
}
.promoCode p input {
	border-width: 0 0 1px 0;
	padding-bottom: 5px;
	font-size: 14px;
	width: calc(100% - 80px);
}
.promoCode p .btn {
	font-size: 13px;
	color: #000;
	border: 2px solid #000;
	border-radius: 25px;
	padding: 3px 15px;
	font-weight: 600;
	margin-left: 5px;
	width: 75px;
}
.subTotal {
	padding: 15px;
}
.tB {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	color: #000;
}
.tB div:first-child {
	float: right;
}
.zestPart {
	padding: 4px;
	background: #7abaff45;
	margin-bottom: 12px;
}
.zestPart a,
.zestPart a:hover {
	width: 100%;
	display: flex;
	font-size: 12px;
	color: #000;
	margin: 0 !important;
}
.zestPart a img {
	width: 68px;
	height: 16px;
	align-self: center;
	margin-left: 5px;
}
.payPart {
	text-align: center;
	font-size: 0;
}
.payPart .btn {
	background-color: transparent;
	color: #Ff0000;
	border: 2px solid #Ff0000;
	border-radius: 25px;
	padding: 8px 25px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
}
.payPart .btn:last-child {
	margin-right: 0;
}
.payPart .btn:first-child {
	background-color: #Ff0000;
	color: #fff;
	border: 2px solid #Ff0000;
}
.payPart .btn:hover {
	background-color: #Ff0000;
	color: #fff;
}
.payPart .btn:first-child:hover {
	background-color: transparent;
	color: #Ff0000;
}
.shopItem {
	margin: 25px 0 0 0;
}
.shopItem h3 {
	font-size: 30px;
	font-weight: 600;
	color: #9c9c9c;
	text-align: center;
	margin-bottom: 15px;
}
.shopItem p {
	font-size: 14px;
	color: #9c9c9c;
}
.payLeft {
	border-right: 1px solid #ccc;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.payImg {
	width: 125px;
	margin-bottom: 25px;
}
.discountPay {
	background: #f1f1f1;
	color: #000;
	padding: 10px 12px;
	margin-bottom: 12px;
	line-height: normal;
	border-radius: 5px;
	font-size: 13px;
	display: inline-block;
	border: 1px dashed #ff0000;
}
.breadcumPay {
	margin: 15px 0;
}
.breadcumPay a,
.breadcumPay a:hover {
	text-decoration: none;
	color: #000;
}
.breadcumPay a:nth-child(3),
.breadcumPay a:nth-child(5) {
	cursor: auto;
}
.breadcumPay a:nth-child(5) {
	opacity: 0.5
}
.breadcumPay i {
	margin: 0 10px;
	font-size: 10px;
}
.alreadyAcc {
	clear: both;
	overflow: hidden;
	color: #000;
	margin-bottom: 25px;
}
.alreadyAcc i {
	font-size: 25px;
	margin-right: 15px;
}
.alreadyAcc a,
.alreadyAcc a:hover {
	float: right;
	font-weight: 400;
	background-color: #f44336;
	border-radius: 25px;
	padding: 8px 20px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.deliveryAdd h6 {
	font-weight: 400;
	color: #000;
	font-size: 17px;
	margin-bottom: 25px;
}
.formPart .form-control,
.formPart .form-control:focus,
.sC .form-select,
.sC .form-select:focus,
.pSuite .form-select,
.pSuite .form-select:focus {
	border-width: 0 0 1px 0;
	border-color: #ced4da;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 15px;
}
.deliveryAdd .form-check {
	font-size: 12px;
	padding-left: 28px;
}
.deliveryAdd .form-check input,
.deliveryAdd .form-check input:focus {
	font-size: 18px;
	top: -2px;
	position: relative;
	box-shadow: none;
}
.sC {
	margin-top: 20px;
}
.sC label,
.pSuite label {
	margin-bottom: -8px;
	display: block;
	font-size: 12px;
}
.sC label sup,
.pSuite label sup {
	color: #fd0000;
	font-size: 16px;
	top: 2px;
	left: 2px;
}
.pCity {
	align-self: end;
}
.errorCode {
	margin-top: -15px;
	color: #fd0000;
	font-size: 12px;
	line-height: 22px;
	display: none;
}
.payCont {
	margin: 15px 0;
}
.payCont .btn,
.payCont .btn:hover,
.placeOrder .btn,
.placeOrder .btn:hover {
	background-color: #f44336;
	border-color: #f44336;
	border-radius: 25px;
	padding: 14px 20px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.pMethod {
	background-color: #f0f0f0;
	padding: 25px;
	margin-top: 25px;
}
.pMethod .formCheck {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.labelLeft img {
	height: 20px;
}
.labelRight {
	float: right;
}
.rPolicy:before {
	content: '';
	display: block;
	width: 95%;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin: 25px auto 0 auto;
}
.rPolicy {
	margin-bottom: 25px;
}
.rPolicy a,
.rPolicy a:hover {
	font-size: 13px;
	color: #000;
	margin-right: 15px;
	text-decoration: none;
}
.rPolicy a:last-child {
	margin-right: 0;
}
.payRight {
	padding-top: 25px;
}
.cOut {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
}
.imgOnly {
	width: 175px;
	margin-right: 15px;
	float: left;
	display: flex;
	align-items: center;
}
.priceOnly {
	width: calc(100% - 190px);
	float: left;
	text-align: right;
	align-self: center;
}
.imgOnly img {
	width: 75px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 15px;
	margin-right: 10px;
}
.imgOnly div p:first-child {
	font-size: 10px;
	margin-bottom: 0;
	color: #000;
}
.imgOnly div p:last-child {
	font-size: 10px;
	margin-bottom: 0;
}
.pPrice {
	margin-bottom: 0;
	font-size: 15px;
}
.pPrice span {
	text-decoration: line-through;
	font-size: 11px;
	margin-left: 5px;
}
.pOff {
	font-size: 12px;
	margin-bottom: 0;
	color: #fd0000;
}
.reddemdCard {
	border-width: 2px 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 10px 0;
}
.reddemdCard label {
	font-size: 18px;
	font-weight: 600;
}
.sT,
.aT {
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
}
.sT span {
	font-size: 15px;
}
.sT span:first-child {
	float: right;
}
.allTotal {
	padding: 15px;
	border-top: 1px solid #ccc;
}
.aT span {
	font-size: 15px;
}
.aT span:first-child {
	float: right;
	font-size: 18px;
	color: #000;
}
.rpolicydsk {
	display: block;
}
.rPolicyMob {
	display: none;
}
.fP .applyOnline {
	width: 615px;
	margin: 0 auto;
}
.eLabel span {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
.applyTrack {
	border-top: 1px solid #fff;
	margin: 45px auto;
	width: 375px;
}
.applyTrack span {
	margin-top: 15px;
	display: inline-block;
	position: relative;
	width: 122px;
}
.applyTrack span:after {
	content: '';
	display: block;
	border: 1px solid #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
}
.applyTrack span small {
	font-size: 14px;
	color: #fff;
}
.applyTrack span:nth-child(1) small {
	margin-left: -35px;
}
.applyTrack span:nth-child(3) small {
	margin-right: -35px;
}
.applyTrack span:nth-child(2) {
	text-align: center;
}
.applyTrack span:nth-child(3) {
	text-align: right;
}
.applyTrack span:nth-child(2):after {
	margin: 0 auto;
	right: 0;
	left: 0;
}
.applyTrack span:nth-child(3):after {
	margin: 0 auto;
	right: 0;
}
.applyTrack span.active:after {
	border-color: #ffdf34;
}
.applyTrack span.yl small {
	color: #ffdf34;
}
.applyTrack span.yl:after {
	background-color: #ffdf34;
}
.applyTrack span.active small {
	font-weight: 600;
}
.aO {
	text-align: center;
}
.lPart {
	width: 385px !important;
}
.mPart {
	width: calc(100% - 680px) !important;
}
.rPart {
	width: 295px !important;
}
/*-- Responsive Start --*/
@media ( max-width: 1400px ) {
	.header-area .container {
		max-width: 1320px !important;
	}
}
@media (max-width: 1140px) {
	.fullstackTop .container,
	.our_solution .container,
	.client_say .container,
	.footer-top .container {
		max-width: 100%;
	}
}
@media (max-width: 1000px) {
	.fP .applyOnline {
		width: calc(100% - 385px);
	}
}
@media (max-width: 955px) {
	.lPart {
		width: 100% !important;
		text-align: center;
	}
	.lPart img {
		height: 405px;
		margin-top: -95px;
		margin-bottom: -75px;
	}
	.mPart {
		width: calc(100% - 295px) !important;
	}	
	.fP .fScontact,
	.oBlog .fSBlog {
		padding-right: 12px;
		width: 100% !important;
	}
	.fP .applyOnline {
		width: 615px;
	}
}
@media (max-width: 767px) {
	.dView,
	.userTop {
		display: none;
	}
	.dIconDtop {
		position: absolute;
		top: -35px;
		right: 5px;
	}
	.dIconMob {
		display: block;
	}
	.dropIcon a:last-child {
		margin-right: 0;
	}
	.alreadyAcc a,
	.alreadyAcc a:hover {
		margin-top: 0;
	}
	#menu-header {
		/* display: none; */
	}
	.logo_desktop_hide {
		display: block;
		width: calc(100% - 147px) !important;
		min-width: calc(100% - 147px) !important;
		max-width: calc(100% - 147px) !important;
		padding: 0 !important;
	}
	.logo_desktop_hide .logoSection {
		justify-content: flex-start;
		padding: 10px 0;
	}
	.menuPart {
		width: 100px !important;
		min-width: 100px !important;
		max-width: 100px !important;
	}
	.search {
		margin-right: 0;
		width: 100%;
	}
	.menu_desktop_hide {
		display: block;
		width: 47px !important;
		min-width: 47px !important;
		max-width: 47px !important;
	}
	.menuSection {
		height: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.wstay h5 {
		min-height: auto;
	}
	.menuSection i {
		font-size: 25px;
		color: #fff;
		cursor: pointer;
		width: 23px;
	}
	.logoDesktop {
		display: none;
	}
	.mainmenu ul li > ul.submenu {
		width: 100%;
		margin: 0;
		top: 100%;
	}
	.menuPart {
		position: relative;
	}
	#navigation .closebtn {
		display: block;
	}
	.mainmenu {
		width: 0;
		position: fixed;
		z-index: 1000;
		background: #000;
		right: 0;
		top: 0;
		box-shadow: 0px 1px 5px -1px #7e7f7f;
		height: 100%;
		bottom: 0;
		transition: 0.5s;
	}
	.mainmenu ul {
		display: block;
	}
	.mainmenu ul li {
		padding: 0;
	}
	.mainmenu ul li:hover,
	.mainmenu ul li.active {
		background: #2b329b;
	}
	.mainmenu ul li > ul.submenu li:hover > a {
		color: #fff;
	}
	.mainmenu ul li a:before,
	.mainmenu ul li a:after {
		display: none;
	}
	.mainmenu ul li a {
		padding: 15px;
		border-bottom: 1px solid #d3d3d37a;
		border-right: 0;
	}
    .about-img {
        display: none;
    }
    .featured-wrap ul li .featured-content .featured-img {
        display: none;
    }
    .featured-wrap ul li .featured-content .featured-info {
        width: 100%;
    }
    .faq-form.form-style {
        margin-top: 50px;
    }
    .form-style span {
        font-size: 14px;
        line-height: 24px;
    }
    .client-info p {
        font-size: 13px;
    }
    .newsletter-form form {
        margin-bottom: 0;
    }
    .service-wrap,.portfolio-wrap,.team-wrap,.blog-wrap,.footer-widget {
        margin-bottom: 30px;
    }
    .header-middle::before {
    	display: none;
    }
    .header-middle-right ul {
    	justify-content: center;
		padding-left: 0;
		margin-bottom: 0;
    }
    .footer-top {
        padding: 25px 0;
    }
    .portfolio-area3 .portfolio{
        width: 50%;
    }
    aside.right-sidebar {
        margin-top: 50px;
    }
    aside.left-sidebar {
        margin-bottom: 50px;
    }
    section.team-area.team-area2.team-area3.ptb-100 {
        padding: 100px 0px 70px;
    }
	.header-area .middleAll {
		min-width: 100%;
		max-width: 100%;
	}
	.header-middle-right {
		margin: 0;
	}
	.wM {
		display: block;
		background-color: #000;
		padding: 10px 0;
	}
	.wM .container {
		width: 390px;
		margin: 0 auto;
		padding: 0;
	}
	.wM .container > .row {
		margin: 0;
	}
	.wM a {
		background: #E2E0DF;
		border-radius: 5px;
		margin-right: 10px;
		padding: 5px;
		text-decoration: none;
		display: block;
		min-width: 90px;
		float: left;
	}
	.mobDisplay {
		clear: both;
		overflow-y: hidden;
		overflow-x: auto;
		display: flex;
	}
	.wM a:hover {
		text-decoration: underline;
	}
	.wM a:last-child {
		margin-right: 0;
	}
	.wM a img {
		max-width: 60px;
		margin: 0 auto;
	}
	.wM a div {
		color: #000;
		text-align: center;
		font-weight: 700;
		font-size: 11px;
	}
	.fFixed {
		display: block;
		position: fixed;
		bottom: 0;
		background-color: #343434;
		padding: 15px 5px;
		display: flex;
		align-items: center;
		width: 100%;
		z-index: 100;
	}
	.fFixed div {
		display: flex;
		width: 100%;
	}
	.fFixed div a {
		width: 25%;
		float: left;
		text-align: center;
		color: #c4c4c4;
		text-decoration: none;
		font-size: 13px;
		position: relative;
	}
	.fFixed div a:hover {
		opacity: 0.75;
	}
	.fFixed div a i {
		font-size: 16px;
	}
	.fFixed div a span {
		position: absolute;
		top: -5px;
		background: #fd0000;
		padding: 4px 6px;
		line-height: 9px;
		font-size: 9px;
		border-radius: 50%;
		font-weight: 600;
		margin-left: -5px;
	}
	.cActive {
		flex-wrap: wrap;
	}
	.cActive .cOnly,
	.cActive img {
		width: 100%;
	}
	.rpolicydsk {
		display: none;
	}
	.rPolicyMob {
		display: block;
	}
	.rPolicy::before {
		width: 100%;
	}
	.payLeft {
		border-right: 0;
		border-bottom: 0;
		border-top: 1px solid #ccc;
	}
	.payBorderRow {
		flex-direction: column-reverse;
	}
	.lP {
		width: 100% !important;
		padding-right: 12px !important;
	}
	.rP {
		width: 305px !important;
		margin: 0 auto;
		padding-left: 12px !important;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-logo .logo a {
		margin-right: auto;
	}
}
@media (max-width: 745px) {
	.footer-top {
		padding: 35px 0 35px;
	}
	.footer-widget.quick-contact {
		margin-bottom: 0;
	}
	.footer-top .container {
		max-width: 318px;
	}
	.footer-top .footerLeft {
		width: 100%;
	}
	.footer-top .footerMiddle {
		width: 100%;
	}
	.footer-top .footerRight {
		width: 100%;
	}
	.footerMiddle .col-12 {
		width: 50%;
	}
}
@media (max-width: 655px) {
	.header-top-left {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		padding-right: 12px !important;
		text-align: center;
	}
	.header-top-right {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		margin-top: 8px !important;
	}
	.header_social_icon ul {
		text-align: center;
	}
}
@media (max-width: 635px) {
	.header-middle-right ul {
		display: block;
		width: 235px;
		margin-left: auto;
		margin-right: auto;
	}
	.header-middle-right ul li {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.header-middle-right ul li:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 615px) {	
	.fP .applyOnline {
		width: 100%;
	}
}
@media (max-width: 595px) {
	.mPart {
		width: 100% !important;
	}
	.lPart img {
		height: auto;
	}
	.rPart {
		margin-top: 25px !important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	.dChoice {
		text-align: left;
	}
	.dChoice div {
		padding-right: 0;
		border-right: 0;
	}
}
@media (max-width: 465px) {
	.applyTrack {
		width: 100%;
		display: flex;
	}
	.applyTrack span {
		width: 33.33%;
	}
	.applyTrack span:nth-child(1) small {
		margin-left: 0;
	}
	.applyTrack span:nth-child(3) small {
		margin-right: 0;
	}
}
@media (max-width: 395px) {
	.header-top-left div {
		display: block;
	}
	.header-top-left div h6 {
	  margin: 0 0 10px 0;
	}
}
@media (max-width: 375px) {
	.sidenav {
		width: 320px;
	}	
	.lPart img {
		padding-top: 25px;
		padding-bottom: 15px;
		margin-top: -105px;
		margin-bottom: -85px;
	}
}
/*-- Responsive End --*/