html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

header, nav, section, article, aside, footer {
   display:block;
}

nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}

.h_iframe        {position:relative; background-color: transparent;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

.container {
    width: 100%;
    max-width: 942px;
    margin: auto;
}

.adaptive-img {
	max-width: 100%;
	height: auto;
	margin: 0px;
}
.image-border {
	border-style:solid;
	border-width:5px;
	border-color:#d5d5d5;
}
.image-right-pad {
	margin-right: 15px;
}

#top-search-box-part {
	margin-top: 1%;
	margin-left: 58%;
	width: 379px;
	height: 33px;
	position: absolute;
	z-index: 997;
	display: table;
}

#top-search-box {
	width: 287px;
	height: 33px;
	float: left;
}
#top-search-box-infeild-box {
	max-width: 201px;
	width: 100%;
	height: 25px;
	float: left;
	border-top-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #ffffff;
	padding-left: 8px;
    padding-right: 8px;
	padding-top: 6px;
}
.top-search-text-feild {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    font-family: Calibri,"Lucida Sans Unicode",Arial;
    font-size: 14px;
    width: 100%;
}

#top-search-box-button-box {
	float: left;
}
.top-search-bt {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Calibri,"Lucida Sans Unicode",Arial;
    font-size: 14px;
    text-transform: uppercase;
	max-width: 69x;
    width: 100%;
	height: 33px;
	background-color: #2bbfdd;
}
.top-search-bt:hover {
	background-color: #626262;
}

#top-contact-box {
	width: 92px;
	height: 33px;
	float: left;
}

/* --------------body part----------------- */
#body-content {
	width: 100%;
	height: auto;
	word-wrap: break-word;
	display: table;
}
#body-content-in-part {
	max-width: 942px;
	width: 100%;
	margin-left: 30px;
	margin-right: 30px;
}

/* --------------------body Part------------------ */
.blu-head-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #05bae0;
	font-style: italic;
}
.blk-head-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #010101;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blk-mid-head-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #05bae0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
	text-align: left;
}
.body-text-sml {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 13px;
	color: #2b2b2b;
}
.body-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #2b2b2b;
	text-align: justify;
}
.body-text a{
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 22px;
	color: #292929;
	text-decoration: underline;
}
.body-text a:hover{
	color: #292929;
	text-decoration: none;
}
.body-text-itl {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #6e6d6d;
	font-style: italic;
	font-weight: bold;
}
.body-text-blue-itl {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #05bae0;
	font-style: italic;
	font-weight: bold;
}
.body-text-bold {
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 20px;
	color: #292929;
	font-weight: bold;
}
.body-text-bold-blue {
	font-family: Calibri, "Lucida Sans Unicode", Arial;
	font-size: 15px;
	line-height: 20px;
	color: #117ccc;
	font-weight: bold;
}

/* --------------------foter------------------ */
.foter_all_rights {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
}
.foter_all_rights_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #1299b6;
	font-weight: bold;
}


/*------------------------------ Landscape portrait tablet ----------------------------------------*/

@media screen and (max-width: 768px) { /* max-width: 680px */
#top-search-box-part {
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 396px;
	height: 33px;
	position: relative;
	z-index: 997;
	text-align: center;
}

.blu-head-text {
	font-size: 16px;
}
.body-text-sml {
	font-size: 12px;
}
.body-text-itl {
	font-size: 14px;
	line-height: 30px;
}

.container {
    width: 90%;
    max-width: 680px;
    margin: auto;
}
.wht-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 30px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blk-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 30px;
	color: #010101;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wht-mid-head-text {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
}
/* --------------body part----------------- */
#body-content {
	width: 100%;
	height: auto;
	word-wrap: break-word;
	display: table;
}
.body-text {
	text-align: left;
}
#body-content-in-part {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
#header {
	height: auto;
	font-size: 14px;
	text-align: center;
	z-index: 998;
}

}

@media screen and (max-width: 420px) {
#top-search-box-part {
	margin-top: 1%;
	width: 100%;
	height: 33px;
	position: relative;
	z-index: 997;
	text-align: center;
}
#top-search-box {
	width: 100%;
	height: 33px;
	float: left;
}
#top-search-box-infeild-box {
	width: 65%;
	height: 25px;
	float: left;
}

.top-search-bt {
    width: 69px;
	height: 33px;
}

#top-contact-box {
	display: none;
}
.body-text {
	font-size: 90%;
	line-height: 22px;
}
}

@media screen and (max-width: 320px) {
	#top-search-box-infeild-box {
	width: 60%;
	height: 25px;
	float: left;
}
.body-text {
	text-align: left;
}
}

/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/
