

/***********New CSS**************************/
body{
      background: #f5f5f5;
     font-family: 'Heebo', sans-serif;
     color: #242424;
}
p{
  font-size: 14px;
}
a{
    color: #303030;
}
textarea{
   width: 100%;
    border: 1px solid #c7c7c7;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;{
      padding: 8px 18px;
    }
}
.rounded-circle {
    height: 36px;
    width: 36px;
}
.top-130{
  margin-top:130px;
}
.font-16{
  font-size: 16px;
}
.navbar.fixed-top{
         box-shadow: 0 -9px 5px 15px #00000014;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.carousel-item img{
  width: 100%;
  margin-top: -60px;
  height: auto;
}
.logo{
  width: 130px;
}
.navbar{
  padding: 10px !important;
      box-shadow: 0px 10px 9px #00000017;
}

.carousel-caption{
  top: 15%;
  text-align: left;
  left: 12%;
}

.nav-link{
      font-size: 14px;
}

.home-banners .lead {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 35px;
    color: #303030;
    position: absolute;
    top: 170px;
    margin-left: 14px;
        text-transform: capitalize;
  }
  .home-banners .lead span{
    color: #F70202;
  }
  .top-bar{
    background: #F70202;
    height: 5px;
    width: 50px;
    display: block;
    margin-bottom: 30px;
  }

.user-login{
    max-width: 1000px;
    margin: 0 auto;
    border: none;
    background: #fff;
    margin-top: 150px;
    border-radius: 15px;
    height:auto;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}
.login-bg{
    border-radius: 15px 0 0 15px;
    width: 100%;
}
.rp-0{
  padding-right: 0px;
}
.login-info{
    position: absolute;
    top: 40px;
    left: 50px;
}
.login-info h2{
  color: #f30304;
}
.login-info p{
    color: #000000;
    width: 80%;
    font-size: 18px;
}
.sign-up-bg{
      background-image: linear-gradient(#2e61ae 85%, #173d77 100%);
    border-radius: 15px 0 0 15px;
    padding: 0;
}
.form-control{
    height: calc(1.5em + .75rem + 7px);
    font-size: 14px;
}
.form-group label{
  font-size: 12px;
  margin-bottom: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3f5dd4;
    outline: 0;
    box-shadow: none;
    border-width: 2px;
}
.btn-primary {
    color: #fff;
    background-color: #2560AC;
    border-color: #2560AC;
    padding: 10px 25px;
}
.btn-primary:hover{
  background-color: #2567bb;
  border-color: #2567bb;
}
.card-img-top{
      border-radius: 15px 15px 0 0;
}
.thumb-sm{
    max-width: 40px;
    border: 1px solid #cccccc;
}
.blog-date{
      text-align: right;
    margin-top: 15px;
    font-size: 13px;

}
.profile img{
  float: left;
}
.profile span{
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single{
  height: 40px;
  padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 11px;
    width: 20px;
}
.card{
    border: none;
    border-radius: 15px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}
.blog-li li{
    padding: 15px 0;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #fbfbfb;
}
.wrapper-page{
   min-height: 75vh;
}
.footer{
  background: #3e3e3e;
    padding: 18px;
    text-align: center;
    font-size: 14px;
    color: white;
    margin-top: 50px;
}



/* ======
10. Alerts
   ====== */
/* =============
   Alerts
============= */
.alert {
    position: absolute;
    bottom: 50px;
    margin-bottom: 0;
    width: 500px;
    left: 50%;
    z-index: 9999;
    margin-left: -250px;
    border: none;

}


.alert .alert-link {
  font-weight: 600;
}

.alert-success {
  color: #fff;
  background-color: #58db83;
}

.alert-success .alert-link {
  color: #2ed264;
}

.alert-success hr {
  border-top-color: #2ed264;
}

.alert-info {
  color: #29bbe3;
  background-color: #c7edf8;
}

.alert-info .alert-link {
  color: #199cc0;
}

.alert-info hr {
  border-top-color: #199cc0;
}

.alert-warning {
  color: #fff;
  background-color: #f5b225;
}

.alert-warning .alert-link {
  color: #dd990a;
}

.alert-warning hr {
  border-top-color: #dd990a;
}

.alert-danger {
  color: #ec536c;
  background-color: #fbdde2;
}

.alert-danger .alert-link {
  color: #e72545;
}

.alert-danger hr {
  border-top-color: #e72545;
}
.about-us{
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px;
    margin: 0px;
    margin-top: 100px;
    background-size: contain;
}
.about-us p{
    font-size: 16px;
    margin-top: 10px;
}
.about-us-points{
  position: relative;
}
.about-us-points .card{
    padding: 40px;
    height: 110vh;
    background-image: linear-gradient(#ff000000 50%, #d2f2ff);
}
.about-us-points .card li{
      list-style: none;
      padding-left: 40px;
      position: relative;
      margin-bottom: 20px;
}
.about-us-points .card li img{
      margin-right: 10px;
      position: absolute;
      top: 7px;
      left: 0;
      width: 18px;
}
.about-us-points .card ul{
  padding: 0px;
  margin-top: 20px;
}
.about-us-points .card button{
     max-width: 50%;
}
.img-about{
  position: absolute;
    bottom: 0;
    width: 50%;
    left: 26%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    color: #303030;
    font-size: 13px;
}
.nav-item{
  position: relative;
}
.nav-item span{
  display: none;
    width: 100%;
    height: 2px;
    background: #f30304;
    position: absolute;
    width: 100%;
    bottom: -10px;
}
.nav-item:hover span{
  display: block;
}
.user-profile img{
      width: 36px;
    /* position: absolute; */
    /* left: -5px; */
    margin-right: 5px;
    margin-top: -5px;
}
.user-profile{
    border: 1px solid #d2dcec;
    padding: 6px 15px !important;
    border-radius: 5px;
    background: #fff;
}
.nav-item .user-avatar img{
    width: 36px;
    height: 36px;
    border: 1px solid #d6d6d6;
    margin-top: 7px;
}
.user-avatar{
  background: white;
    height: 50px;
    padding: 0 10px !important;
    /* padding-left: 10px !important; */
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}
.user-avatar:hover .dropdown-menu{
  display: block;
}
.dropdown-item{
  font-size: 14px;
  cursor: pointer;
}
.expert-block .profile-img{
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.expert-block  .text-white{
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.img-quote{
  width: 35px;
}
.img-quote-black{
      width: 15px;
    margin-right: 4px;
    margin-top: -7px;
    opacity: 0.2;
}
.profile-details h4{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0px;
}
.profile-details{
    padding: 10px 0 15px 10px;
}
.profile-details label{
    font-size: 13px;
    margin-bottom: 5px;
    color: #303030;
    display: block;
}
.profile-details .card-body{
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-radius: 15px;
}
.profile-details .collapse .card-body{
  padding: 20px;
}
.profile-details .show{
    width: 100%;
    width: 100%;
    margin: 15px 15px 0;
}
.profile-details input, .profile-details select{
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.profile-details textarea{
  width: 100%;
    border: 1px solid #c7c7c7;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.divider{
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
    margin: 20px 0;
}
.divider1{
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
}
/*.expert-block{
    max-height: 765px;
    min-height: 765px;
    overflow-y: scroll;
}*/
.other-links button{
  margin-right: 5px;
  border-color: #a8caff;
}
.other-links button:hover{
  background: none;
  color: #007bff;
  border-color: #007bff;
}
.blog-listing{
  margin-bottom: 25px !important;
}
.blog-listing a.link{
    font-size: 13px;
    font-weight: 500;
    margin-top: -10px;
    display: block;
}
.img-wrap {
  position: relative;
}
.img-wrap1 {
  position: relative;
}
.img-wrap span{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #00b6ffcf;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: text;
    text-align: right;
    color: #fff;
}
.img-wrap1 span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #00b6ffb3;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: text;
    text-align: right;
    color: #fff;
}
.blog-profile-small img{
    width: 38px;
    border-radius: 50px;
    float: left;
}
.blog-profile-small p{
  margin-top: 8px;
  /*margin-left: 48px;*/
  margin-left: 0px;
}
.blog-banner-wrapper{
  position: relative;
  margin: 20px 0;
}
.blog-banner-wrapper img{
  border-radius: 10px;
}
.blog-banner-wrapper p{
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #ffffffb5;
    padding: 2px 9px;
    border-radius: 4px;
}
.share-links a{
    background: #cecece;
    padding: 4px 10px 6px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
}
.share-links a:hover{
  opacity: 0.8
}
.share-links a.facebook{
  background: #1877f2;
}
.share-links a.twitter{
  background: #1da1f2;
}
.share-links a.linkedin{
  background: #007bb5;
}
.profile-details .btn-secondary{
    padding: 10px 30px;
    background: transparent;
    border-radius: 5px !important;
    margin-right: 8px;
    color: #000;
    border: 1px solid gainsboro;
}

.profile-details .btn-secondary.active{
    background-image: url(../../assets/images/checkbox.svg);
    background-color: #247bff !important;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 12px 15px;
    outline: none;
    box-shadow: none;
    border-color: #247bff !important;
  }
.profile-details .btn-secondary:focus{
  box-shadow: none;
}
.comment-wrapper{
    background: #fff;
    margin: 20px 0;
    padding: 20px 0px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}
.btn-small{
     padding: 8px 18px;
    font-size: 14px;
}
.recent-logs li{
  font-weight: 500;
}
.recent-logs .card{
  background: transparent;
  border: 1px solid #dadada;

}
.home-banners .d-md-block{
  margin-top: 90px;
}
.expert-quotes{
    font-family: 'Arial', serif;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.5px;
}
.user-testimonials{
    color: #000000;
    font-style: italic;
    margin-bottom: 0px;
    font-weight: 500;
}
#settes{
      max-height: 670px;
    overflow: scroll;
        overflow-x: hidden;
}
#settes::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#settes::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#settes::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#settes::-webkit-scrollbar-thumb:hover {
  background: #555; 
}






#custom-pos {
  position: relative;
  left: 93%;
}
.dropdown-menu {
   left: auto !important;
}
/*************************************/

@media only screen and (max-width: 600px) {
  header .display-4{
    top: 100px !important;
  }
  #custom-pos {
    position: relative;
    left: 3%;
}
  .nav-item {
    margin: 3px !important;
  }
  .carousel-item img{
    margin-top: 200px;
  }
  .container .display-4, .carousel-caption p{
    font-size: 20px;
  }
  .home-banners .lead{
    font-size: 18px;
    line-height: 24px;
    margin-top: 50px;
  }
  .carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat bottom center scroll #e4e9fe;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .about-us{
    margin-top: 20px; 
    padding: 20px 5px;
    height: 77vh;
    background-position: bottom;
  }
  .about-us p{
    font-size: 14px;
  }
  .about-us-points .card {
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .about-us-points .card li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .blog-date{
    text-align: left;
  }
  .other-links button {
    margin-right: 7px;
    border-color: #a8caff;
    float: left;
    /* margin-bottom: 15px; */
    font-size: 12px;
  }
  .expert-block{
    margin-top: 20px;
  }
  .profile-details .show{
    margin:0px;
  }
  .login-bg {
    margin: 0px;
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .user-login .col-sm-6{
    padding: 0px;
  }
  .login-info{
    left: 20px;
    top: 20px;
  }
  .login-info{
    display: none;
  }
  .user-login{
    margin-top: 100px;
  }
  .select2-container{
    max-width: 272px !important;
  }

}
.star {
    color: red;
    font-weight: 700;
}
.star img{
    opacity: 0.3;
    width: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 3px;
}
.star img:hover{
  opacity: 1;
}
.Userlogin{
    border: 1px solid;
    border-radius: 4px;
    padding: 6px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 15px;
    font-size: 12px;
}
.signup-tabs h4{
    display: inline-block;
    padding: 0 20px 10px;
    border-bottom: 2px solid #d8d8d8;
    font-size: 18px;
    margin-bottom: 15px;
        color: #848484;

}
.signup-tabs h4.active{
    border-bottom: 2px solid #255fac;
     color: #255fac;

}
.nav-item img{
height: 30px;
margin-bottom: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    /* left: inherit; */
    top: 52px;
}
.admin-photo{
  background: red;
}

header .display-4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    position: absolute;
    top: 110px;
    z-index: 99;
    color: #303030;
    background: #ff66671a;
    padding: 10px 15px;
    display: inline-block;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
@media (min-aspect-ratio: 8/5) {
  .carousel-item img {
    margin-top: -90px;
    width: 100%;
    height: auto;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel-item img {
    margin-top: -160px;
    width: 100%;
    height: auto;
  }
}

.carousel-control-next, .carousel-control-prev{
  width: 8% !important;
}



/*Footer Design*/
.footer-logo{padding: 10px 20px; background-color: #fff; width: min-content;} 
.footer-logo img{display: block;margin: 0 auto;}
.footer-contact-info{padding: 20px 0px;}
.footer-contact-info p{color: #fff;}
.footer-contact-info p span{color: #f70202;margin-right: 10px;font-size: 20px}
#footer{background-color: #454545;padding-top: 50px;}
.footer-widget-title{
  font-size:20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f70202;
  
}
ul.footer-menu-link{padding-left: 0px;margin-bottom: 40px;}
ul.footer-menu-link li{display: block;padding: 3px 0px; }
ul.footer-menu-link li a{color: #fff;font-size: 15px;}
.social-share ul{margin-top: 30px;padding-left: 5px;}
.social-share ul li{display: inline-block;padding-right: 5px;width: 50px;height: 50px;text-align: center;}
.social-share ul a{display: block;background: #fff;color: #000;padding: 5px;font-size: 18px;}
a.fb:hover{background: #3B5998;}
a.fb:hover i{color: #fff;}
a.lin:hover{background: #0077B5;}
a.lin:hover i{color: #fff;}
.copyright p{margin-bottom: 0px;font-size: 13px;}
.copyright{background-color: #fff;padding: 8px 0px;}
.footer-contact-info a {
  color: #fff;
}

#widgetbar p {
    text-align: right;
}
