
body{

    font-family: 'Roboto', sans-serif;
}
*{
    font-family: 'Roboto', sans-serif;
}

.bread_crumb {
    background-color: #f7eb61;
    width: 100%;
    min-height: 86px !important;
    min-height: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bolder;
    background-size: cover;
    border-top: 1px solid #000;
}
.bread_crumb h2{
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px;
line-height: 72px;
color: #000000;
font-weight: bold !important;
font-family: "Roboto";
}
.what_we_do_jewelry_main {
    padding: 50px 0px;
    background-image: url(../images/what-do-bg.png);
    background-size: cover;
}

.what_we_do_jewelry_main .what_we_do_jewelry_img {
    border: 10px solid #d59b54;
    width: 100%;
    border-radius: 10px;
    height: 350px;
    background-size: cover;
}  

.what_we_do_jewelry_main p{
  
font-size: 16px;
color: #292929;
font-weight: 400;
font-family: "Roboto";
}
.what_we_do_jewelry_bottom{
    padding: 50px 0px;
    border-bottom: 2px solid  #11959d;
}
  
  .what_we_do_jewelry_bottom .what_we_do_bottom_img{
    border: 10px solid #11959d;
    width: 100%;
    border-radius: 10px;
    height: 350px;
    background-size: cover;
  }

  .what_we_do_jewelry_bottom h3{
      margin-top: 80px;
      font-size: 36px;
/* line-height: 77px; */
color: #000000;
font-weight: 900;
font-family: "Roboto";
  }
  .what_we_do_jewelry_bottom p{
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto";
}

/* label and Tags styling start  */


#label_tags{
    padding: 20px 0px;
}


#label_tags h2{
    font-size: 24px;
color: #000000;
font-weight: 900;
font-family: "Roboto";
}

#label_tags  .color_change{
    color: #008e96;
    font-weight: 600 !important;
}

#label_tags .jewelry_search{
    
    position: relative;

}
#label_tags .jewelry_search  i{
    position: absolute;
    right: 4%;
    top: 25%;
}

#label_tags .jewelry_search input{
    width: 220px;
    border-radius: 30px;
    border: none;
    border: 1px solid #d9d9d9;
}
#label_tags .jewelry_search input:focus{
border: 1px solid #11959d !important;
outline: none !important;
}

#label_tags .content{
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
    height: 240px;
    position: relative;
   transition: 0.5s linear all;
}
#label_tags .content:hover{
    border-color: #007f97  !important ;
}
#label_tags .content .hover_content{
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s linear all;
}
#label_tags .content p {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
    padding: 0;
    margin: 0;
    height: 43px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#label_tags .content:hover  .hover_content{

    width: 100%;
    height: 100%;
}
#label_tags .content:hover  .hover_content .btn-primary{
    display: block;
    box-shadow: 1px 1px 2px #fff ,-1px -1px 2px #fff;
    
}

#label_tags .content .hover_content .btn-primary{
    background-color: #007f97 !important;
    border: none !important;
    outline:  none !important;
    width: 140px !important;
    height: 50px !important;
    line-height: 40px;
    border-radius: 30px;
    display: none;
    
}
#label_tags .content .hover_content .btn-primary:hover{
    /* background: transparent !important; */
    border: 2px solid #007f97 !important;
    color: #fff;
}
#label_tags .content img{
    margin-bottom: 20px;
    height: 150px;
}
#label_tags .content p{
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
    padding: 0;
    margin: 0;
    
}
.packages_catalog{
    background-image: url('../images/jewelry/tag_bg.png') !important;
    background-size: cover;
    padding: 70px 0px !important;
}




/* media queries start */


@media(min-width:1920px) and (max-width:5000px){

    .top-social i {
        color: #fff !important;
        margin-top: 5px;
        font-size: 40px;
        /* line-height: 30px; */
    }
    
    .top_Wrapper .top-right-anchor {
      font-weight: 700;
      font-style: normal;
      transition: color .2s ease-in-out;
      letter-spacing: .06em;
      font-size: 14px;
      margin: 0 10px;
      margin-top: 10px;
      float: right;
      line-height: 30px;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin-top: 10px !important;
      font-family: "Roboto";
    }
    
    .nav-wrapper-one .nav-link {
      font-size: 17px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
    }

    footer p {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
      }
      
      footer .content p {
        font-size: 18px;
      }
      footer .footer_menu .menu a {
        text-decoration: none;
        color: #fff;
        margin-bottom: 20px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
      }

      .copy_right p {
        margin-top: 12px;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }


    #label_tags h2 {
        font-size: 34px;
        color: #000000;
        font-weight: 900;
        font-family: "Roboto";
    }
    #label_tags .jewelry_search input {
        width: 220px;
        border-radius: 30px;
        border: none;
        border: 6px solid #d9d9d9;
    }

    #label_tags .content p {
        font-size: 16px;
        color: #2f2f2f;
        font-weight: 900;
        font-family: "Roboto";
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #label_tags .content {
        border-top: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        border-left: 2px solid #e3e3e3;
        border-right: 2px solid #e3e3e3;
        padding: 20px 20px 10px 20px;
        margin-bottom: 30px;
        height: 275px;
        position: relative;
        transition: 0.5s linear all;
    }

    #label_tags .content .hover_content .btn-primary {
        background-color: #007f97 !important;
        border: none !important;
        outline: none !important;
        width: 140px !important;
        height: 50px !important;
        line-height: 40px;
        border-radius: 30px;
        display: none;
        font-size: 22px;
    }
    .what_we_do_jewelry_bottom h3 {
        margin-top: 80px;
        font-size: 40px;
        /* line-height: 77px; */
        color: #000000;
        font-weight: 900;
        font-family: "Roboto";
    }

    .what_we_do_jewelry_bottom p {
        width: 90%;
        font-size: 22px;
        font-weight: 400;
        font-family: "Roboto";
    }
}

/* 
max-width =  1199 px
min-width =1024px  */


@media (max-width:1199px) and (min-width:1024px){

    .what_we_do_jewelry_main {
        height: 300px;
        background-size: cover;
        display: flex;
        align-items: center;
      
    }
    .what_we_do_catalog_main h3{
        font-size: 30px;
    }
    .what_we_do_catalog_main p{
        font-size: 14px;
    }
    .what_we_do_jewelry_main img{
        height: 250px !important;
        margin-top: 10%;
    }
    #label_tags .jewelry_search i {
        position: absolute;
        right: 5%;
        top: 25%;
    }
    .packages_catalog b{
        font-size: 20px;
    }
    #packages .content .inner_content ul li a{
        font-size: 13px;
    }
   
}






/* max-width = 1023px 

min-width = 991px */



@media (max-width:1023px) and (min-width:991px){

    .what_we_do_jewelry_main {
        height: 230px;
        background-size: cover;
        display: flex;
        align-items: center;
        margin-top: 10%;
    }

    .what_we_do_catalog_main h3{
        font-size: 30px;
    }
    .what_we_do_catalog_main p{
        font-size: 14px;
    }
    .what_we_do_catalog_main h3{
        margin-top: 20px;
    }
    .what_we_do_jewelry_main img{
        height: 250px !important;
        margin-top: 10%;
    }
    #label_tags .jewelry_search i {
        position: absolute;
        right: 5%;
        top: 25%;
    }
    #label_tags .label_header{
        margin-top: 70px;
    }
    .packages_catalog b{
        font-size: 20px;
    }
    #packages .content .inner_content ul li a{
        font-size: 13px;
    }
}


/* 
max-width 991px

min-width 768px */


@media (max-width:991px) and (min-width:768px){

    #what_we_do .what_we_do_catalog {
        height: 230px;
        background-size: cover;
        display: flex;
        align-items: center;
        margin-top: 8%;
    }

    .what_we_do_catalog_main h3{
        font-size: 30px;
    }
    .what_we_do_catalog_main p{
        font-size: 12px;
        text-align: justify !important;
    }
    .what_we_do_catalog_main h3{
        margin-top: 20px;
    }

    .what_we_do_jewelry_main img{
        height: 250px !important;
        margin-top: 15%;
    }
    #label_tags .jewelry_search i {
        position: absolute;
        right: 6%;
        top: 25%;
    }
    .packages_catalog b{
        font-size: 16px;
    }
    #packages .content .inner_content ul li a{
        font-size: 10px;
    }
}


@media (max-width:818px) and (min-width:768px){
    .packages_catalog b{
        font-size: 14px;
    }
}

/* max-width 767px

min-width 575px */

@media (max-width: 767px){

    #what_we_do .what_we_do_catalog {
        height: 230px;
        background-size: cover;
        display: flex;
        align-items: center;
        margin-top: 45%;
    }

    .what_we_do_catalog_main h3{
        font-size: 25px;
    }
    .what_we_do_catalog_main p{
        font-size: 14px;
    }
    .what_we_do_catalog_main h3{
        margin-top: 20px;
    }
    #form_catalog h4 {
        font-size: 17px;
    }
    .what_we_do_jewelry_bottom h3{

        margin-top: 20px;
    }
   
    #label_tags .jewelry_search i {
        position: absolute;
        right: 8%;
        top: 25%;
    }
    #packages .content .inner_content ul li a{
        font-size: 8px;
    }

    #packages b{
        font-size: 15px !important;
    }
}

@media (max-width:576px){
    #label_tags .jewelry_search  {
        width: 100%;
        text-align: center !important;
    }

    #label_tags .jewelry_search i {
        position: absolute;
        right: 32%;
        top: 25%;
    }
    #label_tags h2{
        text-align: center;
        margin-bottom: 20px;
    }
    .what_we_do_jewelry_bottom {
        padding: 10px 0px;
    }
   
}
@media (max-width:392px) {
    #label_tags .jewelry_search i {
        position: absolute;
        right: 25%;
        top: 25%;
    }
}

@media (max-width:767px){

    #what_we_do .what_we_do_catalog {
        height: 230px;
        background-size: cover;
        display: flex;
        align-items: center;
        margin-top: 10%;
    }
    .what_we_do_catalog_main h3{
        margin-top: 0px;
    }

}

@media (max-width:768px){


    #catalog_download .catalog_btn a {
    padding: 10px;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    margin: 10px 10px;
    background-color: #007f97 !important;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 20px;
}

    #catalog_download h3 {
        font-size: 14px;
        line-height: 27px;
        color: #292929;
        font-weight: 500;
        font-family: "Roboto";
        text-align: center;
        font-weight: bold;
    }
    
    #catalog_download {
        padding: 30px 0px;
        text-align: center;
        background-color: #fff;
    }

   
}

@media (max-width:480px){
    #form_catalog h4{
        font-size: 14px;
           }


}
@media screen and  (max-width:991px) and (min-width:768px){

  #catalog_download .catalog_btn a {
    padding: 10px;
    width: 120px;
    height: 40px;
    border-radius: 30px;
    margin: 10px 10px;
    background-color: #007f97 !important;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 20px;
}


#catalog_download h3 {
    font-size: 18px;
    line-height: 27px;
    color: #292929;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    font-weight: bold;
}

#catalog_download {
    padding: 30px 0px;
    text-align: center;
    background-color: #fff;
}
.what_we_do_jewelry_main p{
    font-size: 12px;
}
}

@media (max-width:570px){
    .what_we_do_jewelry_main img{
        height: 250px !important;
        width: 200px;
        margin-top: 15%;
    }
}

@media  (min-width:772px) and (max-width:1094px){

    .bread_crumb{
       
        min-height: 200px !important;
      
      
    }
    #form_catalog label{
        font-size: 14px;
    }
}


@media  (min-width:243px) and (max-width:771px){


    .bread_crumb{
       
        min-height: 150px !important;
    
      
    }

}
@media  (min-width:243px) and (max-width:796px){


    .bread_crumb{
       
        min-height: 150px !important;
    
      
    }

}