.newspage {
  padding: 50px 0px;
}

 
.contactright input{
padding: 10px;
margin-bottom: 10px;
font-family: "Inter", sans-serif;
width: 96.5%;
margin-top: 10px;
}


.contactright textarea {
font-family: "Inter", sans-serif;
padding: 10px;
font-size: 13px;
width: 92.7%;
margin-top: 10px;
}



.form-row input{
width: 43%;
float: left;
margin-right: 20px;
margin-bottom: 0px;
}



.contactpage h1  {
  font-size: 25px;
  font-weight: 600;
  color: #1a1e43;
  margin-bottom: 25px;
}
 
 
 .contactpage h2  {
font-size: 20px;
font-weight: 600;
color: #1a1e43;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 20px;
}
 
 .contactpage  {
  padding: 30px 0px;
}
 
 .contactleft {
  width: 44%;
  float: left;
}
 
 
  .contactright {
  width: 55%;
  float: right;
}
 
 .contactpage p{
  margin-bottom: 30px;
  margin-top: 10px;
}
 
  #subject {
font-family: arial;
font-size: 12px;
color: #fff;
padding: 10px;
width: 94%;
margin-top: 10px;}
  
  
  
.dropbtn {
background-color: transparent;
border: none;
text-decoration: none;
font-size: 16px;
font-family: "Inter", sans-serif;
font-style: normal;
text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 245px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}


.navigation-menu {
  box-sizing: border-box;
  min-width: 100%;
height: auto;
margin: 0;
paddding: 0;
position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;
  color: #f9f9f9;
  font-family: "Cambria";
}
 .dropdown {text-transform: uppercase;}
a.menu-link, .dropdown a{ 
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.navigation-menu__labels ul li{float: left;
padding-left: 40px;
padding-top: 15px;padding-bottom: 15px;}


button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
  font-size: 16px;
}

.navigation-menu {
  box-sizing: border-box;
  min-width: 100%;
height: auto;
margin: 0;
paddding: 0;
position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;
  color: #f9f9f9;
  font-family: "Cambria";
}

a.menu-link, .dropdown a{ 
  text-decoration: none;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;text-transform: uppercase;
}

.navigation-menu__labels ul li{float: left;
padding-left: 40px;
padding-top: 0;
padding-bottom: 0;}
.dropdown a {
color: #000;
font-size: 13px;
padding: 6px 10px;
border-bottom: 1px solid #000;
  }
  
  
@media only screen and (min-width: 768px) {
  .navigation-menu {
    justify-content: space-between;
    padding: 10px 16px;
  }
}

.navigation-menu__overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.3s;
}

body.open .navigation-menu__overlay {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .navigation-menu__overlay {
    display: none;
  }
}

.hamburger-menu {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
}

#close-icon {
  display: none;
  color: #000;top: -23px;
left: 0px;
position: relative;
}

@media only screen and (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

.site-identity-logo {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  &:hover {
    color: #00ffff;
  }
}

.navigation-menu__labels {
  position: fixed;
  visibility: hidden;
  z-index: 3;
  top: 50px;
  left: 0;
  width: 50%;
  height: auto;
  padding: 20px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  background: #000000;
  transition: translate 0.3s;
  translate: -100% 0;
  :hover {
    color: #00c6ff;
  }
}

@media only screen and (min-width: 768px) {
  .navigation-menu__labels {
    position: static;
    top: 0;
    left: 0;
    translate: 0 0;
    width: auto;
    background: transparent;
    flex-direction: row;
    visibility: visible;
  }
}

body.open .navigation-menu__labels {
  translate: 0 0;
  visibility: visible;
}

.navigation-menu__labels > button {
  color: #f9f9f9;
  background: transparent;
  padding: 0 8px;
}

.navigation-menu__labels > button.active {
  color: inherit;
}

@media all and (max-width:780px) {
.contactpage h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1e43;
  margin-bottom: 20px;
}
.contactright textarea {
  width: 90.7%;
  }
  .contactright input {
  width: 98.5%;}
  
.form-row input {
  width: 91%;
  float: none;
  margin-right: 0;
  margin-bottom: 0px;
}
.contactleft {
  width: 100%;
  float: none;
}

.contactright {
  width: 100%;
  float: none;
}
.rightcopy ul li {
  float: none;}
.maincopy {
  border-top: 1px solid #A4B9C8;
  padding-top: 20px;
  margin-top: 0px;
}
.rig-footer {
  padding-top: 30px;
  padding-right: 20px;
  float: none;
}
.rightcopy ul li {
  display: inline-block;
  padding-right: 10px;
}
.lifecopy, .rightcopy {
  float: none;
  width: 100%;
  text-align: center;
margin-bottom: 10px;
}
.mainfooter {padding-bottom: 30px;
  background-size: cover;
}
#subject {
  width: 92%;
  background: transparent;
  border: 1px solid #243948;
  color: #fff;
  padding: 10px;
  font-family: arial;
  font-size: 12px;
}

.le-footer #lname {
  width: 92%;
  background: transparent;
  border: 1px solid #243948;
  color: #fff;
  padding: 10px;
  margin-bottom: 12px;
}
.le-footer {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  float: none;
}

.le-footer #fname {
  width: 92%;
  background: transparent;
  border: 1px solid #243948;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.atestpleft {
  float: none;
  width: 100%;
}
.latestnews {
  background: url(http://creatvmind.org/web/otcmarketpro/images/latestbg.png) no-repeat;
    background-size: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}
 .serv-left img, .atestpleft img{
  width: 100%;
}
.serv-left {
  float: none;
  width: 100%;
  }
  
  .serv-right img {
  width: 100%;
}

.rightpro {
  padding-top: 40px;
  float: none;
  width: 100%;
  }
.medilpro {
  padding-top: 40px;
  float: none;
  width: 100%;}

.leftpro {
  float: none;
  width: 100%;}
.mainProducts {
  background: url(http://creatvmind.org/web/otcmarketpro/images/banner11.jpg) no-repeat;
    background-size: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  background-size: cover;
}
.about-sec {
  margin-top: 0;}
.about-twor {
  width: 100%;
  float: none;
  margin-top: 10px;
}
.about-twol {
  width: 100%;
  float: none;
}

.about-twol img{
  width: 100%;
}
.main-banner p {
  color: #000;
  width: 100%;}
.main-banner {
  padding-top: 240px;
  padding-bottom: 40px;}
.main-banner h1 {
  text-transform: uppercase;
  margin: 10px 0px;
  color: #1a1e43;
  font-weight: bold;
  font-size: 32px;
  }
.main-header {
  position: relative;
  padding-top: 0;
background: transparent;
padding-bottom: 20px;
  }
  .header-menu{
    margin: 0;
  }
.dropbtn {
 color: #000;
  }
.site-identity-logo img {
  padding: 20px;
}
#open-icon{
color: #000;
  font-size: 32px;
}

.material-icons{
  font-size: 32px;
}
.navigation-menu__labels ul li {
  float: none;
  padding-left: 0px;}
  
  a.menu-link {
  color: #fff;}
}


@media all and (max-width:480px) {
a.menu-link, .dropbtn {
  color: #fff;
  font-size: 13px;
}

 .dropdown a {
  font-size: 13px;
}
.site-identity-logo img {
padding: 0;
  padding-bottom: 0px;
padding-bottom: 20px;
width: 80%;
  margin: 0px auto;
  text-align: center;
  float: right;
  padding-bottom: 0px;
  }

}














/* CSS Document */

