*
{
	margin:0px;
	padding:0px;
}
body
{
}
.header
{
background-image:url("../images/back.png");
position: relative;
height:100%;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center bottom;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e3e3e3;
background-color: #fff;
z-index: 1000;
padding:100px 0px;
}
.secoind
{   width: 60%;
    height: 71%;
    margin: auto;
	float:left;
}
.secoind_image
{   position: relative;
	background-image:url("../images/option-1.png");
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;
	top: 0px;
    width: 55%;
    height: 344px;
    float: left;
    left: 120px;	
}
.secoind_image h4
{
	color:#9fcc2c;
	top:65px;
	position: relative;
	left:72px;
	cursor:pointer;
	font-size:30px;
	text-transform:capitalize;
}
.secoind_image:hover 
{
	background-image:url("../images/option-5.png");  
}
.secoind_image2
{
    position:relative;
	background-image:url("../images/option-2.png");
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;	
   width: 280px;
height: 287px;
left: 357px;
top: 123px;
}
.secoind_image2:hover
{  
	background-image:url("../images/option-4.png");
}

.secoind_image2 h4
{
	color:#ff9300;
    position: absolute;
	top: 39px;
    left: 72px;
	cursor:pointer;
	font-size:35px;
	text-transform:capitalize;
}
.visa
{
	margin:20px 0px;
	width:500px;
}






@media only screen and (min-width:320px) and (max-width:460px)
{
	body{
		background-color:red;
	}
	.header
	{
		padding-top:30px;
	}
	.secoind_image h4
{   color:#fff;
	left:20px;
	font-size:40px;
	font-weight:bold;
}
.secoind_image2 h4
{
	color:#0000000;
	left:20px;
	font-size:40px;
	font-weight:bold;
}
	.secoind
{   width: 40%;
    height: 71%;
    margin: auto;
	float:left;
}
	.secoind_image
{   position: relative;
	background-image:url("images/option-1.html");
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;
	top: 0px;
    width:250px;
    height:344px;
    float: left;
    left: 0px;	
}
.secoind_image2
{
    position:relative;
	background-image:url("images/option-2.html");
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;	
   width: 250px;
height: 287px;
left: 7px;
top: 153px;
}
.secoind_image2:hover
{  
	background-image:url("images/option-4.html");
}
.secoind_image:hover 
{
	background-image:url("images/option-5.html");  
}
}


.dropdown-toggle {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}