
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'),
       url('../fonts/Roboto-Light.ttf') format('truetype'),
       url('../fonts/Roboto-Light.woff') format('woff'),
       url('../fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
       url('../fonts/Roboto-Medium.ttf') format('truetype'),
       url('../fonts/Roboto-Medium.woff') format('woff'),
       url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
       url('../fonts/Roboto-Regular.ttf') format('truetype'),
       url('../fonts/Roboto-Regular.woff') format('woff'),
       url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}



html, body, div, span, applet, object, iframe,
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%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body{ margin:0; padding:0; font-family: 'Roboto'; background:#fff;}
a{ margin:0; padding:0; text-decoration:none !important;  outline:none !important; -moz-transition:.4s; -webkit-transition:.4s; -ms-transition:.4s; -o-transition:.4s; transition:.4s;}
a:hover{ color:#00a651;}
::selection{ background:#00a651; color:#fff;}
::-moz-selection{ background:#00a651; color:#fff;}
::-webkit-selection{ background:#00a651; color:#fff;}
img{ max-width:100%; height:auto;}
ul{ margin:0; padding:0; }
li{ margin:0; padding:0;}
p{ padding:0; color:#555555; font-size:17px; font-family: 'Roboto'; margin:0 0 15px 0; font-weight:300;}
h1, h2, h3, h4, h5, h6{ margin:0; padding:0;  color:#151515;}
input, select, button{outline:none !important;}

.linkNavmain li{ margin-bottom:10px; }
.servicewrappeMain{ position:relative; padding-left: 300px;}
.servicewrappeMainDiv{ position:absolute; left:0; top:55px;}
.maxWidthallmain{  padding:0px 20px; max-width:1920px; margin:0 auto }
.maxWidthallmainField{ width:100%; border:1px #ddd solid; padding:10px; color:#333; font-size:15px; font-weight:normal; margin-bottom:15px; display:block}
.headerMain{ background:#144d80; font-size:30px; font-weight:bold; margin-bottom:20px; text-align:center; padding:15px; color:#fff}
.floatFirstmain1{ float:left; width:33.33%; padding:0 20px; box-sizing: border-box;}
.rowMain{ margin:0 -20px}
.floatFirstmain2{ float:left; width:50%; padding:0 20px; box-sizing: border-box;}
.floatFirstmain3{ float:left; width:100%; padding:0 20px; box-sizing: border-box;}
.floatFirstmain6{ float:left; width:50%; padding:0 20px; box-sizing: border-box;}
.floatFirstmain7{ float:left; width:30%; padding:0 20px; box-sizing: border-box;}
.floatFirstmain8{ float:left; width:70%; padding:0 20px; box-sizing: border-box;}

.floatFirstmain9{ float:left; width:33.33%; padding:0 20px; box-sizing: border-box;}
.maxWidthallmain span{ font-size:15px; display:block; margin-bottom:10px; font-weight:normal; text-transform:capitalize}

.floatFirstmain4{ float:left; width:25%; padding:0 20px; box-sizing: border-box;}

.radioMain1 input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radioMain1 input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioMain1 input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radioMain1{ position:relative}
.radioWrapperDiv{ position:absolute; left:0; top:0;}

.radioNav{ margin:0 0 20px; padding:0; text-align:center}
.radioNav li{ display:inline-block}
.radio-label{ padding-right:20px}

.selectMain select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background:none;
  background-image: none;
}
/* Remove IE arrow */
.selectMain select::-ms-expand {
  display: none;
}
/* Custom Select */
.selectMain {
  position: relative;
  display: flex;


  background:none; border:1px #ddd solid;
  overflow: hidden;

}
.selectMain select {
  flex: 1;
  padding: 10px; font-size:15px; width:100%;
  color: #333;
  cursor: pointer;   background: url(../images/menu-dropdown.png) right center no-repeat ;
}

/* Transition */
.selectMain:hover::after {
  color: #fff;
}

.aboulotePosition{ position:absolute; left:0; top:0; }

.container-checkbox {
    display:inline-block; padding-top: 2px;
min-height: 20px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px; padding-right:10px;
    cursor: pointer;
    font-size: 16px; text-transform:capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.generalwrapper{position: relative;
padding-left: 246px;
min-height: 41px;
padding-top: 2px;}
.generalwrapperDiv1{ position:absolute; left:0; top:0;}
.generalwrapperDiv2{ position:absolute; right:0; top:0;}
.headerMain12{ text-transform:uppercase; font-size:20px; margin-bottom:20px; margin-top:20px;}

