.no-js #loader
{
    display: none;
}
.js #loader
{
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#fff;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.se-pre-con img {
	width:150px;
	height:150px;
}


/***************************/
body {
	background-color: #FFF;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	overflow-x: hidden;
}
 .side_navigation {
	/* margin: 200px 20px;
	background: #fff; */
	overflow: hidden;
	width: 100%;
	    margin-left: -35px;
	/* box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2); */
} 

ul.side_navigation {
    /* width: 100% !important; */
    width: 270px;
}
.side_navigation li {
	width: 100%;
	border-left: 5px solid #666;
	float: left;
	cursor: pointer;
	list-style-type: none;
	margin:5px 0px;
	padding: 23px 0px 10px 15px;
	/* background:#ffe7ae; */
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.side_navigation li:first-child {
    background: #f7df97;
    border-left: 5px solid #f1c74b;
}
.side_navigation li:nth-child(2) {
    background: #a0faff;
    border-left: 5px solid #7fdbe0;
}
.side_navigation li:nth-child(3) {
background: #d6f9a0;
    border-left: 5px solid #bce281;
}
.side_navigation li:last-child {
background: #fbb6b6;
    border-left: 5px solid #ef9b9b;
}
.side_navigation li h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	/* font-style: italic; */
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 16px;
}

.side_navigation li p{
	font-size: 11px;
	color: #999;
	font-family: "Open Sans", Arial, sans-serif;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

.side_navigation li:hover {
	background: #333;
	border-left: 5px solid #000;
}
/* .side_navigation li:first-child:hover {
	background: #f1c74b;
	border-left: 5px solid #f7df97;
} */
.side_navigation li:hover h2 {
	font-weight: bold;
	color: #fff;
}

.side_navigation li:hover p {
	color: #ccc;
	padding-left: 5px;
}



/*------------- Form ---------------*/

.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: rgba(255, 255, 255, 0);
    left: 20px;
    bottom: -330px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .8s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: -50px;
}

/*-- User Icon --*/

/* .nb-form .user-icon {
    position: absolute;
        top: -30px;
    right: 40px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
	    border: 3px solid #fff;

} */

/*-- Title --*/

.nb-form .title {
    background: #043c8f;
    font-size: 16px !important;
    padding: 10px 18px !important;
    color: #fff !important;
    border-radius: 5px 5px 5px 5px;
    width: 150px;
    margin: auto;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}
.nb-form span {
    font-size: 13px;
    margin: 0;
    padding: 15px;
        color: #b7a3a3;
}
.nb-form hr {
	margin:5px;
	/*  border-bottom: 1px solid #f0f0f0; */
	color:#f0f0f0;
}
.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
   /*  width: 254px;
    max-width: 254px; */
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #595959;
    border-bottom: 1px solid #f0f0f0;
}
.nb-form .textbox {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #595959;
    border-bottom: 1px solid #f0f0f0;
}



.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
           bottom: -410px;
        left: 50%;
        transform: translateX(-50%);
    }
	.mfimg {
		display:none !important;
	}
#popup {
    width: 90% !important;
    height: 375px;
    background: #FFFFFF;
    border: 4px solid #d8d8d8;
    border-radius: 4px;
   /*  -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    position: relative;
    top: 150px;
   /*  left: 0px !important; */
   margin:auto !important;
}
.popup_close {
	        position: relative !important;
       top: -390px !important;
    left: 175px !important;
    width: 40px;
    height: 40px;
	background:none;
	border:none;
}
}
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
#popup {
    width: 90% !important;
    height: 375px;
    background: #FFFFFF;
    border: 4px solid #d8d8d8;
    border-radius: 4px;
   /*  -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    position: relative;
    top: 150px;
   /*  left: 0px !important; */
   margin:auto !important;
}
.popup_close {
	        position: relative !important;
        top: -390px !important;
    left: 342px !important;
    width: 40px;
    height: 40px;
	background:none;
	border:none;
}
}
/*****************popup**************/

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}
#popup {
    width: 50%;
    height: 400px;
    background: #FFFFFF;
    border: 4px solid #d8d8d8;
    border-radius: 4px;
   /*  -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px; */
    position: relative;
    top: 100px;
    /* left: 375px; */
	margin:auto;
}
.popup_close {
	    position: relative;
        top: -392px;
    left: 335px;
    width: 40px;
    height: 40px;
	background:none;
	border:none;
}
.mfimg {
	position:fixed;
	top:0;
	left:0;
	z-index:1002
}
.free_img {
		    position: relative;
    left: 125px;
    top: -8px;
    z-index: 10;
    height: 40px;
	
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
     z-index: 1111111;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/**********************/
 #feedback {
    position: fixed;
    bottom: -280px;
    width: 350px;
    height: 320px;
    background-color: transparent;
    
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
	z-index:999;
}
#feedback_slide {
    height: 35px;
    cursor: pointer;
	text-align:left;
	position:absolute;
}

#feedback.open
{
    bottom: 0px;

}
.need_help .title {
	background: #043c8f;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 0px;
    color: #fff;
}
 .need_help #contents {
	background: #fff;
    padding: 0px 20px;
    margin-top: 40px;
}
.free_checkup {
	width: 40px;
    position: relative;
    margin-top: -25px;
    margin-left: -5px;
}

