@media (min-width:320px) and (max-width:1400px) {}

@media (min-width:320px) and (max-width:1024px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }
    .footer .copy {
        display: inline-block;
    }
    .fancybox {
        display: inline-block
    }
    .wid_30 img {
        height: auto !important;
    }
    .product_image img {
        width: 100%;
        height: auto !important
    }
    .header_inr::before {
        background-attachment: fixed;
        height: 100%;
    }
    .about_page{
        text-align:center;
    }
    .about_rht {
    width: 100%;
        margin-bottom:20px;
        padding:0;
        margin-top:20px;
    }
    .about_lft{ float:none;
        margin:0 auto;
    }
    .about_page::before{
        height:50px;
    }
}

@media (min-width:900px) and (max-width:1024px) {
    .product_ctn_inr h2 {
        margin-top: 50%;
    }
    .about_rht{
        width:100%;
    }
}

@media (min-width:320px) and (max-width:960px) {
    .product_ctn_inr h2 {
        margin-top: 50%;
    }

}

@media (min-width:320px) and (max-width:768px) {
    .address_inr li{
        width:50%;
    }
    .enq{
        width:85%;
    }

    .header {
        position: relative;
        width: 100%;
        height: auto
    }
    .header_inr {
        padding: 0 15px;
    }
    .logo {
        width: 20%;
        float: left
    }
    .social {
        padding: 10px 0
    }
    .menu {
        display: none
    }
    .menu_inr {
        text-align: center;
        padding: 0;

    }
    .menu_inr li {
        display: block
    }
    .menu_inr li a {
        font-size: 14px;
        padding: 15px 20px;
        display: inline-block;
        width: 150px;
    }
    .resopnsive_menu {
        display: inline-block;
        margin-top: 13%;
    }
    .page_rht {
        width: 100%;
    }
    .menu_inr li a::before {
        content: "";
        position: absolute;
        left: 0;
        background: url(../images/menu-hover.png) no-repeat;
        width: 19px;
        height: 12px;
        transition: all 600ms ease-in;
    }
    .copy {
        display: none
    }
    .social {
        text-align: center;
    }
    .social_inr li {
        float: none;
        display: inline-block;
    }
}

@media (min-width:320px) and (max-width:640px) {
    .about_left {
        width: 100%;
    }
    .about_right {
        width: 100%
    }
    .product_image {
        width: 50%
    }
    .product_ctn {
        position: static;
        width: 100%;
        padding: 60px 0
    }
    .product_ctn_inr h2 {
        margin: 0
    }
    .wid_50 {
        width: 100%;
    }
    .wid_30 {
        width: 100%;
    }

}

@media (min-width:320px) and (max-width:530px) {}

@media (min-width:320px) and (max-width:479px) {
    .address_inr li {
        width: 100%;
    }
     .enq{
        width:95%;
    }
    .enq li.wid_50{
        width:100%;
    }

    .logo {
        width: 20%;
    }
    .resopnsive_menu {
        margin-top: 13%;
    }
    .wid_25 {
        width: 100%;
    }
    .about_lft {
        widht:100%
    }

}

@media (min-width:320px) and (max-width:360px) {
    .gold_pri_opn {
        width: 270px;
    }
}


@media (max-width:360px) {}
