		html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
.img-box{
	position: relative;
	z-index: 2;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
html{
	 scroll-behavior: smooth;
}
body{
  display: grid;
  grid-template-columns: min-content 87.38%;
  overflow-y: scroll;

}
	



.swiper-slide label{
	display: block !important;
	text-transform: capitalize;
	text-align: center;
 	
}
.swiper-slide a{
	text-align: center;
 	
}

#sidebar-menu{
/*	position: sticky;*/
	white-space: nowrap;
	z-index: 99;
	
}noneh1,h2,h3,h4,h5,h6{
	text-transform: capitalize;
	color: #707070;
}
h2{
	font-size: 26px;
	
}
input::placeholder{
	color: #707070;
}
.top-section{
	
	font-weight: 300;
	background: #F3F7F8;
	min-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 40px;
}

a{
	color: #707070;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #707070;
	text-decoration: none;
}
header{
	grid-column: 1 / 3;
}
footer{
	grid-column: 1 / 3;
	position: relative;
	height: 200px;
	margin-top: -200px;
}
.quad-button > ul > li  > a {
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 14px;
}
.quad-button{
	
}

.quad-button > ul > li {
	display: inline-block;
	list-style: none;
	padding: 0 0 0 40px;
}
.quad-button > ul > li > a > img {
	width: 25px;
	height: 25px;
	margin-right: 5px !important;
    vertical-align: text-bottom;
}
.quad-button > ul {
	margin: 0;
	padding: 0;
}
.quad-button > ul a {
	display: block;
}

.main-nav {
	min-height: 74px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	
	align-items: center;
	padding: 0 40px 0 0;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}


.search-bar input[type='text']{

width: 300px;
height: 35px;


}

.search-bar input[type='submit']{
/*border-right: 1px solid #000;*/
}
input{
	text-align: center;
	border-radius: 0 20px 20px 0px;
	border:2px solid #632DAF;
}
input:focus{
	outline: none !important ;
}


.icon-search img {
	border: 2px solid #632DAF;
	border-right: none;
	border-radius: 20px 0px 0 20px;
	height: 35px;
	padding: 5px 10px;
	float: left;
}

.input input{
	height: 35px;
	margin-right: 5px;
}
.icon-img img{
	border: 2px solid #632DAF;
	border-right: none;
	border-radius: 20px 0px 0 20px;
	height: 35px;
	float: left;
	padding: 5px 10px;
	}




.offer {
	padding: 1px 15px;
	border-radius: 20px;
	background: #D54545;
	color: #fff;
	text-transform: uppercase;
}

#sidebar-menu {
	margin-top: 5px !important;
	width: 200px;
	height: auto;
    background: linear-gradient(#50248F,#8653CE );
	display: none;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	 white-space: nowrap;
}
#sidebar-menu a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	position: sticky;
}
#sidebar-menu a label {
	display: block;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	
}



.main-container {
/*	position: absolute;*/
    top: 90px;
	width: 100% !important;
	min-height:100%;
	padding-left: 1%;
	padding-top: 2%;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.right{
	background: #fff;
    border-left: 1px solid #eee;
    width: 80%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
	
}
.r_col{
	background-color: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: grid;
	grid-template-columns: auto auto auto auto ;
	grid-gap: 10px ; 
    overflow: auto;
}
.r_col > div{

	min-height: 700px;
	width: 100%;
	height: 100%;
/*	background-color: aquamarine;*/
	border-right: 3px solid #fff;
}
 .h a{
	text-transform: capitalize;
	color: black;
}
.h a:hover{
	color: black !important;
}
.c1-t a{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 10px;
	line-height: 2em;
}
.c1-t a:hover{
	color: #632DAF;
}
.left{
	float:left !important;
}

.content-box {
	background: #fff;
	width: 99%;
	height: auto;
	box-shadow:0px 5px 9px 5px rgba(0,0,0,0.3);
	padding: 70px 40px;
	border-radius: 50px;
}
.content-box-sm {
	background: #fff;
	width: 22%;
	height: auto;
	box-shadow:0px 5px 9px 5px rgba(0,0,0,0.3);
	padding: 20px 40px;
	
	border-radius: 20px;
}

.radio-group label{
	font-size: 14px !important;
	text-transform: capitalize;
	padding: 5px 10px 0 0;
	
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
select{
	height: 35px;
	border-radius: 0 20px 20px 0;
	border: 2px solid #632DAF;
	width: 12rem;
	color: #707070;
}
select:focus,select:focus-within{
	outline: none;
}
.text {
	vertical-align: middle;
}

.link {
 color: #632DAF;
cursor: pointer;
font-weight: 600;
}
.none{
	display: none;
}

.btn-color {
	background: #632DAF;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 400 !important;
	
	
}
.main-color{
	color: #632DAF;
}
h3.main-color::before{
/*	content: url("resources/icons/fast-forward2x.png");*/
/*
	background-repeat: no-repeat;
	background-position:center;
	background-size:20px 20px;
*/
/*	content: 'here\'s before';*/
}
button{
	text-transform: capitalize;
	color: #fff !important;
	font-weight: 700 !important;
	
}


/*
.checkbox-label input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.checkbox-label .checkbox-custom{
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border-radius: 5px;
	border: 2px solid #632DAF;
}
.checkbox-label .checkbox-custom::after{
	position: absolute;
	content: "";
	top: 12px;
	left: 12px;
	height: 0px;
	width: 0px;
	border-radius: 5px;
	border:  solid #d3d3d3;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
	transform: rotate(0deg) scale(0);
	opacity: 1;
}

.checkbox-label input:checked ~ .checkbox-custom{
	border-radius: 5px;
	border: 2px solid #d3d3d3;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
}

.checkbox-label input:checked ~ .checkbox-custom::after{
	top: 3px;
	left: 8px;
	height: 12px;
	width: 6px;
	border-radius: 5px;
	border:  solid #632DAF;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
	transform: rotate(0deg) scale(0);
	opacity: 1;
	background-color: transparent;
	border-radius: 0;
}
*/
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	z-index: 99;
	left: 6px;
    top: 6px;
}

.checkbox-label .checkbox-custom {
    position: absolute;
	cursor: pointer;
    top: 2px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #632DAF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #632DAF;
    border-radius: 50%;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #707070;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
/*
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:0;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #009BFF;
  border-width: 0 2px 2px 0;
*/
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
/*
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    border: 2px solid #632DAF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}
*/

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}





.clear-fix {
	height: 5rem;
	
	background-color: transparent;
}

.center {
	display: flex;
	justify-content: center;
}

/*
    position: relative !important;
	top: -32px !important;
	left: 0 !important;
*/



.next-box {
	
    background: #fff;
    width: 100px;
    height: 64px;
    /* color: #fff !important; */
    /* font-size: 0px; */
    position: relative;
    border-radius: 15px 0 0 15px;
    top: 0;
    left: 40px;
    border: 2px solid #707070;
    border-right: none;
}

/*
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 19px !important;
    left: auto !important;
    top: 15px !important;
    border: 1px solid #07baf4 !important;
    width: 30px !important;
    height: 30px !important;
    border-width: 6px !important;
    border-left: 0 !important;
    border-top: 0 !important;
    transform: rotate(135deg) !important;
}
.swiper-button-next:focus{
	outline: none;
}
*/

.h-3{
	height: 300px !important;
}.h-4{
	height: 400px !important;
}.h-5{
	height: 500px !important;
}.h-6{
height: 600px !important;
}
.slider-wrapper{
	position:relative;
	overflow: hidden;
	float: left;
	padding: 0px;
/*    border: 1px solid #000;*/
	list-style: none;
	
}
.slider-wrapper li{
	display: none;
}
.slider-wrapper li.active{
	display: inline-block;
}
.prev,.next{
	float: left;
	margin-top: 130px;
	cursor: pointer;
}
.prev{
	display: inline;
	position: relative;
	margin-right: -45px !important;
	    top: 211px;
	z-index: 100;
}
.next{
		display: inline;

	position: relative;
	margin-left: -45px !important;
	    top: 190px;
	z-index: 100;
}
.col-md-6{
	padding: 0;
}
.col-md-6.d-flex {
    flex-direction: column;
}

.slider-bottom{
	display: block;
	position: relative;
}
.slider-bottom ul{
		display: flex;
	justify-content: space-between;
		align-items: center;
		position: relative;
		list-style: none;

}
.slider-bottom li {
    display: block;
    padding: 30px 30px;
    height: 147px;
    width: 140px;
    text-align: justify;
    background: #000;
	border: 1px solid #d3d3d3;
	border-top:none;
}
.slider-bottom li:last-child {
	border-right: none;
}
.slider-bottom ul li label{
	
}














.category-card {
	display: block;
	width: 120px;
	height: auto;
}

.category-wrapper {
	display: flex;
	position: relative;
	justify-content: space-around;
}
.category-card img {
	border-radius: 50%;
}
.category-card p {
	width: 100px;
	text-align: center;
}

.card-heading img {
	vertical-align: middle;
	border-radius: 50%;
}


.product-card img {
	border-radius: 4px;
}.product-card p {
	text-transform: capitalize;
	text-align: center;
	width: 200px;
}



.summary-box {
	display: flex;
	justify-content: space-between;
	
}
.summary-box p,.summary-box h4{
		color: #632DAF;
		text-align: center;
		line-height: 1.3rem;
		text-transform: capitalize;	
		
}
.summary-box p {
	margin-top: 10px !important; 	
}
.summary-box .col-sm-4:first-child{
	border-right: 3px solid #ccc;
	padding: 0;
}

.summary-wrapper {
	display: flex;
	justify-content: space-around;
	padding-left: 0px;
}

#footer-links {
    background: linear-gradient(#50248F,#8653CE );
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.links a{
	color: #fff;
	font-size: 16px;
	padding: 0 20px 0 10px;
	
}



/* .social-links ul {
display: flex;
	justify-content: space-around !important;
	list-style: none;
	 
} */
#social-icons{
	display: inline-flex;
	justify-content: space-around;
	list-style: none;
}
.social-links ul li{
	padding-right: 20px;
}

.affiliate-icon {
	display: flex;
	width: 80%;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}
.affiliate-icon p{
	text-align: left;
	text-transform: capitalize;
}


#short-links h3 {
	color:#632DAF;
}
h3{
	font-size: 22px;
	text-transform: capitalize;
	color: #632DAF;
}
p{
	font-size: 16px;
	color: #707070;
	text-transform: capitalize;
	text-align: justify;
	line-height: 1.2em;
	padding: 10px;
}
#short-links label{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	padding: 20px;
}
.actived-link{
	border-bottom: 3px solid #632DAF;
	border-radius: 2px;
}
.fa-caret-down:before{
    content: "\f0d7";
    margin-left: 20px;
    color: #000;
}
.dropdown-links{

	background-color: #f5f8f9;
	padding: 20px 10px;
}
.dropdown-links ul{
	display: flex;
	justify-content: space-around;
	list-style: none;
	align-items: center;
		
}

.product-wrapper{
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}

.product-wrapper .product-wrapper-inner {
	transition: 1s ease all;
	float: left;
}

.product-wrapper .product-wrapper-inner .product-card {
	float: left;
}

.product-wrapper .product-wrapper-inner .product-card > div {
	text-align: center;
	padding: 10px;
	margin: 10px !important;
	background: #f1f1f1;
	color: #666;
}

.product-wrapper .leftLst,
.product-wrapper .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}

.product-wrapper .leftLst {
	left: 0;
}

.product-wrapper .rightLst {
	right: 0;
}

.product-wrapper .leftLst.over,
.product-wrapper .rightLst.over {
	pointer-events: none;
	background: #ccc;
}
.ham-div {
	margin-left: 3% !important;
}

/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #632DAF;
}

#style-5::-webkit-scrollbar
{
	width: 15px;
	background-color: #632DAF;
}

#style-5::-webkit-scrollbar-thumb
{
	background-color: #f1eded;
/*	background-color: #632DAF;*/
	border-radius: 20px;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
.swiper-slide label {
    display: block;
}


.ff-text {
	text-transform: capitalize;
	font-size: 13px;
	color: #707070;
	padding: 2px;
	
}

.visible{
	display: block !important;
}
.hamburger-menu {
	display: none;
	position: fixed;
	top: 45px;
	left: 2%;
	background: white;
	min-height: 500px;
	min-width:94%;
	z-index: 100;
	
/*	border: 1px dashed #ccc;*/
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.hamburger-menu > .left{
	width: 20%;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d3d3d3 ;
}
.hamburger-menu > .left .ham-heading{
	height: 40px;
	text-transform: capitalize;
	width: 100%;
    padding: 20px 0 27px 1px;
    border-bottom: 1px solid #eee;
	
}
.ham-heading span{
	font-size: 16px;
	font-weight: 400;
	color: #632DAF;
	margin-left: 12px !important;
	vertical-align: top;
}
.ham-title{
	width: 100%;
    overflow: hidden;
}
 #links{
	padding: 10px 0 0 10px ;
    height: 458px;
    width: 106%;
  
}
.hmlk{
	padding: 8px 5px;
    margin: 0;
	font-size: 10px;
	font-weight: 400;
    margin-right: 5.4% !important;
    color: #000;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
_act{
	border-right: 2px solid #632DAF;
    color: #632DAF;
}
.hmlk:hover{
	color: #632DAF; 
	border-right: 2px solid #632DAF;
}
   .gallery-thumbs .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
	  margin-top: 0;
	  padding-top: 0;
      background-position: center;
    }
    .gallery-top {
	  border-top: 1px solid #ccc;
	  border-right: 1px solid #ccc;
      height: 80%;
      width: 100%;
	 cursor: pointer;	
    }
    .gallery-thumbs {
      height: 20%;
	  background-color: #fff;
	overflow-x: hidden;
      box-sizing: border-box;
      padding: 2px 0;
		
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
/*      opacity: 0.4;*/
    }
	  .gallery-thumbs .swiper-slide > p{
		  font-size: 10px;
		  font-weight: 400;
		  color: #707070;
		  padding: 30px 30px;
		  line-height: 1.5em;
		  cursor: pointer;
	  }
    .gallery-thumbs .swiper-slide-thumb-active {
/*      opacity: 1;*/
	  border-bottom: 1px solid #632DAF;
	border-bottom-left-radius:2px; 
	border-bottom-right-radius:2px; 
	 border-bottom-width: 3px;
    }
.gallery-thumbs .swiper-slide-thumb-active > p >.s-content{
	color: orange;
}

.s-title {
	display: block;
	color: black;
	padding: 0 0 5px 0;
}
.row{
	    width: 100%;
}
.i-next {
	position: absolute;
    min-height: 72px;
    max-width: 55px;
    background-color: #fff;
    border-right: none;
    right: 0;
    border: 3px solid #707070;
    border-right: none;
    border-radius: 15px 0 0 15px;
    left: 96%;
	cursor: pointer;
    z-index: 2;
	
}
.i-previous{
	position: absolute;
    min-height: 72px;
    width: 56px;
    background-color: #ffffff;
    /* border-right: none; */
    /* right: 0; */
    border: 3px solid #707070;
    border-left: none;
    border-radius: 0 15px 15px 0;
    right: 96%;
    top: 0;
	cursor: pointer;
    z-index: 2;
}
.gt{
	display: block;
    position: relative;
    border: 5px solid #632DAF;
    background: #fff0;
    height: 22px;
    width: 22px;
    top: 24px;
    left: 16px;
    border-top: none;
    border-right: none;
    /* border-radius: 20px; */
    transform: rotate(45deg);
}

.lt{
	display: block;
	position: relative;
	border: 5px solid #632DAF;
	height: 22px;
	width: 22px;
	top: 23px;
	left: 9px;
	border-top: none;
	border-right: none;
	/*	border-radius: 20px;*/
	transform: rotate(230deg);
}


.bg {
	height: 3px;
	width: 100%;
	background: #632DAF;
	left: 1.1%;
    position: relative;
}
.content span{
	font-size: 1.5em;
	font-weight: 600;
	text-transform: capitalize;
	color:#707070;
}
.content{
	position: relative;
    width: auto;
    background-color: white;
    left: 40%;
    top: -17px;
    padding: 0px 20px 0 20px;
	
}
#operator-id{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 40px 0 40px 20px;
}
#operator-id img{
	border-radius: 50%;
	padding: 5px;
}

#pcode-heading {
	font-size:20px ;
	display: inline;
	text-transform: capitalize;
	color: #707070;
	border-bottom: 3px solid #632DAF;
}
.p-code{
		padding: 20px;
		border: 1px solid #707070;
		border-radius: 20px;		
		margin-top: 1em;	
}
.p-code .code {
	font-weight: 500;
	color: #707070;
	
}
.p-code p{
	color:#707070;
	padding-top: 0.5em;
}

ol {
	padding-left: 25px;
}
ol > li {
	font-size: 14px;
	font-weight: 500;
	color: #707070;
	padding: 7px;
	
	
}


.content-sm-box {
	width: 35%;
	background-color: white;
	height: auto;
	box-shadow: 0px 5px 9px 5px rgba(0,0,0,0.3);
    padding: 70px 40px;
    border-radius: 50px;
}
.content-md-box {
	width: 60%;
	background-color: white;
	height: auto;
	box-shadow: 0px 5px 9px 5px rgba(0,0,0,0.3);
    padding: 70px 40px;
    border-radius: 50px;
	
}
.f-right{
	float: right !important;
}

.e-operator {
	width: 150px;}
.e-operator p{
	font-size: 10px;
	color: #707070;
	text-align: justify;
	word-spacing: 2px;
	
}

/* The container */
.c-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
	text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.c-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 3px solid #632DAF ;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.c-radio:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.c-radio input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 3px solid #632DAF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.c-radio .checkmark:after {
 	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #632DAF;
}
i.fas.fa-search.fa-2x {
	display: none;
    color: white;
}
.mob-menu{
	background-color: #632DAF;
	justify-content: space-around;
	vertical-align: middle;
	align-items: center;
	color:#ffffff;
	text-transform: capitalize;
	height: 100px;
	margin-top: 10px;
	
}
.row{
	 margin-right: 0px; 
	 margin-left: 0px; 
}
#mob-btn{
	background: #632DAF;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 5px 11px;
    border-radius: 30px;
    font-weight: 400 !important;
	
}
#main{
	overflow: auto;
	padding-bottom: 200px;
}
.mob-menu-icons {
    background: #e6cbcbd4;
    display: none;
    grid-template-columns: auto auto auto auto;
    column-gap: 5px;
    row-gap: 5px;
    /* padding: 15px 10px; */
}

.mob-menu-icons a {
    padding: 15px 5px 5px 5px;
    background: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px;
}


.mob-menu-icons a label {
    padding: 15px 0 15px 0;
}
.mob-city {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    background: #101010;
}
.mob-city a{
    padding: 15px 5px 5px 5px;
    background: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  
}
.mob-city a label {
    padding: 15px 0 15px 0;
}
.mob-mall { 
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    background: #101010;
}
.mob-mall a{
    padding: 15px 5px 5px 5px;
    background: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  
}

.mob-mall a label {
    padding: 15px 0 15px 0;
}
.mob-mall a img {
	border-radius: 50%;
}
.mob-travel{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    background: #d8bebe;

}

.mob-travel a{
    padding: 15px 5px 5px 5px;
    background: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  
}
.mob-travel a label {
    padding: 15px 0 15px 0;
}
.mob-footer{
	display: block;
	clear: both;
}
.mob-footer #menu {
	display: block;
	list-style: none;
}
.mob-footer #menu li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 15px;
	text-transform: capitalize;
	font-size: 20px;
	height: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.mob-footer #menu li:last-child{
	border-bottom: none;

}
.mob-footer .mob-links .social-links ul{
	display: flex;
    list-style: none;
    justify-content: center;
}
.mob-footer .mob-links .social-links ul li{
	padding-left: 10px;
}
.mob-footer .mob-links .links ul{
	display: flex;
	list-style: none;
	justify-content: center;
}
.mob-footer .mob-links .links ul li{
	padding-left: 10px;

}
.mob-footer .mob-links .links ul li a{
	font-size:16px;
	color:#000;
}
.mob-menu-h{
	display: none;
	padding: 10px 20px;
}
.mob-p-header {
 	display: none;
 	justify-content: space-between;
 	align-items: center;
 	padding: 20px 40px;
	background-color: #632DAF;	
}
i.fas.fa-angle-left.fa-3x {
    color: #fff;
}	
.btn-recharge-mob {
	display: none;
    background: #632daf;
    padding: 10px 20px;
    text-align: center;
}
.btn-proceed-mob {
	display: none;
    background: #632daf;
    padding: 10px 20px;
    text-align: center;
}
.mob-p-header > h3{
	font-weight: 800;
	color: #fff;
	text-align: center;
	
}
div#mob-input .mob-i-text {
    border: none;
    border-radius: 0%;
    text-align: left;
    height: 56px;
    width: 100%;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin-top: 15px;
}
#select-m-mob{
display: none;
}
select.mob-operator {
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    height: 60px;
    -webkit-appearance: none;
    border-bottom: 1px solid #7b7676;
    padding: 0px;
    font-size: 28px;
}
@media only screen and (max-width: 1024px) {
	.top-section p {
		    font-size: 10px;
	}
	
}
@media only screen and (min-width: 1020px){
	#sidebar-menu{
		display: flex;
	}
	.mob-menu{
		display: none;
	}
}
 @media only screen and (max-width: 667px) {
	body{
		display: block;
		grid-template-columns: auto;
	}
	.search-bar{
		display: none;
	}
	.quad-button{
		display: none;
	}
	.main-nav{
		padding: 0px;
		background-color: #632DAF;

	}
	.top-section{
		display: none;
	}
	i.fas.fa-search.fa-2x {
		display: inline-block;
	}
	#sum-wrapper{
		display: none;
	}
	#wallet-sum{
		display: none;
	}
	#short-links{
		display: none;
	}
	.sw-slider{
		display: none;
	}
	.clear-fix{
		display: none;
	}
	.mob-menu{
		display: flex;
	}
	#logo-p{
		display: none;
	}
	#ham{
		display: none;
	}
	.content-box{
		box-shadow: none;
		padding: 35px 20px;
		border-radius: none;
	}
	h3{
		font-size: 21px;
		color:gray;
	}
	#operator,#amount{
		display: none;
	}
	.pre{
		display: none;
	}
	#instant-pay{
		display: none !important;	
	}

	#browse{
		display: none !important;
	}
	#footer-links{
		display: none;
	}
	#mob-btn{
		display: inline-block;
	}
	.mob-menu-icons{
		display: grid !important;
	}
	.mob-city,.mob-travel, .mob-mall{
		display: grid !important;
	}
	.mob-menu-h{
		display:block !important;
	}
	.mob-footer{
		display: block !important;
	}
} 