html{
    height:100%;
}
body{
    height:100%;
}
*{
    font-family: 'Lino Regular', 'Open Sans', Tahoma, Arial, helvetica, sans-serif;
    font-weight: 100;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/svg-loaders/estbyani-icon.svg') 50% 50% no-repeat rgb(249,249,249);
}
/*font*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/*english*/
/*@font-face {
    font-family: 'Open Sans';
    src: url(../font/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url(../font/OpenSans-Bold.ttf);
}*/
/*arabic*/
  @font-face {
    font-family: 'Lino';
    src: url(../font/Linotype-Light.ttf);
}
  @font-face {
    font-family: 'Lino Regular';
    src: url(../font/Linotype-Regular.ttf);
}

@font-face {
    font-family: 'Lino Bold';
    src: url(../font/Linotype-Bold.ttf);
}
/*@font-face {
    font-family: 'Open Sans';
    src: url(../font/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url(../font/OpenSans-Bold.ttf);
}*/
.light{
    font-family: 'Lino'
}
.bold, b{
  /*font-family: 'Open Sans Bold', 'GESS Bold';*/
   font-family: 'Lino Bold';
  font-weight: 700;
}

.bold-number{
    font-family: 'Lino Bold';
}
.light-number{
    font-family: 'Lino'
}
.regular{
     font-family: 'Lino';
}
.white-text{
    color:#fff;
}
.black-text{
    color:#333 !important;
}
strong, b{
  font-weight: 700
}
/*h1, h2, h3, h4, h5, h6, p{
    font-weight: 100 ;
}*/
@media(min-width: 0){
    .text-xs-center{
    text-align: center;
  }
}
@media(min-width: 768px){
  .text-xs-center{
    text-align: inherit;
  }
}
/*font*/
h1, h2,h3,h4,h5,h6, p{
  font-weight: 100;
}
p{
  font-size: 16px;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl
}
.no-padding{
    padding:0px !important;
}
.no-margin{
    margin:0 !important;
}
::selection {
  background: #01a094;
  color:#fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #01a094;
  color:#fff; /* Gecko Browsers */
}

#tagline {
  font-family: dest;
}
@-moz-document url-prefix() {
  #tagline {
    font-family: "georgia";
    font-style: italic;
    font-size-adjust: 0.36;
    margin-bottom: 20px;
  }
}
/*links*/
a {
    color: #303030;
    text-decoration: none;
    transition:all .3s ease-in-out;
}
a:hover, a:focus {
    color: #01a094;
    text-decoration: none;    
    transition:all .3s ease-in-out;
}
a.a-green{
    color: #01a094;
    text-decoration: none;
    transition:all .3s ease-in-out;
}
a:hover, a:focus {
    color: #01a094;
    text-decoration: underline;    
    transition:all .3s ease-in-out
}
body{
    color: #303030;
}

.links {
    color: #fff;
}

/*links end*/

/*buttons*/
.button {
border: 0;
outline: none;
padding: 15px 25px;
font-size: 1.7rem;
color: #ffffff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-appearance: none;
border-radius: 50px;
white-space: nowrap;
min-width: 145px;
text-shadow:none !important;
font-family: 'Lino Bold';
/*width: 145px;*/
}
@media(min-width: 0px){
  .button {
  font-size: 1.2rem;
  min-width:none;
  }
}
@media(min-width: 768px){
  .button {
  font-size: 1.7rem;
  min-width:145px;
  }
}


.button-red{
background: #e05c69;
}

.button-red:hover, .button-red:focus{
    background: #f98790;
}
.button-blue-green{
background: #01a094;
}
.button-blue-green:hover, .button-blue-green:focus{
    background: #26bcad;
}
.button-yellow{
background: #fbd221;
}
.button-yellow:hover, .button-yellow:focus{
    background: #ffde52;
}
.button-gray{
  background-color: #727272
}
.button-gray:hover, .button-gray:focus{
    background: #a8a8a8;
}
.button-block {
    display: block;
    margin: 0 auto;
}
.main-login-button{
  margin: 40px 0 80px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 25px;
    white-space: nowrap;
    width: 214px;
}
.button + .button, .btn + .btn {
    margin-right: 0px;
    margin-bottom: 0px;
}
/*buttons end*/


/*navigation features to terms*/
.navbar-default {
    background-color: #272727 !important;
    border:0px;
    z-index: 999;
}
.navbar {
    min-height: 75px;
}

.navbar-default .navbar-nav>li>a:hover{
    background-color: rgba(255,255,255,.2);
    border: 0px;
    color: #fff;
    transition: all .3s ease-in-out;

}
.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}
.menu-bars-lg{
  transition: all .3s ease-in-out;
}
.menu-bars-lg:after{
    background-image: url(../images/landing%20page/menu.svg);
    background-size: cover;
    display: inline-block;
    margin-top: 15px;
    padding: 4px;
    width: 36px; 
    height:25px;
    content:"";
}
.menu-bars-lg:hover{
  /*background-color: #525252;*/
  opacity: .6;
}
.navbar-default .navbar-nav>li>a:focus {
  background: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    margin-top: 13px;
}
.logo-header{
  margin-top: 12px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: rgba(255,255,255,.2);
    border: 0px;
    color: #fff;
    transition: .5s all ease-in-out;

    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,.3);
    transition: .5s all ease-in-out;

}

.navbar-default .navbar-toggle {
    background-color: #fff;
    border-radius: 5px;
    border-color: #fff;
    color: #cc6699;
    position: relative;
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

/*navbar collapse disable*/
.navbar-collapse.collapse {
  display: block!important;
}



/*.navbar-nav>li {
    font-weight: 700;
}*/

.logo-ar:after{
   background-image: url(../images/logo/estbyani-white-logo-ar.png);
    background-size: cover;
    display: inline-block;
    width: 118px; 
    height:30px;
    content:"";
}
.logo-en:after{
   background-image: url(../images/logo/estbyani-white-logo-en.png);
    background-size: cover;
    display: inline-block;
    width: 103px; 
    height:30px;
    content:"";
}
.logo-ar-footer{
   background-image: url(../images/logo/estbyani-black-logo-ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px; 
    height:54px;
}
.logo-en-footer{
 background-image: url(../images/logo/estbyani-black-logo-en.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px; 
    height:55px;
}
@media(min-width: 300px){
    .img-brand{
        margin:0 25px;

    }
}

@media(min-width: 768px){
    .img-brand{
        margin:10px;
    }
}

.no-hover:hover{
    background: transparent !important;
}

.login-menu{
    background: #01a094;
    color:#fff;
    font-weight: 700;
}


         .navbar-default-faq .navbar-toggle {
         background-color: #fff;
         border-color: #cc6699;
         border-color: #cc6699;
         color: #cc6699;
         position: 
         }
         .navbar-default-faq.navbar-nav>.active>a,  .navbar-default-faq .navbar-nav>.active>a:focus, .nav-li {
         background-color: transparent;
         border: 0px;
         border-bottom: 4px solid #ca6899;
         color:#fff;
         }
         .navbar-default-faq .navbar-nav>li>a {
         color: #ccc !important;
         background-color: transparent;
         }
         .navbar-default-faq .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
         color: #84365C !important;
         }

         .navbar-default-faq .navbar-nav>li>a {
         color: #ca6899 !important;
         }
         .navbar-default-faq .navbar-toggle:hover, .navbar-default-faq .navbar-toggle:focus {
         background-color: #ddd;
         }
              .navbar-default-faq .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:active {
         background-color: rgba(255,255,255,.2);
         border: 0px;
         color: #fff;
         }
         .header-text{
         color:#fff;
         padding: 4px 0px 0px 20px;
         margin:0px;
         font-weight: 700;
         
         }

         .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #FFF !important;
 /*   background-color: rgba(255,255,255,.1);*/
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 250px !important;
    padding: 20px 30px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    color: #fff;
    margin-top: 20px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #313131;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu {
    padding: 20px 20px 30px;
    top:60px;
    left: -10px;
    width: 280px !important;
    list-style: 
}
.dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right;
}
.list-style-none{
  list-style: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
     border-left: 4px solid #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #26BCAD;
    text-decoration: none;
     background-color: #525252; 
    outline: 0;
    width: 100%;
    
}
.dropdown-menu-triangle-b-l:before {
    top: -10px;
    left: 8px;
    border-bottom: 10px solid #313131;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu-triangle-b-l:before, .dropdown-menu-triangle-b-l:after {
    display: inline-block;
    position: absolute;
    content: '';
}
.dropdown-menu-triangle-b-r:before {
    top: -10px;
    right: 8px;
    border-bottom: 10px solid #313131;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu-triangle-b-r:before, .dropdown-menu-triangle-b-r:after {
    display: inline-block;
    position: absolute;
    content: '';
}

@media(min-width: 0px){
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    border-left: 4px solid transparent;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
    }
}
@media(min-width: 768px){
.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #4a4a4a;
   /*  border-left: 4px solid #fff;*/
    }
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: rgba(255,255,255,.7);
    background-color: transparent !important;
    transition:all .3s ease-in-out;
    }
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
  }
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #525252;
    border-left: 4px solid transparent;
    opacity: 1;
    transition: all .3s ease-in-out;
}


.dropdown-menu>li>a:active {
    color: #fff;
    text-decoration: none;
    background-color: #525252;

}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 14px 25px;
    color: #fff
    }
}

.navbar-default-faq .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff !important;
    }
    @media(min-width: 0px){
        .active-help{
       background: rgba(255,255,255,.3);
    }
}
    @media(min-width: 768px){
        .active-help{
        border-bottom:0px solid #cd679b !important;
         border-left:4px solid #cd679b !important;
    }
}
    @media(min-width: 0px){
        .active-help-ar{
       background: rgba(255,255,255,.3);
    }
}
    @media(min-width: 768px){
        .active-help-ar{
        border-bottom:0px solid #cd679b !important;
         border-right:4px solid #cd679b !important;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

@media (max-width: 767px){
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
    background: transparent !important;
}
}

.padding-ar-list{
    padding:10px 32px !important;
}
.arabic-a{
    color:#fff;
}

.arabic-a:hover{
    color:#fff;
    opacity: .6;
}

.arabic-a:focus, .arabic-a:active{
    color:#fff;
}


/*flag-language*/
.flag-image-en:before{
     background-image:url(../images/landing%20page/language/en.png);
    max-width: 22px !important ;
     background-size: cover;
    display: inline-block;
    width: 22px; 
    height:12px;
    content:"";
}

.flag-image-ar:before{
    background-image:url(../images/landing%20page/language/ar.png);
    max-width: 28px !important ;
     background-size: cover;
    display: inline-block;
    width: 22px; 
    height:12px;
    content:"";
}

/*navigation features to terms end*/



/*division bars*/

.division-bar{
     width: 160px;
    height: 4px;

}
.division-bar-center{
    margin: 15px auto !important;
    display: block !important;
    margin-top: 0px !important;
}
.division-bar-yellow{
 background: #01a094;
 margin-top:-18px !important;
}
.division-bar-red{
 background: #e05c69;
}
.division-bar-white{
 background: #fff;  
 margin-top:-18px !important;
}
.division-bar-fine{
    background: #e1e1e1;
    height: 2px;
    width: 255px;
}

/*division bars end*/


/*page header*/
.page-header{
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: none;
    background:  #01a094 ;
    height: 250px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.page-header-container {    
    margin: 0;
    padding: 90px 15px 0;

}

@media(min-width: 0){
    .page-header-text{
        font-size:32px;
        text-transform: uppercase;
    }
}
@media(min-width: 769px){
    .page-header-text{
        font-size: 55px;
    }
}

/*page header end*/

.section{
    padding:100px 0;
}
.content-section{
    padding: 50px 0
}

/*=========================================
Landing page begin
===========================================*/


/*----------
log in 
-----------*/

.log-in-background{
    background:  linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6) ),
                url(../images/landing%20page/login/login.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.logo-login{
    margin:40px 0;
    margin-top: 8%;
}
.form {
background: #fff;
    max-width: 530px;
    margin: 40px auto;
    border-radius: 9px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .20);

}
.tabs-content{
    padding: 40px
}
.tab-group {
  list-style: none;
  padding: 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 22px 15px;
    background: #d3d3d3;
    color: #303030;
    font-size: 23px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-top:4px solid rgba(255, 255, 255, 0);
}

.tab-group li a:hover {
  color: #303030;
  background: #f5f5f5;
}
.tab-group .active a, .tab-group .active a:hover {
  background: #fff;
  color: #303030;
 border-top:4px solid #e05c69;
}



.tab-content > div:last-child {
  display: none;
}

/*
label {
      position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    color: #afafaf;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 14px;
    bottom: 10px;
}
label .req {
    margin: 7px;
    color: #e05c69;
    font-size: 15px;
}

label.active {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
    left: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #303030;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #afafaf;
}

input, textarea {
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0px;
    background: none;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #a0b3b0;
    color: #303030;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
    outline: 0;
    border-color: #fcd152;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}
*/




.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}


/*material forms*/



label {
  padding-top: 30px;
      width: 100%;
    max-width: 100%;
}
label .label-text {
  cursor: text;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  
}
label input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  font-size: 16px;
  letter-spacing: -1px;
  outline: 0;
  padding: 5px 0px;
 
  width: 100%;
  font-weight: normal;
}
label input:focus {
  max-width: 100%;
  border-bottom: 1px solid #eab83e;
}

/*label input:focus + .label-text {
  font-size: 13px;
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}
label input:valid + .label-text {
  font-size: 13px;
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}
*/

/*email suggestions*/

.email {
  font-size: 16px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #a5a5a5;
}
.email:focus, .email:valid {
  background-position: 0 0;
  outline: none;
}
.autosuffix{    
  margin-top: -19px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  z-index: 99;  
  padding: 0;
}
.autosuffix li {
  padding: 14px;
  padding-right: 20px;
  cursor: pointer;
  color: #383838;
  background: #fff;
  list-style: none;
}
.autosuffix li:first-of-type {
  border-radius: 3px 3px 0 0;
}
.autosuffix li:last-of-type {
  border-radius: 0 0 3px 3px;
}
.autosuffix li:hover {
  background: #ebebeb;
}



.emailreg {
  font-size: 16px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #a5a5a5;
}
.emailreg:focus, .emailreg:valid {
  background-position: 0 0;
  outline: none;
}
.autosuffixreg{    
  margin-top: -19px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  z-index: 99;  
  padding: 0;
}
.autosuffixreg li {
  padding: 14px;
  padding-right: 20px;
  cursor: pointer;
  color: #383838;
  background: #fff;
  list-style: none;
}
.autosuffixreg li:first-of-type {
  border-radius: 3px 3px 0 0;
}
.autosuffixreg li:last-of-type {
  border-radius: 0 0 3px 3px;
}
.autosuffixreg li:hover {
  background: #ebebeb;
}








.forgot {
  margin:0 0 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.social-login-buttons{
padding: 20px 0
}
.social-login{
    width: 30%;
    padding: 8px 16px;
    font-family: 'Open Sans';
    font-weight: normal;
}

@media(min-width: 0px){
        .social-login{
        width: 100%;

        min-width: 0;
    }
    .social-margin{
   margin: 15px 0;
    }
}
@media(min-width:768px){
        .social-login{
        width: 100%;
    }
    .social-margin{
   margin: 15px 0;
}
}
@media(min-width:992px){
        .social-login{
        width: 30%;

    }
    .social-margin{
   margin: 0 19px 12px 18px;
}
}
/*----------
log in  end
------------*/



    .faq-wrapper {
      min-height: 100% !important;
    height: auto !important;
    height: 100%;
    position:relative;
     margin: 0 auto -372px !important;
    }



/*----------------
home
------------------*/

/*@media(min-width: 0px){
  .inspiro-slider .slide {
    vertical-align: middle;
  }
}
@media(min-width: 480px){
  .inspiro-slider .slide {
    vertical-align: middle;
  }
}*/

/*-----------------
slider inspiro
------------------*/

@media(min-width: 0px){
  .align-bottom{
      vertical-align: bottom !important;
  }  
  .slide-1-img{
  max-width: 693px;
  margin-left: 0px;
  margin-top: 31px;
  }
}
@media(min-width: 768px){
  .align-bottom{
      vertical-align: middle !important;
  }  
  
}
@media(min-width: 1300px){
  .align-bottom{
      vertical-align: bottom !important;
  } 
  .slide-1-img{
  max-width: 693px;
  margin-left: -67px;
  margin-top: 31px;
  } 
}
@media(min-width: 1950px){
  .align-bottom{
      vertical-align: middle !important;
  }
}


.inspiro-slider .slide-captions h1,
.inspiro-slider .slide-captions h2,
.inspiro-slider .slide-captions h3,
.inspiro-slider .slide-captions h4,
.inspiro-slider .slide-captions h5,
.inspiro-slider .slide-captions h6 {
    color: #000;
    /*font-family: "Open Sans";*/
    font-weight: 600;
    letter-spacing: -0.5px;
}

@media(min-width: 0px){
  .inspiro-slider, .inspiro-slider .owl-item {
    min-height: 720px;
  }
}
@media(min-width: 768px){
  .inspiro-slider, .inspiro-slider .owl-item {
    min-height:622px;
    max-height: 650px;
    margin-top: 0px;
  }
}
.inspiro-slider .slide {
  padding-top:0px;
  height: 100vh !important;
}
.owl-theme .owl-controls .owl-nav .owl-prev i, .owl-theme .owl-controls .owl-nav .owl-next i {
    line-height: 62px;
    font-size: 52px !important;
    color: #000;
}


/*slider inspiro end*/

/*hero*/
.hero-background{
    background: url(../images/landing%20page/home/sketchtiles.jpg);
    background: #fbd729;

}
.logo-home{
    margin-top:2%;
}
.hero-text{
    text-align: center;
    padding: 0 25px
}
.hero-text h3{
     font-size: 22px;
    margin-bottom: 5px;
}

.hero-text h1{
    font-size: 53px;
    margin: 15px 0;
    font-weight: 100;
}

.hero-text h4{
      margin: 5px 0;
    font-size: 22px;
}
/*hero*/

/*introducing*/
.steps{
    margin-bottom: 55px
}
.steps-img{
    max-width: 156px;
    width: 100%;
    padding:20px 0;
}

.steps h4{
    font-weight: 700;
    line-height: 1.6;
    width: 259px;
    text-align: center;
    margin: 0 auto;
}

.steps p{
    padding: 0 20%;
    font-size: 16px;
}
/*introducing end*/

/*features-home*/

.features-home{
    background: #f5f5f5    
}

.feature-home{
    padding: 33px 0
}
.features-home-img{
    max-width: 97px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/*features home*/



/*survey preview*/
iframe, object, embed {
    max-width: 100%;
}
@media(min-width: 1400px){
    .survey-preview{
        position: absolute;
        display: block;
        margin: 0 auto;
        left: 11.05%;
        width: 78%;
        top: 9%;
    }
}
@media(min-width: 1600px){
    .survey-preview{
        position: absolute;
        display: block;
        margin: 0 auto;
        left: 21%;
        width: 58%;
        top: 9%;
    }
}
/*survey preview end*/

/*where to use*/
.where-to-use{
    background:  linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6) ),
                 url(../images/home/desk.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#owl-demo .item{
    margin: 3px;
}
.where-to-use-item{
  background: #fff;
  padding: 0;
  margin: 50px 20px;
}
.where-to-use-cotent{
  padding: 20px 30px;

}
.where-to-use-cotent p{
  font-size: 16px
}
.where-to-use img{
    width: 100%;
    margin-bottom: 0;
    min-height: 286px;
}

/*where to use end*/


/*start survey*/

.register-text{
    margin: 0 0 40px;
}
.register-button-text{
    font-size: 22px;
    border-radius: 100px;
    padding: 13px 49px;
    width: 277px;
}

/*start survey end*/



/*---------------
home end
----------------*/





/*------------------
Features
--------------------*/


/*features begin*/
.features-img {
    margin-bottom: 40px;
    width: 100%;
}
.airline-img{
    margin:20px auto;
    opacity: .8;
    float:left;
    max-width: 55px ;

}
.airline-img:hover{
    margin:20px auto;
    opacity: 1;
    float:left;
    -webkit-transition:all .3s ease-in-out;

}
.feature-icons{
    background-color: #99cc66;
    padding: 10px;
    color: #fff;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.feature-icons-ar {
    background-color: #99cc66;
    padding: 13px;
    color: #fff;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.feature-icons:hover{
    background-color: #84B157;
    transition:all .3s ease-in-out;
}
.feature{
    padding-bottom:50px;
}
.featureRow{
    padding-left: 100px;
    padding-right: 100px
}

.featureDiv{
   padding:50px;

}

.featureDiv2 ,.faq-pricing{
   padding:20px;
   margin-bottom: 30px;


}

.featureRowxs{
    padding-left: 80px;
    padding-right: 80px
}

.featureDivxs{
   padding:20px;

}

.featureDivxs{
   padding:10px;

}
.featuresText,.faq-pricing-Text{
   font-size:18px;
   margin-top:0;
}
@media(min-width: 0){
    .featuresText,.faq-pricing-Text{
        text-align: center;
    }
}
@media(min-width: 768px){
    .featuresText,.faq-pricing-Text{
        text-align: inherit;
    }
}

.featuresText2{
   font-size:18px;

}







@media(min-width: 0px){
    .division-bar{
    margin: 15px auto;
    display: inherit;
}
   .download-text-container, .about-content , .features-content{
    text-align: center;
    }
     .download-content, .about-content, .features-content{
        font-size: 16px;
    }
}

@media(min-width: 991px){
    .division-bar{
    margin: 15px 0;
    display: inherit;
}
   .download-text-container, .about-content, .features-content{
    text-align: initial;
    }
     .download-content, .about-content, .features-content{
        font-size: 18px;
        padding-left:36px;
    }
     .features-content-right{
        font-size: 18px;
        padding-right:36px;
    }
}
@media(min-width: 1200px){
    .division-bar{
    margin: 15px 0;
    display: inherit;
    }
   .download-text-container, .about-content, .features-content{
    text-align: initial;
    }
     .download-content, .about-content, .features-content{
        font-size: 20px;        
        padding-left:82px;
    }
      .features-content-right{
        font-size: 18px;
        padding-right:82px;
    }
}



@media(min-width: 1600px){
    .division-bar{
    margin: 15px 0;
    display: inherit;
    }
   .download-text-container, .about-content, .features-content{
    text-align: initial;
    }
     .download-content, .about-content, .features-content{
        font-size: 20px;        
        padding-left:200px;
    }
      .features-content-right{
        font-size: 18px;
        padding-right:300px;
    }
}


@media(min-width: 300px){
   .download-text-container-ar{
    text-align: center;
    }

}

@media(min-width: 991px){
   .download-text-container-ar{
    text-align: right;
    }
}
.download-text{
    padding:0 5px;
}
.download-buttons{
    margin-bottom: 20px;
}
.download-button{
    padding:15px 5px 0px 5px ;
}
.download-button:hover{
    opacity:.8;
    transition:all .3s ease-in-out;
}
/*download*/
/*features end*/


/*------------
features end
--------------*/

/*------------
tour 
--------------*/
@media(min-width: 0px){
  .tour-steps{
    padding-top:150px;
  }
  .tour-img{
    margin:0 auto;
  }
  .build-section{
    margin-top:8em;
  }
}
@media(min-width: 500px){
  .tour-steps{
    padding-top:100px;
  }
  .tour-img{
    margin:0 auto;
  }
}
@media(min-width:768px){
  .tour-steps{
    padding-top:150px;
  }
  .tour-img{
    margin:0;
  }
   .build-section{
    margin-top:6em;
  }

}
@media(min-width:1366px){
   .build-section{
    margin-top:9em;
  }

}
/*------------
tour end
--------------*/

/*------------
examples 
--------------*/
.example{

}
.example ul{
  margin: 20px 0;  
  padding-left: 0;
  margin-bottom: 40px;
}
.example li{
  list-style: none;
  line-height: 2;
  font-size: 18px;
  white-space: nowrap;
}
.example p{
  font-size: 20px;
  text-align: center;
  margin: 50px auto;
}
.example a button{
  text-align: center;
}
@media(min-width: 0px){
  .tour-steps{
    padding-top:150px;
  }
  .examples-img{
    margin:20px auto;
  }
  .build-section{
    margin-top:8em;
  }
}
@media(min-width: 500px){
  
  .examples-img{
  }
}
@media(min-width:768px){
  
  .examples-img{
  }
   .build-section{
    margin-top:6em;
  }

}
@media(min-width:1366px){
   .build-section{
    margin-top:9em;
  }

}
/*------------
examples end
--------------*/

/*------------------
pricing start
--------------------*/
.pricing h2{

}
.pricing p{
  font-size: 18px;
  width: 80%;
  margin:30px auto;
}
.pricing-example{
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  margin-bottom: 40px;
  background:#fff;
}

@media(min-width: 0px){
    .price{
    font-size:20px;
    min-height: 100%;
  }
  .response-no-container{
    min-height: 100%;
    padding:30px 0;
  }
}
@media(min-width: 992px){
    .price{
    font-size:20px;
    min-height: 135px;
  }
  .response-no-container{
    min-height: 150px;
  }
}


/*------------------
pricing end
--------------------*/



/*----------------
FAQ
-----------------*/
/* faq */
.panel-faq{
  margin-top: 40px;
}
.faqs  .panel-group .panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faqs  .panel-group .panel-title a{
    font-size: 17px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    font-weight: 700;

    cursor:pointer;
}
.panel-body{
    padding: 20px !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {    
    border: 1px solid #e1e1e1;
    border-top: 0;
}
.panel-default>.panel-heading:hover {
    background-color: #f9f9f9;
    transition: .3s all ease-in-out;
}

.contact-bg{
  background: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.6)
    ), url(../images/landing%20page/faq/contact.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}


.contact-input{
  background-color: #fff; 
  padding:10px 20px; 
  margin-bottom: 20px; 
  border:0px;
  width:100%;
  outline: none;
}


/*---------------
FAQ End
-----------------*/






/*log in end*/


/*404*/
.error{
  color: #a0a0a0;
  font-size: 80px;  
  line-height: 1;

}
.page-not-found{
  color: #a0a0a0;
  font-size: 69px;
  line-height: 1
}
.four-o-four{

    line-height: 1;

  font-size: 170px;

}

.white-bar{
    background: #fff;
    height: 3px;
    margin-top:34px;
}


/*pricing end*/



.footer-mini-container {
    border-right: 1px solid #CEF0AD !important;
}



.login-container {
    max-width: 450px;
    margin: 0 auto;
}

.lp-container {
    margin-top: 12% !important;
}

.user-reg-container {
    margin-top: -80px;
}

.reg-label {
    color: #4a4a4a;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 12px;
}



.menu-lg-container {
/*   -webkit-animation-duration: 0.20s;
-webkit-animation-delay: 0.10s;
-webkit-animation-iteration-count: 1; */
  -webkit-animation-duration: 0.20s;
  -webkit-animation-delay: 0s;
  -o-animation-duration: 0.20s;
  -o-animation-delay: 0s;
  -ms-animation-duration: 0.20s;
  -ms-animation-delay: 0s;
  -moz-animation-duration: 0.20s;
  -moz-animation-delay: 0s;
  animation-duration: 0.20s;
  animation-delay: 0s;
}

.btn-forgot, .btn-forgot:hover, .btn-forgot:active  {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 14px;
    border : none;
}

.btn_create_account, .btn_create_account:hover, .btn_create_account:active {
    color: #fff;
    border: 3px solid;
    padding: 10px 60px;
    border-radius: 0px;
    background-color: transparent;
}
.btn_click_here, .btn_click_here:hover, .btn_click_here:active {
    background-color: transparent;
    color: #ca6899;
    font-weight: 700;
    text-decoration: underline;
    border: none;
}
.btn_forgot_back, .btn_forgot_back:hover, .btn_forgot_back:active {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: smaller;
}

#reg_cc_code {
    background: #ffffff;
    width: 40%;
    display: inline-block;
    box-shadow: none;
    border-top: 0px;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #a5a5a5;
    height: 33px;
}
.textarea{
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #a5a5a5;
  font-weight: 400;
  font-size: 16px;
  resize: vertical !important;
}
.textarea:focus, .users-number:focus{
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #eab83e;
}
.users-number{
  font-weight: 400;
   font-size: 16px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #a5a5a5;
}

#input_register_mobile input{
    width: 45%;
    display: inline-block;
}

#faq_parent>div>div>i {
        float: right !important;
}







/*
Screenshot
=========================== */
#screenshot{
    padding:80px 0 130px 0;
    margin:0;
}

.screenshot-slider{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    margin:50px 0 30px 0;
    padding:0;
}

.screenshot-wrapper{
    position:absolute;
    z-index: 0; 
    width:100%;
    height:auto;
    top:59px;
    left:12px;
    float: left;
    display: block;
}




@media (min-width: 0px){
  
    .slider-wrapper{
        width:93%;
        top:4%;
        left:4%;
    }
    .screenshot-wrapper{  
        width: 100%;
        top: 12.5%;
        left: 0;
    } 
    .screenshot-slider{
    margin:50px 0 378px 0;
    }  
    .flex-direction-nav a{
        display:none;
        opacity:1;
    }
    .flexslider:hover .flex-direction-nav a{
        display:block;
    }
}
@media (min-width: 768px) and (max-width: 990px){
    .slider-wrapper{
        width:662px;
        top:30px;
        left:30px;
    }
    .flex-direction-nav a{
        display:none;
        opacity:1;
    }
    .flexslider:hover .flex-direction-nav a{
        display:block;
    }
     .screenshot-slider{
    margin:50px 0 200px 0;
    }
}

@media (min-width: 1200px){

    .slider-wrapper{
        width:867px;
        top:38px;
        left:38px;
    }
    .screenshot-wrapper{
     width: 945px;
    top: 73px;
    left: 0;
    }
     .screenshot-slider{
    margin:50px 0 100px 0;
    }
}


/*screen shot end*/



/*
Counter
=========================== */
#counter-wrapper{
    background-image:url(../images/home/bg.jpg);
    background-position:0 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size: cover;
}

.counter-contain{
    padding:80px 0 0 0;
    background-color:rgba(26, 26, 26, 0.72);
    color:#fff;
    font-size:17px;
    line-height:32px;
}

.counter-contain h3{
    color:#fff;
    font-size:35px;
    line-height:56px;
}

.counter-number{
     font-family: 'Open Sans Bold';
    display: inline-block;
    text-align: center;
    line-height: 72px;
    margin-top: 30px;
    color: #99cc66;
}
.counter-text{
    display:block;
    text-align:center;
    font-weight:400;
    font-size:17px;
    line-height:24px;
    color:#fff;
}

.counter-plus{
    font-size: 22px;
    margin: 5px 7px;
    color: #99cc66;
    vertical-align: text-bottom;
}

@media(min-width: 0px){
    .counter-number{
    font-size: 29px;
    }
    .counter-text{
    font-size:14px;
    }
}
@media(min-width: 1200px){
    .counter-number{
    font-size: 55px;
    }
    .counter-text{
    font-size:17px;
    }
}



/*

/* TESTIMONIALS END */








       
         /*back to top*//*back to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

         /* /back to top*/

    .fixed-nav {
         position: fixed;
         z-index: 999;
         background-color: #Fab316;
         box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
         top: 0px;
         }












  @media only screen and (min-width: 0px) {
         .menu-list-xs {
            float:left !important;
         }
         }
    
           @media only screen and (min-width: 0px) {
         .menu-list-xs {
            float:left !important;
         }
         }
        
        
         @media only screen and (min-width: 768px) {
        .menu-list-xs {
            float:right !important;
         }
         }
.header-404{
    background:#99cc66;
    padding:26px 20px;
}

.content-404{
    padding:30px 20px;
    height:34vh;
}

@media(min-width: 200px){
    .footer-404{
    background: #ffcc66;
    padding:10px;
    text-align:center;
    color:#fff;
    display:block;
    width:100%;
    margin-top:30px;
    bottom:0;
 }
 .login-main-container {
    padding: 0;
 }
}

@media(min-width: 1367px){
    .footer-404{
    bottom:0;
    background: #ffcc66;
    padding:10px;
    text-align:center;
    color:#fff;
    display:block;
    width:100%;
    margin-top:30px;
 }
 .login-main-container {
      padding : 0 50px 0 50px;
    }
}

@media(min-width: 200px){
    .text-header{
        font-size:119px;
        color:#fff;
        font-weight: lighter;
        text-align: center;
        line-height: 112px;
        margin:0;
    }

    .text-subheader{
    font-size:23px;
    color:#fff;
    text-align: center;
    }

    .text-content{
    font-size:16px;
    text-align: center;
    color:#797979;
    }

    .logo-image{
    margin: 20px auto;
    display: block;
    max-width: 143px;
    }
    .login-main-container {
    padding: 0;
    }
}

@media(min-width: 767px){
    .text-header{
        font-size:200px;
        color:#fff;
        font-weight: lighter;
        text-align: center;
        line-height: 173px;
        margin:0;
    }

    .text-subheader{
    font-size:35px;
    color:#fff;
    text-align: center;
    }

    .text-content{
    font-size:23px;
    text-align: center;
    color:#797979;
    }

    .logo-image{
    margin: 20px auto;
    display: block;
    max-width: 171px;
    }
    .login-main-container {
      padding : 0 50px 0 50px;
    }

}

@media(min-width: 1080px){
     .text-header{
    font-size: 243px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    line-height: 222px;
    margin: 0;
    }

     .text-subheader{
    font-size: 44px;
    color: #fff;
    text-align: center;
    }

       .text-content{
    font-size:23px;
    text-align: center;
     color:#797979;
    }

    .logo-image{
    margin: 20px auto;
    display: block;
    max-width: 171px;
    }
    .login-main-container {
      padding : 0 50px 0 50px;
    }
}

@media(min-width: 1367px){
    .text-header{
   font-size: 337px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    line-height: 301px;
    margin: 0;
    }

    .text-subheader{
    font-size:66px;
    color:#fff;
    text-align: center;
    }

    .text-content{
    font-size:23px;
    text-align: center;
     color:#797979;
    }

    .logo-image{
        margin: 20px auto;
        display: block;
        max-width: 230px;
    }
    .login-main-container {
      padding : 0 50px 0 50px;
    }
}




/*contact us*/

.panel {
    margin-bottom: 20px;
    background-color:transparent;
    border:none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.form-group.form-group-icon-right .input-icon {
  right: 1px;
  left: auto;
}
.form-group.form-group-lg .input-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}
.form-group .input-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  top: 29px;
  left: 1px;
  text-align: center;
  color: #b3b3b3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media(min-width: 0){
    .faq-heading{
        text-align: center
    }
     .faq-sub-heading{
        text-align: center
    }
}
@media(min-width: 992px){
    .faq-heading{
        text-align: inherit;
    }
     .faq-sub-heading{
        text-align: inherit;
    }
}
.search-box{
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: none;
    height: 44px;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    /* background: transparent; */
    font-size: 16px;
}
.search-icon{
position: absolute;
    z-index: 1;
    float: right !important;
    text-align: right;
    right: 15px;
    top: 13px;
}

.search-icon-ar{
position: absolute;
    z-index: 1;
    float: right !important;
    text-align: right;
    left: 15px;
    top: 13px;
}

.faq-item {
    
    font-size:17px;
    min-height: 301px;

}
.faq-item-ar{
    
    font-size:14px;
}

@media(min-width: 0){
    .faq-item {
    width: 100%;
    padding: 0;
    padding-top: 40px;
    }
}
@media(min-width: 992px){
    .faq-item {
    width: 50%;
    padding: 25px;
    }
}
.faq_questions{
    font-size: 18px;
    margin-bottom: 10px;

}


.still-need-help-container{
    background: #CA6899;
    padding: 40px;    

}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;    
    border-top: 20px solid #CA6899;
    margin-bottom: 0 auto;
    display: block;
}


.contact-details{
    margin-top:20px;
}


.call-banner{
    background: #99cc66;
    padding: 20px;
    color:#fff;
}

.img-call{
    max-width: 51px;
    width: 100%
}
.call-number{
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 26px;
}
.social-accounts-container{
    margin-top: 0;
    background: #f7f7f7;
    border:1px solid #e1e1e1;
    padding: 20px;
}
.social-button-row{
    margin-bottom: 10px;
    font-size: 17px;
}
.email-container{
    padding: 10px;
    background: #F7F7F7;
    border: 1px solid #e1e1e1;
    border-top: 0;
    border-bottom: 2px solid #99CC66;
}
/*contact us*/

/*footer index*/

.footer-links-container{
    margin-bottom:10px;
}
.footer-item {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-links{
    color: #000;
    font-size: 16px;
    margin-bottom:10px;
}
.footer-links:hover, .footer-links:focus{
    color: #01a094;
}
/*footer index*/



/*social buttons*/
.social{
    margin:20px 0px;
}
.social-button{
    height:48px;
    width: 48px;    
    margin:0 5px;    
    font-size: 20px;
    padding: 6px 13px;
    color: #fff
}
.facebook{
    background-color: #4B66A0;
}

.twitter{
    background-color: #1DA1F2;
}

.instagram{
    background-color: #2E5E86; 
}

.linkedin{
    background-color: #007AB5;
}

.google{
    background-color: #E63125;
}

.facebook:hover{
    background-color: #6e8bca;
}

.twitter:hover{
    background-color: #1DA1F2;
}

.instagram:hover{
    background-color: #2E5E86; 
}

.linkedin:hover{
    background-color: #50b0de;
}

.google:hover{
    background-color: #fb6b61;
}


/*footer social*/

.facebook-footer{
    color: #000;
}

.twitter-footer{
    color: #000;
}

.instagram-footer{
    color: #000; 
}

.linkedin-footer{
    color: #000;
}

.google-footer{
    color: #000;
}

.facebook-footer:hover{
    color: #6e8bca;
}

.twitter-footer:hover{
    color: #1DA1F2;
}

.instagram-footer:hover{
    color: #2E5E86; 
}

.linkedin-footer:hover{
    color: #50b0de;
}

.google-footer:hover{
    color: #fb6b61;
}
@media(min-width: 0px){
  .social-footer{
  text-align: center;
  margin-top: 40px;
  }
  .social-footer-en{
  text-align: center;
  margin-top: 40px;
  }
}
@media(min-width: 768px){
  .social-footer{
  text-align: left;
  }
  .social-footer-en{
  text-align: right;
  margin-top: 40px;
  }
}







/*help*/
.help-wrapper{
    background:#f7f7f7;
    height:100%;
}
/*help*/



/*terms*/
.panel-body{
    padding: 40px;
}
.term-intro{    
    background: #EFF9E4;
    padding: 15px;
    color: #668C41;
    border: 1px solid #BDD8A3;
}

.terms{
    text-align: justify;
    background:#fff;
    padding:80px 30px;
}
.terms ol, .terms ul{
  line-height: 24px;
  padding-left:15px;
  padding-right: 15px;
}
@media(min-width: 0px){
    .terms ol, .terms ul{
    line-height: 24px;
    padding-left:15px;
    padding-right: 15px;
  }
}
@media(min-width: 768px){
    .terms ol, .terms ul{
    line-height: 24px;
    padding-left:50px;
    padding-right:50px;
  }
}
.terms p{
  line-height: 24px;
}
.terms-intro{
    margin-bottom: 45px;
}
.terms > ol>  li.title, .terms > ul>  li.title{
    font-size: 24px;
    font-family: 'Lino Bold';
    margin:40px 0 10px;
}
.terms > ol>  li:first-child{
    font-size: 24px;
    font-family: 'Lino Bold';
    margin:0 0 10px;
}
.terms > ol > ul > li{
    font-size: 16px;
    line-height: 1.8;
}

.article{
  margin-bottom: 70px;
}

.article h4 {
  font-weight: 700 !important; 
  margin-bottom: 20px;
}
.article ol li {
  margin-bottom: 20px;
}

/*terms*/


/*faq*/
.faq-panel{
    border: none; 
}
@media(min-width: 0px){
    .faq-panel{
    border: none;  
    margin: 80px 0px 500px 0;
    }
}
@media(min-width: 992px){
    .faq-panel{
    border: none;  
    margin: 80px 0px 400px 0;
    }
}



/*footer */

.footercontainer {
    background-color: #272727;
    padding: 80px 0 10px;
}

.footer-info-container {
    padding-bottom:20px;
}

    .footer {
    color:#fff;
}
@media(min-width: 0){
    .footer {
    height:100%; /* .push must be the same height as .footer */
    }
}


@media(min-width: 992px){
    .footer {
    height: 372px; /* .push must be the same height as .footer */
    }
}





.allrightsreserved{
    margin-top:25px;
    color: #888888;
    font-size: 12px;
}

.footer{
    color: #fff;
    background: #313131;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
}

.footer p{
    margin:0;
    font-size: 11px;
}

.flex-direction-nav a {
    display: block !important;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*footer small end*/

.mt10{
    margin-top: 10px !important;
}

.mb10{
    margin-top: 10px !important;
}

.color-white{
    color: #fff !important;
}

.text-underlined{
    text-decoration: underline !important;
}

.i-height{
    height: 40px !important;
}

.right-25{
    right: 25px !important;
}

.left-25{
    left: 25px !important;
}



.error-page{
background: #414141;
}


.feature-home h4 {
  line-height: 86px;
}
.p-44 {
  padding: 44px !important;
}
.p-block {
  display: block;
}

.fo-10px {
  font-size: 10px;
}

.fo-11px {
  font-size: 11px;
}