/* Enter Your Custom CSS Here */
.details_title {
    font-weight: bold;
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #ccc;
}
.ctform input[type='text'], .ctform input[type='email'] {
    width: 96%;
    height: 2.9em;
    padding: 0 2%;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #414141;
    font-family: 'hindregular';
}
.ctform textarea {
    width: 96%;
    padding: 20px 2%;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #414141;
    font-family: 'hindregular';
}
.at-info-box {
    border: 1px solid #eeeeee;
    padding: 30px 20px;
	  margin-bottom: 16px;
	display: flex;
}
.at-info-box p{padding-bottom:0;}
.at-info-box i {
    font-size: 18px;
	margin-right:10px;
	 padding-top: 6px;
}
.at-info-box2{
	border: 1px solid #eeeeee;
    padding: 30px 20px 50px 30px;
	  margin-bottom: 16px;
}
.at-info-box2 i{ margin-bottom:10px; margin-right:5px;}
.at-info-box2 span{ float:left; width: 50%;     padding-bottom: 10px;}

.clear{ clear:both;}


.newsletterbox{float: left!important;  width: 32%;}

.rightBox{ float: right!important; width: 32%; text-align: right;}
.rightBox .signup_form div{     width: 100%;
    max-width: 200px;
    height: 70px;
    margin: 0 auto; margin-bottom: 15px;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    border: 4px #666 solid;}


@media screen and (max-width: 1003px) {
	header .headmid .headerRight{width: 300px!important;}
}

@media screen and (max-width: 600px) {
	header .headmid .headerRight{position: inherit!important; width: 100%!important; right: auto!important; left: auto!important; text-align: center;}
	header .headmid .headerRight span i, header .headmid .headerRight a i{font-size: 18px;}
	.social-icons i{top: 9px; left: 9px;}
	
}

@media screen and (max-width: 480px) {
	.social-icons {
    margin: 8px 0 17px 0;
}
}
