/*General style*/
:root {
  --main-color: #3798da;
  --color1:white;
  --color2: #333;
}
*:not(i){
    font-family: 'Open Sans', sans-serif !important;
    font-weight:400;
}
h2,h3,h1,h4{
    font-weight:700;
    
}
body{
    font-family: 'Open Sans', sans-serif;
}
li{
    list-style-type: none;
}
ul{
    padding:0;
}
a:hover{
    text-decoration: none;
}
button:focus {
    outline: none !important;
}
button{
    /*border:none !important;*/
    background: none
}
#basliq .container-fluid hr{
    /*border-bottom: solid 1px rgb(35, 46, 67);*/
    opacity: 0.15;
    margin: 0;
    position: relative;
    bottom: 24px;
}
.popup-layer{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.8;
    z-index: 1001;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
    display:none;
}
.my-dropdown{
    position:relative;
}
.my-dropdown-content{
    position: absolute;
    top: 120px;
    background: #fff;
    padding: 15px 20px;
    min-width: 260px;
    width: fit-content;
    left: 0;
    justify-content: center;
    box-shadow: 0 0 10px #939393;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-30%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.my-dropdown-content li a{
    color:#000;
    position:relative;
    font-weight:600;
    white-space: nowrap;
    font-size: 13px;
}
.my-dropdown-content li a::after{
content: '';
    display: block;
    margin-top: 5px;
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(1.000,0.000,0.600,1.000);
    position: absolute;
    width: 0%;
    transform:translateX(-50%);
    top: 100%;
    left: 50%;
    opacity: 0.8;
    height: 2px;
}
.my-dropdown-content li a:hover::after{
        background-color: #3798da;
        width:100%;
}
.my-dropdown:hover .my-dropdown-content{
    top:60px;
    visibility:visible;
    opacity:1;
}
.video-layer{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.8;
    z-index: 1200;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
    display:none;
}
.container .navbar{
    display:block;
}

.container .navbar .mobile-tel{
    display:none!important;
}
.container .navbar-toggler{
    border:none !important;
    height: 60px;
    margin-left: 0;
    padding-left: 0;
}
*{
    letter-spacing: 0.5px;
    /*font-family: 'Montserrat', sans-serif;*/
}
h1,h2,h3,h4,ul{
    margin-bottom: 0
}
p{
    margin-bottom: 0
}
.pagination span {
    padding: 8px 0;
    color: #909090;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right:5px;
    width: 35px;
    height: 35px;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 13px;
    background-color: #026007;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin-right:5px;
    width: 35px;
    height: 35px;
}
.pagination{
    justify-content:center;
}
.active1{
color: var(--main-color) !important;
}
.active2{
transform: scaleX(1) !important;
}
.logotext{
    color: var(--main-color);
    font-size: 16px;
    padding-left: 15px;
    letter-spacing: 1px;
    font-weight:500;
}
.hamburger {
  cursor: pointer;
  margin: auto;
  transform: rotate(0);
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0);
  width: 30px;
  height: 20px;
}
.hamburger div {
    background: black;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0);
    width: 100%;
}
.hamburger div:nth-child(1) {
  top: 0;
}
.hamburger div:nth-child(2), .hamburger div:nth-child(3) {
  top: 10px;
}
.hamburger div:nth-child(4) {
    top: 20px;
    width: 17px !important;
    left: 13px !important;
}
.hamburger.open div:nth-child(1), .hamburger.open div:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0%;
}
.hamburger.open div:nth-child(2) {
  
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open div:nth-child(3) {
  
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flo {
    z-index:1;
}
.kateq {
    z-index:2;
}
.kateq li {
    border: 1px solid #dfdfed;
    border-bottom: none;
}
.kateq li:last-child {
    border-bottom: 1px solid #dfdfed;
}
.kateq li a {
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    display: block;
}
.kateq li:hover{
    background: #fafafa;
}
.second-div-drop-open{
    display:flex;
    gap:20px;
}
.second-div-drop{
    display:none;
}
.second-div-drop-open i{
    transition:.4s;
}
.second-div-drop-open:hover i{
    transform:rotate(-90deg);
}
.second-div-drop-open:hover .second-div-drop{
    display:flex;
    gap:20px;
}
.basliq{
    margin-bottom: 40px
}
.my-search-form form,.my-search-form form div{
    display:flex;
    align-items:center;
    position:relative;
    box-shadow: 0 0 10px 6px #efefef;
    overflow:hidden;
    border-radius:6px;
}
.highslide{
    position:relative;
}
.highslide img{
    width: 100%;
}
.highslide::before {
    position: absolute !important;
    content: "" !important;
    /* background-image: url(../img/ramka.png)!important; */
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(1) !important;
    z-index: 2 !important;
      background-image: none !important;
  border-width: 23px !important;
  border-style: solid !important;
  border-color: #2a2929 #3a3a3a #2a2929 #3a3a3a !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
	#q_search {
		display:flex;
        align-items:center;
		z-index: 23;
		left: 25px; right: 86px; top: 0;
		margin:0;
		width: auto; height: 80px;
		margin-top: -80px;
		position: relative;
	}
.my-search-form form input{
    height:40px;
    padding: 0 0 0 10px;
    font-size:16px;
    border:none;
    outline:none;
}
.my-search-form form button{
    height:40px;
    background:#e5f5ff;
    border:none;
    cursor:pointer;
    padding:0 10px;
    outline:none;
}
.my-search-form form button img{
    width:25px;
    object-fit:contain;
}
.flex{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.foot{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex1{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.welcome h2,.basliq,.forhover{
   font-weight: 700;
    font-size: 26px;
}
/*Navbar style*/
.mylist1{
    margin-left: 10px !important;
    font-size: 12px;
    padding: 8px 0px;
    transition: 0.4s all ease;
    font-weight: 500;
}
.mylist1 i{
    transition: 0.4s all ease;
}
.mylist i{
    transition: 0.4s all ease;
}
.nav2{
    justify-content: flex-end;
}
.forhover{
    transition:500ms all ease-in-out;
}
.mylist:hover i{
    color: #B27F1C;
}
.mylist1:hover i{
    color: #B27F1C;
}
.mylist img{
    margin-right: 4px;
}
.container .navbar-nav{
    width: 100%;
    justify-content: space-between;
    align-items:center;
}
.container .navbar-nav a{
    text-transform:uppercase;
}
.container .navbar-nav .forhover span,.zn_footer_nav-wrapper li a span{
    position:relative;
    font-weight:600;
}
.container .navbar-nav .forhover:hover{
    color:var(--main-color) !important;
}
.nav-item a{
    color:var(--color2);
    cursor:pointer;
    display:block;
}
.mylist {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 0;
    transition: 0.4s all ease;
}
.line{
    border: 0.4px solid #dddddd;
    margin-top: 0px;
    opacity: 0.7;
}
.container .navbar {
    padding: 8px 0px 0px 0px!important;
}

#nav .head{
    display: flex;
    justify-content:space-between;
}

#nav  .tel-number{
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-left: 5px;
    color:#232E43;
}

#nav .registrationn{
    font-size: 14px;
    margin-left: 28px;
    text-decoration: none;
    color:#232E43;
    line-height:19px;
    cursor:pointer;
}
#nav .registrationn:hover {
    color: #9aa1a6;
}

#nav .tel{
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav .m-logo .logo{
    width: 79px;
}

#nav .m-logo{
   display:none; 
}

#nav  .tel i{
    margin-right:10px;
}

#nav  .user-icon{
    font-size: 15px;
    margin-left: 20px;
}


#nav.head-active{
    background-color: white;
    top: 0;
    box-shadow: 0 1px 1px rgba(40, 50, 68, 0.1);
    padding-top:0 !important;
}

.loqo {
    width: 120px;
    object-fit: contain;
    aspect-ratio:2/2;
}

#nav .logoimg{
    padding-bottom: 0px!important;
    position: relative;
}

#nav .logoimg a{
    padding:0;
}

#nav{
    padding:0px;
    z-index: 9;
    position: fixed;
    /*top: 37px;*/
    transition: 0.3s; 
    z-index: 1000;
    padding-top:20px;
}

.container .navbar-nav{
    height:100px;
}

.container .navbar-nav .nav-item .areas-menu{
    position: absolute;
    left: 96px;
    z-index: 200;
    background-color: white;
    padding: 20px;
    top: 149px;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.container .navbar-nav .nav-item:hover .areas-menu{
    opacity:1;
    visibility:visible;
}

.container .navbar-nav .nav-item .areas-menu li{
    transition:0.3s;
}

.container .navbar-nav .nav-item .areas-menu li a{
    padding: 10px 15px;
    position: relative;
    color: #191919;
    line-height: 1.2;
    font-size: 14px;
    display: block;
    border: 0;
}

.container.navbar-nav .nav-item .areas-menu li:hover a{
    color:#232E43;
}

.container .navbar-nav .nav-item .areas-menu li:hover{
   background-color: #f3f3f3
}


.navbar-expand-lg .navbar-nav .nav-link {
   font-weight: bold;
   font-size: 15px;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 18px;
   font-family:GilroySemi;
   padding: 20px 0px ;
}

.container .navbar-nav .nav-item .mega-menu{
    position: absolute;
    left: 0;
    z-index: 200;
    background-color: #f8f8f8;
    width: 100%;
    box-shadow: 0px 20px 21px 0px #67676730;
    padding: 20px;
    display: flex;
    justify-content: start;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.container .navbar-nav .sub-menu .nav-menu:hover .mega-menu{
    opacity:1;
    visibility:visible;
}


.container .navbar-nav .nav-item .mega-nav{
position: absolute;
    left: 0;
    z-index: 200;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity:0;
    visibility:hidden; 
    top: 120px
}

.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu a{
    padding: 10px 15px;
    position: relative;
    line-height: 1.2;
    font-size: 13px;
    display: block;
    font-weight:600;
    border: 0;
}
.nav-item .fa-globe{
    font-size: 23px;
}
.my-direct{
    flex-direction: column;
    min-width:inherit !important;
}
.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu{
    transition:0.3s;
}

.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu:hover{
    background: #ededed;
}

.container .navbar-nav .nav-item:hover .mega-nav{
    opacity:1;
    visibility:visible; 
}

.container .navbar-nav .nav-item .mega-nav .menu li a{
    padding:10px;
}

.container .navbar-nav .nav-item .mega-nav .sub-menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s;
}


.container.navbar-nav .nav-item .mega-menu li{
    transition: 300ms all ease;
    height:fit-content;
}

.container .navbar-nav .nav-item .mega-menu li a{
    color: #3d3d3d;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    display: block;
}


.container .navbar-nav .nav-item .mega-menu li:hover a{
    color:#232E43;
    
}

.container .navbar-nav .nav-item .mega-menu li:hover{
   background-color: #f3f3f3
}


.container .navbar-brand img{
    max-height: 45px
}

#nav .page-title{
    font-size: 23px;
    color: black;
    font-weight: 800;
    margin-right: 20px;
}

#nav .page-title-part{
   display: flex;
    justify-content: center;
    align-items: center;
}

#nav .page-title-part span:first-child{
    font-family:GilroySemi;
}

#nav .page-title-part span{
    opacity: 0.7;
    font-size:16px;
}

.hotline {
    display:flex;
    flex-direction:column;
}

#header{
    /*background-image: linear-gradient(to right, #72c267, #304623);*/
    color: black;
    position: fixed;
    z-index: 5;
    display: none;
    /*background: var(--main-color);*/
}

.lang {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.m-logo-mobile {
    display: none;
}
.lang-mobile li {
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 13px;
}

.logo-line{
    padding: 0px;
    margin: 0px;
    background: #E5E5E5;
}

.lang li:hover a{
    color:#ffffffb8;
}
.lang li a::after{
    content: "";
    background: var(--color1);
    display: inline-block;
    width: 1px;
    height: 9px;
    margin-left: 10px;
}
.lang li:last-child a::after{
    width:0;
}
.lang li a{
    color:black;
    padding: 0 5px;
    font-size:12px;
    transition:0.5s all ease-in-out;
}
#haqqimizda h2 .text_change{
    color:#70bd64;
}
#haqqimizda .text{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-align: left;
    margin: 35px 0;
}
.detailBox{
    bottom: -112px;
    left: -178px;
    box-shadow: 0px 5px 45px 0px rgba(3, 3, 31, 0.15);
    background-color: #fff;
    width: 308px;
    margin: 30px 20px 0px 30px;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    font-size:14px;
}
.etrafli{
    position: relative;
    left: 30%;
    width: 50%;
}
.etrafli img{
    position: absolute;
}
#mehsullar{
    padding-top: 40px;
    background-color:#f7f7f9;
    padding: 50px 0px;
}

#mehsullar .container-fluid{
    position:relative;
}

#mehsullar .bg_white{
    background-color:white;
    padding:40px 0px 40px;
}

.box1{
    position: relative;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
    background: white;
    transition: 200ms all ease-in-out;
    border: 1px solid #dddddd;
    /*height: 360px;*/
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.box1:hover,.single-social-list:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.bg_white .box1 {
    border: 1px solid #efefef;
}
.stiker {
    position: absolute;
    top: 12px;
    left: 31px;
    z-index: 2;
    width: clamp(55px,55px,55px);
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    height: clamp(55px,55px,55px);
    
    background: #7ac5f3;
    color: #ffffff;
    border-radius: 50%;
    border: 3px solid white;
}
.text2{
    color: var(--color2);
    font-weight: bold;
    /*font-size: 13px;*/
    padding: 15px 30px;
}
.detailProduct{
    width:100%;
}
.text2 p{
    font-weight: 900;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic{
    height:280px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pic img {
    width: 100%;
    padding: 40px;
    transition: .3s;
    object-fit: cover;
}
#mehsullar .swiper-slide{
    transition: .4s;
}
#mehsullar .swiper-slide:hover{
    transform:scale(1.05);
}

.swiper-wrapper{
    align-items: center;
}

.box1:hover{
}
.look{
    color: #fff;
    background-color: transparent;
    border:none;
    margin: 15px 0 20px;
    position: relative;
    cursor: pointer;
    transition: .4s;
    opacity:0;
}
.box1:hover .look{
    opacity:1;
}
.look1{
    color: #fff;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}
.look svg rect,.look1 svg rect {
    stroke-width: 2;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    padding: 10px 74px;
}

.look span,.look1 span{
    color:var(--color2);
    position: absolute;
    font-weight: 600;
    font-size: 17px
}

.look:hover svg rect {
    stroke-width: 2;
stroke-dasharray: 185, 285;
    stroke-dashoffset: 238;
}
.look1:hover svg rect{
stroke-dasharray: 185, 285;
    stroke-dashoffset: 463;
    stroke-width: 2;
}

#brendler,#social,#haqqimizda{
    padding: 50px 0;
}
#social{
    background-image: url('../img/social_bg.png');
}
.brendler {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    margin: 0px 40px;
    transition:0.3s;
}
.brendler:hover {
    -webkit-filter: none;
    filter: none;
    opacity:1;
}
.child-inner img{
    height: 100px;
    width: 134px;
    object-fit:contain;
}
.single-social-list i {
    font-size: 40px;
    color: #fff;
    display: block;
}
.single-social-list{
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-clip: padding-box;
    padding: 25px 15px;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}
.facebook,.linkedin {
    background-color: #4359ab;
    background-image: linear-gradient(322deg, #1b408d 0%, #6187d7 100%);

}
.twitter {
    background-color: #009ff3;
    background-image: linear-gradient(322deg, #117ffb 0%, #7fc9fd 100%);
    }
.instagram{
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, red 0%, yellow 100%);
    }
.youtube {
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #c80b0a 0%, #f14443 100%);
    }
.email{
    background-color: #0b0b89;
    background-image: linear-gradient(322deg, #038c59 0%, #31fb8d 100%);
}
.socialArrow{
    border-radius: 19px;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-top:17px;
}
.callbacktext h5,.callbacktext button{
    margin: 0;
    padding: 0;
}
.callbacktext h5{
    font-weight: 900
}
.callbacktext{
    margin-left:20px;
    color:var(--color2) !important;
}
.callbacktext button span{
    color:var(--color2) !important;
    font-size:13px;
}
.single-social-list .socialArrow:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: 500ms all ease;
}
.callbacktext button{
    background: transparent;
}
/*.callback{*/
/*    -webkit-box-pack: center;*/
/*    -moz-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    padding: 9px 35px;*/
/*    border: 1px solid var(--main-color);*/
/*    border-radius: 9px;*/
/*    transition: 0.5s all ease-in-out;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    margin-left: 3%; */
/*}*/
/*.callback::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    -webkit-transition: all 0.5s;*/
/*    -moz-transition: all 0.5s;*/
/*    -o-transition: all 0.5s;*/
/*    transition: all 0.5s;*/
/*    opacity: 1;*/
/*    -webkit-transform: translate(-105%,0);*/
/*    transform: translate(-105%,0);*/
/*    border-right-width: 1px;*/
/*    border-right-style: solid;*/
/*    border-right-color: rgba(255,255,255,1);*/
/*    background-color: rgba(165, 210, 67, 0.68);*/
/*}*/
/*.callback:hover::before {*/
/*    opacity: 0;*/
/*    -webkit-transform: translate(0,0);*/
/*    transform: translate(0,0);*/
/*}*/

footer .widget{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    row-gap:30px;
}
footer .widget ul{
    min-width:120px;
}

footer .widget-last{
    display:flex;
    justify-content: flex-end;
}


footer .widget .title-text{
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px 5px;
    margin: 0px 0px 7px;
    font-size: 15px;
    font-weight: 600;
}

footer .social-icons {
    border-bottom : solid 1px #434343 ;
    display:flex;
    justify-content: space-between;
    padding-bottom: 28px;
    align-items:center;
}

footer .icon{
    display:flex;
}

footer .social-icons  img{
    width: 140px;
    object-fit: cover;
}

footer  .social-icons .icon a:hover{
    background-color: #3d769c;
    border: 2px solid #3d769c;
}


footer .social-icons .icon a:hover i{
  
}

footer .social-icons .icon a{
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
    border: solid 2px #61BE0E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    transition: 0.3s;
    background: #313c51;
    border: 2px solid #697488;
    color:white;
}

.contact{
    display:flex;
    flex-direction: column;
    line-height: 2;
    align-items: flex-end;
}

.contact .siteby {
    transition:0.3s;
}

.contact .siteby:hover{
    color: #bbbbbb;
}

.contact .siteby{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    height: 35px;
    padding: 0 19px 0 19px;
    border: 1px solid #353f52;
    margin-left: 20px;
}

.contact .siteby img{
    margin-bottom: 1px;
    object-fit:cover;
    width: 103px;
}

.contact .copy-date {
   margin: 15px 0px 15px 20px;
   text-align:right;
}

.contact span{
    color:#aeb9cc;
    margin-left: 20px;
   text-align:right;
}

.contact p{
    color:#aeb9cc;
}

.contact .num{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align:end;
    margin-bottom:10px;
    font-family: GilroySemi;
}

.contact .num:hover{
    color:white;
}

.contact i{
    color: #fff;
    font-size: 12px;
    color:#92D546;
}

.contact .e-mail a{
    color:white;
}

.contact .e-mail a:hover{
    color:white;
}

.row {
    justify-content:space-between;
    /*padding-top: 30px;*/
    row-gap:20px;
}

.social-icons a i{
    font-size: 16px;
}

.widget .menu li a{
    color: #fff;
    display: block;
    line-height: 1.6;
    padding: 0 10px 0 0;
    margin-bottom: 4px;
    color: #aeb9cc;
    font-size: 15px;
    transition: 0.3s;
}

.widget .menu li a:hover{
    color:white;
}

footer .widgettitle {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    margin: 0 0 10px;
    padding-bottom: 0;
    text-transform: none;
    font-weight: bold;
}
footer {
    font-size: 12px;
    line-height: 22px;
    background: #000;
    box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 0 60px;
}
footer a{
    color: #fff;
}
#starting-section{
    background-color:#F3F6F9;
    padding: 50px 0px 50px 0px;
}

#starting-section .stg-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

#starting-section .stg-btn i{
    margin-right:10px;
}

#starting-section h1{
    color: #232e43;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: GilroySemi;
}

#starting-section p{
    font-size:15px;
    background:none;
}

#starting-section button{
    font-size:13px;
    padding: 12px 25px;
    border:none;
    border-radius: 3px;
    background-color: #7EBB37;
    font-weight: 500;
    color:white;
    cursor:pointer;
    font-family: GilroySemi;
}

#starting-section button:hover{
    opacity:0.9;
}

#items-section{
    padding: 50px 0px 50px 0px;
    background:#f7f7f9;
}


#items-section  .items-box{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#items-section  .items-box .item{
    width: calc(24% - 0px);
    position:relative;
    overflow:hidden;
    margin-bottom: 15px;
}

#items-section  .items-box .item:hover img{
    transform: scale(1.10);
}

#items-section  .items-box .item a img{
   transition: all 0.3s ease-in-out;
}

#items-section  .items-box .item-text{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

#items-section  .items-box .item-text span{
    margin-bottom: 3px;
    display: inline-block;
    color: white;
    background-color: #51b845;
    padding: 2px 11px;
    font-weight: 600;
    font-size: 11px;
}


#items-section  .items-box .item-text p{
    color: white;
    padding: 7px 5px;
    font-weight: 800;
    font-size: 18px;
}

.overlay {
    background: linear-gradient(transparent, #000000);
    height: 115px;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
}

.overlay2 {
    background: #00000036;
    height: 279px;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
}

#items-section .item a img{
    width: 100%;
    height:266px;
    object-fit:cover;
}

.footer-copyright-text a:hover{
    color:yellow;
    transition: 200ms all ease-in-out
}
.mb1{
    margin-bottom: 30px;
}
.site-footer-bottom {
    padding: 30px 0;
    color: #8b8c8d;
    justify-content: space-between;
    background: #22150c url(../img/footerback.png) center center repeat scroll;
}
.site-footer-bottom .col-md-3,.site-footer-bottom .col-md-9{
    padding: 0 !important
}

.footer-copyright-img {
    float: left;
    margin-top: -13px;
    margin-right: 20px;
}
.footer_nav>li {
    float: left;
    margin-left: 25px;
    position: relative;
}
.footer_nav li a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    display: block;
    padding: 0;
    border-radius: 2px;
    opacity: .8;
}
.social-icons-li {
    display: inline-block;
    margin-right: 10px;
}
.textwidget  .fa-map-marker-alt{
    margin-right: 5px
}
.slidetext{
    position: absolute;
    z-index: 99;
    width: 400px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    bottom: 60px;
    left: 9%;
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display:none;
}
#text_contact-1{
    display: flex;
    justify-content: flex-end;
}
.footer-copyright-link{
    text-align: center;
}
.footer-copyright-link img{
    padding: 40px 0
}
.zn_footer_nav-wrapper li a span:after,.navbar-nav .forhover span:after{
    content: '';
    display: block;
    margin-top: 5px;
    background-color: #ffffff;
    transition: all 300ms cubic-bezier(1.000,0.000,0.600,1.000);
    position:absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0.8;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.navbar-nav .forhover span:after{
    background-color:#3798da;
}
.zn_footer_nav-wrapper li:hover span:after,.navbar-nav .forhover:hover span:after{
    transform: scaleX(1);
}
/*Score style*/
#score {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.info {
    background: rgba(0, 0, 0, 0.7);
    padding: 68px 0;
}
.iconbox-wrap-text {
    color: #aaa;
    font-size: 16px;
}
.iconbox-wrap-content h3{
    color:var(--color1);
    font-size: 20px;
    margin:0;
}
.iconbox-wrap-icon{
    color: #5ba80f;
    font-size: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.iconbox-wrap-icon i{
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    width: 70px;
    margin: 0 auto;
    margin-top: -11px;
    padding-right: 10px
}
.iconbox-wrap-content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.cat{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    color: #222;
    background: rgb(230, 255, 190);
    line-height: 18px;
    padding: 5px 7px;
    z-index: 2;
    font-weight: bold;
}
/*Higlight CSS*/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
/*end*/
/*Haqqimizda style*/
.haqqimizda{
    font-size: 15px;
}
.pd0{
    padding:0;
}
.heading{
    background: linear-gradient(0deg,rgb(0 0 0),rgb(0 0 0 / 0%)),url(/img/lab-quality-assurance-l.jpg) no-repeat center/cover;
    padding: 70px 60px 150px;
    color: white;
    height: 450px;
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
}
.mygri2{
    transform: translateY(-52px) !important;
    grid-template-columns:33% 33% 33% !important;
    display:grid !important;
    gap:40px;
    justify-content:center;
}
.mygri2 img.myproimg{
    width:100%;
    height: 86px;
    object-fit:cover;
    margin:0 !important;
}
.heading-text{
    width:90%;
    margin:0 auto;
}
.heading h1{
    position: relative;
    z-index: 10;
    font-weight: 800;
    color: #fff;
    text-align: start;
}
.heading ul{
    display:flex;
    gap:7px;
    margin: 0 0 10px;
}
.heading ul li,.heading ul li a{
    color: #fff;
    font-weight: 800;
    font-size: 16px;
}
.static-box{
    width: 90%;
    margin: 0 auto;
    transform: translateY(-130px);
    background: #fff;
    border-radius: 10px;
    font-family: Gerbera;
    padding: 55px 15px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.static-images img{
    width: 80%;
    margin: 0 auto 35px !important;
    display: block;
    height: 250px;
    object-fit:cover;
    border-radius: 10px;
}
.myaboutgrid .static-images p{
    width: 90%;
    margin: 0 auto;
}
.haqqimizda .container{
    margin: 20px auto;
}
.mehsullarContent #dle-content{
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
/*Contact*/
#contactPage{
    margin: 157px 0 20px 0;
}
#contactPage .footer-list{
    padding:0;
    list-style-type: none;
}
#contactPage .divider-light{
    background: #ddd;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
#contactPage .footer-list .flex{
    display:flex;
    justify-content:space-between;
    padding:17px 0;
}
#contactPage .footer-list .flex span{
    min-width:63px;
}
#contactPage .footer-list .flex li{
    text-align:right;
}
#contactPage .page-content .section-title{
    margin:25px 0;
    text-transform:uppercase;
    font-weight:900;
}
#contactPage .page-content .customdivider{
    margin-bottom:50px;
}

.page-content{
    padding-left:15px !important;
    padding-right:15px !important;
}
@media only screen and (max-width:767px){
#contactPage iframe{
    height:500px;
}
}


.mymap {
    width: 100%;
    height: 470px;
    text-align:center;
}
.mymap p{
    border:none;
    display:inline-block;
    cursor:pointer;
    margin:0 20px 30px;
    border-radius:4px;
    padding:10px 25px;
    border: 1px solid #0f66a0;
    color:#000;
    outline:none;
    transition:.4s;
}
.mymap p:hover{
    background: #0f66a0;
    color: #fff;
    box-shadow:0 0 10px #0f66a0;
}
#map {
    height: 70%;
}
#map2 {
    display:none;
     height: 70%;
}
.category{
    color: #202020!important;
    font-weight: bold;
}
.category-inner{
    border: 1px solid #dfdfed;
    margin-bottom: 10px;
    padding: 0 30px;
    text-align:center;
    min-height: 180px;
}
.category-inner:hover{
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pad91{
    padding: 30px 91px;
}
.fullstory{
    padding: 50px 100px;
}
.fullstory img{
border-radius: 5px;
border: 1px solid #efefef;
padding: 5px;
    max-width: 100%;
}
.fullstory .col-md-6 .masha_index {
    background-color: #efefef; 
    width: 100%;
    display: block;
    margin: 5px 0;
    height: 1px;
}
.fullstory .crop{
    display:none;
}
.address span{
    display:block;
    margin-bottom:10px;
}
.pic{
    height:280px;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-mt{
    margin: 167px 0 0 0;
}
@media only screen and (max-width:992px){
.static-mt{
    margin: 85px 0 0 0;
}
    
}
.staticContent{
    padding:50px 30px;
    display:grid;
    grid-template-columns: 32% 32% 32%;
    gap:20px;
}
.staticContent img{
    border-radius: 5px;
    object-fit:cover;

}
.staticContent .quote .crop{
    width: 360px;
    max-height: 230px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border-radius:5px;
}
.staticContent .quote .crop img{
    width: 100%;
}
.fixed-nums{
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: none;
}
.fixed-nums .col-12{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp{
  height: 100%;
  text-align: center;
  background-color: #0DC143;
  color: #fff;
  padding: 18px 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.wp a{
  color: #fff;
  text-decoration: none;
  display:block;
  cursor: pointer;
}

#best-prices{
    padding: 50px 0px;
}
.main .row{
    align-items: center;
}
.main .row .iframe{
    transform:translateY(-10px);
}
#best-prices .title-text{
    color: black;
    font-size: 34px;
    line-height: 32px;
    text-align:center;
    margin-bottom: 38px;
}

#best-prices p{
   font-size: 15px;
   font-weight:600;
   line-height: 22px;
   text-align:center;
   margin-bottom: 40px;
}

#best-prices  img{
    object-fit:cover;
}

#best-prices .big-icons{
    padding: 0;
    margin: 0;
    line-height: 2.3;
}

#best-prices .big-icons li{
    background-image: url("../img/verification_i.png");
    background-repeat: no-repeat;
    background-size: auto;
    padding:0 0 20px 30px;
    font-family:Calibri;
    line-height:29px;
    background-position-y: 7px;
    font-size: 15px;
}
#best-prices .big-icons li:last-child{
    padding:0 0 0 30px;
}

#best-prices span{
    font-size: 22px;
    margin-top: 24px;
    font-weight:600;
    color: black;
    margin-bottom: 20px;
    display: block;
}

#best-prices .zengedek span{
    margin:0;
    font-size: 15px;
    color: white;
    padding: 3px 40px;
}

#best-prices .about h6{
    font-size: 13px;
    color: #525c70;
    margin-bottom:0;
    opacity: 0.7;
}

#best-prices .about::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    top: -5px;
    left: 46.6%;
    border-top: solid;
    border-left: solid;
    border-width: 1px;
    border-color: rgba(34, 124, 218, 0.1);
}

#best-prices .qn-mark:hover .about {
    opacity: 1;
    visibility: visible;
}

#best-prices .about{
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    left: 142px;
    bottom: 26px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    background: #fff;
    max-width: 340px;
    min-width: 340px;
    padding: 20px 27px 21px;
    position: absolute;
    transition: opacity 0.2s ,0.3s; 
    font-size: 12px;
}

#best-prices .prices h1{
    color: #525c70;
    font-size: 28px;
    margin-right: 15px;
    font-family: GilroySemi;
}

#best-prices .prices{
    display: flex;
    margin: 37px 0px 0px;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

#best-prices .prices .qn-mark{
    background-image: url(../img/help_icon_big.png);
    background-size: auto;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

#best-prices .buttons{
    display: flex;
    font-family: GilroySemi;
}

#best-prices .buttons .btn_block {
    background: #3798da;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 17px;
    padding: 6px 0px;
}

#best-prices .buttons .zengedek{
    border: 2px solid #7EBB37;
    font-size: 13px;
    border-radius: 3px;
    background-color: #7EBB37;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

#best-prices .buttons .btn_block  a{
    padding: 6px 20px;
}
  
#best-prices .buttons .btn_block:first-child{
    margin-right:10px;
}

#best-prices .buttons .btn_block:first-child:hover{
   background:#5a7095;
}

#best-prices .buttons .btn_block:nth-child(2):hover{
    border: 2px solid #1970c9;
    background-color:white;
}

#best-prices .buttons .btn_block:nth-child(2):hover span{
    color:#3798da;
}

#best-prices .buttons .btn_block a{
    font-size: 15px;
    color: white;
    padding: 6px 40px;
}

#slider .carousel-item .bg-image{
    position:absolute;
}



#slider .carousel-inner{
    height: 650px;
}

#slider .carousel-inner .carousel-item{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 650px;
    top:0;
}

#slider .carousel-inner .carousel-item .row{
    justify-content: center;
    align-items: center;
}

#slider .carousel-inner .carousel-item .box-text h1{
    font-size: 40px;
    padding-bottom: 25px;
    color:#232e43;
    font-family: GilroySemi;
}

#slider .carousel-inner .carousel-item .content{
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider .carousel-inner .carousel-item  .box-img{
    display: flex;
    justify-content: center;
}

#slider .carousel-inner .carousel-item .box-img .large-img{
    width:100%;
    height:460px;
}

#slider .carousel-inner .carousel-item .box-img .large-img img{
    object-fit:contain;
    height:460px;
}

#slider .carousel-control-prev, .carousel-control-next {
    font-size: 46px;
    color: rgba( 0, 0, 0, 0.7 );
    width: 4%;
    transition: 0.3s;
    /*opacity: 0;*/
    /*visibility:hidden;*/
}

#slider .carousel-inner .carousel-item:hover + .cr-icon{
    opacity: 1;
    visibility:visible;
}

#slider .carousel-control-next:hover {
    color: #232E43;
}

#slider .carousel-control-prev:hover {
    color: #232E43;
}

#slider .carousel-inner .carousel-item .container{
    position: fixed;
    bottom: 0;
}

#slider .carousel-inner .carousel-item .box-text p{
    font-size: 15px;
    color:#232e43;
    background: none;
}

#slider .carousel-inner .carousel-item .box-text a{
    z-index: 999;
    position: fixed;
    bottom: 50px;    
}

#slider .carousel-inner .carousel-item .box-text a{
    background: #3798da;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 24px;
    padding: 6px 0px;
}

#slider .carousel-inner .carousel-item .box-text a{
    font-size: 15px;
    color:white;
    padding: 6px 20px;
    font-family: GilroySemi;
}

#slider .carousel-inner .carousel-item .box-text button:hover{
    background:#5a7095;
}

#news-section{
    padding: 50px 0px 50px;
}

#news-section .titles h3{
    display: inline-block;
    margin: 0px 38px 0px 0px;
    font-size: 20px;
    color: #1d1a1a;
    line-height: 30px;
    font-weight: 600;
}

#news-section .titles{
    margin-bottom: 24px;
}

#news-section .sub-part{
    width: 100%;
    background-color: #979595;
    padding: 30px 34px 24px;
}

#news-section .sub-part .msg-img{
    width: 57px;
    height: 57px;
    background: url('../img/icons_wish.png') -2px -111px no-repeat;
    float:left;
    margin-top: 17px;
    margin-right:30px;
}

#news-section .sub-part .form input{
    background: #f7f7f7;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 12px;
    padding: 8px 13px 7px;
    width: 62%;
    outline:0;
    margin-right: 5px;
    margin-bottom: 11px;
}

#news-section .sub-part .form {
    display:flex;
    margin: 22px 0 0;
}

#news-section .sub-part .form button{
    color: #ddd;
    border: 1px solid #ddd;
    background: none;
    padding: 7px;
    font-size: 11px;
    border-radius: 2px;
    text-transform:uppercase;
    margin-bottom: 11px;
    transition: 0.2s;
    cursor:pointer;
}

#news-section .sub-part .form button:hover{
    border-color: #b3b3b3;
    background: #b3b3b3;
    color: #fff;
}

#news-section .top-block .text{
    padding-left: 87px;
}

#news-section .sub-part .sub-title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 8px
}

#news-section .sub-part p{
    font-size: 11px;
    opacity: 0.65;
    color: #fff;
    line-height: 16px;
}


#news-section .titles .all-news{
   font-size: 12px;
   color:#8d8b8b;
   text-decoration: none;
}

#news-section .news-box .news-img img{
    width: 90px;
    height: 90px;
    margin-top: 5px;
    object-fit:cover;
    margin-right: 20px;
}

#news-section .news-box{
    display:flex;
}

#news-section .news-box .news-text .news-link{
    text-decoration: none;
    margin: 1px 0px 0px;
    font-weight: 500;
    display: block;
    color:#8d8b8b;
    font-size: 13px;
    transition: 0.3s;
    margin-bottom: 5px;
}


#news-section .news-box .news-text .news-link:hover{
    text-decoration: underline;
    color:black;
}

#news-section .news-box .news-text .short-summary{
    color:#888888;
    font-size: 12px;
}


#news-section .news-box .news-text .news-date{
   font-size: 12px;
   color:#8d8b8b;
}

#stores-and-warehouses {
    position:relative;
    padding: 40px 0px 80px 0px;
}

#stores-and-warehouses .layer{
    width: 100%;
    height: 100%;
    background-image: url(../img/map_large.png);
    opacity: .07;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
}

#stores-and-warehouses .item-block{
    background-color: white;
    display: flex;
    width: calc(24% - 0px) ;
    height: 204px;
    padding: 19px 25px 19px 19px;
    border: 1px solid #FFF;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#stores-and-warehouses .all-map .marker{
    display:block;
    width: 53px;
    height: 58px;
    background: url(../img/icons_wish.png) -61px -4px no-repeat;
    padding: 32px;
}

#stores-and-warehouses .all-map span{
    font-size: 14px;
    line-height: 18px;
}

#stores-and-warehouses .all-map{
    background-color: #A8A8A8;
    color: white;
    padding: 19px 25px 19px 25px;
    align-items: center;
}

#video-section{
    padding: 40px 0px 40px;
}

#video-section .yt-video .item:hover{
    opacity: 0.8;
}

#video-section .yt-video .item{
    cursor: pointer;
    height: 140px;
    border-radius: 7px;
    overflow: hidden;
    width: calc(24% - 0px);
    position: relative;
}

#video-section .yt-video .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-section .yt-video .item i:hover{
       background-color: rgba(0,0,0,.3); 
}

#video-section .yt-video .item i{
    position: absolute;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 100%;
    padding: 12px 16px;
    height: 50px;
    width: 50px;
    color: white;
    font-size: 25px;
}

#video-section .owl-carousel .owl-item img{
    height:100%;
    object-fit: cover;
}

#video-section .yt-video{
    margin: 20px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#video-section h2{
    font-size: 23px;
    padding:0 10px;
}  

#video-section .open-video{
    color: #fff;
    font-size: 15px;
    background-color: #83b143;
    border-radius: 55px;
    text-align: center;
    box-shadow: 0 19px 15px 0 rgba(92,103,117,.15);
    position: relative;
    top: 0;
    left: 0;
    font-weight: 500; 
    border:none;
    transition:0.3s;
    display:flex;
}

#video-section .open-video:hover{
    background-color: #678c34 !important;
    color: white !important;
}

#video-section .open-video a{
    color:white;
    padding: 8px 30px;
    display:block;
}

#video-section .owl-carousel .owl-nav{
    display: block;
    position: absolute;
    right: 0;
    margin-top: 21px;
}

#video-section .owl-carousel .owl-nav button span{
    top: -4px;
    position: absolute;
    left: 15px;
    font-size: 28px;
    color: #787b7e;
}

#video-section .owl-carousel .owl-nav button{
    position: relative;
    border: 1px solid #cdcaca;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

/*#video-section .owl-carousel.owl-drag .owl-item{*/
/*    position:absolute;*/
/*    left:50%;*/
/*    transform: translate(18%, 0%);*/
/*}*/

#mehsullar{
    position:relative;
}

#mehsullar .container{
    position:relative;
}

#mehsullar .container-fluid .logoimg{
    /*width:100%;*/
    object-fit: contain;
    height:100%;
    transition:0.3s;
}

#mehsullar .container-fluid .logoimg:hover{
    filter: grayscale(1);
    opacity:0.3;
}


#mehsullar .bg_white .logoimg{
    width: 70px;
    object-fit: contain;
    transition:0.3s;
}
#map img{
    object-fir:contain !important;
}
#mehsullar .bg_white .logoimg:hover{
    filter: grayscale(1);
    opacity:0.3;
}

#mehsullar .owl-carousel{
    position: relative;
}

#mehsullar .owl-carousel .owl-nav{
    display: flex;
    position: absolute;
    top: -40px;
    right: 0;
}

#mehsullar .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome'!important;

}
#mehsullar .owl-carousel .owl-nav .owl-prev:before{
    content: "\f053";
    font-size: 19px;
    margin-right: 2px;
}
#mehsullar .owl-carousel .owl-nav .owl-next:after{
    content: "\f054";
    font-size: 19px;
    margin-left: 2px;
}


#mehsullar .owl-carousel .owl-nav button:hover{
    background-color: #979595;
    color:white;
}

#mehsullar .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 38px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: 0.3s;
    -webkit-appearance: none;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mehsullar .owl-carousel .owl-nav  span{
    line-height:0;
    font-size: 35px;
    -webkit-appearance: none;
    margin-bottom: 3px;
    display:none
}


.close{
    opacity:1;
}

.close span{
    color:  rgb(15 102 160 / 46%) !important;
    font-size: 40px;
}
.modal-header{
    align-items:center;
}
.modal-header .close{
    margin-right:0px;
}

.custom-content{
    position: absolute;
    left: 0;
    color: #333333;
    text-shadow: none;
    background-color: #e5e5e5;
}

#stores-and-warehouses .item-block .store-text{
    display:flex;
    margin-bottom: 6px;
    justify-content:space-between;
}

#stores-and-warehouses .main-block{
    position:relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

#stores-and-warehouses .title{
    font-size: 20px;
    color: #1d1a1a;
    font-weight: 600;  
    padding: 0px 0px 30px;
}

#stores-and-warehouses .icon {
    background-image: url(../img/mapmark1.png);
    width: 13px;
    height: 13px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#stores-and-warehouses .item-block .text{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#8d8b8b;
    transition: 0.2s
}

#stores-and-warehouses .item-block .text:hover{
    color: #1d1a1a;
}
.item-block-my-p{
    font-size:15px;
}
#stores-and-warehouses .item-block a{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#stores-and-warehouses .store-text span:first-child{
    margin-right: 10px;
    color:#888888;
}

#stores-and-warehouses .store-text span:nth-child(2){
    color:#131313;
}


#stores-and-warehouses .store-text span{
    color: #8e8c8c;
    float: left;
    line-height: 20px;
    font-size: 12px;
}

.comparison{
    display:flex;
}

.comparison img{
    width:16px!important;
    object-fit:cover;
    height: 16px;
}

.collapsing-box h6{
    color: #191919;
    line-height: 1.2;
    font-size: 13px; 
    text-align: left;
}
    
.favorites{
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.comparison{
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.collapsing-box span{
   margin-left: 5px; 
    
}

.collapsing-box{
    padding: 0px 16px 10px 16px;
    position: absolute;
    top: 295px;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
    background: white;
    transition: 200ms all ease-in-out;
    border: 1px solid #dddddd;
    border-top: none;
    height: 0;
    visibility: hidden;
}

.flexbox{
    display:flex;
    justify-content: space-between;
}
    
.carousel-product .item{
    position:relative;
}

.carousel-product .item:hover .collapsing-box{
   height:100%;
    opacity: 1;
    visibility: visible;
}

footer .widget .title-text {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px 5px;
    margin: 0px 0px 7px;
    font-size: 15px;
    font-weight: 600;
    font-family: GilroySemi;
}

.widget .menu li a {
    display: block;
    line-height: 1.8;
    padding: 0 10px 0 0;
    margin-bottom: 4px;
    color: #aeb9cc;
    transition: 0.3s;
}

#best-prices .image .gradinet-box {
    background: linear-gradient(150deg, #3798da, #000d15);
    border-radius: 50%;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 20px;
}

.youtube-iframe{}

.yt-video .item iframe{
    width:100%;
    height:100%;
    border-radius: 7px;
}

.video-active{
    z-index: 2001;
    width: 700px!important;
    height: 400px!important;
    margin-right: 10px;
    position: fixed!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding:15px;
}

#mehsullar .container-fluid .mini-box{
    display: block;
    font-size: 15px;
    width: max-content;
    border-radius: 5px;
    padding: 5px 16px;
    height: 42px;
}
.product-head{
    display:flex;
    align-items:center;
    gap:20px;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 0 0 0 30px;
}
.product-head-with-logo{
    display:flex;
    align-items:center;
    row-gap:20px;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.product-head-with-logo{
    /*transform:translateX(-41%)*/
}
.mySwiper2{
    padding: 40px 30px 0!important;
}

.
.bloglar-head-link{
    text-align: end;
}
.product-head-link{
    position:relative;
    padding:10px 0;
    width: fit-content;
}
.product-head-link::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1.5px;
    background:#2272a8;
    animation-duration: .8s;
     animation-name: productLink100;
     transition:.8s;
    animation-fill-mode: forwards;
}
.product-full{
    width:100%;
}
@keyframes productLink100{
    0%{width:0%;}
    100%{width:100%;}
}
@keyframes productLink{
    0%{width:100%;}
    20%{width:0%;}
    50%{width:20%;}
    100%{width:0%;}
}
.product-head-link:hover::after{
        animation-name: productLink;
}
.swi-buttons{
    display:flex;
    padding:25px 0;
    gap: 15px;
    justify-content:flex-end;
    align-items:center;
}
.swi-buttons button{
    width: 40px;
    height: 40px;
    border-radius:50%;
    background:#fff;
    box-shadow: 0 0 16px 6px #eeeeee;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    outline:none;
    cursor:pointer;
    transition: .4s;
    
}
.swi-buttons button:hover{
    background: #0f66a0;
    color: #fff;
    box-shadow: 0;
}
@media only screen and (max-width:860px){
    .product-head-with-logo{
        transform:inherit;
    }
    .product-head{
        width:100%;
    }
    .product-head-link{
        text-align:start;
    }
}
/*#mehsullar .container-fluid .mini-box::before{*/
/*    content: "";*/
/*    width: 13px;*/
/*    height: 13px;*/
/*    position: absolute;*/
/*    background-color: white;*/
/*    display: block;*/
/*    transform: rotate(45deg);*/
/*    top: 14px;*/
/*    left: -8px;*/
/*    border-bottom: solid;*/
/*    border-left: solid;*/
/*    border-width: 2px;*/
/*    border-color: white;*/
/*}*/

#mehsullar .bg_white .mini-box{
    border: solid 2px #f7f7f9;
    display: block;
    font-size: 15px;
    width: max-content;
    border-radius: 5px;
    padding: 5px 16px;
    position: absolute;
    top: -5px;
    right: 236px;
    height: 42px;
    
}

#mehsullar .bg_white .mini-box::before{
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    background-color: #ffffff;
    display: block;
    transform: rotate(45deg);
    top: 14px;
    left: -8px;
    border-bottom: solid;
    border-left: solid;
    border-width: 2px;
    border-color: #f7f7f9;
}

.collapse:not(.show){
    display:none!important;
}

.right-menu{
    width: 500px;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background-color: white;
    z-index: 99999;
    transition: 0.3s;
    overflow-y: overlay;
    display:none;
}

.right-menu .mobile-menu .navbar-navs .areas-menu{
    display:none;
    padding-left: 40px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu{
    display:none;
    padding-left: 15px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li{
    font-family: GilroyReg;
    letter-spacing:0;
    font-size:13px;
    border-bottom: solid 1px #dddddd;
    padding: 10px 0px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li:last-child{
    border:none;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu a i{
    margin-left: 7px;
    margin-top: 2px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu .nav-menu .menu{
    display:none;
    padding-left: 15px;
}

.sub-menu .nav-menu {
    background: #fff;
}

.right-menu .mobile-menu .navbar-navs .nav-item:first-child{
    border-top: solid 1px #dddddd;
}

.right-menu .mobile-menu .navbar-navs .nav-item{
    font-weight: bold;
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
    font-family: GilroySemi;
    text-align:left;
    line-height: 3;
    border-bottom: solid 1px #dddddd;
}
.last-item{
    background: linear-gradient(0deg,rgb(123 121 121 / 113%),rgb(221 221 221 / 85%)58%);
    display:flex;
    justify-content:center;
    align-items:center;
}
.last-item p{
    /*color: #000 !important;*/
}
.last-item img{
    width: 100% !important;
    margin:0 auto;
}
.last-item-img{
    height:140px !important;
}
.sobsis{
    height:110px !important;
}
.right-menu .mobile-menu .navbar-navs .nav-item .nav-link {
    padding:0;
}

.right-menu .mobile-menu .navbar-navs{
    width:100%;
    padding: 20px 20px 40px 20px;
}

.right-menu .mobile-menu .close-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-menu .mobile-menu .close-icon .logo{
    width: 60px;
}
.right-menu .mobile-menu .close-icon i{
    font-size: 32px;
    cursor: pointer;
    font-weight: 600;
}
.mobile-menu .mysearch-section{
    padding-left: 20px;
    width: fit-content;
}
.right-menu .mobile-menu .close-icon{
    margin: 20px;
    text-align: end;
}
.mobile-numbers{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.mobile-numbers a i{
    font-size: 12px;
    color: #92D546;
}
.mobile-numbers .num{
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}
.right-menu::-webkit-scrollbar-thumb {
    background: #d5b268;
}

.right-menu::-webkit-scrollbar{
    width:6px;
}

/*.right-menu .mobile-menu{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

.mobile-menu .icon{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}


.mobile-menu .icon a:hover{
    background-color: #3d769c;
    border: 2px solid #3d769c;
}


footer .social-icons .icon a:hover i{
  
}

.mobile-menu .icon a{
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
    border: solid 2px #61BE0E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    transition: 0.3s;
    background: #313c51;
    border: 2px solid #697488;
    color:white;
}
.mobile-menu .mysearch-section{
    padding-left: 20px;
    width: fit-content;
}
#brendler .basliq{
    margin-bottom:0px;
}







/*Media queries*/
@media (min-width: 1200px){
 #social .container {
    max-width: 820px;
}
#nav{

    background-size: cover
}
}
my-d{
    padding: 15px 0;
}
@media only screen and (max-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
    font-size:13px;
}
.my-width{
    min-width:inherit !important;
    z-index: 999;
}
.container .navbar-nav .nav-item .mega-nav .sub-menu .nav-menu a{
    font-size: 12px;
    padding: 10px 3px;
}
.my-dropdown:hover .my-dropdown-content{
    top: 50px !important;
}
}
.my-dropdown:hover .my-direct{
    top: 35px !important;
}
@media only screen and (max-width: 767px) {
    #header .col-md-4,#header .nav2{
        justify-content: center;
        text-align: center !important;
    }
    .callback{
        justify-content: center;
        margin: 0 auto;
        padding: 5px;
        position: absolute;
        top: 21px;
        right: 15%;
        left:40%;
    }
    .callbacktext h5{
        font-size: 16px
    }
    .callbacktext span{
        font-size: 14px
    }
    .slidetext,.detailBox{
        display: none
    }
    .etrafli,.etrafli img{
        position: static;
        width: 100%
    }
    #mehsullar {
     margin-top: 0; 
     padding: 50px 0px;
    }
    .single-social-list{
        margin-bottom: 30px
    }
    .ot .mb1{
        text-align: center;
    }
    #text_contact-1 {
    justify-content: center;
    }
    .bottom{
        display: block;
        text-align: center;
    }
    footer .social-icons{
        float: none;
        margin: 5px 0
    }
    .foot{
        display: block;
    }
    .footer_nav>li {
     float: none; 
    margin-left:0;
    }
    #header .col-lg-4:first-child,#header .col-lg-4:last-child,.callbacktext span{
        display: none
    }
    .callbacktext {
    margin-left: 7px;
    }
    .navbar-toggler{
        padding: 0;
    }
    .iconbox{
    margin: 20px auto;
    }
    .navbar-brand img {
    max-height: 35px;
    }
    .logotext {
    font-size: 12px;
    }
    .zengedek img{
        height: 30px;
    }
    .forhover {
    padding: 22px 0;
    text-align:center;
    }
    .iconbox-wrap-icon {
    font-size: 27px;
    }
    .iconbox-wrap-text {
    font-size: 12px;
    }
    .iconbox-wrap-content h3 {
    font-size: 15px;
    }
    .iconbox-wrap-icon i {
    width: 46px;
    }
    .footer-copyright-text{
        margin: 10px 0
    }
    .mehsullarContent .pad91 {
    padding:  30px 18px;
    }
    .box1 .pic img {
    width: 182px!important;
    padding:0px!important;
    }
    #mehsullar .bg_white{
        padding: 40px 15px;
    }
    .address span,.address a {
    display: block;
    }
    footer .widgettitle {
    margin: 0 0 22px;
    }
    .footer_nav li a{
        padding: 10px 0;
    }
    .fullstory img{
    max-width: 100%;
    margin-bottom: 22px;
    }
    .fullstory{
        padding: 20px;
    }
    .fullstory .col-md-12{
        text-align:center !important;
    }
    .mehsullarContent #dle-content{
    margin:15px -15px;
    }
    .staticContent img{
        width:100%;
    }
    .staticContent .quote .crop {
    padding: 0 7px;
    max-height: inherit;
    margin-bottom: 20px;
    width:100%;
    }
  /* #items-section .items-box .item{*/
  /*  width: calc(100% - 0px)!important;*/
  /*}*/
  #brendler .tabs{
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .brendler{
    width: calc(33% - 0px);
    margin:0;
  }
  #best-prices .main .row {
      flex-direction:column;
      align-items: center;
  }
  #best-prices .main .why-we-part {
      display:flex;
      flex-direction:column;
      align-items: center;
  }
  #best-prices .main .big-icons{
      display: flex;
      flex-direction: column;
  }
  #best-prices .main .prices h1{
      font-size: 16px;
  }
  #best-prices .main .prices .qn-mark{
      display:none;
  }
  #best-prices .main .prices{
      margin: 25px 0px 0px;
  }
  #stores-and-warehouses .item-block{
      width: calc(100% - 0px)!important;
      align-items: center;
  }
  #stores-and-warehouses .store-text span{
      font-size: 14px;
  }
  #video-section .yt-video .item{
    width: calc(100% - 0px)!important;
    height: 170px;
  }
  #starting-section h1{
    font-size:18px;
    margin-bottom: 8px;
    text-align:center;
  }
  #starting-section p{
    text-align:center;
  }
  #starting-section button{
    padding: 12px 13px;
  }
  #starting-section .stg-btn i{
      margin-right:5px;
  }
  footer .widget{
    /* flex-direction: column;*/
    /*align-items: center;*/
    display:none;
  }
  footer .widget .menu{
      width:auto!important;
      margin-bottom: 40px;
      text-align:center;
  }
  footer .contact{
      align-items:center;
  }
  footer{
      padding: 30px 0 100px;
  }
  footer .widget .menu li a{
      padding:0;
      font-size:13px;
  }
  #mehsullar .mini-box{
      display:none!important;
  }
  .basliq{
      font-size: 20px;
  }
  .look{
      margin-top:0px;
  }
  #starting-section .stg-btn{
      margin-top:15px;
      justify-content:center;
  }
  #slider .carousel-inner .carousel-item .box-img .large-img .car-img{
      width: 250px!important;
      height:220px!important;
  }
  #slider .carousel-inner .carousel-item .box-img .large-img{
    display: flex;
    justify-content: center;
  }
  #slider .carousel-inner .carousel-item .row{
      flex-direction: column-reverse;
  }
    #slider .carousel-inner .carousel-item .box-text{
      text-align:center;
  }
  #slider .carousel-inner .carousel-item .box-text h1{
    font-size: 20px!important;
    margin-top: 30px;
    padding:0px 20px;
    margin-bottom: 30px;
  }
  #slider .carousel-inner .carousel-item .container{
      position: absolute;
      top: 30px;
  }
  #slider .carousel-control-prev{
      left:16px;
      /*top: 70px;*/
  }
  #slider .carousel-control-next{
      right:16px;
      /*top: 70px;*/
  }
  .pic{
      justify-content:center;
      padding-top:0px!important;
  }
  .stiker{
    left: 10%;
    top: 20px;
  }
  .box1{
      padding-top:30px;
  }
  .video-active{
     height: 335px!important;
  }
  #nav .logoimg{
      display:none;
  }
  .navbar-nav .nav-item .mega-nav{
      display:none
  }
  .navbar-nav .nav-item .areas-menu{
       display:none
  }
  /*#best-prices span{*/
  /*    margin-top:20px!important;*/
  /*}*/
  #slider .cr-icon i{
      font-size:30px;
  }
  #slider .carousel-inner .carousel-item .container{
      padding: 20px 15px!important;
  }
  #best-prices p{
      font-size:13px;
  }
  #slider .carousel-inner .carousel-item .box-text p{
      display:none;
  }
  #mehsullar .owl-carousel .owl-nav .owl-next span{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    -webkit-appearance: none;
    transform: translate(-50%, -50%);
  }
    #mehsullar .owl-carousel .owl-nav .owl-prev span{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    -webkit-appearance: none;
    transform: translate(-50%, -50%);
  }
  #mehsullar .owl-carousel .owl-nav button.owl-next{
    width: 52px!important;
    height: 52px!important;
    top: 36%;
    color: white;
    border-radius: 50%;
    border: 7px solid white;
    position: absolute;
    transition: 300ms all ease;
    background-color: #e8e8e8;
    opacity: 1;
    right: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mehsullar .owl-carousel .owl-nav button.owl-prev{
    width: 52px;
    height: 52px;
    top: 36%;
    color: white;
    border-radius: 50%;
    border: 7px solid white;
    position: absolute;
    transition: 300ms all ease;
    background-color: #e8e8e8;
    opacity: 1;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mehsullar .owl-carousel .owl-nav{
      position:static;
  }
  #mehsullar .owl-carousel .owl-nav button:hover{
      background-color:#7ac5f3;
  }
  .right-menu{
      width:80%;
  }
  #mehsullar .container{
      padding: 0px 25px;
  }
  /*.right-menu .mobile-menu .navbar-navs{*/
  /*    padding:20px 0px;*/
  /*}*/
  .right-menu .mobile-menu .navbar-navs .nav-item{
    font-size: 17px;
    line-height: 2.5;
  }
  footer .social-icons img{
      max-width:200px;
  }
  #best-prices{
      padding-top: 0;
  }
  .right-menu .mobile-menu .navbar-navs .nav-item .sub-menu{
      line-height: 1.5; 
  }
}



@media (max-width: 991px) { 
    .fixed-nums{
    display: block;
  }
  .foot{
      margin-bottom: 30px;
  }
  #items-section .items-box .item{
    width: calc(49% - 0px);
  }
  #stores-and-warehouses .item-block{
      width: calc(49% - 0px);
      margin-bottom: 15px;
      align-items:center;
  }
  #stores-and-warehouses .title{
    text-align: center;
    font-size: 26px;
  }
  #video-section .yt-video .item{
    width: calc(49% - 0px);
    margin-bottom: 15px; 
  }
  .qn-mark{
      display:none;
  }
  #starting-section button{
      padding: 12px 20px;
  }
  #best-prices span{
      margin-top:40px;
      margin-bottom:10px;
  }
  #best-prices .prices{
      margin-top:20px 0px 0px;;
  }
  .pic img{
      width: 236px!important;
      padding:30px;
  }
  #video-section .open-video{
      font-size:13px;
      margin: 0 auto;
  }
  #video-section .open-video a{
      padding:8px 14px;
  }
  #slider .carousel-inner .carousel-item{
      height:100%;
      align-items: flex-end;
  }
  #slider .carousel-inner {
    height: 455px;
   }
   .text2{
       padding: 0 20px;
   }
   #slider .carousel-inner .carousel-item .box-text a{
       position: inherit;
   }
  /*  .box1{*/
  /*      height: 300px;*/
  /*      display: flex;*/
  /*      flex-direction: column;*/
  /*      justify-content: space-between;*/
  /*}*/
    #basliq .container-fluid hr{
      display:none!important;
  }
    #nav{
    padding:0;
    background-color: white;
    top: 0;
    box-shadow: 0 1px 1px rgba(40, 50, 68, 0.1);
    padding-top: 0 !important;
  }
    #nav .head{
      display:none;
  }
  .container .navbar{
      display:flex;
      padding: 8px 0px!important;
  }
  .container .navbar .tel{
      display:block!important;
      justify-content: space-between;
  }
  #items-section .item a img{
    height: 166px;
  }
  #nav .m-logo {
    display:block;
    padding-right: 20px;
  }
  #nav .registrationn{
      margin:0;
  }
  .container .navbar-nav{
      display:none;
  }
  .right-menu{
      display:block;
  }
  #mehsullar .container-fluid .mini-box{
    display:none;
  }
  #mehsullar .bg_white .mini-box{
    display:none;
  }
  #mehsullar .basliq{
      font-size:22px;
  }
  #slider .carousel-inner .carousel-item .box-img .large-img img{
      width: 100%!important;
  }
  #slider .carousel-inner .carousel-item .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  #nav .m-logo .logo{
      /*margin-right:50px;*/
      padding-right: 20px;
  }
}

 
@media (max-width: 1199px) { 
   #slider .carousel-inner .carousel-item .box-text h1{
      font-size: 32px;
  }
  #slider .carousel-inner .carousel-item .container{
      padding-bottom: 50px;
  }
  #slider .carousel-inner .carousel-item .box-img .large-img img{
      width: 430px
  }
  #mehsullar .bg_white .head-img{
      right: 147px!important;
  }
  #mehsullar .container-fluid .mini-box{
      right:199px;
  }
  /*#stores-and-warehouses .item-block{*/
  /*    width: calc(49% - 0px);*/
  /*}*/
  #best-prices .about{
    bottom: -12px;
    left: 87px;
  }
  #stores-and-warehouses .item-block{
      padding:20px;
  }
  #stores-and-warehouses .store-text span:first-child{
     margin-right: 10px;
  }
  #best-prices .prices h1{
      font-size:22px;
  }
  .pic{
      /*padding-top: 20px;*/
  }
  .loqo{
      width:105px;
  }
}
 .text-wrap p{
     white-space: initial;
 }
@media only screen and (max-width: 400px) {
    .child-inner img {
      height: 80px;
      width: 70px;
  }
  #nav .m-logo .logo{
    width: 79px;
  }
  #best-prices .buttons .btn_block a,#best-prices .buttons .btn_block span{
    padding: 3px 24px;
    font-size: 14px;
  }
  .product-head-with-logo h2{
      font-size:17px;
  }
  .product-head-link{
      font-size:12px !important;
      padding:0 !important;
  }
}

 
 
 
 
@media (min-width: 767px) {
    .col-lg-3 {
    -ms-flex: 0 0 20%!important;
    flex: 0 0 20%!important;
    max-width: 20%!important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .callbacktext{
        display:none;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:12px 7px;
    }
}

/*swiper*/
.partners-swi{
    padding:40px 0;
}
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      aspect-ratio:3/2;
    }
    .contact-form{
        padding:50px 0 0 0;
    }
    .myaboutgrid{
        grid-template-columns: 100%;
    }
        .myaboutgrid img{
            max-height:400px;
        }
        /*career*/
        .career-cards{
            display:grid;
            grid-template-columns: 33.3% 33.3% 33.3%;
            gap:20px;
            padding:200px 0 70px 0;
        }
        .career-card{
            border-radius: 6px;
            padding: 20px 20px 40px;
            box-shadow: 0 2px 11px rgb(0 0 0 / 20%);
            background-color: #fff;
            transition: box-shadow 0.2s;
            height: fit-content;
        }
        .career-card:hover{
            box-shadow:0 2px 30px rgb(0 0 0 / 20%);
        }
        .career-card h3{
            font-size: 16px;
            padding: 0 0 13px;
        }
        .career-card h4{
            margin-bottom: 5px;
            color: #000;
            line-height: 30px;
            font-size: 28px;
            font-weight: 900;
            overflow-wrap: break-word;
            letter-spacing: 0.5px; 
        }
        .career-card p{
            background-color: #3189ce;
            padding: 8px 15px;
            border-radius: 6px;
            color: #fff;
            margin: 15px 0;
            font-size: 16px;
            display: inline-block;
        }
        .career-card ul li{
            background: url(../img/checked-blue.svg) no-repeat;
            background-size: 20px;
            color: #000;
            padding: 10px 0 10px 25px  ;
            background-position: 0px center;
            font-size:14px;
        }
        .career-card button{
            display: inline-block;
            transition: all 0.2s;
            padding: 10px 20px;
            font-weight: 500;
            font-size: 14px;
            margin:10px 0 0 ;
            border: 1px solid #3189ce;
            outline:none;
            cursor:pointer;
            text-align: center;
            width: max-content;
            text-transform: uppercase;
            -webkit-transition: 300ms background-color ease;
            -moz-transition: 300ms background-color ease;
            -o-transition: 300ms background-color ease;
            transition: 300ms background-color ease;
        }
        .career-card button:hover{
            background-color: #3189ce;
            color: #fff;
        }
        @media only screen and (max-width:992px){
            .career-cards{
                display:grid;
                grid-template-columns: 50%;
                gap:20px;
                padding: 140px 0 70px 0;
            }
            #search-section{
    padding: 110px 0 60px !important;
}
        }
               @media only screen and (max-width: 768px){
            .career-cards{
                display:grid;
                grid-template-columns: 100%;
                gap:20px;
            }
        }
        
        .all-product {
    padding: 180px 0 50px;
}

.all-product-head {
    padding: 0 0 35px;
}

.all-product-head h3 {
    font-size: 30px;
    color: #000;
    font-weight: 900;
}

.my-product-grid {
    display: grid;
    grid-template-columns: 34% 61%;
    gap: 30px;
    justify-content:space-between;
}

.my-product-imgs {
    display: grid;
    grid-template-columns: 100%;
    gap: 15px;
}

.my-product-big-img,
.my-product-big-img img {
    width: 100%;
    height: 390px;
    
}
.my-product-big-img img{
    object-fit: contain;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 5px #efefef;
    border: 1px solid #b6b6b6;
}

.my-products-small-img {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    
}

.my-products-small-img img {
    width: 70px;
    object-fit: contain;
    aspect-ratio: 3/2;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    cursor: pointer;
}

.my-product-information {
    display: grid;
    grid-template-columns: 100%;
    gap: 25px;
    align-content: space-between;
}

.my-roduct-information-name h2 {
    font-size: 30px;
}

.my-product-information-desc {
    font-size: 17px;
    line-height: 25px;
    max-height:250px;
    overflow-y: auto;
}
.my-product-information-desc::-webkit-scrollbar {
  width: 8px;
}
 
.my-product-information-desc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(15 102 160 / 38%);
    border:1px solid #e7e7e7;
    padding:5px;
    border-radius:10px;
}
 
.my-product-information-desc::-webkit-scrollbar-thumb {
  background-color: #0f66a0;
    border-radius:10px;
  outline: none;
}
.my-product-buttons {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
    gap: 10px;
    row-gap:20px;
}
.masha_index{
    display:none;
}

.my-product-buttons a{
    width: 100%;
    padding: 19px 10px;
    height: fit-content;
    font-size: 15px;
    text-align: center;
    border-radius: 9px;
    cursor:pointer;
    border: none;
    outline: none;
    border: 2px solid;
    transition: .4s;
}
.my-product-wh {
    border-color: #127600 !important;
    color: #127600 !important;
}
.my-product-wh i.fa-whatsapp{
    font-size:19px;
}

.my-product-call {
    border-color: #128ccb !important;
    color: #128ccb !important;
}
.my-product-download{
    text-align: center;
}
.my-full-download{
    padding: 18px 20px;
    width: 100%;
    border: 2px solid #002c8b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #002c8b;
    border-radius: 10px;
    transition: .4s;
}
.my-full-download:hover{
    color: #002c8b !important;   
}
.my-full-download img{
    width: 20px;
}
        @media only screen and (max-width:992px){
           .all-product{
               padding: 110px 0 50px;
           }
        }
        @media only screen and (max-width:768px){
            .my-product-grid{
                grid-template-columns: 100%;
            }
            .my-products-small-img{
                justify-content:center;
            }
        }
              @media only screen and (max-width:373px){
            .my-products-small-img{
                justify-content:flex-start;
            }
            .my-product-buttons{
                    grid-template-columns: 100%;
            }
        }
              @media only screen and (max-width:343px){
                  footer .social-icons{
                      flex-wrap:wrap;
                      gap:20px;
                      justify-content:center;
                  }
         footer .social-icons img{
             width: 150px;
             margin:0 auto;
         }
        }
        .bloglar-all{
            padding:180px 0 50px;
        }
        .bloglar-head{
            display:flex;
            align-items:center;
            justify-content:center;
            gap:10px;
        }
        .bloglar-head span:not(.bloglar-head h2 span){
            display:block;
            width: 60px;
            height: 2px;
            background-color: #757575;
        }
        .bloglar-head h2{
            display: inline-block;
            margin: 5px;
            padding: 0 30px;
            font-weight: 600 !important;
            font-size: 22px;
            text-align:center;
        }
        .bloglar-cards #dle-content{
            display:grid;
            padding:40px 0 0;
            grid-template-columns: 33.3% 33.3% 33.3% ;
            gap:40px;
        }
        .blog-card{
            width:100%;
            display:flex;
            flex-direction:column;
            gap:14px;
            overflow:hidden;
        }
        .blog-head-2{
            justify-content:space-between;
            flex-wrap:wrap;
            gap:18px;
        }
        .blog-head-2 h2{
            padding: 0 !important;
        }
        .blog-head-2 a{
            position:relative;
            font-size: 14px;
            color: #454749;
        }
        .blog-head-2 a::after{
            content:'';
            position:relative;
            height: 1px;
            background: #000;
            width:100%;
            bottom: 0px;
            display:block;
            left:0;
            transition: .4s;
        }
        .blog-head-2 a:hover::after{
            width: 0px;
        }
        .blog-card-img{
            height: 280px;
            overflow:hidden;
            border-radius:10px;
        }
        .blog-card-img img{
            width:100%;
            height:100%;
            object-fit:cover;
            transition:.4s;
        }
        .blog-card:hover img{
            transform:scale(1.2);
        }
        .blog-card h4{
            line-height: 22px;
            color: rgb(18, 20, 22);
            font-size: 23px;
            font-weight: 900;
            line-height:27px;
        }
        .blog-card p{
            margin: 0;
            color: rgb(18, 20, 22);
            font-size: 14px;
              display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;  
          overflow: hidden;
            line-height: 18px;
        }
        
        /*fotoroma gallery*/
        .photo-gallery{
            display:flex;
            justify-content:center;
            margin:20px 0;
        }
       .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.fotorama__nav-wrap{
    border-radius:6px;
    overflow:hidden;
}
 .fotorama__stage__frame .fotorama__img{
    border-radius:6px !important;
}

.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img{
    border-radius:4px !important;
}

.fotorama__stage.fotorama__pointer{
    border-radius:4px !important;
    height: 600px;
}
.fotorama__thumb.fotorama__loaded.fotorama__loaded--img{
    border-radius:6px;
}

 .fotorama__thumb-border{
    border-radius:6px;
    border-color:#00d182;
}
/*fotoroma gallery*/
        .blog-card-full{
            display:flex;
            flex-direction:column;
        }
        .blog-card-full ul{
            display:flex;
            flex-direction:column;
            gap:15px;
        }
        .blog-card-full ul li{
            background-image: url(../img/verification_i.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 0 20px 30px;
    font-family: Calibri;
    line-height: 29px;
    background-position-y: 7px;
    font-size: 15px;
        }
        .blog-card-full img{
            width: 75%;
            min-width:240px;
            margin: 30px auto 30px;
            height:400px;
            object-fit:cover;
            border-radius:10px;
        }
        @media only screen and (max-width:900px){
            .bloglar-head span:not(.bloglar-head h2 span){
                width:28px;
            }
            .bloglar-head h2{
                font-size:13px;
                padding:0 15px;
            }
        }
        .video-blog-card {
    padding: 30px 30px 20px;
    width: 100%;
}
.my-swi-video{
}
.video-blog-card{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}
.video-blog-card h5 {
    height: 44px;
    font-weight:800;
    text-align:start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.video-blog-card-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video-blog-card-con-left-all {
    display: flex;
    flex-wrap: wrap;
    position:relative;
    width: 40%;
    padding-right: 15px;
    align-items: center;
}

.video-blog-card-con-left {

    top:0;
    width: 90px;
    height: 90px;
}
.my-swi-video .swiper{
    padding:50px 10px;
}
.video-blog-card-con-left-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
}
.video-blog-card-con-left-text p,.video-blog-card-con-left-text span{
    font-size:13px;
}
.video-blog-card-con-left-img{
    position: relative;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);*/
}

.video-blog-card-con-left-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.video-blog-card-con-right {
    width: 60%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 0px;
    position: relative;
}

.video-blog-card-con-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.video-blog-card-con-right::after {
    content: '';
    position: absolute;
    top:0;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
}
.map-buttons{
    display:flex;
    justify-content:flex-start;
}
@media only screen and (max-width:992px){
    .staticContent{
        grid-template-columns: 48% 48%;
    }
    #slider{
        margin:84px 0 0;
    }
    #slider .carousel-inner .carousel-item .container{
        padding-bottom:0;
    }
    .car-img{
        display:flex;
        align-items:center;
    }
}
@media only screen and (max-width: 768px){
    .staticContent{
        grid-template-columns: 100%;
    }
    #slider .carousel-inner .carousel-item .box-img .large-img{
        height:inherit;
    }
}
#search-section{
    padding: 180px 0 60px;
}
.search-head{
    padding: 0 0 30px;
}
.box2-service{
    position:relative;
    border-radius:8px;
}
.static-box-2{
    width:100%;
}
.all-static-services .static-box-2{
    padding: 45px 0px;
}
.box2-service::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index:2;
    content:'';
}
.box2-service img{
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
}
#search-section .row #dle-content{
    display: flex;
    flex-wrap:wrap;
    /*justify-content: space-between;*/
    row-gap:20px;
    width:100%;
}
.box2-service .text2{
    position:absolute;
    color:#fff;
    bottom: 40px;
    z-index:3;
    font-size:24px;
    left:10px;
}
.static-box-2 .crop{
    text-align:center;
}
.static-box-2 .crop img{
    width: 100%;
    border-radius:10px;
    object-fit: cover
}
@media only screen and (max-width:600px){
    .mySwiper2{
        padding:30px 0 0 !important;
    }
    .product-head-link{
        font-size:13px;
        padding:4px 0;
    }
    .product-head{
        padding:0;
    }
}
@media only screen and (max-width:840px){
    .box1 .pic img{
        width: 100% !important;
    }
    #search-section .row #dle-content{
        grid-template-columns: 45% 45%;
    }
}
@media only screen and (max-width:768px){
    
.zero{
    padding:0 !important;
}
}
.zero{
    padding:0 !important;
}
@media only screen and (max-width:500px){
    .look{
    opacity:1;
    border: 2px solid #7ac5f3;
    height: 44px;
    margin: 10px 15px 20px;
}
.look svg rect,.look1 svg rect {
    stroke-width: 2;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    padding: 10px 74px;
}

.look span,.look1 span{
    color:var(--color2);
    position: absolute;
    font-weight: 600;
    font-size: 17px
}
.look svg{
    display:none;
}

}
footer .row{
    padding: 30px 0 0 ;
}
.all_employees {
    width:100%;
    display:flex;
    row-gap:30px;
    flex-wrap:wrap;
}

.employee_1:nth-child(even) {
    margin-left:auto;
}
.employee_1:nth-child(even) .text2 {
    order:1;
   
}
.employee_1:nth-child(even) a {
    order:2;
}
.employee_1:nth-child(even) .employees{
    justify-content:flex-end;
}

.employee_1:nth-child(even) .employees .detailProduct {
    text-align:end;
}
.employees{
    display:flex;
 
    border: 1px solid #dedede;
    gap: 20px;
    border-radius: 12px;
    padding: 14px;
}
.employee_img{
    width:250px;
    height: 250px;
    border-radius: 6px;
    overflow:hidden;
}
.employee_img img{
    width:100%;
    height:100%;
   object-fit:cover;
}
.employees .detailProduct{
    display:flex;
    text-align: start;
    flex-direction: column;
    gap:10px;
    padding:0;
}
.employees .text2{
    padding:0;
   
}
.employees .detailProduct p.employe_name{

    font-size: 23px;
}
.employees .detailProduct p{
    font-size:16px;
}
.pdf {
    display:flex;
    display:none;
        flex-wrap: wrap;
    gap: 20px;
    padding:100px 0 50px 0;
 
}

.pdf a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #3338;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 50px;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    transition: all .3s linear;
    opacity:0;
    visibility:hidden;
}
 .pdf-border-bottom {
      width:0%;
       transition: 1.5s;
         opacity:0;
    height:2px;
    background-color:#d7d7d7 ;
 }
.pdf-border-bottom-active {
     width:100%;
     opacity:1;
}

.pdf .pdf-active{
    opacity:1;
   
visibility:visible;
}
.pdf a img {
        transition: all .3s linear;
    width: 70px;
    margin-bottom: 25px;
    filter: opacity(0.4);
}
.addcomment{
    display: none;
}
.all_employees {
    width:100%;
    display:flex;
    row-gap:30px;
    flex-wrap:wrap;
}

.employee_1:nth-child(even) {
    margin-left:auto;
}
.employee_1:nth-child(even) .text2 {
    order:1;
   
}
.employee_1:nth-child(even) a {
    order:2;
}
.employee_1:nth-child(even) .employees{
    justify-content:flex-end;
}

.employee_1:nth-child(even) .employees .detailProduct {
    text-align:end;
}
.employees{
    display:flex;
 
    border: 1px solid #dedede;
    gap: 20px;
    border-radius: 12px;
    padding: 14px;
}
.employee_img{
    width:250px;
    height: 250px;
    border-radius: 6px;
    overflow:hidden;
}
.employee_img img{
    width:100%;
    height:100%;
   object-fit:cover;
}
.employees .detailProduct{
    display:flex;
    text-align: start;
    flex-direction: column;
    gap:10px;
    padding:0;
}
.employees .text2{
    padding:0;
   
}
.employees .detailProduct p.employe_name{

    font-size: 23px;
}
.employees .detailProduct p{
    font-size:16px;
}
.pdf {
    display:flex;
    display:none;
        flex-wrap: wrap;
    gap: 20px;
    padding:100px 0 50px 0;
 
}

.pdf a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #3338;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 50px;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    transition: all .3s linear;
    opacity:0;
    visibility:hidden;
}
 .pdf-border-bottom {
      width:0%;
       transition: 1.5s;
         opacity:0;
    height:2px;
    background-color:#d7d7d7 ;
 }
.pdf-border-bottom-active {
     width:100%;
     opacity:1;
}

.pdf .pdf-active{
    opacity:1;
   
visibility:visible;
}
.pdf a img {
        transition: all .3s linear;
    width: 70px;
    margin-bottom: 25px;
    filter: opacity(0.4);
}
.mysearch-section{
    position: relative;
}
/*banner*/
.banner_section{
    padding: 30px 0;
}
.my_banner{
    width: 100%;
}
.my_banner img{
    width: 100%;
    object-fit: cover;
    height: 170px;
}
/*banner*/