/*Global css*/
body{background-color:#fff !important;font-family: 'Muli', sans-serif; font-size:18px;font-weight:100;}
a,button{transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
a{text-decoration:none;color:#3e87ed;}
a:hover{text-decoration:none;outline:0;color:#333f49;}
a, img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
label{font-weight:400;}
.entry-title { 
text-align: center;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Muli', sans-serif;line-height: 1.3;margin: 0;padding: 0 0 20px;position: relative;color: #102133;font-weight:100;}
ul, ol{padding-left:18px;}
p{display:block;line-height:30px;margin:0;padding:0 0 20px;font-family: 'Muli', sans-serif;color: #313131; font-size:18px;}
.btn-custom { background:#ee0000; border:none;display:inline-block; font-size:14px; color:#fff; text-transform:uppercase; border-radius:5px;font-family: 'Muli', sans-serif; font-weight:500; padding:10px 30px;outline:none;}
.btn-custom:hover, .btn-custom:focus{ background:#313131; color:#fff; outline:none;}
.full-wdth{display:block;width:100%;position:relative;}
.mrg0{ margin:0px !important;}.pad0{ padding:0px !important}.bdr0{ border:none !important;}
/*Padding css*/
.pad5{padding:5px}.pad10{padding:10px}.pad15{padding:15px}.pad20{padding:20px}.pad25{padding:25px}.pad30{padding:30px}.pad40{padding:40px}.pad50{padding:50px}.pad60{padding:60px}.pad70{padding:70px}.pad80{padding:80px}.pad90{padding:90px}.pad100{padding:100px}.pad-t5{padding-top:5px}.pad-b5{padding-bottom:5px}.pad-l5{padding-left:5px}.pad-r5{padding-right:5px}.pad-t10{padding-top:10px}.pad-b10{padding-bottom:10px}.pad-l10{padding-left:10px}.pad-r10{padding-right:10px}.pad-t15{padding-top:15px}.pad-b15{padding-bottom:15px}.pad-r15{padding-right:15px}.pad-l15{padding-left:15px}.pad-t20{padding-top:20px}.pad-b20{padding-bottom:20px}.pad-l20{padding-left:20px}.pad-r20{padding-right:20px}.pad-t25{padding-top:25px}.pad-b25{padding-bottom:25px}.pad-l25{padding-left:25px}.pad-r25{padding-right:25px}.pad-t30{padding-top:30px}.pad-b30{padding-bottom:30px}.pad-l30{padding-left:30px}.pad-r30{padding-right:30px}.pad-t40{padding-top:40px}.pad-b40{padding-bottom:40px}.pad-l40{padding-left:40px}.pad-r40{padding-right:40px}.pad-t50{padding-top:50px}.pad-b50{padding-bottom:50px}.pad-l50{padding-left:50px}.pad-r50{padding-right:50px}.pad-t60{padding-top:60px}.pad-b60{padding-bottom:60px}.pad-t70{padding-top:70px}.pad-b70{padding-bottom:70px}.pad-t80{padding-top:80px}.pad-b80{padding-bottom:80px}.pad-t90{padding-top:90px}.pad-b90{padding-bottom:90px}.pad-t100{padding-top:100px}.pad-b100{padding-bottom:100px}.pad-b200{padding-bottom:200px}.pad-b150{padding-bottom:150px}.pad-t200{padding-top:190px}.pad-tb80{ padding-top:80px; padding-bottom:80px;}.pad-tb70{padding-bottom:70px; padding-top:70px;}.pad-tb60{padding-bottom:60px; padding-top:60px;}
/*Margin css*/
.mrg5{margin:5px}.mrg10{margin:10px}.mrg15{margin:15px}.mrg20{margin:20px}.mrg30{margin:30px}.mrg40{margin:40px}.mrg50{margin:50px}.mrg60{margin:60px}.mrg70{margin:70px}.mrg80{margin:80px}.mrg90{margin:90px}.mrg100{margin:100px}.mrg-t5{margin-top:5px}.mrg-b5{margin-bottom:5px}.mrg-l5{margin-left:5px}.mrg-r5{margin-right:5px}.mrg-t10{margin-top:10px}.mrg-b10{margin-bottom:10px}.mrg-l10{margin-left:10px}.mrg-r10{margin-right:10px}.mrg-t15{margin-top:15px}.mrg-b15{margin-bottom:15px}.mrg-l15{margin-left:15px}.mrg-r15{margin-right:15px}.mrg-t20{margin-top:20px}.mrg-b20{margin-bottom:20px}.mrg-l20{margin-left:20px}.mrg-r20{margin-right:20px}.mrg-t25{margin-top:25px}.mrg-b25{margin-bottom:25px}.mrg-l25{margin-left:25px}.mrg-r20{margin-right:20px}.mrg-t30{margin-top:30px}.mrg-b30{margin-bottom:30px}.mrg-l30{margin-left:30px}.mrg-r30{margin-right:30px}.mrg-t40{margin-top:40px}.mrg-b40{margin-bottom:40px}.mrg-l40{margin-left:40px}.mrg-r40{margin-right:40px}.mrg-t50{margin-top:50px}.mrg-b50{margin-bottom:50px}.mrg-t60{margin-top:60px}.mrg-b60{margin-bottom:60px}.mrg-t70{margin-top:70px}.mrg-b70{margin-bottom:70px}.mrg-t80{margin-top:80px}.mrg-b80{margin-bottom:80px}.mrg-t90{margin-top:90px}.mrg-b90{margin-bottom:90px}.mrg-t100{margin-top:100px}.mrg-b100{margin-bottom:100px}


/*==============Owl-Carousel CSS==============================*/
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
@keyframes fadeOut { 0% {opacity: 1;}100% {opacity: 0;}}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-item img{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#333}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-controls .owl-prev, .owl-controls .owl-next{ background:#f0f0f0; width:48px; height:48px;@include border-radius(50%); position:relative;}
.owl-controls .owl-nav{width:120px; margin:0 auto;}
.owl-controls .owl-dots {text-align: center;margin-top: 0;position: absolute;z-index: 9;bottom: -40px;right: 0;left: 0;}
.owl-controls .owl-dots .owl-dot{display: inline-block;}
.owl-controls .owl-dots .owl-dot span{width:10px; height:10px; margin: 0 3px; background-color: #bbc2ca; opacity:1; display: inline-block; border-radius:10px;}
.owl-controls .owl-dots .owl-dot.active span{opacity: 1;background-color: #102133;}
/*==============Owl-Carousel CSS==============================*/


.container{width:100%;max-width:1700px;position:relative;}

.header{
	background: #102133;
	padding: 0 30px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.md-header{
	height: 80px;
	max-width: 1920px;
    padding: 0 15px;
    margin: 0 auto;
}
/*.navnewclass .md-header{
	height:50px;
}*/

.rigth-info{
    transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
}
.navnewclass .md-header {
    height: 45px;
}
.navnewclass .rigth-info{
    margin: -100px 0 0 0;
}
.navnewclass .logo {
    width: 54px;
    overflow: hidden;
}
.navnewclass .logo img {
    min-width: 120px;
}
.navnewclass .logo span{opacity: 0; visibility: hidden; display: none;}
.logo{
	display: flex;
}
.logo span {
    font-size: 18px;
    color: #fff;
    padding: 0;
    display: block;
    margin: 0 0 0 35px;
    position: relative;
    bottom: -6px;
        font-weight: 100;
}
.logo img{
	display: block;
}

.navigation ul{
	margin: 0;
	padding: 0;
}
.navigation ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.navigation ul li{
	margin: 0 31px 0 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	position: relative;
}
.navigation ul li a{
	display:block;
	font-size: 20px;
	color: #fff;
	font-weight: 100;
	position: relative;
}
.navigation > ul > li > a:after{
	width: 10px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	opacity: 0;
	transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
}
.navigation ul li a:hover:after{ width: 100%; opacity:1;}

.navigation ul li .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    width: 270px;
    background: #1f9fff;
    margin: 0;
    padding:0 22px 22px;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.navigation ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navigation ul li .sub-menu li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #1b98f7;
}
.navigation ul li .sub-menu, .navigation ul li:hover .sub-menu {
    top: 55px;
}

.navigation ul li .sub-menu li:last-child{
    border-bottom:none;
}
.navigation ul li .sub-menu li a{
    display: block;
    padding:12px 0;
    font-size:16px;
}


.hd-search{
	width: 205px;
	position: relative;
}
.hd-search .form-control{
	width:100%;
	background: #fff;
	border-radius: 50px;
	border: none;
	outline: none;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 20px;
	font-weight: 100;
}
.ser-btn{
	position: absolute;
	right:10px;
	top:7px;
	border: none;
	background:inherit;
	cursor: pointer;
}
.user-hd{
	margin-left: 25px;
}

.delivery-type{
	background: #fff;
	padding: 30px 0;
}
.delivery-type .container{max-width:1230px;}
.dely-block{
}
.dely-block i{
	display:block;
	margin-right: 15px;
}
.dely-block span{
	display:block;
	color: #102133;
	font-size: 18px;
	font-weight:800;
	line-height: 24px;
}

.banner{
	background:#102133;
	height:830px;
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}
.banner-round-bg{
	position: absolute;
	top:55px;
	right: 0;
	width: 875px;
	height: 440px;
	background: #2d58db;
	border-radius:300px 0 0 300px;
	animation-delay:2s;
}
.banner-round-bg1{
	position: absolute;
	top:90px;
	left:-100px;
	width: 200px;
	height:200px;
	background: #2ce6ff;
	border-radius:50%;
	animation-delay:2.6s;
}
.banner-round-bg2{
	position: absolute;
	bottom: 0;
	left:0;
	width:540px;
	height:130px;
	background: #7fedfe;
	border-radius:0 150px 0 0;
	animation-delay:3s;
}
.banner-round-bg3{
	position: absolute;
	top:260px;
	left:0;
	width:170px;
	height:330px;
	background: #2ce6ff;
	border-radius:0 250px 250px 0;
	animation-delay:2s;
}
.banner-round-bg4{
	position: absolute;
	bottom: 0;
	right:0;
	width:1500px;
	height:260px;
	background: #2e58db;
	border-radius:300px 0 0 0;
	animation-delay:1s;
}
.banner .container{
	max-width: 1510px;
}
.banner-slide{
	padding-top: 130px;
}
.banner-left{
	max-width: 720px;
}
.banner-slide-two .banner-left{
	max-width: 780px;
}
.banner-slide-three .banner-left {
    max-width: 830px;
}
.bannet-heading{
	font-size: 50px;
	display: block;
	color: #fff;
	font-weight: 300;
	line-height: 60px;
	padding-bottom:40px;
}
.bannet-heading strong{
	font-weight:800;
	display: block;
}
.banner-left p{
	font-size: 26px;
	color: #b7bcc2;
	line-height: 34px;
}
.banner-link{
	display: block;
}
.banner-link a{
	display:inline-block;
	font-size: 24px;
	color: #fff;
	border-radius: 30px;
	padding:7px 20px;
	border: solid 2px transparent;
	margin-right: 13px;
	margin-bottom:20px;
}
.sky-blue{
	background: #1f9fff;
}
.blue-bt{
	background: #2d58db;
}
.sky-blue-border{
	border-color: #7fedfe !important;
	color: #7fedfe !important;
}
.yello-bt{
	background: #fbfd3a;
	color: #102133 !important;
}
.banner-link a span.fa-star{
	font-size:18px;
	position: relative;
    top: -2px;
}

.banner-right-img{
	position: relative;
}
.mint-btn{
	position: absolute;
	top: 165px;
	right: 0;
	background: #1f9fff;
	color: #fff;
	font-size: 26px;
	padding:0 40px;
	height: 68px;
	line-height: 68px;
	border-radius:50px;
}
.mint-btn span.fa-star{
	font-size:24px;
	position: relative;
    top: -2px;
}
.banner-right-img img{
	display: block;
}
.banner-slide-two .banner-right-img{
	margin:-55px 50px 0 0;
}
.banner-slide-two .banner-right-img img{
	animation-delay:3s;
}
.banner-slide-two .banner-link{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.banner-slide-two .banner-link a{
	position: absolute;
	padding: 7px 30px;
}
.dark-blue{
	background: #183165;
	color: #697b9f !important;
	font-size: 18px !important;
	padding: 5px 20px !important;
}
.ms-dark-blue{
	background: #16588d;
	color: #769dbc !important;
	font-size: 18px !important;
	padding: 5px 20px !important;	
}
.dark-blue-border{
	border-color: #305c6e !important;
	color: #305c6e !important;
	font-size: 18px !important;
	padding: 5px 20px !important;	
}
.sky-blue-border {
    border-color: #1f9fff !important;
    color: #1f9fff !important;
}
.btn1 {
    left: -65px;
    top: -12px;
    animation-delay:4.2s;
}
.btn2{
	right: -170px;
    top: 30px;
    animation-delay:4.4s;
}
.btn3{
	right: -65px;
    top:105px;
    animation-delay:4.6s;
}
.btn4 {
    right: -210px;
    top: 160px;
    animation-delay:4.8s;
}
.btn5 {
    top: 190px;
    left: -100px;
    animation-delay:5s;
}
.btn6 {
    top: 290px;
    right: -200px;
    animation-delay:5.2s;
}
.btn7 {
    bottom: 205px;
    left: -105px;
    animation-delay:5.4s;
}
.btn8 {
    bottom:50px;
    left: -75px;
    animation-delay:5.6s;
}
.banner-round-bg5{
	width: 100px;
	height: 200px;
	background: #1f9fff;
	border-radius: 0 150px 150px 0;
	position: absolute;
	left: 0;
	top: 220px;
	animation-delay:1.6s;
}
.banner-round-bg6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width:665px;
    height:200px;
    background: #7fedfe;
    border-radius: 0 400px 0 0;
    animation-delay:2s;
}
.banner-round-bg7 {
    width: 1000%;
    height: 700px;
    position: absolute;
    right: -985%;
    top: -80px;
    background: #1f9fff;
    animation-delay:1s;
}
.banner-round-bg8 {
    width: 700px;
    height: 700px;
    position: absolute;
    right: -125px;
    top:-80px;
    background: #2e58db;
    border-radius: 50%;
    animation-delay:.6s;
}
.banner-slide-three .banner-right-img {
    top: -5px;
    animation-delay:2s;
}
.banner-slide-three .banner-right-img img{
    animation-delay:3s;
}
.phone-line-info{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.phone-line-info span{
	display: block;
}
.phone-line-info span img{
	display: inline-block;
}
.phone-line-info span strong{
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}
.phone-line {
    position: absolute;
    top: -20px;
    right: -45px;
    animation-delay:3.3s;
}
.phone-line strong {
    position: relative;
    top: -26px;
}
.phone-line-one {
    position: absolute;
    top: 150px;
    left: -175px;
    animation-delay:3.6s;
}
.phone-line-one strong {
    position: relative;
    top: -2px;
}
.phone-line-two {
    position: absolute;
    bottom: 90px;
    left: 60px;
    animation-delay:3.9s;
}
.phone-line-two strong {
    position: relative;
    top: 26px;
}

.banner-round-bg9{
	position: absolute;
	bottom: 130px;
	left: 0;
	width: 150px;
	height: 300px;
	background: #1f9fff;
	border-radius: 0 300px 300px 0;
	animation-delay:1.6s;
}
.banner-round-bg10 {
    width: 1000%;
    height: 380px;
    position: absolute;
    right:-956%;
    top: 50px;
    background: #2ce6ff;
    border-radius: 300px 0 0 300px;
    animation-delay:0.4s; 
}
.banner-round-bg11 {
    width:1450px;
    height:280px;
    position: absolute;
    bottom:0;
    right:50px;
    background: #2e58db;
    border-radius: 300px 300px 0 0;
    animation-delay:2s;
}
.banner-slide-four .banner-right-img {
    top: -75px;
}
.banner-slide-four .banner-right-img img{
    animation-delay:2.8s;
}
.banner-slide-one .banner-right-img {
    top: -75px;
    animation-delay:3.6s;
}


.banner-slide-one .ani-btn {
    left: -65px;
    top: -12px;
    animation-delay:0.4;
}
.banner-slide-one .ani-btn1{
	right: -170px;
    top: 30px;
    animation-delay:0.6s;
}
.banner-slide-one .ani-btn2{
	right: -65px;
    top:105px;
    animation-delay:0.8s;
}
.banner-slide-one .ani-btn3{
    right: -210px;
    top: 160px;
    animation-delay:1s;
}
.banner-slide-one .ani-btn4{
    top: 190px;
    left: -100px;
    animation-delay:1.2s;
}
.banner-slide-one .ani-btn5{
    top: 290px;
    right: -200px;
    animation-delay:1.4s;
}
.banner-slide-one .ani-btn6{
    bottom: 205px;
    left: -105px;
    animation-delay:1.6s;
}
.banner-slide-one .ani-btn7 {
    bottom:50px;
    left: -75px;
    animation-delay:1.8s;
}

/*******best-selling-block***********/
.best-selling-block{
	padding: 70px 0 0;
}
.best-selling-block .container{
	border-bottom: solid 1px #e7ecf0;
    padding-bottom:90px;
}
.heading-box{
	display:block;
	text-align: center;
	padding-bottom:70px;
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.heading-box h2{
	display:block;
	font-size: 26px;
	margin: 0;
	padding: 0;
	font-weight:100;
}
.view-all-bt{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color:#102133 !important;
}
.view-all-bt:hover{
	color:#2d58db;
}

.selling-box{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.title-hd{
	text-align: center;
	padding-bottom: 40px;
}
.ph-hd{
	display:block;
	font-size: 24px;
	color: #102133;
	padding-bottom: 5px;
}
.title-hd ul{
	margin: 0 -30px;
	padding: 0;
}
.title-hd ul li{
	margin: 0;
	padding:0 15px;
	list-style: none;
	display: inline-block;
	color: #102133;
	font-size: 15px;
}
.phone-img{
	min-height: 380px;
	position: relative;
	padding-bottom: 60px;
}
.phone-img img{
	margin: 0 auto;
	display: block;
}
.pgone-info{
	position: absolute;
	bottom:15px;
	right: 0;
	left: 0;
}
.pgone-info a{
	background: #f0f5f8;
	font-size: 16px;
	display: inline-block;
	color: #102133;
	border-radius: 20px;
	padding: 5px 15px;
	margin-right: 5px;
	margin-top: 10px;
}
.price-box{
	text-align: center;
}
.lowest{
	display: block;
	font-size: 16px;
	color: #102133;
	padding-bottom: 10px;
}
.price-box .btn-custom{
	width: 100%;
	display: block;
	border-radius: 50px;
	background: #2d58db;
	padding:8px 0;
	font-size: 24px;
	font-weight: 600;
}
/*******best-selling-block end***********/


/************latest-phones-block*********/
.latest-phones-block{
	display: block;
	padding: 70px 0 50px;
}
.latest-phones-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.latest-phones-slider .item {
    width: 16.666%;
    padding: 0 8px 50px;
}
.latest-phones-slider .selling-box {
    padding:15px;
}
.latest-phones-slider .ph-hd {
    font-size:22px;
    padding-bottom:0;
}
.latest-phones-slider .title-hd {
    padding-bottom:30px;
}
.latest-phones-slider .phone-img {
    min-height:inherit;
    padding-bottom:15px;
}
/************latest-phones-block end*********/


/************ltest-news-block************/
.ltest-news-block{
	background: #eaeff5;
	padding: 70px 0 100px;
}
.news-blox{
	display: block;
}
.news-img{
	display: block;
	margin-bottom: 20px;
}
.news-img img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.news-info{
	display: block;
}
.news-info span{
	display: block;
	color: #102133;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 5px;
}
.news-info span a{
	color: #102133;
}
.news-info span a:hover{
	color:#1F9FFF;
}
.news-info small{
	display: block;
	color: #656f79;
	font-size: 16px;
	padding-bottom: 30px;
	font-weight:100;
}
.news-info p{
	display: block;
	color: #656f79;
	font-size: 18px;
	padding: 0;
	margin: 0;
	line-height: 24px;
}
/************ltest-news-block end************/

/***********popular-handsets-block***********/
.popular-handsets-block{
	background: #fff;
	padding: 70px 0;
}
.handsets-info{
	display: block;
}
.handsets-info span{
	display: block;
	font-size: 22px;
	color: #102133;
	font-weight: 400;
	padding-bottom: 30px;
}
.handsets-info ul{
	margin: 0;
	padding: 0;
}
.handsets-info ul li{
	margin: 0;
	padding:0 0 10px;
	display: block;
	list-style:none;
	font-size: 18px;
	color: #656f79;
	/*font-weight: 300;*/
}
.handsets-info ul li a{
	color: #656f79;
}
.handsets-info ul li a:hover{
	color: #102133;
}
/***********popular-handsets-block end***********/

/******footer**********/
.footer{
	background: #102133;
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.footer-info{
    padding-bottom: 135px;
}
.ft-nav{
	display: block;
	flex: 1;
}
.ft-nav ul{
	display: block;
	margin: 0;
	padding: 0;
	width: 18%;
}
.ft-nav ul li{
	display: block;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.ft-nav ul li a{
	color: #c0c8d5;
}
.ft-nav ul li a:hover{
	color: #fff;
}
.social-info{
	display: block;
	margin: 0;
	padding: 0;
}
.social-info li{
	display:inline-block;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
.social-info li a{
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #97aced;
	border-radius: 50%;
	line-height: 44px;
	color: #2d58db;
	text-align: center;
	font-size: 26px;
}
.social-info li a:hover{
	background: #fff;
}
.copy-text{
	color: #c0c8d5;
	font-size: 14px;
	padding: 0 0 0 30px;
	  max-width: 1920px;
    margin: auto;
}
.ft-round-bg{
	background: #2ce6ff;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -100px;
	top: 100px;
}
.ft-round-bg-one{
	background: #2d58db;
	width: 950px;
	height:220px;
	border-radius:0 0 0 250px;
	display: block;
	position: absolute;
	right:0;
	top: 0;
}
.delivery-type.delivery-type-mobile{
	display:none;
}


.container2{display:block;cursor:pointer;}
.bar1, .bar2, .bar3{width:25px;height:2px;background-color:#fff;margin:5px 0;transition:0.4s;}
.change .bar1{-webkit-transform:rotate(-45deg) translate(-2px, 2px);transform:rotate(-45deg) translate(-2px, 2px);}
.change .bar2{opacity:0;}
.change .bar3{-webkit-transform:rotate(45deg) translate(-8px, -8px);transform:rotate(45deg) translate(-8px, -8px);}
.menuImage{display:none;}
.mob-search-bt{
	display: none;
}
.find-btn{
	display:none; 
}
.carousel, .carousel-inner, .carousel-item {
    position:inherit;
    height: 100%;
}

.scroll-hidden::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:2;
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.buyer-seller-box{
	position: absolute;
	bottom:95px;
	right: 0;
	left: 0;
	text-align: center;
}
.buyer-seller-box span{
	display: block;
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
}
.buyer-seller-box a{
	display: inline-block;
	font-size: 26px;
	color: #fff;
}
.buyer-seller-box img{
	margin:-6px 15px 0;
}

.main-pages{
	padding-top: 80px;
}
.browse-phones {
    background: #1f9fff;
    padding: 15px 0 20px;
}
.browse-phones span{
	font-size: 28px;
	color: #fff;
	display: inline-block;
	padding-right: 80px;
}
.br-btn{
	display: inline-block;
	background: #f0f5f8;
	border-radius: 20px;
	font-size: 18px;
	color: #102133;
	padding:6px 20px;
	margin-right: 6px;
}
.br-btn i{
	margin-left: 20px;
}
.clear-bt{
	font-size: 16px;
	color: #fff;
	display: inline-block;
}
.browse-phones .br-btn .fa-star{
	color: #102133;
	font-size: 12px;
	padding: 0;
	position: relative;
	top: -2px;
}
.buy-page{
	padding: 30px 0;
}
.left-filter-outer {
    width: 18%;
}
.brand-list{
}
.brand-list ul{
	margin: 0;
	padding: 0;
	display: block;
}
.brand-list ul li{
	margin: 0;
	display: block;
	list-style: none;
}
.brand-list ul li a{
	font-size: 18px;
	color:#102133;
	border-bottom: solid 1px #d5e1eb;
	display: block;
	padding:10px 0;
	position: relative;
}
.brand-list ul li a[aria-expanded="false"]:after {
    position: absolute;
    top: 18px;
    right:10px;
    content: "";
    transition-duration: 0.3s;
    background: url(../images/select-arrow.png) no-repeat;
    width: 15px;
    height: 9px;
}
.brand-list ul li a[aria-expanded="true"]:after {
    transform: rotate(180deg);
    position: absolute;
    top: 18px;
    right:10px;
    content: "";
    background: url(../images/select-arrow.png) no-repeat;
    width: 15px;
    height: 9px;
    transition-duration: 0.3s;
}
.sub-list{
	padding: 25px 0 0;
}
.sub-show{
	padding-bottom:15px;
}
.sub-show h6{
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px;
	color:#102133;
	font-weight:900;
}

/* Custom labels: the container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.checkcontainer strong {
    font-weight: 400;
    width: 120px;
    display: inline-block;
}
.checkcontainer i{
	font-size: 10px;
	color: #818c96;
	position: relative;
	top: -1px;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  	position: absolute;
	  opacity: 0;
cursor: pointer;}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top:0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn{
  position: absolute;
  top:3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d5e1eb;
  border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn{
  background-color: #102133;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

.filter-result-block {
    width: 80%;
}
.show-ph-list{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.show-ph-list .item {
    width:20%;
    padding: 0 8px 30px;
}
.show-ph-list .selling-box {
    padding: 15px;
}
.show-ph-list .title-hd {
    padding-bottom: 25px;
}
.show-ph-list  .ph-hd {
    font-size:20px;
    padding-bottom: 0;
}
.show-ph-list .phone-img {
    min-height: inherit;
    padding-bottom: 15px;
}
.show-ph-list .phone-img img {
    height: 220px;
    object-fit: contain;
}

.buy-review-block{
	background: #e9eff4;
	padding: 100px 0 50px;
}
.review-box{
	text-align: center;
}
.review-box p{
	font-size: 26px;
	line-height: 34px;
	color:#102133;
	padding: 0 0 20px;
	margin: 0;
	min-height: 130px;
}
.name-rv{
	display: block;
	font-size: 16px;
	font-weight:900;
	color:#102133;
	padding-bottom: 5px;
}
.review-box img{
	display: block;
	margin: 0 auto 5px;
}
.trust-logo{
	display: block;
	text-align: center;
	padding-top: 40px;
}

.ext-text{
	height: 100%;
	background-size: cover !important;
	display: flex;
    align-items: center; 
}
.ext-text p{
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 0;
	line-height: 36px;
}
.pagination {
    justify-content: center;
    padding:80px 0;
    margin: 0;
}
.pagination li{
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
.pagination li a{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	background: #d5e1eb;
	font-size: 14px; 
	color: #fff;
	display: block;
}
.pagination li a:hover{
	background: #102133;
}
.pagination li.previous-bt a{
	background: none;;
	color: #d5e1eb;
}
.pagination li.previous-bt a:hover{
	background: #102133;
	color: #fff;
}


ul.breadcrumb {
  padding:0 0 30px 0;
  list-style: none;
  background: none;
  margin: 0;
}
ul.breadcrumb li {
  display:inline-block;
  font-size: 14px;
	font-weight: 300;
}
ul.breadcrumb li+li:before {
  padding: 0 7px;
	content: ">";
  color: rgba(16, 33, 51, 0.5);
}
ul.breadcrumb li a {
  color: rgba(16, 33, 51, 0.5);
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.src-result-box {
    padding-bottom: 20px;
}
.co-result{
	font-size: 14px;
	color: #6a87a7;
	display: block;
}
.select-typ-rt{
	display: flex;
}
.select-typ-rt label{
	font-size: 16px;
	display:block;
	margin: 0 20px 0 0;
}
.select-typ-rt .form-control{
	width: 200px;
	height:25px !important;
	line-height:25px;
	padding: 0;
	border:none;
	font-weight: 900;
	font-size: 16px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow.png) no-repeat center right;
}
.select-typ-rt .form-control:focus {
    background-color:inherit;
    border-color:inherit;
    box-shadow: none;
}


/*******blog*********/
.blog-page{
	padding: 30px 0;
}
.left-post-block {
    width: 74%;
}
.latest-rt {
    display: inline-block;
    font-size: 16px;
    color: #102133;
    padding: 8px 35px;
    background: #fcfd3a;
    border-radius: 20px;
    margin: 20px 0 8px -70px;
}
.left-post-block .news-blox.big-post{
	padding-bottom:70px;
}
.left-post-block .news-blox{
	padding-bottom:50px;
}
.news-blox.big-post span{
	font-size: 34px;
	line-height:43px;
}
.post-tital {
    min-height: 75px;
}
.news-blox.big-post .news-img {
    width: 56%;
}
.news-blox.big-post .news-info {
    width: 44%;
    padding-left: 20px;
}
.tag-post{
	display: block;
	padding-top:30px;
}
.news-blox.big-post .tag-post{
	padding-top: 50px;
}
.tag-post a{
	display:inline-block;
	font-size: 16px;
	color: #646f7c;
	background: #d5e1eb;
	padding:6px 20px;
	border-radius: 20px;
	margin-right: 2px;
	margin-bottom:10px;
}
.tag-post a:hover {
    background: #102133;
    color: #fff;
}
.inner-footer .ft-round-bg-one {
    background: #00d369;
}
.inner-footer .ft-round-bg {
    background: #6cffa7;
}
.inner-footer .social-info li a {
    background: #fff;
    color: #00d469;
}
.inner-footer .social-info li a:hover{
    background: #fff;
    color: #00d369;
}

.right-post-block {
    width: 17%;
}
.list-post-tp{
	display: block;
	padding-bottom: 20px;
}
.list-post-tp h6{
	display: block;
	font-size: 18px;
	color:#102133;
	margin: 0 0 15px;
	padding: 0 0 8px;
	border-bottom: solid 2px #e5edf4;
}
.list-post-tp ul{
	margin: 0;
	padding: 0;
}
.list-post-tp ul li{
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	display: block;
}
.list-post-tp ul li a{
	display: block;
	font-size: 22px;
	color: #102133;
	line-height: 30px;
}
.list-post-tp ul li a:hover{
	color:#1F9FFF;
}
.list-post-tp ul li small {
    display: block;
    color: #656f79;
    font-size: 14px;
    padding:20px 0 0;
}


.right-post-block .widget_recent_entries h2, .right-post-block .widget_categories h2, .right-post-block .widget_tag_cloud h2{
	display: block;
	font-size: 18px;
	color:#102133;
	margin: 0 0 15px;
	padding: 0 0 8px;
	border-bottom: solid 2px #e5edf4;
}
.right-post-block .widget_recent_entries ul{
	margin: 0;
	padding: 0;
}
.right-post-block .widget_recent_entries ul li{
	margin: 0;
	padding: 0 0 25px;
	list-style: none;
	display: block;
}
.right-post-block .widget_recent_entries ul li a{
	display: block;
	font-size: 22px;
	color: #102133;
	line-height: 30px;
}
.right-post-block .widget_recent_entries ul li a:hover{
	color:#1F9FFF;
}
.right-post-block .widget_recent_entries ul li span.post-date {
    display: block;
    color: #656f79;
    font-size: 14px;
    padding:20px 0 0;
}


.list-post-tp.categories-list span{
	display: block;
	font-size: 16px;
	font-weight: 800;
	padding-bottom:10px;
}
.right-post-block .widget_categories ul{
	margin: 0;
	padding: 0;
}
.right-post-block .widget_categories ul li{
	padding: 0 0 8px;
	list-style: none;
	display: block;
	margin: 0;
}
.right-post-block .widget_categories ul li a{
	font-size: 16px;
	line-height: 20px;
	color: #102133;
} 
.right-post-block .widget_categories ul li a:hover{
	color:#1F9FFF;
}

.right-post-block .widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 15px !important;
    color: #646f7c;
    background: #d5e1eb;
    padding: 6px 18px;
    border-radius: 20px;
    margin-right: 2px;
    margin-bottom: 10px;
}
.right-post-block .widget_tag_cloud .tagcloud a:hover {
    background: #102133;
    color: #fff;
}

.single-post{
	position: relative;
	background: #fff;
}
.single-post:before{
	position: absolute;
	background: #f5f9fc;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 600px;
	content: "";
}
.single-post .news-blox.big-post{
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.single-post .news-blox.big-post .news-info {
    width:100%;
    padding-left:0;
}
.single-post .news-blox.big-post .news-img {
    width:100%;
}
.single-post .sing-top-text{
	padding-bottom:50px;
}
.single-post .sing-top-text p{
	font-size: 28px;
	line-height: 40px;
}

.single-post .sing-bot-text p{
	font-size: 22px;
	line-height:34px;
	padding-bottom:30px;
}
.single-post .sing-bot-text h6{
	margin: 0;
	padding: 0 0 5px;
	font-size: 22px;
	color: #102133;
}
.single-post .news-blox.big-post .tag-post{
	padding-top:20px; 
	padding-bottom:30px;
}
.blog-page.single-post .social-info li {
    margin: 0 10px 0 0;
}
.blog-page.single-post .social-info li a {
    width:35px;
    height:35px;
    line-height:35px;
    font-size:20px;
    background:#646F7C;
    color: #fff;
}
.ltest-news-block.recent-block-md{
	background: #F5F9FC;
}

.ft-nav .widget_nav_menu{
	width: 18%;
}
.ft-nav .widget_nav_menu ul{
	width:100%;
}





.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
}
.navigation.pagination a{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	background: #d5e1eb;
	font-size: 14px; 
	color: #fff;
	display: block;
	margin: 0 5px;
}

.navigation.pagination a:hover{
	background: #102133; 
}
.navigation.pagination span.current{
	background: #102133;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px; 
	color: #fff;
	display: block; 
}
.navigation.pagination a.next {
    width: auto;
    padding: 0 10px;
}



.help-page{
	padding: 30px 0;
}
.help-search{
	display: block;
}
.help-search h1{
	display: block;
	margin: 0;
	padding: 0 0 30px;
	font-size: 45px;
	color: #102133;
	text-align: center; 
}
.form-box{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom:80px;
}
.form-box .form-control {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    height: 65px;
    line-height: 65px;
    padding: 0 40px 0 30px;
    font-size: 18px;
}
.form-box .ser-btn {
    right: 15px;
    top: 19px;
}
.form-box p{
	font-size: 22px;
	color: #102133;
	margin: 0;
	padding:50px 0 0 0;
	text-align: center;
}
.help-info-list{
	margin: 0;
	padding: 0;
	text-align: center;
}
.help-info-list li {
    margin: 0;
    padding: 0 0 70px;
    list-style: none;
    display: inline-block;
    width: 24%;
}
.gen-help{
	display: block;
}
.gen-help img{
	display: block;
	margin: 0 auto 15px;
}
.gen-help span{
	display: block;
	font-size: 26px;
	margin: 0;
	padding: 0 0 15px;
}
.gen-help span a{
    color: #212529;
}
.gen-help p{
	display: block;
	font-size:18px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #646F7C;
}

.lastest-guides-slider .news-blox{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.lastest-guides-slider .news-blox.daek-bg-box{
	background: #102133;
}
.lastest-guides-slider .news-blox.green-box{
	background: #00d369;
}
.lastest-guides-slider .news-img {
    margin-bottom: 0;
    position: relative;
}
.new-tg{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
	font-size: 15px;
	color: #102133;
	background: #fcfd3a;
	padding: 8px 20px;
	border-radius: 30px;
	z-index: 1;
}
.lastest-guides-slider .news-img img {
    border-radius: 0;
}
.lastest-guides-slider .news-info{
	padding: 15px;
}
.lastest-guides-slider .news-info span {
    font-size: 22px;
    line-height:30px;
    padding-bottom: 5px;
}
.lastest-guides-slider .news-info span a {
    color: #1F9FFF;
}
.lastest-guides-slider .news-blox.green-box .news-info span a{
	color: #fff;
}
.lastest-guides-slider .news-info small {
    font-size: 14px;
    padding-bottom:25px;
}
.lastest-guides-slider .news-blox.daek-bg-box .news-info small{
	color: #fff;
}
.lastest-guides-slider .news-blox.green-box .news-info small{
	color: #102133;
}
.lastest-guides-slider .news-info p {
    font-size: 16px;
}
.lastest-guides-slider .news-blox.daek-bg-box .news-info p{
	color: #fff;
}
.lastest-guides-slider .news-blox.green-box .news-info p{
	color: #102133;
}
.sml-hd{
	font-size: 16px;
	padding-bottom: 15px;
}
.lastest-guides-slider .news-blox.daek-bg-box .sml-hd{
	color: #fff;
}


.returns-refunds-srt{
	display: block;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom:70px;
}

.returns-refunds-srt .card{
	background: inherit;
	border:none;
}
.returns-refunds-srt .card-header{
	padding: 0;
	background: inherit;
	border: none;
	border-bottom:solid 1px #e5edf3;
}
.returns-refunds-srt .card-header a{
	font-size: 20px;
	color: #333f49;
	padding: 20px 0;
	display: block;
	position: relative;
}
.returns-refunds-srt .card-header a:after{
	width: 15px;
	height: 9px;
	background: url(../images/select-arrow.png) no-repeat;
	content: "";
	right: 0;
	top:50%;
	position: absolute;
	transform: translateY(-50%);
}
.returns-refunds-srt .card-header a[aria-expanded="true"]:after{
    transform: rotate(-180deg);
}
.returns-refunds-srt .card-header a[aria-expanded="false"]:after{
    transform: rotate(0deg);
}
.returns-refunds-srt .card-body{
	border-bottom:solid 1px #e5edf3;
	padding:30px 0 15px;
}
.returns-refunds-srt .card-body p{
	padding: 0 0 15px;
	margin: 0;
	color: #3f4d5d;
}
.returns-refunds-srt .card-body ul{
	margin: 0;
	padding:0 0 15px; 
}
.returns-refunds-srt .card-body ul li{
	margin: 0;
	padding:0 0 0 12px;
	list-style: none; 
	color: #3f4d5d;
	position: relative;
}
.returns-refunds-srt .card-body ul li:before{
	position: absolute;
	width: 5px;
	height: 5px;
	background: #3f4d5d;
	content: "";
	top:11px;
	left: 0;
	border-radius: 10px;
}
.returns-hd{
	display: block;
	text-align: center;
	padding-bottom: 40px;
	border-bottom:solid 1px #e5edf3;
}
.returns-hd h1{
	display: block;
	margin: 0;
	padding: 0 0 0px;
	font-size: 45px;
	color: #102133;
	text-align: center; 
}

.fixed-block{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: #091521;
	z-index: 9;
	padding:0;
	height: 50px;
}
.fixed-block .owl-item{
	width:auto !important;
}
.mnst-vd{
	display: block;
	font-size: 16px;
	color: #c9d0d8;
	padding: 13px 0;
}
.mnst-vd i{
	position: relative;
	top: -1px;
}
