 @charset "utf-8";

.hover1 {
  border: 2px solid;
  border-image: repeating-linear-gradient(135deg,#2d559d 0 20px,#2d559d 0 20px) 16;
  -webkit-mask: 
    conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)
     var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
    conic-gradient(at bottom 8px left  8px,  #0000 90deg,#000 0)
     0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
  transition: 1.3s, -webkit-mask-position 1.3s 1.3s;
}
.hover1:hover {
  --_i: 100%;
  transition: 1.5s, -webkit-mask-size 1.3s 1.3s; px;
}

 

@font-face {
    font-family: 'rasol02';
   src: url('fonts/02.eot');
   src: url('fonts/02.eot?#iefix') format('embedded-opentype'),
        url('fonts/02.woff2') format('woff2'),
        url('fonts/02.woff') format('woff'),
        url('fonts/02.ttf') format('truetype'),
        url('fonts/02.svg#DINNextLTArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rasol01';
    src: url('fonts/01.eot');
    src: url('fonts/01.eot?#iefix') format('embedded-opentype'),
         url('fonts/01.woff2') format('woff2'),
         url('fonts/01.woff') format('woff'),
         url('fonts/01.ttf') format('truetype'),
         url('fonts/01.svg#DINNextLTArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rasol03';
   src: url('fonts/03.eot');
   src: url('fonts/03.eot?#iefix') format('embedded-opentype'),
        url('fonts/03.woff2') format('woff2'),
        url('fonts/03.woff') format('woff'),
        url('fonts/03.ttf') format('truetype'),
        url('fonts/03.svg#DINNextLTArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 /* #td:hover{transition: All 0.3s ;-ms-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);} */

/* ********************************************** the navbar  ************************** */
 
.nav-item {
  background-color: #006097;
  font-family: 'rasol02';
  width:100px;
  display: inline-block;
 }
a{
   text-decoration: none;
	text-align: right ; direction: rtl
 }
            
 
         @media screen and (min-width: 0px) and (max-width: 576px) { 
			 .logo_div{
				align-content: center;
				text-align: center;
			  } 
		     .sushil{text-align: center;}
			 .min_menu{
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-column-gap: 5px;
                grid-row-gap: 5px;
			 }
			  .min_menuph{
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-column-gap: 5px;
                grid-row-gap: 5px;
				  padding-top: 10px;
			 }
			 .table_mangoh{
			   vertical-align:middle; height: 200px; 
		      }
			 .difinte{
				 align-content: center; text-align: center;
			 }
			 .img_atbat{ 
		     position: relative;
             height: 56vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			 .Rprev{left:22px ;}
			 .Rnext{right:22px ;}
			 .rty_title{font-size: 16px;}
		
		    .div1 { grid-area: 1 / 1 / 2 / 2; }
            .div2 { grid-area: 1 / 2 / 2 / 3; }
            .div3 { grid-area: 2 / 1 / 3 / 2; }
            .div4 { grid-area: 2 / 2 / 3 / 3; }
            .div5 { grid-area: 3 / 1 / 4 / 2; }
            .div6 { grid-area: 3 / 2 / 4 / 3; }
            .div7 { grid-area: 4 / 1 / 5 / 2; }
            .div8 { grid-area: 4 / 2 / 5 / 3; }
            .div9 { grid-area: 5 / 1 / 6 / 2; }
            .div10 { grid-area: 5 / 2 / 6 / 3; }
            .div11 { grid-area: 6 / 1 / 7 / 3; } 
         }
         @media screen and (min-width: 577px) and (max-width: 768px) { 
		   .logo_div{
				align-content: center;
				text-align: center;
			}
			 .sushil{text-align: center}
			 .min_menu{
               display: grid;
               grid-template-columns: repeat(2, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
	         } 
			  .min_menuph{
               display: grid;
               grid-template-columns: repeat(3, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
				  padding-top: 10px;
	         } 
			  .difinte{
				 align-content: center; text-align: center;
			 }
			 
		 .table_mangoh{
			   vertical-align:middle; height: 200px; 
		      }
			  .im_news{
				 height: 20vh;
			 }
		 .img_atbat{ 
		     position: relative;
             height: 50vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			  .Rprev{left:-22px ;}
			 .Rnext{right:-22px ;}
			 .rty_title{font-size: 16px;}
			 .div1 { grid-area: 1 / 1 / 2 / 2; }
            .div2 { grid-area: 1 / 2 / 2 / 3; }
            .div3 { grid-area: 2 / 1 / 3 / 2; }
            .div4 { grid-area: 2 / 2 / 3 / 3; }
            .div5 { grid-area: 3 / 1 / 4 / 2; }
            .div6 { grid-area: 3 / 2 / 4 / 3; }
            .div7 { grid-area: 4 / 1 / 5 / 2; }
            .div8 { grid-area: 4 / 2 / 5 / 3; }
            .div9 { grid-area: 5 / 1 / 6 / 2; }
            .div10 { grid-area: 5 / 2 / 6 / 3; }
            .div11 { grid-area: 6 / 1 / 7 / 3; }
		 }
		 @media screen and (min-width: 769px) and (max-width: 992px) { 
			 
			.logo_div{
				align-content: center;
				text-align: center;
			} 
			 .sushil{text-align: center;}
			 .min_menu{
               display: grid;
               grid-template-columns: repeat(3, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
	         } 
			 .min_menuph{
               display: grid;
               grid-template-columns: repeat(3, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
			   padding-top: 10px;
	         } 
			  .table_mangoh{
			   vertical-align:middle; height: 200px; 
		      }
			  .difinte{
				 align-content: left; text-align: left;
			 }
			  .im_news{
				 height: 25vh;
			 }
	        .img_atbat{ 
		     position: relative;
             height: 16vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			 .Rprev{left:-25px ;}
			 .Rnext{right:-25px ;}
			 .rty_title{font-size: 10px; height: 100%}
			 .div1 { grid-area: 1 / 1 / 2 / 2; }
             .div2 { grid-area: 1 / 2 / 2 / 3; }
             .div3 { grid-area: 1 / 3 / 2 / 4; }
             .div4 { grid-area: 2 / 1 / 3 / 2; }
             .div5 { grid-area: 2 / 2 / 3 / 3; }
             .div6 { grid-area: 2 / 3 / 3 / 4; }
             .div7 { grid-area: 3 / 1 / 4 / 2; }
             .div8 { grid-area: 3 / 2 / 4 / 3; }
             .div9 { grid-area: 3 / 3 / 4 / 4; }
             .div10 { grid-area: 4 / 1 / 5 / 2; }
             .div11 { grid-area: 4 / 2 / 5 / 4; }
	 
		 }
		 @media screen and (min-width: 993px) and (max-width: 1200px) {
		 
		 .sushil{text-align: left; }
			.min_menu{
               display: grid;
               grid-template-columns: repeat(3, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
			   padding: 0px 2% 0px 2%;
	         } 
			.min_menuph{
               display: grid;
               grid-template-columns: repeat(4, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
			   padding: 10px 2% 0px 2%;
	         } 
			 .difinte{
				 align-content: left; text-align: left;
			 }
			
			 .table_mangoh{
			   vertical-align:middle; height: 200px; 
		      }
			 .im_news{
				 height: 17vh;
			 }
		 .img_atbat{ 
		     position: relative;
             height: 15vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			.Rprev{left:-25px ;}
			.Rnext{right:-25px ;}
			.rty_title{font-size: 15px;}
	 
		 }
		 @media screen and (min-width: 1201px)and (max-width: 1400px){ 
			.div1 { grid-area: 1 / 1 / 2 / 2; }
            .div2 { grid-area: 1 / 2 / 2 / 3; }
            .div3 { grid-area: 1 / 3 / 2 / 4; }
            .div4 { grid-area: 1 / 4 / 2 / 5; }
            .div5 { grid-area: 1 / 5 / 2 / 6; }
            .div6 { grid-area: 2 / 5 / 3 / 6; }
            .div7 { grid-area: 2 / 4 / 3 / 5; }
            .div8 { grid-area: 2 / 3 / 3 / 4; }
            .div9 { grid-area: 2 / 2 / 3 / 3; }
            .div10 { grid-area: 2 / 1 / 3 / 2; }
            .div11 { grid-area: 3 / 3 / 4 / 4; }
		 .sushil{text-align: left}
			.min_menu{
			   padding: 0px 2% 0px 2%;
			   max-width: 1370px;
               display: grid;
               grid-template-columns: repeat(5, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
	         }
			.min_menuph{
			   padding: 10px 2% 0px 2%;
			   max-width: 1370px;
               display: grid;
               grid-template-columns: repeat(5, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
	         }
			 .difinte{
				 align-content: left; text-align: left;
			 }
			
			 .table_mangoh{
			   vertical-align:middle; height: 200px; 
		      }
			 .im_news{
				 height: 18vh;
			 }
		   .img_atbat{ 
		     position: relative;
             height: 15vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			.Rprev{left:-25px ;}
			 .Rnext{right:-25px ;}
			.rty_title{font-size: 16px;}
		 
		 }
		 @media screen and (min-width: 1401px){ 
			.div1 { grid-area: 1 / 1 / 2 / 2; }
            .div2 { grid-area: 1 / 2 / 2 / 3; }
            .div3 { grid-area: 1 / 3 / 2 / 4; }
            .div4 { grid-area: 1 / 4 / 2 / 5; }
            .div5 { grid-area: 1 / 5 / 2 / 6; }
            .div6 { grid-area: 2 / 5 / 3 / 6; }
            .div7 { grid-area: 2 / 4 / 3 / 5; }
            .div8 { grid-area: 2 / 3 / 3 / 4; }
            .div9 { grid-area: 2 / 2 / 3 / 3; }
            .div10 { grid-area: 2 / 1 / 3 / 2; }
            .div11 { grid-area: 3 / 3 / 4 / 4; }
		 .sushil{text-align: left}
			.min_menu{
			  padding: 10px 2% 10px 2%;
			   max-width: 1370px;
               justify-content: center;
               align-content: center;  
				display: grid;
                grid-template-columns: repeat(5, 1fr);
                grid-template-rows: repeat(5, 1fr);
                grid-column-gap: 5px;
                grid-row-gap: 5px;
	         }
			
			 .difinte{
				 align-content: left; text-align: left;
			 }
			.min_menuph{
			   padding: 10px 2% 0px 2%;
			   max-width: 1370px;
               display: grid;
               grid-template-columns: repeat(5, 1fr);
               grid-column-gap: 5px;
               grid-row-gap: 5px;
	         }
			 
			 .table_mangoh{
			   vertical-align:bottom; height: 200px; 
		      }
		    .im_news{
				 height: 18vh;
			 }
			.im_news img{transition: All 0.3s ;}
			.im_news img:hover{
				transition: All 0.3s ;-ms-transform: scale(1.05,1.05);-webkit-transform: scale(1.05,1.05); transform: scale(1.05,1.05); 
			 }
			 .img_atbat{ 
		     position: relative;
             height: 13vw;
		     border-radius: 10px;
		     background-size: cover;
	      }
			.Rprev{left:-25px ;}
		    .Rnext{right:-25px ;}
			.rty_title{font-size: 16px; text-align:justify ; direction: rtl}
			 
		 }
        .title{
        	padding: 5px
        }

       .title:hover{
		           background: #f5f5f5 ; font-weight: bold;transition: All 0.3s ; border-radius: 10px ; padding: 5px
                   }		 


		 .icon_medea{
			 width: 40px;
			 height: 40px;
			 display: inline-block; 
			 align-items: left;
			 background-repeat: no-repeat;
             background-position: center;
			 margin:3px 1px;
          }
		 .icon_medea:hover{transition: All 0.3s ;-ms-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); background: #fff}
		 a{text-decoration: none}
		 
		 .ic_s1{background-image: url('https://almerja.com/footer/img_2023/face1.png'); background-repeat: no-repeat;background-position: center;border: solid 1px #8f8f8f;border-radius: 50%; }
	     .ic_s1:hover{background-image:url("https://almerja.com/footer/img_2023/face2.png");background-repeat: no-repeat;background-position: center;border: solid 1px #fff; border-radius: 50%;}
		 .ic_s2{background-image: url('https://almerja.com/footer/img_2023/inst1.png'); background-repeat: no-repeat;background-position: center;border: solid 1px #8f8f8f;border-radius: 50%; }
	     .ic_s2:hover{background-image:url("https://almerja.com/footer/img_2023/inst2.png");background-repeat: no-repeat;background-position: center;border: solid 1px #fff; border-radius: 50%;}
		 .ic_s3{background-image: url('https://almerja.com/footer/img_2023/twet1.png'); background-repeat: no-repeat;background-position: center;border: solid 1px #8f8f8f;border-radius: 50%; }
	     .ic_s3:hover{background-image:url("https://almerja.com/footer/img_2023/twet2.png");background-repeat: no-repeat;background-position: center;border: solid 1px #fff; border-radius: 50%;}
		 .ic_s4{background-image: url('https://almerja.com/footer/img_2023/yout1.png'); background-repeat: no-repeat;background-position: center;border: solid 1px #8f8f8f;border-radius: 50%; }
	     .ic_s4:hover{background-image:url("https://almerja.com/footer/img_2023/yout2.png");background-repeat: no-repeat;background-position: center;border: solid 1px #fff; border-radius: 50%;}
		 .ic_s5{background-image: url('https://almerja.com/footer/img_2023/telgram1.png'); background-repeat: no-repeat;background-position: center;border: solid 1px #8f8f8f;border-radius: 50%; }
	     .ic_s5:hover{background-image:url("https://almerja.com/footer/img_2023/telgram2.png");background-repeat: no-repeat;background-position: center;border: solid 1px #fff; border-radius: 50%;}
		 
		 .nav-item a{color: #fff; margin: 0px 15px}
     .imconmeny {
		 background: #ffce4b ; margin: 10px; border: 0px ; width: 40px ; height: 40px;background-image:url("https://almerja.com/footer/img_2023/menu_icon.png");background-repeat: no-repeat;background-position: center;
	 }
	 .navbar{margin: 0px ; padding: 0px;}
	 .nav-item:Hover{margin-top: -3px ; border-radius: 5px; padding: 0px;transition: All 0.3s ;-ms-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
 
/* ********************************************** end the navbar  ************************** */
.tariq{
	color: #066ba7;
	font-family: 'rasol01';
	font-size: 18px;
}


	     .in_serch{transition: All 0.3s ;height: 45px; border-left: none;border-right: none ; border-top: 1px solid #c7c7c7;border-bottom: 1px solid #c7c7c7}
		  .in_serch:hover{transition: All 0.3s ; background: #FFFFFF ;height: 45px; border-left: none;border-right: none ; border-top: 1px solid #006097;border-bottom: 1px solid #006097;}
		 .dhlort{ height: 45px; background: #FFFFFF ; border: 1px solid #c7c7c7;border-left: none ; }
		 .dhlort:hover{ height: 45px; background: #FFFFFF ; border: 1px solid #006097;border-left: none ; }
		 .dshlie{transition: All 0.3s ;width: 40px; height: 40px; background-image: url('https://almerja.com/footer/img_2023/ger0.png'); background-repeat: no-repeat;background-position: center;background-size:contain;border-radius: 0px 10px 0px 0px ;}
	     .dshlie:hover{transition: All 0.3s ;width: 40px; height: 40px;background-image:url("https://almerja.com/footer/img_2023/ger2.gif");background-repeat: no-repeat;background-position:center;background-size:contain ;border-radius: 0px 10px 0px 0px ;}
         .soun{ height: 45px; background: #efeeee ;border: 1px solid #c7c7c7;border-right: none ;border-left: none ;}
		 .soun:hover{ height: 45px; background: #efeeee ; border: 1px solid #006097;border-right: none ;border-left: none ; }
		 .soun_mic{transition: All 0.3s ;width: 40px; height: 35px; background-image: url('https://almerja.com/footer/img_2023/mic1.png'); background-repeat: no-repeat;background-position: center;background-size:contain; }
	     .soun_mic:hover{transition: All 0.3s ;width: 40px; height: 35px;background-image:url("https://almerja.com/footer/img_2023/mic2.gif");background-repeat: no-repeat;background-position:center;background-size:contain ; }
		 .linss{ height: 45px; background: #efeeee ; border: 1px solid #c7c7c7;border-right: none ;}
		 .linss:hover{ height: 45px; background: #efeeee ; border: 1px solid #006097;border-right: none ; }
		 .lins_ico{transition: All 0.3s ;width: 40px; height: 35px; background-image: url('https://almerja.com/footer/img_2023/lins1.png'); background-repeat: no-repeat;background-position: center;background-size:contain; }
	     .lins_ico:hover{transition: All 0.3s ;width: 40px; height: 35px;background-image:url("https://almerja.com/footer/img_2023/lins2.gif");background-repeat: no-repeat;background-position:center;background-size:contain ; }

			
  .tabls:hover{
		background: #7390a4;
		border-radius: 5px;
		color: #FFFFFF;
	    font-size: 16px;
		font-family: 'rasol02';
		transition: All 0.3s ;-ms-transform: scale(1.01,1.01);-webkit-transform: scale(1.01,1.01); transform: scale(1.01,1.01); 
	 }
	
	.tabls{
		background: #dde6ea;
		border-radius: 5px;
	    color: #555555;
		font-size: 16px;
		font-family: 'rasol02';
	  }
	.div_icon_med{
		width: 30px;
		height: 30px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-size:contain
	}
	.td_icon{border-left: 2px dashed #fff; width: 40px;padding:5px 5px 0px 0px}
 
	.divs_icon1{background-image: url('https://almerja.com/footer/img_2023/icon.png');}
	.tabls:hover .divs_icon1{background-image: url('https://almerja.com/footer/img_2023/iconw.png');}
    .divs_icon2{background-image: url('https://almerja.com/footer/img_2023/https://almerja.com/footer/img_2023/3750953.png');}
	.tabls:hover .divs_icon2{background-image: url('https://almerja.com/footer/img_2023/3750953w.png');}
    .divs_icon3{background-image: url('https://almerja.com/footer/img_2023/6599687.png');}
	.tabls:hover .divs_icon3{background-image: url('https://almerja.com/footer/img_2023/6599687w.png');}
	.divs_icon4{background-image: url('https://almerja.com/footer/img_2023/548.png');}
	.tabls:hover .divs_icon4{background-image: url('https://almerja.com/footer/img_2023/548w.png');}
	.divs_icon5{background-image: url('https://almerja.com/footer/img_2023/10018014.png');}
	.tabls:hover .divs_icon5{background-image: url('https://almerja.com/footer/img_2023/10018014w.png');}
	.divs_icon6{background-image: url('https://almerja.com/footer/img_2023/3590404.png');}
	.tabls:hover .divs_icon6{background-image: url('https://almerja.com/footer/img_2023/3590404w.png');}
	.divs_icon7{background-image: url('https://almerja.com/footer/img_2023/10500184.png');}
	.tabls:hover .divs_icon7{background-image: url('https://almerja.com/footer/img_2023/10500184w.png');}
	.divs_icon8{background-image: url('https://almerja.com/footer/img_2023/7417249.png');}
	.tabls:hover .divs_icon8{background-image: url('https://almerja.com/footer/img_2023/7417249w.png');}
	.divs_icon9{background-image: url('https://almerja.com/footer/img_2023/family.png');}
	.tabls:hover .divs_icon9{background-image: url('https://almerja.com/footer/img_2023/familyw.png');}
	.divs_icon10{background-image: url('https://almerja.com/footer/img_2023/Mosque.png');}
	.tabls:hover .divs_icon10{background-image: url('https://almerja.com/footer/img_2023/Mosquew.png');}
	.divs_icon11{background-image: url('https://almerja.com/footer/img_2023/n.png');}
	.tabls:hover .divs_icon11{background-image: url('https://almerja.com/footer/img_2023/nww.png');}
	.divs_icon12{background-image: url('https://almerja.com/footer/img_2023/economy.png');}
	.tabls:hover .divs_icon12{background-image: url('https://almerja.com/footer/img_2023/economyw.png');}
	.divs_icon13{background-image: url('https://almerja.com/footer/img_2023/law.png');}
	.tabls:hover .divs_icon13{background-image: url('https://almerja.com/footer/img_2023/laww.png');}
    .divs_icon14{background-image: url('https://almerja.com/footer/img_2023/zraa.png');}
	.tabls:hover .divs_icon14{background-image: url('https://almerja.com/footer/img_2023/zraaw.png');}
	.divs_icon15{background-image: url('https://almerja.com/footer/img_2023/nost.png');}
	.tabls:hover .divs_icon15{background-image: url('https://almerja.com/footer/img_2023/nostw.png');}
	.divs_icon16{background-image: url('https://almerja.com/footer/img_2023/Chemistry.png');}
	.tabls:hover .divs_icon16{background-image: url('https://almerja.com/footer/img_2023/Chemistryw.png');}
	.divs_icon17{background-image: url('https://almerja.com/footer/img_2023/DNA.png');}
	.tabls:hover .divs_icon17{background-image: url('https://almerja.com/footer/img_2023/DNAw.png');}
	.divs_icon18{background-image: url('https://almerja.com/footer/img_2023/calcolator.png');}
	.tabls:hover .divs_icon18{background-image: url('https://almerja.com/footer/img_2023/calcolatorw.png');}
    .divs_icon19{background-image: url('https://almerja.com/footer/img_2023/radar.png');}
	.tabls:hover .divs_icon19{background-image: url('https://almerja.com/footer/img_2023/radarw.png');}
	.divs_icon20{background-image: url('https://almerja.com/footer/img_2023/en.png');}
	.tabls:hover .divs_icon20{background-image: url('https://almerja.com/footer/img_2023/enw.png');}
	.divs_icon21{background-image: url('https://almerja.com/footer/img_2023/eng.png');}
	.tabls:hover .divs_icon21{background-image: url('https://almerja.com/footer/img_2023/engw.png');}
 	*{
		padding: 0px;
		margin: 0px;
		text-decoration: none;
		list-style: none;
		box-sizing:border-box; 
	 }
	nav{
		background-color: #006097;
        font-family: 'rasol02';
	    width: 100%;
		height: 45px;
	 }
 
	nav ul li{
		display: inline-block;
		margin: 0px 10px ; 
		width:70px;
		height: 45px;
		padding: 10px 5px 5px 5px;
		text-align: center;
		color: #fff;
		margin: 0px 10px 0px 10px ; transition: all .1s;
		
	 }
	nav ul li:hover{
		background-color: #ffce4b;
        display: inline-block;
		width:70px;
		text-align: center;
		color: #000;
		margin: -5px 10px 0px 10px ; 
		border-top: 5px solid #ffce4b;
		height: 50px;transition: all .1s;
		
	 }
	
	nav ul li a{
	  width:70px;
	  color: #fff;
	  font-size: 15px;
	 }
 
	
	.checkbtn{
		font-size: 30px;
		color: #fff;
		float: right;
		margin-right: 40px;
		cursor: pointer;
		display: none;
	}
	#check{
		display: none;
	}
 
	.logo{
		display: inline-block;
		margin: 0 10px;
		width:auto;
		height: 50px;
		padding: 10px 5px 5px 5px;
		color: #fff;transition: all .1s;
	  }
	.logo:hover{
		background-color: #ffce4b;
        color: #000; 
		display: inline-block;width:auto;
		margin: -5px 10px 0px 10px;	
		height: 50px;
		border-radius: 3px 3px 0px 0px;transition: all .1s;
	  }
 
	@media (max-width:1400px){
		.checkbtn{
			display: block;
			float: left;
		}

	 
	 #check:checked ~ ul{
			left: 5%;  
		 }
	}
.gerdlo_foter{
			background: rgb(255,255,255);background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(225,211,164,1) 100%); text-align: center;
		}


		 
		.table_mangoh a{
			width: 80px; padding: 0px 5px 5px 5px; margin: 5px; font-family: 'rasol01' ; font-size: 20px; color: #000000; display: inline-block; text-align: center ; transition: All 0.6s ;border-bottom: 3px solid #e1d3a4; border-top: 3px solid #e1d3a4;
		 }
		.table_mangoh a:hover{
			width: 80px;  background: #e7e2ce;
			border-radius: 10px;
		 }

	.tablsph{		
		background: #006097;
		 
	    color: #e1e1e1;
		font-size: 16px;
		font-family: 'rasol01';
	  }

	 .tablsph:hover{
		background: #023552;
		border-radius: 5px;
		color: #FFFFFF;
	    font-size: 16px;
		font-family: 'rasol01';
		transition: All 0.3s ;-ms-transform: scale(1.01,1.01);-webkit-transform: scale(1.01,1.01); transform: scale(1.01,1.01); 
	 }
	 .div_icon_medph{
		width: 25px;
		height: 25px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-size:contain
	}
	.td_iconph{ width: 25px;padding:5px 8px 0px 0px}
 
	.divs_iconph1{background-image: url('https://almerja.com/footer/img_2023/iconW.png');}
	.divs_iconph2{background-image: url('https://almerja.com/footer/img_2023/3750953W.png');}
    .divs_iconph3{background-image: url('https://almerja.com/footer/img_2023/6599687w.png');}
	.divs_iconph4{background-image: url('https://almerja.com/footer/img_2023/548w.png');}
	.divs_iconph5{background-image: url('https://almerja.com/footer/img_2023/10018014w.png');}
	.divs_iconph6{background-image: url('https://almerja.com/footer/img_2023/3590404w.png');}
	.divs_iconph7{background-image: url('https://almerja.com/footer/img_2023/10500184w.png');}
	.divs_iconph8{background-image: url('https://almerja.com/footer/img_2023/7417249w.png');}
	.divs_iconph9{background-image: url('https://almerja.com/footer/img_2023/familyw.png');}
	.divs_iconph10{background-image: url('https://almerja.com/footer/img_2023/Mosquew.png');}
	.divs_iconph11{background-image: url('https://almerja.com/footer/img_2023/nww.png');}
	.divs_iconph12{background-image: url('https://almerja.com/footer/img_2023/economyw.png');}
	.divs_iconph13{background-image: url('https://almerja.com/footer/img_2023/laww.png');}
    .divs_iconph14{background-image: url('https://almerja.com/footer/img_2023/zraaw.png');}
	.divs_iconph15{background-image: url('https://almerja.com/footer/img_2023/nostw.png');}
	.divs_iconph16{background-image: url('https://almerja.com/footer/img_2023/Chemistryw.png');}
	.divs_iconph17{background-image: url('https://almerja.com/footer/img_2023/DNAw.png');}
	.divs_iconph18{background-image: url('https://almerja.com/footer/img_2023/calcolatorw.png');}
    .divs_iconph19{background-image: url('https://almerja.com/footer/img_2023/radarw.png');}
	.divs_iconph20{background-image: url('https://almerja.com/footer/img_2023/enw.png');}
	.divs_iconph21{background-image: url('https://almerja.com/footer/img_2023/engw.png');}