/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "GothamRndBook", "Gotham Rounded B","arial";
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.svg#OpenSansBold') format('svg');
    src: local("GothamBold"),
         url('../../../../Fonts/fonts/Gotham-Bold.eot?iefix') format('embedded-opentype'),
         url('../../../../Fonts/fonts/Gotham-Bold.woff') format('woff'),
         url('../../../../Fonts/fonts/Gotham-Bold.ttf') format('truetype'),
         url('../../../../Fonts/fonts/Gotham-Bold.svg#OpenSansBold') format('svg');
    font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/Gotham-Book.svg#OpenSansBold') format('svg');
    
    src: local("GothamBook"),
         url('../../../../Fonts/fonts/GothamRndBook.eot?iefix') format('embedded-opentype'),
         url('../../../../Fonts/fonts/GothamRndBook.woff') format('woff'),
         url('../../../../Fonts/fonts/GothamRndBook.ttf') format('truetype'),
         url('../../../../Fonts/fonts/GothamRndBook.svg#OpenSansBold') format('svg');
    font-weight: normal;
	font-style: normal;
}




body{

}
.container{
margin: 0px auto ;
	padding:0px;
	width:95%;
	background-color:white;
	margin-left:20px;
}
div p.mainHeading{
	color: #00205b;
	font-size: 30px;
	margin-top:46px;
	margin-bottom:22px;
	font-weight:bold;
}
div p.placeHolder{
	font-family: GothamRndBook;
	color: #666666;
	font-size: 12px;
	font-weight:bold;
}
div input.placeHolder{
	font-family: GothamRndBook;
	font-size: 14px;
}
div select.placeHolder{
	font-family: GothamRndBook;
	color: #666666;
	font-size: 14px;
}
div .secondHead{
	font-family: GothamBold;
	color: #00205b;
	font-size: 18px;
}
div .thirdHead{
	font-family: GothamBold;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top:20px !important;
	font-weight:bold;
}
.rectangle {
	width: 200px;
	height: 100px;
	background:#B5E5F5;
	margin-bottom: 40px;
}
.importantStar{
	color: #e44141;
}
.buttonSpacing{
	margin-top: 44px;
	margin-bottom: 78px;
	 background-color: #019cde !important;
	 color:white !important;
	 text-indent:2px !important;
	 width:150px !important;
}
.buttonSpacing1{
	margin-top: 44px;
	margin-bottom: 78px;
	 background-color: #008B8B;
	 color:white !important;
	 text-indent:2px !important;
	 width:150px;
}
.buttonSpacing2{
	margin-top: 44px;
	margin-bottom: 78px;
	 background-color: #FF0000 !important;
	 color:white !important;
	 text-indent:2px !important;
	 width:150px;
}
.topMargin{
	margin-top:39px !important;
}
.bottomMargin{
	margin-bottom: 58px !important;
}
select,input{
	border-radius:60px;
	    width: 300px;
      border:1px solid #ccc;
      text-indent: 20px !important; 
      outline:none;
	    font-family: GothamRndBook;
    font-size: 14px;
}
    
}
select{
  height: 40px;

}
.paraRight{

    display: inline-block;
    width: 44%;
    float: left;

}

.select-box {
	background: #fff;
	border:1px solid #ccc;
	border-radius:60px;
	width: 305px;
    height: 44px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.select-box input {
	border: 1px solid #fff;;
	width: 300px;
	height: 38px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
/*.select-options {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: GothamRndBook;
	position: absolute;
    background: #fff;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 15px;
    display: none;
    font-size: 20px;
}*/
.selectParent{

    overflow:hidden;
}

.selectParent3{

    overflow:hidden;
}
.selectParent select{
        width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
   
    padding: 2px 2px 2px 2px;
    background: transparent url("../Images/select-arrow.png") no-repeat 261px center;
    margin: 0;
    height: 39px;
    background-size: 40px 40px;
  
}
.selectParent3 select{
        width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
   
    padding: 2px 2px 2px 2px;
    background: transparent url("../Images/select-arrow3.png") no-repeat 261px center;
    margin: 0;
    height: 39px;
    background-size: 40px 40px;
  
}
.selectParent1 select{
        width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
   
    padding: 2px 2px 2px 2px;
    background: transparent url("../Images/select-arrow2.png") no-repeat 261px center;
    margin: 0;
    height: 39px;
    background-size: 40px 40px;
  
}
.selectParent select::-ms-expand 
{
    display: none;
}

.selectParent3 select::-ms-expand 
{
    display: none;
}

.select-options 
{
    font-family: GothamRndBook;
    font-size:14px;
    color:#666666;
    }
.select-options li {
	padding: 5px 10px;
	cursor: pointer;
}
.select-options li:hover {
	background: #ddd;
}
input{
	  height: 36px;
}
textarea{
	border-radius: 15px;
	width:100%;
	height:176px;
	padding:10px;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
button{
	border-radius: 60px;
	 width: 300px;
      border:1px solid #ccc;
      text-indent:2px;
      background-color: #019cde !important;
      height:39px;
      color:white !important;
  }
.extraSpacing{
margin-bottom: 39px;	
}
/* .paraSpace{
margin-top:-35px;
margin-bottom:23px;	
padding-right:275px;
}
}
 */
 .inputWidth{
 width:320px;
 float:left;
 }
div .messageAlign{
	font-family: GothamRndBook;
	color: #666666;
	font-size: 12px;
	margin-left: 543px;
    margin-top: 20px;
}

.select-arrow {
    height: 42px;
    width: 36px;
    background: #019cde;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0px;
    top:0;
    border-radius: 0 60px 60px 0;
}
.error-msg
{
    color:#e44141;
    font-family:GothamRndBook;
    font-size:14px;
    margin-top: 5px
}
.clear {
	clear:both;
}
.divBlock {
	/*overflow:hidden;*/
}
.g-recaptcha{
    padding-top: 20px;
}
.emptyHeight{
height:250px;
}
.productHeight{
height:250px;
}
@media only screen and (max-device-width:767px) {
.container{
width: 90%;
height: auto;

margin-left:5%;
}
select,input,button{
	width:99% !important;
	box-sizing:border-box;
}
textarea{
width:98% !important;
height:65px;
}
input{
height:45px;
box-shadow:none;
}
.messageAlign{
	float: right;
   font-family: GothamRndBook;
	color: #666666;
	font-size: 24px;
}
.rectangle {
	width: 497px;
    height: 300px;
	background:#B5E5F5;
	margin-bottom: 40px;
}
.select-box {
	width: 100%;
	height: 50px;
}
.select-box input {
	width:100%;
	height: 50px;
}
.select-options {
	width: 90%;
	font-size: 24px;
}
.select-arrow {
    height: 100%;
    width: 50px;
    line-height:78px;
}
.selectParent select
{
    height:45px;
    width: 100%;
     background-size: 50px 50px !important;
    background: transparent url("../Images/select-arrow.png") no-repeat 100% center;
    
    }
    .selectParent3 select
{
    height:45px;
    width: 100%;
     background-size: 50px 50px !important;
    background: transparent url("../Images/select-arrow3.png") no-repeat 100% center;
    
    }
    div p.mainHeading{
	font-family: GothamBold;
	font-size: 28px;
	margin-top:69px;
	margin-bottom:39px;
}
div p.placeHolder{
	font-family: GothamRndBook;
	font-size: 16px;
	line-height:20px;
}
div input.placeHolder{
	font-family: GothamRndBook;
	font-size: 24px;
}
div select.placeHolder{
	font-family: GothamRndBook;
	font-size: 18px;
}
div .secondHead{
	font-family: GothamBold;
	font-size: 24px;
}
div .thirdHead{
	font-family: GothamBold;
	font-size: 24px;
	margin-bottom: 24px;
	margin-top:36px;
}



.select-options 
{
    font-family: GothamRndBook;
    font-size:24px;
    }




div .messageAlign{
	font-family: GothamRndBook;
	
	font-size: 24px;
	margin-left: 390px;
    margin-top: 20px;
}


.error-msg
{
    color:#e44141;
    font-family:GothamRndBook;
    font-size:18px;
    margin-top: 5px
}
.paraSpace {
    margin-top: 21px;
    margin-bottom: 23px;
	padding-right:0px;
}
.paraRight {
    display: flex;
    width: 100%;
   
}
.inputWidth{
 width:99%;
 }
 
.buttonSpacing{
-webkit-appearance:none !important;

}
#emptyImageDiv{
display:none;
}
}

@media only screen and (max-device-width:320px){
.container{
width: 90%;
margin: 0px auto;


}
	
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px){
.paraRight{
margin-left:55px;
width: 44%;
}

textarea{
width:93% !important;
}

.buttonSpacing{
-webkit-appearance:none !important;
}
#emptyImageDiv{
display:none;
}
}


.selectParent img{
	margin:0px auto;
}
.selectParent3 img{
	margin:0px auto;
}

#rdProduct1, input[type="radio"]{
	margin:3px auto 0 !important;
	width: 100% !important;
	display: block !important;
}

.selectParent label{
	margin:0px auto;
	text-align: center;
}


/*div.divBlock > div:nth-child(1){
	display: none;
}*/


@media (max-width:375px) {
	.block-height {
		height:200px;
	}
}