 .fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index: 2;
  opacity: .95;
  }
  #tpBtn {
background-color: white;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 26px;
}
#tpBtn:hover {
  background-color: #42a5dc;
  color:#fff;
}
.mainmenuhdr{
    width: 106%;
}
#fc:hover{
   color:#333;
}
#twt:hover{
    color:#333;
}
#instgrm:hover{
color:#333;
}
 @@media screen and (max-width: 1352px) and (min-width: 1259px) {
.mainmenuhdr{
    width: 1026px;
   
}
    }
@@media screen and (max-width: 1259px) and (min-width: 1074px) {
.mainmenuhdr{
    width: 882px;
}
    }
    @@media screen and (max-width: 1028px) and (min-width: 971px) {
.mainmenuhdr{
    width: 778px;
}
    }
        @@media screen and (max-width: 965) and (min-width: 774px) {
.mainmenuhdr{
    width: 626px;
}
    }
    
    


.aColor{
    color:white;
}

/*footer menu*/
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	
	width: 100%;
     list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:auto;
    flex: 1 0 33%;
  
  display: flex;
  align-items: flex-end;
}
.dropdownmenu a {
	/*background: #30A6E6;*/
	color: white;
	display: block;
	/*font: bold 12px/20px sans-serif;*/
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu li:hover a {
	color: #000000;
}
#submenuCstm {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
}
li:hover ul#submenuCstm {
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenuCstm li {
	float: none;
	width: 133%;
}
#submenuCstm a:hover {
	color: white;
}
#submenuCstm a {
	background-color:#419e41;
}
.dropdownmenu2 ul, .dropdownmenu2 li {
	margin: 0;
	padding: 0;
}
.dropdownmenu2 ul {
	background: gray;
	list-style: none;
	width: 100%;
}
.dropdownmenu2 li {
	float: left;
	position: relative;
	width:auto;
}
.dropdownmenu2 a {
	/*background: #30A6E6;*/
	color: white;
	display: block;
	/*font: bold 12px/20px sans-serif;*/
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu2 li:hover a {
	color: #000000;
}

/* For the "inset" look only */
html {
    overflow: auto;
}



/*product*/
 .txtColor {
    color:red;
    }
    .thColor {
    background-color:#56b9f0;
    color:#fff;
    }
    .imgRsz {
    width:33%;
    }
    .mdlImg {
    float:right;
    margin-right:10px;
    max-width:15%;
    }
    .tdwdth {
    width:12%;
    }
    .speciesImg {
    max-width:10%;
    margin: 4px;
    }

    @@media screen and (max-width: 767px) and (min-width: 290px) {
        .speciesImg {
    max-width:80%;
     margin: 4px;
    }
    }
 @@media screen and (max-width: 375px) and (min-width: 290px) {
        .speciesImg {
    max-width:60%;
     margin: 4px;
    }
    }
	
	

    .ovrflow {
    width: auto;
    overflow-y: scroll;
    position: relative;
    height: 452px;
    }
    .modal p {
    word-wrap: break-word;
    }
      .tblA1hdr{
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .tblA1bdy{
    text-align: center;
    padding-bottom: 20px;
  }
    .btnVdm {
        margin-top: 35px; text-align:right;color:white;background-color:lightskyblue;
                border:none;font-size: 16px;font-weight: 600;line-height:40px;

    }
	
	/*Home*/

	.imgAlg{
            margin:auto;
            display: flex;
            flex-direction: column;
            justify-content: center;  
            align-items :center ;
    }

    .prevnextBtn {
    position: relative;
    bottom:270px;
    color: black;
    }
    .prevnextBtn:hover {
    color:lightcoral;
    }

     .img {
    width:auto;
    max-width: 100%;
    max-height: 86vh; /*86*/
    width: auto\9; 
  }
    .hddn {
    visibility:hidden;
    }
	
	/*Başvuru formu*/
	.txtHeader{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  .txtHeader2{
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
  }
  .inpt{
    width: 100%;
  }
  .txtTd{
    font-weight: bold;
    padding-left: 10px;
  }
    .dt {
    margin-left:88%;
    }
    @@media screen and (max-width: 986px) and (min-width: 300px) {
      .inpt{
    width: auto;
  }
    }
   @@media screen and (max-width: 768px) and (min-width: 300px) {
      .dt{
    margin-left: 38%;
  }
    }
    .txtTd2 {
    text-align:center;font-weight:bold;
    }
	
	/*farmakojivilans*/
	    .cstmselect {
        border: 1px solid #56b9f0;
        font-size: 14px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 10px;
        width: 100%;
        margin-bottom: 25px;
        height: 52px;
    }
    .cstmFrmin {
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid #56b9f0;
    width: 100%;
    padding-bottom: 10px;
    }
    #mlFrm label.error{
        font-size:smaller;
        color:red;
    }
	
	/*iletisim*/
	
        #contactForm label.error{
        font-size:smaller;
        color:red;
    }
	
	

