.attach-bottom{
	margin-top:10px;
	
}
.blogimage {
margin-right:-12px;
 margin-bottom:10px; 
 padding:30px 20px 30px 20px;
 background-color:#D2D2D2;
}
.pricing-section
{
    height: 465px;
    padding-bottom: 235px;
    padding-top: 250px;
       background-image: url(../image/Pricing.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pricing-section h1
{
	    text-align: center;
    font-size: 65px;
    color: #fff;
    font-weight: bold;
}
.servicebox
{
	    background: #ccc;
		margin-bottom: 25px;
		padding-bottom: 10px;
}

td{
	    padding: 10px;
		    font-size: 20px;
}

th{
	    padding: 10px;
		    font-size: 20px;
}

/*font code*/

input[type=text],input[type=email], input[type=file], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #444444;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	width: 200px;
}

input[type=submit]:hover {
    background-color: #444444;
}

.formback
{
	    background: #fbd925;
    padding: 25px;
    margin-bottom: 25px;
}

.formback h3
{
	    font-weight: bold;
    margin-bottom: 25px;
}

.contactform
{
	    background: #ccc;
    padding: 25px;
    margin-bottom: 25px;
}

.contactform h5
{
	    margin-top: 20px;
}
.addressdts
{
	   background: #ffee96;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 20px
}
.submitbutton
{
	    text-align: center;
		margin-top:30px;
}

.fileupload
{
	        background: #fcf8e3;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    font-size: 18px;
}


.contactotp
{
	    background: #fcf8e3;
    padding: 10px;
	margin-top:9px;
	text-align:center;
	
	width:160px;
}
.contacticon
{
	    position: relative;
    left: -40px;
    margin-top: 25px;
}

.
.homepage h1
{
	font-size: 60px;
    color: #fff;
}

.homepage p
{
	    color: #fff;
    font-size: 20px;
}

.homepage button
{
	width: 190px;
    height: 45px;
    font-size: 18px;
    background: #fbd223;
}
@media only screen and (min-width:323px) and (max-width:460px){
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 52%;
    text-align: center;
    width: 33px;
    height: 36px;
    font-size: 19px;
    background: #0a0a0a;
    color: #fff;
    line-height: 38px;
    margin: 0px;
    padding: 0px;
}
input[type=submit] {
    background-color: #444444;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 184px;
    margin-left: 83px;
}
.homepage h1 {
    font-size: 38px!important;
    color: #fff;
    margin-left: 55px!important;
}
.homepage p {
    color: #fff;
    font-size: 16px;
    margin-left: 35px;
}

.homepage button {
    width: 190px;
    height: 45px;
    font-size: 18px;
    background: #fbd223;
    margin-left: 62px;
}			
}
@media only screen and (min-width:360px) and (max-width:375px){
	
	.submitsize{
		    margin-left:-8px;
	}
}
@media only screen and (min-width:765px) and (max-width:865px){
	.readone{
		    margin-left: 167px;
	}
	.submitsize{
		    margin-left: 166px;
	}
}
@media only screen and (min-width:1064px) and (max-width:2560px){
	.readone{
		    margin-left: 177px;
	}
	.submitsize{
		    margin-left: 176px;
	}
}
@media only screen and (min-width:1024px) and (max-width:1044px){
	.readone{
		    margin-left: 144px;
	}
	.submitsize{
		    margin-left: 145px;
	}
}
@media only screen and (max-width:320px){
	
	
	.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 55%;
    text-align: center;
    width: 32px!important;
    height: 35px!important;
    font-size: 20px!important;
    background: #0a0a0a;
    color: #fff;
    line-height: 35px;
}
.homepage h1 {
    font-size: 38px!important;
    color: #fff;
    margin-left: 55px;
}
.homepage p {
    color: #fff;
    font-size: 16px;
    margin-left: 28px;
}
.homepage button {
    width: 190px;
    height: 45px;
    font-size: 18px;
    background: #fbd223;
    margin-left: 50px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 40px!important;
}
input[type=submit] {
    background-color: #444444;
    color: white;
    padding: 5px 14px!important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 73px!important;
    margin-top: 5px!important;
    margin-left: 61px!important;
}
.contactform h5 {
    margin-top: 20px!important;
    margin-left: -19px!important;
}			
}


.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px 0px 0px 0px;
}

@media only screen and (min-width:1024px){
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 55%;
    text-align: center;
    width: 40px!important;
    height: 40px!important;
    font-size: 20px!important;
    background: #0a0a0a;
    color: #fff;
    line-height: 38px;
}
}


td{
	    padding: 10px;
		    font-size: 20px;
}

th{
	    padding: 10px;
		    font-size: 20px;
}

/*font code*/

input[type=text],input[type=email], input[type=file], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #444444;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	width: 170px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formback
{
	    background: #fbd925;
    padding: 25px;
    margin-bottom: 25px;
}

.formback h3
{
	    font-weight: bold;
    margin-bottom: 25px;
}
.footerh2 p{
	color:#121212;
}
.footerh2 h2{
color:#494545;
}
.addressdts
{
	   background: #ffee96;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 20px
}
/* .logo img
{
    width: 150px;
    position: relative;
    top: -10px;
}
.navhead
{
	    background: #fff;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	    color: #555;
    background-color: #fbd925;
	
} */

/* .servicebox
{
	    background:#D2D2D2;
		    margin-bottom: 25px;
} */


/* .social-circle li
{
	float:left;
	    list-style-type: none;
		    margin-right: 10px;
}
.social-circle li a {
       display: inline-block;
    position: relative;
    margin: -4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 55%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: #0a0a0a;
    color: #fff;
	    line-height: 50px;
} */

/* .social-icon
{
	    margin-top: 35px;
} */
/* footer
{
	    background: #fbd925;
}

.uparrow
{
	    background: #d6b400;
		    text-align: center;
}
.uparrow a
{
color:#fff;
    font-size: 30px;
    font-weight: bold;	
}
.card img
{
	    width: 50px;
    margin-top: 10px;
	margin-bottom: 10px;
}
.copyright a
{
	    color: #000;
    font-size: 16px;
}
.footermenu
{
	    margin-bottom: 20px;
}
.footermenu a
{
	color:#121212;
	font-size:18px;
	
    padding-left: 10px;
}
.social-circle li
{
	float:left;
	    list-style-type: none;
		    margin-right: 10px;
}
.social-circle li a {
       display: inline-block;
    position: relative;
    margin: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 55%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: #0a0a0a;
    color: #fff;
	    line-height: 42px;
}

.social-icon
{
	    margin-top: 35px;
		margin-left: -35px;
} */