/*************************
*******Typography******
**************************/
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/Roboto-Regular.ttf');
}

body{
  margin:0;
  font-family: 'Roboto-Regular', sans-serif; 
} 

.inline {
    display:inline-block;
}
.nopadding
{
	padding:0px;
}
.border 
{
	border:1px solid red;
}
.padding5
{
	padding:5px;
}
.paddingr2
{
	padding-right: 2px;
}
label .error
{
	font-color:red !important;
	font-style: normal;
}
.error{
	font-color:red;
	font-style: normal;
}
.forgot_account
{
	float:right !important; 
}
.deactivate_row
{
	background: rgba(255, 0, 0, 0.1) !important;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    background: #fff;
    border: none;
    border-bottom: 2px solid #00A65A;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    border-bottom-color: #ddd;
    color: #888;
}
#accordion .panel-title a:before{
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f107";
}
#accordion .panel-body{
    font-size: 15px;
    color: #8c8c8c;
    line-height: 25px;
    background: #f6f6f6;
    border: none;
    padding: 14px 20px;
}

fieldset
{
    border: solid 1px #000;
    padding:10px;
    display:block;
    clear:both;
    margin:5px 0px;
}
legend
{
    padding:0px 10px;
    background:black;
    color:#FFF;
}
#buildyourform input.fieldname
{
    margin:5px;
}
#buildyourform select.fieldtype
{
    margin:5px;
}
.fieldname
{
    display: inline-block;
}
.inline
{
    display: inline-block;
}
.control-label
{
    width:85%;

}
.controls
{
    width:15%;
    float:right;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-s6z2{text-align:center}
.tg .tg-lqy6{text-align:right;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}

.none
{
    display: none;
}

.subquestion
{
    margin-left: 30px;
}

.marginbottom10
{
    margin-bottom: 10px;
}

@media only screen and (max-width: 1300px) {
    .table-responsive
    {
      display:block ;
    }
}

.bggrey
{
    background-color: red !important;
}

.margin_top10
{
    margin-top: 10px;
}

.home_banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), rgba(0, 0, 0, 0.6) url("../img/form.jpg") no-repeat bottom;
   background-size: cover;  
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;    
  -moz-background-size: cover;  
  height:700px;
  position:relative;
  padding: 60px;
  z-index: 0
}

.wrapper
{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 342px;
    right: 0;
    text-align: center;
    font-size: 0;
    background: url("../img/wrapper.png") no-repeat;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form_img_container
{
    min-height:500px;
    padding-right: 0px;
    padding-left: 90px;
}



.form_img
{
    width:100%;
    height: 650px;
    box-shadow: 0 20px 30px 0 rgba(255, 2525, 255, 0.3), 0 6px 20px 0 rgba(255, 2525, 255, 0.4);
    /*transform: rotate(3deg);*/
    margin-top: 65px;
    position: relative;
    z-index: 1;
}

.home_text_container
{
    margin-top: 110px;
    padding: 0px;
}
.home_banner_main_text
{
    color:white;
    font-family: 'Roboto-Bold',sans-serif;
    font-size: 52px;
    margin-top: 5px;
    text-shadow: 2px 2px 4px #000000;
}
.home_banner_sub_text
{
    color:white;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 26px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px #000000;
}
.custom_navbar
{
    position: absolute;
    background: transparent;
    border: none;
    width: 100%;
}

.navbar-brand
{
    padding-left: 0px;
}

.custom_btn
{
    font-family: 'Roboto-Regular', sans-serif;
    margin-top: 20px;
    font-size: 18px;
    border:2px solid white;
    text-transform: uppercase;
    width: 80%;
    text-align: center;  
    background: #003999;
}

.custom_btn:hover, .custom_btn2:hover
{
   background: #003999;
}

.custom_btn2
{
    font-family: 'Roboto-Regular', sans-serif;
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    border:2px solid white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;  
    background: #003999;

}
.home_banner_sub_text_2
{
    color:white;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 3px #000000;
    margin-top: 20px;
}
.home_banner_sub_text_2 i 
{
    margin-right: 10px;
}

.features_section
{
    position: relative;
    z-index: 100;
    width: 100%;
    background: #FAFAFA;
    -webkit-box-shadow:0px 1px 1px #D8D8D8;
     -moz-box-shadow:0px 1px 1px #D8D8D8;
     box-shadow:0px 1px 1px #D8D8D8;
     padding-bottom: 80px;
    min-height: 450px;
}

.features_main_text
{
    color:#565656;
    font-family: 'Roboto-Regular',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top:-20px;
}

.features_box
{
    margin-top: 10px;
    height: 260px;
    padding:30px 50px 0px 50px;
    border:1px solid #DDDDDD;
    background: white;
    -webkit-box-shadow:0px 2px 1px #D8D8D8;
     -moz-box-shadow:0px 2px 1px #D8D8D8;
     box-shadow:0px 2px 1px #D8D8D8;
}

.features_logo
{
    height: 100px;
}

.features_box p
{
    margin-top: 30px;
    font-family: 'Roboto-Medium',sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.heading_divider {
    width: 180px;
    height: 4px;
    background: #565656;
    margin: -10px auto;
}

.features_box_container
{
    margin-top: 35px;
}

.details_main_container
{
    min-height: 500px;
    padding-top: 50px;
}

.details_container
{
    padding-bottom: 50px;
}

.details_main_text
{
    font-family: 'Roboto-Regular',sans-serif;
}

.details_sub_text
{
    margin-top: 20px;
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}
.rating_number
{
    font-family: 'Roboto-Bold';
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.rating_main_container{
    padding-top: 40px;
}
.rating_text_container
{
    margin-top: 5px;
    border-right: 2px solid #dedede;
    padding:0px;
}
.rating_text_container p
{
    margin-top: 0px;
}

/****** Style Star Rating Widget *****/
.rating_container
{
    padding-top: 0px;
}
.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: -5px 5px 0px 3px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label
    { color: #FFD700;  }
  /*show gold star when clicked 
.rating:not(:checked) > label:hover, /* hover current star 
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
/*
.rating > input:checked + label:hover, /* hover current star when changing rating
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } */

.votes_number
{
    margin-right:30px;
    margin-top: -20px;
}
.votes_number span
{
    color:red;
    font-weight: bold;
}

.padding0
{
    padding:0px;
}

.whats_included
{
    font-size: 28px;
    margin-top: 30px;
}

.green
{
    color:green;
}

.whats_included_text
{
    font-size: 1.1em;
}

.whats_included_text span
{
    margin-left: 10px;
}

footer
{
    width: 100%;
    padding: 20px 20px 0px 20px;
    background: #262B31;
}

.footer_text
{
    color:#fff;
}

.footerLinks ul li
{
    display: inline-block;
}

.footerLinks  ul li
{
  color: rgba(255,255,255,0.4);
  font-family: 'Roboto',sans-serif; 
  border-right: 2px solid #d0d0d0;
  padding-right: 10px;
}

.footerLinks  ul li a
{
  color: #D6D6D6;
  font-family: 'Roboto',sans-serif; 
  padding-right: 10px;
}

.footerLinks  ul li:nth-child(n+1) {
    padding-left:10px;
}

.footerLinks  ul li:last-child {
    border:none;
}
 
.testimonials
{
  min-height: 300px;
  box-shadow: 0 1px 18px 0 rgba(0,0,0,.05);
  padding-bottom:50px;
  z-index: 5;
}

.testimonial_container
{
  min-height:500px;
  padding:0em 0em 2em 0em;
}
.testimonial{
    margin: 0 15px;
}
.testimonial .content{
    padding: 15px 10px;
    border-radius:6px;
    margin-bottom: 15px;
    position: relative;
    background:#ECECEC;
    min-height: 100px;
}
.testimonial .content:after{
    content: "";
    border-top: 10px solid #ECECEC;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;   
}
.testimonial .description{
    margin-bottom: 10px;
    color:black;
    font-family: 'DroidSans';
}
.testimonial-pic{
    float:left;
}
.testimonial-pic > img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    -moz-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.testimonial .testimonial-review{
    margin:3px 0 0 15px;
    float: left;
}
.testimonial .testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
}
.testimonial > .testimonial-review span{
    color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
}
.testimonial .social-links{
    padding:0;
    margin:0;
}
.testimonial .social-links > li{
    list-style:none;
    display:inline-block;
    margin-right:10px;
}
.testimonial .social-links > li > a.fa-twitter{
    color:#00aced;
}
.testimonial .social-links > li > a.fa-facebook{
    color: #3b599a;
}
.testimonial .social-links > li > a.fa-instagram{
    color:#E14782;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #565656;
}
.owl-theme .owl-controls .owl-page span{
    background: #333;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height:10px;
    margin: 5px 6px;
}

.heading_divider2 {
    width: 120px;
    height: 4px;
    background: #565656;
    margin: 10px auto;
}

.testimonials_header
{
    color:#565656;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    letter-spacing: 1px;
}


/* Desktop */
@media screen and  (max-width: 1200px) { 
    .features_main_text {
        margin-top: 20px !important;
    }

    .rating_sub_container
    {
        padding: 0px;
    }
}



/* Desktop */
@media screen and (min-width: 769px) and (max-width: 1024px) { 
    .features_main_text {
        margin-top: 20px !important;
    }
    .whats_included_container {
        text-align: center;
    }
    .votes_number
    {
        text-align: left;
    }
}



/* iPad */
@media screen and (max-width: 768px) {
    .features_main_text {
        margin-top: 20px;
    }
    .votes_number
    {
        text-align: left;
    }
    .whats_included_container {
        text-align: center;
    }
}

/* samsung galaxy tab */
@media screen and (max-width: 603px) { 
    .features_main_text {
        margin-top: 20px;
    }
    .votes_number
    {
        text-align: left;
    }
    .whats_included_container {
        text-align: center;
    }
}

/* iphone 6+ */
@media screen and (max-width: 414px) {
    .features_main_text {
        margin-top: 20px;
    }
}

/* iphone 6 */
@media screen and (max-width: 375px) { }

/* Galaxy S5 */
@media screen and (max-width: 360px) { }

/* iphone 5 */
@media screen and (max-width: 320px) { }


@media screen and (max-width: 430px) {
    .home_banner_main_text {
        font-size: 42px !important;
    }
}

/*Loader CSS*/
.loader-pencil-content {
    display: none;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  z-index: 9999;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -ms-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
   opacity: 1;
}

.loader-pencil-content:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
}

.pencil {
    border-radius: 4px;
    display: block;
    left: 50%;
    margin: 0 auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 160px;
}

.edit03 .selected {
    border: 2px solid #1673af;
    border-radius: 0;
}

svg#loader-pencil {
  fill: #C92127;
  width: 80px;
}

@media screen and (max-width: 430px) {
    .home_banner_main_text {
        font-size: 42px !important;
    }
}