/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*RAJ Custom*/

body{transition: all 600ms ease-in-out;  background: #fff;}
a, input{ outline: none !important; text-decoration: none !important; }

.body-call{position: fixed; content: ""; width: 10%; bottom: 20px; right: 10px; z-index: 99999999;}
.body-call a.call-icon{}
.body-call a.call-icon img{width: 55%; float: right;transition: all 400ms ease-in-out;}
.body-call a.call-icon img:hover{width: 60%; transition: all 600ms ease-in-out;}
.body-whsatsapp{position: fixed; content: ""; width: 10%; bottom: 20px; left: 10px; z-index: 99999;}
.body-whsatsapp a.whsatsapp-icon{}
.body-whsatsapp a.whsatsapp-icon img{width: 55%; float: left; transition: all 400ms ease-in-out;}
.body-whsatsapp a.whsatsapp-icon img:hover{width: 60%; transition: all 600ms ease-in-out;}


.body-right{ position: fixed; right: 0px; z-index: 9999; top: 220px; }
.body-right ul{ padding: 0; margin: 0; }
.body-right ul li{ padding: 0; margin: 0; list-style: none; }
.body-right ul li a{  padding: 10px 10px; margin: 0 -70px 0 0px; color: #fff;text-decoration: none; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-weight: 300; display: block; background: #006eb8; transition:500ms ease-in-out;}
.body-right ul li a:hover{  padding: 10px 10px; margin: 0 0px 0 0px; transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out; transition:500ms ease-in-out;}
.body-right ul li a i.fa{     color: #fff; font-weight: bold; padding: 0 10px 0 0; }



/*top-header*/
.top-header{ position: relative; width: 100%; background: #feb132; padding: 3px 0; z-index: 99; height: auto; margin: 0; background: linear-gradient(90deg, rgb(6, 49, 121) 0%, rgb(1, 35, 89) 31%, rgb(0, 74, 157) 100%);}
.top-header h1{font-family: "Atkinson Hyperlegible Next", serif; font-size: 16px; line-height: 20px; text-align: center; padding: 1px 0 2px; margin: 0; color: #fff;}
.blinking-text { text-align: center;  animation: blink 1s infinite; color: #f9b62e; padding: 0 0 0 5px;}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}


/*HEADER*/
.header{ background: #fff;position: relative; width: 100%; padding: 22px 0; z-index: 9999; height: auto; overflow: visible !important; margin: 0 auto; top: 0; left: 0;}
.header .barnd-logo{position: absolute; display: inline-block; width: 39%; content: ""; top: -50px;}
.header .barnd-logo img{ width: 100%; padding: 0px 0 0;  }
.header .menu{position: relative; display: inline-block; width:100%;   }
.header .menu #nav-wrap{ width: 100%; display: inline-block; text-align: right; padding: 0 0; margin: 0;}
.header .contact-header{width: 100%; display: inline-block; text-align: right; padding: 0 0; margin: 5px 0 6px; }
.header .contact-header a{font-family: "Caveat", serif; font-size: 21px; line-height: 30px; padding: 0; margin: 0; letter-spacing: 0.5px; transition: all 400ms ease-in-out; color: #f9b22f;}
.header .contact-header a span{ font-family: "Atkinson Hyperlegible Next", serif; font-size: 16px; line-height: 20px; padding: 2px 5px; border-radius: 4px; margin: 0; color: #f9b22f; color: #fffffff7; font-style: italic;}
.header .contact-header a:hover{color: #fff; letter-spacing: 0.8px;  transition: all 600ms ease-in-out;}

/* ---------------banner section ---------------*/
.particle-network-animation{position: absolute; content: ""; padding: 0 0; margin: 0 0; width: 100%; height: 100%; z-index: 999; opacity: 1; }

/* ---------------banner section ---------------*/
.banner { position: relative; width: 100%; display: block; padding: 0 0; margin: 0; min-height: 100vh; }
.banner img.bannerimg{ width: 100%; }
.banner .dec-banner{ position: absolute; content: ""; top: 95px; left: 0; z-index: 999; width: 100%; padding: 0 0; margin: 0; }
.banner .dec-banner h2{ position: relative; font-family: "Atkinson Hyperlegible Next", serif; font-size: 80px; width: 65%; font-weight: bold; color: #fff; text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.21); line-height: 90px; padding: 0 0; margin: 0}
.banner .dec-banner h4 { position: relative;font-size: 40px; line-height: 40px; font-weight: 600; color: #f9b62e; font-family: "Caveat", serif; text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.57); padding: 0; margin: 0; }
.banner .dec-banner h4:before{}
.banner .dec-banner h3{font-family: "Caveat", serif; color: #fff; padding: 5px 0 7px; margin: 0 0 0; font-size: 35px; font-weight: bold; line-height: 50px; text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.39);}
.banner .dec-banner a{position: absolute; top: 115%; left: 15%; transform: translate(-50%,-50%); padding: 10px 0; color: #fbb233; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; font-size: 20px; box-shadow: 0 20px 50px rgb(103, 103, 103); overflow: hidden; width: 15%; text-align: center; font-family: "Atkinson Hyperlegible Next", serif; font-weight: 500; font-size: 16px; padding: 15px 0; background: #ffffff21; }
.banner .dec-banner a:hover{ background: #ffd20b; color: #000;transition: all 600ms ease-in-out; }
.banner .dec-banner a::before { content:""; position:absolute; top:2px; left:2px; bottom:2px; width:50%; background:rgba(255,255,255,0.05); }
.banner .dec-banner a span:nth-child(1){ position:absolute; top:0; left:0; width:100%; height:2px; background:linear-gradient(to right, #3fabc580 ,#fbb233); animation: animate1 2s linear infinite; animation-delay:1s; }
@keyframes animate1
{
  0%
  {
    transform:translateX(-100%);
}
  100%
  {
    transform:translateX(100%);
  }
}
.banner .dec-banner a span:nth-child(2){ position:absolute; top:0; right:0; width:2px; height:100%; background:linear-gradient(to bottom, #3fabc580 ,#fbb233); animation: animate2 2s linear infinite; animation-delay:2s; }
@keyframes animate2
{
  0%
  {
    transform:translateY(-100%);
}
  100%
  {
    transform:translateY(100%);
  }
}
.banner .dec-banner a span:nth-child(3) { position:absolute; bottom:0; left:0; width:100%; height:2px; background:linear-gradient(to left, #3fabc580 ,#fbb233); animation: animate3 2s linear infinite; animation-delay:1s; }
@keyframes animate3
{
  0%
  {
    transform:translateX(100%);
}
  100%
  {
    transform:translateX(-100%);
  }
}
.banner .dec-banner a span:nth-child(4) { position:absolute; top:0; left:0; width:2px; height:100%; background:linear-gradient(to top, #3fabc580 ,#fbb233); animation: animate4 2s linear infinite; animation-delay:2s; }
@keyframes animate4
{
  0%
  {
    transform:translateY(100%);
}
  100%
  {
    transform:translateY(-100%);
  }
}


.title-home { position: relative; width: 100%; text-align: center; display: block; padding: 0 0; margin: 0 0; height: 115px; }
.title-home h2{ position: relative; font-family: "Atkinson Hyperlegible Next", serif; padding: 0; margin: 0; color: #f9b72c; color: #fff;   font-size: 40px; font-weight: bold; line-height: 60px; }
.title-home h2::before{ position: absolute; content: ""; top: 75%; left: 0; right: 0; margin: 0 auto; background: url(../images/border-W.png) no-repeat; height: 45px; width: 19%;}

.title-home2 { position: relative; width: 100%; text-align: center; display: block; padding: 0 0; margin: 0 0; height: 115px; }
.title-home2 h2{ position: relative; font-family: "Atkinson Hyperlegible Next", serif; padding: 0; margin: 0; color: #fff; color: #f9b72c;   font-size: 40px; font-weight: bold; line-height: 60px; }
.title-home2 h2::before{ position: absolute; content: ""; top: 75%; left: 0; right: 0; margin: 0 auto; background: url(../images/border-Y.png) no-repeat; height: 45px; width: 19%;}

.title-home3 { position: relative; width: 100%; text-align: center; display: block; padding: 0 0; margin: 0 0; height: 115px; }
.title-home3 h2{ position: relative; font-family: "Atkinson Hyperlegible Next", serif; padding: 0; margin: 0; color: #fff; color: #f9b72c;   font-size: 40px; font-weight: bold; line-height: 60px; }
.title-home3 h2::before{ position: absolute; content: ""; top: 75%; left: 0; right: 0; margin: 0 auto; background: url(../images/border-Y.png) no-repeat; height: 45px; width: 22%;}


/*Inner Banner Start*/
.inner-banner{ width: 100%; position: relative; display: block; background: #000; padding: 0; margin: 0; }
.inner-banner img{ width: 100%; height: 300px; }
.inner-banner .inner-block{ position: absolute; content: ""; top: 125px; left: 0; z-index: 999; width: 100%; padding: 0 0; margin: 0; }
.inner-banner .inner-block .inner-content{ width: 100%; padding: 0; margin: 0; }
.inner-banner .inner-block .inner-content h2{ font-size: 40px; line-height: 50px; color: #fff; font-weight: bold; padding: 0; margin: 0; }

/* --------------- Category section ---------------*/
.category{ position: relative; width: 100%; display: inline-block; background: #fff; padding: 20px 0 45px; margin: 0 0;}
.category .category-box{ position: relative; width: 19%; border-radius: 10px; float: left; overflow: hidden; padding: 0 0; margin: 0 5px; }
.category .category-box:hover{  transition: all 600ms ease-in-out; }
.category .category-box img{ width: 100%; }
.category .category-box:hover img{ width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); transition: all 600ms ease-in-out; }
.category .category-box .category-text{ position: absolute; content: ""; text-align: center; bottom: 0; left: 0; width: 100%; background: #000000ab; background: #0000005e; padding: 0; margin: 0; transition: all 500ms ease-in-out; border-top: 0.5px solid #f9b72c33;}
.category .category-box .category-text:hover{background: #333333b5; padding: 70px 0; margin: 0; transition: all 600ms ease-in-out; }
.category .category-box .category-text h3{ position: relative; font-size: 25px; line-height: 30px; color: #ffab00; text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.57); padding: 0 0 2px; margin: 0; font-family: "Caveat", serif; font-weight: 600;}
.category .category-box .category-text a{  text-align: center; color: #ffffffbd; font-size: 12px; line-height: 20px; padding: 0 0 5px; display: block; margin: 0;   transition: all 600ms ease-in-out;}
.category .category-box .category-text:hover a{ color: #ffab00;  transition: all 600ms ease-in-out; }
.category .category-box .category-text:hover h3{ color: #fff;  transition: all 600ms ease-in-out; }



/*scroll to top*/
#scroll {
    position:fixed;
    right:20px;
    bottom:50px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#f9b72d;
    text-indent:-9999px;
    z-index: 9999;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:30px; border: 1px solid #fff;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000;
}
#scroll:hover {
    background-color:#ffad00;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*best seller*/
.best_seller{ position: relative; width: 100%; display: inline-block; background: #031f3e; padding: 35px 0 35px; margin: 0 0; }
.best_seller .item{ margin: 10px;}
.best_seller .best_seller-box{position: relative; width: 100%; padding: 0 0; margin: 0px; background: #f9b72d; border: 1px solid #000000d9; border-radius: 10px; overflow: hidden; box-shadow: 5px 5px 15px -5px rgb(0, 0, 0);transition: all 600ms ease-in-out;}
.best_seller .best_seller-box:hover{transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(249, 183, 45, 0.68);}
.best_seller .best_seller-box img{  width: 100% ;  height: 250px;  transition: all 600ms ease-in-out;}
.best_seller .best_seller-box:hover img{transition: 0.3s;transition: all 600ms ease-in-out; transform: scale(1.1);} 
.best_seller .best_seller-box .best_seller-text{ width: 100%; padding: 5px;position: relative; z-index: 9999; margin: 0; background: #f9b72d; text-align: center; }
.best_seller .best_seller-box .best_seller-text h3{padding: 0 0; margin: 0 0 5px; font-size: 22px; line-height: 30px; color: #021e3c; height: 70px;}
.best_seller .best_seller-box .best_seller-text a{  background: #4a4c4d; border-radius: 55px; padding: 6px 20px; display: inline-block; margin: 3px 10px 11px; font-size: 13px; border: 0.5px solid #ffffff82; color: #f9b72d; transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.74);}
.best_seller .best_seller-box .best_seller-text a i{}
.best_seller .best_seller-box .best_seller-text a:hover{ background: #fff; color: #000; transition: all 600ms ease-in-out; }


/* ---------------About section ---------------*/
.about{ position: relative; width: 100%; display: inline-block; background: #fff; padding: 100px 0 50px; margin: 0 0; }
.about .about-padding h3 { font-size: 20px; text-transform: capitalize; letter-spacing: 0; color: #fda600; padding: 0 0; margin: 40px 0 5px; font-family: "Atkinson Hyperlegible Next", serif; }
.about .about-padding h3 span { display: block; font-size: 20px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000d1; padding: 10px 0 15px; margin: 0; font-weight: bold;}
.about .about-padding h3 b{font-size: 25px; padding: 0 5px;}
.about .about-padding h4 { font-size: 30px; text-transform: capitalize; letter-spacing: 0; font-family: "Caveat", serif; color: #ffa700; padding: 0 0; margin: 0; }
.about .about-padding h4 span { display: block; font-size: 29px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #032448; padding: 5px 0 15px; margin: 0; }
.about .about-padding p{display: block; font-size: 17px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000c4; padding: 0; margin: 0; line-height: 30px;}
.about .about-padding { padding: 2em 4em; }
.about .img-div { position: relative; }
.about .img-div .position-img { position: absolute; right: 0; bottom: 10%; border-bottom: 5px solid #fff; border-left: 5px solid #fff; }
.about .img-div .position-img1 { position: absolute; left: 0; bottom: 10%; border-bottom: 5px solid #fff; border-right: 5px solid #fff; }


/*Inner About Start*/
.inner-about{ position: relative; width: 100%; display: inline-block; background: #fff; padding: 100px 0 50px; margin: 0 0; }
.inner-about .about-left-block{ width: 100%; padding: 0; margin: 0; }
.inner-about .about-left-block h2 { font-size: 40px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #ffa700; padding: 0 0; margin: 0; }

.inner-about .about-left-block p{display: block; font-size: 17px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000c4; padding: 10px 0 5px; margin: 0; line-height: 30px; text-align: justify; }
.inner-about .about-right-block { position: relative; }
.inner-about .about-right-block img{ width: 100%; border: 5px solid #ffa700; padding: 10px; }
.inner-about .about-right-block img.position-img { position: absolute; right: 0px; bottom: 16%; border: 5px solid #fff; width: 54%; padding: 0; }


/*Inner Why Start*/
.why-us{ position: relative; width: 100%; display: inline-block; background: #fff; padding: 40px 0; margin: 0 0; }
.why-us .why-us-left{ width: 100%; padding: 0; margin: 0; }
.why-us .why-us-left h2 { font-size: 40px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #ffa700; padding: 0 0; margin: 0; }

.why-us .why-us-left p{display: block; font-size: 17px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000c4; padding: 10px 0 5px; margin: 0; line-height: 30px; text-align: justify; }
.why-us .why-us-right { position: relative; }
.why-us .why-us-right img{ width: 100%; border-right: 5px solid #ffa700; border-left: 5px solid #ffa700; border-top: 2px solid #ffa700; border-bottom: 2px solid #ffa700; padding: 15px; }

/*About Mission*/
.mission{  width: 100%; display: inline-block; background: #fff; padding: 60px 0; margin: 0; position: relative; }
.mission .mission-image-block{ width: 100%; padding: 0 15px 15px 0; margin: 0 0 30px;  border-bottom: 5px solid #ffa700; border-right: 2px solid #ffa700; }
.mission .mission-image-block-2{ padding: 15px 0 0 15px; margin: 0;  border-top: 2px solid #ffa700; border-left: 5px solid #ffa700; border-bottom: none; border-right: none; }

.mission .mission-image-block img{ width: 100%; }
.mission .mission-dec-block{ width: 100%; padding: 0; margin: 0; }
.mission .mission-dec-block h2{ font-size: 40px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #ffa700; padding: 0 0; margin: 0;font-size: 40px; text-transform: capitalize; letter-spacing: 0; color: #ffa700; padding: 0 0; margin: 0; }
.mission p{ display: block; font-size: 17px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000c4; padding: 10px 0 5px; margin: 0; line-height: 30px; text-align: justify; }



/*Inner Product Start*/
.inner-product{ width: 100%; position: relative; display: block; background: #f6f6f6; padding: 60px 0; margin: 0; }
.inner-product .inner-product-block{ position: relative; width: 100%; padding: 0 0; margin: 0 0 30px; background: #f9b72d; border: 1px solid #000000d9; border-radius: 10px; overflow: hidden; box-shadow: 3px 3px 11px -5px rgba(0, 0, 0, 0.54);transition: all 600ms ease-in-out; }
.inner-product .inner-product-block:hover{transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(249, 183, 45, 0.68);}

.inner-product img{ width: 100%; }


.inner-product .inner-product-block .inner-product-image-box{ width: 100%; padding: 0; margin: 0; }
.inner-product .inner-product-block .inner-product-image-box img.pho-gall { width: 100% ;  height: 250px;  transition: all 600ms ease-in-out; }
.inner-product .inner-product-block .inner-product-image-box:hover img.pho-gall{ transition: 0.3s;transition: all 600ms ease-in-out; transform: scale(1.1); }

.inner-product .inner-product-block .inner-product-text{ width: 100%; padding: 5px;position: relative; z-index: 9999; margin: 0; background: #f9b72d; text-align: center; }
.inner-product .inner-product-block .inner-product-text h5{padding: 0 0; margin: 5px 0 10px; font-size: 14px; line-height: 16px; color: #333535;}
.inner-product .inner-product-block .inner-product-text h3{padding: 0 0; margin: 5px 0 10px; font-size: 22px; line-height: 30px; color: #021e3c; height: 70px;}
.inner-product .inner-product-block .inner-product-text h5 span{ display: block; font-size: 16px; line-height: 18px; color: #4e4e4e; padding: 0 0 0 10px; text-transform: capitalize; height: 30px;}
.inner-product .inner-product-block .inner-product-text a{  background: #4a4c4d; border-radius: 55px; padding: 6px 20px; display: inline-block; margin: 3px 10px 11px; font-size: 13px; border: 0.5px solid #ffffff82; color: #f9b72d; transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.74);}
.inner-product .inner-product-block .inner-product-text a i{}
.inner-product .inner-product-block .inner-product-text a:hover{ background: #fff; color: #000; transition: all 600ms ease-in-out; }
.lb-nav a.lb-prev{display: none !important; }
.lb-nav a.lb-next{display:none !important; }


/*Enquiry Form*/
.enquiry-body{  position: relative; padding: 60px 0; margin: 0; width: 100%; display: inline-block; background: url(../images/enquiry-background.png) no-repeat top left; background-size: cover; background-attachment: fixed; height: 130vh; overflow:hidden;}
.enquiry-body .enquiry-body-form{ position: relative; padding: 0; margin: 0 auto; width: 45%; z-index: 999; display: block; }
.enquiry-body .enquiry-body-form h4{ font-size: 30px; text-transform: capitalize; letter-spacing: 0; padding: 8px 0; margin: 0 0 15px; text-align: center; font-weight: 500; font-family: "Atkinson Hyperlegible Next", serif; color: #fff; border-radius: 10px; background: #434343;}
.enquiry-body .enquiry-body-form h4::before{ position: absolute; content: ""; top: 100px; right: -5px; margin: 0 auto; background: url(../images/fav.png) no-repeat; height: 170%; width: 79px; z-index: 999; opacity: 0.1;}

.enquiry-body .enquiry-body-form form{ position: relative; padding: 30px 20px 30px 20px; margin: 0; width: 100%; float: right; display: inline-block; background: #fff; border-radius: 15px; box-shadow: 4px 10px 30px rgb(10, 2, 45);
background: url(../images/enquiry-form-background.png) no-repeat;
background-size: auto;
background-size: cover; }
.enquiry-body .enquiry-body-form form .fill-box{ position: relative; padding: 0; margin: 0 0 25px; width: 100%; display: inline-block; float: left;}
.enquiry-body .enquiry-body-form form .full-box{ width: 100%; margin: 0; }
.enquiry-body .enquiry-body-form form .fill-box input:hover{ border: 0.5px solid #9085bf;  transition:all 600ms ease-in-out; }
.enquiry-body .enquiry-body-form form .fill-box label{ position: relative; padding: 0 10 5px; margin: 0; width: auto; display: inline-block; color: #180059; font-size: 17px; line-height: 20px; font-family: "Atkinson Hyperlegible Next", serif; }
.enquiry-body .enquiry-body-form form .fill-box label b{font-size: 12px; color: #f00; opacity: 0.7; padding: 0 0 0 3px; }
.enquiry-body .enquiry-body-form form .fill-box input{ position: relative; padding: 0 10px; margin: 0; width: 100%; display: inline-block; color: #0c013b;  font-size: 15px; line-height: 20px; background: none; border: 0.5px solid #ccc9; border-radius: 6px; height: 50px; font-family: "Atkinson Hyperlegible Next", serif; }
.enquiry-body .enquiry-body-form form .fill-box textarea{ position: relative; padding: 15px 10px; margin: 0; width: 100% !important; height: 33px; display: inline-block; outline: none; background: #fff; border: none; color: #0c013b; font-family: "Atkinson Hyperlegible Next", serif; font-size: 15px; line-height: 20px; background: none; border: 0.5px solid #ccc9; border-radius: 6px; height: 100px;}
.enquiry-body .enquiry-body-form form .fill-box span{ outline: none; }
.enquiry-body .enquiry-body-form form .fill-box span input{outline: none; border: none;}
.enquiry-body .enquiry-body-form form .full-box span{ width: 95%;margin: 0 auto; display: block; padding: 0;  font-size: 15px; line-height: 25px; color: #0c013b; letter-spacing: 0.1px;}
.enquiry-body .enquiry-body-form form .full-box span input{ width: 5%; outline: none; border: none; cursor: pointer;}
.enquiry-body .enquiry-body-form form .fill-box input[type="submit"]{ width: 50%; line-height: 22px; text-transform: uppercase; padding: 12px 0; margin: 0 auto; text-align: center; font-weight: bold; transition: all 200ms ease-in-out; background: #4a4c4d; border-radius: 55px; display: inline-block; font-size: 16px; border: 1px solid #f9b72d; color: #f9b72d; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.74); display: block; }
.enquiry-body .enquiry-body-form form .fill-box input[type="submit"]:hover{  background: none; border: 1px solid #000; color: #000;  transition: all 200ms ease-in-out;; }







/*normal ccustom css */

.pageloadPupup{ z-index: 999999; }
.pageloadPupup .modal-dialog { width: 1000px; margin:30px auto; background: #fc5249; overflow: hidden; border-radius: 15px;}
.pageloadPupup .modal-content{background: #fff; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 16px; background: #fff;}
.pageloadPupup .modal-header{background: #fff;
padding: 15px 0 10px;}
.pageloadPupup .modal-header img{width: 8%; margin: 0 auto; display: block;}
.modal-header .close { margin-top: -15px; margin-right: 15px; }
.close {float: right;font-size: 30px;font-weight: bold;line-height: 1;color: #00000080;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: 1;}
.pageloadPupup .modal-body{ width: 100%; display: inline-block; padding: 20px 0; margin: 0; }
.pageloadPupup .modal-body .modal-images{ width: 100%; padding: 10px 10px 0; margin: 0; border: 1px solid #f9b72d; }
.pageloadPupup .modal-body .modal-images ul{ padding: 0; margin: 0; }
.pageloadPupup .modal-body .modal-images ul li{ padding: 0; margin: 0 0 10px; }
.pageloadPupup .modal-body .modal-images ul li img{ width: 100%; height: 249px; }
.pageloadPupup .modal-body .modal-enquary{ width: 100%; padding: 0; margin: 0 auto; display: block; /*background: #00000094;*/ border: 1px solid #f9b72d; /*box-shadow: 0 0 10px #353535;*/ overflow: hidden; }
.pageloadPupup .modal-body .modal-enquary h3{ font-family: "Atkinson Hyperlegible Next", serif; font-size: 24px; line-height: 30px; color: #fff; background: #f9b72d; text-align: center; padding: 10px 0; margin: 0; font-weight: bold; text-transform: capitalize; border-bottom: 3px solid #c38504; }
.pageloadPupup .modal-body .modal-enquary form{ width: 100%; padding: 0; margin: 0; display: inline-block; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form{ width: 46%; float: left; padding: 0; margin: 8px; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form label{ width: 100%; font-size: 16px; line-height: 18px; color: #000; padding: 10px 0 5px; margin: 0; font-family: "Atkinson Hyperlegible Next", serif; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form input{ width: 100%; font-size: 16px; line-height: 18px; color: #000; padding: 8px 10px; margin: 0; outline: none; background: none; border: 1px solid #ccc;  font-family: "Atkinson Hyperlegible Next", serif; border-radius: 5px; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form select{ width: 100%; font-size: 16px; line-height: 18px; color: #000; padding: 8px 10px; margin: 0; border: 1px solid #ccc; /*border-radius: 6px;*/ outline: none; }
.pageloadPupup .modal-body .modal-enquary form .requirements{ width: 100%; padding: 0; margin: 10px; }
.pageloadPupup .modal-body .modal-enquary form .requirements label{ width: 100%; font-size: 16px; line-height: 18px; color: #000; padding: 10px 0 5px; margin: 0;  }
.pageloadPupup .modal-body .modal-enquary form .requirements textarea{ width: 96%; height: 100px; font-size: 16px; line-height: 18px; color: #000; padding: 10px; margin: 0; border: 1px solid #ccc; /*border-radius: 6px*/; outline: none; background: none; font-family: "Atkinson Hyperlegible Next", serif; border-radius: 5px; }

.pageloadPupup .modal-body .modal-enquary form .checkbox{ width: 100%; }
.pageloadPupup .modal-body .modal-enquary form .checkbox input{ width: 5%; float: left; position: absolute; content: ""; top: 2px; }
.pageloadPupup .modal-body .modal-enquary form .checkbox a{ font-size: 16px; line-height: 18px; color: #000; padding: 0 0 0 30px; margin: 0; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn{ width: 100%; padding: 0; margin: 0 0 30px; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]{ width: 30%; font-size: 16px; line-height: 18px; color: #fff; text-transform: uppercase; padding: 10px 0; margin: 0 auto; transition: all 300ms ease-in-out; display: block; background: #f9b72d; border-radius: 0;}
.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]:hover{ letter-spacing: 2px; color:#000; transition: all 300ms ease-in-out; }





















/*Privacy Policy*/
/*Privacy Policy*/
.privacy{  width: 100%; position: relative; display: block; background: #fff; padding: 30px 0; margin: 0; }
.privacy p{ display: block; font-size: 17px; text-transform: capitalize; letter-spacing: 0; font-family: "Atkinson Hyperlegible Next", serif; color: #000000c4; padding: 10px 0 5px; margin: 0; line-height: 30px; text-align: justify; }




/*earrings_seller*/
.earrings_seller{ position: relative; width: 100%; display: inline-block; background: #f2f2f2; padding: 35px 0 35px; margin: 0 0; }
.earrings_seller .item{ margin: 10px;}
.earrings_seller .earrings_seller-box{ position: relative; width: 100%; padding: 0 0; margin: 0 0 20px; background: #f9b72d; border: 1px solid #ffffffd1; border-radius: 10px; overflow: hidden; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.29); transition: all 600ms ease-in-out; }
.earrings_seller .earrings_seller-box:hover{transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(249, 183, 45, 0.68);}
.earrings_seller .earrings_seller-box img{  width: 100% ; height: 250px; transition: all 600ms ease-in-out;}
.earrings_seller .earrings_seller-box:hover img{transition: 0.3s;transition: all 600ms ease-in-out; transform: scale(1.1);} 
.earrings_seller .earrings_seller-box .earrings_seller-text{ width: 100%; padding: 5px;position: relative; z-index: 9999; margin: 0; background: #f9b72d; text-align: center; }
.earrings_seller .earrings_seller-box .earrings_seller-text h3{padding: 0 0; margin: 0 0 5px; font-size: 22px; line-height: 30px; color: #021e3c; height: 70px;}
.earrings_seller .earrings_seller-box .earrings_seller-text a{  background: #4a4c4d; border-radius: 55px; padding: 6px 20px; display: inline-block; margin: 3px 10px 11px; font-size: 13px; border: 0.5px solid #ffffff82; color: #f9b72d; transition: all 600ms ease-in-out; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.74);}
.earrings_seller .earrings_seller-box .earrings_seller-text a i{}
.earrings_seller .earrings_seller-box .earrings_seller-text a:hover{ background: #fff; color: #000; transition: all 600ms ease-in-out; }



/* ---------------newsletter section ---------------*/
.newsletter{ position: relative; z-index: 999; width: 100%; display: inline-block; padding: 20px 0; margin: 0 0; background: linear-gradient(90deg, rgba(255, 185, 51, 0.76) 0%, rgb(255, 212, 8) 31%, rgba(249, 181, 47, 0.88) 100%); display: none;}
.newsletter h5{position: relative; font-family: "Atkinson Hyperlegible Next", serif; padding: 0; margin: 0; color: #1e1d1d; font-size: 35px; font-weight: bold; line-height: 40px;}
.newsletter p{font-size: 20px; text-transform: capitalize; letter-spacing: 0; font-family: "Caveat", serif; color: #171717; padding: 5px 0 0; margin: 0;}
.newsletter form{ position: absolute; top: -29px; right: 100px; background: #fdca24; padding: 15px 20px; border-radius: 70px; box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.1); border: 1px solid #ffffff96; width: 30%; z-index: 999999;}
.newsletter form .email-box{width: 100%; margin: 0 auto; border-bottom: 1px solid #ffffff80; display: inline-block;}
.newsletter form .email-box input{width: 75%; background: none; float: left; border: none; padding: 14px 0 0 10px; margin: 0; float: left; font-size: 14px; color: #fff;}
.newsletter form .email-box button{float: right; width: 25%; background: #fdcb20; outline: none; border-radius: 30px; padding: 10px 20px; border: 1px solid #fff; color: #000; font-size: 16px; box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.63); transition: all 600ms ease-in-out; }
.newsletter form .email-box button i{}
.newsletter form .email-box button:hover{box-shadow: 0px 10px 20px -10px rgb(0, 0, 0); transition: all 600ms ease-in-out; }


/* ---------------Testimonials section ---------------*/
.testimonials{ position: relative; width: 100%; display: block;background: #ffffffe5;  padding: 0px 0; margin: 0 0; overflow: hidden;}
.testimonials h2{ position: relative; color: #08171e; font-size: 35px; line-height: 30px; padding: 0; margin: 0 0 50px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: center;}
.testimonials h2 b{color: #ff5a3b;}
.testimonials h2:after{ position: absolute; content: ""; background: #08171e; width: 150px; height: 5px; border-radius: 15px; left: 0; top: 50px; right: 0; margin: 0 auto;}
.testimonials h2:before{ position: absolute; content: ""; background: #f76145; width: 89px; height: 10px; border-radius: 15px; left: 0; top: 47px; right: 0; margin: 0 auto; z-index: 9; border: 0.5px solid #e6e7e8;}  
.testimonials img.qutashan1 {position: absolute; top: 125px; left: 0%; width: 6%; opacity: 0.3 !important; -webkit-transform: scaleX(-1); transform: scaleX(-1) !important; }
.testimonials .testimonials-box{ width: 90%; position: relative; display: block; text-align: center; padding: 0 0; margin: 80px auto 0; }
.testimonials .testimonials-box img{width: 15%; margin: 0 auto; padding: 0;}
.testimonials .testimonials-box p{font-family: "Atkinson Hyperlegible Next", serif; font-size: 17px; line-height: 26px; color: #160d0e; text-align: center; padding: 0; margin: 0 0 15px; font-weight: 300; }
.testimonials .testimonials-box h5{font-family: "Atkinson Hyperlegible Next", serif; font-size: 17px; line-height: 20px; color: #08171ede; text-align: center; padding: 0; margin: 1px; font-weight: 500;}
.testimonials .testimonials-box h6{font-family: "Atkinson Hyperlegible Next", serif; font-size: 17px; line-height: 30px; color: #08171ede; text-align: center; padding: 0; margin: 0; font-weight: 200;}



/*#footer */
.footer{ position: relative; display: inline-block; width: 100%; padding: 60px 0 1px; margin: 0 0; background: url(../images/bg-footer.png) no-repeat top right;background-size: cover;}
.footer .footer-box{position: relative; width: 100%; padding: 0 0; margin: 0 0; }
.footer .footer-box h4{ position: relative; font-family: "Atkinson Hyperlegible Next", serif; font-size: 35px; color: #fab72f; font-weight: 600; line-height: 40px; padding: 0 0; margin: 0 0 15px;}
.footer .footer-box h4 span{ position: relative;font-family: 'Limelight', cursive; font-weight: bold; font-size: 40px; padding: 0 3px 0 0; color: #fac72e; line-height: 50px;}
.footer .footer-box h4::before{ position: absolute; content: ""; top: 20px; right: -20px; margin: 0 auto; background: url(../images/fav.png) no-repeat; height: 170%; width: 79px; z-index: 999; opacity: 0.1;}

.footer .footer-box p{font-family: "Atkinson Hyperlegible Next", serif; font-size: 18px; line-height: 30px; padding: 0 0 0 6px; color: #ffffffbf; font-weight: 200; letter-spacing: 0.5px; transition: all 600ms ease-in-out; margin: 0;}   
.footer .footer-box h5{font-family: "Atkinson Hyperlegible Next", serif; font-size: 28px; color: #ffffffed; font-weight: 600; line-height: 40px; padding: 0 0; margin: 14px 0 15px; }
.footer .footer-box ul.nav-l{width: 50%; float: left; padding: 0 0 0 15px; margin: 0; display: block; position: relative; }
.footer .footer-box ul.nav-l li{position: relative; list-style: none; font-family: "Atkinson Hyperlegible Next", serif; font-size: 13px; line-height: 25px; color: #ffffffd6;}
.footer .footer-box ul.nav-l li i{color: #f9b72c; font-size: 11px; opacity: 0.7; line-height: 20px; padding: 0;}
.footer .footer-box ul.nav-l li a{font-family: "Atkinson Hyperlegible Next", serif; font-size: 17px; line-height: 30px; padding: 0 0 0 6px; color: #ffffffbf; font-weight: 200; letter-spacing: 0.5px; transition: all 600ms ease-in-out; margin: 0; }
.footer .footer-box ul.nav-l li:hover i {opacity: 1; color: #f9b72c; transition: all 600ms ease-in-out; }  
.footer .footer-box ul.nav-l li a:hover{color: #f9b72c; transition: all 600ms ease-in-out; }
.footer .footer-social{width: 100%; position: relative; margin: 14px 0 0 0; padding: 0;}
.footer .footer-social a{width: 40px; height: 40px; display: inline-block; background: #e8e6df3b; border-radius: 50%; text-align: center; color: #f9b72c; font-size: 15px; line-height: 35px; padding: 3px 0 0; border: 0.5px solid #fbbf2352; margin: 0 10px 0 0; box-shadow: 0px 8px 15px -5px rgba(225, 157, 26, 0.7);transition: all 600ms ease-in-out;}
.footer .footer-social a:hover{color: #fff; border: 0.5px solid #ffffff9c; box-shadow: 0px 10px 25px -8px rgb(255, 168, 0); transition: all 600ms ease-in-out;}
.footer .footer-social a i{}
.footer .footer-box ul.contact-F{ position: relative; display: inline-block; width: 100%; padding: 0 0; margin: 0; }
.footer .footer-box ul.contact-F li{position: relative; list-style: none; font-family: "Atkinson Hyperlegible Next", serif; font-size: 16px; line-height: 30px; color: #fff6; padding: 0 0 9px;}
.footer .footer-box ul.contact-F li i{font-size: 15px; padding: 0 5px 0 0; line-height: 20px; color: #f4c22c;}
.footer .footer-box ul.contact-F li a{font-family: "Atkinson Hyperlegible Next", serif; font-size: 18px; line-height: 32px; padding: 0 0 0 6px; color: #ffffffbf; font-weight: 200; letter-spacing: 0.5px; transition: all 600ms ease-in-out; margin: 0;}
.footer .footer-box ul.contact-F li a:hover{  color: #fff; transition: all 600ms ease-in-out; }

/*copyrights*/
#copyrights{padding: 16px 0 20px; display: inline-block; background: #00000087; width: 100%; margin: 30px 0 0; border-top: 0.5px solid #cccccc1c; }
#copyrights .text-md-start{font-family: "Atkinson Hyperlegible Next", serif; font-size: 16px; line-height: 30px; padding: 0 0 0 6px; color: #f9b72c; font-weight: 200; letter-spacing: 0.5px; transition: all 600ms ease-in-out; margin: 0;}
#copyrights .text-md-start b{ padding: 0 0 0 10px; font-family: "Caveat", serif; font-size: 17px; color: #ffffffde; }

/*Contact Us*/
.contact{ width: 100%; position: relative; display: block; background: #fff; padding: 35px 0; margin: 0; }
.contact .contact-form{ width: 100%; padding: 15px; margin: 0; position: relative; z-index: 9; border: 1px solid #f9b72c; display: inline-block; border-radius: 10px; }
.contact .contact-form h4{ font-size: 30px; text-transform: capitalize; letter-spacing: 0; padding: 0 0 15px; margin: 0; text-align: center; font-weight: 500; font-family: "Atkinson Hyperlegible Next", serif; color: #434343; border-radius: 10px; }
.contact .contact-form form{ width: 100%; padding: 0; margin: 0; }
.contact .contact-form form .fill-box{ width: 100%; padding: 15px 0; margin: 0; }
.contact .contact-form form .fill-box label{ width: 100%; font-size: 18px; line-height: 20px; color: #202126; padding: 0 0 5px; margin: 0; text-align: left; font-family: "Atkinson Hyperlegible Next", serif; }
.contact .contact-form form .fill-box input{ width: 100%; padding: 10px; margin: 0; border: 1px solid #ccc; background: #fff; box-shadow: 20px 0px 15px -15px rgba(0, 0, 0, 0.1); font-size: 18px; line-height: 22px; font-family: "Atkinson Hyperlegible Next", serif; border-radius: 5px; height: 50px; }
.contact .contact-form form .fill-box textarea{ padding: 10px; margin: 0; border: 1px solid #ccc; background: #fff; box-shadow: 20px 0px 15px -15px rgba(0, 0, 0, 0.1); font-size: 18px; line-height: 22px; width: 100% !important; height: 130px; outline: none; font-family: "Atkinson Hyperlegible Next", serif; border-radius: 5px; }
.contact .contact-form form .fill-box input[type="submit"]{  width: 50%; line-height: 22px; text-transform: uppercase; padding: 12px 0; margin: 0 auto; text-align: center; font-weight: bold; transition: all 200ms ease-in-out; background: #4a4c4d; border-radius: 55px; display: inline-block; font-size: 16px; border: 1px solid #f9b72d; color: #f9b72d; box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.74); display: block; }
.contact .contact-form form .fill-box input[type="submit"]:hover{ background: none; border: 1px solid #000; color: #000;  transition: all 200ms ease-in-out; }

.contact .contact-block-map{ width: 100%; display: inline-block; height: 458px; padding: 15px; margin: 0; border: 1px solid #f9b72c; border-radius: 10px; }
.contact .contact-block-map iframe{ width: 100%; height: 100%; border-radius: 10px; }

.contact .contact-block{ width: 100%; padding: 0; margin: 0; }
.contact .contact-block h4{ font-size: 30px; text-transform: capitalize; letter-spacing: 0; padding: 0 0 15px; margin: 0; text-align: center; font-weight: 500; font-family: "Atkinson Hyperlegible Next", serif; color: #434343; border-radius: 10px; }

.contact .contact-block ul{ position: relative; display: inline-block; width: 100%; padding: 0 0; margin: 0; }
.contact .contact-block ul li{position: relative; list-style: none; font-family: "Atkinson Hyperlegible Next", serif; font-size: 16px; line-height: 30px; color: #ffad00; padding: 0 0 9px; }
.contact .contact-block ul li a{ font-family: "Atkinson Hyperlegible Next", serif; font-size: 18px; line-height: 32px; padding: 0 0 0 6px; color: #000; font-weight: 200; letter-spacing: 0.5px; transition: all 600ms ease-in-out; margin: 0; }
.contact .contact-block ul li a:hover{ color: #feca36; transition: all 500ms ease-in-out; }
.contact .contact-block ul li a i{ color: #feca36; padding: 0 10px 0 0; }

/*///-------------------TAB / All Mobile Responsiv view SUJOY-------------------///*/
@media(max-width: 1680px) {
    
    
}

@media(max-width: 1600px) {
    
    

    
    
    
    
}

@media(max-width: 1440px) {

    
}

@media(max-width: 1280px){
   


   
}

@media(max-width: 1080px){}

@media(max-width: 900px){

}

@media(max-width: 800px){
    
    
    .sticky { padding: 25px 0 !important; }
    .top-header h1 { font-size: 12px; line-height: 16px; padding: 1px 0 2px; }
    .header .barnd-logo { width: 31%; top: -50px; }
    .sticky   #menu-icon { width: 48px; height: 31px; top: -17px; right: 0; }
    .sticky .barnd-logo img { width: 44% !important; padding: 8px 0 4px !important; }
    .header { width: 100%; padding: 28px 0; }
    .sticky .sf-menu { width: 250px; background: linear-gradient(90deg, rgb(255, 185, 51) 0%, rgb(255, 212, 8) 31%, rgb(249, 181, 47) 100%); display: none; right: 0; top: 31px; }
    .banner .dec-banner h4 { font-size: 30px; line-height: 38px; }
    .banner .dec-banner h2 { font-size: 38px; width: 96%; line-height: 50px; }
    .banner .dec-banner h3 { padding: 5px 0 7px; font-size: 22px; line-height: 30px; }
    .banner .dec-banner a { top: 115%; left: 15%; font-size: 20px; width: 19%; font-size: 14px; padding: 10px 0; }
    .banner { min-height: 58vh; overflow: hidden; }
    .banner .dec-banner { top: 65px; }
    .category .category-box { width: 18.6%; border-radius: 10px; margin: 0 5px; }
    .category .category-box .category-text h3 { font-size: 18px; line-height: 24px; padding: 0 0 2px; margin: 0; }
    .category .category-box .category-text a { font-size: 10px; line-height: 16px; padding: 0 0 5px; }
    .category { padding: 20px 0 30px; margin: 0 0; overflow: hidden; }
    .best_seller { padding: 30px 0; margin: 0 0; overflow: hidden; display: block; }
    .title-home { height: 95px; }
    .title-home h2::before { top: 75%; height: 45px; width: 32%; }
    .title-home h2 { font-size: 30px; line-height: 50px; }
    .best_seller .best_seller-box img { height: 160px; }
    .best_seller .best_seller-box .best_seller-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 14px; line-height: 20px; height: 50px; }
    .best_seller .best_seller-box .best_seller-text a { border-radius: 55px; padding: 6px 20px; margin: 3px 10px 11px; font-size: 10px; }
    #best_seller .owl-next { width: 50px; height: 50px; left: -50px; top: 105px; }
    #best_seller .owl-prev { width: 50px; height: 50px; right: -50px; top: 105px; }
    .about { padding: 30px 0; margin: 0 0; }
    .about .about-padding { padding: 2em 1em 3em; }
    .about .about-padding h4 { font-size: 20px; }
    .about .about-padding h4 span { font-size: 20px;; padding: 5px 0 10px; margin: 0; }
    .about .about-padding p { font-size: 14px; line-height: 26px; }
    .about .img-div .position-img1 { left: 14px; bottom: 10%; border-bottom: 5px solid #fff; border-right: 5px solid #fff; border-top: 5px solid #fff; }
    .img-fluid{ margin: 0 0 38px; }
    .about .img-div .position-img { position: absolute; right: 0; bottom: 4%; border-bottom: 5px solid #fff; border-left: 5px solid #fff; }
    .about .about-padding h3 { font-size: 18px; padding: 0 0; margin: 0; }
    .about .about-padding h3 span { font-size: 20px; padding: 10px 0 15px; }
    .pageloadPupup .modal-dialog { width: 755px; margin: 30px auto; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form label { font-size: 13px; line-height: 16px; padding: 10px 0 5px; margin: 0; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form input { font-size: 13px; line-height: 16px; padding: 8px 10px; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 46.5%; margin: 6px; }
    .pageloadPupup .modal-body .modal-enquary form .requirements label { width: 100%; font-size: 13px; line-height: 16px; padding: 10px 0 5px; margin: 0; }
    .pageloadPupup .modal-body .modal-enquary form .requirements textarea { width: 95%; height: 80px; font-size: 13px; line-height: 16px; padding: 8px 10px; }
    .pageloadPupup .modal-body .modal-enquary h3 { font-size: 18px; line-height: 24px; padding: 7px 0; margin: 0; }
    .pageloadPupup .modal-body .modal-enquary form .enquary-btn { width: 100%; margin: 0 0 15px; }
    .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { width: 30%; font-size: 14px; line-height: 16px; padding: 8px 0; }
    .pageloadPupup .modal-body .modal-images ul li { padding: 0; margin: 0 0 10px; text-decoration: none; outline: none; overflow: hidden; }
    .pageloadPupup .modal-body .modal-images ul li img { width: 100%; height: 206px; }
    .body-right ul li a { padding: 10px 10px; margin: 0 -64px 0 0px; font-size: 12px; }
    .body-right ul li a i{ font-size: 13px; padding: 0 7px 0 0; }
    .title-home2 { height: 95px; }
    .title-home2 h2::before { top: 75%; height: 45px; width: 32%; }
    .title-home2 h2 { font-size: 30px; line-height: 50px; }
    .earrings_seller .earrings_seller-box img { height: 160px; }
    .earrings_seller .earrings_seller-box .earrings_seller-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 14px; line-height: 20px; height: 50px; }
    .earrings_seller .earrings_seller-box .earrings_seller-text a { border-radius: 55px; padding: 6px 20px; margin: 3px 10px 11px; font-size: 10px; }
    .testimonials .testimonials-box { width: 92%; margin: 17px auto 0; }
    .testimonials .testimonials-box img { width: 18%; }
    .testimonials .testimonials-box p { font-size: 14px; line-height: 20px; margin: 0 0 10px; }
    .testimonials .testimonials-box h5 { font-size: 14px; line-height: 16px; margin: 1px; }
    .testimonials .testimonials-box h6 { font-size: 14px; line-height: 18px; }
    .testimonials img.qutashan1 { top: 57px; left: 0%; width: 6%; }
    #testimonials-slider .owl-next { width: 50px; height: 50px; left: 25px; top: 108px; }
    #testimonials-slider .owl-prev { width: 50px; height: 50px; right: 15px; top: 108px; }
    .footer { padding: 30px 0 1px; }
    .footer .footer-box h4 span { font-size: 24px; padding: 0 3px 0 0; line-height: 50px; }
    .footer .footer-box h4 { font-size: 20px; line-height: 24px; padding: 0 0; margin: 0 0 10px; }
    .footer .footer-box p { font-size: 14px; line-height: 24px; padding: 0 0 0 6px; }
    .footer .footer-social a { width: 30px; height: 30px; font-size: 13px; line-height: 24px; padding: 3px 0 0; margin: 0 10px 0 0; }
    .footer .footer-box h5 { font-size: 18px; line-height: 30px; margin: 10px 0 13px; }
    .footer .footer-box ul.nav-l li a { font-size: 12px; line-height: 24px; padding: 0 0 0 3px; }
    .footer .footer-box ul.nav-l li i { font-size: 9px; line-height: 16px; padding: 0; }
    .footer .footer-box ul.nav-l li { font-size: 13px; line-height: 25px; }
    .footer .footer-box ul.contact-F li i { font-size: 12px; padding: 0 2px 0 0; line-height: 20px; }
    .footer .footer-box ul.contact-F li { font-size: 14px; line-height: 28px; padding: 0 0 9px; }
    .footer .footer-box ul.contact-F li a { font-size: 14px; line-height: 24px; padding: 0 0 0 6px; margin: 0; }
    #copyrights .text-md-start { font-size: 14px; line-height: 20px; padding: 0 0 0 6px; }
    #copyrights .text-md-start b { padding: 0 0 0 5px; font-size: 14px; }
    .inner-banner img { height: 200px; }
    .inner-banner .inner-block { top: 75px; }
    .inner-banner .inner-block .inner-content h2 { font-size: 30px; line-height: 50px; }
    .inner-about { padding: 86px 0 30px; margin: 0 0; }
    .inner-about .about-left-block h2 { font-size: 30px; }
    .inner-about .about-left-block p { font-size: 14px; padding: 10px 0 5px; line-height: 24px; }
    .inner-product { padding: 30px 0; margin: 0; }
    .title-home3 { height: 95px; }
    .title-home3 h2::before { top: 75%; height: 45px; width: 35%; }
    .title-home3 h2 { font-size: 30px; line-height: 50px; }
    .inner-product .inner-product-block .inner-product-image-box img.pho-gall{ height: 160px; }
    .inner-product .inner-product-block .inner-product-text h5 { margin: 0; font-size: 12px; line-height: 16px; }
    
    
    .inner-product .inner-product-block .inner-product-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 14px; line-height: 20px; height: 50px; }
    .inner-product .inner-product-block .inner-product-text a { border-radius: 55px; padding: 6px 20px; margin: 3px 10px 11px; font-size: 10px; }
    .inner-product .inner-product-block .inner-product-text h5 span { font-size: 12px; line-height: 16px; padding: 0; height: 20px; }
    .contact .contact-form h4 { font-size: 24px; padding: 0 0 10px; margin: 0; }
    .contact .contact-form form .fill-box { padding: 10px 0; margin: 0; }
    .contact .contact-form form .fill-box label { font-size: 14px; line-height: 16px; padding: 0 0 5px; margin: 0; }
    .contact .contact-form form .fill-box input { padding: 10px; margin: 0; font-size: 14px; line-height: 20px; height: 40px; }
    .contact .contact-form form .fill-box textarea { padding: 10px; margin: 0; font-size: 14px; line-height: 20px; width: 100% !important; height: 100px; }
    .contact .contact-form form .fill-box input[type="submit"] { width: 50%; line-height: 18px; padding: 10px 0; border-radius: 55px; font-size: 14px; }
    .contact .contact-block h4 { font-size: 24px; letter-spacing: 0; padding: 0 0 10px; margin: 0; border-radius: 10px; }
    .contact .contact-block ul li { font-size: 14px; line-height: 28px; padding: 0 0 7px; }
    .contact .contact-block ul li a { font-size: 14px; line-height: 22px; padding: 0 0 0 6px; }
    .contact .contact-block-map { height: 354px; padding: 15px; margin: 0; border-radius: 10px; }
    .mission { padding: 30px 0; }
    .mission .mission-dec-block h2 { font-size: 30px; }
    .mission p { font-size: 14px; padding: 10px 0 5px; margin: 0; line-height: 24px; }
    
    .mission .mission-image-block { padding: 0 10px 10px 0; margin:  0 0 30px; }
    .mission .mission-image-block-2 { padding: 10px 0 0 10px; margin: 30px 0 0;}
    .privacy p { font-size: 14px; padding: 10px 0 5px; margin: 0; line-height: 24px; }
    
    
}



@media(max-width:786px) {

 .banner { min-height: 56vh; overflow: hidden; }




}
@media(max-width:768px) { 



}

@media(max-width:760px) {
    /*////chek 700////*/

     .header { width: 100%; padding: 24px 0; }
.header .barnd-logo { width: 26%; top: -48px; }
.sticky .barnd-logo img { width: 42% !important; padding: 8px 0 4px !important; }
.banner .dec-banner h4 { font-size: 26px; line-height: 30px; }
  .banner .dec-banner h3 { padding: 5px 0 7px; font-size: 20px; line-height: 30px; }
 .banner .dec-banner h2 { font-size: 34px; width: 96%; line-height: 40px; }
 .banner { min-height: 50vh; overflow: hidden; }
.banner .dec-banner a { top: 115%; left: 12%; width: 19%; font-size: 12px; padding: 10px 0; }
.category .category-box { width: 30.3%; border-radius: 10px; margin: 0 10px 20px; }
.category { padding: 20px 0 10px; margin: 0 0; overflow: hidden; }
 .best_seller .best_seller-box img { height: 260px; }
 #best_seller .owl-next { width: 50px; height: 50px; left: -36px; top: 180px; }
  #best_seller .owl-prev { width: 50px; height: 50px; right: -36px; top: 180px; }
.about .img-div .position-img { position: absolute; right: 15px; bottom: 4%; border-bottom: 5px solid #fff; border-left: 5px solid #fff; }
.about .about-padding { padding: 0 15px 20px; }
.earrings_seller .earrings_seller-box img { height: 260px; }
 .testimonials .testimonials-box { width: 100%; margin: 50px auto; }
  .testimonials .testimonials-box img { width: 14%; }
.testimonials img.qutashan1 { top: 73px; left: 13%; width: 6%; }
.footer .footer-box h5 { font-size: 18px; line-height: 30px; margin: 15px 0 5px; }
.footer .footer-box h4::before { top: 20px; right: 117px; height: 182%; width: 76px; }
 .footer .footer-box h4 span { font-size: 24px; padding: 0 3px 0 0; line-height: 34px; }
.footer .footer-box h4 { font-size: 20px; line-height: 24px; padding: 0 0; margin: 0 0 5px; }
#copyrights .text-md-start { font-size: 12px; line-height: 20px; padding: 0 0 0 6px; }
#copyrights { padding: 10px 0; margin: 20px 0 0; }
#scroll span { top: 50%; left: 50%; margin-left: -8px; margin-top: -12px; border: 8px solid transparent; border-bottom-color: #000; }
#scroll { right: 20px; bottom: 50px; width: 40px; height: 40px; }
  .inner-about { padding: 30px 0; margin: 0 0; }
.inner-about .about-right-block { padding: 40px 0 0; }
.inner-about .about-right-block img.position-img { right: 0px; bottom: 7%; width: 54%; padding: 0; }
.inner-product .inner-product-block .inner-product-text { width: 100%; padding: 5px; z-index: 9; margin: 0; }
.inner-product .inner-product-block .inner-product-image-box img.pho-gall { height: 460px; }
.title-home3 h2::before { top: 75%; height: 45px; width: 37%; }
  .title-home h2::before { top: 75%; height: 45px; width: 35%; }
  .title-home2 h2::before { top: 75%; height: 45px; width: 35%; }
  
  .pageloadPupup .modal-body .modal-images { width: 100%; padding: 10px 10px 0; margin: 0; border: 1px solid #f9b72d; display: none; }
   .pageloadPupup .modal-dialog { width: 530px; margin: 30px auto; }
  .contact .contact-form { width: 60%; padding: 15px; margin: 0 auto; display: block; }
  .contact { padding: 30px 0; text-align: center; }
  .contact .contact-block { padding: 30px 0; margin: 0; }
   .contact .contact-block-map { height: 354px; padding: 15px; margin: 0 auto; width: 60%; }
   .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 47.5%; margin: 6px; }
  .pageloadPupup .modal-body .modal-enquary form .requirements { width: 100%; padding: 0; margin: 6px; }
   .pageloadPupup .modal-body .modal-enquary form .requirements textarea { width: 97%; height: 80px; font-size: 13px; line-height: 16px; padding: 8px 10px; }
   .pageloadPupup .modal-body .modal-enquary form .enquary-btn { width: 100%; margin: 0 0 15px; }


}


@media(max-width:699px) {
    /*////chek 600////*/
    
    .banner img.bannerimg { width: 100%; height: 320px; }
    .banner { min-height: 52vh; overflow: hidden; }
     .banner .dec-banner a { top: 115%; left: 15%; width: 24%; font-size: 12px; padding: 10px 0; }
     .category .category-box { width: 29.8%; border-radius: 10px; margin: 0 10px 20px; }
    .best_seller .best_seller-box img { height: 230px; }
    .sticky .barnd-logo img { width: 47% !important; padding: 8px 0 4px !important; }
     .about .about-padding { padding: 0 15px 50px; }
    .about { padding: 30px 0 0; margin: 0 0; }
    .earrings_seller .earrings_seller-box img { height: 230px; }
    .pageloadPupup .modal-header img { width: 10%; }
    .pageloadPupup .modal-header { background: #fff; padding: 10px 0 10px; }
    .modal-header .close { margin-top: -10px; margin-right: 15px; }
     #testimonials-slider .owl-next { width: 50px; height: 50px; left: 0px; top: 108px; }
    #testimonials-slider .owl-prev { width: 50px; height: 50px; right: 0; top: 108px; }
     .testimonials img.qutashan1 { top: 73px; left: 12%; width: 6%; }
      .header .barnd-logo { width: 30%; top: -48px; }
     .inner-banner img { height: 165px; }
     .inner-banner .inner-block .inner-content h2 { font-size: 26px; line-height: 28px; }
      .inner-banner .inner-block { top: 66px; }
     .title-home3 h2::before { top: 75%; height: 45px; width: 43%; }
     .title-home h2::before { top: 75%; height: 45px; width: 41%; }
    .title-home2 h2::before { top: 75%; height: 45px; width: 41%; }
    
    
    
    
    
    
    
    
    
    
    

}

@media(max-width:580px) {
    /*////chek 490////*/
 .top-header h1 { font-size: 10px; line-height: 16px; padding: 1px 0 2px; }
.sticky { top: 0 !important; padding: 18px 0 !important; }
 .sticky .barnd-logo img { width: 47% !important; padding: 12px 0 4px !important; }
 .header .barnd-logo { width: 33%; top: -48px; }
 .header { width: 100%; padding: 20px 0; }
 .header .barnd-logo { width: 33%; top: -44px; }
  .sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 150px; }
 .sticky .sf-menu { width: 250px; right: 13px; top: 23px; }
.banner .dec-banner h4 { font-size: 22px; line-height: 30px; }
 .banner .dec-banner h2 { font-size: 26px; width: 100%; line-height: 32px; }
.banner .dec-banner h3 { padding: 5px 0 7px; font-size: 18px; line-height: 26px; }
 .banner .dec-banner a { top: 115%; left: 15%; width: 24%; font-size: 9px; padding: 8px 0; }
.banner img.bannerimg { width: 100%; height: 270px; }
.banner .dec-banner { top: 50px; }
.category .category-box { width: 45.6%; border-radius: 10px; margin: 0 10px 20px; }
 .best_seller .best_seller-box img { height: 360px; }
.banner { min-height: 44vh; overflow: hidden; }
.best_seller .best_seller-box .best_seller-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 16px; line-height: 22px; height: 50px; }
 .best_seller .best_seller-box .best_seller-text a { border-radius: 55px; padding: 6px 25px; margin: 3px 10px 11px; font-size: 12px; }

.earrings_seller .earrings_seller-box img { height: 360px; }
    .earrings_seller .earrings_seller-box .earrings_seller-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 16px; line-height: 22px; height: 50px; }
    .earrings_seller .earrings_seller-box .earrings_seller-text a { border-radius: 55px; padding: 6px 25px; margin: 3px 10px 11px; font-size: 12px; }
  .img-fluid { margin: 0 0 38px; width: 100%; }
 .about .img-div .position-img { position: absolute; right: 15px; bottom: 4%; border-bottom: 5px solid #fff; border-left: 5px solid #fff; width: 50%; }
  .about .img-div .position-img1 { left: 14px; bottom: 10%; border-bottom: 5px solid #fff; border-right: 5px solid #fff; border-top: 5px solid #fff; width: 46%; }
.about .about-padding { padding: 0 15px 35px; }
.title-home h2::before { top: 60%; height: 45px; width: 50%; }
.title-home2 h2::before { top: 60%; height: 45px; width: 50%; }
 .title-home2 { height: 80px; }
 .title-home { height: 80px; }
.testimonials .testimonials-box { width: 75%; margin: 50px auto; }
.testimonials .testimonials-box img { width: 20%; }
  #scroll span { top: 50%; left: 50%; margin-left: -6px; margin-top: -8px; border: 6px solid transparent; border-bottom-color: transparent; border-bottom-color: #000; }
#scroll { right: 20px; bottom: 50px; width: 35px; height: 35px; }
 .body-right ul li a { padding: 8px 8px; margin: 0 -60px 0 0px; font-size: 11px; }
  .body-right ul li a i { font-size: 10px; padding: 0 10px 0 0; }
.body-right { top: 200px; }
.inner-about .about-right-block img.position-img { right: 0px; bottom: 12%; width: 54%; padding: 0; }
 .title-home3 h2::before { top: 60%; height: 45px; width: 54%; }
  .title-home3 { height: 80px; }
 .contact .contact-form { width: 85%; padding: 15px; margin: 0 auto; display: block; }
 .contact .contact-block-map { height: 354px; padding: 15px; margin: 0 auto; width: 85%; }



 .inner-product .inner-product-block .inner-product-text h3 { padding: 0 0; margin: 0 0 5px; font-size: 16px; line-height: 22px; height: 50px; }
  .inner-product .inner-product-block .inner-product-text a { border-radius: 55px; padding: 6px 25px; margin: 3px 10px 11px; font-size: 12px; }
.inner-product .inner-product-block .inner-product-text h5 span { font-size: 13px; line-height: 16px; padding: 0; height: 20px; }
.inner-product .inner-product-block .inner-product-image-box img.pho-gall { height: 360px; }
.pageloadPupup .modal-dialog { width: 450px; margin: 30px auto; }
 .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 47.1%; margin: 6px; }
 .pageloadPupup .modal-header img { width: 14%; }













}


@media(max-width:480px) {
    /*////chek 440////*/


  .header { width: 100%; padding: 24px 0; }
.header .barnd-logo { width: 30%; top: -23px; }
.sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 134px; }
.sticky .barnd-logo img { width: 53% !important; padding: 12px 0 4px !important; }
 .category .category-box { width: 100%; border-radius: 10px; margin: 0 0 20px; }
 .title-home h2 { font-size: 26px; line-height: 44px; }
 .title-home h2::before { top: 60%; height: 45px; width: 56%; }

 .title-home2 h2 { font-size: 26px; line-height: 44px; }
 .title-home2 h2::before { top: 60%; height: 45px; width: 56%; }
  .about .img-div .position-img1 { left: 14px; bottom: 15%; border-bottom: 5px solid #fff; border-right: 5px solid #fff; border-top: 5px solid #fff; width: 46%; }
.inner-about .about-left-block h2 { font-size: 26px; }
.inner-banner .inner-block .inner-content h2 { font-size: 22px; line-height: 28px; }
 .inner-banner img { height: 135px; }
.inner-banner .inner-block { top: 55px; }
 .title-home3 h2 { font-size: 26px; line-height: 44px; }
 .title-home3 h2::before { top: 60%; height: 45px; width: 60%; }
.pageloadPupup .modal-dialog { width: 390px; margin: 30px auto; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 100%; margin: 0px; padding: 3px 15px; }
  .pageloadPupup .modal-body .modal-enquary form .requirements { width: 100%; padding: 3px 15px; margin: 0; }
.pageloadPupup .modal-body .modal-enquary form .requirements textarea { width: 100%; height: 80px; font-size: 13px; line-height: 16px; padding: 8px 10px; }
 .pageloadPupup .modal-body .modal-enquary form .enquary-btn { width: 100%; margin: 15px 0; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { width: 30%; font-size: 13px; line-height: 16px; padding: 8px 0; }
 .contact .contact-form { width: 100%; padding: 15px; margin: 0 auto; display: block; }
.contact .contact-block-map { height: 354px; padding: 15px; margin: 0 auto; width: 100%; }
 .contact { padding: 30px 0; text-align: center; overflow: hidden; }
.mission { padding: 30px 0; overflow: hidden; }
.mission .mission-dec-block h2 { font-size: 26px; }









}

@media(max-width:430px) {
    /*////chek 400////*/

.sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 113px; }
 .sticky .barnd-logo img { width: 59% !important; padding: 12px 0 4px !important; }
.header .barnd-logo { width: 33%; top: -23px; }
.banner .dec-banner { top: 28px; }
.title-home h2::before { top: 60%; height: 45px; width: 62%; }
 .title-home2 h2::before { top: 60%; height: 45px; width: 62%; }
.testimonials .testimonials-box img { width: 25%; }
.testimonials img.qutashan1 { top: 73px; left: 12%; width: 9%; }
 .contact .contact-block ul li { font-size: 14px; line-height: 20px; padding: 0 0 7px; }





}

@media(max-width:399px) {
    /*////chek 385////*/
.sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 105px; }
.header .barnd-logo { width: 35%; top: -23px; }
 .top-header h1 { font-size: 9px; line-height: 14px; padding: 1px 0 2px; }
.title-home h2::before { top: 60%; height: 45px; width: 64%; }
  .title-home2 h2::before { top: 60%; height: 45px; width: 64%; }
 .best_seller .best_seller-box img { height: 330px; }
 .earrings_seller .earrings_seller-box img { height: 330px; }
.inner-product .inner-product-block .inner-product-image-box img.pho-gall { height: 330px; }
 .pageloadPupup .modal-dialog { width: 350px; margin: 30px auto; }
.title-home3 h2::before { top: 60%; height: 45px; width: 69%; }
  .footer .footer-box ul.contact-F li a { font-size: 12px; line-height: 20px; padding: 0 0 0 6px; margin: 0; }
.footer .footer-box ul.contact-F li i { font-size: 10px; padding: 0 2px 0 0; line-height: 20px; }
 .footer .footer-box ul.contact-F li { font-size: 12px; line-height: 24px; padding: 0 0 9px; }
.footer .footer-box h5 { font-size: 16px; line-height: 26px; margin: 15px 0 5px; }
 .footer .footer-box p { font-size: 12px; line-height: 24px; padding: 0 0 0 6px; }
 .footer .footer-box h4::before { top: 20px; right: 74px; height: 182%; width: 76px; }
.footer .footer-box h4 { font-size: 16px; line-height: 24px; padding: 0 0; margin: 0 0 5px; }
.footer .footer-box h4 span { font-size: 20px; padding: 0 3px 0 0; line-height: 30px; }
.contact { padding: 20px 0; text-align: center; overflow: hidden; }
  #copyrights .text-md-start { font-size: 11px; line-height: 20px; padding: 0 0 0 6px; }
 #copyrights .text-md-start b { padding: 0 0 0 5px; font-size: 12px; }









}


@media(max-width:380px) {
    /*////chek 375////*/

 .sticky .barnd-logo img { width: 61% !important; padding: 12px 0 4px !important; }
.sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 100px; }
 .banner .dec-banner h2 { font-size: 22px; width: 100%; line-height: 26px; }
 .banner .dec-banner h4 { font-size: 18px; line-height: 28px; }
 .banner .dec-banner h3 { padding: 5px 0 7px; font-size: 16px; line-height: 26px; }
.banner .dec-banner a { top: 115%; left: 19%; width: 29%; font-size: 9px; padding: 8px 0; }
.banner img.bannerimg { width: 100%; height: 225px; }
  .banner { min-height: 36vh; overflow: hidden; }
 .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { width: 34%; font-size: 12px; line-height: 16px; padding: 8px 0; }
  .img-fluid { margin: 0 0 20px; }
  .inner-about .about-right-block { padding: 20px 0 0; }
.inner-product { padding: 20px 0; margin: 0; }
  .title-home3 h2::before { top: 60%; height: 45px; width: 72%; }
 .title-home h2::before { top: 60%; height: 45px; width: 66%; }
.title-home2 h2::before { top: 60%; height: 45px; width: 66%; }















}

@media(max-width:365px) {
    /*////chek 320////*/
 .title-home h2::before { top: 60%; height: 45px; width: 75%; }
.title-home2 h2::before { top: 60%; height: 45px; width: 75%; }
.title-home3 h2::before { top: 60%; height: 45px; width: 82%; }
 .sticky .barnd-logo img { width: 68% !important; padding: 12px 0 4px !important; }
.sticky #menu-icon { width: 68px; height: 32px; top: -21px; left: 80px; }
.sticky .sf-menu { width: 230px; right: 44px; top: 23px; left: -89px; }
.sticky .sf-menu li ul li a { padding: 6px 0px !important; line-height: 16px !important; font-size: 12px !important; color: #01255a !important; }
.sf-menu { top: 29px; width: 182px; left: -60px; }
 .banner .dec-banner h2 { font-size: 20px; width: 100%; line-height: 26px; }
.banner .dec-banner a { top: 110%; left: 25%; width: 37%; font-size: 9px; padding: 8px 0; }
.pageloadPupup .modal-dialog { width: 310px; margin: 30px auto; }
 .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { width: 40%; font-size: 12px; line-height: 16px; padding: 8px 0; }
.best_seller .best_seller-box img { height: 275px; }
.about .about-padding h4 span { font-size: 16px; padding: 5px 0 10px; margin: 0; }
 .about .about-padding h4 { font-size: 16px; }
 .about .about-padding h3 { font-size: 14px; padding: 0 0; margin: 0; }
.about .about-padding h3 span { font-size: 16px; padding: 10px 0 15px; }
.earrings_seller .earrings_seller-box img { height: 275px; }
#testimonials-slider .owl-next { width: 50px; height: 50px; left: -20px; top: 118px; }
  #testimonials-slider .owl-prev { width: 50px; height: 50px; right: -20px; top: 118px; }
.testimonials .testimonials-box img { width: 32%; }
 .about .about-padding p { font-size: 13px; line-height: 24px; }
.testimonials .testimonials-box p { font-size: 13px; line-height: 20px; margin: 0 0 10px; }
.testimonials .testimonials-box h5 { font-size: 13px; line-height: 16px; margin: 1px; }
 .testimonials img.qutashan1 { top: 79px; left: 8%; width: 11%; }
.footer .footer-box ul.nav-l { width: 100%; float: left; padding: 0; margin: 0; display: block; position: relative; }
.footer .footer-box ul.nav-l li a { font-size: 11px; line-height: 24px; padding: 0 0 0 4px; }
  .footer .footer-box ul.nav-l li i { font-size: 10px; line-height: 14px; padding: 0; }
 .footer .footer-box h5 { font-size: 14px; line-height: 26px; margin: 15px 0 0px; }
#copyrights .text-md-start { font-size: 10px; line-height: 15px; padding: 0 0 0 6px; }
  .mission p { font-size: 13px; padding: 10px 0 5px; margin: 0; line-height: 24px; }
 .privacy p { font-size: 13px; padding: 0 0 10px; margin: 0; line-height: 24px; }
.inner-product .inner-product-block .inner-product-image-box img.pho-gall { height: 275px; }
 .contact .contact-form h4 { font-size: 22px; padding: 0 0 10px; margin: 0; }
.contact .contact-form form .fill-box input[type="submit"] { width: 50%; line-height: 16px; padding: 9px 0; border-radius: 55px; font-size: 12px; }
 .contact .contact-block h4 { font-size: 22px; letter-spacing: 0; padding: 0 0 10px; margin: 0; border-radius: 10px; }
 .contact .contact-block-map { height: 280px; padding: 15px; margin: 0 auto; width: 100%; }






}


