body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.menu-part {
    border-bottom: 1px solid #cccccc17;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {    
    top: 0;
    animation: smoothScroll 1s;
	width: 100%;
	transition: all 0.5s ease 0s;
    z-index: 999;
    background-color: rgb(0 0 0 / 60%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.fixed-header .logo img{
	width: 90px;
}
.fixed-header .menu ul li a{
	padding: 40px 0;
}
.logo img{
	width: 85px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 17px;
}
.menu ul li:last-child{
	margin-right:0;
}
.menu ul li a{
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    padding: 40px 0;
    transition: ease 0.5s all 0s;
    letter-spacing: 0.6px;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #939393;
}
.call-btn{
	vertical-align: middle;
	background: #fff;
	color: #111111 !important;
	font-size: 13px;
	font-weight: 600;
	padding: 11px 25px;
	margin-left: 8px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #2e2e2e;
	color: #fff !important;
}
.call-btn2{
	vertical-align: middle;
	border: 2px solid #fff;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 23px;
	margin-left: 2px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.call-btn2:hover{
	background: #fff;
	color: #000 !important;
}
.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 195px 0 104px;
	position: relative;
	z-index: 1;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: -1;
}
.banner-left{
	display: flex;
	align-items: start;
	color: #e9e9e9;
}
.banner-left img{
	background: #fff;
	border-radius: 50%;
	margin-right: 22px;
	margin-top: 5px;
}
.banner-left strong{
	font-size: 45px;
	font-weight: bold;
	color: #e9e9e9;
	line-height: 52px;
	margin-bottom: 12px;
	display: block;
}
.banner-btn {
	margin-left: 120px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #111111;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 30px;
	border-radius: 50px;
	margin: 20px 5px 0 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: #2e2e2e;
	color: #fff;
}
.banner-right {
	position: absolute;
	bottom: 0;
}
.banner-bottom-sec{
	padding: 25px 0;
	border-bottom: 1px solid #cfcfcf;
}
.choose-list ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.choose-list ul li{
	background:url(../images/shape1.png) no-repeat;
	font-size: 16px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding-left: 35px;
	background-position: center left;
	margin: 0 4px;
}
.choose-list ul li:first-child{
	margin-left: 0;
}
.choose-list ul li:last-child{
	margin-right: 0;
}
.service-sec{
	padding:40px 0;
}
.box5-top{
	margin-top:30px;
	padding: 0 7px;
}
.box5{
	text-align: center;
	padding: 18px 5px 15px;
	box-shadow: 0 0 5px #c3c0c0;
	border-radius: 5px;
	min-height: 100%;
}
.box5 img{
	width: 55px;
}
.price-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 8px;
}
.lorem {
	font-size: 14px;
	margin-top: 4px;
}
.buy-sell-sec{
	background: #ebebeb;
	padding: 40px 0;
}
.title1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #111111;
}
.text{
	text-align: center;
	font-size: 17px;
	color: #000;
	margin-top:5px;
}
.box1-top{
	margin-top: 40px;
	padding: 0 18px;
}
.box1{
	text-align: center;
	background: #fff;
	box-shadow: 0 3px 22px -4px #b9b9b9;
	padding: 12px 10px 20px;
	border-radius: 20px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover{
	background: #000;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 160px;
}
.box1-title{
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-title{
	color: #fff;
}
.box1-text{
	margin-top: 2px;
	font-size: 14px;
	font-weight: 600;
	color: #676767;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-text{
	color: #fff;
}
.show-btn{
	display: inline-block;
	background: #4b4b4b;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 22px;
	margin-top: 18px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.show-btn:hover{
	background: #fff;
	color: #000 !important;
}
.show-btn.two:hover{
	background:#000;
	color:#fff !important;
}
.sell-sec{
	padding:40px 0;
}
.latest-seal-sec{
	padding: 30px 0;
	background: #ebebeb
}
.box3-top{
	margin-top:25px;
}
.box3{
	box-shadow: 0 3px 22px -4px #b9b9b9;
	padding:24px 10px;
	border-radius: 20px;
	min-height: 100%;
	display: flex;
	align-items: start;
	transition: ease 0.5s all 0s;
}
.box3 .ph-logo{
	max-width: 100px;
	margin-right: 10px;
}
.box3 .bt-top{
	margin-top: 10px;
}
.box3 .sim-title strong{
	font-size: 22px;
}
.box3 .call-btn3{
	font-size: 16px;
	padding: 8px 22px;
	transition: ease 0.5s all 0s;
}
.box3 .sim-title strong em{
	display: inline-block;
	font-size: 13px;
}
.sim-plans-sec{
	padding:30px 0;
}
.sim-plans-sec .inner-box3{
	padding: 24px 15px;
}
.sim-plans-sec .bt-top {
	margin-top: 14px;
	padding-top: 10px;
}
.sim-plans-sec .sim-title strong{
	font-size: 22px;
	margin-top: 6px;
}
.sim-plans-sec .sim-title strong em{
	display: inline-block;
}
.sim-plans-sec .sim-content ul {
	margin: 15px 0 0;
}
.sim-plans-sec .call-btn3 {
	font-size: 16px;
	padding: 8px 22px;
	transition: ease 0.5s all 0s;
}
.refurbished-phone-sec{
	padding:30px 0;
	background: #ebebeb;
}
.box4-top {
	margin-top: 25px;
}
.box4{
	box-shadow: 0 3px 22px -4px #b9b9b9;
	padding: 18px 10px 20px 8px;
	border-radius: 20px;
	min-height: 100%;
	display: flex;
	align-items: start;
	transition: ease 0.5s all 0s;
}
.box4 .ph-logo {
	max-width: 90px;
	margin-right: 12px;
}
.box4 .bt-top {
	margin-top: 8px;
	padding-top: 8px;
}
.box4 .sim-title strong {
	font-size: 18px;
	margin-top: 3px;
	line-height: 20px;
}

.footer{
	background: #0e0e0e;
	padding: 40px 0 35px;
}
.foot_logo {
	text-align: center;
	margin-top: 30px;
}
.foot_title{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 500;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #7a7a7a;
}
.foot1.second li{
	background-image: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 10px;
	align-items: start;
	font-size: 16px;
}
.foot1.second li img{
	margin-right: 10px;
	margin-top:1px;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 500;
}
.foot_social a{
	margin-right: 4px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #ffffff26;
	position: absolute;
	top: 0;
	right: 25px;
	content: "";
}
.copyright{
	text-align: center;
	background: #000000;
	padding: 15px 0;
	font-size: 15px;
	color: #fff;
}
.copyright a{
	color: #fff;
	font-weight: 600;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 260px 0 105px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
/* Woocomerce Start */
.woocommerce-loop-product__title {
	color:#000;
	font-weight: 600;
	line-height: 23px;
	font-size: 18px !important;
	padding: 0 !important;
}
.woocommerce-loop-category__title{
	font-size: 16px !important;
	font-weight: 600;
	color: #000000;
	line-height: 1.3;
	min-height: 60px;
}
.woocommerce-loop-category__title .count{
	display:none;
}
.price {
	font-family: 'Poppins';
	color: #ff1919 !important;
	font-size: 18px !important;
	margin-bottom: 10px;
}
/* .woocommerce ul.products li.product .price{
display:none !important;
} */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	border: 1px solid #d0d0d0;
	padding: 15px 5px 30px !important;
	border-radius: 8px;
	margin-bottom: 25px !important;
}
.woocommerce ul.products .product-category{
	border: 1px solid #a7a7a7;
	padding: 5px 10px 15px !important;
	border-radius: 5px;
	margin-bottom: 20px !important;
}
.summary .product_title {
	font-size: 20px;
}
.summary .product_title {
	font-size: 22px;
	text-transform: none;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.quantity .plus, .quantity .minus {
	background: #141415 !important;
	height: 43px;
	border-radius: 50%;
	width: 43px;
	padding: 0;
	font-size: 20px;
	color: #fff !important;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #5b5b5b;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #424343;
}
.checkout-button {
	background:#000 !important;
	border-radius: 5px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.woocommerce-product-details__short-description {
	color: #666;
}
.woocommerce-product-details__short-description em strong{
	color: #000;
	display:none;
}
.woocommerce div.product form.cart{
	display:none !important;
}
.woocommerce div.product form.cart div.quantity{
	margin: 0 10px 0 0 !important;
}
.woocommerce ul.products li.product .button.enquiry-btn, .product_type_simple, .add_to_cart_button, .single_add_to_cart_button, #place_order{
	background: #454444 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 6px !important;
	font-size: 15px !important;
	padding: 12px 20px !important;
}
.single_add_to_cart_button{
	margin-top: 8px !important;
}
.enquiry-btn2{
	background: #454444 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 6px !important;
	font-size: 16px !important;
	padding: 12px 20px !important;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.related.products .product_type_simple{
	display:none !important;
}
.product-title2{
	font-size: 20px;
	font-weight: bold;
	color: #111111;
	margin-bottom: 8px;
	margin-top: 30px;
}
.product-title3{
	font-size: 20px;
	font-weight: 600;
	color: #3c3c3c;
	margin-bottom: 8px;
	margin-top: 15px;
}
.product-details tr th{
	background: #f1f1f1;
	min-width: 192px;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
}
.product-details tr td{
	font-size:14px;
	vertical-align: middle;
	color: #3e3e3e;
}
.scroller{
	margin-top:20px;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.form-box{
	background:#000;
	padding:30px 20px 0;
	border-radius: 7px;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:4px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:4px;
	font-size:15px;
	color:#868686;
	padding:13px 30px 13px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #000 !important;
	padding: 11px 43px !important;
	background: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 20px auto 0;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-_label{
	color: #fff;
	margin-top: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #fff;
	border-color: #ca1313;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.abt-title {
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: bold;
}
/* .abt-title.dup{
margin-top: 15px;
font-size: 24px;
color: #1e1d1d;
font-weight: 600;
} */
.ab-inner-text {
	color: #242323;
	font-size: 17px;
	font-weight: 500;
}
.terms ul{
	margin:0;
	padding:0;
}
.terms ul li{
	background:url(../images/tick.png) no-repeat;
	margin-bottom:10px;
	color: #242323;
	font-weight:500;
	list-style:none;
	padding-left: 35px;
	background-position: 0 2px;		
}
.inr-box1{
	text-align: center;
	box-shadow: 0 0 7px #b8b8b8;
	padding: 30px 7px 22px;
	min-height: 100%;
	border-radius: 5px;
}
.step-title{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 17px 0;
	border: 5px solid #fdfdfd;
	box-shadow: 0 0 3px #6f6f6f;
}
.step-title strong{
	display:block;
	font-size: 25px;
	font-weight: bold;
}
.step-title2{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}
.step-text {
	margin-top: 10px;
	font-size: 14px;
	color: #302f2f;
}
.step-text strong{
	display: block;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	color: #3b3a3a;
	margin-bottom: 10px;
}
.inr-box2-top{
	margin-top:30px;
}
.inr-box2{
	text-align:center;
	box-shadow: 0 0 5px #c3c0c0;
	padding: 20px 12px;
	min-height:100%;
	border-radius: 7px;
}
.inr-box2 img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(102%) contrast(105%);
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2-title{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.2;
}
.inr-box2-text{
	color:#000;
	margin-top: 6px;
	font-size: 15px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #201f1f;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #000;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.contact-right .send_btn input{
	margin: 20px 0 0;
}
.inner-box3-top {
	margin-top: 20px;
}
.inner-box3{
	border: 2px dashed #878787;
	padding: 30px 20px;
	min-height: 100%;
	border-radius: 5px;
}
.inner-box3 p{
	margin-bottom:0;
}
.sim-logo{
}
.sim-logo img{
	width: 78px;
	border-radius: 50%;
	border: 2px solid #000;
	padding: 12px;
}
.sim-content ul{
	margin:20px 0 0;
}
.sim-content ul li{
	margin-top: 5px;
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #434343;
}
.sim-content ul li strong{
	display:inline-block;
	font-size: 18px;
	color: #000;
	margin-top: 0;
}
.inner-box3 strong{
	display:block;
	margin-top:20px;
}
.bt-top{
	border-top: 1px solid #d1d1d1;
	margin-top: 20px;
	padding-top: 14px;
}
.sim-title {
}
.sim-title strong{
	display: block;
	font-size: 30px;
	margin-top: 10px;
	line-height: 30px;
}
.sim-title strong em{
	display:block;
	font-weight:normal;
	font-size: 15px;
	color:#000;
}
.call-btn3{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 8px 22px;
	border-radius: 50px;
	transition: ease 0.5s all 0s;
}
.call-btn3:hover{
	background: #3f3d3d;
}
.includes-title{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
}
.includes-text img{
	max-width:96px !important;
}
.includes-text2 img{
	max-width: 190px !important;
}
.includes-text3 img{
	max-width: 290px !important;
}
.includes-text4 img{
	width:290px;
}
.includes-text5 img{
	width:238px;
}
.inner-box4{
	border: 2px dashed #878787;
	padding: 30px 20px;
	min-height: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.ph-logo{
	max-width: 150px;
	margin-right: 20px;
}
.inner-box4 .call-btn3{
	padding: 8px 22px;
	font-size: 16px;
}
.ph-title{
	font-size: 18px;
	color: #000;
	font-weight:bold;
}
.ph-text{
	margin-top:10px;
	display: none;
}
.inner-box4 .sim-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}
.product-details2{
	margin-bottom: 45px;
}
.product-details2 tr th {
	background: #f1f1f1;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
	padding: 10px 15px;
}
.product-details2 tr td {
	font-size: 15px;
	vertical-align: middle;
	color: #090909;
	padding: 8px 15px;
}
.inner-box4.two{
	padding: 20px 10px;
}
.inner-box4.two p{
	margin-bottom:0;
}
.inner-box4.two .ph-logo {
	max-width: 105px;
	margin-right: 14px;
}
.inner-box4.two .sim-title {
	line-height: 1.1;
}
.inner-box4.two .sim-title strong{
	font-size: 20px;
	margin-top: 8px;
	line-height: 22px;
}
.inner-box4.two .bt-top{
	margin-top: 8px;
	padding-top: 2px;
}
.seo-bottom-part-heading {
	color: #000;
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.seo-bottom-part-details {
	color: #151515;
	font-size: 18px;
	line-height: 30px;
}
.seo-bottom-part-details strong{
	font-weight:600;
	color:#000;
}
.seo-bottom-part-details ul{
	margin:10px 0 0;
	padding:0;
}
.seo-bottom-part-details ul li{
	list-style:none;
	margin: 5px 0 0;
	line-height: 25px;
	padding-left: 18px;
	position:relative;
}
.seo-bottom-part-details ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	height: 8px;
	width: 8px;
	background: #000;
}
.seo-bottom-part-details p{
	margin-bottom:0;
}
.career-small-heading{
	color: #000;
	font-size: 20px;
	margin-top: 25px;
	font-weight: bold;
}
.career-small2{
	color: #424242;
	font-size: 20px;
	margin-top: 3px;
	font-weight: 600;
}
.career-details{
	margin-top: 5px;
	font-size: 18px;
	line-height: 26px;
}
.career-details a{
	color:#242424;
	font-weight: 500;
}
.apply-part{
	background: #000;
	padding: 35px 25px 0;
}
.apply-part .send_btn input {
	margin: 20px 0 0;
}
.frm_label{
	color:#fff;
	margin-top:16px;
}
.pr-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000;
}
.pr-title a{
	color: #000;
}
.new-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #000;
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	border-radius: 50px;
	margin: 19px 2px 0;
}
.new-btn a:last-child{
	padding: 8px 22px;
	background: #383838
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#1a1a1a;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #2a2b2a;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:500;
}
.back-btn a {
	background: #2e2e2e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 12px 28px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 0 0 50px;
	text-align: center;
}
.fix-btn{
	position: fixed;
	top: 176px;
	right: 0;
	z-index: 99;
	background: #161616;
	padding: 18px 10px;
}
.fix-btn img{
	width: 36px;
}
/* .whatsapp-fixed img{
animation: swing ease-in-out 0.3s infinite alternate;
}
@keyframes swing {
0% { transform: rotate(10deg); }
100% { transform: rotate(-10deg); }
} */
.ins {
	margin-top: 10px;
	display: inline-block;
}
.mob-fix{
	position: fixed;
	top: 37px;
	right: 66px;
	z-index: 999;
}
.mob-fix a{
	margin:0 3px;
}
.mob-fix img{
	width: 28px;
}
.pay-btn{
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 25px;
	border-radius: 50px;
	transition: ease 0.5s all 0s;
	margin-top: 20px;
}
.pay-btn:hover{
	background: #3f3d3d;
}
.review-sec {
	padding: 10px 0 35px;
}
.testi-part{
	margin-top:20px;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free {
	box-shadow:0 0 8px #c3c3c3;
	margin: 10px;
	margin-bottom: 20px;
	padding:15px 10px 15px !important;
	border-radius: 6px !important;
	min-height: 213px;
	position:relative;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.sp-testimonial-client-testimonial p{
	padding:0 !important;
	padding-top: 35px !important;
	color: #212121 !important;
	line-height: 24px !important;
	font-size: 15px !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color:#1d1d1d !important;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.cont{
		display:none;
	}
	.header{
		background: #000;
		padding:10px 0;
	}
	.menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 70px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}	
	.banner{
		margin-top: 90px;
		padding: 40px 0 0;
	}
	.banner-left img {
		margin-right: 15px;
		width: 72px;
		margin-top: 0;
	}
	.banner-left strong {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 6px;
	}
	.banner-btn {
		margin-left: 85px;
	}
	.banner-btn a {
		font-size: 16px;
		padding: 8px 25px;
	}
	.banner-right{
		position: relative;
		margin-top:30px;
	}
	.choose-list ul li{
		margin: 0 2px 5px;
	}
	.service-sec {
		padding: 30px 0;
	}
	.box5-top {
		margin-top: 25px;
		padding: 0 12px;
	}
	.buy-sell-sec {
		padding: 30px 0;
	}
	.title1{
		font-size: 25px;
	}
	.box1-top{
		margin-top: 25px;
		width:50%;
		padding: 0 10px;
	}
	.box1{
		padding: 12px 5px 20px;
	}
	.box1-title{
		margin-top: 9px;
		font-size: 17px;
	}
	.pic img {
		width: 128px;
	}	
	.show-btn{
		font-size: 14px;
	}
	.review-sec {
		padding: 10px 0 30px;
	}
	.sp-testimonial-free{
		min-height: auto;
	}
	.footer {
		padding: 30px 0 24px;
	}
	.foot_logo {
		text-align: left;
		margin-top: 0;
	}
	.copyright{
		padding: 15px 0 60px;
	}
	.foot_title{
		margin-top:15px;
	}
	.foot1.second li, .foot1.second li:first-child{
		font-size: 16px;
	}
	.line1::after{
		display:none;
	}
	.inr-box1-top{
		margin-bottom:25px;
	}
	.step-title2{
		font-size: 18px;
	}
	.step-title{
		font-size: 18px;
	}
	.step-title strong{
		font-size: 22px;
	}
	.page .entry-header, .blog_page_header{
		padding: 160px 0 70px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title{
		font-size: 22px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.inr-box2-top {
		margin-top: 20px;
	}
	.woocommerce ul.products li.product .button.enquiry-btn, .product_type_simple, .add_to_cart_button, .single_add_to_cart_button, #place_order{
		font-size: 13px !important;
		padding: 10px 20px !important;
	}
	.woocommerce-loop-product__title{
		font-size: 16px !important;
	}
	.woocommerce .woocommerce-ordering{
		float: left !important;
	}
	.product-title2{
		font-size: 18px;
	}
	.related h2{
		font-size: 20px;
	}
	.enquiry-btn2{
		font-size: 14px !important;
		padding: 10px 20px !important;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.ab-inner-text{
		font-size: 16px;
	}
	.inner-box3-top {
		margin-top: 15px;
	}
	.inner-box3{
		padding: 20px 15px;
	}
	.inner-box3 strong{
		margin-top: 10px;
	}
	.sim-content ul li{
		font-size: 16px;
	}
	.sim-content ul li strong{
		font-size: 17px;
	}
	.sim-title strong {
		font-size: 26px;
		line-height: 25px;
	}
	.call-btn3{
		font-size: 16px;
		margin-top: 16px;
	}
	.inner-box4{
		padding: 20px 10px;
	}
	.ph-logo {
		max-width: 110px;
		margin-right: 12px;
	}
	.bt-top {
		margin-top: 12px;
		padding-top: 12px;
	}
	.ph-text {
		font-size: 15px;
	}
	.inner-box4.two .ph-logo{
		max-width: 95px;
	}
	.ph-logo{
		max-width: 95px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		margin-bottom: 20px !important;
	}
	.inr-box1{
		padding: 20px 7px 22px;
	}
	.seo-bottom-part-heading{
		font-size: 22px;
	}
	.seo-bottom-part-details {
		font-size: 16px;
		line-height: 28px;
	}
	.career-small-heading {
		font-size: 18px;
		margin-top: 20px;
	}
	.career-small2{
		font-size: 17px;
	}
	.career-details{
		font-size: 17px;
	}
	.apply-part{
		padding: 20px 15px 0;
	}
	.contact-right .send_btn input, .apply-part .send_btn input{
		padding: 8px 38px !important;
		font-size: 17px !important;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner {
		padding: 55px 0 0 !important;
	}
	.banner-right {
		position: relative !important;
		margin-top: 30px !important;
		width: 100% !important;
	}
	.box5-top, .inner-box3-top, .inr-box1-top, .inr-box2-top{
		width:50%;
	}
	.inner-box4.two .ph-logo {
		max-width: 84px !important;
	}
	.ph-logo {
		max-width: 84px !important;
	}
	.inner-box4.two .sim-title strong{
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.inner-box4 .call-btn3{
		font-size: 12px !important;
	}
	.includes-text img {
		max-width: 85px !important;
	}
	.includes-text2 img {
		max-width: 154px !important;
	}
	.includes-text3 img {
		max-width: 100% !important;
	}
	.call-btn3{
		font-size: 14px !important;
		padding: 8px 24px !important;
	}
	.sim-title strong em{
		font-size: 14px !important;
	}
	.ph-title{
		font-size: 15px !important;
	}
	.sim-title strong {
		font-size: 18px !important;
		line-height: 20px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner {
		padding: 78px 0;
	}
	.banner-left strong{
		font-size: 25px;
	}
	.banner-left strong br{
		display:none;
	}
	.banner-right {
		position: absolute;
		margin-top: 0;
		bottom: 0;
		width: 350px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu-part .container{
		max-width: 1000px;
	}
	.call-btn{
		margin-left: 0;
		font-size: 11px;
		padding: 7px 14px;
	}
	.call-btn2{
		font-size: 11px;
		padding: 7px 16px;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 12px;
	}
	.banner-left img{
		margin-right: 15px;
		width: 88px;
	}
	.banner-left strong {
		font-size: 40px;
		line-height: 46px;
	}
	.banner-btn {
		margin-left: 100px;
	}
	.banner-btn a {
		font-size: 16px;
		padding: 8px 24px;
	}
	.step-title{
		font-size: 18px;
	}
	.step-title strong{
		font-size: 24px;
	}
	.step-title2{
		font-size: 18px;
	}
	.price-title{
		font-size: 17px;
	}
	.sim-title{
		font-size:13px;
	}
	.sim-title strong{
		font-size: 25px;
	}
	.call-btn3 {
		font-size: 14px;
		padding: 8px 21px;
	}
	.inner-box4 .call-btn3 {
		padding: 8px 22px;
		font-size: 14px;
	}
	.includes-text3 img, .includes-text4 img {
		max-width: 250px !important;
	}
	.ph-logo {
		max-width: 125px;
		margin-right: 15px;
	}
	.inner-box4 .sim-title{
		font-size: 13px;
	}
	.sim-title strong em{
		font-size: 13px;
	}	
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.banner {
		padding: 78px 0;
	}
	.banner-left strong{
		font-size: 25px;
	}
	.banner-left strong br{
		display:none;
	}
	.banner-right {
		position: absolute;
		margin-top: 0;
		bottom: 0;
		width: 350px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.menu-part .container{
		max-width: 1000px;
	}
	.call-btn{
		margin-left: 0;
		font-size: 11px;
		padding: 7px 14px;
	}
	.call-btn2{
		font-size: 11px;
		padding: 7px 16px;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 12px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu-part .container{
		max-width: 1000px;
	}
	.call-btn{
		margin-left: 0;
		font-size: 11px;
		padding: 7px 14px;
	}
	.call-btn2{
		font-size: 11px;
		padding: 7px 16px;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 12px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.menu-part .container{
		max-width: 1000px;
	}
	.call-btn{
		margin-left: 0;
		font-size: 11px;
		padding: 7px 14px;
	}
	.call-btn2{
		font-size: 11px;
		padding: 7px 16px;
	}
	.menu ul li{
		margin-right: 5px;
	}
	.menu ul li a{
		font-size: 12px;
	}
	.banner {
		padding: 195px 0 104px;
	}
	.banner-left img{
		margin-right: 15px;
		width: 88px;
	}
	.banner-left strong {
		font-size: 40px;
		line-height: 46px;
	}
	.banner-btn {
		margin-left: 100px;
	}
	.banner-btn a {
		font-size: 16px;
		padding: 8px 24px;
	}
	.banner-right{
		width: 468px;
	}
	.step-title{
		font-size: 18px;
	}
	.step-title strong{
		font-size: 24px;
	}
	.step-title2{
		font-size: 18px;
	}
	.price-title{
		font-size: 17px;
	}
	.sim-title{
		font-size:13px;
	}
	.sim-title strong{
		font-size: 25px;
	}
	.call-btn3 {
		font-size: 14px;
		padding: 8px 21px;
	}
	.inner-box4 .call-btn3 {
		padding: 8px 22px;
		font-size: 14px;
	}
	.includes-text3 img, .includes-text4 img {
		max-width: 250px !important;
	}
	.ph-title{
		font-size: 16px;
	}
	.inner-box4.two .sim-title strong{
		font-size: 18px;
	}
	.ph-logo {
		max-width: 125px;
		margin-right: 15px;
	}
	.inner-box4 .sim-title{
		font-size: 13px;
	}
	.sim-title strong em{
		font-size: 13px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.banner{
		padding: 235px 0 104px;
	}
}

@media screen and (min-width: 1920px) {
	.banner{
		padding: 260px 0 104px;
	}
	.page .entry-header, .blog_page_header{
		padding: 310px 0 115px !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner{
		padding: 310px 0 104px;
	}
	.page .entry-header, .blog_page_header{
		padding: 350px 0 140px !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner{
		padding: 380px 0 104px;
	}
	.page .entry-header, .blog_page_header{
		padding: 430px 0 170px !important;
	}
}    
