*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
.containerr
{
	width: 100%;
	height: auto;
}

.help img
{	 
	width:100%;
	
	box-shadow: grey 0.5em 0.5em 0.3em;
	border: 1px solid grey;
}
.query
{
	height:40px;
}
.kk
{
	margin-left:4%;
}
.help:hover
{
	margin-top:-12px;
	transition: .3s ease;
}
.kk:hover
{
	box-shadow: grey 0.5em 0.5em 0.3em;
	transition: .3s ease-out;
}
.vdeo
{
	margin-top: 10px;
}
.a1
{
	background-color: #1d437b;
	margin-left: 7%;
	margin-top: 3%;
	height:150px;
	border-radius: 105px;
}
.a1 a 
{
	text-decoration: none;
}
.a1 a:hover
{
	text-decoration: none;
}
.a1:hover
{
	opacity: 1;
	
	transition: .3s ease-in;		
	box-shadow: grey 0.5em 0.5em 0.3em;
}
.form-txt
{
	font-weight: 400;
	font-size: 21px;
}
.box
{
	width: 40%;
}
.career, .seller , .buyer
{
	text-decoration: none;
	color: white;
}
.buyer:hover
{
	text-decoration:none;
	color: white;
}
.seller:hover
{
	text-decoration:none;
	color: white;
}
.career:hover
{
	text-decoration:none;
	color: white;
}





			  	nav
          {
              /*box-shadow: 0 4px 4px 4px rgba(0,0,0,.2);*/
             /* border-bottom:1px solid black;*/
            background:white;
          }
          .dropbtn {
           
            color: black;
            font-size: 16px;
            border: none;
          }

          .dropdown {
            position: relative;
            display: inline-block;
          }
          .dropdown a
          {
            color:#1d437b;
            font-size:25px;
            font-family:Gabriola;
            font-weight:bold;
          }
          .dropdown-content 
          {
            display: none;
            position: absolute;
            background:white;
            min-width: 200px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            border-radius:20px;
          }

          .dropdown-content a
           {
              color:#1d437b;
            font-size:25px;
            font-family:Gabriola;
            font-weight:bold;
            padding: 10px 14px;
            text-decoration: none;
            display: block;
          }

          .dropdown-content a:hover {background-color:;text-decoration:none; border-radius:20px;}

          .dropdown:hover .dropdown-content {display: block;}
          ul li a
          {
            position:relative;
            color:#1d437b;
            font-size:25px;
            font-family:Gabriola;
            font-weight:bold;
          }
          ul li a 
          {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            
          }
            ul li a:hover
          {
            color:#ff4500;
          }

@media only screen and (max-width: 1150px) 
{
	  .query {
	    display:none;
	  }
  .kk
  {
  	/*display: none;*/
  	margin-left: 6%;
  }
 }
 @media only screen and (max-width: 730px) 
{
  .vdeo
  {
  	margin-top: 0px;
  }
  .box
  {
  	width: 100%;
  }
 }