

/** main css **/
body{
  
    font-family: 'Work Sans', sans-serif;
    color: #222;
    background-color:#fff;
    /*padding-top: 56px;*//*this psdding is equal to height of header*/
}
/** main end **/

/** header css **/
.header-top {
    background-color: #fff;
    padding: 0px 0 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 101;
    position: relative;
}
.header-top .col-mail-list ul{
    margin-bottom: 0;
    padding-left: 0;
}
.header-top .col-mail-list ul li{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #ddd;
}
.header-top .col-mail-list ul li a {
    color: gray;
    text-decoration: none;
    font-size: 11px;
}
.header-top .col-mail-list ul li a i{
    color: gray;
}
.header-top .col-mail-list ul li a i.phone-icon{
    transform: rotate(90deg);
}

.header-top .col-mail-list ul li img {
    height: 18px;
    margin-right: 5px;
}
.social-links ul {
    padding-left: 0;
    text-align: right;
    margin-bottom: 0;
}
.social-links ul li {
    display: inline-block;
    margin: 0 8px;
}
.social-links ul li a img{
    height: 20px;
} 
.logo-top{
    text-align: center;
}
.logo-top img{
height: 100px;
}
.align-item-center{
    align-items: center;
}
/*
.header-main{
    border-bottom: 1px solid #e6ddc6;
}*/
.input-group.search{
    padding-bottom: 0px;
}
.header-main .input-group.search .btn-search {
    background-color: transparent;
    border: 1px solid #000;
    border-left: none;
    color: #495057;
}
.header-main .input-group.search .form-control{    
    font-size: 14px;
    box-shadow: none;
    outline: none;
    border: 1px solid #000;
    border-right: none;
        background-color: transparent;
}
.header-main {
    padding: 5px 0;
    background-color: transparent;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 100;
}
.header-main .navbar-light{
    padding: 0;
    background-color: transparent !important;
}
.common-btn {
    background-color: rgb(118, 58, 249);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(118, 58, 249);
    border-image: initial;
    overflow: hidden !important;
}
/*.common-btn:hover, .common-btn:active, .common-btn:focus{
    text-decoration: none;
     background-color: transparent;
    color: #fff;
}*/
.header-main .navbar-light .navbar-nav li{
    position: relative;
}
.header-main .navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin: 0 12px 0 0;
    padding-bottom: 20px;
    position: relative;
        padding-top: 20px;
}
.header-main .navbar-light .navbar-nav .nav-link:after{
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    left: 0px;
    background-color: #fff;
    bottom: 4px;
    transition: 0.5s;
}
.header-main .navbar-light .navbar-nav .nav-link:hover:after,
.header-main .navbar-light .navbar-nav li.active :after{
    width: 100%;
}

.header-main .navbar-light .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    bottom: 4px;
    transition: 0.5s;
    opacity: 0;
    margin: 0 auto;
    right: 0;

}
.header-main .navbar-light .navbar-nav .nav-link:hover:before,
.header-main .navbar-light .navbar-nav li.active :before{
    opacity: 1;
}


/*.header-main{
     box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}*/
.header-main.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
}
.header-main.header-fixed .navbar-light .navbar-nav .nav-link {
    padding-bottom: 20px;
}
.header-main.header-fixed .input-group.search {
    padding-bottom: 0px;
}
.header-main.header-fixed .login-btn a{
   margin-bottom: 0;
}
.header-main .navbar-brand{
    display: block !important;
}
.header-main .navbar-brand img{
    height: 60px;
}
.header-main.header-fixed .navbar-light{
    padding: 5px 0;
}

/*.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
   
}*/

 .login-btn a {
    padding: 9px 20px;
    /* padding-bottom: 23px; */
    margin-bottom: 0px;
    margin-left: 15px;
    color: #fff;
}
.header-main.header-fixed {
    padding-top: 0;
    background-color: #763AF9;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.header-main.header-fixed .navbar-brand img {
    height: 45px;
}

#gNavi .pulldownmenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    width: 900px;
    z-index: 99;
    /* max-height: 280px; */
    border: 1px solid #ddd;
    border-radius: 5px;
    top: 100%;
    padding-left: 0;
    margin-top: 12px;
}
#gNavi .pulldownmenu.for-after-arrow::after {
    position: absolute;
    content: "";
    top: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ddd;
    left: 10px;
    /* box-shadow: 2px 2px 10px rgba(0,0,0,0.4); */
}





#gNavi .pulldownmenu li { float: none; margin-left: 0; display: block; text-align: left; position: relative;} 

 #gNavi .pulldownmenu li a {
    color: #000;
    padding: 5px 0px;
    font-size: 12px;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
} 
 #gNavi .pulldownmenu > li > a {
    border-bottom: solid 1px #b1905b;
    transition: all 0.3s ease-in-out;
} 
 #gNavi .pulldownmenu > li:last-child a {
    border: 0;
 }
#gNavi .pulldownmenu li a:hover, 
#gNavi .pulldownmenu li.active a{ background: #f7f7f7; color: #000;font-weight: 600; border-color: #f7f7f7; } 
#gNavi .pulldownmenu li a:hover:after, 
#gNavi .pulldownmenu li.active a:after{ display: none; }
 /* !Sebmenu ---------------------------------------------------------- */ 
.navbar-expand-lg  #gNavi .pulldownmenu li > .pulldownmenu {
    /*position: relative;*/
    display: none !important; 
    left: 100%; 
    z-index: 999; 
    top: -1px; 
    padding: 5px 40px;
    background-color: #fff; 
    border: solid 1px #ddd; 
    width: 900px;
    border-bottom: 0; 
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    margin-left: 10px;
    min-height: 220px;
} 
.navbar-expand-lg #gNavi .pulldownmenu li > .pulldownmenu.after-left-arrow::after {
    position: absolute;
    content: "";
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #ddd;
    border-bottom: 10px solid transparent;
    left: -12px;
}


  .navbar-expand-lg  #gNavi .pulldownmenu li > .pulldownmenu li{
    text-align: left;
}
.navbar-expand-lg  #gNavi .pulldownmenu li > .pulldownmenu h5{
    padding: 10px 15px 0px 15px;
    text-transform: uppercase;
    color: #763AF9;
    font-size: 14px;
    font-weight: 600;
}
.navbar-expand-lg #gNavi .pulldownmenu li i { float: right; } 
.navbar-expand-lg #gNavi .pulldownmenu li:hover > .pulldownmenu{ display: block !important; }













/** header end **/

/** body css start**/





.banner-slider .slick-dots li button:before{
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 3px solid #763AF9;
    content: "";
    border-radius: 50%;
    opacity: 1;
}
.banner-slider .slick-dots li.slick-active button:before{
    background-color: #763AF9 !important;
    opacity: 1;
}
.banner-slider .slick-dots{
    bottom: 0;
}
.main-heading {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}
/*.main-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #763AF9;
}*/


.heading-content {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sec-best-seller{
    background-image: url(../images/banners/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    overflow: hidden;
    background-color: #eceff1;
}
.for-small-gallery-img .btn-order {
    width: 108px;
    padding: 8px 5px;
    left: 5px;
    min-width: 122px;
}
.for-small-gallery-img  .btn-order span{
    display: block;
}
.for-small-gallery-img  .btn-order img{
     margin-left: 0px;
    margin-top: 8px;
}
.btn-order.btn-order-smal img{
    margin-left: 0;
}


.seller-option .nav-tabs{
    border: none;
    justify-content: center;
    margin: 60px 0 20px;
}
.seller-option .nav-tabs .nav-item .nav-link {
    color: #949494;
    background-color: #F7F8FA;
    margin: 0 20px;
    padding: 12px 15px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 7px;
    font-size: 18px;
    min-width: 190px;
    text-align: center;
}
.seller-option .nav-tabs .nav-item .nav-link.active{
    background-color: #000;
    font-weight: 600;
  background-blend-mode: multiply;
  
}
.seller-option .nav-tabs .nav-item .nav-link.active span{
    background: linear-gradient(to right, #763AF9 0%,#e65e65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seller-img1, .seller-img2{
   margin: 50px 0; 
}

.seller-commn img{
    width: 100%;
}
.seller-commn.seller-img3 {
    padding: 0 50px;
    margin: 50px 0; 
    margin-bottom: 20PX;
}
.seller-img4{
    padding: 50px 0 0 50px;
}
.seller-img5{
    padding: 50px 50px 0 0;
}

.occation-box{
margin: 60px 0;
padding: 10px;
text-align: center;
}
.occation-box a{
   display: block;
   margin: 20px 0; 
  
   color: #000;
   text-decoration: underline;
       font-size: 18px;
}

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

.sec-client-dairy h6 {
    font-size: 20px;
    position: relative;
    
    margin: 25px 0 12px;
}
.sec-client-dairy p.discription {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
}
.sec-client-dairy{
    padding: 80px 0;
}
.sec-follow-us{
    padding: 100px 0;
}
.sec-follow-us .follow-slider{
    margin: 50px 0;
}
.sec-follow-us .slick-dots li button:before{
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 3px solid #763AF9;
    content: "";
    border-radius: 50%;
    opacity: 1;
}
.sec-follow-us .slick-dots li.slick-active button:before{
    background-color: #763AF9 !important;
    opacity: 1;
}
.sec-follow-us .slick-dots{
    bottom: -50px;
}
.sec-follow-us .follow-slider .items{
    padding: 10px;
}
.sec-occation{
    padding: 80px 0;
}
/*product details page css*/
.product-detail-sec{
    padding: 80px 0;
}
.product-detail-sec .main-tabs-field .tablinks {
    height: 150px;
    width: 150px;
    overflow: hidden;
    padding: 0;
    margin: 0px 0 15px;
    border-radius: 0;
    border: none !important;
    position: relative;
    cursor: pointer;
}
.product-detail-sec .main-tabs-field .tablinks::after{
    content: "";
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
}
.product-detail-sec .main-tabs-field .tablinks.active::after{
    background-color: transparent;
}


.product-detail-sec .main-tabs-field img{
   height: 150px;
   width: 150px;
   object-fit: cover; 
}


.product-detail-sec .img-center-block .tabcontent{
    display: none;
     height: 480px;
    overflow: hidden;
}
.product-detail-sec .img-center-block .tabcontent img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.desc-head .main-heading{
    margin-bottom: 0;
    line-height: 30px;
    font-size: 22px;
}

.discription-block .like-icon {
    height: 32px;
}
.discription-block .price {
    margin: 10px 0;
    font-size: 16px;
}

.discription-block h6{
    color: #763AF9;
     font-size: 16px;
    position: relative;
    
    margin-top: 35px;
}

.discription-block p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: justify;
    color: #3a3a3a99;
}

.discription-block .btn-order {
    bottom: 15px;
    padding: 15px 16px;
}
.similar-products .follow-slider .items{
   padding: 10px; 
}
.similar-products .follow-slider{
    margin-top: 30px;
}
.similar-products{
    padding: 20px 0 80px;
}
.similar-products .items img{
    min-height: 202px;
}

.product-disc-row h6{
    color: #000;
     font-size: 12px;
    
    margin-top: 10px;
    margin-bottom: 2px;
}
.product-disc-row p{
    font-size: 10px;
    margin-bottom: 0;
}
.similar-products .items .product-disc-row .like-icon{
    height: 20px;
    margin-right: 0;
    min-height: auto;
    margin-left: auto;
}
.similar-products .items .product-disc-row a:hover{
 text-decoration: none;
}
.similar-products .items .product-disc-row a:hover h6,
.similar-products .items .product-disc-row a:focus h6,
.similar-products .items .product-disc-row a:active h6{
    color: #763AF9;
}

.product-disc-row .icon-box{
text-align: right;
}

.slick-dots li button:before{
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #333333;
    content: "" !important;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    background-color: #333333 !important;
    opacity: 1;
}
.slick-dots{
    bottom: -30px;
}
@media (max-width: 767px){

.main-tabs-field{
    display: flex;
    justify-content: center;
}
.product-detail-sec .main-tabs-field .tablinks {
    height: 70px;
    width: 70px;
    margin: 0px 6px 15px;
}
.product-detail-sec .img-center-block .tabcontent {
    height: auto;
    margin-bottom: 20px;
}
.discription-block .like-icon {
    height: 24px;
}
.product-detail-sec {
    padding: 25px 0;
}
.discription-block .btn-order {
    padding: 12px 16px;
    position: static;
}
.similar-products .follow-slider{
    margin-top: 10px;
}
}

/*product page css*/

.product-sec{
    padding: 80px 0;
}
.product-sec .product-row{
    margin-top: 30px; 
}
.product-block {
    margin-bottom: 35px;
}
.product-block {
    cursor: pointer;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.14);
    border: none !important;
    border-radius: 5px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
        height: 170px;
}
.card.product-block .card-body {
    border: 1px solid rgba(151, 151, 151,0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.add-wishlist img {
    width: 20px;
    height: 18px;
}
.product-block .heading-row{
    margin-bottom: 20px;
}

.product-block h5, .price-text {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 0;
}
.product-block p {
    font-size: 12px;
    color: #8c8f91;
    line-height: 16px;
    margin-bottom: 0;
    min-height: 60px;
}
.product-block .card-border {
    border-top: 1px solid rgba(151, 151, 151,0.23);
    padding-top: 1rem!important;
}
.text-red {
    color: #763AF9 !important;
    text-decoration: line-through;
}

.product-block .price-text b{
    font-size: 12px;
}
.card.product-block:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    transition: all ease-in-out .6s;
    transform: scale(1.07);
} 

.price-sort-box{
 border: 1px solid #ddd;
 border-radius: 5px;
}
.price-sort-box .btn {
    width: 100%;
    text-align: left;
    background-color: transparent;
   
    color: #474747;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    outline: none;
}
.price-sort-box .down-arrow{
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all ease-in-out .5s;
}
.price-sort-box .btn[aria-expanded="true"] .down-arrow{
   transform: rotate(-180deg);
   transition: all ease-in-out .5s;
   color: #763AF9;
}
.price-sort-box .btn[aria-expanded="true"]{
    color: #763AF9;
    font-weight: 600;
}
.price-sort-box .card-body{
    border: none;
    text-align: left;
}

 .price-sort-box .card-body .radio label{
        font-size: 14px;
    color: rgba(0,0,0,0.6);
 }
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    border-radius: 0 !important;
    margin-top: 1px;
}

.radio .cr {
    border-radius: 50%;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
    color: #fff;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.radio label input[type="radio"] {
    display: none;
}

.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.radio label input[type="radio"]:checked + .cr{
    background-color: #763AF9;
    border-color: #763AF9;
}
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


/*signup page css*/
.login-page{
    overflow: hidden;
}
.login-page .img-login img {
    width: 100%;
    height: 100%;
}
.signup-sec h5 {
    color: #000;
   
    margin: 0px;
    font-size: 32px;
}
.signup-sec .login-link span{
  
   margin: 15px 0 0px;
   display: block; 
   font-size: 14px;
}
.signup-sec .login-link span a{
    color: #763AF9;
}
.signup-sec .form-signup-block {
    margin-bottom: 30px;
}
.signup-sec .form-signup-block label{
    color: #949494;
    font-size: 14px;
    margin-bottom: 0;
    
}
.signup-sec .form-control {
    background-color: transparent;
    border: none;
    color: #474747;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding: 5px 0px;
    box-shadow: none !important;
    font-size: 18px;
   
}
.signup-sec .form-control::placeholder{
    color: #474747;
}
.signup-sec .input-group .input-group-text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 0;
}
.signup-sec .input-group .input-group-text img {
    width: 20px;
}
.login-form-box {
    padding: 0px 80px 0px 50px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.login-form-box .login-inner{
    width: 100%;
}
.signup-sec .login-form-box .common-btn{
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 11px 10px;
    margin: 20px 0;
}
.signup-sec .login-form-box .text-center.login-link{
    margin: 20px 0;
}
.signup-sec .login-form-box .text-center.login-link a{
    text-decoration: underline;
}
.forgot-link a {
   
    margin: -25px 0 15px;
    display: block;
    font-size: 14px;
    color: #763AF9;
}
.for-login-page h5{
    margin-bottom: 35px;
}
.main-login.login-page .img-login img {
    width: 100%;
    height: 650px;
}
.main-login.login-page .login-form-box {
    padding: 0px 50px 0px 80px;
}
.for-forgot-pass .login-link{
margin-bottom: 35px;
}


@media (max-width: 1150px)
{
.login-form-box {
    padding: 20px 80px 0px 50px;
}
.main-login.login-page .img-login img {
    width: 100%;
    height: 100%;
}
}

































/** body css end **/

/** footer start **/




/** footer end **/

/*## scroll_top css ##*/
.scroll_top {background: #763AF9;box-shadow: 2px 2px 10px rgba(0,0,0,0.6); bottom: 32px; display: none; font-size: 0; height: 34px;position: fixed; right: 10px; width: 34px; z-index: 9999;text-decoration: none;border-radius: 30px;}
.scroll_top:hover {
    background: #fff none repeat scroll 0 0;
    text-decoration: none;
    color: #763AF9;
    border: 1px solid;}

.scroll_top::before {color: #ffffff; content: "^"; display: block;font-family: "FontAwesome";font-size: 25px;height: 34px;line-height: 40px;text-align: center; width: 34px;}
.scroll_top:hover::before{
    color: #763AF9;
}

/** scroll_top end **/

/*## owl css ##*/
.owl-theme .owl-controls {margin-top: 0;}
#motivational-owl .owl-controls .owl-buttons div {opacity: 0.7;box-shadow: none;background-color: rgba(255, 255, 255, 1);color: #000;font-size: 22px;padding: 0 12px;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s;}
#motivational-owl .owl-prev {position: absolute;left: -200px;top: 28%;}
#motivational-owl .owl-next {position: absolute;right: -200px;top: 28%;}
#motivational-owl .item {padding: 0 4px;}
#motivational-owl:hover .owl-prev{left: 15px;}
#motivational-owl:hover .owl-next{right: 15px;}
/*## owl end ##*/

/** common css **/

.p-0{padding: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.pt-0{padding-top: 0 !important;}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}

.m-0{margin: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.ml-0{margin-left: 0 !important;}
.mr-0{margin-right: 0 !important;}

.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}

a:focus, a:hover {color: #763AF9; text-decoration: underline;}
:active, :focus{outline:none !important;}
/** common end **/

/** media css **/
@media (min-width: 992px)
{

}

@media (max-width: 991px)
{
.sec-occation {
    padding: 50px 0;
}
.sec-client-dairy {
    padding: 0px;
}
.sec-follow-us {
    padding: 50px 0;
}
.header-main .navbar-brand {
    display: block !important;
}
.header-main .navbar-brand img, .header-main.header-fixed .navbar-brand img{
    height: 50px;
}
.logo-top {
    display: none;
}
.for-normal-screen-only{
    display: none;
}
.footer-main-links li {
    margin: 0 6px;
}
.footer-main .social-links ul li {
    margin: 0px 7px;
}
.footer-main .social-links ul li a img {
    height: 20px;
}
.sec-slider {
    min-height: auto;
}
}

@media (min-width: 768px)
{

}

@media (max-width: 767px)
{

.social-links ul {
    text-align: center;
}
.header-top .col-mail-list ul {
    text-align: center;
}


.header-main .navbar-light {
    padding: 4px 0;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}
.banner-slider .item h2{
    font-size: 25px;
}
.banner-slider .item h5{
    font-size: 16px;
}
.banner-slider .common-btn{
    padding: 8px 20px;
}
.banner-slider{
    text-align: center;
}
.scroll_top{
    display: none !important;
}
.mt-50{
    margin-top: 10px;
}
.occation-box {
    margin: 10px 0;
}
.sec-client-dairy {
    padding: 30px 0;
}
.sec-occation {
    padding: 30px 0;
}
.sec-client-dairy{
    text-align: center;
}
.sec-follow-us {
    padding: 10px 0 40px;
}
.footer-main-links li {
    display: block;
    margin: 10px 0px;
}
.footer-main {
    padding: 8px 0;
}
.footer-main-links {
    margin-bottom: 40px;
}
.copyright-line {
    text-align: center;
}
.footer-main .social-links ul li a img {
    height: 18px;
}
.footer-main .social-links ul li {
    margin: 0px 5px;
}
}

@media (max-width: 480px)
{

}

@media (max-width: 360px)
{

}


/** media end **/





/*Masonary 
---------------------*/
.masonary-wraper{
    margin: 70px 0;
}
.small-img1,
.middle-top-img{
    margin-bottom: 50px;
}
.small-img1 img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.small-img2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.middle-img-wrapper {
    padding: 0 20px;
}
.middle-top-img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.middle-bottom-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.mas-hide{
    display: none;
}
.seller-option .nav-tabs .nav-item.active .nav-link{
    background-color: #000;
    font-weight: 600;
    background-blend-mode: multiply;
    
}
.seller-option .nav-tabs .nav-item.active .nav-link span{
    background: linear-gradient(to right, #763AF9 0%,#e65e65 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.seller-commn{
    position: relative;
    overflow: hidden;
}

.inner-seller{
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff; 
    transition: all 0.3s ease-in-out;
}
.seller-commn:hover .inner-seller{
    opacity: 0.7;
    visibility: visible;
}
.seller-commn > img{
    transition: all 0.3s ease-in-out;
}
.seller-commn:hover > img{
    transform: scale(1.2);
}
.btn-order {
    padding: 12px 16px;
    background: #2a2927;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    bottom: 20px;
    position: absolute;
    left: 20px;
    min-width: 220px;
    opacity: 1;
    display: inline-block;
}
.btn-order-smal{
    min-width: auto;
    left: 12px;
    padding: 12px 8px;
    width: 122px;
}
.btn-order:hover{
    text-decoration: none;
}
.btn-order img {
    width: 24px;
    height: auto;
    object-fit: contain;
}
.m-left-32{
    margin-left: 32px;
}
.m-left-10{
    margin-left: 10px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px){
    .seller-option .nav-tabs .nav-item .nav-link {
        margin: 0 12px;
        padding: 8px 22px;
        font-size: 16px;
    }
    .middle-img-wrapper {
        padding: 0;
    }
    .small-img1, .middle-top-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px){
    .m-bottom-30{
        margin-bottom: 0;
    }
    .middle-top-img img {
        height: 370px;
    }
    .middle-bottom-img{
        margin-bottom: 30px;
    }
    .middle-bottom-img img {
        height: 180px;
    }
    .small-img2 img {
        height: 490px;
    }
}
@media screen and (max-width: 767px){
    .masonary-wraper {
        margin: 30px 0 0;
    }
    .small-img1 img {
        height: auto;
    }
    .small-img2 img {
        height: auto;
    }
    .middle-top-img img {
        height: auto;
    }
    .middle-bottom-img img {
        height: 100px;
    }
}
@media screen and (max-width: 575px){
    .small-img2 {
        margin-bottom: 30px;
    }
    .middle-bottom-img img {
        height:auto;
    }
}


/* zoom in out effect */


.img-zoomin img{
  -webkit-animation: zoomin 5s ease-in infinite;
  animation: zoomin 5s ease-in infinite;
  transition: all .5s ease-in-out;
}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
   0% {transform: scale(0.9);}
  50% {transform: scale(1.0);}
  100% {transform: scale(0.9);}
}
@keyframes zoomin {
  0% {transform: scale(0.9);}
  50% {transform: scale(1.0);}
  100% {transform: scale(0.9);}
} /*End of Zoom in Keyframes */
/* for validation 
------------------------- */
.select-for-valid{
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}