@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,700&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-image: url("../images/body-back.jpg");
  background-size: cover;
  background-position: center;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  /*list-style-type: none;*/
}

p {
  font-weight: 500;
  
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'lunchbox-light';
  src: url(../fonts/Lunchbox_Light.ttf);
}

@font-face {
  font-family: 'Dreaming';
  src: url(../fonts/Dreaming.ttf);
}
@font-face {
  font-family: 'Simplicity';
  src: url(../fonts/simplicity.ttf);
  font-style: normal;
}



/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

input.btn-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #000f3f;
    color: #373737;
    height: 40px;
    font-size: 30px;
    font-family: 'Simplicity';
    transition: 0.1s ease-in;
    width: 9% !important;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
   font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'lunchbox-light';
  font-size: 102px;
  line-height: 120px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'lunchbox-light';
  font-size: 45px;
  line-height: 54px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Simplicity';
    font-size: 30px;
    padding: 10px 20px;
}


.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffc3b1;
  transform: scale(1.1);
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */


/*banner css start */





/*banner css end*/



/*header*/
header {
    background-image: url(../images/header-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.head-social a {
    margin: 0 10px;
    color: white;
    font-size: 25px;
  display:inline-block;
  animation:scale 2s infinite;
}
@keyframes scale{
  0%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.2);
  }
  100%{
    transform:scale(1);
  }
}
.head-social{
  text-align: right;
}
.menuSec {
    padding: 15px 0;
}
section.banner {
    display: grid;
    place-items: center;
    text-align: center;
}
.banner-logo {
    width: 450px;
    height: 300px;
    margin: 50px auto;
    animation: rotation 5s linear;
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.banner-logo img 
{
  width: 100%;
  height: 100%;
}
.banner-content h1 {
    color: black;
}
.banner-content h1 {
    font-family: 'lunchbox-light';
    font-size: 59px;
    line-height: 1.1;
}

/*header*/

/*after-banner*/

.ptb-100{
  padding: 100px 0;
}
.ptb-50{
  padding: 50px 0;
}
.after-box {
    text-align: center;
    padding: 50px 30px;
    background: #f7f7f7;
    border: 3px solid black;
}
p.tag-line {
    font-family: 'Kaushan Script', cursive;
    font-size: 35px;
    line-height: 60px;
    color: #191919;
}
.after-box h6 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Simplicity';
}
.after-box p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Simplicity';
}
.after-box h5 {
    font-family: 'lunchbox-r';
}
.after-box h5 {
    font-family: 'lunchbox-light';
    font-size: 42px;
    line-height: 50px;
}
/*after-banner*/



/*multi-service-sec*/
.multi-sec ul li {
    margin: 20px 10px;
    font-family: 'lunchbox-light';
    font-size: 35px;
    line-height: 45px;
}
.multi-sec ul li i{
  font-size: 20px;
  margin-right: 10px;
  color: #c4b28a;
}
.multi-sec ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.multi-sec p {
    font-family: 'lunchbox-light';
    font-size: 21px;
    line-height: 25px;
}
.btn-1 {
    font-family: 'lunchbox-light';
    color: #c4b28a;
    font-size: 45px;
}
/*multi-service-sec*/


/*main-banner-slider*/
.slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-box{
  width: 400px;
  height: 400px;
  box-shadow: 0px 0px 15px lightgrey;
  margin-bottom: 20px;
}
.inner-slider .slick-active {
    opacity: 1;
}
.inner-slider .slick-dots li button:before {
    font-size: 16px;
  }
  .inner-slider .slick-prev:before{
    content: "\f053";
  }
  .inner-slider .slick-next:before{
    content: "\f054";
  }

  .inner-slider .slick-prev:before, .slick-next:before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    background: #c4b28a;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
  }
  .inner-slider .slick-next {
    right: -1%;
}
.inner-slider .slick-prev {
    left: -3%;
}
.slider-sec p.tag-line {
    margin-top: 30px;
}
/*main-banner-slider*/

/*product-sec*/
.product-box {
    border: 3px solid;
    margin-bottom: 20px;
}
.product-sec p.tag-line {
    margin-top: 30px;
    margin-bottom: 0;
}
  
.product-box:hover .product-img img{
  transform: scale(1.2);
}
.product-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.product-content{
  padding: 40px;
  text-align: center;
}
.product-content h5{
  font-family: 'Simplicity';
  font-size: 46px;
  line-height: 50px;
}
.product-content p{
  font-family: 'lunchbox-light';
  font-size: 23px;
  line-height: 28px;
}
.btn-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #000f3f;
    color: #373737;
    height: 40px;
    font-size: 30px;
    font-family: 'Simplicity';
    transition: 0.1s ease-in;
}
.btn-2:hover{
  background-color: #ffd7c8;
  box-shadow: 0px 0px 12px lightgrey;
}
/*product-sec*/

/*mailing-sec*/
.mailing-sec h4{
  font-family: 'Simplicity';
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
}
/*mailing-sec*/


/*footer*/
.footer-sec {
    background-image: url(../images/footer-back.jpg);
    background-color: #161a23;
    background-position: center;
    width: 100%;
}
.quick-links {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.quick-links li a{
  
font-family: 'lunchbox-light';
  
font-size: 30px;
  
color: white;
}
.quick-links li a:hover, .footer-sec a:hover{
  color: #ffd7c8;
}
.quick-links li{
  position: relative;
  padding:0 40px;
}
.quick-links li::after{
  content: "";
  position:absolute;
  background-color: white;
  width: 1px;
  height: 80%;
  top: 20%;
  right: 0;
  transform: translateY(-20%);
}
.quick-links li:last-child::after{
  display: none;
  
}
.footer-sec h6 {
    font-family: 'lunchbox-light';
    color: white;
    font-size: 35px;
    line-height: 40px;
}
.footer-sec p, .footer-sec a {
    font-family: 'lunchbox-light';
    font-size: 26px;
    line-height: 30px;
    color: white;
}
/*footer*/


/*abt-pg*/
.about-pg p {
    font-family: 'lunchbox-light';
    font-size: 18px;
    line-height: 28px;
}
.abt-pg-img {
    width: 100%;
    height: 500px;
    border: 5px solid white;
    box-shadow: 0px 0px 12px darkgray;
}
.abt-pg-img img {
    height: 488px;
    object-fit: cover;
}
/*abt-pg*/

/*blog-pg*/
.blog-box-img {
    width: 100%;
    height: 350px;
    transition: 0.4s ease-out;
}
.blog-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box:hover .blog-box-img{
  transform: scale(0.9);
}
.blog-box:hover{
  border:3px solid black;
}
.blog-box:hover .blog-box-content{
  border:none;
}
.blog-box-content{
  padding: 20px;
  border:3px solid black;
  border-top: none;
  transition: 0.4s all;
}
.blog-date{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-date i{
  margin-right: 10px;
  color: #c4b28a;
  font-size: 20px;
}
.blog-date h6, .blog-date span{
  font-family: 'lunchbox-light';
  font-size: 23px;
  line-height: 30px;
  padding-right: 10px;
  border-right: 1px solid black;
  margin-bottom: 0;
}
.blog-box {
    background: #f7f7f7;
    margin-bottom: 30px;
}
.blog-date span{
  border: none;
  padding-left: 10px;
}
.blog-box-content h4{
  font-family: 'Simplicity';
  font-size: 46px;
  line-height: 50px;
}
.blog-box-content p{
  font-family: 'lunchbox-light';
  font-size: 22px;
  line-height: 26px;
}
/*blog-pg*/

/*CART*/

.add-to-cart {
}

.add-to-cart thead {
    color: #0d0d0d;
    border: 1px solid;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.table-space {
    display: flex;
    align-items: center;
}

.add-to-cart thead tr th {
    font-size: 20px;
    color: #040404;
    font-family: 'Simplicity';
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}

.add-to-cart thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 50px;
}

.add-to-cart thead tr th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.table-space h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Simplicity';
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #020202;
    font-family: 'Simplicity';
}

.product-img {
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
}

.no-space {
    display: block;
    margin-left: 15px;
}

.product-img img {
    width: 100%;
    border-radius: 20px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 24px;
    background-color: transparent;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Simplicity';
    color: #000;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Simplicity';
    margin-top: 40px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    background: #c4b28a;
    color: #fff;
    font-size: 29px;
    padding: 0px 15px;
    border: 1px solid #c4b28a;
    margin-top: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proceed a {
    color: #040404;
    text-align: left;
    font-size: 25px;
    font-family: 'Simplicity';
}

.proceed i {
    margin-left: 10px;
}

.proceed .checkout-btn {
    border: 2px solid black;
    padding: 16px;
    width: 100%;
    font-family: 'Simplicity';
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #020202;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #000;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.or-amazon p {
    font-size: 16px;
    position: absolute;
    background: #fff;
    top: -18px;
    left: 50%;
    padding: 2px 7px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    transform: translateX(-50%);
    border: 1px solid #000;
}

.or-amazon img {
    width: 80%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.total-section {
    padding: 27px 20px;
    border: 2px solid;
}

.total-section li {
    font-size: 21px;
    padding-bottom: 20px;
    color: #000;
    font-family: 'Simplicity';
}

li.color-change {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    font-family: 'lunchbox-light';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 10px 20px;
    margin-top: 100px;
    border: 2px solid;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 23px;
    font-family: 'lunchbox-light';
    color: #040404;
    font-weight: bold;
    margin-bottom: 5px;
}

.ship-estimate .grey-style {
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


/*CART END*/

/*blog-detail*/
.blog-det-img {
    width: 100%;
    height: 600px;
}
.blog-det-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-det-update {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-det-update div i{
  color: #c4b28a;
  font-size: 25px;
  margin-right: 10px;
}
.blog-det-update div{
  
font-family: 'Simplicity';
  
font-size: 24px;
  
line-height: 30px;
}
.blog-det-content h2 {
    font-size: 80px;
    margin: 35px 0 0px;
    line-height: 85px;
}
.blog-det p{
  font-size: 21px;
  line-height: 32px;
  font-family: 'lunchbox-light';
}
/*blog-detail*/



/* Checkout CSS */

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: rgb(112, 14, 163);
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid;
  border-radius: 10px;
}

.cart_sidebar h3 {
  font-size: 45px;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  font-family: 'lunchbox-light';
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 600;
}

.cart_sidebar .h-sub {
  color: rgb(0, 0, 0);
  font-family: 'lunchbox-light';
  font-size: 24px;
  border-bottom: 3px solid rgb(183 179 179);
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-weight: 600;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-family: 'lunchbox-light';
  /* font-family: 'Montserrat'; */
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0px;
}

.cart_sidebar ul li input {
  padding: 0px;
  height: initial;
  width: initial;
  margin-bottom: 0px;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-family: 'lunchbox-light';
  font-size: 19px;
  font-weight: 500;
  color: rgb(0 0 0);
}

.cart_sidebar ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid rgb(183, 183, 183);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: rgb(83, 203, 213);
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(183, 183, 183);
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: rgb(183, 183, 183);
  font-family: Poppins;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0px;
  border: 1px solid rgb(183, 183, 183);
  margin-bottom: 20px;
  appearance: auto;
  color: rgb(183, 183, 183);
}

.cart_sidebar form select option {
  color: rgb(0, 0, 0);
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0px;
  border: 1px solid rgb(183, 183, 183);
  margin-bottom: 20px;
  appearance: auto;
  color: rgb(183, 183, 183);
}

.cart_sidebar form input::placeholder {
  color: rgb(183, 183, 183);
}

.cart_sidebar form button {
  color: rgb(0, 0, 0);
  font-size: 15px;
  border-radius: 0px;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  background-color: rgb(235, 235, 235);
  border: 2px solid rgb(235, 235, 235);
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}

.checkout_btn {
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 500;
}

.checkout_btn:hover {
}

ul.shipping-ul {
  border-bottom: 1px solid rgb(219, 219, 219);
  margin: 0px;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 0, 0);
  /* font-family: 'Montserrat'; */
  font-size: 16px;
  margin-bottom: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid rgb(183, 183, 183);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  border-radius: 20px;
  left: 6px;
  border: 0px;
  width: 10px;
  height: 10px;
  background-color: #fa5951;
}

.radiosss-payments .card.card-body {
  padding: 0px;
  border: 0px;
  margin-left: 30px;
  background: transparent;
  font-family: 'lunchbox-light';
}

.radiosss-payments {
  border-bottom: 2px solid rgb(168 164 164);
}

.billing_form {
  padding: 50px 20px;
  border: 1px solid;
  border-radius: 10px;
}


.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 15px;
    background: transparent;
    font-family: Poppins;
}
.billing_form input::placeholder{
  color: black;
  font-family: 'lunchbox-light';
}
.billing_form label {
    font-size: 16px;
    font-family: 'lunchbox-light';
    color: black;
}


/* Checkout CSS */


/*------------------------------------product detail---------------------*/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #fec9b7;
}

.nav-pills .nav-link {
  background: transparent;
  border: 1px solid;
  color: black;
  font-size: 28px;
  font-family: 'Simplicity';
  margin: 0 15px 0 0;
  border-radius: 0.25rem;
  font-weight: 500;
}

.tab-pane {
  font-family: 'lunchbox-light';
  color: #000000;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 100px;
}

.productdetailsec {
  padding: 70px 0 47px;
}

.productdetailtext h3 {
  font-size: 61px;
  margin-bottom: 15px;
  font-family: 'Simplicity';
}

.productdetailtext span {
  color: #b90f29;
  font-size: 32px;
  /* line-height: 42px; */
  font-weight: 500;
  margin: 17px 0 0;
  /* font-family: 'MyRiadRegular' ,sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.productdetailtext ul {
  padding: 0;
  margin: 13px 0 0;
}

.productdetailtext ul li {
  list-style: none;
  display: inline-block;
  font-family: 'Simplicity';
  font-size: 30px;
  font-weight: 500;
  color: #361d32;
}

.productdetailtext ul li a i {
  color: #ffba00;
  font-size: 18px;
  margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
  color: #DADADA;
}

.productdetailtext ul li:nth-child(4) a i {
  color: #DADADA;
}

.productdetailtext p {
  line-height: 26px;
  padding: 30px 0 30px;
  font-size: 21px;
  font-family: 'lunchbox-light';
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 0 0 40px;
}

.iconlist ul li {
  list-style: none;
  line-height: 30px;
  color: #000000;
  font-family: 'Simplicity';
}

.iconlist ul li i {
  margin: 0 17px 15px 0;
  font-size: 18px;
  color: #000;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}



.productdetailnav {
  position: relative;
  margin-top: -70px;
}

.productdetailsmallportion img {
  margin: 10px;
  
  
  
  
  border: 1px solid #e1e1e1;
  height: 120px;
background: white;}

.productdetailsmallportion img:hover {
  border: 2px solid #cfa55a;
}

.productdetailnav .slick-current .productdetailsmallportion img {
  border-color: #e1e1e1;
}

.productdetailsec .productdetailportion {
  border: 2px solid #E1E1E1;
  height: 545px;
  display: flex;
  margin: 10px;
  align-items: center;
  background: #ffffff;
  justify-content: center;
}

.productdetailnav .slick-slide {
  opacity: 1;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 18% !important;
  border: 1px solid #E3E3E3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: #ffffff !important;
}

.product-details-btn.btn10 {
  background-color: #00afab !important;
  color: white;
  font-family: 'Roboto', sans-serif !important;
  border-radius: 12px;
  border-color: #CFA55A;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #fa5951;
  border: 1px solid #fa5951;
}

ul.product-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

.iconlist {
  margin-top: 40px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item .nav-link.active {
  border: 0;
  background-color: #53CBD5;
  color: #ffffff;
}

.description .nav-tabs {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.description {
  padding: 80px 0;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  height: auto;
  width: 50%;
}

.productdetailsmallportion img {
  width: auto;
  padding: 12px 20px;
}


/* skin 2 */

.skin-2 .num-in {
  background: #F0F0F0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #373737;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: 'Roboto';
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-details-btn.btn10 {
  font-family: 'Montserrat', sans-serif;
  background-color: #fa5951;
  color: #ffffff;
  border-color: #CFA55A;
  font-size: 17px;
}

.product-details-btn.btn10:hover {
  background-color: #9b0e07;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #ffc3b1;
  border: 1px solid #ffc3b1;
}

ul.product-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

.iconlist {
  margin-top: 40px;
}

.description li.nav-item button {
  width: 200px;
  height: 60px;
  background-color: #F1F1F1;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  color: #000000;
}

.description li.nav-item .nav-link.active {
  border: 0;
  background-color: #fa5951;
  color: #ffffff;
}

.description {
  padding: 80px 0;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  height: auto;
  width: 100%;
}

.productdetailsmallportion img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  padding: 5px;
}


/* skin 2 */

.skin-2 .num-in {
  background: #F0F0F0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: 'Roboto';
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  font-family: 'Simplicity';
  margin: 0 5px;
}
.item-price {
    font-family: 'lunchbox-light';
    font-size: 60px;
    color: black;
    line-height: 65px;
}
/*product-detail*/

/*CONTCT PAGE STRT*/


.contentSec p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'lunchbox-light';
    width: 90%;
}


.contentSec input[type="text"],
.contentSec input[type="password"],
.contentSec select,
.contentSec input[type="email"],
.contentSec input[type="url"],
.contentSec input[type="number"], .contentSec textarea, .contentSec input[type="date"], .contentSec input[type="tel"] {
  border: 1px solid;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  height: 55px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 30px;
  resize: none;
  border-radius: 10px;
  font-family: 'Simplicity';
}

 .contentSec textarea {
    padding: 20px 30px !important;
    height: 167px !important;
}






 .contentSec input[type="submit"]:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #0c0e76;
    color: #fff;
    border-color: #0c0e76;
    background-color: #0c0e76;
}


.icon-list-blog i {
    margin: 5px 4px 0px 0px;
    font-size: 15px;
    border: 1px solid;
    padding: 0px;
    border-radius: 50px;
    border-color: #8c8c8c;
    color: #8c8c8c;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.icons-blogs a {
    color: #100cd0;
}

.icon-list-blog i:hover {
    border-color: #0CD0C2;
    color: #0CD0C2;
}

.mt-5 {
  margin-top: 50px;
}

.indivual_sec {
    padding: 60px 0px 0px 0px;
}

.indivual_txt h2 {
    font-family: 'Roboto',Sans-Serif;
    font-size: 35px;
    line-height: 42px;
    color: #0CD0C2;
    font-weight: 500;
    margin: 0 0 17px;
}

.indivual_txt p {
    font-family: 'Roboto',Sans-Serif;
    font-size: 35px;
    line-height: 42px;
    color: #0CD0C2;
    font-weight: 500;
    margin: 0 0 17px;
}

.ind_box ul {
    margin: 0;
}

.ind_box {
    padding: 30px 24px;
    background-color: #b2b2b2;
    height: 250px;
}

.c_green_bg {
    background-color: #b6f1ed;
}
.blog_box img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}
.ind_box ul li {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    line-height: initial;
    display: flex;
}
.ind_box ul li:not(:last-child){
  margin-bottom: 15px;
}
.ind_box ul i {
    margin-right: 10px;
    color: #ffff;
}

.ind_box.c_green_bg ul i {
    margin-right: 10px;
    color: #0cd0c2;
}

.circleIcon {
  width: 85px;
  height: 85px;
  text-align: center;
  border: 2px dashed black;
  border-radius: 100%;
  color: #0CD0C2;
  font-size: 40px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circleIcon > i {
  position: relative;
  background: #c7b690;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactText h5 {
    font-size: 50px;
    line-height: 50px;
    color: #090909;
    font-weight: 500;
    font-family: 'lunchbox-light';
    margin: 0;
}

.contactText p, .contactText a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'lunchbox-light';
    color: #000 !important;
}

.contact_map iframe {
    width: 100%;
    height: 500px;
    padding-bottom: 50px;
}
.contentSec h3 {
    font-size: 60px;
    line-height: 65px;
    font-family: 'lunchbox-light';
}
.contact_page_form button {
    background: transparent;
}
/*CONTCT PAGE END*/

/*loginpage*/

form.login-form {
    text-align: center;
    padding: 30px 31px;
    border: 1px solid;
    border-radius: 10px;
    margin: 40px 0;
}

form.login-form input::placeholder {
    opacity: 1;
    color: #918f8f;
}

form.login-form input:not(input[type=checkbox]) {
    width: 100%;
    height: 55px;
    color: white;
    margin: 0 0 25px;
    padding: 0 10px;
    border: 1px solid #1f1f1f;
    background: transparent;
    border-radius: 10px;
    font-family: 'Simplicity';
}

form.login-form h2 {
    margin: 0 0 20px;
    font-size: 60px;
    letter-spacing: 2px;
    text-align: center;
    color: #020202;
}

input.btn-1 {
    background: #b90f29 !important;
    border: none !important;
    text-transform: uppercase;
    color: #fff !important;
}

.form-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Simplicity';
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    color: #000000;
    }

.reg-frombtm span {
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: 'Simplicity';
    font-size: 17px;
    color: #040404;
    }

.reg-frombtm {
    margin: 0 0 20px;
}

section.ls-fold1 {
    padding: 100px 0;
}

.form-btm a {
    color: #d3bb85;
}

.reg-frombtm span a {
    color: #d3bb85;
    }
.ls-fold1 button {
    font-size: 22px;
}

/*loginpage*/

/*lets work together*/
  .work-form input, .work-form textarea, .work-form select {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding: 0 25px;
    border: 1px solid;
    border-radius: 10px;
    background: transparent;
    font-family: 'Simplicity';
    font-size: 20px;
}
.work-form textarea{
  height: 200px;
  padding:25px;
}
.partners{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners-box{
  height: 200px;
  transition: 0.4s ease-in;
  display: grid;
  place-items:
  center;
  border: 1px solid;
}
.partners-box:hover{
  background:#f8f8f8;
}
.partners-box img{
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.partners-box:nth-child(n + 5) {
    border-bottom: 0;
}

.partners-box {
    border-top: 0;
    border-left: 0;
       margin-bottom: 0;
}

.partners-box:nth-child(n + 9) {
    border-top: 1px solid;
}

.partners-box:nth-child(4),.partners-box:nth-child(8),.partners-box:nth-child(12) {
    border-right: 0;
}
/*lets work together*/


/*media query*/
@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .menuSec ul li a {
    font-size: 20px;
    padding: 10px 17px;
}
  .contentSec p {
    width: 100%;
}

  .tab-pane {
    margin-bottom: 50px;
}

  .abt-pg-img {
    height: 100%;
}
  .product-content h5 {
    font-size: 32px;
    line-height: 37px;
}
.product-content p {
    font-size: 18px;
    line-height: 22px;
}
  .multi-sec ul li {
    margin: 15px 20px;
    font-size: 35px;
    line-height: 40px;
}

  .blog-det-img {
    width: 100%;
    height: 650px;
    margin-bottom: 15px;
}
.banner-logo {
    width: 200px;
    height: 200px;
    margin: 30px auto;
}

.ptb-100 {
    padding: 100px 0;
}

.btn-1 {
    font-size: 30px;
}
.slider-box {
    width: 100%;
    height: 300px;
}

.product-content {
    padding: 20px;
}
.ptb-50 {
    padding: 50px 0;
}

.partners-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

form.contact_page_form {
    margin-bottom: 40px;
}
.contactText {
    padding-left: 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .menuSec ul li a {
    font-size: 16px;
    padding: 10px 11px;
}
  .contentSec p {
    width: 100%;
}
  .contentSec p.mb-5 {
    margin-bottom: 10px !important;
}
  .blog-det-content h2 {
    font-size: 50px;
    margin: 15px 0 0px;
    line-height: 65px;
}
  .blog-det-update div {
    font-size: 15px;
    line-height: 20px;
}
  .blog-box-content h4 {
    font-size: 32px;
    line-height: 38px;
}
  .blog-date h6, .blog-date span {
    font-size: 17px;
    line-height: 25px;
}
  .tab-pane {
    margin-bottom: 50px;
}
  .productdetailsmallportion img {
    height: 120px;
}
  .productdetailsec .productdetailportion {
    height: 250px;
}
  .abt-pg-img {
    height: 800px;
}
  .product-content h5 {
    font-size: 26px;
    line-height: 30px;
}
.product-content p {
    font-size: 18px;
    line-height: 22px;
}
  .multi-sec ul li {
    margin: 10px 10px;
    font-size: 30px;
    line-height: 35px;
}
  .after-box p {
    font-size: 16px;
    line-height: 20px;
}
  .after-box h5 {
    font-size: 32px;
    line-height: 40px;
}
.after-box h6 {
    font-size: 20px;
    line-height: 25px;
}
  .blog-det-img {
    width: 100%;
    height: 800px;
    margin-bottom: 15px;
}
.table {
    width: 750px;
    max-width: 800px;
     margin-bottom: 20px; 
}
  html{
    overflow-x: hidden;
  }
  .inner-slider .slick-prev:before, .slick-next:before{
    display: none;
  }
  .head-social {
    text-align: center;
}
.banner-logo {
    width: 200px;
    height: 200px;
    margin: 30px auto;
}
.banner-content h1 {
    font-size: 44px;
}
.ptb-100 {
    padding: 50px 0;
}
.after-box {
    padding: 20px 5px;
    border: 1px solid black;
}
p.tag-line {
    font-size: 15px;
    line-height: 35px;
}
.btn-1 {
    font-size: 30px;
}
.slider-box {
    width: 100%;
    height: 250px;
}
.product-img {
    height: 150px;
}
.product-content {
    padding: 20px;
}
.mailing-sec h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
.quick-links {
     display: block; 
    margin: 0;
}
.quick-links li{
  margin: 15px;
}

.quick-links li::after {
  display: none;
}
.ptb-50 {
    padding: 30px 0;
}
.footer-sec h6 {
    font-size: 18px;
    line-height: 25px;
}
.footer-sec p, .footer-sec a {
    font-size: 14px;
    line-height: 21px;
}
h2 {
    font-size: 62px;
    line-height: 70px;
}

.partners-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.contentSec h3 {
    font-size: 40px;
    line-height: 55px;
}
form.contact_page_form {
    margin-bottom: 40px;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){
  .blog-det-img {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}
.table {
    width: 1000px;
    max-width: 1000px;
    margin-bottom: 20px;
}
  html{
    overflow-x: hidden;
  }
  .inner-slider .slick-prev:before, .slick-next:before{
    display: none;
  }
  .head-social {
    text-align: center;
}
.banner-logo {
    width: 120px;
    height: 120px;
    margin: 30px auto;
}
.banner-content h1 {
    font-size: 34px;
}
.ptb-100 {
    padding: 50px 0;
}
.after-box {
    padding: 30px 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}
p.tag-line {
    font-size: 15px;
    line-height: 35px;
}
.btn-1 {
    font-size: 30px;
}
.slider-box {
    width: 100%;
    height: 250px;
}
.product-img {
    height: 250px;
}
.product-content {
    padding: 20px;
}
.mailing-sec h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
.quick-links {
     display: block; 
    margin: 0;
}
.quick-links li{
  margin: 15px;
}

.quick-links li::after {
  display: none;
}
.ptb-50 {
    padding: 30px 0;
}
.footer-sec h6 {
    font-size: 18px;
    line-height: 25px;
}
.footer-sec p, .footer-sec a {
    font-size: 14px;
    line-height: 21px;
}
h2 {
    font-size: 62px;
    line-height: 70px;
}
.partners-box {
    width: 50%;
        border: 1px solid !important;
  }
.partners-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.contentSec h3 {
    font-size: 30px;
    line-height: 35px;
}
form.contact_page_form {
    margin-bottom: 40px;
}
.contactText {
    text-align: center;
}
.circleIcon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
}
   
}

@media only screen and (min-width: 300px) and (max-width: 519px){
  .head-social {
    text-align: center;
}
.banner-logo {
    width: 120px;
    height: 120px;
    margin: 30px auto;
}
.banner-content h1 {
    font-size: 34px;
}
.ptb-100 {
    padding: 50px 0;
}
.after-box {
    padding: 30px 10px;
    border: 1px solid black;
    margin-bottom: 10px;
}
p.tag-line {
    font-size: 15px;
    line-height: 35px;
}
.btn-1 {
    font-size: 30px;
}
.slider-box {
    width: 100%;
    height: 250px;
}
.product-img {
    height: 250px;
}
.product-content {
    padding: 20px;
}
.mailing-sec h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}
.quick-links {
     display: block; 
    margin: 0;
}
.quick-links li{
  margin: 15px;
}

.quick-links li::after {
  display: none;
}
.ptb-50 {
    padding: 30px 0;
}
.footer-sec h6 {
    font-size: 18px;
    line-height: 25px;
}
.footer-sec p, .footer-sec a {
    font-size: 14px;
    line-height: 21px;
}
h2 {
    font-size: 62px;
    line-height: 70px;
}
.partners-box {
    width: 50%;
        border: 1px solid !important;
  }
.partners-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.contentSec h3 {
    font-size: 30px;
    line-height: 35px;
}
form.contact_page_form {
    margin-bottom: 40px;
}
.contactText {
    text-align: center;
}
.circleIcon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
}
.blog-det-img {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}
.table {
    width: 1000px;
    max-width: 1000px;
    margin-bottom: 20px;
}
    

}

/*media query*/