@charset "utf-8";
/* #### Generated By: http://www.cufonfonts.com #### */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
  }


/* CSS Document */
body, html {
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Pro Regular';
}

p {
  font-family: 'Myriad Pro Regular';
}

h1, h2, h3, h4, h5, h6, p, a, ul, li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.btn:hover{
  color: #fff;
}
.no-padd {
  padding: 0;
}
.bd{
  border-bottom: 3px solid #28aae2;
}
.btn {
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  z-index: 1;
  overflow: hidden;
  font-family: 'Myriad Pro Regular';
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 20px 10px;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: #f10001;
  border-radius: 0;
  padding: 18px 52px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn span {
  position: relative; 
  z-index: 1;
}

.btn:after {
  content: "";
  position: absolute;
  left: -84px;
  top: 0;
  height: 490%;
  width: 140%;
  background: #000;
  z-index: -1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
  left: 0px;
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


.img-center {
  margin: 0 auto;
}

.navbar-default {
  margin-bottom: 0;
  position: relative;
  background: none;
  box-shadow: none;
  border: 0;
}

.main-slider .item > img {
  width: 100%;
}

.nav-flex {
  display: flex;
  align-items: center;
}

.mt {
  padding-top: 20px;
}
.center {
  display: flex;
  justify-content: center;
}

/*Header */
header .top-row {
  text-align: right;
  background-color: #f10001;
  padding: 8px 0;
}
header .top-row p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Myriad Pro Regular';
  color: #fff;
}
header  .middle-row {
  padding: 40px 0;
  background: #fff;
}
header  .middle-row h3{
  color: #000;
  font-size: 29px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 0;

}
.src-form button.btn{
  padding: 10px 20px;
  border: 1px solid #f10001;
  border-radius: 0;
  background: transparent;
}
header   .middle-row  .src-form  input, select, textarea {
  font-family: 'Myriad Pro Regular';
  font-size: 14px;
  width: 80%;
  color: #626262;
  line-height: inherit;
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid #000;
}
header   .middle-row  .src-form  button i{
  color:#f10001; 
}
header  .middle-row .sign-info ul{
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  list-style: none;
}

header  .middle-row .sign-info ul li a{
  color: #626262;
  font-size: 15px;
  font-family: 'Myriad Pro Regular';
  display: flex;
  align-items: center;
}
header  .middle-row .sign-info ul li a span{
  display: inline-block;
  margin-left: 12px;
}
header .bottom-row{
  background-color: #f10001;
  height: 68px;
}

header .bottom-row .menu-sec {
  float: left;
  margin-top: 15px;
} 
header .bottom-row .menu-sec ul {
  float: left;
  padding-left: 0;
  margin-right: 20px;
  padding-right: 6px;
}
header .bottom-row .menu-sec li {
  float: left;
  /* margin: 0 24px; */
  list-style: none;
  position: relative;
}  
header .bottom-row .menu-sec li a{
  color: #fff;
  font-size: 14px;
  font-family: 'Myriad Pro Regular';
  font-weight: 600;
  text-transform: uppercase;
  padding: 26px;
}
header  .join-btn{
  text-align: right;
}
.join-btn a{
  padding: 10px 64px;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'Myriad Pro Regular';
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}
header .bottom-row .menu-sec li a:hover{
  background-color: #000;  
}
header .bottom-row .menu-sec ul li:first-child, .menu-sec ul li:last-child {
  margin-top: 0px;
} 

/*Header End*/

/*main-Banner*/
.main-banner {
  position: relative;
  background-image: url('../images/main-banner.jpg');
  padding: 17% 0 9% 0;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

.main-banner .banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-size: 85px;
  text-shadow: 0 0 0 #fff;
  margin-bottom: 30px;
}
.main-banner p{
  color: #fff;
  font-family: 'Myriad Pro Regular';
  line-height: 22px;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
}
.abt-sec{
  padding: 100px 0;
  position: relative;
}
.abt-ctr h2{
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.abt-ctr h2 span{
  color: #000;
  display: block;
}
.abt-ctr p{
  color: #626262;
  font-size: 13px;
  font-family: 'Myriad Pro Regular';
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

/* Canvas CSS STARTS */
.canvas{
  position: relative;
  background-image: url('../images/canvas-bg.jpg');
  width: 100%;
  padding: 1% 0;
  background-size: cover;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.canvas .img-boc{
  text-align: center;
  margin-bottom: 40px;
}
.canvas .img-boc img{
  display: inline-block;
  margin-left: 6px;
}
.canvas .img-boc a{
  color: #f10001;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.canvas .img-boc h5{
font-size: 40px;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #fff;
letter-spacing: 1px;
text-align: center;
}
.canvas .Description{
  text-align: center;
  margin-top: 40px;
}
.canvas .Description p{
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Myriad Pro Regular';
  color: #fff;
}
.canvas .slick-prev {
  left: -61px;
}
.canvas .slick-prev:before {
  font-family: slick;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
}
.canvas .slick-next:before {
  font-family: slick;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
}
.canvas .slick-next {
  right: -48px;
}
/* Portfolio Starts */
.portfolio{
  padding: 100px 0;
}

.portfolio .head-sec{
  text-align: center;
}
.portfolio .head-sec h2 {
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.portfolio .head-sec h2 span {
    color: #000;
    display: block;
}

/* Shop Starts CSS */
.shop {
  padding: 2% 0;
  position: relative;
  background-image: url(../images/shop-bg.jpg);
  width: 100%;
  height: auto;
  background-size: cover;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop .head-sec{
  text-align: center;
}
.shop .head-sec h2 {
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.shop-now .slick-next:before, .slick-prev:before{
  color: #000;
  font-weight: 600;
  font-size: 25px;
}
.shop-now .slick-prev:before{
  color: #000;
  font-weight: 600;
  font-size: 25px;
}
.shop-now .slick-prev {
  left: -52px;
}
.shop .head-sec h2 span {
    color: #fff;
    display: block;
}
.shop  .link{
  text-align: center;
  margin-top: 20px;
}
.shop  .link a{
color: #fff;
font-family: 'Myriad Pro Regular';
font-size: 15px;
font-weight: 400;
}
.shop  .link a img{
  display: inline-block;
  margin-left: 7px;
}
.mb{
  margin-bottom: 30px;
}

/* Shop Now CSS STARTS */
.shop-now {
  padding: 100px 0;
}
.shop-now .head-sec{
  text-align: center;
}
.shop-now .head-sec h2 {
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.shop-now .head-sec h2 span {
    color: #000;
    display: block;
}
.shop-now .link{
  text-align: center;
  margin-top: 20px;
}
.shop-now .link a{
  color: #f10001;
  font-family: 'Myriad Pro Regular';
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.shop-now .link a img{
  display: inline-block;
  margin-left: 7px;
}

/* Shop Now Ends here */
.income-wrap .container{
  border: 1px solid red;
  background: #f1f1f1;
  padding: 60px 30px 0;
}
.income-wrap h1{
  color: #f10001;
  text-align: center;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.income-wrap span {
  color: #000;
  text-align: center;
  display: block;
}
/* Income Wrap Ends Here */
/*Footer Css Start*/
footer {
  background-image: url('../images/footer-bg.jpg');
  padding: 4% 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
footer h4 {
  color: #f10001;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin: 0 0 30px;
  font-family: 'Oswald', sans-serif;
}
footer h4::before {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
}



.connection li{
  display: block;
  width: 100%;
}

.twitter {
  background: #1a93c0;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.facebook {
  background: #3b538b;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.google-plus {
  background: #ac2228;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.connection i {
  margin-right: 10px;
  height: 20px;
  width: 30px;
  font-size: 20px;
}

.connection li{
  margin-bottom: 15px;
}

.connection a {
  padding: 8px 20px;
  display: block;
  border-radius: 5px;
  width: 85%;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 13px;
}


.ftr-col1 ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
}
.ftr-col1 li {
  list-style: none;
  line-height: 38px;
}
.ftr-col1 li a {
  color: #fff;
  font-family: 'Myriad Pro Regular';
  font-size: 15px;
}
.ftr-col1 li a:hover {
  color: #b72014;
}
.ftr-col1 {
  padding-right: 50px;
}
.ftr-col2 ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
} 
.ftr-col2 ul li {
  float: left;
  list-style: none;
}
.ftr-soc {
  margin: 16px 0 !important;
}
.ftr-col2 form input {
  width: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 13px;
  border-radius: 30px;
}
.ftr-col2 button {
  background-color: transparent;
  border: 2px solid #06ff65;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: 0 0 8px #06ff65;
  margin-top: 18px;
}
.ftr-soc li a {
  display: inline-block;
  color: #fff;
  min-width: 35px;
  text-align: center;
  margin: 0px 4px;
  padding: 7px 0;
  border-radius: 30px;
}
.ftr-soc li:first-child {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.ftr-soc li:nth-child(2) a {
  background-color: #3a5ba0;
}
.ftr-soc li:nth-child(3) a {
  background-color: #2ca7e0;
}
.ftr-soc li:nth-child(4) a {
  background-color: #eb391a;
}
.ftr-soc li:nth-child(5) a {
  background-color: #0e76a8;
}
.ftr-card {
  margin: 0 !important;
}
.ftr-card li:first-child {
  top: 3px !important;
}
.copyrit {
  background-color: #b72014;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.copyrit p{
  margin-bottom: 0;
}
ul.f-icons {
  padding: 5px 10px;
  margin-bottom: 0;
} 
.f-icons li {
  display: inline-block;
  list-style: none;
  margin: 0 0;
}
.row-flex{
  display: flex;
  align-items: center;
}
/* Footer Ends */



/* INNER PAGES CSS STARTS */
.sub-banner{
  background-image: url('../images/about-banner.jpg');
  background-size: cover;
  background-position: center;
  padding: 7% 0 7% 0;
}
.sub-banner h2{
  color: #fff;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  font-weight: bold;
}


.arts-shop{
  padding: 100px 0;
  background-image: none;
  display: inline-block;
  height: auto;
}
.arts-shop .head-sec h2 span{
  color: #000;
}
.arts-shop  .link a{
  color: #fe0000;
}
.arts-shop .col-lg-4{
  margin-bottom: 30px;
}

/* Cart Sec CSS */
.CartSec{
  padding: 100px 0;
}

.cartsec .table>thead>tr>th {
  border-bottom: 0;
  padding-left: 19px!important;
  font-weight: 400;
  font-family: 'Myriad Pro Regular';
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
}
.cartsec .table tbody tr td:first-child{
  padding-left: 0!important;
}


.cartsec table h5 {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: 'Myriad Pro Regular';
}
.cartsec table h6 {
  color: #515150;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: 'Myriad Pro Regular';
  font-weight: 400;
}
.cartsec table p {
  color: #515150;
  font-size: 12px;
  margin-bottom: 0x;
  font-family: 'Myriad Pro Regular';
  font-weight: 400;
}
.cartsec .table>tbody>tr>td, .cartsec .table>tbody>tr>th, .cartsec .table>tfoot>tr>td, .cartsec .table>tfoot>tr>th, .cartsec .table>thead>tr>td, .cartsec .table>thead>tr>th {
  border-top: 0;
}
.cartsec thead {
background: #fe0000;
}
.cartsec tbody img {border: 1px solid #ebebeb;padding: 3px;
}
.cartsec table th {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px !important;
}
.cartsec h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.cartsec table .price{
  color: #626262;
  font-family: 'Myriad Pro Regular';
  font-size: 18px;
  position: relative;
    top: -21px;
}
.cartsec .active{
  font-family: 'Myriad Pro Regular';
  font-size: 26px;
  color: #fe0000;
}
.cartsec a.update {
  display: block;
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  text-decoration: blink;
  padding: 10px 0;
  font-family: 'Myriad Pro Regular';
}
.cartsec table .light-text{
  color: #fe0000;
  font-family: 'Myriad Pro Regular';
  font-size: 14px;
  text-transform: uppercase;
}
.cartsec .total-text{
  color: #fe0000;
  font-weight: 600;
}
.cartsec td {
  vertical-align: middle !important;
  padding: 30px 10px !important;
}
.cartsec a.remove {
  color: #fff;
  font-size: 25px;
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  float: right;
  background: #fe0000;
  top: -17px;
}
.cartsec a.remove:hover {
  background: black;
  color: #fff;
}

.cartsec input.qtystyle {
  border: 1.5px solid #eeeeee;
  height: 52px;
  width: 153px;
  -webkit-border-radius: 4px;
  background: transparent;
  -moz-border-radius: 4px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  background-color: #f7f7f7;
  color: #a3a3a3;
  font-family: 'Myriad Pro Regular';
}

.cartsec table h6 span {
  text-transform: uppercase;
  color: #83b735;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Myriad Pro Regular';

}
.cartsec table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.cartsec table{
  background: #FFF;
}


.copon_btn{
  background: #41b6eb;
  border: none;
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 14px 6px;
  font-weight: 500;
  border-radius: inherit;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Myriad Pro Regular';
}

.up-cart{
     background: #ec008c;
  border: none;
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 14px 6px;
  font-weight: 500;
  border-radius: inherit;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Myriad Pro Regular';
}

.review-text{
 display: block;
  color: #ababab;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: blink;
  padding: 10px 0;
  font-family: 'Myriad Pro Regular';
}
.checkoutsec .form-control {
  border-radius: 0;
  height: 45px;
  box-shadow: inherit;
}

.checkoutsec a img {
  margin: auto;
}
.checkoutsec button {
  color: #fff;
  height: 55px;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  outline: inherit;
  background: #83b735;
}
.checkoutsec button:hover {
background: #000;
color: #fff;
}
.checkoutsec .checkout {
  padding: 20px;
  border: 1px solid #a0a0a0;
  margin-top: 30px;
}



.checkoutsec a:hover, .checkoutsec a:focus {
  color: #83b735;
}
.checkout h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: table;
  margin: -29px auto 10px auto;
  background: white;
  padding: 0 10px;
  color: #626262;
}
.Chek-img {
  float: right;
  margin: 25px 0;
}
.check-out-detail h2 {
  font-size: 18px;
  display: block;
  font-family: 'Myriad Pro Regular';
  color: #626262;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 10px;
}
.check-out-detail span {
  float: right;
  font-family: 'Myriad Pro Regular';
}
.check-out-detail span.price {
  color: #fe0000;
  font-size: 18px;
  font-weight: 600;
}
.check-out-detail {
  padding: 10px 26px;
  border: 1px solid #eeee;
  background: #f9f9f9;
}
.freeshipping {
  padding: 10px 26px;
  border: 1px solid #eeee;
  background: #f9f9f9;
}
.freeshipping h2 {
font-size: 18px;
display: block;
color: #626262;
font-weight: 400;
margin-top: 20px;
margin-bottom: 10px;
font-family: 'Myriad Pro Regular';
}
.freeshipping span {
  color: #626262;
  font-size: 18px;
  font-family: 'Myriad Pro Regular';
}
.cartsec .no-margin {
  margin: 0!important;
  padding: 0!important;
}

.Chek-img{
 float: right;
  margin: 25px 0;
}

.continue-ship{
  color: #333;
  font-size: 16px;
}
.width-ct{
  width: 100px;
}
.btn-payment a{
  background: #fe0000;
  padding: 17px 38px;
  color: #ffff;
  font-weight: 700;
  display: inline-block;
}
.payment-link {
  color: #fe0000;
  font-size: 20px;
  font-family: 'Myriad Pro Regular';
}
.payment-link i{
  position: relative;
  left: 7px;
  top: 1px;
}
.check-payment{
  position: relative;
}
.payment-box {
  width: 100%;
  padding: 29px 0px;
  position: relative;
  border: 1px solid #d9d9d9;
  text-align: center;
  margin-top: 34px;
}
.payment-box p{
  position: absolute;
  margin-bottom: 0;
  top: -11px;
  left: 48px;
  font-weight: 600;
  background: white;
  color: #fe0000;
  font-size: 18px;
  text-transform: uppercase;
}
/* Cart Sec Css ENDS HERE */


/* Contact Wrap Starts  */
.contact-wrap{
  padding: 80px 0;
  height: auto;
}
.contact-form-inner h2{
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.contact-form-inner .form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 21px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contact-form-inner textarea{
  padding: 6px 21px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.contact-form-inner .btn{
  width: 100%;
}
.contact-form-inner button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ctn-ctr ul{
  padding-left: 0;
  list-style: none;
}
.ctn-ctr ul li{
  display: flex;
  align-items: center;
   margin-bottom: 19px;
}

.ctn-ctr ul li i{
  color: #fe0000;
  font-size: 20px;
  margin-right: 20px;
}
.ctn-ctr ul li  a{
  color: #000;
  font-weight: 600;
}
.ctr-details h2{
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
.ctr-details p{
  color: #515150;
  font-size: 14px;
  margin-bottom: 0x;
  font-family: 'Myriad Pro Regular';
  font-weight: 400;
  margin-bottom: 30px;
}
/* Contact Wrap Ends */
.portfolio-sec{
  background-image: none;
}
.portfolio-sec .mt{
  position: relative;
  top: -60px;
}
.portfolio-sec .mt-custom{
  position: relative;
  top: -122px;
}
.portfolio-sec .mb {
  margin-bottom: 5px;
}
.shop.portfolio-sec h2 span {
  color: #000;
  display: block;
}
.portfolio-sec  .slick-slider .slick-list, .slick-slider .slick-track{
  padding: 65px 0 20px;
}
.portfolio-sec  .slick-dots li.slick-active button:before{
  color: #fe0000;
}
.portfolio-sec .head-sec{
  margin-bottom: 100px;
}
.portfolio-sec  .slick-dots li{
  width: 10px;
}
.portfolio-sec .slick-dots{
  top: -88px;
  color: #d4d4d4;
}
.portfolio-sec  .slick-dots li button:before{
  font-size: 51px;
}
/* Portfolio Ends */
.review-wrap{
  padding: 7% 0;
}
.review-wrap .social{
  margin-top: 20px
}
.review-wrap .social ul{
  padding-left: 0;
  list-style: none;
}
.review-wrap .social ul li{
  display: inline-block;
}
.review-box{
  border: 2px solid #ececec;
  padding: 90px 60px 20px;
}
.review-box .img-boc{
  position: absolute;
  top: -60px;
  margin: auto;
  left: 0;
  right: 0;
}
.social ul li i{
  color: #fe0000;
}
.review-wrap .desc{
  position: relative;
}
.review-wrap .desc::after{
  content: '';
  background-image: url(../images/qoute.png);
  background-repeat: no-repeat;
  background-size: 16%;
  height: 100%;
  width: 100%;
  top: 111px;
  left: 42%;
  position: absolute;

}
.review-wrap .mb{
margin-bottom: 10%;
}
.review-wrap .desc{
  text-align: center;
}
.review-wrap .desc p{
  font-style: italic;
  font-weight: 600;
  font-style: 18px;
  color: #626262;
  line-height: 22px;
}
.review-wrap .review-box img{
  margin: auto;
}
.review-wrap h6{
font-size: 30px;
color: #000;
font-family: 'Oswald', sans-serif;
}
.review-wrap .title_span {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
 }
 
 .review-wrap  .underline {
     padding-bottom: 6px;
     border-bottom: #000 2px solid;
 }
 /* Review Css Ends */
 .policy{
   padding: 100px 0;
 }
 .policy .head-sec{
   text-align: center;
 }
 .policy .head-sec h1{
color: #000;
font-family: 'Myriad Pro Regular';
font-weight: 700;
font-size: 52px;
margin-bottom: 30px;
}
.policy  p{
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Myriad Pro Regular';
  color: #000;
}
.policy .mb{
  margin-bottom: 30px;
}
.join-now .btn{
  width: 45%;
  margin: auto;
  display: block;
}
.join-now  .form-control{
  padding: 10px 10px;
}
/* Policy Css ends here */
/* Checkout Page css st */
.checkout-main {
  padding: 5% 0;
}


.submit-btn {
  background: #018eff;
  padding: 16px 31px;
  color: #fff;
  font-weight: 400;
  border-radius: 0px;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Myriad Pro Regular';
}


.chk-left .panel-default>.panel-heading {
  color: #333;
  background-color: inherit;
  border-color: inherit;
}

.citem p {
  font-family: 'Myriad Pro Regular';
  font-weight: 600;
  font-size: 16px;
}

.cart-bottom p {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Myriad Pro Regular';
}



/* Check Out end */

/* Check Out Start */
.checkout .panel-group .panel {
  border-radius: 0;
  margin-bottom: -6px;
  box-shadow: none
}
.order-guest {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.order-guest li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
}

.digi-form .form-control{
background: #f7f7f7;
border-radius: 0;
border: 1px solid #eee;
}
.chk-left  .form-control{
  background: #f7f7f7;
  border-radius: 0;
  border: 1px solid #eee;
  }
.digi-form [type="radio"]:checked, .digi-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.digi-form [type="radio"]:checked+label, .digi-form [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 15px;
}
.digi-form [type="radio"]:checked+label:before, .digi-form [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f10001;
  border-radius: 100%;
  background: #fff;
}
.digi-form [type="radio"]:checked+label:after, .digi-form [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.digi-form [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkout .form-group {
  margin-top: 20px;
}
.checkout .form-group input[type="text"] {
  padding: 0 75px 0 15px;
}
.checkout .form-group .form-control {
  border-radius: 0;
  height: 40px;
  margin-top: -8px;
}
.checkout a.show {
  float: right;
  margin-top: -54px;
  background: #41469d;
  border-radius: 0 !important;
  padding: 8px 14px !important;
  color: #fff;
}
.checkout .show:hover, .checkout.show:active, .checkout .show:focus {
  color: #fff;
  background-color: #000;
}
.checkout .opt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.checkout label {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.checkoutMain {
  background: #fff;
  padding: 60px 20px;
}
.checkout {
  padding: 5% 0;
}
.checkout .panel-default>.panel-heading {
  background-color: #fff;
  border-color: #eee;
  cursor: pointer;
  padding: 0;
}
.checkoutMain .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.checkout .panel-heading a {
  color: #000000;
  margin-left: 0;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 15px;
}
.checkout .panel-body h5 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.checkout .chk-form {
  margin-top: 40px;
}
.checkout .chk-form .controls {
  display: inline;
}
.checkout .chk-form label {
  margin-right: 20px;
  margin-bottom: 29px;
  margin-right: 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.checkout .chk-form input {
  width: 60%;
  height: 37px;
}
.checkout .chk-form #username3 {
  margin-left: 40px;
}
.checkout .panel-body p {
  font-size: 14px;
  color: #333333;
}
.checkout .panel-body p a {
  color: #000000;
  font-weight: bold;
}
.checkout .chk-form p {
  color: #000000;
  display: inline;
  margin-left: 11px;
}
.checkout .chk-form a {
  background: #ff9125;
  padding: 10px 11px;
  color: #fff;
  margin-left: -64px;
}
.checkout .checkbox {
  margin-left: 6%;
  width: 70%;
  margin-bottom: 22px;
}
.checkout .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  color: #000000;
  font-size: 15px;
  margin-top: 2px;
}
.checkout .checkbox p {
  margin-left: 5px;
  color: #8d8d8d;
  margin-top: 5px;
}
.checkout .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #000000;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border-radius: 0;
}
.checkout .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkout .checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkout .checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkout .checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkout .checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}
.checkout .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkout .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkout .checkbox.checkbox-inline {
  margin-top: 0;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}
.checkout .checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkout .checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}
.checkout .conti .btn {
  background: #f10001;
  padding: 9px 25px;
  font-size: 16px;
  color: #ffffff !important;
  margin-bottom: 16px;
  border-radius: 50px;
}
.checkout .conti .btn:hover {
  background: #000000;
}
.checkout .panel-body {
  padding: 15px;
}
.cart-bottom a {
  color: #000;
}
.cart-bottom a i {
  font-size: 24px;
  margin: 10px 0px;
  color: #666666;
}
.checkout .panel-heading .padleft {
  margin-left: 18px;
}
.checkout .panel-heading.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 1;
}
.checkout .disabled+.panel-body {
  display: none;
}
.cart-bottom ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 28px;
  margin-left:0;
}
.cart-bottom ul li a {
  font-size: 15px;
}
.cart-bottom .col-md-8 {
  padding: 0px;
}
.cart-bottom i {
  margin-top: 10px;
  font-size: 25px;
  color: #000000;
}
i.fa.fa-truck {
  transform: rotateY(180deg);
}
.noTop {
  padding-top: 0;
}
.check-form label {
  margin: auto;
  margin-bottom: 15px;
}
.chk-left a.show {
  float: right;
  margin-top: -49px;
  background: #f10001;
  border-radius: 0;
  padding: 6px 14px;
  color: #fff;
  text-transform: uppercase;
}
.chk-left a.showed {
  margin-top: -50px;
  background: #f10001;
  border-radius: 0;
  padding: 10px 34px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Myriad Pro Regular';
}


.cart_content_area label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Myriad Pro Regular';
}


.chk-left .form_date .form-control  {
  border:1px solid #ccc;
  /* background:#FFF; */
  border-right:0;
}
.chk-left .form_date span   {background:#FFF;}
.icons_calendar {display:none;}

.checkbox p {
  padding-left: 20px;
}
.checkoutMain .panel-heading:first-child {
  background-color: #fff;
}
.panel-heading h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.chk-left .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-family: 'Myriad Pro Regular';
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
.panel-body p.creat-account {
  min-height: 20px;
  padding-left: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  font-family: 'Myriad Pro Regular';
  margin-bottom: 25px;
}

.panel-default>.panel-heading h4    {
  font-size: 18px;
  text-transform:uppercase;
  font-weight: 600;
  font-family: 'Myriad Pro Regular';
  padding: 10px 0;
  color: #fff;
}
.checkout-main {
  padding: 5% 0;
}


.submit-btn {
  background: #018eff;
  padding: 16px 31px;
  color: #fff;
  font-weight: 400;
  border-radius: 0px;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Myriad Pro Regular';
}


.chk-left .panel-default>.panel-heading {
  color: #333;
  background-color: #f10001;
  border-radius: 0;
  color: #fff;
  border-color: inherit;
}

.citem p {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Myriad Pro Regular';
  margin-bottom: 20px;
}

.cart-bottom p {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Myriad Pro Regular';
}

.right-text{
  color: #83b735;
}

.chk-left .panel-group .panel+.panel {
  margin-top: 15px;
}

/* Check Out end */
/* Pricing Starts */


/* Pricing Ends */

/* Details Starst */
.details{
  padding: 85px 0;
}
.details .abt-ctr p{
  color: #626262;
  font-size: 14px;
}
.details h2{
  color: #000;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  margin-bottom: 32px; 
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
}
.qty{
  DISPLAY: flex;
    ALIGN-ITEMS: center;
}
.qty h5{
  margin-right: 15px;
}
.qty input{
  padding: 9px 18px; 
  text-align: center;
  border: 1px solid #eee;
}
.qty button{
  padding: 9px 18px;
    border: 1px solid #eee;
    background: transparent;
}
.details .abt-ctr h6{
  color: #000;
  font-family: 'Myriad Pro Regular';
  font-size: 24px;
  margin-bottom: 20px;
}
.details .img-boc{
  position: relative;
}
.details .img-boc::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;

  top: 43px;

  border: 13px solid #f7f5f5;
}
.details  .social ul {
  padding-left: 0;
  list-style: none;
}
.details .social ul li {
  display: inline-block;
}
.btn-group-qty ul {
  padding-left: 0;
  list-style: none;
}
.btn-group-qty ul li {
  display: inline-block;
}
.bg-cart{
  padding: 15px 20px;
}
.bg-grey{
  background: #656565;
  padding: 15px 20px;
}
.tabs-row{
  margin-top: 95px;
}
.tabs-row .tab-content p{
  color: #626262;
  margin-top: 20px;
  font-family: 'Myriad Pro Regular';
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
  font-size: 14px;
}
.tabs-row  .nav-tabs>li>a{
  color: #fe0000;
  font-family: 'Myriad Pro Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 12px 40px;
  font-weight: 600;
}
.tabs-row  .nav-tabs>li>a:hover{
padding: 12px 40px;
background: red;
color: #fff;
border-radius: 0;
}
/* Details CSS ENDS */

 /* Member CSS STARTS   */
 .membership-details {
  padding: 80px;
}
.card{
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
}
.card-header {
  text-align: center;
  padding: 1.75rem 6.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  background-color: #f9f9f9;
  justify-content: center;
  position: relative;
  align-items: flex-end;
}
.card-header h2{
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}
.card-header h6{
  text-align: center;
  color: #f10001;
  font-weight: 600;
  font-size: 72px;
  font-family: 'Oswald', sans-serif;
}
.card-header p{
  color: #000;
  font-family: 'Myriad Pro Regular';
  font-weight: 400;
  font-size: 20px;
}
.card-header a{
  background: #fff;
  border-radius: 50px;
  padding: 14px 29px;
  position: relative;
  top: 29px;
  color: #f10001;
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 27px 50px;
}
.card-body  p{
  color: #626262;
  font-size: 14px;
  font-style: italic;
}
.card-body ul{padding-left: 0;
text-align: center;}
.card-body ul li p{
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #444444;
  font-weight: 600;
}
.card-body ul li:nth-child(1){
  border-bottom: 1px dotted #934545;
}
.card-body ul li:nth-child(4){
  border-bottom: 1px dotted #934545;
}
.card-body ul li{
  padding: 20px 0;
}
.card-body ul li i{
  color: black;
}
.card-body .btn{
  padding: 17px 30px;
  border-radius: none;
  color: #fff;
font-size: 15px;
margin: 27px auto;
text-transform: uppercase;
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 600;
width: 70%;
border-radius: 30px;
background: #f10001;

}
.membership-details  .head-sec h2 {
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px; 
  text-align: center;
}
.membership-details .head-sec h2 span{
  color: #000;
  text-align: center;
  display: block;
}
.reviews  .head-sec h2 {
  color: #f10001;
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px; 
  text-align: center;
}
.reviews .head-sec h2 span{
  color: #000;
  text-align: center;
  display: block;
}
@keyframes shadow-pulse{
0% {
  box-shadow: 0 0 0 0px rgba(40, 170, 226, 0.7);
}
100% {
  box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
}
}
.insta-plus{
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: #fff;
}
.loader{
  position: relative;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  left: 50%;
  top: -105px;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.custom-animated {
  animation-duration: 2s;
  animation-delay: 300ms;
  animation-iteration-count: infinite;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {
}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {
}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {
}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {
}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {
}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .basic-cleaning .slick-next {
    right: -64px;
  }

  .basic-cleaning .slick-prev {
    left: -65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-flex {
    display: block;
  }

  .center {
    display: block;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-flex {
    display: block;
  }

  .center {
    display: block;
  }

  
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .nav-flex {
    display: block;
  }

  .center {
    display: block;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {


}
