/*============MATERIAL ICON=============*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../css/material-icon/fonts/material-icon-font.woff2) format('woff2');    
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Nunito-Regular.ttf);
}

/***************************/
@import url("https://fonts.googleapis.com/css2?family=Monoton&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/***************************/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;

  /* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;

/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;

/* Support for IE. */
font-feature-settings: 'liga';
}
/*==============MATERIAL ICON==========*/
body,html{
  min-height: 100%;
  width:100%;
  padding:0;
  margin:0; 
  font-size: 16px;
  color: #333;
  background-color: #fafafa;
  font-family: 'Muli';

  /*overflow-x:hidden;*/
}

.wrapper{
  min-height: 100%;
  margin:0;
  padding: 0;
  position: relative;
}
/**{
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}*/
a:hover, a:focus, a:active{
  outline: none;
  color: #287ddd;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color:  #0CB968;
}
a:hover, a:focus, a:active{
  text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6,a,ul,li,span{
  text-transform: capitalize;
}

.main{
  position: relative;
  overflow: hidden;
  margin-top: 10vh;

}
img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block !important;
  text-transform: capitalize;
}
/*============HEADER========*/
.navbar{
  z-index: 150;
  border-bottom:1px solid #ddd;
  background-color: white;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active{
  outline: none;
  background-color: transparent;
}

.nav-form{
/*  widows: 400px;
  max-width: 100%;*/
  margin-top: 9px;
  margin-right:15px;
  margin-bottom: 9px;
  margin-left:15px;
}
.nav-form input, .nav-form .input-group-btn{
  height: 45px;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color:transparent;
}
/*=========BANNER SECTION=======*/
.bg-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:250px;
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all .5s linear;
  /*padding: 15px;*/
}
.bg-banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  transition: all .5s linear;
  /*padding: 15px;*/
}
.auto-margin{
  margin:0 auto;
}
.top{
  margin-top: 15px !important;
}
.banner-form input{
  height: 45px;
  box-shadow: none;
}
.banner-form input:focus{
  box-shadow: none;
  border: 1px solid #ced4da;
}
.banner-form .btn{
  height: 45px;
}
/*========FOOTER=======*/
.b-top{
  border-top: 1px solid #ddd;
}
.footer{
  /*position: absolute;*/
  bottom: 0;
  left:0;
  right: 0;
  width: 100%;
}
.social-share .fa-stack-2x{
  color:#eff0f1;
  font-size: 1.8em;
}
.social-share .fa-stack-1x{
  color: #858b8c;
}
.social-share .fa-stack-1x:hover{
  color: #0CB968;
}
.fa-stack{
  line-height: 1.8em;
}
.foot-link{
  color: #858b8c;
  font-size:14px;
  margin-top: 10px;
}
.foot-link:hover{
  color: #0CB968;
}
.foot-head{
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom:15px;
  color: #333;
}
.footer-column li{
  list-style: none;
  margin-top: 10px;
  font-size: 14px;
}
.footer-column li a{
  color:#858b8c; 
}
.footer-column li a:hover{
  color: #0CB968;
}
.footer-section2{
  padding-top: 5px;
  padding-bottom: 15px;
  background-color:#eff0f1;
}
.footer-section2 a{
  color: #858b8c; 
  font-size: 14px;
} 
.footer-section2 p{
  color: #858b8c; 
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
} 
/*==============CATEGORY SECTION========*/
.category-section{
  background-color:#eff0f1;
}
.category1, .category2{
  padding: 0;
  margin-bottom: 0;
}
.category2 li{
  list-style: none;
  text-align: center;
  font-weight: bold;
}
/*=======SLIDER SECTION =========*/
.slider {
  width: 100%;
  margin:25px 0 auto;
}
.slick-slide {
margin: 0px 7px;
}
.slick-slide img {
width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color:#858b8c; 
}
.slider-sec{
  border-radius: 5px;
  overflow: hidden;
  border:1px solid #ddd;
}
.slider-image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.slider-text{
  background-color: white;
  padding:15px;
}
.slider-text p{
  color: #858b8c;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*======HOW THUMBTACK WORKS=====*/
.white-bg{
  background-color: white;
}
/*=======FIND SECTION====*/
.find-sec{
  padding: 0;
  margin-bottom: 0;
}
.find-sec li{
  list-style: none;
  font-size: 16px;
  line-height:30px;
}
.find-sec a{
  color: #858b8c; 
  transition: all .3s linear;
}
.find-sec a:hover, .find-sec a:active, .find-sec a:focus{
  color: #0CB968; 
}
/*========GUARANTEE SECTION=====*/
.guarantee-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom:20px;
  padding-top:20px;
}
.radius{
  border-radius: 5px;
  overflow:hidden;
  padding:25px;
  text-align: center;
}
.secu-icon{
  color:#0CB968;
  font-size:40px; 
}
/*=======PROJECT SECION STARTS=====*/
.relative{
  position: relative;
}
.project-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}   
.pro-sec{
  border-radius: 5px;
  overflow: hidden;
}
.pro-text{
  position: absolute;
  top:50%;
  left:0px;
  right:0px;
  bottom: 0;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  padding:15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-text-sec{
  background-color: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.text-section{
  height: 150px;
  overflow: hidden; 
}
.text-section p{
  color:#858b8c;
  font-size: 14px;
  line-height: 25px;
}
.theme-clr{
  color:#0CB968;
}
.bold{
  font-weight: bold;
}
.line{
  border-bottom: 1px solid #ddd; 
  margin:10px 0;
}
.line1{
  border-bottom: 1px solid #ddd; 
  margin: 0;
}
.line2{

 border-bottom: 1px solid #ddd; 

 margin:15px 0;

}
.media-heading{
  color: #858b8c;
}
.media-object{
  width: 50px;
  height:50px;
  border-radius: 25px;
}
.clear-both{
  clear: both;
}
.app-img{
  height:42px;
  width: auto;
}
.top1{
  margin-top: 30px !important;
}
.white-clr{
  color: white;
}
.small{
  font-size: 14px;
}
.play-icon{
  padding:10px 15px 10px 16px;
  border:2px solid #fff;
  border-radius: 50%;
}
.play-icon i{
  color: #fff;
}
.customer-img2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-text{
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.img-text h3, .img-text p{
  color: white;
}

#scroll-head{
  display: none;
}

.scroll-head{
  display: none;
}

.spinner-color{
  color: #ff0000;
}
/*============CHOOSE ACCOUNT=======*/
.pro-card{
  background-size: cover;
  background-position:center right;
  background-repeat: no-repeat;
  border-radius: 5px;
  border:1px solid #ddd;
  padding: 50px;
}
.width-100{
  width:100%;
}
.user-card{
  background-color:#eff0f1;
  border-radius: 5px;
  border:1px solid #ddd;
  padding:50px;
}
.btn-primary{
  background-color: #0CB968 !important;
  border-color: #0CB968 !important;
  border-radius: 3px;
 /* padding: 10px 20px;*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #0CB968 !important;
  border-color: #287ddd !important;
}
.btn.btn-default{
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 3px;
  transition: .3s all linear;
  color: #777;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: transparent !important;
  color: #333;
}
.form-control{
  border-radius: 3px;
}
/*======LOGIN=====*/
.log-sec{
  border-radius: 5px;
  border:1px solid #ddd;
}
.login-form input{
  height: 45px;
  box-shadow: none;
}
.login-form input:focus{
  box-shadow: none;
}
.login-separator{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #858b8c;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-separator::before{
  margin-right: 12px;
}
.login-separator::before, .login-separator::after{
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ddd;
  height: 1px;
}
.login-separator::after {
  margin-left: 12px;
}
.facebook-login{
  background-color: #4c66a4;
  border:1px solid #4c66a4;
  color: white;
  padding:10px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
}
.facebook-login:hover, .facebook-login:focus, .facebook-login:active{
  background-color: #5270c3;
  border:1px solid #5270c3;
}
.google-login{
  background-color:transparent;
  width: 100%;
  border:0;
  border-radius: 3px;
  text-align: center;
}
.google-login img{
  width: 60%;
}
.google-login:hover, .google-login:focus, .google-login:active{
  color: #333;   
}
.grey-clr{
  color:#858b8c;
}
.privacy-para{
  color:#858b8c;
  font-size: 14px;
  line-height: 26px;
}
.privacy-head{
  color: #333;
}
.privacy-points li{
  color:#858b8c;
  font-size: 14px;
  line-height: 26px;
}
.l-height{
  line-height: 28px;
}
.big-btn{
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-0{
  margin: 0;
}
.mt-0{
  margin-top: 0;
}
.mb-0{
  margin-bottom: 0;
}
.text-left{
  text-align: left !important;
}
/*========MODAL POPUP=====*/
.modal-header{
  border-bottom: 0;
}
.front-page{
  background-color: #0CB968;
  border-radius: 5px;
}
.footer-modal{
  padding-top: 15px;
}
.white-btn{
  background-color:white;
  color: #0CB968;
  font-weight: bold;
  padding: 10px 30px;
  border: 0;
  border-radius: 5px;
}

.question-popup-btn{
background: 0 0;
color: #fff;
font-weight: 600;
font-size: 16px;
padding: 20px;
text-align: right;
cursor: pointer;
}

.front-page .modal-body{
 height: calc(100% - 120px);
 overflow-y: auto; 
 overflow-x: hidden; 
 display: flex;
 align-items: center;
 justify-content: center;
}
.theme-bg{ 
  background-color: #0CB968;
}
.qns-sec .modal-body{
  /*height: calc(100% - 127px);*/
  height: calc(100% - 51px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.progress-bar-primary{
  background-color: #0CB968;
}
.progress{
  height: 7px;
  margin-top: 7px;
  margin-right:35px;
  margin-bottom: 7px;
  margin-left: 35px
}
.qns-sec{
  background-color: #fafafa;
} 
.tab-head{
  font-size: 22px;
  padding-bottom: 15px;
  margin: 0;  
  text-align: center; 
  line-height: 28px; 
}
.well{
  background-color: white;
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none;
  padding: 0;
}
.tab-pane{
  position: relative;
}
.footer-modal1{
  /*position: fixed;*/
  bottom:15px;
  left:1px;
  right: 1px;
  text-align: center;
  /*width: 100%;*/
  z-index: 1000;
  padding-top: 15px;
  border-top:1px solid #ddd;
  margin-top:10px;
  margin-bottom: 15px;
  background-color: #fafafa;
}
.radio {
  padding:15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  display: none;
}
.radio 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:0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
margin-right: 0;
}
.radio label, .checkbox label{
  padding-left: 0;
}
/*============checkbox========*/
/* Checkmark style starts */
.checkbox-anim{
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.checkbox-anim label{
  margin-bottom: 0;
  font-weight: normal;
}
.checkbox-anim input{
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  border:1px solid #ddd;
  width: calc(100% - 40px);
  box-shadow: none;
}
.checkbox-anim input:focus{
  box-shadow: none;
}   
.check {
  width:20px;
  height: 20px;
  border:1px solid #ddd;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
.check input {
  display: none;
}
.check input:checked + .box {
  background-color:transparent;
  /*border-color:#3197EE;*/ 
}
.check input:checked + .box:after {
  top: 0;
}
.check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid transparent;
  background-color:transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.check .box:after {
  width:85%;
  height:47%;
  content: '';
  position: absolute;
  border-left: 2.5px solid;
  border-bottom: 2.5px solid;
  border-color: #0CB968;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 5%;
  margin: auto;
}
.check-text{
  font-weight: normal;
  margin-bottom: 0;
  margin-top: -3px;
}
.spacing{
  padding: 15px;
}
input, select{
  height: 45px !important;
  border:1px solid #ddd;
  box-shadow: none !important;
}
textarea{
  border:1px solid #ddd !important;
  box-shadow: none !important;
}
input:focus, select:focus, textarea:focus{
  box-shadow: none !important;
  border-color:  #0CB968;
}
.pointer{
  cursor: pointer;
}
textarea{
  resize: none !important;
}
.modal-card{
  border-radius: 5px;
  border:1px solid #ddd;
  transform: scale(1);
  transition:all .3s linear;
}
.modal-card:hover{
  transform: scale(1.05);
}
.modal-card-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 130px;
}
.modal-card-txt{
  padding: 15px 10px;
}
.txt-ellipsis{
  white-space: nowrap;
  width:98%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-card{
  border-radius: 5px;
  border: 1px solid #ddd;
}
.category-img{
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear;
}
.category-content{
  display: none;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  border:1px solid #ddd;
  transition: all .3s linear;
}
.category-img:hover .category-content{
  display: block;
}
.category-text{
  padding: 15px 10px;
}
.event-list{
  padding: 0;
  list-style: none;
}
.event-list li{
  line-height:30px;
}
.event-list li a{
  color: #858b8c; 
}
.event-list li a:hover{
  color: #444;
}
.left{
  text-align: left !important;
}
.category-list{
  list-style: none;
  padding: 0;
}
.category-list li{
  line-height: 26px;
}
.bottom-border{
  border-bottom: 1px solid #ddd;
}
.services-sec{
  padding:30px 20px;
  background-color: white;
  text-align: center;
  transition:all .5s linear;
  transform: scale(1);
  border-radius:5px;
}
.services-sec:hover{
  transform: scale(1.05);
  box-shadow:1px 2px 4px rgba(0,0,0,.2);
}
.services-para{
  color: #b7bec1;
}
.services-icon{
  color: #b7bec1;
  font-size: 50px;
}
.services-sec:hover .services-icon{
  color:#0CB968;
}
.services-sec:hover .services-para{
  color:#0CB968;
}
.top-space{
  padding-top: 15px; 
}
.org-icon{
  background-color:#0CB968;
  padding: 20px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
}
.org-icon i{
  font-size: 30px;
}
.main-category-card{
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.main-category-card li{
  border-bottom: 1px solid #ddd;
  padding:15px 0;
}
.learn-btn{
  background-color: #0CB968;
  border: 1px solid #0CB968;
  border-radius:5px;
  color:#fff;
  font-size: 14px;
  padding:5px 20px;
  transition: .3s all linear;
}
.learn-btn:hover, .learn-btn:focus, .learn-btn:active {
  background-color: #287ddd;
  border:1px solid #287ddd;
  color: #fff !important;
}
.opporunity-box{
  padding: 40px 20px;
  background-color: white;
  border: 1px solid #ddd;
}
.big-line{
  margin:40px 0;
  border-bottom: 1px solid #ddd;
}
.business-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
}
.type2-btn{
  padding: 10px 20px;
  color:  #0CB968;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition:all .5s linear;
}
.type2-btn:focus, .type2-btn:hover, .type2-btn:active{
  color:#999;
}
.border-cls{
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow:hidden;
}
.project-sec{
  height: 150px;
  overflow-y: auto;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.image-inline{
  list-style: none;
  padding: 0;
}
.image-inline li{
  display: inline-block;
}
.provider-bit-img{
  height:50px;
  width:50px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.badge-cls{
  position: absolute;
  top:0;
  right: 0;
}
.badge{
  padding: 3px 5px;
  font-size: 10px;
  background-color: #e4060d;
}
.pro-onboard-head{
  padding:15px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.3);
  background-color: white;
}
.align-center{
  vertical-align:-23%;
}
.align-middle{
  vertical-align:middle;
}
.xs-small{
  font-size:12px;
  color: #0CB968;
  margin-top:5px;
}
.mt-5{
  margin-top: 5px;
}
.grey-bg{
  background-color:#eff0f1;
}
.black-clr{
  color: #333 !important;
}
.right-border{
  border-right:1px solid #ddd;
}
.notification{
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.3);
  overflow: hidden;
}
.chat-head{
  padding: 15px;
  background-color: white;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.p-0{
  padding: 0 !important;
}
.pr-0{
  padding-right:0px !important; 
}
.pl-0{
  padding-left:0px !important; 
}
.pt-0{
  padding-top: 0 !important;
} 
.pd-0{
  padding-bottom: 0 !important;
}
.chat-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding:10px 15px;
  background-color: white;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.attach-icon{
  margin-top: 5px;
  color:  #0CB968;
  padding-right: 15px;
  float: left;
  width: 40px;
}
.chat-footer input, .chat-footer .btn{
  height: 35px !important;
}
.cal-width{
  width: calc(100% - 40px);
  float: left;
}
.height-100{
  height: 100%;
}
.chat-msg1{
  padding: 10px;
  background-color:#eff0f1;
  margin-top: 10px;
  max-width:75%;
  display: table;
  margin-left: 15px;
  position: relative;
}
.chat-msg1::before{
  top:20%;
  left:-25px;
  border-width:8px 13px;
  border-color:  transparent #eff0f1 transparent transparent;
  z-index: 100;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}
.chat-msg2{
  padding: 10px;
  background-color: #eff0f1;
  margin-top: 10px;
  max-width: 75%;
  display: table;
  margin-right: 15px;
  /*margin-left: 25%;*/
  position: relative;
  float: right;
}
.chat-msg2::after{
  top:20%;
  right:-25px;
  border-width:8px 13px;
  border-color:transparent transparent transparent #eff0f1 ;
  z-index: 100;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: '';
}
.chat-right{
  /*float: right;*/
}
.chat-left{
  float: left;
}
.ml-18{
  margin-left:18px;
}
.settings-spacing{
  /*padding: 100px 15px;*/
  padding: 30px;
  background-color: white;
  border-radius: 5px;
  border:1px solid #ddd;
  width: 100%;
  text-align: center;
}
.settings-spacing i{
  font-size:60px;
  color:#333;
}
.side-section {
  padding:0;
  margin: 0;
  list-style: none;
  background-color: white;
}
.side-section li{
  padding: 15px;
  color:#858b8c;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.side-section .active-cls{
  border-bottom: 1px solid #0CB968;
  color: #0CB968;
}
.logout{
  background-color: #0CB968; 
  color:white !important;
}
.panel-default > .theme-heading{
  background-color: #0CB968;
  color:#fff;
  padding:15px;
  font-size:18px;
}
.profile-img{
  height: 150px;
  width: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 50%;
  border:5px solid #eee;
  cursor: pointer;
}
.card-img{
  margin-top: -10px;
}
.img-height{
  max-height: 450px;
}
.no-margin{
  margin: 0 !important;
}
.green-clr{
  color: green;
  margin-top: 5px;
  margin-bottom: 5px;
}
.green-clr i{
  font-size: 18px;
}
.rating .progress{
  margin:7px 5px !important;
 /* margin-bottom: 0 !important;
  margin-left: 0 !important ;
  margin-right: 0 !important;*/
}
.rating{
  margin-top: 5px;
}
.green{
  color:green;
  margin-bottom: 5px;
  margin-top: 5px;
}
.back-img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*padding: 15px;*/
}
.white-overlay{
  background-color: rgba(255,255,255,.7);
  padding: 15px;
}
.overview .btn{
  border-radius: 50%;
}
.overview p{
  margin:15px 0; 
}
.line-cross{
  border-bottom: 2px solid #ddd;
  max-width: 85%;
  margin:0 auto;
}
.line-position{
  margin-bottom:-35px;
}
.map-img{
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
#see-request .pro-img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border:5px solid white;
  /*margin: 0 auto;*/
}
.align-top{
  margin-top:-55px;
  text-align: center;
}
#see-request p{
  font-size: 16px;
}
.org-line{
  border-bottom: 1px solid #0CB968;
  width: 200px;
  margin: 20px auto;
}
.blue-clr{
  color: #0CB968;
}
.ml-30{
  margin-left: 30px;
}
.profile-steps{
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile-steps li{
  padding-top:5px;
  padding-bottom: 5px;
  color: #858b8c;
}
.active-profile{
  font-weight: bold;
  color: #333 !important;
}
.width-10{
  width: 40px;
}
.width-90{
  width:80%;
}
.mt-10{
  margin-top: 10px;
}
.setup3-spacing{
  padding: 50px 15px;
  background-color: white;
  border-radius: 5px;
  border:1px solid #ddd;
  text-align: center;
}
.header-img{
  height:40px;
  width:40px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px;
}
.align-middle1{
  vertical-align: -33%;
}
.navbar-nav > .provider-account .dropdown-menu{
  width:250px;
  margin-left: 10px;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
.left-side{
  float: left;
  width:50px;
}
.right-side{
  float: left;
  width: 178px;
}
.header-img1{
  height:40px;
  width:40px;
  border-radius: 50%;
  margin-right: 10px;
}
.p-5{
  padding: 5px;
}
.last-sec{
  padding: 0;
  margin: 0;
  list-style: none; 
}
.last-sec li{
  display: inline-block;
  padding-top:0px;
  padding-bottom:0px;
  width:49%;
  text-align: center;
}
.spacing1{
  padding: 10px;
}
.spacing2{
  padding: 20px !important;
}
.s-10{
  font-size: 10px;
}
.align-middle2{
  vertical-align: 33%;
}
.normal{
  font-weight: normal;
}
.ml-13{
  margin-left: 13px !important;
}
.border-0{
  border: 0;
}
.text-deco{
  text-decoration: line-through;
}
.invoice-pro-img{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border:5px solid white;
}
.size-100{
  font-size:100px;
}
.icon-align-top{
  vertical-align:306%;
}
.switch {
position: relative;
display: inline-block;
width: 43px;
height:20px;
}

.switch input {display:none;}

.toggle-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.toggle-slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .toggle-slider {
background-color: #2196F3;
}

input:focus + .toggle-slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
-webkit-transform: translateX(22px);
-ms-transform: translateX(22px);
transform: translateX(22px);
}

/* Rounded toggle-sliders */
.toggle-slider.round {
border-radius: 34px;
}

.toggle-slider.round:before {
border-radius: 50%;
}
.wte-bg{
  background-color: white !important;
  padding: 15px;
}
.panel-group{
  margin-bottom: 0;
}
.size-16{
  font-size: 16px;
}
#map{
  width: 100%;
  height: 400px;
}
.credits-sec{
  height: 150px;
  width: 150px;
  background-color: #1a1a1a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:20px;
  padding: 15px;
  margin: 0 auto;
}
.b-0{
  border:0 !important;
}
.size-20{
  font-size: 20px;
}
.top-115{
  margin-top: 115px;
}
.size-18{
  font-size: 18px !important;
}
.gray-img:hover ~ .org-img {
  display: inline-block;
}
.gray-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  margin-bottom: 10px;
}
.notification-count{
  font-size: 7px;
  padding: .3em .5em;
  position: absolute;
  margin-top: -3px;
  margin-left: -5px;
}
.notification-sec .dropdown-menu{
  width: 260px;
  padding: 0;
}
.notification-sec .dropdown-menu > li > a{
  padding:8px 10px;
}
.display-inline{
  display: inline-block;
  width: 100%;
}
.noti-img{
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border:2px solid #0CB968;
}
.noti-img1{
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:2px solid #0CB968;
}
.display-inline .text-sec{
  padding-left: 55px;
  width: 100%;
}
.display-inline .text-sec p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;  
  color:#858b8c;
}
.notification-msgs{
  height: 200px;
  overflow-y: scroll;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.notification-msgs li{
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
.notification-msgs li:hover{
  background-color: #f9f9f9;
}
.mb-5{
  margin-bottom: 5px;
}
.b-top{
  margin-top: 1px solid #ddd;
}
.small-xs{
  font-size: 12px;
}


.group {
  position: relative;
  display: inline-block;
  line-height: 16px;
}

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
        animation: bigSqrShrink 1s linear infinite;
}

.square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #0CB968;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
        animation: drop2 1s linear infinite;
}

.third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
        animation: drop3 1s linear infinite;
}

.fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
        animation: drop4 1s linear infinite;
}

.text1 {
  line-height: 16px;
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #0CB968;
  display: block;
  margin: 10px auto;
  padding: 3px;
}

@-webkit-keyframes bigSqrShrink {
  0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  }
  90% {
  -webkit-transform: scale(1);
          transform: scale(1);
  }
  100% {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  }
  90% {
  -webkit-transform: scale(1);
          transform: scale(1);
  }
  100% {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  25% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  25% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  50% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  50% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  75% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  }
  75% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
  100% {
  -webkit-transform: translate(0);
          transform: translate(0);
  }
}
.center-align{
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  opacity: 0.9;
  background: #000;
  z-index: 999999;
}

.mb-30{
  margin-bottom: 30px;
}
.upload-img{
  width:auto;
  max-width: 100%;
  height: 140px;  
  margin: 0 auto; 
}
.pro-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid white;
  margin: 0 auto;
}
.height-120{
  height: 150px !important;
  font-size: 65px
}
.captalize{
  text-transform: capitalize;
}
.uppercase{
  text-transform: uppercase;
}
.green{
  color: green;
}
.red{
  color: red;
}
.grey-line {
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}
.media-object1{
  width: 65px;
  height: auto;
  margin-right:5px;
}
.mb-20{
  margin-bottom: 20px;
}
.nav-tabs > li > a{
  color: #999;
  border:0;
  border-bottom: 2px solid transparent;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-width: 0;
  border-bottom: 2px solid #ddd;
  color: #999;
}
.btn-group > .btn.active{
  background-color: #0CB968 !important;
  border-color: #0CB968 !important;
  color: #fff;
}
.btn-group > .btn:not(:last-child){
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.category2{
  transition: .3s all linear;
}
.category2:hover .text{
  color: #0CB968;
}
.overview .btn.btn-default{
  background-color: #e6e6e6 !important;
}
.slider-sec:hover p{
  color: #0CB968;
}
.category1 .list-item.active{
  color:#0CB968; 
  background-color:#fafafa;
}
.file-container {
  overflow: hidden;
  position: relative;
  border:1px solid #ccc;
  border-radius: 3px;
  color:#999;
  font-weight: normal;
  padding:5px 20px;
  cursor: pointer;
}
.file-container [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
input[type="file"]{
  color: #777;
  height: 35px !important;
}
.text-danger{
  color: #ff0d08;
}
/*sectionloader*/
@keyframes lds-ball {
0%, 100% {
  animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
}
0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
50% {
  -webkit-transform: translate(0, 108px);
  transform: translate(0, 108px);
  animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
}
100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
}
@-webkit-keyframes lds-ball {
0%, 100% {
  animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
}
0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
50% {
  -webkit-transform: translate(0, 108px);
  transform: translate(0, 108px);
  animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
}
100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
}
.lds-css{
  background: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  align-content: center !important;
  justify-content: center;
  display: flex;
}
.lds-ball {
  position: relative;
}
.lds-ball div {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0CB968;
  top:30%;
  -webkit-animation: lds-ball 1s linear infinite;
  animation: lds-ball 1s linear infinite;
}
.lds-ball {
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
.side-spacing .input-group{
  margin-bottom: 20px;
}
.side-spacing .input-group .input-group-addon{
  background-color: #fff;
  font-size: 24px;
  vertical-align: top;
  padding-top:48px;
  padding-right: 0;
}
.side-spacing .input-group .form-control{
  border-left: 0;
  font-weight: bold;
}
.side-spacing .input-group .form-control:focus{
  border-color:#ccc;
}
.mb-10{
  margin-bottom: 10px;
}
.home-video{
  width:100%;
  height: 300px;
}
.guarantee-small-img{
  height: 50px;
  width: auto;
}

.text-normal {
  text-transform: none;
}

.banner-text-multi {
  
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #b50b00), color-stop(0.15, #b50b00), color-stop(0.3, #b50b00), color-stop(0.45, #2293bb), color-stop(0.6, #b50b00),color-stop(0.75, #b50b00), color-stop(0.9, #2293bb), color-stop(1, #b50b00) );

  background-image: gradient(linear, left top, right top, color-stop(0, #b50b00), color-stop(0.15, #b50b00), color-stop(0.3, #b50b00), color-stop(0.45, #2293bb), color-stop(0.6, #b50b00),color-stop(0.75, #b50b00), color-stop(0.9, #2293bb), color-stop(1, #b50b00) );

  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-img-shadow {
  background-color: #00000080;height:250px;width: 100%;display: flex;align-items: center;justify-content: center;
}

.body-map-position {
  position: unset !important;
}
.mt-5{
  margin-top: 5px;
}

.settings-spacing:hover, .settings-spacing:active, .settings-spacing:focus {
  transform: translateY(-0.25rem);
}
.settings-spacing {
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(211, 211, 211);
}
.settings-spacing i {
  color: gray;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.credits-list li {
  margin:10px;
}
.credits-list li>.value {
  color: gray;
}

.credit-tap {
  margin-top: 10px;
  margin-bottom: 0;
  color: #5cb85c;
}

.button:hover, .button:active, .button:focus {
  color: #fff;
}

.text-grey {
  color: #8e9495;
}

/* Create three columns of equal width */
.columns {
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 20px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: center;
}
.price li > span {
  padding: 10px;
  text-align: center;
  color: rgb(243, 156, 18);
  display: block;
  font-size: 15px;

}



/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
      width: 100%;
  }
}

.history-loadmore {

  float: right;
  text-transform: uppercase;
  margin:20px;
}

.credit-tap {
  margin-top: 10px;
  margin-bottom: 0;
  color: #5cb85c;
}

.search-frame {
  margin-top: 10px;
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
@media (max-width: 768px) {
  .search-frame {
      width: 100%;
  }
  .req-picture{
      width: 100%;
  }
 
}
.req-picture{
  width: 100%;
  
}
.bg-con{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}
.lazyloading {
  background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
  min-height: 60px;
}