@media only screen and (max-width: 767px) {
	body{
		display:none;
		}
	}
.page-wrapper {
    background: #e9ebee;
}
.page-wrapper, .panel, .section {
    position: relative;
}
.btn, .page-wrapper, figure {
    overflow: hidden;
}
.page-wrapper, body {
    min-height: 100vh;
    width: 100%;
}
*, :active, :focus, a:hover, a:link, a:visited {
    text-decoration: none;
    outline: 0 !important;
    outline-offset: 0 !important;
}
.btn, .form-control, a, button {
    -webkit-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

* {
    font-family: inherit;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #384047;
    font-weight: 500;
    font-kerning: auto;
}
.header-top{
	padding: 10px 0px 2px 0px;
	background:#fff!important;
	}
.bg{background:#f7941e;}
.text-color{color:#fff;}
.header-wishlist{text-align:right;}
.header-wishlist a{
    color: #314555;
    text-decoration: none;
	display: inline-block;
    line-height: 2.6;
}
.header-wishlist a:hover {
    color: #f7941e;
 }
 .header-menu{width:100;background-color: #096d9f!important;}
 .nav-header {
    display: none;
}
.nav-bar, .nav-header, .nav-menu {
    position: relative;
}
 .nav-bar ul {
    margin: 0;
}
.nav-bar ul, .nav-menu {
    list-style: none;
    padding: 0;
}
.nav-menu>li {
    float: left;
}
.nav-menu a, .nav-menu li {
    display: block;
    position: relative;
}

.nav-menu>li.active>a, .nav-menu>li:hover>a {
    background-color: #f7941e;
}
.nav-menu>li ul li a, .nav-menu>li>a {
    height: 40px;
    line-height: 40px;
}
.nav-menu>li>a {
    color: #fff;
}
.nav-menu a {
    padding: 0 15px;
    margin: 0;
}
.nav-menu a, .nav-menu li {
    display: block;
    position: relative;
}
.nav-menu>li a .dropdown-indicator {
    margin-left: 10px;
}
.nav-menu>li>ul.dropdown {
    background: #fff;
    margin: 0;
    display: none;
    min-width: 200px;
    position: absolute;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    top: 100%;
    left: 0;
}
.nav-menu>li:hover ul.dropdown {display:block;}
.nav-menu>li ul li a, .nav-menu>li>a {
    height: 40px;
    line-height: 40px;
}
.nav-menu>li>ul a {
    color: #314555;
    background-color: #fff;
}
ul.dropdown li a:hover {
    color: #f7941e;
    background-color: #f0efef;
}
.page-content{padding:0px 0px;}
.pdtb{padding-top:5px !important;padding-bottom:5px !important;}
.banner-area{
	background-size: cover; 
	background-position: center;
    background-repeat: no-repeat;
	}
.page-wrapper, .panel, .section {
    position: relative;
}
.panel, figure, html, ol, ul {
    margin: 0;
}
.panel, body {
    background-color: #fff;
}
body, figure, html, ol, ul {
    padding: 0;
}
.list-inline, ol, ul {
    list-style: none;
}
.nav-coupon-category li{
	border-bottom:1px solid #f0efef;
	overflow: hidden;
}
.nav-coupon-category li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 27.1px;
    height: 27.1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #717f86;
    padding-left: 5px;
    font-size: 12px;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.nav-coupon-category li a:hover{
	border-right:5px solid #f7941e;
	}
.pdlr-0{padding:0px 0px 0px 15px;}

/*css for sprite images*/
.sprites{
	background: url("../images/sprit.png") no-repeat;
	    background-size: 40px 137px;
}
.sprite-section{
	    width: 45px; /* Icon width */
        height: 15px; /* Icon height */
        display: inline-block; /* Display icon as inline block */
        vertical-align: middle;
		border-right:1px solid #dadada;
		padding:0px 2px;
		margin-right:3px;
	}
.nykaa { 
         background-position:0 0;
    }
.ebay {
        
		background-position:0 -15px;
    }
.tatacliq {
        
		background-position:0 -35px;
    }
.zivame {
        
		background-position:0 -53px;
    }
.jabong {
        background-position:0 -67px;
    }
.myantra {
        background-position:0 -81px;
    }
.domino {
        background-position:0 -94px;
    }
.freecharge {
        background-position:0 -106px;
    }
.shopclues {
        background-position:0 -122px;
    }

/* carousel indicators */
.carousel-control {
    position: absolute;
    top: 39%;
    bottom: 43%;
    left: 0;
    width: 4%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,.9);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .8;
    font-weight: 700;
    vertical-align: top;
    height: 34px;
    line-height: 20px;
    margin-top: 0px;
    padding: 0;
}
.carousel-indicators {
    bottom: -3px;
}
.carousel-indicators li{
	border:2px solid #f7941e;
	}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #096d9f;

}
.deals-image-section{
	background-color:#666;
	width:100%;
	height:150px;
	}
.pdlr-5{padding:0px 3px !important;}
.pdl-5{padding-left:3px !important;}
.pdr-5{padding-right:3px !important;}
.pdt-5{padding-top:5px !important;}
.pdtb-5{padding:5px 0px !important;}
.mlr-5{margin:0px 3px !important;}
.mdl-5{margin-left:5px !important;}
.mr-5{margin-right:5px !important;}
.mt-5{margin-top:5px !important;}
.mt-30{margin-top:30px !important;}
.mtb-5{margin:5px 0px !important;}
.pt-50{padding-top:50px !important;}
.pb-30{padding-bottom:30px !important;}
/*media qury for desktop*/
.deals-sprite{
	background: url("../images/delas-sprite.png") no-repeat;
	background-size: 421% 96%;
	}
.ticket{
	background-position:0 0;
	
	}
.koovs{
	background-position:32% 0%;
	
	}
.hotel{
	background-position:66% 0%;
	
	}
.payth{
	background-position:99% 0%;
	
	}
.deal-title{
	background-color: #fff;
    line-height: 14px;
    height: 28px;
    text-align: center;
	}
.deals-heading{
	background-color:#fff;
	border-radius:5px;
	}
.deals-heading-title{
	font-size:18px;
	margin:5px;
	color:#384047;
	padding:18px;
	}
.delas-item{
	background-color:#FFF;
	padding-bottom:10px;
	}
.btn-deals{
   color: #fff;
   background-color: #f3731f;
   border-color: #f3731f;
   width: 80%;
   margin: 0 auto;
}
.btn-deals:hover{
   color: #fff;
  }
a.btn-deals:hover {
    color: #fff;
    background-color: #f3731f;
    border-color: #f3731f;
	
}
.latest-deals-image-section{
	background-color:#666;
	width:100%;
	height:100px;
}
.category-image-section {
    background-color: #666;
    width: 50%;
    height: 70px;
    margin: 0 auto;
}
.latest-deals-sprite{
	background: url("../images/latest-deals.png") no-repeat;
    background-size: auto auto;
    background-size: 903% 77%;
    width: 80%;
    margin: 0 auto;
	}
.amazon{
	background-position:0% 0%;
	}
.domino{
	background-position:12.5% 0%;

	}
.flipkart{
	background-position:25% 0%;
	}
.myntra{
	background-position:37.5% 0%;
	}
.netmeds{
	background-position:50% 0%;
	}
.paytm{
	background-position:62.5% 0%;
	}
.shopclues{
	background-position:75% 0%;
	}
.swinggy{
	background-position:87.5% 0%;
	}
.voonik{
	background-position:100% 0%;
	}
.category-sprite{
	background:url("../images/category-sprite-images.png") no-repeat;
	background-size: 1300% 100%;
	}

.cat-mobile{
	background-position:0% 0%;
	}
.cat-mobile-acce{
	background-position:9.5% 0%;

	}
.cat-loptop{
	background-position:18% 0%;
	}
.cat-gaming{
	background-position:36.5% 0%;
	}
.cat-software{
	background-position:36% 0%;
	}
.cat-kitchen{
	background-position:45.5% 0%;
	}
.cat-home{
	background-position:55% 0%;
	}
.cat-personal{
	background-position:63.5% 0%;
	}
.cat-mobile-recharge{
	background-position:73% 0%;
	}
.cat-grocery{
	background-position:82% 0%;

	}
.cat-flight{
	background-position:91% 0%;
	}
.cat-clothing{
	background-position:100% 0%;
	}
.subscribe-wraper{ 
    background-color:#e9ebee;
    padding:50px 0px;
	text-align:center;
	width:50%;
	margin:0 auto;
	}
sbc-form{
	width:100%;
	}
input.txtbox-scribe{
	border:2px solid #f7941e;
	padding:7.5px 2px;
	width:80%;
	float:left;
	}
.btn-scribe{ 
    padding: 8px 20px;
    border: 2px solid transparent;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #f7941e;
    color: #fff;
	width:20%;
	float:left;
	border-radius: 0px 4px 4px 0px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #efebeb;
    text-decoration: none;
}
.sbcr-content i{
	color:#f7941e;
	}
.full-box{
	width:100%;
	padding:20px;
	background-color:#fff;
	height:220px;
	}
.image-area{ 
    float:left;
	width:32%;
	height:100px;
	background:url("../images/bottom-deals-offers.png") no-repeat;
	background-size: 300% 100%;
	}
.deals-coupons{
	background-position:0% 0%;
	}
.find-bestoffers{
	background-position:50% 0%;
	}
.save-money{
	background-position:101% 0%;
	}
.content-area{
	float:right;
	width:63%;
	padding: 0;
    text-align: justify;
	}
.title{
	color:#f7941e;
	margin:10px 0px;
	}
.content{
	color:#717f86!important;
	font-size:12px;
	}

.full-box-bottom{
	width:100%;
	background-color:#fff;
	height:450px;
	}
.bottom-image-area{ 
    width:100%;
	height:209px;
	background:url("../images/bottom-deals-festivals.jpg") no-repeat;
	background-size: 304% 100%;
	}
.diwali{
	background-position:0% 0%;
	}
.fresh-menu{
	background-position:50% 0%;
	}
.fk-shoping{
	background-position:100% 0%;
	}
.bottom-content-area{
	width: 100%;
    padding: 10px 20px;
    text-align: justify;
	}
.title{
	color:#f7941e;
	margin:10px 0px;
	}
.content{
	color:#717f86!important;
	font-size:12px;
	}
.about-section{
	background-color: #fff;
    color: #8F8D8D;
    padding: 10px 20px;
    text-align: justify;
	}
.about-section h4{
	font-size:16px;
    }
.footer-top-area{
	width:100%;
	background-color:#1e2b35;
	}
.footer-bottom{
	width:100%;
	background-color:#16212a;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#8F8D8D;
	}
div.footer-links ul li a{
    display: block;
    position: relative;
    color: #bbbec1;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    text-transform: capitalize;
}
h4.footer-heading{
    font-size: 16px;
    line-height: 26px;
    color: #eee;
    margin: 0 0 40px;
	text-transform:uppercase;
}
div.footer-links ul.social-link li a i{
	font-size:21px;
    }
div.footer-links ul.social-link li a i:hover{
	color:#fff;
}
	
	/*header responsive mediaquery*/

@media screen and (max-width: 1200px) {
.nav-menu > li ul li a, .nav-menu > li > a {
    padding: 0 8px;
    margin: 0;
    font-size: 13px;
}
.nav-coupon-category li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 22.1px;
    height: 22.1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #717f86;
    padding-left: 5px;
    font-size: 12px;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
}
@media screen and (max-width: 992px)  {
.nav-menu > li ul li a, .nav-menu > li > a {
    padding: 0 2px;
    margin: 0;
    font-size: 12px;
}
.nav-coupon-category li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 16.8px;
    height: 16.8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #717f86;
    padding-left: 5px;
    font-size: 9px;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
}


/*fonts style*/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/IVeH6A3MiFyaSEiudUMXE-fhZE2STYI3KzBGzrJG_ik.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/IVeH6A3MiFyaSEiudUMXE_oTkEokFSrSpvYSpZOeZRs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/IVeH6A3MiFyaSEiudUMXE0_0lycXMw8PhobHtu2Qgco.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(../fonts/IVeH6A3MiFyaSEiudUMXE8u2Q0OS-KeTAWjgkS85mDg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/rBHvpRWBkgyW99dXT88n7yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/NX1NravqaXESu9fFv7KuqiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/BYPM-GE291ZjIXBWrtCwegfbXzrQSAAEBIYSBdOJ6AI.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/BYPM-GE291ZjIXBWrtCweihRd9EcKnxd5WrMWY0Fr3U.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/BYPM-GE291ZjIXBWrtCwegoO3BxTt7eneo3rZcXyZuQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/BYPM-GE291ZjIXBWrtCwemPHx8QIAbG0MeMM9fVyzAY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(../fonts/BYPM-GE291ZjIXBWrtCwejOo-lJoxoMO4vrg2XwIHQk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/q2OIMsAtXEkOulLQVdSl04isI9EG050reXkJRbApsgE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/q2OIMsAtXEkOulLQVdSl062rAPV-9ExGJs04MAMGhqA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/q2OIMsAtXEkOulLQVdSl01LC-HPhLC5XMyyJ-BGMvF4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/q2OIMsAtXEkOulLQVdSl04W5M0nk1V9I9cDKlK12wzw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(../fonts/q2OIMsAtXEkOulLQVdSl06VlZKEoJGujTpfWnQT9bUY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/IQHow_FEYlDC4Gzy_m8fcude9INZm0R8ZMJUtfOsxrw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/IQHow_FEYlDC4Gzy_m8fcrpHcMS0zZe4mIYvDKG2oeM.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(../fonts/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(../fonts/H8_7oktkjVeeX06kbAvc0LjW0f4G3ih9rX2W6-C0MBA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(../fonts/H8_7oktkjVeeX06kbAvc0PIaTcurj6Dbz9mxX7rd_vw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(../fonts/H8_7oktkjVeeX06kbAvc0Bl9Px1xXy5L7De6as60-Kw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(../fonts/H8_7oktkjVeeX06kbAvc0GY_PyUy4uJUusnUlhPL2ao.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(../fonts/H8_7oktkjVeeX06kbAvc0Ary2jK1Y0oNyoF1xLf3zMQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(../fonts/aEu-9ATAroJ1iN4zmQ55BqvmtpDkVk8Ra82A8AL7V0Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(../fonts/aEu-9ATAroJ1iN4zmQ55BhM_lnCtUATOqR8j0WRFbzk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(../fonts/aEu-9ATAroJ1iN4zmQ55Bu4NfmXkMoD31PGgz7X31CU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(../fonts/aEu-9ATAroJ1iN4zmQ55BsvbOpOevl3wWYjwFvepnDU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(../fonts/aEu-9ATAroJ1iN4zmQ55Bsjsb7Oq0o-uqUFW7Ygu5rM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}