/* ----------------------------------
        
    01. Common styles
    02. Section heading
    03. Topbar
    04. Navigation
    05. Page title
    06. Slider and Banner
    07. Feature boxes
    08. Service blocks
    09. Process with Icon
    10. Client section
    11. Counter box
    12. Call to action
    13. Video
    14. About area style
    15. Progress bars
    16. Testmonial
    17. Owl carousel
    18. Team member
    19. Project grid
    20. Accordion style
    21. Service detail
    22. Portfolio masonry
    23. Tabs
    24. Pricing table
    25. Shop
    26. Blog block
    27. Count and error box
    28. Contact info
    29. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */

/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px;
}

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #d72027;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* theme color and basic options */
a:hover,
a:active {
  color: #0B9CA4;
  text-decoration: none;
}

.bg-theme {
  background-color: #1abbb9;
}

.bg-theme-90 {
  background: rgba(134, 188, 66, 0.9);
}

.bg-theme-80 {
  background: rgba(134, 188, 66, 0.8);
}

.theme-overlay[data-overlay-dark]:before {
  background: #d72027;
}

.text-theme-color {
  color: #246fbf;
}

.labelcolor {
  color: #d72027 !important;
}


.text-content-big p {
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 25px;
  font-size: 15px;
}

.shadow-primary {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.red {
  color: red;
}

.line-through {
  text-decoration: line-through;
}

.readmore {
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.readmore:after {
  content: '\f105';
  font-size: 16px;
  vertical-align: top;
  font-family: Font Awesome\ 5 Free;
  padding-left: 8px;
  vertical-align: middle;
}

.readmore:hover {
  color: #d72027;
}

.left-title {
  position: relative;
}

.left-title:before {
  content: "";
  background: #d72027;
  width: 15px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}

.left-title.white:before {
  background: #fff;
}

@media screen and (max-width: 575px) {
  .no-mobile-margin-15px-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-margin-15px-bottom {
    margin-bottom: 15px;
  }

  .mobile-margin-20px-bottom {
    margin-bottom: 20px;
  }
.country-row ul li {
    width: 185px !important;
}
}

/* primary listing */
.primary-list {
  padding-left: 0;
}

.primary-list li {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: none;
  color: #222;
}

.primary-list li i {
  color: #d72027;
  padding-right: 10px;
}

.white-list {
  padding-left: 0;
}

.white-list li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: none;
}

.white-list li i {
  color: #d72027;
  padding-right: 15px;
}

.list-style-16 li:after {
  color: #d72027;
}

.white-list {
  padding-left: 0;
}

.white-list li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: none;
}

.white-list li i {
  color: #d72027;
  padding-right: 15px;
}

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #0B9CA4;
  border: 1px solid #0B9CA4;
  width: 45px;
  height: 45px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
}

.scroll-to-top i {
  color: #fff;
  padding-top: 12px;
}

.scroll-to-top:hover {
  color: #232323;
  background: #fff;
}

.scroll-to-top:hover i {
  color: #232323;
}

.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}

/* Button style */
.butn {
  background: #002d74;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 15px 20px;
  line-height: normal;
  margin-left: 12px;
  font-weight: 600;
  text-transform: none !important;
  position: relative;
  /*  z-index: 9999;*/
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.butnactive {
  background: #1ABBB9;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 9px 23px;
  line-height: normal;
  font-weight: 600;
  text-transform: none !important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.btnconsultnow {
  background: #1ABBB9;
  color: #fff !important;
  text-align: center;
  /* border-radius: 6px; */
  border-radius: 3px;

  /* padding: 7px 7px; */
  padding: 4px 7px;

  line-height: normal;
  font-weight: 700;
  text-transform: none !important;
  position: relative;
  /*  z-index: 9999;*/
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.butn1 {
  color: #000 !important;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  line-height: normal;
  margin-left: 10px;
  font-weight: 700;
  text-transform: none !important;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid;
  border-color: #1ABBB9;
  cursor: pointer;
}

.butn span {
  z-index: 9;
  position: relative;
}

.butn:hover {
  color: #fff !important;
  border-radius: 6px;
}

.butn:after {
  content: '';
  position: absolute;
  border-radius: 6px;
  bottom: 6px;
  left: 0;
  height: 2px;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  width: 0;
  background: #0F469D;
  height: 100%;
  top: 0;
  z-index: 1;
}

.butn:hover:after {
  width: 100%;
  border-radius: 6px;
}

.butn.white {
  background: #fff;
  color: #232323;
}

.butn.white:hover {
  color: #fff;
  border-radius: 6px;
}

.butn.white:after {
  background: #232323;
  border-radius: 6px;
}

.butn.theme {
  background: #fff;

}

.butn.theme span {}

.butn.theme:hover {
  color: #fff;
  border-radius: 0px;
}

.butn.theme:after {
  background: #246fbf;
  border-radius: 0px;
}

.butn.theme.white-hover:hover {
  color: #232323;
}

.butn.theme.white-hover:hover span {
  color: #232323;
}

.butn.theme.white-hover:after {
  background: #fff;
  border-radius: 3px;
}

.butn.small {
  padding: 8px 20px;
}

.butn.medium {
  padding: 10px 20px;
}

/* Button Style 2*/
.btn-style2 {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  border: 2px solid #222;
  color: #232323;
  letter-spacing: .5px;
  line-height: 26px;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn-style2:hover,
.btn-style2:active {
  background: #d72027;
  color: #fff;
  border-color: #d72027;
}

.btn-style2:focus {
  background: #d72027;
  color: #fff;
  box-shadow: none;
  border-color: #d72027;
}

.btn-style2.white {
  border-color: #fff;
  color: #fff;
}

.btn-style2.white:hover {
  border-color: #d72027;
}

.btn-style2 span {
  text-shadow: none !important;
  color: #fff !important;
}

/* Button Style 3*/
.butn-style3 {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  padding: 9px 22px;
  min-width: 150px;
  background: transparent;
  border: 2px solid #d72027;
  border-radius: 25px;
  box-shadow: #112336 !important;
  color: #d72027;
  letter-spacing: .5px;
  line-height: inherit;
  width: auto;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.butn-style3:hover {
  background: #d72027;
  color: #fff;
}

.butn-style3.theme {
  background: #d72027;
  border: 2px solid #d72027;
  color: #fff;
}

.butn-style3.theme:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.butn-style3.white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.butn-style3:hover {
  background: #d72027;
  color: #fff;
  border-color: #d72027;
}

/* Button Style 4*/
.btn-style4 {
  display: inline-block;
  border: 2px solid transparent;
  line-height: inherit;
  font-weight: 600;
 
  z-index: 1;
  overflow: hidden;
}

.btn-style4.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px;
}

.btn-style4.btn-small {
  font-size: 11px;
  padding: 4px 24px;
}

.btn-style4.btn-medium {
  font-size: 12px;
  padding: 12px 25px 11px;
}

.btn-style4.btn-large {
  font-size: 13px;
  padding: 9px 34px;
  line-height: 25px;
}

.btn-style4.btn-extra-large {
  font-size: 15px;
  padding: 12px 40px 13px;
  line-height: 25px;
}

.btn-style4 {
  padding: 5px 10px;
  border-radius: 0;
  border: none;
  letter-spacing: .5px;
  /* font-family: "Montserrat", sans-serif;*/
  background-color: #002D74;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn-style4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 20px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
}

.btn-style4:hover:after {
  transform: translateY(10%) translateX(-20px) rotate(-45deg);
}

.btn-style4 i {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-style4:hover,
.btn-style4:active,
.btn-style4:focus {
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

.btn-style4.min-width-auto {
  min-width: auto;
}

.btn-style4.btn-primary {
  background-color: #000;
  color: #fff;
}

.btn-style4.btn-primary:hover {
  background-color: #d72027 !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

.btn-primary:active,
.btn-style4.btn-primary:focus {
  background-color: #d72027 !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

@media screen and (max-width: 991px) {
  .butn {
    /* padding: 10px 28px;*/
  }

  .butn.small {
    padding: 7px 16px;
  }

  .butn.medium {
    padding: 8px 18px;
  }

  .btn-style2 {
    padding: 10px 18px;
  }

  .butn-style3 {
    min-width: 130px;
  }

  .btn-style4 {
    padding: 10px 10px;
    min-width: 150px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .btn-style4.btn-medium {
    padding: 10px 22px 9px;
  }

  .btn-style4.btn-large {
    padding: 8px 32px;
    line-height: 24px;
  }

  .btn-style4.btn-extra-large {
    padding: 10px 36px 12px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .butn {
    /* padding: 8px 26px;*/
  }

  .butn.small {
    padding: 6px 14px;
  }

  .butn.medium {
    padding: 6px 16px;
  }

  .btn-style2 {
    padding: 8px 14px;
  }

  .butn-style3 {
    min-width: inherit;
  }

  .btn-style4 {
        padding: 4px 3px;
        min-width: 110px;
        font-size: 12px;
        letter-spacing: 1px;
  }

  .btn-style4.btn-medium {
    padding: 10px 18px 8px;
  }

  .btn-style4.btn-large {
    font-size: 12px;
    padding: 8px 32px;
    line-height: 24px;
  }

  .btn-style4.btn-extra-large {
    font-size: 14px;
    padding: 10px 36px 12px;
    line-height: 24px;
  }

  /* spacing between columns*/
  .xs-default-gutter {
    margin: 0 -15px;
  }

  .xs-default-gutter>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* ===================================
    Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center;
}

.section-heading.half {
  margin-bottom: 30px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 50px;
  position: relative;
  line-height: 100%;
}

.section-heading h1:after,
.section-heading h2:after,
.section-heading h3:after,
.section-heading h4:after,
.section-heading h5:after,
.section-heading h6:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #d72027;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-heading.white h1,
.section-heading.white h2,
.section-heading.white h3,
.section-heading.white h4,
.section-heading.white h5,
.section-heading.white h6 {
  color: #fff;
}

.section-heading.grey h1,
.section-heading.grey h2,
.section-heading.grey h3,
.section-heading.grey h4,
.section-heading.grey h5,
.section-heading.grey h6 {
  color: #b7b7b7;
}

.section-heading.grey h1:after,
.section-heading.grey h2:after,
.section-heading.grey h3:after,
.section-heading.grey h4:after,
.section-heading.grey h5:after,
.section-heading.grey h6:after {
  background: #b7b7b7;
}

.section-heading.left {
  text-align: left;
}

.section-heading.left h1,
.section-heading.left h2,
.section-heading.left h3,
.section-heading.left h4,
.section-heading.left h5,
.section-heading.left h6 {
  padding-bottom: 15px;
}

.section-heading.left h1:after,
.section-heading.left h2:after,
.section-heading.left h3:after,
.section-heading.left h4:after,
.section-heading.left h5:after,
.section-heading.left h6:after {
  margin: 0;
  left: 0;
}

.section-heading strong {
  font-weight: 600;
}

.section-heading.white p {
  color: #fff;
}

.section-heading p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0 auto;
}

.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #d72027;
  line-height: 200%;
  margin-bottom: 10px;
}

.section-heading.white span {
  color: #fff;
}

.section-heading.grey span {
  color: #b7b7b7;
}

.section-heading .badge {
  display: inline-block;
  padding: 7px 19px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 14px;
  color: #d72027;
  border: 1px solid #d72027;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .075em;
}

/* title style2 */
.title-style2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.title-style2:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #d72027;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.title-style2:before {
  content: '';
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
}

.section-heading.left .title-style2 {
  left: 0;
  margin: 0;
}

.section-heading.left .title-style2:before {
  width: 125px;
  left: 0;
  margin: 0;
}

.section-heading.left .title-style2:after {
  width: 50px;
  left: 37px;
}

h1.title-style2.white,
h2.title-style2.white,
h3.title-style2.white,
h4.title-style2.white,
h5.title-style2.white,
h6.title-style2.white {
  color: #fff;
}

.section-heading .title-style2.white:after {
  background: #d72027;
}

.section-heading .title-style2.white:before {
  background: rgba(255, 255, 255, 0.8);
}

/* title style3 */
.section-heading.title-style3 {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.section-heading.title-style3 h1,
.section-heading.title-style3 h2,
.section-heading.title-style3 h3,
.section-heading.title-style3 h4,
.section-heading.title-style3 h5,
.section-heading.title-style3 h6 {
  padding: 0;
  margin: 0;
}

.section-heading.title-style3 h1:after,
.section-heading.title-style3 h2:after,
.section-heading.title-style3 h3:after,
.section-heading.title-style3 h4:after,
.section-heading.title-style3 h5:after,
.section-heading.title-style3 h6:after {
  content: none;
}

/* title overlay */
.title-overlay {
  mix-blend-mode: lighten;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* title style4 */
.section-heading.title-style4 h1,
.section-heading.title-style4 h2,
.section-heading.title-style4 h3,
.section-heading.title-style4 h4,
.section-heading.title-style4 h5,
.section-heading.title-style4 h6 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.section-heading.title-style4 p {
  padding-top: 0;
}

.section-heading.title-style4 span {
  color: #d72027;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading.title-style4 h1:after,
.section-heading.title-style4 h2:after,
.section-heading.title-style4 h3:after,
.section-heading.title-style4 h4:after,
.section-heading.title-style4 h5:after,
.section-heading.title-style4 h6:after {
  content: none;
}

/* title style5 */
.section-heading.title-style5 h1,
.section-heading.title-style5 h2,
.section-heading.title-style5 h3,
.section-heading.title-style5 h4,
.section-heading.title-style5 h5,
.section-heading.title-style5 h6 {
  padding: 0;
  margin: 0;
}

.section-heading.title-style5.white h1,
.section-heading.title-style5.white h2,
.section-heading.title-style5.white h3,
.section-heading.title-style5.white h4,
.section-heading.title-style5.white h5,
.section-heading.title-style5.white h6 {
  color: #fff;
}

.section-heading.title-style5 h1:after,
.section-heading.title-style5 h2:after,
.section-heading.title-style5 h3:after,
.section-heading.title-style5 h4:after,
.section-heading.title-style5 h5:after,
.section-heading.title-style5 h6:after {
  content: none;
}

.section-heading.title-style5 .separator-left,
.section-heading.title-style5 .separator-right {
  height: 1px;
  position: absolute;
  top: 50%;
  width: 70px;
  margin-top: -1px;
  margin-bottom: 0;
}

.section-heading.title-style5 .separator-left {
  left: -80px;
}

.section-heading.title-style5 .separator-right {
  right: -80px;
}

.section-heading.title-style5 .square {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #d72027;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}

.section-heading.title-style5.left .square .separator-left {
  display: none;
}

@media screen and (max-width: 1199px) {
  .section-heading.title-style4 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading p {
    padding-top: 10px;
    font-size: 14px;
  }

  .section-heading.title-style4 span {
    font-size: 28px;
  }

  .rev_slider_wrapper {
    height: 200px !important;
  }


}

@media screen and (max-width: 767px) {
  .section-heading.title-style4 span {
    font-size: 28px;
  }
}

/* title style6 */
.section-heading.title-style6 h1,
.section-heading.title-style6 h2,
.section-heading.title-style6 h3,
.section-heading.title-style6 h4,
.section-heading.title-style6 h5,
.section-heading.title-style6 h6 {
  position: relative;
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  line-height: 100%;
  text-transform: inherit;
}

.section-heading.title-style6 h1:after,
.section-heading.title-style6 h2:after,
.section-heading.title-style6 h3:after,
.section-heading.title-style6 h4:after,
.section-heading.title-style6 h5:after,
.section-heading.title-style6 h6:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #d72027;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-heading.title-style6 span {
  color: #232323;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
}

.section-heading.title-style6.white span {
  color: #fff;
}

.section-heading.title-style6.left {
  text-align: left;
}

.section-heading.title-style6.left h1:after,
.section-heading.title-style6.left h2:after,
.section-heading.title-style6.left h3:after,
.section-heading.title-style6.left h4:after,
.section-heading.title-style6.left h5:after,
.section-heading.title-style6.left h6:after {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .section-heading.title-style6 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading.title-style6 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading.title-style6 span {
    font-size: 26px;
  }
}

/* title style7 */
.inner-title h1,
.inner-title h2,
.inner-title h3,
.inner-title h4,
.inner-title h5,
.inner-title h6 {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600;
}

.inner-title h1:after,
.inner-title h2:after,
.inner-title h3:after,
.inner-title h4:after,
.inner-title h5:after,
.inner-title h6:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #d72027;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-title.half h1,
.inner-title.half h2,
.inner-title.half h3,
.inner-title.half h4,
.inner-title.half h5,
.inner-title.half h6 {
  margin-bottom: 15px;
}

/* title-style8 */
.title-style8 {
  padding-bottom: 25px;
  padding-left: 40px;
  padding-top: 25px;
  position: relative;
  font-weight: 700;
  z-index: 1;
}

.title-style8:before {
  border: 5px solid #f3f3f3;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: -1;
}

/* ===================================
    Topbar
====================================== */
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-info ul {
  margin-bottom: 0;
  float: right;
}

.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 13px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}

#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background-color: #0B9CA4;
  padding: 5px 0;
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}

.top-social-icon li:last-child {
  padding-right: 0;
}

.top-social-icon li:last-child a {
  padding-right: 0;
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px;
}

.top-social-icon li a:hover {
  color: #d72027;
}

#top-bar.top-bar-style2 {
  background: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bar-style2 .top-bar-info li {
  color: #6f6f6f;
}

.top-bar-style2 .top-bar-info li i {
  color: #6f6f6f;
}

.top-bar-style2 .top-social-icon li a {
  color: #6f6f6f;
}

.top-bar-style2 .top-social-icon li a:hover {
  color: #232323;
}

/* ===================================
    Navigation
====================================== */
.navbar-nav li.current>a,
.navbar-nav li.active>a {
  /*  color: #d72027;*/
}

.navbar>ul>li.current>a:after {
  border-color: transparent #d72027 #d72027 transparent;
}

@media screen and (min-width: 992px) {

  /*Header style01 and style02*/
  .header-style1 .navbar-nav li.current>a,
  .header-style2 .navbar-nav li.current>a,
  .header-style1 .navbar-nav li.active>a,
  .header-style2 .navbar-nav li.active>a {
    color: #d72027;
  }

  .header-style1 .navbar>ul>li.current>a:after,
  .header-style2 .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .header-style1.scrollHeader .navbar-nav li.current>a,
  .header-style2.scrollHeader .navbar-nav li.current>a,
  .header-style1.scrollHeader .navbar-nav li.active>a,
  .header-style2.scrollHeader .navbar-nav li.active>a,
  .header-style1.scrollHeader .navbar-nav li.current>a:hover,
  .header-style2.scrollHeader .navbar-nav li.current>a:hover,
  .header-style1.scrollHeader .navbar-nav li.active>a:hover,
  .header-style2.scrollHeader .navbar-nav li.active>a:hover {
    color: #d72027;
  }

  .header-style1.scrollHeader .navbar>ul>li.current>a:after,
  .header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  /*Header style03*/
  .header-style3 {
    border-bottom: 2px solid rgba(134, 188, 66, 0.9);
  }

  /*Header style04*/
  .header-style4 .navbar-nav li.current>a {
    color: #d72027;
  }

  .header-style4 .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .header-style4 .navbar-nav li.active>a {
    color: #d72027;
  }

  /*Header style05*/
  .header-style5 #top-bar {
    background: #d72027;
  }

  /*Header style06*/
  .header-style6 .navbar-default {
    background: rgba(134, 188, 66, 0.85);
  }

  .header-style6.scrollHeader .navbar-default {
    background: #d72027;
  }

  /*Header style08*/
  .header-style8 .navbar ul ul li.active>a {
    color: #d72027;
  }

  .header-style8 .navbar-nav li.current>a,
  .header-style8 .navbar-nav li.active>a {
    color: #d72027;
  }

  .header-style8 .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .header-style8.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #d72027;
  }

  .header-style8.scrollHeader .navbar-nav li.current>a {
    color: #d72027;
  }

  .header-style8.scrollHeader .navbar-nav li.current>a:hover {
    color: #d72027;
  }

  .header-style8.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .header-style8.scrollHeader .navbar-nav li.active>a {
    color: #d72027;
  }

  .header-style8.scrollHeader .navbar-nav li.active>a:hover {
    color: #d72027;
  }

  /*Menu area light*/
  .menu_area-light .navbar-nav li.current>a,
  .menu_area-light .navbar-nav li.active>a {
    color: #d72027;
  }

  .menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #d72027;
  }

  .menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #d72027;
  }

  .menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #d72027 #d72027 transparent;
  }

  .menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #d72027;
  }

  .menu_area-light.scrollHeader .navbar-nav li.active>a:hover {
    color: #d72027;
  }
}

@media screen and (max-width: 991px) {

  /*Header style03*/
  .header-style3 {
    border-bottom: 2px solid rgba(134, 188, 66, 0.9);
  }

  /*Header style05*/
  .header-style5 #top-bar,
  .header-style5 .navbar-toggler {
    background: #d72027;
  }

  /*Header style06*/
  .header-style6 .navbar-default {
    background: rgba(134, 188, 66, 0.85);
  }

  /*Header style06*/
  .header-style8 .navbar ul ul li.active>a {
    color: #d72027;
  }
}

/* ===================================
    Page title
====================================== */
/*style1*/
.page-title-section {
  background-size: cover;
  background-position: center;
}

.page-title-section h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}

.page-title-section ul {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

.page-title-section ul li {
  display: inline-block;
}

.page-title-section ul li:last-child a {
  color: #000 !important;
}

.page-title-section ul li:after {
  content: '\f105';
  font-weight: 600;
      font-size: 1em;
  color: #000;
  font-family: Font Awesome\ 5 Free;
  padding: 0 10px;
}

.page-title-section ul li:last-child:after {
  content: none;
}

.page-title-section ul li a {
  color: #1ABBB9 !important;
  font-size: 13px;
  font-weight: 500;
}

.page-title-section .active a,
.page-title-section li.active:last-child a {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-section h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .page-title-section ul {
    margin-top: 5px;
  }
}

/*style2*/
.page-title-section2 {
  padding: 250px 0 150px;
  text-align: center;
}

.page-title-section2 h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}

.page-title-section2 ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.page-title-section2 ul li {
  display: inline-block;
}

.page-title-section2 ul li:last-child a {
  color: #d72027;
}

.page-title-section2 ul li:after {
  content: '\f105';
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 10px;
}

.page-title-section2 ul li:last-child:after {
  content: none;
}

.page-title-section2 ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.page-title-section2 .active a,
.page-title-section2 li.active:last-child a {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .page-title-section2 {
    padding: 200px 0 100px;
  }

  .page-title-section2 h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section2 {
    padding: 148px 0 75px;
  }

  .page-title-section2 h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .page-title-section2 ul {
    margin-top: 5px;
  }
}

/*style3*/
.page-title-section3 h1 {
  color: #232323;
  margin-bottom: 0;
}

.page-title-section3 ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.page-title-section3 ul li {
  display: inline-block;
}

.page-title-section3 ul li:last-child a {
  color: #232323;
}

.page-title-section3 ul li:after {
  content: ' \f152';
  color: #fff;
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  padding: 0 10px;
}

.page-title-section3 ul li:last-child:after {
  content: none;
}

.page-title-section3 ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .page-title-section3 ul {
    margin-top: 5px;
  }
}

/*style4*/
.page-title-section.small h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}

.page-title-section.small ul {
  margin-bottom: 0;
  margin-top: 6px;
  text-align: left;
}

.page-title-section.small ul li {
  display: inline-block;
}

.page-title-section.small ul li:last-child a {
  color: #d72027;
}

.page-title-section.small ul li:after {
  content: ' \f152';
  color: #fff;
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  padding: 0 10px;
}

.page-title-section.small ul li:last-child:after {
  content: none;
}

.page-title-section.small ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .page-title-section.small h1 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .page-title-section.small ul {
    margin-top: 5px;
  }
}

/* vertical-header */
.vertical-header {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 56px;
}

.vertical-header.new-work-vertical-header {
  padding-bottom: 120px;
}

.vertical-header-text {
  left: -124px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
  transform: rotate(-90deg);
  width: 300px;
  font-size: 14px;
  text-transform: uppercase;
}

.vertical-header-text:after {
  background: #d72027;
  content: "";
  display: inline-block;
  height: 1px;
  left: 32px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
}

.vertical-header-text:before {
  background: #d72027;
  content: "";
  display: inline-block;
  height: 1px;
  left: 247px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
}

/* ===================================
    Slider and Banner
====================================== */
/* Banner */
.owl-carousel .caption .overflow-hidden {
  display: inline-block;
}

.owl-carousel .caption h3 {
  font-weight: 200;
  animation-delay: 0.5s;
  position: relative;
  display: inline-block;
}

.owl-carousel .caption h1 {
  margin: 10px 0;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  animation-delay: 0.8s;
}

.owl-carousel .caption p {
  font-size: 18px;
  color: #eee;
  word-spacing: 2px;
  animation-delay: 1.2s;
}

.owl-carousel .caption span {
  display: inline-block;
  padding: .2em 0;
}

.owl-carousel .caption .butn {
  animation-delay: 1.4s;
}

.owl-carousel .caption .butn i {
  position: relative;
  top: 1px;
  z-index: 9;
}

/* carousel-style3 */
.carousel-style3 .owl-carousel .owl-item img {
  width: 50%;
}

/* carousel-style4 */
.carousel-style4 .owl-carousel .owl-item img {
  width: 0%;
}

/*home-business-slider*/
.home-business-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35;
}

.home-business-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.home-business-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35;
}

.home-business-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {

  /*half container banner */
  .half-container-banner .banner-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border: 10px solid rgba(0, 0, 0, 0.1);
  }

  .half-banner[data-overlay-dark="0"]:before,
  .half-banner[data-overlay-light="0"]:before {
    opacity: 0.70;
  }

  .owl-carousel .caption h1 {
    font-size: 50px;
  }

  .owl-carousel .caption p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 32px;
    margin-top: 5px;
  }

  .owl-carousel .caption h3 {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 575px) {

  /*half container banner */
  .half-container-banner .banner-container {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 90%;
  }

  .owl-carousel .caption h1 {
    font-size: 20px;
    margin-top: 5px;
  }
}

.slider-fade .owl-item {
  height: 100vh;
  position: relative;
}

.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.slider-fade .item .caption {
  width: 100%;
  z-index: 9;
}

.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  text-align: center;
}

/* revolution slider */
.rev_slider_wrapper {
  height: 340px !important;
}

.rev_slider_wrapper .tp-caption span {
  color: #d72027;
}

.rev_slider_wrapper .butn span {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff;
  text-shadow: none;
}

.rev_slider_wrapper .butn.white span {
  color: #232323;
}

.rev_slider_wrapper .butn.white:hover span {
  color: #fff;
}

@media screen and (min-width: 767px) {
  .custom-paragraph .slider-text p {
    width: 450px !important;
    font-size: 15px !important;
    line-height: 26px !important;
  }
}

@media screen and (min-width: 1024px) {
  .rev_slider .max-style {
    font-size: 60px !important;
    line-height: 70px !important;
  }

  .rev_slider .max-style span {
    font-size: 60px !important;
    line-height: 70px !important;
  }
}

@media screen and (max-width: 1023px) {
  .rev_slider .max-style {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .rev_slider .max-style span {
    font-size: 45px !important;
    line-height: 50px !important;
  }

  .custom-paragraph .slider-text p {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media screen and (max-width: 766px) {
  .rev_slider .max-style {
    font-size: 30px !important;
    line-height: normal !important;
  }

  .rev_slider .max-style span {
    font-size: 30px !important;
    line-height: normal !important;
  }

  .custom-paragraph .slider-text p {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 24px !important;
    width: 480px !important;
    padding: 0 15px;
  }

  .custom-controls .tp-leftarrow,
  .custom-controls .tp-rightarrow {
    width: 40px !important;
    height: 40px !important;
  }

  .custom-controls .tp-leftarrow {
    left: -15px !important;
  }

  .custom-controls .tp-rightarrow {
    left: inherit !important;
    right: -55px !important;
  }

  .custom-controls .tparrows:before {
    line-height: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .rev_slider .max-style {
    font-size: 20px !important;
    line-height: normal !important;
  }

  .rev_slider .max-style span {
    font-size: 20px !important;
    line-height: normal !important;
  }

  .custom-paragraph .slider-text p {
    width: 320px !important;
    padding: 0 15px;
  }
}

/* ===================================
    Feature boxes
====================================== */
/* feature box 01 */
.feature-box-01 {
  background: #fff;
 /* border: 1px solid #ddd;*/
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 7px;

}

.feature-box-01 p {
 font-size: 16px;
}

.feature-box-01 .icon-tools {
  color: #939393;
}

.feature-box-01:hover {
  background: #ffffff;
/*  border: 1px solid #d72027;*/
  cursor: pointer;
}

.feature-box-01:hover .icon-tools {
  color: white;
}

.feature-box-01 img {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}


/* feature box 01a */
.feature-box-011 {
  background: transparent;

  border: 2px solid #fff;
  /* padding: 30px; */
  padding: 30px 10px 10px 10px;
  height: 172px;

  text-align: center;
  transition: all 0.5s ease 0s;
  /* border-radius: 15px; */
  border-radius: 7px;
  margin-bottom: 30px;

}

.feature-box-011 p {
 font-size: 16px;
}

.feature-box-011 .icon-tools {
  color: #939393;
}

.feature-box-011:hover {
  /* background: #ffffff; */
  border: 2px solid #f5e619;
  cursor: pointer;
}

.feature-box-011:hover .icon-tools {
  color: white;
}

.feature-box-011 img {
  height: 70px;
}

/* feature box 02 */
.feature-box-02 {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.feature-box-02:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.feature-box-02:before {
  background: #d72027;
  content: "";
  height: 0;
  left: 14px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 2px;
}

.feature-box-02:hover:before {
  height: 100%;
}

/* feature box 03 */
.feature-box-03 {
  border: 2px solid #383838;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.feature-box-03 .icon-tools {
  color: #939393;
}

.feature-box-03 p {
  color: #9d9d9d;
}

.feature-box-03:hover {
  background: #d72027;
  border: 2px solid #d72027;
}

.feature-box-03:hover p {
  color: #fff;
}

/* feature box 04 */
.feature-box-04 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.feature-box-04:hover {
  -webkit-box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.15);
}

.feature-box-04 .fetaure-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-box-04 .fetaure-image img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box-04 .fetaure-image:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-box-04 .fetaure-image:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 -130px 70px -70px #000 inset;
  box-shadow: 0 -130px 70px -70px #000 inset;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box-04 .package-detail {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 18px;
  position: absolute;
  z-index: 9;
}

.feature-box-04 .title {
  color: #fff;
  margin-right: 5px;
}

.feature-box-04 .price {
  width: 60%;
  float: left;
}

.feature-box-04 .people-duration {
  float: right;
  margin-left: 5px;
}

.feature-box-04 .package-detail p {
  margin: 0 0 0 10px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.feature-box-04 .package-detail p .theme-color {
  margin-right: 5px;
}

.feature-box-04 .rating li {
  float: left;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .feature-box-04 .package-detail {
    padding: 20px 10px;
  }

  .feature-box-04 .price {
    width: 55%;
  }
}

/* feature box 05 */
.feature-box-05 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.feature-box-05 .fetaure-image {
  position: relative;
  overflow: hidden;
}

.feature-box-05 .fetaure-image img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box-05 .fetaure-image:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-box-05 .fetaure-image:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
  box-shadow: 0 -130px 70px -70px rgba(0, 0, 0, 0.65) inset;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature-box-05 .package-detail {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 18px;
  position: absolute;
  z-index: 9;
}

/* feature box 06 */
.feature-box-06 {
  text-align: left;
  transition: all 0.5s ease 0s;
}

.feature-box-06 i {
  color: #d72027;
}

.feature-box-06 p {
  color: #6f6f6f;
}

/* feature box 07 */
.feature-box-07 {
  width: 100%;
  float: left;
}

.feature-box-07 .img-box {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.feature-box-07 .feature-textbox {
  position: relative;
  width: 90%;
  z-index: 2;
  top: -50px;
  left: 0;
  transition: all 0.3s ease-out 0s;
  right: 0;
  margin: 0 auto;
}

.feature-box-07 .feature-textbox:after {
  border-bottom: 5px solid transparent;
  width: 0px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
}

.feature-box-07:hover .feature-textbox:after {
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  content: "";
  width: 100%;
}

.feature-box-07 .feature-textbox:before {
  border-top: 5px solid #d72027;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-box-07:hover .feature-textbox:before {
  width: 0;
  transition: all 0.5s ease-out 0s;
}

.feature-box-07 .feature-textbox a {
  color: #d72027;
}

.feature-box-07:hover .feature-textbox {
  background-color: #d72027;
}

.feature-box-07:hover .feature-textbox .title,
.feature-box-07:hover .feature-textbox .feature-desc,
.feature-box-07:hover .feature-textbox a.read-more {
  color: #fff;
}

.feature-box-07 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.feature-box-07:hover .img-box img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .feature-box-07 .feature-textbox {
    width: 95%;
    top: -30px;
  }
}

/* feature box 8 */
.feature-box-08 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

.feature-box-08 .show-details {
  opacity: 0;
  transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-box-08 .show-details>img {
  width: 100%;
  max-width: none;
}

.feature-box-08:hover .show-details {
  opacity: 1;
}

.feature-box-08 .feature-box-detail {
  background: #112336;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.feature-box-08 .feature-box-detail .height-100 {
  overflow: auto;
}

.feature-box-08 .feature-box-detail .list-style-5 li {
  margin-bottom: 8px;
}

/* .middlebox{
        height: 91.5%!important;}
    .middle-details{
      height: 91.5%!important;} */


/* feature box 9 */
.feature-box9 {
  position: relative;
}

.feature-box9:after {
  background: #d72027;
  position: absolute;
  content: "";
  right: -2px;
  top: 15px;
  width: 2px;
  height: 25px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.feature-box9 i {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.feature-box9:hover i {
  color: #d72027;
}

.feature-box9:hover:after {
  top: 0;
  height: 50px;
}

/* feature flex box */
.feature-flex {
  position: relative;
  margin: 30px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.feature-flex-square {
  position: relative;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.feature-flex-square-icon {
  float: left;
  width: 50px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.feature-flex-square-icon i {
  color: #d72027;
  border-radius: 10px;
  font-size: 32px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.feature-flex-square-content {
  float: left;
  width: 75%;
  padding-left: 10px;
}

.feature-flex-square-content h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

.feature-flex-square-content h4 a {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

.feature-flex-square-content p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.feature-flex-square-content-button {
  display: inline-block;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
}

.feature-flex-square-content-button:after {
  content: '\f0da';
  font-weight: 700;
  font-size: 14px;
  font-family: Font Awesome\ 5 Free;
  color: #232323;
  margin-left: 7px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.feature-flex-square-content-button:hover {
  color: #d72027;
}

.feature-flex-square-content-button:hover:after {
  color: #d72027;
}

@media screen and (max-width: 991px) {
  .feature-flex-square-icon {
    text-align: center;
  }

  .feature-flex-square-icon i {
    font-size: 30px;
  }

  .feature-flex-square-content h4 {
    font-size: 16px;
  }

  .feature-flex-square-content h4 a {
    font-size: 16px;
  }

  .feature-flex-square-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .feature-flex-square-icon {
    text-align: left;
    width: 40px;
  }
}

/* feature case block */
.case-block {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 100%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  position: relative;
}

.case-block:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.3);
}

.case-block img {
  width: 100%;
}

.case-block-inner {
  padding: 20px 5px 20px 0;
}

.case-block h4 {
  margin-bottom: -10px;
  line-height: normal;
  font-weight: 700;
}

.case-block h4:after {
  content: '';
  display: block;
  /* width: 80px; */
  width: 0px;
  /* height: 2px; */
  height: 1px;

  background: #d72027;
  margin-top: 10px;
  margin-bottom: 6px;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.case-block p {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.5em;

}

.case-block-inner a {}

.case-block-inner a:after {
  /*    content: '\f0da';
    font-size: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #d72027;
    margin-left: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    vertical-align: middle;*/
}

.case-block-inner a:hover {}

.case-block-inner a:hover:after {}

@media screen and (max-width: 767px) {
  .case-block-inner {
    padding: 25px;
  }
}

/* feature partner box */
.partner-box {
  border: 1px solid #ececec;
}

.partner-box img {
  width: 100%;
}

.partner-text {
  padding: 25px 40px 25px 0;
}

.partner-text span {
  color: #d72027;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.partner-box:hover .partner-text span {
  color: #999;
}

.partner-text h4 {
  color: #232323;
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0 20px 0;
  line-height: normal;
}

.partner-text h4:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #d72027;
  margin-top: 10px;
  -webkit-transition-duration: .4s;
  transition-duration: 0.4s;
}

.partner-box:hover .partner-text h4:after {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .partner-text {
    padding: 25px;
  }
}

/* feature feedback box */
.feedback-box {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #ececec;
  padding: 25px;
}

.feedback-box h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* ===================================
    Service blocks
====================================== */
/* services images */
.content-bg1 {
  /* background-image: url("../img/content/feature-01.jpg"); */
}

@media screen and (max-width: 991px) {
  .sm-bg {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .sm-bg {
    min-height: 320px;
  }
}

/* services blocks */
.services-blocks {
  margin-top: -90px;
}

@media screen and (max-width: 1199px) {
  .services-blocks {
    margin-top: -70px;
  }
}

@media screen and (max-width: 991px) {
  .services-blocks {
    margin-top: -50px;
  }
}

/* service simple */
.service-simple {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.service-simple img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.service-simple img:hover {
  transform: scale(1.1);
}

.service-simple-inner {
  position: relative;
  padding: 25px 25px 20px;
}

.service-simple-inner p {
  /* max-width: 95%; */
}

.service-simple-inner a {
  display: inline-block;
  float:right;
}

.service-simple h4 {
  font-size: 18px;
  line-height: normal;

}

/* services block one */
.owl-carousel .service-box {
  margin: 0 15px 25px 15px;
  height: 250px;
    text-align: left;
}
.owl-carousel .service-box p {
  overflow-y: scroll;
    height: 200px;
}


.service-box {
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  margin: 15px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.service-inner-box {
  padding: 20px;
  min-height: 235px;
}

.service-icon-box {
  width: 20%;
  max-width: 50px;
  float: left;
  padding-top: 2px;
}

.service-content-box {
  width: 100%;
  margin: auto;
}

.service-box .img-holder {
  position: relative;
}

.service-box .img-holder:before {
  background-color: rgba(134, 188, 66, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 10;
}

.service-box:hover .img-holder:before {
  opacity: 1;
}

.service-box .img-holder img {
  width: 100%;
}

.service-box h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
}

.service-box p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.service-box i {
  color: #1ABBB9;
  font-size: 13px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.service-box:hover i {
  color: #232323;
}

/* services block two */
.services-block-two {
  position: relative;
}

.services-block-two .inner-box {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 30px 30px 30px 95px;
  height: 100%;
  position: relative;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.services-block-two p {
  margin-bottom: 0;
}

.services-block-two h3 {
  margin-bottom: 0;
  line-height: normal;
  display: inline-block;
}

.services-block-two h3 a {
  color: #3c3c3c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-block-two h3 a:hover {
  color: #d72027;
}

.services-block-two h2 {
  bottom: 0;
  color: #f0f0f0;
  font-size: 36px;
  font-weight: 600;
  right: 10px;
  margin-bottom: 0;
  position: absolute;
}

.services-block-two .icon-box {
  color: #d72027;
  font-size: 36px;
  left: 35px;
  position: absolute;
  top: 35px;
}

.services-block-two.dark .inner-box {
  background: #000;
  border: 1px solid #000;
}

.services-block-two.dark .inner-box:hover {
  background: #000;
}

.services-block-two.dark .inner-box:hover h5 a,
.services-block-two.dark .inner-box:hover p,
.services-block-two.dark .inner-box:hover .icon-box {
  color: #fff;
}

.services-block-two.dark h3 a {
  color: #6f6f6f;
}

.services-block-two.dark h2 {
  color: rgba(255, 255, 255, 0.1);
}

.services-block-two.dark .inner-box:hover h2 {
  color: rgba(255, 255, 255, 0.04);
}

.services-block-two.dark .icon-box {
  color: #6f6f6f;
}

@media screen and (max-width: 991px) {
  .services-block-two h2 {
    font-size: 36px;
  }

  .services-block-two h3 a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services-block-two .icon-box {
    top: 25px;
    left: 21px;
    font-size: 28px;
  }

  .services-block-two .inner-box {
    padding: 20px 20px 20px 75px;
  }
}

/* services block three */
.services-block-three>a {
  display: block;
  border: 3px solid #d5d5d5;
  border-radius: 0;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative;
}

.services-block-three>a:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-bottom: 3px solid #d72027;
  border-right: 3px solid #d72027;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -3px;
  left: -3px;
  border-top: 3px solid #d72027;
  border-left: 3px solid #d72027;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:hover {
  opacity: 1;
  border-color: #d5d5d5;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
  width: 95%;
  height: 90%;
}

.services-block-three i {
  font-size: 32px;
}

.services-block-three p {
  margin-bottom: 0;
}

.services-block-three:hover p {
  color: #232323;
}

.services-block-three h4 {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.services-block-three:hover h4 {
  color: #232323;
}

/* service-block */
.service-grids .service-block {
  overflow: hidden;
  position: relative;
}

.service-grids .img-holder {
  position: relative;
}

.service-grids .service-block:hover .img-holder:before {
  opacity: 1;
}

.service-grids .service-block .details {
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  padding: 45px 45px 50px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 20;
}

.service-grids .service-block .number {
  background-color: #d72027;
  border-radius: 75px;
  color: #fff;
  height: 75px;
  font-size: 30px;
  left: 50%;
  line-height: 75px;
  position: absolute;
  top: -37.5px;
  transform: translateX(-50%);
  width: 75px;
}

.service-grids .service-block .details h4 {
  color: #d72027;
  font-size: 20px;
  margin: 10px 0 15px 0;
  line-height: normal;
}

.service-grids .service-block .details .read-more {
  color: #d72027;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .service-grids .service-block {
    height: 335px;
  }

  .service-grids .img-holder:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 20px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
  }

  .service-grids .service-block .details {
    height: 195px;
    position: absolute;
    top: 168px;
  }

  .service-grids .service-block:hover .details {
    height: 230px;
    top: 105px;
  }
}

@media screen and (min-width: 1200px) {
  .service-grids .service-block {
    height: 370px;
  }

  .service-grids .service-block .details {
    height: 195px;
    position: absolute;
    top: 205px;
  }

  .service-grids .service-block:hover .details {
    height: 230px;
    top: 170px;
  }
}

@media screen and (max-width: 991px) {
  .service-grids .service-block .details {
    padding: 45px 25px 35px;
  }
}

@media screen and (max-width: 767px) {
  .service-grids .service-block .number {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    width: 65px;
    border-radius: 65px;
  }
}

/* services block five */
.service-block5 {
  position: relative;
}

.service-block5>a {
  display: inline-block;
  width: 100%;
}

.service-block5:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: " ";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.service-block5:hover:before {
  content: none;
}

.service-block5:after {
  background: #d72027 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.service-block5:hover:after {
  opacity: 0.8;
}

.service-block5 a img {
  max-width: 100%;
}

.service-block5 .service-desc {
  bottom: 25px;
  position: absolute;
  padding: 0 20px;
  z-index: 9;
}

.service-block5 .service-desc h5 {
  color: #d72027;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: normal;
}

.service-block5:hover .service-desc h5 {
  color: #fff;
}

.service-block5 .service-desc h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
}

.service-block5 .service-desc h4 a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .service-block5 .service-desc {
    bottom: 30px;
  }

  .service-block5 .service-desc h4 {
    font-size: 16px;
  }

  .service-block5 .service-desc h4 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .service-block5 .service-desc {
    bottom: 20px;
  }

  .service-block5 .service-desc h4 {
    font-size: 15px;
  }

  .service-block5 .service-desc h4 a {
    font-size: 15px;
  }

  .service-block5 .service-desc h5 {
    font-size: 12px;
  }
}

/* services detail */
.services-single-menu li {
  border-bottom: 1px solid #ececec;
}

.services-single-menu li:last-child {
  border-bottom: none;
}

.services-single-menu li.active a {
  border-left-color: #d72027;
  color: #d72027;
}

.services-single-menu li.active a:after {
  content: none;
}

.services-single-menu li a {
  display: block;
  border-left: 4px solid transparent;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 10px 14px 20px;
}

.services-single-menu li a:after {
  content: "";
  background: #d72027;
  display: inline-block;
  height: 1px;
  width: 0;
  vertical-align: middle;
  margin-left: 8px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.services-single-menu li a:hover:after {
  width: 30px;
}

.callback-box {
  background: #232323;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 15px 25px 15px;
  position: relative;
}

.services-single-right .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .services-single-menu li a {
    font-size: 14px;
    padding: 12px 10px 12px 16px;
  }
}

/* downloads */
.downloads li {
  border: 1px solid #d72027;
  border-radius: 5px;
}

.downloads i {
  background: #d72027;
  padding: 10px 12px;
  color: #fff;
  vertical-align: top;
}

.downloads .label {
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
}

/* ===================================
    Process with icon
====================================== */
.process-step-xs {
  position: relative;
  margin: 15px 0;
  padding: 0;
}

.process-step-xs .process-step-icon {
  text-align: center;
}

.process-step-xs .process-step-icon i {
  color: #d72027;
  font-size: 47px;
}

.process-step-xs h3 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #6f6f6f;
  margin: 10px 0;
  text-align: center;
}

.process-steps-xs li {
  position: relative;
  float: left;
  list-style-type: none;
  display: inline-block;
}

.process-steps-xs li:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 8px solid transparent;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-bottom: 8px solid transparent;
  border-radius: 2px;
  position: absolute;
  right: -7px;
  top: 40px;
  text-align: center;
  border-left: 8px solid rgba(0, 0, 0, 0.1);
}

.process-steps-xs li:last-child:after {
  display: none;
}

@media screen and (max-width: 991px) {
  .process-step-xs .process-step-icon i {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .process-steps-xs li:nth-child(2):after {
    display: none;
  }

  .process-step-xs .process-step-icon i {
    font-size: 40px;
  }

  .process-step-xs h3 {
    font-size: 13px;
    margin: 5px 0;
  }

  .process-steps-xs li:after {
    right: 0;
  }
}

/* ===================================
    Client section
====================================== */
.section-clients {
  padding: 50px 0;
}

.clients img {
  /*  opacity: .6;*/
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.clients img:hover {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .section-clients {
    padding: 30px 0;
  }

  .section-clients .item {
    text-align: center;
    width: 100%;
  }

  .section-clients .owl-carousel .owl-item img {
    max-width: 75%;
    display: inline-block;
  }
}

/*client style2*/
.section-clients2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.section-clients2 .client-single {
  width: 33.333%;
  min-height: 96px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  overflow: hidden;
}

.section-clients2 .client-single .client-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: .8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-clients2 .client-single .client-img img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-clients2 .client-single .client-img:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .section-clients2 .client-single {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .section-clients2 .client-single {
    width: 100%;
  }
}

/*client style3*/
.section-clients3 .client-single {
  margin-bottom: 30px;
}

.section-clients3 .client-single:last-child,
.section-clients3 .client-single p {
  margin-bottom: 0;
}

.section-clients3 .client-single a {
  display: block;
}

.section-clients3 .client-single a:after {
  content: '';
  display: block;
  clear: both;
}

.section-clients3 .client-img {
  position: relative;
  float: left;
  padding: 10px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 225px;
  margin: 0 30px 0 0;
  border: 1px solid #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-clients3 .client-img:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 3px solid transparent;
  z-index: 100;
}

.section-clients3 .client-desc {
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .section-clients3 .client-img {
    float: none;
    margin-bottom: 15px;
  }
}

/* ===================================
    Counter box
====================================== */
.counter-box h3,
.counter-box h4 {
  display: inline-block;
  font-weight: 600;
}

.social-icons a:hover {
  opacity: 1;
}

.counter-box {
  position: relative;
  text-align: center;
}

.counter-box h3:after {
  content: '+';
}

.counter-box h4 {
  font-size: 35px;
  line-height: normal;
  margin: 0;
}

.counter-box h4:after {
  content: '+';
}

.counter-box h3 {
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .counter-box p:before {
    margin: 0;
    position: absolute;
    top: 45px;
  }

  .counter-box p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px;
  }

  .counter-box.black p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px;
  }

  .counter-box h4 {
    font-size: 26px;
  }
}

/* counterbox style2*/
.counter-box-style2 {
  position: relative;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
}

.counter-box-style2 h3:after,
.counter-box-style2 h4:after {
  content: '+';
}

/* ===================================
    Call to action
====================================== */
.callto-action-imgbox {
  display: block;
  margin-right: 50px;
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.callto-action-imgbox:before {
  border: 2px solid #d72027;
  bottom: 40px;
  content: "";
  left: 0;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: -1;
}

.callto-action-imgbox img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .callto-action-imgbox {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
  }
}

/* ===================================
    Video
====================================== */
.story-video {
  height: 100%;
}

.story-video-height {
  min-height: 400px;
  height: 100%;
}

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #d72027;
  text-align: center;
  display: inline-block;
  line-height: 85px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.video_btn:hover i,
.video_btn:focus i {
  color: #fff;
}

.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

.video_btn-style2:after,
.video_btn-style2:before {
  border-color: rgba(0, 0, 0, 0.1);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video_btn.border-grey:after,
.video_btn.border-grey:before {
  border: 2px solid #d8d8d8;
}

.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.video_btn.small:after {
  height: 50px;
  width: 50px;
}

.video_btn.small:before {
  height: 65px;
  width: 65px;
}

@media screen and (max-width: 1199px) {
  .story-video-height {
    min-height: 350px;
  }

  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 80px;
  }

  .video_btn:after {
    height: 75px;
    width: 75px;
  }

  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .story-video {
    min-height: 325px;
  }

  .story-video-height {
    min-height: 300px;
  }

  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }

  .video_btn:after {
    height: 70px;
    width: 70px;
  }

  .video_btn:before {
    height: 85px;
    width: 85px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}

@media screen and (max-width: 767px) {
  .story-video {
    min-height: 200px;
  }

  .story-video-height {
    min-height: 250px;
  }

  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 62px;
  }

  .video_btn:after {
    height: 60px;
    width: 60px;
  }

  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}

/* ===================================
    About area style
====================================== */
.about-area {
  padding: 0;
}

.about-text {
  display: block;
  padding-bottom: 90px;
  padding-top: 90px;
}

.about-text .sec-title {
  padding-bottom: 34px;
}

.about-text .inner-content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 14px;
  color: #fff;
}

.about-text .inner-content h2 span {
  font-weight: 700;
}

.about-text .inner-content p {
  color: #fff;
}

.about-text .inner-content .bottom {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}

.about-text .inner-content .bottom p {
  margin: 0;
  font-weight: 500;
}

.about-text .inner-content .bottom .signature {
  display: block;
  margin-top: 22px;
}

.about-right-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 90px 40px;
  z-index: 1;
  height: 100%;
}

.about-right-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d72027;
  opacity: .92;
  content: "";
  z-index: -1;
}

.about-right-box ul {
  margin-bottom: 0;
}

.about-right-box ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 29px;
  margin-bottom: 30px;
}

.about-right-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-right-box ul li .left-content {
  display: block;
  width: 70%;
}

.about-right-box ul li .left-content .icon {
  width: 55px;
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}

.about-right-box ul li .left-content .icon span:before {
  font-size: 55px;
  line-height: 55px;
}

.about-right-box ul li .left-content .title {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}

.about-right-box ul li .left-content .title h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 0 1px;
}

.about-right-box ul li .left-content .title span {
  color: rgba(255, 255, 255, 0.75);
}

.about-right-box ul li .right-content .title {
  display: block;
  margin-top: 3px;
}

.about-right-box ul li .right-content .title h4 {
  color: #ffffff;
  font-size: 3.4em;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {

  .about-text,
  .about-right-box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .about-area {
    padding-bottom: 50px;
  }

  .about-text,
  .about-right-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-right-box {
    padding: 40px 20px;
  }

  .about-right-box ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .about-right-box ul li .left-content .title {
    padding-left: 10px;
  }

  .about-right-box ul li .left-content .icon span:before {
    font-size: 36px;
    line-height: normal;
  }

  .about-right-box ul li .right-content .title h4 {
    font-size: 26px;
  }
}

/*about ceo*/
.about-ceo {
  position: relative;
}

.about-ceo .about-project {
  position: absolute;
  right: 20px;
  bottom: 19px;
  background: #f7f7f7;
  z-index: 9;
}

.about-ceo .about-project h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #d72027;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.about-ceo .about-project p {
  display: block;
  font-size: 18px;
  color: #232323;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.about-ceo .box-area {
  position: relative;
  background: #fff;
  padding: 25px;
  text-align: center;
  border: 8px solid #d72027;
}

/*timeline*/
.timeline {
  list-style: none;
  padding: 20px 0 0px;
  position: relative;
}

.timeline:before {
  top: 22px;
  bottom: 100px;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #0B9CA4;
  left: 1%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  content: " ";
  display: table;
  clear: both;
}

.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  content: " ";
  display: table;
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 2%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 36px;
    top: 44px;
    bottom: 75px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 0px;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/* ===================================
    Progress bars
====================================== */
.progress-text {
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 5px;
}

.custom-progress {
  height: 4px;
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 15px;
}

.custom-bar {
  height: 100%;
  background-color: #d72027;
  box-shadow: none;
}

.custom-bar-dark {
  height: 100%;
  background-color: #232323;
  box-shadow: none;
}

.progress-medium {
  height: 8px;
  border-radius: 50px;
  box-shadow: none;
}

.progress-bold {
  height: 12px;
  border-radius: 50px;
  box-shadow: none;
}

/* ===================================
    Testmonial
====================================== */
.testmonial-single {
  text-align: center;
}

#testmonials-carousel .testmonial-single img {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.testmonial-single p {
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.testmonial-single p:before {
  margin: auto auto 15px;
  content: "\f10d";
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #d72027;
  font-size: 23px;
  display: block;
}

.testmonial-single h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: normal;
}

.testmonial-single h6 {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

.testmonial-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #ececec;
  margin: 15px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.testmonial-box img {
  border: 2px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}

.owl-carousel .testmonial-box img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}

.testmonial-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: normal;
}

.testmonial-box span {
  font-size: 13px;
}

.testmonial-box p {
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testmonial-style2 {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #ececec;
  margin: 0 0 30px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.testmonial-style2 img {
  border: 2px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}

.owl-carousel .testmonial-style2 img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}

.testmonial-style2 h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: normal;
}

.testmonial-style2 span {
  font-size: 13px;
}

.testmonial-style2 p {
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial-style3 .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-style3 .testimonial-review p {
  margin-bottom: 0;
}

.testimonial-style3 .testimonial-left-col {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 177px;
  flex: 1 0 177px;
  margin-right: 100px;
  text-align: center;
}

.testimonial-style3 .testimonial-pic {
  position: relative;
  margin: 0 0 25px;
}

.testimonial-style3 .testimonial-pic:before {
  content: '\f10d';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  display: block;
  position: absolute;
  top: 50%;
  right: -62px;
  margin-top: -8px;
  font-size: 21px;
  color: #d72027;
}

.testimonial-style3 .testimonial-separator:before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #6f6f6f;
}

.testimonial-style3 .testimonial-separator:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #6f6f6f;
  bottom: 0;
}

.testimonial-style3 .client-info h6 {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.testimonial-style3 .client-info span {
  color: #d6d5d5;
}

.testimonial-style3 .testimonial-review {
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.testimonial-style3 .custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px;
}

.testimonial-style3 .custom-dot span {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: none;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  border-radius: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.testimonial-style3 .custom-dot span:hover {
  background: #fff;
  -webkit-backface-visibility: visible;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .testimonial-style3 .testimonial-review {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-style3 .client-info h6 {
    font-style: 14px;
  }

  .testimonial-style3 .custom-dot {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-style3 .testimonial-review {
    padding-bottom: 0;
  }

  .testimonial-style3 .testimonial-left-col {
    margin-bottom: 20px;
    text-align: left;
  }

  .testimonial-style3 .testimonial-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-style3 .testimonial-separator,
  .testimonial-style3 .testimonial-pic:before {
    display: none;
  }
}

/* Testimonial style4 */
.testimonial-style4 {
  border: 2px solid #ededed;
  padding: 25px;
  position: relative;
}

.testimonial-style4:after {
  background: #d72027;
  position: absolute;
  content: "";
  right: -2px;
  top: 15px;
  width: 2px;
  height: 25px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.testimonial-style4:hover:after {
  top: 0;
  height: 50px;
}

.testimonial-style4 .quote {
  font-size: 80px;
  line-height: 30px;
  margin-top: 40px;
}

.testimonial-style4 img {
  border-radius: 50%;
  max-width: 120px;
}

.testimonial-style4 .name {
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonial-style4 .quote {
    font-size: 60px;
  }
}

/*testimonial style5*/
.testmonials-style5 {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 6px;
}


.testmonials-style5 {
  position: relative;
  background: #fff;
  padding: 20px;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  margin: 0 0 30px 0;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 6px;
}

.viewDetails {
  /* background-color: #f7e9e9; */
  border-radius: 6px;
  width: auto;

}

.testmonials-style5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 0px !important;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.testmonials-style5 img {
  /* border: 2px solid rgba(0, 0, 0, 0.1); */
  /* border-radius: 50%; */
  padding: 2px;
}

.owl-carousel .testmonials-style5 img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}

.testmonials-style5 h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}

/* .testmonials-style5 span {
  font-size: 13px;
  color: #d72027; } */
.testmonials-style5 span:before {
  /* background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;  */
}

.testmonials-style5 p {
  margin-top: 5px;
}

.testmonials-style5 .data {
  position: relative;
}

.testmonials-style5 .data i {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .testmonials-style5 {
    margin-bottom: 20px;
  }

  .testmonials-style5 p {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .testmonials-style5 {
    margin-bottom: 15px;
    padding: 25px 15px;
  }

  .testmonials-style5 h5 {
    font-size: 15px;
  }

  .testmonials-style6 {
    position: relative;
    padding-top: 10px;
    /* border-radius: 6px; */
  }
}

/*testimonial style6*/
.testimonial-style6 .testmonial-single h4 {
  font-size: 16px;
}

.testimonial-style6 .testmonial-single h6 {
  font-size: 11px;
  margin-bottom: 0;
}

/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d72027;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #f5f5f5 !important;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  /*  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);*/
}

.owl-nav i,
.owl-nav span {
  color: #232323;
  font-size: 18px;
  padding-top: 4px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.testmonial-single {
  text-align: center;
}

#testmonials-carousel .testmonial-single img {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.testmonial-single p {
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

.testmonial-single p:before {
  margin: auto auto 15px;
  content: "\f10d";
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #d72027;
  font-size: 23px;
  display: block;
}

.testmonial-single h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: normal;
}

.testmonial-single h6 {
  color: #aaa;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

.testmonial-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #ececec;
  margin: 15px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.testmonial-box img {
  border: 2px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}

.owl-carousel .testmonial-box img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}

.testmonial-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: normal;
}

.testmonial-box span {
  font-size: 13px;
}

.testmonial-box p {
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testmonial-style2 {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #ececec;
  margin: 0 0 30px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.testmonial-style2 img {
  border: 2px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}

.owl-carousel .testmonial-style2 img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}

.testmonial-style2 h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: normal;
}

.testmonial-style2 span {
  font-size: 13px;
}

.testmonial-style2 p {
  font-size: 15px;
  color: #999;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 10px;
}

.testimonial-style3 .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-style3 .testimonial-review p {
  margin-bottom: 0;
}

.testimonial-style3 .testimonial-left-col {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 177px;
  flex: 1 0 177px;
  margin-right: 100px;
  text-align: center;
}

.testimonial-style3 .testimonial-pic {
  position: relative;
  margin: 0 0 25px;
}

.testimonial-style3 .testimonial-pic:before {
  content: '\f10d';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  display: block;
  position: absolute;
  top: 50%;
  right: -62px;
  margin-top: -8px;
  font-size: 21px;
  color: #d72027;
}

.testimonial-style3 .testimonial-separator:before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #6f6f6f;
}

.testimonial-style3 .testimonial-separator:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #6f6f6f;
  bottom: 0;
}

.testimonial-style3 .client-info h6 {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.testimonial-style3 .client-info span {
  color: #d6d5d5;
}

.testimonial-style3 .testimonial-review {
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.testimonial-style3 .custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px;
}

.testimonial-style3 .custom-dot span {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: none;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  border-radius: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.testimonial-style3 .custom-dot span:hover {
  background: #fff;
  -webkit-backface-visibility: visible;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .testimonial-style3 .testimonial-review {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-style3 .client-info h6 {
    font-style: 14px;
  }

  .testimonial-style3 .custom-dot {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-style3 .testimonial-review {
    padding-bottom: 0;
  }

  .testimonial-style3 .testimonial-left-col {
    margin-bottom: 20px;
    text-align: left;
  }

  .testimonial-style3 .testimonial-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-style3 .testimonial-separator,
  .testimonial-style3 .testimonial-pic:before {
    display: none;
  }
}

/* Testimonial style4 */
.testimonial-style4 {
  border: 2px solid #ededed;
  padding: 25px;
  position: relative;
}

.testimonial-style4:after {
  background: #d72027;
  position: absolute;
  content: "";
  right: -2px;
  top: 15px;
  width: 2px;
  height: 25px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
}

.testimonial-style4:hover:after {
  top: 0;
  height: 50px;
}

.testimonial-style4 .quote {
  font-size: 80px;
  line-height: 30px;
  margin-top: 40px;
}

.testimonial-style4 img {
  border-radius: 50%;
  max-width: 120px;
}

.testimonial-style4 .name {
  position: relative;
}

@media screen and (max-width: 767px) {
  .testimonial-style4 .quote {
    font-size: 60px;
  }
}

/*testimonial style5*/
.testmonials-style5 {
  position: relative;
  background: #fff;
  padding: 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.testmonials-style5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.testmonials-style5 img {
  /* border: 2px solid rgba(0, 0, 0, 0.1); */
  /* border-radius: 50%; */
  padding: 2px;
}

.owl-carousel .testmonials-style5 img {
  width: auto;
  max-height: 120px;
  display: inline-block;
}


/* .testmonials-style5 span {
  font-size: 13px;
  color: #d72027; } */
/* .testmonials-style5 span:before {
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; } */

.testmonials-style5 .data {
  position: relative;
}

.testmonials-style5 .data i {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .testmonials-style5 {
    margin-bottom: 20px;
  }

  .testmonials-style5 p {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .testmonials-style5 {
    margin-bottom: 15px;
    padding: 25px 15px;
  }

  .testmonials-style5 h5 {
    font-size: 15px;
  }
}

/*testimonial style6*/
.testimonial-style6 .testmonial-single h4 {
  font-size: 16px;
  margin-top: 10px;
}

.testimonial-style6 .testmonial-single h6 {
  font-size: 11px;
  margin-bottom: 0;
}

/* cretive slider */
.about-carousel {
  position: relative;
}

.about-carousel:after {
  content: "";
  position: absolute;
  top: 70px;
  left: -70px;
  width: 50%;
  height: 50%;
  background-color: transparent;
  border: 30px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .about-carousel {
    margin-bottom: 50px;
  }

  .about-carousel:after {
    top: 50px;
    left: -50px;
    border: 20px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .about-carousel {
    margin: 0;
  }

  .about-carousel:after {
    display: none;
  }
}

/* ===================================
    Team member
====================================== */
.team-member {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  background: #fff;
  overflow: hidden;
}

.team-member:hover {
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.28);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.team-member-img {
  width: 100%;
  height: auto;
}

.team-member-img img {
  width: 100%;
}

.team-member-text {
  text-align: center;
  padding: 20px;
}

.team-member-text h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

.team-member:hover .team-member-text h4 {
  color: #d72027;
}

.team-member-text h4 a {
  color: #232323;
}

.team-member-text span {
  color: #d72027;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}

.team-member-text p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin: 20px auto 0;
  max-width: 90%;
}

.team-member-text ul {
  margin-top: 15px;
  padding: 8px 0;
}

.team-member-text ul li a i {
  font-size: 17px;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .team-member-text {
    padding: 20px 10px;
  }
}

/* team single img */
.team-single-img {
  width: 100%;
}

.team-single-img img {
  border-radius: 5px;
}

.team-single-text {
  padding: 5px 50px 15px 15px;
}

.team-single-text span {
  color: #d72027;
  font-size: 14px;
  font-weight: 500;
}

.team-single-text h4 {
  color: #232323;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-single-info {
  padding: 0;
}

.team-single-info li strong {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.team-single-text li span {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}

/* team single icon */
.team-single-icons ul li {
  display: inline-block;
  border: 1px solid #d72027;
  border-radius: 50%;
  color: #d72027;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.team-single-icons ul li a {
  color: #d72027;
  display: block;
  font-size: 14px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  width: 25px;
}

.team-single-icons ul li:hover {
  background: #d72027;
  border-color: #d72027;
}

.team-single-icons ul li:hover a {
  color: #fff;
}

/* team style1 */
.team-style1 .team-member-img {
  overflow: hidden;
  border-radius: 5px;
}

.team-style1 .team-member-img img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

.team-style1 .team-member-img:hover img {
  transform: scale(1.1);
}

.team-style2 .team-member-img img {
  transition: all 0.3s ease 0s;
}

.team-style2 .team-member-img:hover img {
  filter: grayscale(100%);
}

/* team style2 */
.team-style2 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9;
}

.team-style2 .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.team-style2 .social-links a:hover {
  opacity: 0.65;
}

.team-style2 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.team-style2 .team-description-content {
  display: table-cell;
  vertical-align: middle;
}

.team-style2 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-style2 .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
}

.team-style2 .team-member-img>img {
  transition: all 0.2s ease 0s;
}

.team-style2:hover .bg-cover {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
}

.team-style2:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0);
}

.team-style2:hover .team-member-img>img {
  filter: blur(4px) grayscale(4%);
}

.team-style2:hover .team-description {
  opacity: 1;
}

/* team style2 */
.team-style3 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9;
}

.team-style3 .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.team-style3 .about-me {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
  color: #f7f7f7;
}

.team-style3 .social-links:after {
  background: #d72027;
  bottom: -12px;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75px;
}

.team-style3 .social-links a:hover {
  opacity: 0.65;
}

.team-style3 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.team-style3 .team-description-content {
  display: table-cell;
  vertical-align: middle;
}

.team-style3 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-style3 .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
}

.team-style3 .team-member-img>img {
  transition: all 0.2s ease 0s;
}

.team-style3:hover .bg-cover {
  background-color: rgba(0, 0, 0, 0.83);
  display: block;
}

.team-style3:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0);
}

.team-style3:hover .about-me {
  transition-delay: 200ms, 200ms;
  opacity: 1;
  transform: translateY(0);
}

.team-style3:hover .team-member-img>img {
  filter: blur(4px) grayscale(4%);
}

.team-style3:hover .team-description {
  opacity: 1;
}

/* Team Style 04*/
.team-style4 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9;
}

.team-style4 .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.team-style4 .about-me {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
}

.team-style4 .social-links:after {
  background: #d72027;
  bottom: -12px;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
}

.team-style4 .social-links a:hover {
  opacity: 0.65;
}

.team-style4 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.team-style4 .team-description-content {
  display: table-cell;
  vertical-align: middle;
}

.team-style4 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-style4 .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
}

.team-style4 .team-member-img>img {
  transition: all 0.2s ease 0s;
}

.team-style4:hover .bg-cover {
  background-color: rgba(0, 0, 0, 0.83);
  display: block;
}

.team-style4:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0);
}

.team-style4:hover .about-me {
  transition-delay: 200ms, 200ms;
  opacity: 1;
  transform: translateY(0);
}

.team-style4:hover .team-member-img>img {
  filter: blur(4px) grayscale(4%);
}

.team-style4:hover .team-description {
  opacity: 1;
}

/* ===================================
    Project grid
====================================== */
/* filtering */
.filtering {
  margin-bottom: 10px;
}

.filtering span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

.filtering span:last-child {
  margin: 0;
}

.filtering .active {
  border-color: #d72027;
  color: #d72027;
}

@media screen and (max-width: 767px) {
  .filtering span {
    margin-right: 15px;
  }
}

/* filtering style2 */
.filtering-style2 span {
  font-size: 12px;
  font-weight: 700;
}

.gallery-style2 .project-grid {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* project grid */
.project-grid {
  display: block;
  position: relative;
  margin: 15px 0;
}

.project-grid-img img {
  display: block;
  width: 100%;
  height: auto;
}

.project-grid-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.project-grid-overlay h4 {
  margin-bottom: 0;
}

.project-grid-overlay h4 a {
  text-align: center;
}

.project-grid-overlay p {
  text-align: center;
}

.project-grid:hover .project-grid-overlay {
  opacity: 1;
}

.project-grid-overlay h4 a {
  font-size: 22px;
  opacity: 0;
}

.project-grid-overlay h4 a:hover {
  color: #d72027;
}

.project-grid-overlay h4 a:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background: #d72027;
  margin: 15px auto;
}

.project-grid:hover h4 a {
  opacity: 1;
  line-height: normal;
}

.project-grid-overlay p {
  color: #666;
  font-size: 15px;
  margin: 0;
  opacity: 0;
}

.project-grid:hover p {
  opacity: 1;
}

.project-grid-overlay.theme {
  background: rgba(134, 188, 66, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid rgba(0, 0, 0, 0.15);
}

.project-grid-overlay.theme h4 a {
  color: #fff;
}

.project-grid-overlay.theme h4 a:hover {
  color: rgba(255, 255, 255, 0.55);
}

.project-grid-overlay.theme h4 a:after {
  height: 1px;
  background: #fff;
}

.project-grid-overlay.theme p {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .project-grid-overlay h4 {
    line-height: 20px;
  }

  .project-grid-overlay h4 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .project-grid {
    margin: 20px 0 0 0;
  }

  .project-grid:hover p {
    top: 52%;
  }
}

/* project grid style2 */
.project-grid-style2 .project-details {
  position: relative;
  overflow: hidden;
}

.project-grid-style2 .project-details img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.project-grid-style2 .portfolio-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.project-grid-style2 .portfolio-icon a {
  position: absolute;
  top: 50%;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 26px;
  z-index: 9;
}

.project-grid-style2 .portfolio-title {
  padding: 15px 15px 0 15px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.project-grid-style2 .portfolio-title h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.project-grid-style2 .portfolio-title p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.project-grid-style2:hover .project-details img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}

.project-grid-style2:hover .portfolio-icon {
  opacity: 1;
}

.project-grid-style2:hover .portfolio-icon a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.project-grid-style2:hover .portfolio-icon a:hover {
  color: #d72027;
}

.portfolio-post-border {
  border: 1px solid #d72027;
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  visibility: hidden;
}

.project-grid-style2:hover .portfolio-post-border {
  visibility: visible;
}

/* project single */
.project-carousel h4:after {
  content: " ";
  background: #d72027;
  height: 2px;
}

.project-single-text h4:after {
  content: " ";
  background: #d72027;
  height: 2px;
}

.project-single-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.project-single-text h5 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0 20px;
}

.project-single-text h5:after {
  display: block;
  width: 70px;
  margin-top: 8px;
  content: " ";
  background: #d72027;
  height: 2px;
}

.project-single-text ul li {
  color: #232323;
  font-size: 15px;
  font-weight: 500;
}

.project-single-text ul li i {
  color: #d72027;
  font-weight: 500;
  font-size: 15px;
  padding-right: 10px;
}

.project-single-info {
  border: 1px solid #ececec;
  display: block;
  width: 100%;
  padding: 0 20px;
}

.project-single-info ul li {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
}

.project-single-info ul li:last-child {
  border-bottom: none;
}

.project-single-info ul li span {
  display: inline-block;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  margin-right: 25px;
  width: 70px;
  max-width: 100%;
}

.project-single-info ul li .value {
  width: auto;
  margin-right: 0;
  color: #6f6f6f;
}

.project-single-img {
  padding-bottom: 30px;
}

.project-single-box-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}

/* project grid style3 */
.project-grid-style3 {
  position: relative;
  margin-bottom: 10px;
}

.project-grid-style3 .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.project-grid-style3 .inner-box .project-image {
  position: relative;
}

.project-grid-style3 .inner-box .project-image:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.project-grid-style3 .inner-box:hover .project-image:before {
  opacity: 0;
}

.project-grid-style3 .inner-box .project-image img {
  position: relative;
  width: 100%;
  display: block;
  height: 200px;
}

.project-grid-style3 .inner-box .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  color: #ffffff;
  visibility: hidden;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.project-grid-style3 .inner-box .overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  /*       background-color: rgba(134, 188, 66, 0.95);*/
  background-color: #112336;
}

.project-grid-style3 .inner-box:hover .overlay:before {
  opacity: 1;
  visibility: visible;
}

.project-grid-style3 .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 20px;
}

.project-grid-style3 .inner-box .overlay-inner .description {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.project-grid-style3 .inner-box .text {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}

.project-grid-style3 .inner-box .read-more {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 22px;
}

.project-grid-style3 .inner-box .read-more .fa {
  position: relative;
  margin-right: 4px;
}

.project-grid-style3 .inner-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.project-grid-style3 .inner-box .project-desc {
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-height: 200px;
}

.project-grid-style3 .inner-box:hover .project-desc {
  background-color: #f9f8fc;
}

.project-grid-style3 .inner-box .project-desc .category {
  color: #112336;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.project-grid-style3 .inner-box:hover .project-desc .category {
  color: #232323;
}

.project-grid-style3 .inner-box .project-desc .category:after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 20%;
  display: block;
  margin-top: 10px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.project-grid-style3 .inner-box:hover .project-desc .category:after {
  width: 100%;
  background: #d72027;
}

.project-grid-style3 .inner-box .project-desc a {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 24px;
}

.project-grid-style3 .inner-box .project-desc a:hover {
  color: #d72027;
}

@media screen and (max-width: 767px) {
  .project-grid-style3 .inner-box .overlay-inner {
    padding: 15px;
  }

  .project-grid-style3 .inner-box .text {
    margin-bottom: 15px;
  }
}

/* project grid style4 */
.project-grid-style4 {
  display: block;
  position: relative;
  margin: 0;
}

.project-grid-style4.portfolio-item-wrapper {
  display: block;
  text-decoration: none;
}

.project-grid-style4 .portfolio-img-container {
  display: block;
  position: relative;
}

.project-grid-style4 .portfolio-description {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fafafa;
  color: #000;
  padding: 15px;
  font-size: 0.85em;
  text-align: center;
}

/* Responsive CSS */
@media screen and (min-width: 768px) {

  /* Portfolio Style 04*/
  .project-grid-style4 .portfolio-item-img {
    width: 100%;
    display: block;
  }

  .project-grid-style4 .portfolio-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out;
  }

  .project-grid-style4 .portfolio-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none;
  }

  .project-grid-style4 .portfolio-title {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
  }

  .project-grid-style4 .portfolio-sub-title {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out, opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    font-size: 14px;
  }

  .project-grid-style4 .portfolio-sub-title:after {
    background: #d72027;
    bottom: 10px;
    content: "";
    height: 1px;
    position: absolute;
    right: -20px;
    width: 12px;
  }

  .project-grid-style4 .portfolio-sub-title:before {
    background: #d72027;
    bottom: 10px;
    content: "";
    height: 1px;
    position: absolute;
    left: -20px;
    width: 12px;
  }

  .project-grid-style4 .portfolio-description-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
  }

  .project-grid-style4 .portfolio-description-content {
    display: table-cell;
    vertical-align: middle;
  }

  .project-grid-style4.portfolio-item-wrapper {
    backface-visibility: hidden;
    margin-bottom: 0;
    overflow: hidden;
  }

  .project-grid-style4 .portfolio-item-img {
    transition: all 0.2s ease 0s;
  }

  .project-grid-style4:hover .portfolio-cover {
    background-color: rgba(0, 0, 0, 0.83);
    display: block;
  }

  .project-grid-style4:hover .portfolio-title {
    transition-delay: 100ms, 100ms;
    opacity: 1;
    transform: translateY(0);
  }

  .project-grid-style4:hover .portfolio-sub-title {
    transition-delay: 200ms, 200ms;
    opacity: 1;
    transform: translateY(0);
  }

  .project-grid-style4:hover .portfolio-item-img {
    filter: blur(4px) grayscale(4%);
  }

  .project-grid-style4:hover .portfolio-description {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  /* Portfolio Style 04*/
  .project-grid-style4 .portfolio-description {
    position: static;
  }

  .project-grid-style4 .portfolio-title {
    font-size: 15px;
  }

  .project-grid-style4 .portfolio-sub-title {
    font-size: 15px;
    font-size: 13px;
    color: #6f6f6f;
  }
}

/* ===================================
    Accordion style
====================================== */
/*accordion style 1*/
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
}

.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}

.accordion-style .btn-link {
  background: #d72027 !important;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
}

.accordion-style .btn-link:hover {
  background: #d72027 !important;
  border: none;
  text-decoration: none;
}

.accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
}

.accordion-style .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
  position: absolute;
  color: #fff;
}

.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
}

/*accordion style 2*/
.accordion-style2 .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
}

.accordion-style2 .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}

.accordion-style2 .btn-link {
  background: #ededed !important;
  color: #232323;

  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.accordion-style2 .btn-link:hover {
  background: #ededed !important;
  border: none;
  text-decoration: none;
}

.accordion-style2 .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 10px;
}

.accordion-style2 .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 10px;
  position: absolute;
  color: #232323;
}

.accordion-style2 .card-body {
  padding: 10px 15px;
  line-height: 24px;
  text-align: left;
  background: #f9f9f9;
}

/* ===================================
    Service detail
====================================== */
.services-single-menu {
  border: 1px solid #ececec;
}

.services-single-menu ul li {
  border-bottom: 1px solid #ececec;
}

.services-single-menu ul li:last-child {
  border-bottom: none;
}

.services-single-menu ul li.services-active {
  background: #d72027;
}

.services-single-menu ul li.services-active a {
  color: #fff;
}

.services-single-menu ul li a {
  display: block;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  padding: 17px 0 17px 15px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.callback-box {
  background: #232323;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 15px 25px 15px;
  position: relative;
}

/* ===================================
    Portfolio masonry
====================================== */
.masonry {
  margin: 10px;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
}

.masonry a {
  display: block;
  margin-top: 10px;
}

.masonry a:first-child {
  margin-top: 0;
}

.masonry-item {
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 8px solid rgba(255, 255, 255, 0.65);
  padding: 3%;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.masonry-item:hover img {
  transform: scale(1.2);
}

.masonry-item:hover .masonry-item-overlay {
  position: absolute;
  opacity: 1;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.masonry-item:hover .masonry-item-overlay h4 {
  opacity: 1;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: center;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

.masonry-item:hover .masonry-item-overlay ul {
  opacity: 1;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.masonry-item-overlay h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  margin: 0 0 20px 0;
  line-height: 20px;
}

.masonry-item-overlay ul {
  position: absolute;
  padding-left: 0;
  bottom: 25px;
  margin: 0;
}

.masonry-item-overlay ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-left: 0;
  opacity: .7;
}

.masonry-item-overlay ul li:last-child:after {
  content: none;
}

.masonry-item-overlay ul li:after {
  content: ' / ';
  font-size: 8px;
  font-weight: 700;
  margin: 0 5px;
}

.masonry-item-overlay ul li a {
  color: #fff;
}

.masonry-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 992px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

/* masonry 4 */
.masonry-4 {
  margin: 10px;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.masonry-4 a {
  display: block;
  margin-top: 10px;
}

.masonry-4 a:first-child {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .masonry-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 768px) {
  .masonry-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 992px) {
  .masonry-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 1200px) {
  .masonry-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-size: 14px;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  list-style: none;
  cursor: pointer;
  /* border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;  */
}

.resp-tabs-list li:last-child {
  margin-right: 0;
}

.resp-tabs-list li i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 20px;
}

.resp-tabs-list li.resp-tab-active {
  /* border: 1px solid #d72027;*/
  border-bottom: none;
  /* border-color: #d72027 !important;*/
  margin-bottom: -2px;
  padding: 5px 14px 8px 14px;
  /* border-top: 4px solid #d72027 !important;
  border-bottom: 0px #fff solid;*/
  border-bottom: none;
  background-color: #fff;
  color: #0B9CA4 !important;
  font-weight: normal;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #0B9CA4 !important;
  color: #fff;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/* vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #d72027 !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #d72027 !important;
  border-left: 4px solid #d72027 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important; */
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border-color: #0B9CA4 !important;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}

h2.resp-accordion.resp-tab-active {
  border-color: #0B9CA4 !important;
}

/* tab-style4 */
.tab-style4 .resp-tabs-list li.resp-tab-active,
.tab-style4 .resp-tab-content-active {
  background: #0B9CA4 !important;
  color: #fff;
}

/* tab-style5 */
@media screen and (min-width: 768px) {
  .tab-style5 ul.resp-tabs-list {
    text-align: center;
  }

  .tab-style5 ul.resp-tabs-list.text-left {
    /*padding-left: 15px;*/
  }

  .tab-style5 ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }

  .tab-style5 ul.resp-tabs-list li.resp-tab-active {
    border-bottom-color: #d72027;
    color: #d72027;
  }

  .tab-style5 .resp-tab-content {
    border: 1px solid #aaa !important;
    border-width: 1px 0 0 0;
    border-color: #d72027;
    padding: 25px;
    min-height: 510px;

    border: 1px solid #aaa;
  }
}

/* tab-style6 */
@media screen and (min-width: 768px) {
  .tab-style6 ul.resp-tabs-list {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
  }

  .tab-style6 ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }

  .tab-style6 ul.resp-tabs-list li.resp-tab-active {
    border-bottom-color: #d72027;
    color: #d72027;
  }

  .tab-style6 .resp-tab-content {
    border: none;
    padding: 30px 20px;
  }

  .tab-style6 .resp-tabs-list .tab-box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: 8px;
  }

  .tab-style6 .resp-tabs-list li.resp-tab-active h6 {
    color: #d72027;
  }

  .tab-style6 .resp-tabs-list .tab-box h6 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 12px;
  }

  .tab-style6 .resp-tabs-list .tab-box span {
    text-transform: lowercase;
    font-size: 12px;
  }

  .tab-style6 .resp-tabs-list li {
    font-size: 18px;
    border-bottom: 2px solid transparent !important;
    margin: 0;
    background: none !important;
    padding: 0 35px 15px 35px;
    text-transform: uppercase;
  }

  .tab-style6 .resp-tabs-list li.resp-tab-active {
    border-width: 0 0 2px 0 !important;
    border-color: #d72027 !important;
  }

  .tab-style6 ul.resp-tabs-list i {
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 30px;
    padding: 0;
    vertical-align: middle;
  }

  .tab-style6 ul.resp-tabs-list li.resp-tab-active i {
    background: #d72027;
    border-color: #d72027;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .tab-style6 .resp-tab-content {
    padding: 20px;
  }

  .tab-style6 .resp-tabs-list li {
    padding: 0 15px 15px 15px;
  }
}

/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .resp-tab-content {
    background-color: #fff;
  }

  /* tab-style6 */
  .tab-style6 .tab-box {
    display: inline-block;
    vertical-align: top;
  }

  .tab-style6 h2.resp-accordion i {
    margin-right: 15px;
  }

  .tab-style6 .tab-box h6 {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .tab-style6 .tab-box span {
    font-size: 12px;
  }

  .tab-style6 .resp-tab-active h6 {
    color: #fff;
  }
}

/* tab-style7 */
.tab-style7 .resp-tabs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tab-style7 .resp-tabs-list li {
  position: relative;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0 15px 15px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  color: #000;
  background: none !important;
}

.tab-style7 .resp-tabs-list li.resp-tab-active {
  border: 1px solid #112336;
  border-bottom: none;
  border-color: #112336 !important;
  margin-bottom: -1px;
  border-top: 4px solid #112336 !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #112336;
  color: #5e2ced;
  -ms-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-radius-top-left: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-top-left: 5px;
  -o-border-radius-top-left: 5px;
  -ms-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.tab-style7 .resp-tabs-list li.resp-tab-active:after {
  content: "";
  background: #1abbb9;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.tab-style7 .img-effect:hover {
  transform: translateY(-8px);
}

.tab-style7 .box-shadow-primary {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .tab-style7 ul.resp-tabs-list {
    text-align: center;
  }

  .tab-style7 ul.resp-tabs-list.text-left {
    padding-left: 15px;
  }

  .tab-style7 ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }

  .tab-style7 ul.resp-tabs-list li.resp-tab-active {
    color: #112336;
  }

  .tab-style7 .resp-tab-content {
    margin-top: 40px;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .tab-style7 ul.resp-tabs-list {
    display: none;
  }

  .tab-style7 h2.resp-accordion {
    display: block;
  }

  .tab-style7 h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }

  .tab-style7 .resp-accordion-closed {
    display: none !important;
  }

  .tab-style7 .resp-tab-content {
    background-color: #fff;
  }
}

/* ===================================
    Pricing table
====================================== */
.price-table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  position: relative;
}

.price-table-header {
  background: #d72027;
  text-align: center;
  padding: 30px;
}

.price-table-recommended {
  position: relative;
  z-index: 9999;
  transform: scale(1.09);
}

.pricing-list>i {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 100%;
  color: #d72027;
  display: inline-block;
  font-size: 30px;
  height: 80px;
  line-height: 78px;
  margin-bottom: 15px;
  width: 80px;
}

.price-table-header h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 5px 15px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.price-table-header h4 {
  color: #fff;
  font-size: 60px;
  margin: 15px 0 10px;
}

.price-table-header h4 sup {
  font-size: 35px;
  margin: 0 5px;
}

.price-table-header span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.price-table-content {
  padding: 20px;
}

.price-table-content ul {
  padding-left: 0;
  padding-bottom: 0;
}

.price-table-content ul li {
  display: block;
  list-style-type: none;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
}

.price-table-content ul li:before {
  content: '\f00c';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  color: #d72027;
  margin-right: 12px;
}

.price-table-content ul li:nth-child(2) {
  background: #eee;
}

.price-table-content a {
  display: inline-block;
  border: 2px solid #d72027;
  background: #fff;
  /*  font-family: "Montserrat",sans-serif;*/
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 15px;
  width: 100%;
  margin-top: 15px;
}

.price-table-content a:hover {
  background: #d72027;
  color: #fff;
}

.pricing-list {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #ececec;
  padding: 30px 40px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.pricing-list.highlight {
  background: #d72027;
  border-color: transparent;
}

.pricing-list.highlight .pricing-list-button {
  background: #fff;
  margin: 20px 15px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pricing-list.highlight .pricing-list-button:hover {
  background: #d72027;
}

.pricing-list.highlight .pricing-list-button a {
  display: block;
  color: #d72027;
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pricing-list.highlight .pricing-list-button:hover a {
  color: #fff;
}

.pricing-list h4 {
  color: #232323;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.pricing-list h2 {
  display: inline-block;
  color: #232323;
  letter-spacing: 2px;
}

.pricing-list h2 sup {
  color: #232323;
  font-size: 30px;
  font-weight: 500;
  vertical-align: sub;
}

.pricing-list span {
  display: inline-block;
  color: #d72027;
  font-weight: 500;
}

.pricing-list ul {
  margin-top: 20px;
}

.pricing-list ul li {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  padding: 7px;
}

.pricing-list ul li:after {
  content: '';
  display: block;
  width: 240px;
  max-width: 100%;
  height: 1px;
  background: #ececec;
  margin: 10px auto 0;
}

.pricing-list-button {
  background: #d72027;
  margin: 20px 15px 0;
  border: 2px solid #d72027;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pricing-list-button:hover {
  background: #fff;
}

.pricing-list-button a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pricing-list-button:hover a {
  color: #d72027;
}

.price-table-style2 .price-table-header {
  background: #000;
}

.price-table-style2 .price-table-content a {
  border-color: #232323;
}

.price-table-style2 .price-table-content a:hover {
  background: #232323;
}

.price-table-style2 .price-table-content ul li:before {
  color: #232323;
}

@media screen and (max-width: 767px) {
  .price-table-recommended {
    position: relative;
    z-index: 9999;
    transform: scale(1);
  }
}

/* price table3 */
.single-plan {
  position: relative;
  z-index: 99;
  border: 1px solid #efefef;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.single-plan .head-plan h4 {
  padding: 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.body-plan .price-plan {
  padding: 32px 0 43px;
  position: relative;
  background: #f7f7f7;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
}

.body-plan .price-plan h3 {
  margin: 0;
  z-index: 11;
  position: relative;
  font-weight: bold;
  color: #616161;
}

.body-plan .price-plan h3 sup {
  font-size: 18px;
  top: -15px;
  font-weight: bold;
  margin-right: 2px;
}

.body-plan .price-plan span {
  text-transform: uppercase;
  font-size: 12px;
  z-index: 11;
  position: relative;
}

.feat-plan {
  margin: 56px 0 33px;
}

.feat-plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feat-plan ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}

.feat-plan ul li:last-child {
  margin: 0;
}

.price-plan i {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  background: #d72027;
}

.footer-plan {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .body-plan .price-plan {
    padding: 28px 0 38px;
  }

  .body-plan .price-plan h3 sup {
    font-size: 16px;
  }

  .feat-plan {
    margin: 45px 0 30px;
  }

  .feat-plan ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

/* ===================================
    Shop
====================================== */
/* home shop */
.shop-category {
  /*  -webkit-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #ddd;

  overflow-y: auto;
}

.shop-category li {
  /* border-color: #eaeaea; */
  /* background: url(../img/hline.png) center bottom no-repeat; */
  padding: 0 0 18px 40px;
}

.shop-category.list-style-5 li:before {
  left: 15px;
}

.label-offer {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 12px;
  color: #fff;


  z-index: 1;
}

.product-grid .border {
  float: left;
  width: 100%;
  position: relative;
}

.product-grid .product-info {
  padding: 15px;
  float: left;
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 18px;
}

.product-grid .product-info>a {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
}

.product-grid .price {
  font-weight: 600;
}

.product-grid .product-block:hover>img {
  opacity: 0.65;
}

.product-grid .buttons {
  float: left;
  width: 100%;
}

.product-grid .buttons a {
  width: 50%;
  float: left;
  text-align: center;
  padding: 8px 0;
}

.control-top .owl-nav {
  margin: 0;
  position: absolute;
  right: 4px;
  top: -50px;
}

.control-top.owl-theme .owl-nav [class*='owl-'] {
  background: #fff !important;
  padding: 0 7px;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border-radius: 0;
  border: 1px solid #d5d5d5;
}

.control-top.owl-theme .owl-nav i {
  color: #6f6f6f;
  padding-top: 4px;
}

.v-middle-content {
  padding: 50px 8.5%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 65%;
  display: block;
}

.banner-content {
  letter-spacing: 2px;
}

.banner-content:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  content: "";
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.banner-content:hover:before {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}

.banner-content .subtitle {
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}

.banner-content .title {
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.banner-content:hover .title {
  margin-left: 20px;
}

.banner-content .view {
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #373737;
  display: inline-block;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.banner-content:hover .view {
  margin-left: 20px;
  border-bottom: 1px solid #fff;
}

.feature-product-grid .border {
  float: left;
  width: 100%;
  /*background: #fafafa; */
}

.feature-product-grid .product-block {
  width: 100px;
  height: 90px;
  /*  border: 1px solid #eee;*/
  border-width: 0 1px 0 0;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}

.feature-product-grid .product-info {
  max-width: 60%;
  padding: 30px 10px 0px 20px;
  float: left;
  font-weight: bold;
}

/* shop product detail*/
.product-detail .label-sale {
  margin-left: 5px;
  vertical-align: top;
  padding: 2px 7px;
}

.product-detail .offer-price {
  text-decoration: line-through;
  color: red;
}

.product-rating .fas:hover {
  color: #232323;
}

/* shop product cart*/
.shop-cart-table {
  width: 100%;
  overflow-x: auto;
}

.shop-cart-table .shop-cart td {
  line-height: 26px;
  vertical-align: middle;
  padding: 16px 8px;
}

.table.cart-sub-total {
  border-color: transparent;
  vertical-align: middle;
  padding: 10px 30px;
}

.table.cart-sub-total td,
.table.cart-sub-total th {
  border-color: transparent;
  vertical-align: middle;
  padding: 5px 30px;
}

.table.cart-sub-total td {
  padding-right: 0;
}

.shop-cart-table input[type="text"] {
  height: 35px;
  width: 50px;
  margin: 0;
}

/* shop product grid and list*/
.product-list .product-block:hover>img {
  opacity: 0.65;
}

.product-list .buttons {
  float: left;
  width: 100%;
}

.product-list .buttons a {
  float: left;
  text-align: center;
  padding: 8px 23px;
}

.product-list .buttons a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .categories .collapse-sm:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    float: right;
  }

  .categories .collapse-sm.current:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f107";
    float: right;
  }

  .categories .shop-category {
    display: none;
  }
}

/* ===================================
    Blog block
====================================== */
.latest_blog_inner {
  overflow: hidden;
}

.image_blog {
  position: relative;
}

.image_blog>a:after {
  background: #d72027 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.image_blog>a:hover:after {
  opacity: 0.6;
}

.image_blog a img {
  max-width: 100%;
}

.image_blog .img_blog_text {
  bottom: 35px;
  position: absolute;
  padding: 0 20px;
}

.image_blog .img_blog_text h5 {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.26px;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: normal;
}

.image_blog .img_blog_text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}

.text_blog {
  background: #fafafa none repeat scroll 0 0;
  padding: 35px 40px 25px;
  transition: all 0.3s linear 0s;
}

.text_blog:hover {
  background: #d72027;
}

.text_blog h5 {
  color: #616161;
  font-size: 13px;
  letter-spacing: 0.26px;
  padding-bottom: 18px;
  margin: 0;
  line-height: normal;
  transition: all 300ms linear 0s;
}

.text_blog:hover h5 {
  color: #ffffff;
}

.text_blog h3 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
}

.text_blog:hover h3 {
  color: #ffffff;
}

.text_blog:hover h3 a {
  color: #ffffff;
}

.text_blog p {
  margin: 0;
  padding: 20px 0;
  transition: all 300ms linear 0s;
}

.text_blog:hover p {
  color: #ffffff;
}

.text_blog .blog_user {
  border-top: 2px solid #ececec;
  padding-top: 15px;
}

.text_blog .blog_user h4 {
  color: #616161;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 0.3px;
  transition: all 300ms linear 0s;
}

.text_blog .blog_user h4 a {
  color: #d72027;
  transition: all 300ms linear 0s;
}

.text_blog:hover .blog_user h4 {
  color: #ffffff;
}

.text_blog:hover .blog_user h4 a {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .text_blog {
    padding: 16px 20px;
  }
}

/* ===================================
    Blog
====================================== */
.blog-grid {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}

.blog-grid img {
  width: 100%;
}

/* blog style1 */
.blog-style1 .item {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #fff;
  height: 100%;
}

.blog-style1 .item .post-img {
  position: relative;
  overflow: hidden;
}

.blog-style1 .item .post-img:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-style1 .item .post-img img {
  width: 100%;
  -webkit-filter: none;
  filter: none;
  transition: 0.3s;
}

.blog-style1 .item .content {
  padding: 30px;
  text-align: left;
}

.blog-style1 .item .content .tag {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.blog-style1 .item .content .read-more {
  margin-top: 20px;
  font-weight: 600;
}

.blog-style1 .item .content .read-more:hover {
  text-decoration: underline;
}

.blog-style1 .item .content p {
  margin-bottom: 10px;
}

.blog-style1 .item .content h5 {
  font-size: 16px;
  line-height: normal;
  text-transform: inherit;
}

/* blog style2 */
.blog-style2 .item {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #fff;
  height: 100%;
}

.blog-style2 .item .post-img {
  position: relative;
  overflow: hidden;
}

.blog-style2 .item .post-img:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-style2 .item .post-img img {
  width: 100%;
  -webkit-filter: none;
  filter: none;
  transition: 0.3s;
}

.blog-style2 .item .content {
  padding: 30px;
  text-align: left;
}

.blog-style2 .item .content .tag {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.blog-style2 .item .content .read-more {
  margin-top: 20px;
  font-weight: 600;
}

.blog-style2 .item .content .read-more:hover {
  text-decoration: underline;
}

.blog-style2 .item .content h5 {
  font-size: 16px;
  line-height: normal;
  text-transform: inherit;
}

@media screen and (max-width: 991px) {
  .blog-style2 .item .content {
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-style2 .item .content {
    padding: 20px;
  }

  .blog-style2 .item .content h5 {
    font-size: 15px;
  }
}

/* blog style6 */
.blog-style6 .blog-item {
  float: left;
  width: 100%;
}

.blog-style6 .blog-item-thumbnail img {
  width: 100%;
  border-radius: 3px;
}

.blog-style6 .blog-meta {
  text-transform: uppercase;
  width: 24%;
  float: left;
  padding: 16px 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  background-color: #d72027;
}

.blog-style6 .date-day {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}

.blog-style6 .date-month {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

.blog-style6 .blog-title {
  float: left;
  width: 76%;
  padding-left: 20px;
}

.blog-style6 .blog-title a {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 18px;
  font-weight: 600;
}

.blog-style6 .post-cat {
  color: #999;
  float: left;
  width: 76%;
  padding-left: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-style6 .blog-item-content {
  position: relative;
  float: left;
  width: 100%;
}

.blog-style6 .blog-item-thumbnail {
  margin-bottom: 20px;
}

.blog-style6 .blog-meta span {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 1199px) {
  .blog-style6 .blog-meta {
    padding: 15px;
  }

  .blog-style6 .blog-title a {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .blog-style6 .blog-meta {
    padding: 10px;
  }

  .blog-style6 .date-day {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .blog-style6 .post-cat {
    padding-left: 15px;
    margin-bottom: 0;
  }

  .blog-style6 .blog-title {
    padding-left: 15px;
    line-height: 22px;
  }

  .blog-style6 .blog-title a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .blog-style6 .post-cat {
    width: 70%;
    padding-left: 15px;
  }

  .blog-style6 .blog-title {
    width: 70%;
    padding-left: 15px;
  }

  .blog-style6 .blog-title a {
    font-size: 14px;
  }

  .blog-style6 .blog-meta {
    padding: 12px 10px 8px 10px;
    width: 80px;
  }

  .blog-style6 .blog-item-thumbnail {
    margin-bottom: 15px;
  }

  .blog-style6 .date-day {
    margin: 0;
  }
}

.data-box-grid {
  display: inline-block;
}

.data-box-grid:before {
  content: "/";
  padding-right: 5px;
}

.data-box-grid h5 {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #999;
}

.blog-grid .data-box-grid p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.blog-grid-text {
  padding: 25px 5px;
  position: relative;
  text-align: center;
}

.blog-grid-text>span {
  color: #999;
  font-size: 13px;

  line-height: 1.5em;
}

.blog-grid-text h4 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 3px;
}

.blog-grid-text ul li {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 25px 10px 0;
}

.blog-grid-text ul li i {
  color: #d72027;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.blog-grid-text p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  padding: 15px 0 0 0;
}

.owl-carousel .blog-grid-simple {
  margin: 10px 15px 25px;
}

.blog-grid-simple-date {
  width: 100%;
}

.blog-grid-simple {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ececec;
  box-shadow: 0 10px 15px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  padding: 30px;
}

.blog-grid-simple h4 {
  color: #232323;
  line-height: normal;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-grid-simple h4 a {
  color: #232323;
  line-height: normal;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-grid-simple h4 a:hover {
  color: #d72027;
}

.blog-grid-simple p {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.blog-grid-simple-date i {
  color: #888;
  font-size: 20px;
}

.blog-grid-simple-date h5 {
  color: #888;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
  line-height: normal;
}

.blog-grid-simple-content {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-grid-simple-content a {
  display: inline-block;
  color: #d72027;
  font-weight: 600;
  font-size: 14px;
  margin-top: 2px;
}

.blog-grid-simple-content a:after {
  content: '\f105';
  font-size: 14px;
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #d72027;
  margin-left: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.blog-list-left-heading:after,
.blog-title-box:after {
  content: '';
  height: 2px;
}

.blog-grid-simple-content a:hover {
  color: #232323;
}

.blog-grid-simple-content a:hover:after {
  color: #232323;
}

.blog-list-simple {
  margin: 0 0 35px 0;
}

.blog-list-simple:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.data-box-simple {
  display: block;
  float: right;
  position: absolute;
  background: #d72027;
  left: 20px;
  top: 5px;
  padding: 5px;
  min-width: 60px;
  text-align: center;
}

.blog-list-simple-text>span {
  color: #d72027;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.data-box-simple h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  line-height: normal;
}

.data-box-simple p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-list-simple-text {
  color: #999999;
}

.blog-list-simple-text p {
  border-top: 1px solid #ececec;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
  padding: 15px 0;
}

.blog-list-simple-text .meta {
  margin: 0 0 5px 0;
}

.blog-list-simple-text li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}

.blog-list-simple-text h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal;
}

.blog-list-simple-text ul {
  margin: 10px 0;
}

.blog-list-simple-text ul li {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}

.blog-list-simple-text ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.blogs .post {
  margin-bottom: 30px;
}

.blogs .post .content {
  padding: 30px;
  background: #fafafa;
}

.blogs .post .content .post-title h5 {
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.blogs .post .content .post-title h5 a {
  color: #232323;
}

.blogs .post .content .post-title h5 a:hover {
  color: #F24259;
}

.blogs .post .content .meta {
  margin-bottom: 15px;
}

.blogs .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}

.blogs .post .content .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}

.blogs .post .content .btn {
  border-color: #6f6f6f;
  color: #6f6f6f;
  min-width: auto;
  padding: 6px 20px;
  font-size: 12px;
}

.blogs .post .content .btn:hover {
  color: #fff;
  border-color: #F24259;
}

.blogs .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
  text-align: left;
}

.blogs .post .share-post span {
  font-weight: 700;
}

.blogs .post .share-post ul {
  float: right;
}

.blogs .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}

.blogs .post .post-img img {
  width: 100%;
}

.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}

.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}

.blogs .comments-area .comment-box:last-child {
  margin-bottom: 30px;
}

.blogs .comment-box .author-thumb {
  width: 80px;
  float: left;
}

.blogs .comment-box .comment-info {
  margin-left: 100px;
}

.blogs .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blogs .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}

.blogs .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.pagination ul {
  display: inline-block;
  /* *display: inline;
  *zoom: 1; */
  margin: 0 auto;
background-color: #f1f3ff;
    padding: 6px;
}

.pagination li {
  display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 40px;
    text-decoration: none;
    border-left-width: 0;
    margin-right: 5px;
	font-weight: 600;
 
}

.pagination a:hover {
  background-color: #002D74;
  color: #fff;
   border-radius: 5px;
}

.pagination .active a {
  background-color: #002D74;
  color: #fff;
  font-weight: 600;
  cursor: default;
  border-radius: 5px;
}

.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
}

.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #d72027;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px;
}

.blockquote p {
  font-size: 15px;
  font-weight: 500;
  line-height: 190%;
  color: #232323;
  letter-spacing: .5px;
}

.blockquote h4 {
  font-size: 20px;
  font-weight: 400;
  color: #232323;
  letter-spacing: .5px;
}

.side-bar .widget {
  margin-bottom: 30px;
}

.side-bar .widget:last-child {
  margin-bottom: 0;
}

.side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.side-bar .widget .widget-title h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #d72027;
  position: absolute;
  bottom: 0;
  left: 0;
}

.side-bar .widget li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
  color: #6f6f6f;
}

.side-bar .widget li:last-child {
  margin: 0;
}

.side-bar .widget li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 12px;
  left: 0;
}

.side-bar .widget .social-listing {
  margin-bottom: 0;
}

.side-bar .widget .social-listing li {
  list-style: none;
  display: inline-block;
}

.side-bar .widget .social-listing li:after {
  background: none;
}

.side-bar .widget .social-listing li:first-child {
  padding-left: 0;
}

.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
}

.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

@media screen and (max-width: 767px) {
  .blog-grid-simple-content a:after {
    display: none;
  }
}

/* ===================================
    Count and error box
====================================== */
/* count back box */
.count-back-box {
  width: 100%;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.count-back-box h1 {
  color: #232323;
  font-size: 40px;
  font-weight: 500;
}

/* error box */
.error-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.error-box h2 {
  color: rgba(204, 204, 204, 0.2);
  font-size: 250px;
  font-weight: 600;
  letter-spacing: 10px;
}

.error-box-text h1 {
  font-size: 200px;
  color: #d72027;
  line-height: 1;
}

.error-box-text h3 {
  font-size: 40px;
  color: #232323;
  line-height: normal;
}

.error-box-text h4 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .error-box {
    padding: 30px;
  }

  .back-box {
    display: none;
  }

  .error-box-text h1 {
    font-size: 100px;
  }
}

/* count down */
ul.countdown li {
  border-right: 1px solid #626262;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}

ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}

ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 8px;
  }

  .social-links li {
    margin-right: 15px;
  }

  ul.countdown li span {
    font-size: 22px;
  }
}

/* ===================================
    Contact info
====================================== */
/* social links */
.social-icon-style1 {
  margin-bottom: 0;
}

.social-icon-style1 li {
  text-align: center;
  margin-right: 4px;
  display: inline-block;
}

.social-icon-style1 li a {
  background: #d72027;
  border: 1px solid #d72027;
  color: #fff;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}

.social-icon-style1 li a:hover {
  background: #fff;
  color: #d72027;
}

.social-icon-style2 {
  margin-bottom: 0;
}

.social-icon-style2 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}

.social-icon-style2 li:last-child {
  margin-right: 0;
}

.social-icon-style2 li a {
  background: #f9f9f9;
  border: 1px solid #d72027;
  color: #d72027;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}

.social-icon-style2 li a:hover {
  background: #d72027;
  color: #fff;
}

.social-icon-style3 {
  margin-bottom: 0;
}

.social-icon-style3 li {
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

.social-icon-style3 li a {
  color: #6f6f6f;
  display: inline-block;
  font-size: 16px;
}

.social-icon-style3 li a:hover {
  color: #d72027;
}

.social-icon-style4 {
  padding: 0;
  float: right;
  margin: 0;
}

.social-icon-style4 li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  width: 35px;
  text-align: center;
  margin: 0;
  padding: 13px 0;
}

.social-icon-style4 li a {
  opacity: .7;
  color: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.social-icon-style5 li {
  display: inline-block;
  margin-right: 30px;
}

.social-icon-style5 li:last-child {
  margin-right: 0;
}

.social-icon-style5 li a {
  font-size: 22px;
}

.social-icon-style5 li a:hover {
  color: #fff;
}

.social-icon-style6 {
  margin-bottom: 0;
}

.social-icon-style6 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}

.social-icon-style6 li:last-child {
  margin-right: 0;
}

.social-icon-style6 li a {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}

.social-icon-style6 li a:hover {
  background: #232323;
  color: #fff;
}

/* contact detail */
#map {
  height: 400px;
  width: 100%;
}

.contact-info-section {
  border-bottom: 1px solid #ececec;
  padding: 25px 0;
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.contact-info-section i {
  width: 25px;
  height: 25px;
  padding-top: 7px;
  border-radius: 50%;
  background: #d72027;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  line-height: 11px;
}

.contact-info-section h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: normal;
}

.contact-info-section p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.contact-box {
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
  margin: 10px 0;
  padding: 20px 15px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.contact-box i {
  background: #d72027;
  color: #fff;
  font-size: 35px;
  margin: 10px 0 20px;
  height: 75px;
  width: 75px;
  line-height: 75px;
  border-radius: 50%;
}

.contact-box h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: normal;
}

.contact-box span {
  color: #999;
  font-size: 14px;
}

/* newsletter */
.newsletter-form input {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  outline: 0;
  border: 2px solid #eee;
  min-width: 270px;
  max-width: 100%;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 12px 20px;
  width: auto;
}

.newsletter-form button {
  display: inline-block;
  background: #d72027;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 14px 20px;
}

.newsletter-form button:hover {
  background: #232323;
}

@media screen and (max-width: 767px) {
  .newsletter-form button {
    margin-top: 15px;
    border-radius: 30px;
    width: 100%;
    display: block;
  }

  .newsletter-form input {
    border-radius: 30px;
    width: 100%;
    display: block;
  }
}

/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  /*background:url("../img/footerbg.jpg"); */
  background-color: #0B9CA4;
  color: #000;

}

footer p {
  margin-bottom: 0;
}

footer h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

footer h3:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #d72027;
  margin-top: 12px;
}

footer h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

footer h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #d72027;
  margin-top: 12px;
}
.footer-social-icons ul {
  margin-bottom: 0;
  margin-left: 20px;
}

.footer-social-icons ul li {
  display: inline-block;
  /* border: 1px solid #fff;  */
  border-radius: 50%;
  color: #d72027;
  margin-right: px;
  margin-bottom: 8px !important;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}

.footer-social-icons ul li a {
  /*  display: block;*/
  font-size: 15px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}

.footer-social-icons ul li:hover {
  /* background: #ff9900; */
  border-color: #d72027;
}

.footer-social-icons ul li:hover i {
  color: #ff9900;
}

.footer-social-icons.small ul li {
  margin-bottom: 0;
}

.footer-social-icons.small ul li a {
  /* font-size: 20px;*/
  height: 25px;
  line-height: 26px;
  width: 25px;
}

.footer-social-icons2 ul {
  margin-bottom: 0;
}

.footer-social-icons2 ul li {
  display: inline-block;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  color: #6f6f6f;
  margin-right: 10px;
  margin-bottom: 0;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}

.footer-social-icons2 ul li a {
  color: #112336;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}

.footer-social-icons2 ul li:hover {
  background: #d72027;
  border-color: #d72027;
}

.footer-social-icons2 ul li:hover i {
  color: #fff;
}

.footer-subscribe {
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.footer-subscribe input {
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  border: 0px solid;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 6px 95px 6px 12px;
  margin-bottom: 0;
}

.footer-subscribe input:focus {
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  border: 0px solid;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 6px 95px 6px 12px;
  margin-bottom: 0;
}

.footer-subscribe .butn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
}

.footer-subscribe .butn:after {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #0B9CA4;
}

.footer-subscribe .butn:hover {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-subscribe .butn:hover:after {
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.footer-subscribe .butn span {
  color: #fff;
}

.footer-subscribe .butn:hover span {
  color: #fff;
}

.footer-subscribe .butn.theme:after {
  background: #000;
}

.footer-subscribe .butn.theme:hover span {
  color: #fff;
}

.footer-subscribe .butn.white {
  color: #232323;
}

.footer-subscribe .butn.white:after {
  background: #232323;
}

.footer-subscribe .butn.theme.white-hover:hover {
  background: #fff;
}

.footer-subscribe .butn.theme.white-hover:hover span {
  color: #232323;
}

.footer-subscribe .butn.theme.white-hover:after {
  background: #fff;
}

.footer-subscribe .butn.theme.grey-hover:hover {
  background: #e5e5e5;
}

.footer-subscribe .butn.theme.grey-hover:hover span {
  color: #232323;
}

.footer-subscribe .butn.theme.grey-hover:after {
  background: #e5e5e5;
}

.footer-list {
  margin: 0;
}

.footer-list li {
  list-style-type: none;

  padding: 3px 0;
}

.footer-list li:first-child {
  padding-top: 0;
}

.footer-list li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.footer-list li a:before {
  content: '\f105';
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;

  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.footer-list li a:hover {
  color: #0B9CA4;
}

.footer-list li a:hover:before {
  color: #0B9CA4;
}

.footer-list-style2 {
  margin: 0;
}

.footer-list-style2 li {
  list-style-type: none;
  color: #fff;
  padding: 6px 0;
}

.footer-list-style2 li:first-child {
  padding-top: 0;
}

.footer-list-style2 li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer-list-style2 li a:before {
  content: '\f105';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #fff;
  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.footer-list-style2 li a:hover {
  opacity: 0.65;
}

.footer-list-style2 li a:hover:before {
  opacity: 0.65;
}

.footer-list-style3 {
  margin: 0;
}

.footer-list-style3 li {
  list-style-type: none;
  color: #6f6f6f;
  padding: 6px 0;
}

.footer-list-style3 li:first-child {
  padding-top: 0;
}

.footer-list-style3 li a {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
}

.footer-list-style3 li a:before {
  content: '\f105';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #6f6f6f;
  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.footer-list-style3 li a:hover {
  color: #232323;
}

.footer-list-style2 li a:hover:before {
  color: #232323;
}

.footer-recent-post {
  margin: 15px 0;
}

.footer-recent-post-thumb {
  float: left;
  width: 25%;
}

.footer-recent-post-content {
  float: left;
  width: 75%;
  padding-left: 10px;
}

.footer-recent-post-content a {
  display: block;
  color: #112336;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-top: -5px;
}

.footer-recent-post-content a:hover {
  color: #fff;
}

.footer-recent-post-content span {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  background: #197d83;
  color: #112336;
}

.footer-bar span {
  color: #d72027;
  font-size: 15px;
  font-weight: 400;
}

/*footer-top-bar*/
.footer-top-bar {
  /*  background: #191919;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*footer style2*/
footer h3.footer-title-style2 {
  margin-bottom: 15px;
}

h3.footer-title-style2:after {
  width: 100%;
  height: 0px;
  background: #363637;
  margin-top: 15px;
}
footer h2.footer-title-style2 {
  margin-bottom: 15px;
}

h2.footer-title-style2:after {
  width: 100%;
  height: 0px;
  background: #363637;
  margin-top: 15px;
}
/*footer style3*/
.footer-title-style3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
  color: #fff;
}

.footer-title-style3:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #d72027;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.footer-title-style3:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*footer style4*/
.footer-title-style4:after {
  margin-left: auto;
  margin-right: auto;
}

h3.footer-title-style4 {
  margin-bottom: 20px;
}

h3.footer-title-style5 {
  color: #fff;
}

h3.footer-title-style5:after {
  background: #fff;
}

footer h3.footer-title-style6 {
  margin-bottom: 28px;
  color: #636363;
}

h3.footer-title-style6:after {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-top: 15px;
}

/*footer style7*/
footer h3.footer-title-style7 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

footer h3.footer-title-style7:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  height: 1px;
  margin: 0 0 0;
  width: 70px;
  margin: 10px 0;
  background-color: #d72027;
}

footer h3.footer-title-style7:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #d72027;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }

  .footer-bar {
    margin-top: 0px;
  }

  .footer-subscribe .butn {
    line-height: 22px;
  }

  /*  .footer-bar p {
    font-size: 13px; }*/
}

/*# sourceMappingURL=styles.css.map */

.forcefullwidth_wrapper_tp_banner {
  height: 250px !important;

}

.tp-leftarrow {
  display: none;
}

.tp-rightarrow {
  display: none;
}

/* Banner changes */
.gallery-title {
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.filter-button {
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  text-align: center;
  color: #fff !important;
  margin-bottom: 30px;
}

.filter-button:active {
  background-color: #fff !important;
}

.filter-button:hover {
  font-size: 15px;
  border: 1px solid #aaa;
  border-radius: 0px;
  text-align: center;
  color: #333 !important;
  background-color: #fff;
}

.btn-default:active .filter-button:active {
  background-color: #fff;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
}

.img-responsive {
  height: 120px;
  width: 200px;
}

.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  float: right;
}

.img-responsive {
  border: 1px solid #ccc;
  padding: 5px;
}

.filter-button {
  background: #112336;
}

.filter-active {
  background: #d72027;
}

.topbar-btn {
  border-radius: 0px;
  padding: 5px 12px;
  line-height: normal;
  margin-left: 0px;
  background: #fff;
  color: #000;
}

.footer-blocks {

  margin: 30px 10px;
  min-height: 160px;
  cursor: pointer;
}

.footer-blocks h5 {
  color: #fff;
  margin-bottom: 20px;
}

/*  .footer-blocks:hover {
    background: #fff2ea;
   cursor:pointer; }
*/
.green-block {
  background: #0B9CA4;
  color: #fff;
}

.orange-block {
  background: #0B9CA4;
  color: #fff;
}




.font12 {
  font-size: 12px;
}

.seemore {
  padding-right: 13px;
  margin-top: -25px;
  color: #0B9CA4;
}

.bg-theme2 {
  background-color: #f5f5f5;
  color: #0B9CA4;
}

.noborder {
  border-radius: 0px;
}

.orange-text {
  color: #0B9CA4;
}

.lineheight1 {
  line-height: 1.3em;
}

.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}




.butn2 {
  background: #0B9CA4;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 10px 20px;
  line-height: normal;
  margin-left: 12px;
  font-weight: 500;
  text-transform: none !important;
  position: relative;
  /* z-index: 9999;*/
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.butn2 span {
  z-index: 9;
  position: relative;
}

.butn2:hover {
  color: #fff;
  border-radius: 0px;
  opacity: 0.6;
}

.butn2:after {
  content: '';
  position: absolute;
  border-radius: 0px;
  bottom: 6px;
  left: 0;
  height: 2px;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  width: 0;
  background: #0B9CA4;
  height: 100%;
  top: 0;
  z-index: 1;
}

.footer-list li a.locationon:before {
  content: '\f107';
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;

  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.quicklinks li a:before {
  content: '\f144';
  font-weight: 700;
  vertical-align: bottom;
  font-family: Font Awesome\ 5 Free;
  padding-right: 8px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  font-size: 8px;
  color: #fff;
}

.tp-bgimg {
  background-size: 100% 100%;
}

.contact-btn {
  position: fixed;
  bottom: 256px;
  right: 0px;
  z-index: 99999999;
}

.butn.theme2 {
  background: #0B9CA4;
  border-radius: 0px;
}

.butn.theme2 span {
  color: #fff;
}

.butn.theme2:hover {
  color: #fff;
  border-radius: 0px;
}

.butn.theme2:after {
  background: #246fbf;
  border-radius: 0px;
}

/* .min-wid {
  min-width: 100px;
} */

.block {
  display: block;
  width: 100%;

}

.search2 {
  display: block;
  width: 100%;
  height: calc(1.8rem + 2px);
  height: 40px;
  border-radius: 50px;
  padding: 10px 15px 10px 60px !important;
}

.btn-primary {
  background: #246fbf;
  color: #fff;
  margin-left: 0px;
  padding: 7px 10px;
  border-radius: 0px;
}

.btn-primary:hover {
  color: #fff;
  border-radius: 0px;

}

.btn-primary:after {
  background: #0B9CA4;
  margin-left: 0px;
  border-radius: 0px;
}

.readmore2 {
  padding: 0px;
  margin: 0px;
  color: #fff;
  position: absolute;
  bottom: 41px;
  right: 29px;
}

.readmore3 {
  position: relative;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.4);
  padding-right: 15px;
}

.border-white {
  /*border:1px solid #eee;*/
}

.height130 {
  height: 120px;
  padding-top: 10px;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  margin-top: 0px;
}

.height200 {
  height: 240px;
}

.height120 {
  height: 120px;
}

.none-dots .owl-nav {
  display: none !important;
}

.flip-card {
  background-color: transparent;
  border: 0px;
  perspective: 1000px;

  height: 240px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
}

.flip-card-back h6 {
  color: #fff;
}

.carousel-style4 .active {}

.fixedHeader2 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  background: #fff;
}

.margin-210px-top {
  margin-top: 210px;
}

.margin-170px-top {
  margin-top: 170px;
}

.btn-green {
  background: #1abbb9;
  font-size: 15px !important;
  margin-left: 0px;
  padding: 9px 10px !important;
  border-radius: 6px;
}

.btn-green:hover {
  color: #fff;
  border-radius: 6px;

}

.btn-green:after {
  background: #1abbb9;
  margin-left: 0px;
  border-radius: 6px;
  ;
}

.btn-green2 {
  background: #0B9CA4;
  padding: 10px 10px;
}

.btn-green2:hover {
  color: #fff;
  border-radius: 6px;

}

.btn-green2:after {
  background: #0B9CA4;
  margin-left: 0px;
  border-radius: 6px;
}

.btn-orange {
  background: #0B9CA4;
  font-size: 15px !important;
  color: #fff;
  margin-left: 0px;
  padding: 7px 10px !important;
  border-radius: 6px;
}

.btn-orange:hover {
  color: #fff;
  border-radius: 6px;

}

.btn-orange:after {
  background: #0B9CA4;
  margin-left: 0px;
  border-radius: 6px;
}

.width-110 {
  width: 135px;
  float: left;
  /*border:1px solid #ddd;
background:#f9f9f9;*/
  padding: 3px;
  margin-right: 5px;
  padding-left: 5px;
  min-height: 60px;
  font-size: 14px;
  border-right: 1px solid #aaa;
}

.width100 {
  width: 90px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  scroll-padding-block: 18px;

  color: #fff;
  padding: 3px;
  border-radius: 25px;
  margin-top: 15px;
  cursor: pointer;
}

.width-120 {
  width: 150px;
  float: left;
  border: 1px solid #fff;
  background: #fff;
  padding: 3px;
  margin-right: 0px;
  padding-left: 5px;
  min-height: 60px;
  font-size: 14px;
}

.width-120:hover {
  width: 150px;
  float: left;
  border: 1px solid #0B9CA4;
  background: #e3ffb5;
  padding: 3px;
  margin-right: 0px;
  padding-left: 5px;
  min-height: 60px;
  font-size: 14px;
}

.width-170 {
  width: 178px;
  float: left;
  margin-left: 10px;
  margin-top: 6px;
  float: right;
}

#top-bar2 {
  background-color: #fff;
}

.padding-0px-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  color: #0B9CA4;
  font-weight: bold;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 4px solid #0B9CA4;
}

.slots-display {
  border: '1';
  padding: 8px;
  font-weight: 500;
  font-size: 14;
  background-color: #F1F1F1;
}

.separator::before {
  margin-right: .25em;
}

.separator::after {
  margin-left: .25em;
}

.white-text {
  color: #fff;
}

.footer-social-icons ul li a :before {
  width: 35px;
  display: block;
  color: #fff;

}

.footer-social-icons.small ul li a {}

.footer-list li a {}

.feedback {
  background-color: #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
}

#mybutton {
  position: fixed;
  bottom: 9px;
  right: 73px;
  z-index: 999;
}

.contact-btn {
  position: fixed;
  bottom: 256px;
  right: 0px;
  z-index: 99999999;

}

.carousel-indicators li {
  /*  width: 160px;
    height: 30px;
    background-color: #f3f3f3;
    text-indent: inherit;
    opacity: 1;
    text-align: center;
    color: #0c0c0c;
    border-radius: 24px;
  font-size:13px;
  border:1px solid #719dcc;
  font-weight:600;*/

  display: inline-block;
  width: 10px;
  height: 10px;

  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;

  background-color: #ccc;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators {
  bottom: -45px !important;
}

.carousel-indicators .active {
  /*  background-color: #0B9CA4;
  background-position:center top;
  color: #fff;  
  border:1px solid #0B9CA4;*/

  width: 10px;
  height: 10px;

  margin-right: 5px;
  background-color: #002D74;
}

.login-menu {
  left: -130px !important;
  font-size: 14px;
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.5);
  top: 38px;

}

.login-menu2 {
  left: -119px;
  min-width: 10rem;
  font-size: 14px;
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.5);
  top: 40px;
}

.login-menu3 {
  font-size: 14px;

}

.indicator {
  margin-left: 2%;
  margin-right: 2%;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;

}


.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.width110 {
  width: 120px;
  padding: 5px;
  display: block;
}

.account a:hover {
  background-color: #0B9CA4;
  color: #fff;
  padding: 5px;
}



.dropdown2 {
  float: left;
  overflow: hidden;
}

.dropdown2 .dropbtn2 {
  outline: none;
  padding: 14px 16px;
  margin: 0;
}

.dropdown2-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  /*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.5);
  z-index: 1;
  margin-top: 15px;
}


.dropdown2:hover .dropdown2-content {
  display: block;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

.shop-cart-table .shop-cart td {
  line-height: 26px;
  vertical-align: middle;
  padding: 2px 7px;
}




#crossfade>img {
  position: absolute;
  color: transparent;
  opacity: 0;
  z-index: 0;
  left: 20%;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 23s linear infinite 0s;
  -moz-animation: imageAnimation 23s linear infinite 0s;
  -o-animation: imageAnimation 23s linear infinite 0s;
  -ms-animation: imageAnimation 23s linear infinite 0s;
  animation: imageAnimation 23s linear infinite 0s;
  cursor: pointer;
}

#crossfade>img:nth-child(2) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}

#crossfade>img:nth-child(3) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
}

#crossfade>img:nth-child(4) {
  -webkit-animation-delay: 13s;
  -moz-animation-delay: 13s;
  -o-animation-delay: 13s;
  -ms-animation-delay: 13s;
  animation-delay: 13s;
}

#crossfade>img:nth-child(5) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}


#crossfade2>img {
  position: absolute;
  color: transparent;
  opacity: 0;
  z-index: 0;
  left: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24.5s linear infinite 0s;
  -moz-animation: imageAnimation 24.5s linear infinite 0s;
  -o-animation: imageAnimation 24.5s linear infinite 0s;
  -ms-animation: imageAnimation 24.5s linear infinite 0s;
  animation: imageAnimation 24.5s linear infinite 0s;
  cursor: pointer;
}

#crossfade2>img:nth-child(2) {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  -ms-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

#crossfade2>img:nth-child(3) {
  -webkit-animation-delay: 9.5s;
  -moz-animation-delay: 9.5s;
  -o-animation-delay: 9.5s;
  -ms-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

#crossfade2>img:nth-child(4) {
  -webkit-animation-delay: 14.5s;
  ;
  -moz-animation-delay: 14.5s;
  -o-animation-delay: 14.5s;
  -ms-animation-delay: 14.5s;
  animation-delay: 14.5s;
}

#crossfade2>img:nth-child(5) {
  -webkit-animation-delay: 19.5s;
  -moz-animation-delay: 19.5s;
  -o-animation-delay: 19.5s;
  -ms-animation-delay: 19.5s;
  animation-delay: 19.5s;
}

#crossfade3>img {
  position: absolute;
  color: transparent;
  opacity: 0;
  z-index: 0;
  left: 0px;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 22s linear infinite 0s;
  -moz-animation: imageAnimation 22s linear infinite 0s;
  -o-animation: imageAnimation 22s linear infinite 0s;
  -ms-animation: imageAnimation 22s linear infinite 0s;
  animation: imageAnimation 22s linear infinite 0s;
  cursor: pointer;
}

#crossfade3>img:nth-child(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}

#crossfade3>img:nth-child(3) {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
}

#crossfade3>img:nth-child(4) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

#crossfade3>img:nth-child(5) {
  -webkit-animation-delay: 17s;
  -moz-animation-delay: 17s;
  -o-animation-delay: 17s;
  -ms-animation-delay: 17s;
  animation-delay: 17s;
}




#crossfade4>a img {
  position: absolute;
  color: transparent;
  opacity: 0;
  z-index: 0;
  left: 20%;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 22.5s linear infinite 0s;
  -moz-animation: imageAnimation 22.5s linear infinite 0s;
  -o-animation: imageAnimation 22.5s linear infinite 0s;
  -ms-animation: imageAnimation 22.5s linear infinite 0s;
  animation: imageAnimation 22.5s linear infinite 0s;
  cursor: pointer;
}

#crossfade4>a img:nth-child(2) {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

#crossfade4>a img:nth-child(3) {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  -o-animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

#crossfade4>img:nth-child(4) {
  -webkit-animation-delay: 12.5s;
  -moz-animation-delay: 12.5s;
  -o-animation-delay: 12.5s;
  -ms-animation-delay: 12.5s;
  animation-delay: 12.5s;
}

#crossfade4>img:nth-child(5) {
  -webkit-animation-delay: 17.5s;
  -moz-animation-delay: 17.5s;
  -o-animation-delay: 17.5s;
  -ms-animation-delay: 17.5s;
  animation-delay: 17.5s;
}


@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }

  8% {
    opacity: 0.1;
    -webkit-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }

  8% {
    opacity: 0.1;
    -moz-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }

  8% {
    opacity: 0.1;
    -o-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }

  8% {
    opacity: 0.1;
    -ms-animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }

  8% {
    opacity: 0.1;
    animation-timing-function: ease-out;
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.checkout2 a {
  color: #fff;
}

.checkout2 a:hover {
  color: #fff;
}

.checkout2 a:active {
  color: #fff;
}

.checkout2 a:visit {
  color: #fff;
}

.minus,
.plus {
  width: 30px;
  height: 30px;

  border-radius: 4px;
  padding: 3px 5px 8px 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;

}

.additem {
  height: 32px !important;
  width: 60px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}

.additem3 {
  height: 32px !important;
  width: 130px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}

.additem2 {
  height: 32px !important;
  width: 85px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}

.minus {
  background: #eee;
  color: #000;
}

.plus {
  background: #eee;
  color: #000;
}

.select2 {
  background: #76b616;
  color: #fff;
  min-width: 40px;
}

.select3 {
  background: #eee;
}

.table3 {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.active5 {
  color: #0B9CA4;
}

.border-20px-white {
  border: 25px solid #fff;
}

.product-details td {
  padding: 0.3rem 0.3rem;
  vertical-align: middle;
  text-align: center;
  line-height: 15px;
}

.product-details2 td {
  padding: 0.5rem 0.5rem;
}

.product-details3 td {
  padding: 0.1rem 0.2rem;
  font-size: 13px;
}

.addtocart2 {
  float: left;

}

.addtocart2 input {
  margin-bottom: 0px;
}

.product-details .buttons a {
  padding: 6px 8px;
}

.nopadding-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.margin-0px-bottom {
  margin-bottom: 0px;
}

.addtocart2 .plus {
  border: 1px solid #aaa;
  background: #ddd;
}

.addtocart2 .minus {
  border: 1px solid #aaa;
  background: #ddd;
}

.list-style-5 li {
  text-transform: capitalize;
}

.accordion-style2 .btn-link {
  font-size: 14px;
}

.sorting {
  padding: 5px 5px
}

.green-text {
  color: #0B9CA4;
}

.label-wishlist {
  position: absolute;
  right: 0;
  bottom: 12px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 12px;
  color: #fff;
  z-index: 1;
}

.padding-0px-right {
  padding-right: 0px;
}

.margin-6px-left {
  margin-left: 6px;
}

.margin-3px-top {
  margin-top: 3px;
}

.label-wishlist .fa-heart {
  color: #ccc;
  margin-right: 5px;
}

.label-wishlist .fa-heart:hover {
  color: #0B9CA4;
  margin-right: 5px;
}

.product-info {

  padding: 10px 0px;
}

.product-price {
  float: right;
}

.active-price {
  background: #d3ff8c;
}

.bg-light-white {
  background: #fff;
}

.added-cart {

  font-weight: 600;
  color: #000;
}

.grid-price {
  left: 0px;
  color: #000;
  width: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 14px;
  margin-left: 10px;
  z-index: 99;
}

.md-product-price {
  display: none;
}

/* The check-container */
.check-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #aaa;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
  background-color: #0B9CA4;
}

input[type=checkbox]:checked {
  /* accent-color: #1ABBB9 !important;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  color: #ffffff !important; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab {
  float: left;
  border: 1px solid #ccc;

  width: 30%;
  min-height: 415px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 70%;
  min-height: 415px;
  border-right: none;

}

.tabcontent2 {
  float: left;
  padding: 0px 10px;
  border: 1px solid #ccc;

  height: 200px;
  overflow-y: scroll;
  font-size: 13px;


}

.carousel-style4 .owl-carousel .owl-item img {
  width: 50%;
}

.vtab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid #ddd;
}

.vtab button.active {
  background-color: #0B9CA4;
  color: #fff;
  /*background:url(../img/pointer.png) left center no-repeat #0B9CA4;*/

}

.tabcontent h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

.tabcontent2 h6 {
  font-size: 16px;
  margin-bottom: 15px;
  background: #eeeeee;
  margin: 5px 5px;
  padding: 3px;
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  box-shadow: none;
}

.product-details .buttons a {
  float: left;
}

.product-grid2 .col-xl-3 {

  padding-left: 0px;
}

.show-icon {
  border: 1px solid #ddd;
}

.show-icon i {
  color: #666;
}

.show-icon .active5 {
  color: #0B9CA4;
}

.margin-0px-lr {
  margin-left: 0px;
  margin-right: 0px;
}

.product-border {
  border: 1px solid #aaa;
}

.grid-price2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  width: 50%;
  position: absolute;
  right: 10px;
  margin-top: 5px;
  margin-left: 10px;
}

.thumbnail-slider .owl-nav {
  width: 100%;
  top: 50px;
}

.thumbnail-slider .owl-prev {
  left: 0;
  position: absolute;
}

.thumbnail-slider .owl-next {
  right: 0;
  position: absolute;
}

.carousel-text td {
  color: #000;
}

.morecategory .owl-nav {
  display: none !important;
}

.morecategory table {
  border: 1px solid #ddd;
}

.carousel-text td {
  padding: 8px;
}

product-detail2 .owl-nav i,
.owl-nav span {
  font-size: 34px;
}

.number-icon {
  position: absolute;
  font-size: 18px;
  padding: 2px 0 0 1px;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 15px;
  line-height: 20px;
  font-weight: 600;
  background-color: #0B9CA4;
  margin-top: -10px;
}

.margin-top-m8px {
  margin-top: -8px;
}

.start-shopping a img {
  padding: 0px 10px;
}

.butn2 span {
  /*color:#fff;*/
}

.footer-list .fas,
.far {
  color: #fff;
}

.footer-list .fa-envelope:before {
  margin-left: -2px;
}

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

.margin-0px-left {
  margin-left: 0px !important;
}

.margin-0px-right {
  margin-right: 0px;
}

.moreitems .owl-carousel .owl-item img {
  width: 80%;
}

.padding-0px-tb {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.active-price2 {
  background: #0B9CA4;
  color: #fff;
}

.product-thumb .buttons a {
  float: left;
  text-align: center;
  padding: 3px 7px;
}

.width370 {
  width: 358px !important;
}

.msearch {
  position: absolute;
  margin-top: -43px !important;
  right: 60px;
}

.msearch li a {
  color: #fff !important;
}

.msearch .btn {
  padding: 1px 6px;
  border-radius: 0px;
}

.search-form_submit {
  cursor: pointer;
  border: none;
  background: transparent;
}

.popular-products .owl-carousel .owl-item img {
  height: 90px !important;
}

/*.popular-products .owl-carousel .owl-item {
margin-right:15px !important;
margin-left:15px !important;
}*/
/*.sponsored-products .owl-carousel .owl-item {
margin-right:15px !important;
margin-left:15px !important;
}*/
.sponsored-products .owl-carousel .owl-item img {
  width: 120px !important;
}

.customers-considered .owl-carousel .owl-item img {
  height: 90px !important;
}

/*.customers-considered .owl-carousel .owl-item {
margin-right:15px !important;
margin-left:15px !important;
}*/
.customers-considered td {
  vertical-align: baseline;
}

.label-wishlist2 {
  position: absolute;
  top: 9px;
  bottom: 12px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 12px;
  color: #ddd;
  z-index: 1;
  right: 0;
}

.label-wishlist2 .fa-heart {
  color: #ccc;
  margin-right: 0px;
}

.label-wishlist2 .fa-heart:hover {
  color: #0B9CA4;
  margin-right: 0px;
}

.grid-price3 {
  right: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 8px;
  z-index: 99;
}

.mfp-image-holder .mfp-content {
  max-width: 900px !important;
  background: #fff;
  height: 550px;
  text-align: center;
}

.clients .cloned {
  width: 190px !important;
  margin-right: 70px !important;
}

.clients .active {
  width: 190px !important;
  margin-right: 70px !important;
}

.morecategory2 .col-md-12 {
  border: 1px solid #ddd;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 120px;
}

.morecategory2 .col-lg-2 {
  margin-bottom: 10px;
}

.morecategory2 .col-md-12 td {
  height: 120px;
}

.morecategory2 .nopadding-lr {
  padding-left: 5px !important;
  padding-right: 0px;
}

.morecategory2 .nopadding-lr2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plus2 {
  color: #0B9CA4;
}

.plus2:hover {
  color: #0B9CA4;
}

.plus2:focus {
  color: #0B9CA4;
}

.capitalize {
  text-transform: capitalize !important;
}

.grey-btn {
  background-color: #ddd;
}

.dotted-border-bottom {
  border: 1px dashed #aaa;
  border-left: none;
  border-top: none;
  border-right: none;
}

.text-green {
  color: #0B9CA4;
}

.choose-address {
  padding: 5px 10px !important;
}

.choose-address2 {
  padding: 5px 20px !important;
}

.border-bottom2 {
  border-bottom: 1px dashed #aaa !important;
}

.border-bottom3 {
  border-bottom: 1px solid #333 !important;
}

.checkout-style .btn-link {
  background: #fff !important;
  border: 1px solid #ddd;
}

.checkout-style .btn-link:hover {
  background: #eee !important;
  border: 1px solid #ddd;
}

#panel {
  display: none;
}

.addnew input,
.addnew textarea {
  padding: 4px 16px;
}

.checkout-links:hover {
  opacity: 0.6;
}

.faq-style {
  background: transparent !important;
  border: 1px solid #ddd;

}

.faq-icons td {
  background: #f4f4f4;
  border: 3px solid #fff;
  cursor: pointer;
}

.faq-icons td:hover {
  background: #e3f1cc;
  border: 3px solid #fff;
  cursor: pointer;
}

.faq-img {
  /* background-image:url(../img/faq-banner.svg); */
  background-size: 100%;
  background-repeat: no-repeat;
}

.line-height-18 {
  line-height: 18px !important;
}

.faq-style .list-style-2 li {
  margin: 0px;
}

.faq2 .card-header .btn[aria-expanded=true] {
  color: #0B9CA4;
  background-color: #fff !important;
}

.faq2 .card-header .btn-link[aria-expanded=true]:after {
  color: #0B9CA4 !important;
}

.select4 {
  width: 100px !important;
}

.registration .check-container {
  margin-bottom: 5px;
}

.registration .checkmark {
  height: 16px;
  width: 16px;
}

.registration .check-container .checkmark:after {
  left: 5px;
  top: 0px;
}

.registration input,
textarea {
  padding: 11px 16px;
}

.registration .mfSelect .value {
  padding: 11px 18px;
}

.registration .form-check-input {
  margin-top: .1rem;
}

.faq2 .btn-link {
  text-transform: none;
}

.faq2 .list-style-2 li:before {
  content: none;
}

.faq-style .list-style-2 li {
  list-style: disc;
  margin-left: 30px;
}

.policy-style .list-style-2 li:before {
  content: none;
}

.policy-style .list-style-2 li {
  list-style: disc;
  margin-left: 30px;
}

.service-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-title:after {
  content: '';
  display: block;
  width: 42%;
  height: 2px;
  background: #0B9CA4;
  margin-top: 6px;
}

.service-title2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-title2:after {
  content: '';
  display: block;
  width: 30%;
  height: 2px;
  background: #0B9CA4;
  margin-top: 6px;
  margin: auto;
}

.service-title3:after {
  content: '';
  display: block;
  width: 55%;
  height: 2px;
  background: #0B9CA4;
  margin-top: 6px;
  margin: auto;
}

.service-title4:after {
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  background: #0B9CA4;
  margin-top: 6px;
  margin: auto;
}

.border-1px-black {
  border: 1px solid #aaa;
  padding: 35px 10px 15px 10px;

}

.ourteam-box div {
  background-color: #0B9CA4;
  border-radius: 75px;
  color: #fff;
  height: 75px;
  left: 50%;
  line-height: 73px;
  position: absolute;
  top: -37.5px;
  transform: translateX(-50%);
  width: 75px;

}

.text-grey {
  color: #707070;
}

.brandpartners .control-top.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -30px;
}

.brandpartners .owl-prev {
  margin-left: -20px !important;
}

.brandpartners .owl-next {
  margin-right: -20px !important;
}

.brandpartners .owl-carousel .owl-item img {
  height: 75px;
  width: auto;
}

.timeline-badge2 {
  background-color: #0B9CA4 !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 42px !important;
}

.timeline-badge2 h6 {
  margin-bottom: 5px !important;
}

.nav-icons li a span img {
  height: 28px;
  margin: 6px 8px;
}

.footer-list .fas,
.far {
  display: none;
}

.quicklinks li a:before {
  content: inherit;
}

.footer-list span {
  padding-left: 0px;
}

/* Side Menu Start*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  border-right: 1px solid #ccc;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 1px;
  font-size: 36px;
  margin-left: 50px;
}

.login-menu4 {
  left: -118px;
  min-width: 10rem;
  font-size: 14px;
  /* box-shadow: 1px 5px 22px -3px rgb(0 0 0 / 50%); */
  top: 44px;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* Slide Menu End*/

@media only screen and (min-width: 768px) {
  img.mfp-img {
    float: none !important;
  }
}


@media screen and (max-width: 991px) {
  .navbar-toggler {
    height: 29px !important;
  }

  .showNavItems {
    display: "none";
  }
}

.mlogin {
  position: absolute;
  margin-top: -44px !important;
  right: 100px;
}

.mcart {
  position: absolute;
  margin-top: -44px !important;
  right: 140px;
  height: 36px;
  width: 36px;
  line-height: 43px;
}

.xs-border-right {
  border-color: #ddd;
}

.text-orange {
  color: #0B9CA4;
}

.mobile-cart-window {
  width: 350px !important;
  left: -190px !important;
  margin-top: 0px !important;
}

.min-width-30px {
  min-width: 30px;
}

.height-50px {
  height: 50px;
}

.refine-search {
  padding: 12px !important;
  height: 43px;
}

.refine-menu {
  height: 200px;
  overflow-y: scroll;
}

.registration .mfSelect .value {
  padding: 11px 5px;
}

.orange-box {
  background-color: #0B9CA4;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.grey-box {
  background-color: #939393;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.white-box {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 25px;
  min-height: 230px;
}

.left-tabs {
  margin-top: 20px;
  border-bottom: 0px;
}

.left-tabs li a {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.left-tabs .nav-link.active {
  border: 1px solid #0B9CA4;
  border-color: #0B9CA4;
  color: #0B9CA4;
}

.left-tabs .nav-link i {
  background-color: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50px;
  padding-top: 6px;
}

.left-tabs .nav-link i:hover {
  background-color: #0B9CA4;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50px;
  padding-top: 6px;
}

.left-tabs .nav-link.active i {
  background-color: #0B9CA4;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50px;
  padding-top: 6px;
}

.left-tabs .nav-item a:hover i {
  background-color: #0B9CA4;
  color: #fff;
}

.left-tabs .nav-item a:hover span {
  color: #0B9CA4;
}

.left-tabs li i {
  font-size: 16px;
}

.myaccount-htabs .tab-content {
  min-height: 460px;
  background: #fff;
  padding-top: 20px;
  color: #000;
}

.myaccount-htabs .tab-content .table td,
.table th {
  padding: .55rem;
  vertical-align: middle;
}

.myaccount-htabs .nav-tabs .nav-link {
  color: #000;
  background-color: #f6f6f6;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 15px 20px;
  margin-right: 8px;
}

.myaccount-htabs .nav-tabs .nav-link.active {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
  padding: 15px 20px;
}

.myaccount-htabs .form-check-input {
  position: inherit;
}

.btn-action {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}

.add-btn {
  margin-top: -55px;
  padding: 10px;
  font-size: 15px;
}

.text-decoration-underline {
  text-decoration: underline;
}

.display-date label {
  font-weight: 600;
  padding-top: 10px;
  padding-left: 15px;
}

.display-date input {
  background: #eee;
  border-radius: 0px;
}

.apply-btn {
  padding: 10px;
}

#home .form-check-input {
  margin-top: 0px;
  position: inherit;
}

#home select {
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  height: 30px;
}

#menu1 .form-check-input {
  margin-top: 0px;
  position: inherit;
}

.shipping td,
th {
  border-top: 0px !important;
}

.verticial-align2 {
  vertical-align: top !important;
}

.administration {
  bottom: 0px;
  width: 168px;
  padding-left: 0px;
}

.myaccount input {
  padding: 8px 15px;
}

.myaccount .value {
  padding: 8px 15px;
}

.left-tabs li a {
  padding: 10px 5px;
}

/*Download invoice*/
.download-dropbtn {

  border: none;
  cursor: pointer;
  background: transparent;
}

.download-dropdown {
  position: relative;
  display: inline-block;
}

.download-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 110px;
  left: -30px;
}

.download-dropdown-content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.download-dropdown-content a:hover {
  background-color: #f1f1f1
}

.download-dropdown:hover .download-dropdown-content {
  display: block;
}

/*Download invoice End*/

.myaccount-modal .modal-dialog {
  margin-top: 180px;
}

.finaldestination {
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  height: 30px;
}

.myaccount-htabs .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

/*Order Tracking Steps*/
.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1
}

.steps .step .step-icon-wrap::before {
  left: 0
}

.steps .step .step-icon-wrap::after {
  right: 0
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 65px;
  z-index: 5;
  font-weight: 600;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0B9CA4
}

.steps .step.completed .step-icon {
  border-color: #0B9CA4;
  background-color: #0B9CA4;
  color: #fff
}

.tracking-box {
  border: 1px solid #aaa;
  min-height: 160px;
  margin-top: 30px;
  padding-top: 20px;
}

.mark2 {
  position: absolute;
  margin-top: -32px;
  left: 25%;
}

.shipping td,
th {
  border-bottom: 0px !important;
}

.invoice .table td {
  vertical-align: middle;
  padding-left: 10px;
}

@media (max-width: 576px) {

  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none
  }
}

@media (max-width: 768px) {

  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none
  }
}

@media (max-width: 991px) {

  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none
  }
}

@media (max-width: 1200px) {

  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none
  }
}

.bg-faded,
.bg-secondary {
  background-color: #f5f5f5 !important;
}

/*Order Tracking End*/
.checkout3 td {
  line-height: 15px !important;
  text-align: center;
  padding: 2px 2px !important;
  height: 35px;
}

.resp-tabs-list li {

  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.resp-tab-content {
  background-color: #fff;
  margin-bottom: 15px;
  /* min-height:450px; */
  margin-top: 1px;
}

h2.resp-accordion {
  padding: 6px 10px;
  margin-bottom: 15px;
  border-top: 1px solid #c1c1c1;
}

.resp-arrow {
  margin-top: 9px;
  margin-right: 20px;
}

h2.resp-tab-active span.resp-arrow {
  margin-top: 12px;
}

.resp-tabs-list li.resp-tab-active {
  border-top: 1px solid #0B9CA4;
  border-left: 1px solid #0B9CA4;
  border-right: 1px solid #0B9CA4;
}

.myaccount-htabs .table td,
.table th {
  padding: .55rem;
  vertical-align: middle;
}

#accordion .btn-link[aria-expanded=true] {
  background: #1abbb9 !important;
  color: #fff;
}

.update3 {
  margin-top: 1px;
  margin-left: 6px !important;
  height: 30px !important;
  font-size: 12px !important;
}

.checkout-title a {
  line-height: 14px !important;
}


/*-- start scroll pane --*/
.nicescroll-cursors {
  background-color: #0B9CA4 !important;
  width: 10px !important;

}

#style-1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #6b046b;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

/*-- start scroll pane --*/

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  /*  margin-right:5px;*/
  overflow-x: hidden;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 20px;
  height: 6px;
  width: 2px;
}

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

.megamenu {
  background: #fff !important;
}

.megamenu li {
  background: #fff;
  margin-bottom: 0px !important;
}

.megamenu li a {
  color: #333 !important;
  font-size: 11px !important;
  padding: 0px 0px !important;
  height: 20px;
}

.megamenu .sub-title {
  color: #0B9CA4 !important;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 5px;
}

.megamenu li:hover {
  background: #fff;
}

.product-grid .border {
  padding: 0px;
}

.height150 {
  height: 150px;
}

.height300 {
  height: 300px;
}

.border5 {
  border: 1px solid #dee2e6 !important;
}

.consultnow {
  margin-bottom: 0px;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.active-style {
  color: #df2058;
}

.doctor-nearme li a {
  color: #bbb;
}

.doctor-nearme li a:hover {
  text-decoration: underline;
  color: #555;
}

.main-color {
  color: #1abbb9;
}

.main-bgcolor {
  background-color: #1abbb9;
}

.btn-border {
  border: 1px solid black;
  background-color: white;

  padding: 13px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
}

.main-color-outline {
  border-color: #1abbb9;
  color: #1abbb9;
}

.main-color-outline:hover {
  background-color: #002D74 !important;
  color: white !important;
}

.sub-line {
  color: #828282;
  font-weight: 400;
  padding-top: 8px;
}

.navbar-nav>li>.active {
  /* color: #1abbb9; */
  color: #FFFFFF;
  background: #1B9DA4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.greybg {
  /* background-color: #f8f8f8;  */
  background-image: linear-gradient(#f5f5f5, #fff, #f5f5f5);
  border: 1px solid #ddd;
}

.signup-tabs .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 3px solid #1abbb9;
  border-radius: 0px;
  color: #333;
  font-weight: 700;
}

.text-grey {
  color: #aaa;
}

.otp td input {
  text-align: center !important;
  padding: 5px;
  height: 50px;
  font-size: 20px;
  width: 70%;
}

.select-style {
  height: 46px;
  font-size: 15px;
}

.value {
  padding: 9px 6px !important;
  border: 1px solid #d1d1d1;
  color: #888;
  background: #fff;
  min-width: 55px;
  border-radius: 6px;
}

.usp img {
  border: 2px solid #1abbb9;
  border-radius: 40px;
}

.butn i:hover {
  color: #fff;
}

.butn:after {
  color: #fff;
}

.top-btn {
  text-align: center;
  height: 37px;
  line-height: 20px;
}

.consulted img {
  /* width: 185px; */
  width: 130px;
  border-radius: 60%;
  margin: auto;
  margin-top: 15px;
  height: 130px;
  /* height: 178px; */
}

.expanddiv {
  background: #f5f5f5;
  padding: 15px;
}

.doctorlist img {
  border-radius: 50%;
  margin: auto;
}

.text-red {
  color: #DE1B54;
}

.time-slot li .timing {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #757575;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
}

.time-slot li .timing-available:hover {
  background-color: #002D74;
  color: #fff;
}

.time-slot li:first-child .timing-available {
  background-color: #002D74;
  color: #fff;
}


.time-slot li .timing-available {
  border: 1px solid #002D74;
  border-radius: 4px;
  color: #002D74;
  display: block;
  /* font-size: 14px; */
  margin-bottom: 10px;
  padding: 5px 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.time-slot li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 16.28%;
  /* margin-right: 20px; */
  /* margin-bottom: 8px; */

}

.time-slot li:hover {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 16.28%;
}

.time-slot ul {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}

.time-slot li .timing.selected {
  background-color: #002D74;
  border: 1px solid #002D74;
  color: #fff;
  font-weight: 600;
}

.time-slot li .timing.selected::before {
  /* color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 6px; */
}

/* Toggle button Start */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked+.slider {
  background-color: #1abbb9;
}

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

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

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

.slider.round:before {
  border-radius: 50%;
}

.change-btn {
  padding: 5px 10px;
  font-size: 13px;
}

.change-btn:hover {
  background-color: #fff !important;
  color: #1abbb9;
}

.plainlink {
  color: #bbb;
}

.greylink {
  color: #bbb;
  text-decoration: underline;
}

.greylink:hover {
  text-decoration: underline;
}

.text-grey {
  color: #aaa;
}

#more {
  display: none;
}

#more2 {
  display: none;
}

.dropdown-menu {
  background: #1abbb9;
  border: 0px;
  width: max-content;
}

.font-size-13 {
  font-size: 13px !important;
}

.app-history .resp-tab-content-active {
  margin-top: 25px;
}

.butn a span:visited {
  color: #fff;
}

.pointer {
  cursor: pointer;
}

/* Developer CSS Start */
.otp2 input {
  text-align: center !important;
  padding: 5px;
  height: 50px;
  font-size: 20px;
  width: 70%;
}

.degree p {
  word-break: break-all;
}

/* .imgcss {
  width: 30%;
  height: 50%;
  border-radius: 10%;
} */

/* Developer CSS End */


.isError {
  /* margin: 0px 17px 0px; */
  word-spacing: 1px;
  color: red;
  margin-left: 3px;
}

.card {
  border: 0px;
}

.filtersSection {
  padding-top: 140px !important;
  overflow: hidden;
  background: #fff;
}

.isEmpty {
  text-align: center;
  font-size: 23px;
  margin-top: 36px;
  color: grey;
}

.isPlanEmpty {
  text-align: center;
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: grey;
  font-weight: 600;
}

.booknow {
  color: #1abbb9 !important;
}

.agora_video_player {
  position: relative !important;
  display: block;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 5px solid #1abbb9;
  z-index: 9;
  background: #fff;
  padding: 5px 20px;
  width: 320px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.messagesWindow {
  height: 180px;
  width: 100%;
  border: black;
  overflow-y: scroll;
}

.thumbs-wrapper,
.carousel-status {
  display: none;
}

/* .control-arrow */
.hideBorder {
  border: none !important;
  width: 50%;
  height: 50%;
}

/* Uses bootstrap-material-design - https://fezvrasta.github.io/bootstrap-material-design */
.panel {
  width: 80%;
  margin: 2em auto;
}

.panel-body {
  width: 100%;
  margin: 2em auto;
  margin-bottom: 0px;
  margin-top: 0px;
}

.helper-text {
  color: #e93143;
  font-size: 12px;
  margin-top: 5px;
  height: 12px;
  display: block;
}

.helper-text-green {
  color: green;
}

/* Hosted Payment Fields styles*/
.hosted-field-focus {
  outline: none;
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  animation: input-highlight 0.5s forwards;
  box-shadow: none;
  background-size: 0 2px, 100% 1px;
}

.upload-img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}

.userprofile-img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: pointer;
}

/* .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
} */

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.up-btn {
  padding: 0px;
  width: 25px;
  border: 0px;
  background: none;
}

.reschedule:hover {
  cursor: not-allowed
}

.noresults {
  color: #0B9CA4;
  font-weight: 600;
  font-size: 16px;
}

.searchresults {
  font-weight: 600;
  font-size: 15px;
}

.PatientSignup {
  text-align: center;
  font-size: 16px;
  color: #17a2b8;
  font-weight: 700;
}

.cursor-pointer {
  cursor: pointer;
}

.login-menu a:hover {
  background-color: transparent;
}

.control-arrow {
  display: none;
}

::selection {
  color: #000;
  background: #dbdbdb;
}

.card-body {
  padding: 0px;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 0px;
}

.react-datepicker__input-container input {
  padding: 6px 15px;
}

.hor_1 .nav-item {
  font-size: 13px !important;
  color: #333 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.hor_1 {
  margin-bottom: 20px;

}

.resp-tabs-list {
  border-bottom: 1px solid #ddd;
}

.PhoneInputInput {
  padding: .375rem 0.75rem;
}

.enterquery textarea {
  margin-bottom: 0px;
}

.form-control {
  font-size: 14px;
}

.PhoneInputCountry {
  margin-bottom: 15px;
}

.horizontaltab .nav-item {
  font-size: 13px !important;
  color: #333 !important;
  font-weight: 600;
  text-transform: uppercase;
}

.horizontaltab .nav-info {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: bold;
  /* text-transform: uppercase; */
}

.cciKGA {
  border-bottom: 1px solid #ddd;
}

.hor_1 .accordion-title {
  font-weight: 600;
  cursor: pointer;
}

.accordion-title div:nth-child(1) {
  float: left;
  margin-right: 8px;
}

.accordion-title div:nth-child(2) {

  font-weight: 600;
  font-size: 20px;
  margin-left: 10px;

}

.hor_1 .accordion-item {
  margin: 10px 40px;
}

.axis-horizontal ul li p {
  border: 2px solid #1abbb9;
}

.usp .control-dots {
  margin-bottom: -5px;
}

.usp .dot {
  background: #1abbb9 !important;
  box-shadow: none;
}

input[name=phoneInput] {
  pointer-events: none;
  background: #eee;
  cursor: not-allowed;
}

.PhysicianMessage {
  float: left;
  text-align: left;
  position: relative;
  width: 100%;
}

.PatientMessage {
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
}

.PatientMessage img {
  margin-left: 6px;
  float: right;
}

.chat-header {
  background: #1abbb9;
  color: #fff;
  margin-bottom: 10px;

}

.close2 {
  color: #ff0000;
}

.react-datepicker-popper {
  z-index: 99999;
}

.horizontaltab .cWyxZG {
  padding: 10px 10px;
}

.horizontaltab .grjqgw {
  padding: 10px 10px;
}

.ourusp .control-dots {
  bottom: -17px !important;

}

.ourusp .control-dots .dot {
  background: #1abbb9 !important;
  box-shadow: none;
}

.scheduleBlock {
  border: 1px solid lightgray !important;
}

.help .modal-dialog {
  max-width: 400px;
}

.error-msgheight {
  color: red;
  position: absolute;
  margin-top: 34px;
  margin-left: -226px;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .error-msgheight {
    color: red;
    position: absolute;
    margin-top: -20px;
    font-size: 10px;
    margin-left: -277px;
  }
}

.error-msg {
  color: red;
  position: absolute;
  margin-top: -20px;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .error-msg {
    color: red;
    position: absolute;
    margin-top: -20px;
    font-size: 10px;
  }
}

.error-msg1 {
  color: red;
  position: absolute;
  font-size: 11px;
  margin-left: -105px;
}

.error-msg2 {
  color: red;
  margin-top: -20px;
  font-size: 11px;
}

#react-select-2-listbox {
  z-index: 9999999;
}

.resendotp {
  cursor: pointer;
  color: #1ABBB9 !important;
}

.error-msg3 {
  color: red;
  margin-top: -20px;
  font-size: 11px;
  margin-left: -105px;
}

.app-history .testmonials-style5 img {
  height: 100px;
  width: 100px;
}

.chat-msg {
  position: absolute;
  background: #f7c842;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #000;
  font-weight: 600;
  margin-left: -10px;
}

.chat-header {
  background: #1abbb9;
  color: #fff;
  text-align: left;
}

.mlogin .dropdown a:hover {
  /* background: transparent;
  padding: .5rem 0;
  margin-top: 20px;
  margin-bottom: 10px; */
}

.selectfile {
  border: 1px solid #ccc;
  margin: 0px;
  background: #f5f5f5;
  padding: 5px 0px;
}

.PhoneInputInput {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 5px;
  line-height: 1.5;

  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#react-select-6-listbox {
  z-index: 999999;
}

.vid {
  height: 60%;
  width: 100%;
}

.PatientVidHeight {
  height: 90%;
}



/*right menu*/

header2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  transition: 0.5s ease-in-out;
}

header2 .btn-open-menu {

  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  header2 .btn-open-menu {
    top: 25px;
    right: 20px;
  }
}

header2 .header2-content {
  width: 30%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -150%;
  display: flex;
  flex-wrap: wrap;
  /*  align-items: center;
  justify-content: center;*/
  flex-direction: column;
  /*align-content: center;*/
  transition: 0.8s ease-in-out;
}

header2 .header2-content .btn-close-menu {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  border: 1px solid #bbb;

    border-radius: 50px;
}

header2 .header2-content .btn-close-menu:before,
header2 .header2-content .btn-close-menu:after {
  background: #000;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.5s ease-in-out;
}

header2 .header2-content .btn-close-menu:before {
  transform: rotate(45deg);
}

header2 .header2-content .btn-close-menu:hover {
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}

header2 .header2-content .btn-close-menu:after {
  transform: rotate(-45deg);
}

header2 .header2-content nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

header2 .header2-content nav a {
  color: #000;
  letter-spacing: 0.5px;
  line-height: 35px;
  text-decoration: none;
  transition: 0.5s;
}

header2 .header2-content nav a:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

header2 .header2-content .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  font-size: 18px;
}

header2 .header2-content .social a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
  transition: 0.5s;
}

header2 .header2-content .social a:hover {
  color: #FB4D98;
  transform: scale(1.5);
  transition: 0.5s;
}

header2.open {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-in-out;
  z-index: 9999;
}

header2.open .btn-open-menu,
header2.open .logo {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

header2.open .header2-content {
  right: 0;
  transition: 0.7s ease-in-out;
  width: 380px;
}

@media only screen and (min-width: 769px) {
  .btn-open-menu:hover {
    /*    animation: headShake 0.5s;*/
  }
}

.Mask {
  display: block;
  position: absolute;
  overflow: hidden;
  color: #FB4D98;
  top: 0;
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

.Mask span {
  display: block;
}

.Mask+.Mask {
  top: 48.9%;
  height: 51.1%;
}

.Mask+.Mask span {
  transform: translateY(-49%);
}

/*right menu*/




@media screen and (min-width: 991px) {
  .VideoHeight {
    /* margin-top: -370px; */
  }

  .vid {
    height: 618px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .vid {
    height: auto !important;
    margin-bottom: 10px !important;
  }
}

@media (max-height: 450px),
(max-width: 450px) {

  .rmdp-day,
  .rmdp-week-day {
    height: 28px;
    width: 32px;
  }
}

.rmdp-calendar {
  height: max-content;
  padding: 4px;
  width: 270px;
}

.left-arrow {
  font-size: 26px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  cursor: pointer;
}

.rmdp-container {
  width: 100%;
}

.right-calendar .rmdp-input {
  width: 100%;
  padding: 17px;
}

.edit-btn {
  cursor: pointer;
}

.text-black {
  color: #000;
}

.text-green { 
  color: #1ABBB9;
}

.navbar-nav>li>.active:hover {
  color: #FFFFFF !important;
}

.conditions-links {
  height: 65px;
  border-radius: 0px;
  background: #E6F9F8;
  /* padding-top: 10px; */
  clear: both;

}

.footer-links3 {
  color: #000;
  text-transform: capitalize !important;
  padding: 0 0 0px 25px;
}

.footer-links3 li {
  text-transform: capitalize !important;
  padding: 0 0 0px 25px !important;
  margin: 0 0 0px 0px !important;
  font-weight: 600;
  text-decoration: underline;
}

.footer-links3 li:before {
  color: #1abbb9 !important;
  margin-right: 15px;
}

.footer-links3 li:first-child:before {
  top: 1px !important;
}

.footer-links4 {
  color: #fff;
  text-transform: capitalize !important;
  padding: 0 0 0px 0px;
}

.footer-links4 li {
  text-transform: capitalize !important;
  padding: 0 0 0px 25px !important;
  margin: 0 0 10px 0px !important;
  font-weight: 600;
  text-decoration: underline;
}

.footer-links4 li:before {
  color: #fff !important;
  /* transform: matrix(-0.6, 0, 0, 0.6, 0.9, 0.9); */
}

.Conditions {
  background-color: #E6F9F8;
  opacity: 0.6;
}

.pcd {
  min-height: 435px;
  margin-bottom: 20px;
}

.downloadapp {
  border: 1px solid #bbb;
  border-radius: 20px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.downloadapp2 {
  border: 2px solid #bbb;
  border-radius: 60px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  background: #fff;
}

.searchicon {
  background: #1abbb9;
  color: #FFFF;
  line-height: 1.8em;
  height: 38px;
  border-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* .websearch {
  width: 80%;
  float: right;
} */

.MenuBar {
  margin-bottom: 10px;
}

.tabBackground {
  background: #F8F8F8;
}

.doctorTextColor {
  color: #1ABBB9;
  /* line-height: 3px; */
  margin-top: 5%;
}

.doctorTextColor img {
  margin-top: 6px;
}


.planTextColor {
  color: black;
  margin-top: 12%;
  margin-left: -5%;
}

.AvailableTiming {
  color: #2D2C30;
  font-weight: 550;
  font-size: 18px;
  margin-top: 20px;
}

.TimeHeader {
  color: #2D2C30;
  font-weight: 550;
  font-size: 16px;
  margin: 0 0px 16px;
}


.circularlandscape {
  width: 58px;
  height: 50px;
  border-radius: 50%;
}

.addfile {
  background: #F0F0F0;
  border: 2px dashed #7E7E7E;
  border-radius: 4px;
  box-sizing: border-box;
  height: 60px;
}

.uploadfiles input[type="file"] {
  display: none;
}

.edit3 {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
}

.success-msg img {
  height: 90px !important;
  width: 90px !important;
}

.morepatients {
  height: 180px;
  overflow-y: scroll;
}

.morepatientsadd {
  height: 300px;
  overflow-y: scroll;
}

.morebenfsadd {
  height: auto;
}

.businesshoursDays {
  height: auto;
  padding: 10px;
}


/* About page CSS From here */

.img-container {
  position: relative;
  display: inline-block;
}

.text-on-image {
  position: absolute;
  top: 70%;
}

.first-text {
  margin-left: 30px;
  font-size: 2em;
  font-weight: 800;
  /* text-decoration: underline solid black; */
  margin-top: -65px;
  padding-bottom: 20px;
  color: black;
}

.underlinetext {
  margin-top: -10px;
  margin-left: 30px;
  width: 111.74px;
  height: 5px;
  background: #141414;
  border-radius: 100px;
}

.second-text {
  width: 750px;
  height: 114px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 188.4%;
  letter-spacing: -0.011em;
  color: #000000;
  margin-left: 30px;
  padding-bottom: 20px;
  padding-Top: 10px;
}

.third-text {
  width: 360px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 188.4%;
  letter-spacing: -0.011em;
  margin-left: 30px;
  color: #000000;
}

.card-about {
  background-color: #0B9795;
  width: 100%;
}


.bgclr {
  background-color: #1ABBB9;
  min-height: 400px;
  margin-bottom: 20px;
}

.banner-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 350;
  line-height: 36px;
  text-transform: capitalize;
  color: #FFFFFF;
  float: left;
  margin-left: 40px;
  max-width: 480px;
}

.about-title h4:after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: #000;
  margin-top: 3px;
  margin-bottom: 2px;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  border-radius: 5px;

}

.about-title h1:after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: #000;
  margin-top: 3px;
  margin-bottom: 2px;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  border-radius: 5px;

}
.dateslot {
  background: #edf7f9;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;

}

.PhoneInput svg {
  margin-bottom: 20px;
}

._1yCVn {
  z-index: 99999 !important;
  border: 1px lightgrey solid;
  margin-bottom: 50px;
}

._2qp0Z {
  margin-bottom: 50px;
  margin-right: 0px;
  z-index: 99999 !important;
  background: rgb(79, 206, 93) !important;
  color: white !important;
  height: 74px;
  width: 74px;
}

.officemodalpop {
  margin-left: 140px;
}

/* manikanta css start*/
.benfitscontainer {
  display: flex;
}

.benfitsimag {
  width: 25%;
  height: 30%;
}

.benifitstext1 {
  font-size: 15px;
  padding-left: 8px;
  font-weight: 700;
}

.benifitstext2 {
  font-size: 16px;
  font-weight: 400;
}

.notelabel {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 13.5px;
  padding: 8px;
  background-color: #D9D9D9;
  height: 35px;
  position: absolute;
}

.notecontent {
  font-weight: 600;
  font-family: Montserrat;
  position: absolute;
  color: #000;
  font-size: 13.5px;
}

.notecontent1 {
  font-weight: 600;
  padding-top: 5px;
  font-family: Montserrat;
  position: relative;
  color: #000;
  font-size: 12.5px;

}

.notecontent2 {
  font-weight: 600;
  padding-top: 5px;
  padding-left: 15px;
  font-family: Montserrat;
  position: relative;
  color: #000;
  font-size: 12px;
  background-color: #fff;
}

/* manikanta css end */

@media screen and (max-width: 480px) {
  .officemodalpop {
    margin-left: 85px;
  }

  .fbdropdown:hover .fbdropdown-content {

    margin-left: 85px !important;
  }
}

.modal-officebody {
  position: relative;
  text-align: center;
  padding: 1rem;
  word-spacing: 4px;
  font-size: 14px;
}

.modal-patientbody {
  /* position: relative;
  height: fit-content;
  padding-bottom: 1rem;
  margin-left: 10px;
  word-spacing: 4px;
  font-size: 14px;
  width: 100%; */
  display: flex;
  margin-left: 30px;
  margin-right: 20px;
}

.modal-planbody {
  position: relative;
  padding: 1rem;
  word-spacing: 4px;
  font-size: 14px;
}

.modal-footer {
  justify-content: center;
  margin-right: 10px;

}



/* #consult now 24/7 */

.consultnowstyle {
  margin-top: 107px;

}

.consultnow-uploaddocbtn {
  background-color: #1ABBB9;
  float: right;
  color: #FFFFFF;
  border-radius: 25px;
  text-align: center;
  padding: 0px 15px;
}

.consultnow-fileupload {
  /* background-color: #FFFFFF; */
  color: #1ABBB9;
  border-radius: 25px;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 10px;

}


.flex-container {
  display: flex;
}

.flex-child {
  flex: 1;
  border: 2px solid yellow;
}

.flex-child:first-child {
  margin-right: 20px;
}

.consultnowtextarea {
  height: 100px;
  width: 100%;

}

.consult-border {
  border: 1px dashed;
  text-align: center;
  min-height: 152px;
  background-color: #f3ffff;
  margin-bottom: 20px;
}

.consultnow-img {
  background-color: white;
  margin-top: 250px;
  margin-right: 20px;
  margin-left: -60px;
}

.consultnow-vectorimg {
  max-width: 100%;
  height: 30px
}

.consultnow-uploaddoc {
  margin-top: 107px;
  margin-right: 11px;

}

.consultnow-selectfile {
  margin: 0px;
  padding: 5px 0px;
}

.urgentcare-symptoms .case-block img {
  height: 100px;
  margin-left: 25px;
  margin-right: 25px;
  width: auto;
}


.consultnow-symdiv {
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  margin-right: 20px;
}


.border-bottom-consultnow {
  border-bottom: solid 1px rgba(199, 197, 197, 0.5);
}

/* view fee breakup */

.fbdropdown {
  list-style: none;

  color: black;



}

.fbdropdown-content {
  display: none;
  margin-left: 230px !important;
}

.fbdropdown-content a:hover {
  background-color: #ddd;
}

.fbdropdown:hover .fbdropdown-content {
  display: block;
  position: absolute;
  z-index: 999;
  margin-left: 50px;
  margin-top: -10px;
  float: right;
}

.fbdropdown:hover .fbdropbtn {
  background-color: #3e8e41;
}

.fblogin-menu {
  left: -130px !important;
  font-size: 14px;
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.5);
  top: 38px;

}

.fbdropdown-menu {
  background: #fff;
  border: 0px;
  width: 250px;
  margin-top: 18px;
  line-height: 3;
  float: right;



}

.fbdrpdwn-img {
  display: none;
  margin-bottom: 50px;
}

.fbdrpdwn-img::after:hover {
  display: block;
}

.active-box {
  background: #ffffff;
  border: 1px solid #d72027;
  cursor: pointer;
}


/* Appointment hisrory */

.main-color-outline-red {
  border-color: #1abbb9;
  color: red;
}

.main-color-outline-red:hover {
  background-color: #1abbb9 !important;
  color: white !important;
}



/* Country dropdown css  */

.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  /* max-height: 150px; */
  max-height: 520px;
  /* width: 180px; */
  /* width: 205px; */
  width: 255px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.disabled {
  /* pointer-events: none;
  caret-color: transparent; */
}

.currencystylecss {
  color: black;
  margin-right: 5px;
  margin-left: 5px;
}

.StripeCheckout {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 0px !important;

}

.StripeCheckout span {
  overflow: hidden;
  display: inline-block;
  background-color: transparent !important;
  background-image: none !important;
  border: 0px;
  padding: 0px !important;
  border-radius: 0px !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 0px !important;
  cursor: pointer;
  visibility: visible;
  user-select: none;
  height: 20px !important;
  line-height: 25px !important;
}

.country-select .flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
 /*  background-image:   */
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.country-select.inside input,
.country-select.inside input[type=text] {
  padding-right: 6px;
  padding-left: 44px;
  margin-left: 0;
  /* caret-color: transparent;
  /* background-color: white; */
  /* pointer-events: none !important; */
  /* cursor: none !important; */
}

/* .country-select {
  width: 150px;
} */

.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
  width: 328px !important;
}

/* .Toastify__toast-theme--light {
  width: 349px;
  background-color: yellow; 
  border: 1px solid #ff0000; 
} */

.Toastify__progress-bar {
  color: white;
}

/* .Toastify__toast-container--top-center {
 
} */
.Toastify__progress-bar--warning {
  background: #ffc6c6 !important;
}

.Toastify__toast-theme--light {
  background: #ffc6c6;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  margin-top: 40px;
  min-height: 30px !important;
}

.Toastify__zoom-enter svg {
  fill: #ff0000;
  display: none;
}

.Toastify__progress-bar--success {
  background: #abe5e4 !important;
}

.Toastify__toast--success {
  background-color: #abe5e4 !important;
}

/* Country Code dropdown modified CSS */
.country-select {
  /* width: 175px; */
  width: 255px;
  margin-bottom: 5px;
}

.min-wid {
  min-width: 72px;
}

.websearch {
  width: 100%;
  float: left;
}

.attr-navneww {
  /* margin-right: -50px; */
  float: right;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
 
}

.PhoneInput {
  display: flex;
  align-items: center;
  padding-right: 6px;
}

.attr-nav>ul {
  float: right;
}

.country-row {
  background-color: #e2eeef;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1031;
  margin-left: 0px;
  margin-right: 0px;

}

.country-select input {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 0px;
}

.country-row ul {
  float: right;
}

.country-row ul li {

  color: #333;
  font-size: 12px;
}

.account a:hover {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
}

progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 200px;
  height: 15px;
}

progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border: 1px solid #0B9CA4;
  border-radius: 4px;
  width: 300px;
}

progress[value]::-webkit-progress-value {
  /* background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .2) 33%, rgba(0, 0, 0, .2) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)), -webkit-linear-gradient(left, #1000ff, #359900); */
  border-radius: 4px;
  background-color: #0B9CA4;
  background-size: 20px 15px, 100% 100%, 100% 100%;
}

.symptomStyle {
  border: 1px solid gray;
}

.medicineStyle {
  margin-right: 10px;
  margin-left: 0px;
}

.butn3 {
  background: #1ABBB9;
  color: #fff !important;
  text-align: center;
  border-radius: 3px;
  padding: 6px 16px;
  line-height: normal;
  margin-left: 12px;
  font-weight: 700;
  text-transform: none !important;
  position: relative;
  /*  z-index: 9999;*/
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.getstartedbutn {
  background: #1ABBB9;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  line-height: normal;
  /* margin-left: 12px; */
  font-weight: 700;
  text-transform: none !important;
  position: relative;
  /*  z-index: 9999;*/
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.morepages ul li button {
  min-width: 39px;
}

.tab-wdth {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .tab-wdth {
    width: 900px;
  }
}

.img-labtestt {
  background-color: aliceblue;
  padding: 12px 20px;
  border-radius: 25px;
}

@media screen and (max-width: 1199px) {
  .img-labtestt {
    background-color: aliceblue;
    padding: 12px 20px;
    border-radius: 25px;
    float: left;
  }
}

.labtestpopup {
  margin-top: 180px;
}



.patnote {
  margin: '20px';
  height: '580px';
}

@media screen and (max-width: 1199px) {
  .height-550px {
    height: 550px;
  }
}

.userreview .service-inner-box p {
  overflow-y: scroll;
  height: 100px;
}

.img-style2 {
  border: 0px solid !important;
  border-radius: 0% !important;
  padding: 0px !important;
}

.services-list-bg {
  background-color: #EDF7F9;
  padding: 6px 10px;
  font-weight: normal;
}

.box {
  float: left;
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  /* border: 1px solid black; */
  clear: both;
  background-color: gray;
}

.iconic {
  background-color: fff;
}

.card-headers {
  font-size: 18px !important;
}


.card-access {
  background-color: #0B9795;
  width: 50% !important;
  height: 50% !important;
  border-radius: 10px;
}

.card-access1 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #138A89;
}

.remember {
  background-color: #0B9EA6;
  color: #fff;
  margin-top: 10px;
}

.choose {
  margin-top: 12px;
}

.yellow-arrow {
  margin-top: 145px;
}

.text-style {
  font-size: 11px;
}

.faq-style {
  font-weight: bold;
}

.faq-style1 {
  font-weight: 500;
}

.accordian-focus {
  border: 1px solid #ebe9e4 !important;
  margin-bottom: 10px;
}

/* ===================================
    Accordion style
====================================== */
/*accordion style 1*/
.accordion-style1 .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
}

.accordion-style1 .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}

.accordion-style1 .btn-link {
  background: #fff !important;
  color: black;
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
}

.accordion-style1 .btn-link:hover {
  background: #0B9CA4 !important;
  content: "+";
  border: none;
  text-decoration: none;
  color: #fff !important;
}

.accordion-style1 .btn-link.collapsed:hover:after {
  content: "+";
  color: #fff !important;
  background: #0B9CA4 !important;
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
}

.accordion-style1 .btn-link.collapsed:after {
  background: none;
  content: "+";
  color: black;
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 9px;
}

.accordion-style1 .btn-link:after {
  background: none;
  content: '-';
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 9px;
  position: absolute;
  color: #fff;
}

.accordion-style1 .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
  /* #home page css */
}



/* starts from here -------- ##labtest-home-page-css -swaroop## */

.feature-box-lab {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 0px;
}

.feature-box-lab p {
  margin-bottom: 10px;
}

.feature-box-lab .icon-tools {
  color: #939393;
}

.feature-box-lab:hover {
  background: #ffffff;
  border: 1px solid #d72027;
  cursor: pointer;
}

.feature-box-lab:hover .icon-tools {
  color: white;
}

.feature-box-lab img {
  /* height: 50px; */
}

.discount-lab-home {
  background-color: #ED3451;
  text-align: left;
  color: #FFFFFF;
  font-family: 'Montserrat';
  max-width: 60px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-bottom: 0px;
  font-weight: 800px;
}

.btn-home-lab {
  background: #fff;
  color: #1ABBB9 !important;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid !important;
  padding: 7px 8px;
  line-height: normal;
  font-weight: 600;
  text-transform: none !important;
  position: relative;
  /*  z-index: 9999;*/
  display: inline-block;
/*   white-space: nowrap; */
  /* border: none; */
  cursor: pointer;
  white-space: normal;
    font-size: 12px;
}

.btn-home-lab:hover {
  background: #1ABBB9;
  color: #fff !important;

}
/* .btn-home-lab:hover {
  color: #fff !important;
  border-radius: 6px;
}

.btn-home-lab:after {
  content: '';
  position: absolute;
  border-radius: 6px;
  bottom: 6px;
  left: 0;
  height: 2px;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  width: 0;
  background: #0B9CA4;
  height: 100%;
  top: 0;
  z-index: 1;
}

.btn-home-lab:hover:after {
  width: 100%;
  border-radius: 6px;
} */











.img-lab-teststyle {
  border-radius: 100%;
  background-color: #D7F3F1;
  padding: 10px;
}

.ycm {
  color: #086D74;
  font-size: 14px !important;
}

.ycm-p-font {
  font-weight: bold;
  font-size: 12px !important;
  line-height: 15px !important;
}

@media screen and (max-width: 991px) {
  .ycm {
    color: #086D74;
    font-size: 22px !important;
  }

  .ycm-p-font {
    font-weight: bold;
    font-size: 16px !important;
  }
}

.other-img {
  width: 35px;
  height: auto;

}

@media screen and (max-width:991px) {
  .fb-1-margin {
    margin: -5px;
  }
}

.image-back {
  background-color: #ede4e4;
  padding: 5px;
  border-radius: 5%;
}

/* ends here -------- ##labtest-home-page-css -swaroop## */


.quick-consult {
  font-size: 12px;
  text-align: center;
  margin-left: -10px;
  margin-right: -25px;
  line-height: 18px;
  margin-bottom: 5px;

}


.feature-box-01-qc {
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.05);
  /* padding: 30px; */
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  padding: 10px;
  padding-top: 30px;
  padding-right: 20px;
}

.feature-box-01-qc p {
  margin-bottom: 10px;

}

.feature-box-01-qc .icon-tools {
  color: #939393;
}

.feature-box-01-qc:hover {
  background: #ffffff;
  border: 3px solid #d72027;
  cursor: pointer;
}

.feature-box-01-qc:hover .icon-tools {
  color: white;
}

.feature-box-01-qc img {
  height: 80px;
  width: auto;
}



/* #########Book appt Benefits Of Online Doctor Consultation css ###### */


.benfit-css {
  padding: 10px;
  margin-top: 5px;
  margin-left: 13px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 50px;
}

.white-circle-css {
  background-color: #FFFFFF;
  border-radius: 50%;
}

.margin-btm {
  margin-bottom: 4px;
  color: #272748;
}


.other-margin {
  margin-right: -44px;
  margin-left: 13px;
}


.img-consult-upload {
  height: 22px;
  margin-right: 10px;
  width: auto;
  margin-bottom: 5px;
}


.note-csb {
  color: #000000;
  font-weight: 400px;
  background-color: #D9D9D9;
}

.hrline {
  border-top: 1px solid #D7D7D7;
}

.font-weight-bold {
  font-weight: bold !important;
}

#rectangle {
  width: 50px;
  height: 50px;
  background: #1ABBB9;
}

.claimform {
  background: #1ABBB9;
  background-color: #1ABBB9;
  border: 1px solid #ddd;
  border-radius: 1em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 8px
}

.claimform1 {
  background: #1ABBB9;
  background-color: #1ABBB9;
  border: 1px solid #ddd;
  border-radius: 1em;
  text-align: center;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.claimform2 {
  border: 1px solid #ddd;
  border-radius: 1em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#filedisabled {
  width: 50px;
  height: 50px;
  border-radius: "3px";
  background: #FFFFFF;
}

.Formslist {
  background-color: #F9F9F9;
  padding: 15px;
  margin-bottom: 10px;
}

.vl {
  border-left: 4px solid #1ABBB9;
  height: 100px;
}

.helpHeading {
  font-weight: 700;
  font-size: 20px;
  color: black;
}

.supportHeading {
  font-weight: 700;
  font-size: 13px;
  color: black;
}

.CSNumber {
  font-weight: 800;
  font-size: 26px;
  color: #0A9DA4;
}

.subscriptionHeading {
  color: white;
  text-align: center !important;
}

.subscriptionHeading span {
  font-size: 20px;
  font-weight: 500;
}

.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.tabbable .nav-tabs::-webkit-scrollbar {
  display: block;
  width: 1px;
}

.tabbable .nav-tabs::-webkit-scrollbar-track {
  background: transparent;
  margin-left: 15px;
  margin-right: 15px;
}

.tabbable .nav-tabs::-webkit-scrollbar-thumb {
  border-right: none;
  border-left: none;
}

.tabbable .nav-tabs {
  border-bottom: none !important;
}

.tabbable .nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #0B9CA4 !important;
}

.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}

.plansHeading {
  background: white;
  color: black;
  border-radius: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 75%;
  align-items: center;
  margin-left: 13%;
}

.currentItem {
  color: #0B9CA4 !important;
}

.plansHeading:hover {
  cursor: pointer !important;
}

.vLine {
  border-right: 2px solid lightgray;
  height: 500px;
  top: 0;
}

.planDetails {
  background-color: rgb(255, 255, 255);
  padding: 14px;
  margin-left: 13%;
  margin-right: 12%;
}

.planDuration {
  color: black !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.currencyPlan {
  color: #0B9CA4 !important;
  font-weight: 500;
}

.chargesSubscription {
  color: black;
  align-items: center;
  font-weight: 400;
}

.subscriptionPrice {
  color: black;
  text-align: left;
  line-height: 20px;
}

.tableplansBackground {
  background: #EDF7F9;
  width: 100%;
}

.plansActive {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  background-color: #FF9649;
  color: white;
  padding: 5px 10px;
  border-radius: 1em
}

.plansCompleted {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  background-color: #8DCE59;
  color: white;
  padding: 5px 10px;
  border-radius: 1em
}

.testmonials-style5 .subscribeImage img {
  border: none !important;
  border-radius: 0% !important;
  padding: opx !important;
  margin-top: 5%;
}

.discountPlan {
  color: #1ABBB9;
  text-align: right;
  margin-right: 5px;
  padding-right: 10px
}

.subPlansTable {
  background-color: #F9F9F9;
}

.subscriptionsBackground {
  
  }

.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

.testmonials-style5 .subscriptionImage img {
  border-radius: 10% !important;
  border: none !important;
  height: 156px;
  width: 130px;
}

.showNavItems li a:hover {
  color: #0B9CA4 !important;
}

.loader-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 10px;
}

.menubar-container {
  max-width: 90%;
  margin-top: 15px;
}

.physicianFontStyle {
  font-weight: 700;
  font-size: 16px;
}

.profile-sidebar {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  height: 100vh;
  max-width: fit-content;
  overflow: hidden;
}

.pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center;
}

.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.dashboard-menu ul li {
  line-height: inherit;
}

.dashboard-menu>ul>li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.dashboard-menu>ul>li:last-child {
  border-bottom: 0;
}

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-menu>ul>li>a {
  color: #757575;
  display: block;
  padding: 16px 20px;
  cursor: pointer;
}

.dashboard-menu>ul>li:hover>a,
.dashboard-menu>ul>li.active>a {
  color: #0de0fe !important;
}

.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}

.phy-notification {
  max-height: 200px;
}

.dashboard-total {
  font-family: 800;
  color: #031126;
  margin-top: 15px;
  margin-bottom: 8px;
}

.dashboard-cat {
  color: #8f8e8e;
}

.d-open {
  background: #605BFF;
  border-radius: 100%;
  width: 5px;
  height: auto;
}



.table-dashboard {
  border-collapse: separate;
  border-spacing: 0 15px;
}

/* .th-dashboard {
  background-color: #4287f5;
} */

/* th,
td {
  width: 150px;
  text-align: center;
  border: 1px solid black;
  padding: 5px;

} */




.online {
  Width: 332.5px;
  Height: 62px;
  /* Top: 319px; */
  Left: 289px;
  Border: 1p
}

.inclinic {
  Width: 665px;
  Height: 300px;
  /* Top: 319px; */
  Left: 289px;
  Border: 1p
}

.border-appt {
  border: 1px solid #e8e8e8;
  width: 550px;
  padding: 15px;

}

.butn4 {

  border-color: #04AA6D;
  color: green;

}

.border-time {
  border: 1px solid #e8e8e8;
  padding: 10px;


}

.btn-appts {
  border: 1px solid #0C9DA4;
  border-radius: 5px;
  text-align: center;
  color: #0C9DA4;
}

.btn-appts.btn:hover {
  background-color: #0C9DA4;
  color: white !important;
}

.dashboard-count {
  margin-top: -145px;
  font-size: 20px;
  margin-left: 97px;
  font-weight: 700;
  position: absolute;
  color: black;
}

.d-pie-total {
  margin-top: -120px;
  font-size: 10px;
  margin-left: 95px;
  font-weight: 700;
  position: absolute;
}

.dashboard-appt {
  margin-top: -103px;
  margin-left: 78px;
  font-weight: 700;
  font-size: 9px;
  position: absolute;
}

.dot {
  /* height: 17px;
  width: 15px;
  background-color: #1ABBB9;
  border-radius: 50%;
  display: inline-block; */


  /* height: 19px; */
  /* width: 15px; */
  background-color: #1ABBB9;
  border-radius: 100%;
  display: inline-block;
  padding-left: 5px;
  padding-top: -5px;
  /* margin-bottom: 10px; */
  font-size: 11px;
  padding-bottom: 0px;
  /* padding: 0px 7px 0px 7px; */

}

.img-dashboard {
  border-radius: 50%;
  width: 40px;
  margin-right: 15px;
  height: 40px;
}

@media (max-width: 991px) {
  .add-med-phy {
    background-color: rgb(231, 245, 246);
    max-height: 700px;
    overflow-Y: scroll !important;
    height: min-content !important;
  }

  .border-dashed-right-total {
    border-right: 0px dashed transparent !important;
  }

  .dashboard-count {
    margin-top: -183px;
    font-size: 30px;
    margin-left: 127px;
    font-weight: 700;
    position: absolute;
    color: black;
  }

  .d-pie-total {
    margin-top: -150px;
    font-size: 15px;
    margin-left: 128px;
    font-weight: 700;
    position: absolute;
  }

  .dashboard-appt {
    margin-top: -124px;
    margin-left: 92px;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
  }

  .sm-scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

}

.btn-view {
  font-size: 14px;
  color: #1ABBB9;
}

.dropdown-container {
  width: 300px;
}

.phy-th-active {
  background-color: #f7f3f3;
}

.detailed-exp-scroll {
  max-height: 200px;
  overflow-y: scroll;
}

.min-width-fit-content {
  min-width: fit-content !important;
}

.min-width-max-content {
  min-width: max-content !important;
}

.tooltipForNotes-on-hover:hover+.tooltipForNotes {
  visibility: visible;
  margin-top: 50px;
}

.tooltipForNotes {
  border: 1px solid #1abbb9;
  background-color: #dee2e6 !important;
  position: absolute;
  margin-top: 1px;
  cursor: pointer;
  font-size: 11px;
  z-index: 1;
  visibility: hidden;
  width: 250px;
  right: 47px;
  padding: 10px;
  line-height: 1.8;
  word-break: break-all;
}

.vertical-align-middle {
  vertical-align: middle
}

.light-bg-clr {
  background: #F3F3F3;
}

.side-menu-gray {
  color: #9A9F9F;
}

.border-dashed-right {
  border-right: 2px dashed #E1E1E1;
}

.border-dashed-right-total {
  border-right: 2px dashed #E1E1E1;
}

.ms-n5 {
  margin-left: -40px;
}

.phy-pro-pic {
  background: #e3d5d5;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  border: 1px solid #e3d5d5;
}

.research-scroll {
  max-height: 200px;
  overflow-y: scroll;
  max-width: 150px;
  overflow-x: unset;
}

.add-med-phy {
  background-color: rgb(231, 245, 246);
  height: 835px;
  overflow-Y: scroll;
}

.medhis-scroll {
  overflow-y: scroll;
  max-width: 180px;
  max-height: 100px;
}

.waitingfor-phy {
  width: 138px;
  height: 138px;
  margin: auto;
  margin-top: 115px;
}
@media screen and (max-width: 991px) {
  .waitingfor-phy {
    height: auto;
    margin: auto !important;
    margin-top: 5px !important;
  }
}
.doughnut-value {
  text-align: center;
    position: absolute;
    margin-top: -190px;
    margin-left: 40px;
    width: 150px;
    height: 150px;
    /* background-color: #ddd; */
    border-radius: 100px;
    font-weight: 600;
    padding-top: 35px;
}
.doughnut-value span{
  font-weight: bold;
  font-size: 25px;
  color: #000;
}
.doughnut .table td, .table th {
  padding: 0.1rem 0.75rem;
}

.phy-logout-dropdwon{
  color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
}
.logout-bg-phy{
  background-color: #1ABBB9 !important;
  border-radius: 5px;
  margin-top: 10px;
  width: 80px;
  padding: 5px !important;
}
.clock-css{
  color: #0C9CA5;
  font-size: 18px;
  vertical-align: middle;
}
.map-css{
  color: #1ABBB9;
  font-size: 18px;
  vertical-align: middle;
}

.loc-gray-clr{
  color: #686868;
}
.get-dir{
  color:#3480E7;
  text-decoration: underline;
  font-weight: 600;
}
.country-select {
    /* width: 175px; */
    width: 255px;
    margin-bottom: 5px;
  border-radius: 0px;
  height: 25px;
  font-size: 12px;
  padding: 0px 10px;
}
.map {
float: right;
    position: absolute;
    left: 28px;
    margin-top: 8px;
}
.MenuBar {
  margin-bottom: 10px;
}
.navbar-nav>li>.active {
  /* color: #1abbb9; */
  color: #FFFFFF;
  background: #1B9DA4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 992px){
 
.navbar-nav>li>.active {
    border-radius: 6px;
}
}

.navbar-nav>li>.active {
  /* color: #1abbb9; */
  color: #FFFFFF !important;
}

 
.doctor-tab .resp-tabs-list li.resp-tab-active h6 {
  color: #fff;
}
.doctor-tab .resp-tabs-list .tab-box {
   margin-top: 0px;
}
.doctor-tab .resp-tabs-list li.resp-tab-active {
  border-width: 0;
  border-color: transparent;
  background-color: #1abbb9 !important;
  border-radius: 5px;
  border-width:0px !important;
  padding: 8px 20px;
  margin-right: 10px;
}
.doctor-tab .resp-tabs-list .tab-box h6 {
  text-transform: capitalize;
}
.doctor-tab ul.resp-tabs-list {
  border: 0px solid;
}
.doctor-tab ul.resp-tabs-list {
text-align: left;
}
.doctor-tab .resp-tabs-list li {
  padding: 8px 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee !important;
  border-radius: 5px;
  margin-right: 10px;
}
.doctor-tab .resp-tab-content {
  padding: 30px 0px;
}
.doctorlist img {
  border: 1px solid #ccc;
}
.text-blue {
  color: blue;
  text-decoration: underline;
}
ul.clinic-details {
  background: #EBFCFC;
}
.clinic-details  li.resp-tab-active {
  padding: 10px 20px;
  background: #0B9CA4;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
}
.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

/* tabs start */
.w3-bar .w3-bar-item:hover {
  background-color: #a6d6d5!important;
}
.w3-black, .w3-hover-black:hover {
  color: #fff!important;
  background-color: #EBFCFC!important;
}
.w3-red, .w3-hover-red:hover {
  color: #fff!important;
  background-color: #1abbb9!important;
}
.w3-bar .w3-bar-item {
   padding: 10px 20px;
  background: #0B9CA4; 
  font-weight: 600;
  font-size: 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  color: #000;
background-color:transparent;
}
.w3-border {
  border: 1px solid #ccc!important;
  padding-left: 20px;
  padding-bottom: 25px;
}
.w3-bar:before, .w3-bar:after {
  content: "";
  display: table;
  clear: both;
}
/* tabs end */

/* Gallery start */
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important
}

.ekko-lightbox-container {
  position: relative
}

.ekko-lightbox-container>div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1
}

.ekko-lightbox-nav-overlay a>* {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ekko-lightbox-nav-overlay a>:focus {
  outline: none
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none
}

.ekko-lightbox .modal-dialog {
  display: none
}

.ekko-lightbox .modal-footer {
  text-align: left
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.ekko-lightbox-loader>div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center
}

.ekko-lightbox-loader>div>div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader>div>div:last-child {
  animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader>div>div {
  background-color: #333
}

@keyframes a {

  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

/* Gallery end */
.list-style-2 {
  font-weight: 500;
}
.butn-plan {
  background-color: #EDF7F9;
  padding: 6px 10px;
  font-weight: 600;
}
.list-style-services li {
  display: inline;
  margin-right:5px;
  background-color: #EDF7F9;
  padding: 2px 10px;
  font-weight: 500;
  line-height: 2.2em;
  color: #000;
 
}
.list-style-2 li {
  margin: 0 0 10px 0;
}
.tophospitals li {
  display: inline;
}
 
[data-overlay-dark]:before {
  background: #1abbb9;
}
.bg-yellow {
  background-color: #EBC86E;
}
.main-color2 {
  color: #0A9DA4;
}
.consultnow2 #accordion .btn-link[aria-expanded=true] {
  background: #fff !important;
  color: #000;
  font-weight: 600;
}
.consultnow2 .accordion-style .card-body {
  background: #fff;
}
.consultnow2 .accordion-style .btn-link {
  background: #fff !important;
  color: #000;
  font-weight: 600;
}
.consultnow2 .accordion-style .btn-link:after {
  color: #000;
}
.specialties-india p{
  margin-bottom: 10px;
}
.specialties-india a{
  color: #0A9DA4;
  font-weight: 600;
}
.country-row ul li img {
  width:20px;
  float:left;
  margin-top: 5px;
}
.country-row ul li {
    width: 210px;
}
.country-row ul li a {
    text-align:left;
  float:left;
}
.country-row ul {
    float: right;
    margin-bottom: 5px;
}
.mltlngg-lang-button img.mltlngg-lang, .mltlngg-lang-button-icons img.mltlngg-lang {
    margin-top: 4px;
}
.mltlngg-lang-switch-names li, .mltlngg-lang-switch-names li > ul li {
    background-color: #fff;
    padding-top: 2px !important;
}
.mltlngg-lang-switch-names .mltlngg-lang-button-icons {
  font-size:12px;
}
.mltlngg-lang-switch-names, .mltlngg-lang-switch-names li {
    padding: 0px 0 !important;
}
body:not(.rtl) .mltlngg-lang-switch-names > li > a, body:not(.rtl) .mltlngg-lang-switch-names > li > a:active, body:not(.rtl) .mltlngg-lang-switch-names > li > a:hover {
    padding-right: 13px;
 
}
@media screen and (max-width: 991px) {
  .control-top .owl-nav {
    top: -120px;
}
}
.carousel-indicators li {
  width:10px !important;
  height:10px !important;
  background-color:#bbb !important;
  border-radius:10px !important;
  border-top:0px !important;
  border-bottom:0px !important;
}
.carousel-indicators .active {
  background-color:#002D74 !important;
  border-radius:10px !important;
}

.bg-theme {
    background-color: #1abbb9;
}

.service-content-box h3 {
  font-weight:bold;
}
.w3-container {
  height: 500px;
    overflow-y: scroll;
  margin-bottom:60px;
}
.country-row ul li a {
  overflow: hidden;
    height: 25px;
}
.readmore4 {
    font-size: 14px;
    vertical-align: top;
    padding-left: 8px;
    vertical-align: middle;
  font-weight:600;
}

.label2 {
color: #fff;
    background-color: rgba(26, 187, 185, 0.8);
    padding: 6px 15px;
    position: absolute;
    left: 9px;
    top: 178px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 99;
}
}
.testmonials-style5 .border-right {
  border-right:0px !important;
}
.hor_1 {
    margin-bottom: 0;
}
.doctor-tab .resp-tab-content {
    padding: 0px 0px;
}

/* .preloader-plus {
   background-color:rgba(0,0,0,0.3) !important;
}
.preloader-plus.complete {
    opacity: 1 !important;
    transform: translateY(-0) scale(0);
    transition-delay: 0s, 0s, 1000ms;
} 
.feature-box-01 { 
  min-height:100px; 
}*/
#desktop_location_serach {
  padding-left:15px;
  border: 1px solid #1abbb9;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align:center !important;
}
.consulted .text-blue {
  text-decoration:none !important;
}
.consulted a {
  color: #0B9CA4;
}
.owl-item .service-box {
  
}

@media only screen and (max-width: 768px) {
.sm-image {
  height: 125px; 
  object-fit: cover;
  object-position: 25% 25%;
}
.sm-image2 {
  height: 200px; 
  object-fit: cover;
  object-position: 25% 25%;
}
  .sm-border-radius-4 {
    border-radius:4px;
  }
.aboutstyle { 
  margin-top:0px !important;
}
.diagnosed-block .col-lg-2:nth-of-type(5){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(6){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(7){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(8){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(9){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(10){
  display:none;
}

.diagnosed-block2 .col-lg-2:nth-of-type(5){
  display:none;
}

.diagnosed-block2 .col-lg-2:nth-of-type(7){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(8){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(9){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(10){
  display:none;
}

.time-slot li {
  width: 25%;
}
.time-slot li:hover {
  width: 25%;
}
  
  .time-slot li .timing-available{
  padding: 5px 0px;
  }
}

 
 
.diagnosed-block .col-lg-2:nth-of-type(6){
  display:none;
}
 
.diagnosed-block .col-lg-2:nth-of-type(8){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(9){
  display:none;
}
.diagnosed-block .col-lg-2:nth-of-type(10){
  display:none;
}


.diagnosed-block2 .col-lg-2:nth-of-type(4){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(5){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(7){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(8){
  display:none;
}
.diagnosed-block2 .col-lg-2:nth-of-type(10){
  display:none;
}



.aboutstyle { 
  margin-top:-195px;
}

 .consultnow2 .carousel-indicators li { 
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ddd;
    border: 0px solid #fff;
    border-radius: 10px;
  opacity:1;
  }
  
  .consultnow2 .carousel-indicators {
    bottom: -58px !important;
  }
  
  .consultnow2 .carousel-indicators .active { 
    width: 40px !important;
    height: 10px;
    margin-right: 5px;
    background-color: #0B9CA4;
  }
   .consultnow2 .card{
     background-color: #F0F9F9;
     margin-bottom:10px;
   }
   .card-text {
     color:#000;
   }

  .consultnow2 .carousel-indicators {
    justify-content:right;
    margin-right:0px;
  }
.consult-now-content p:first-child {
  display:block;
  font-weight:500;
}
.consult-now-content p {
  display:none;
}

.verified-customers .card-body {
  height:110px;
  overflow-y:auto;
}
.verified-customers .card-body p{
  font-size: 13px;
    line-height: 1.5em;
  color:#555;
}

.consult-now-content h1 {
  margin-top:40px;
}

.preloader-plus .preloader-content>:not(:last-child) {
    margin-bottom: 0px !important;
}
.happycustomers{
  color:#ffcc74;
  position:absolute;
}
#search-results {
    position: absolute;
    height: 350px;
    background: #fff;
    overflow-y: auto;
    margin-top: -17px;
    padding: 5px 7px 5px 10px;
    border: 1px solid #ddd;
    z-index: 999;
}
#search-results p{
    background-color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 40px;
    margin-right: 15px;
    height: 39px;
    margin-bottom: 15px;
	color:#002D74;
}
#search-results p:hover{
	background-color: #002D74;
	color:#fff !important;
}
#search-results p a {
  cursor:pointer;
}
#search-results p a:hover {
  cursor:pointer;
  color:#fff !important;
}
#location-results {
  position: absolute;
    text-align: left;
    height: 200px;
    background: #fff;
    overflow-y: auto;
    margin-top: 44px;
    padding: 5px 7px 5px 10px;
    border: 1px solid #ddd;
    z-index: 999;
  width: 93%;
}
#location-results p{
background-color: #f5f5f5;
    margin-bottom: 5px;
    padding: 8px 10px;
  font-size:13px;
}
#location-results p a {
  cursor:pointer;
}
.search-close {
  position: absolute;
    right: 49px;
    margin-top: 10px;
    cursor: pointer;
  z-index:99;
}
#mobile_search-results {
  color:#fff;
}
#mobile_search-results p {
  border-bottom:1px solid #ddd;
  margin-bottom: 14px;
  padding-left:10px;
  font-size:13px;
}
#mobile_search-results p a{
  color:#fff;
}
#mobile_search-results .searchTitle {
  background-color:#fff;
  padding: 0;
    display: block;
    margin-bottom: 10px;
    padding-left: 15px;
  color:#000;
  text-transform: uppercase;
    font-weight: 600;
  font-size:12px;
}
#search-results .searchTitle { 
    background-color: #fff;
    padding: 0;
    display: block;
    margin-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.symptoms-index {
  border: 1px solid #bbb;
    display: block;
    font-weight: 600;
    text-align: center;
    color: #333;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }

.box-height {
    background-color: #fff;
}

.box-height p {
    height: 150px;
    overflow-y: auto;
    color: #000;
}



.home-faq .faq-style1 {
  background-color:#fff;
}
.whatismedicas p {
  color:#000 !important;
  font-weight:500;
}
.whatismedicas ul li {
  color:#000 !important;
  font-weight:400;
  margin-bottom:10px;
  list-style: disc;
    margin-left: 20px;
}


@media screen and (max-width: 991px) {
    .whatismedicas2 .font-weight-800 {
        display:none;
    }
}

.consult-accordion .btn-link[aria-expanded=true] {
  background-color: transparent !important;
}

.consult-accordion .card {
    border: 1px solid #ebe9e4 !important;
    margin-bottom: 10px;
}

.hyperlink {
    color: blue;
    text-decoration: underline;
}
.hyperlink:hover {
    color: blue;
    text-decoration: none;
}

.specialitycontentweb  h2 {
    font-weight:700 !important;
    font-size:20px !important;
	    margin-top: 20px;
}
.specialitycontentweb  h2 strong {
    font-weight:700 !important;
}
.specialitycontentweb  h2 b {
    font-weight:700 !important;
}
.specialitycontentmobile  h2 {
      font-weight:700 !important;
    font-size:18px !important;
}
.specialitycontentmobile  h2 strong {
    font-weight:700 !important;
}
.specialitycontentmobile  h2 b {
    font-weight:700 !important;
}
.tsvg-thumbnails-effect-container figure {
  margin:0px !important;
}

.boxer-position {
  display:none !important;
}
#boxer .boxer-loading {
  display:none !important;
}
.cal-values {
  background-color: #1ABBB9;
  border: 2px solid #0BAAB4;
  min-height: 460px;
  border-radius: 10px;
}
.cal-results {
  background-color: #F4F8FF;
  border: 2px solid #B5D0D0;
  min-height: 460px;
  border-radius: 10px;
}
.health-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  min-height: 55px;
}
.health-box-img {
  height: 96px;
/*   margin-top:0px; */
}

.butn-secoundry {
    background: #F9C86B;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 13px 30px;
    line-height: normal;
/*     margin-left: 12px; */
    font-weight: 700;
    text-transform: none !important;
    position: relative;
    / z-index: 9999; /
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.butn-secoundry:after {
    content: '';
    position: absolute;
    border-radius: 6px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #ECBC62;
    height: 100%;
    top: 0;
    z-index: 1;
}
.butn-secoundry:hover:after {
    width: 100%;
    border-radius: 6px;
}
.butn-secoundry span {
    z-index: 9;
    position: relative;
}

.text-transform-uppercase {
  text-transform: uppercase;
}
.service-box .img-holder:before {
      background-color: rgb(26 187 185 / 50%);
}
.bg-transparent {
  background: none;
}
      


@media screen and (min-width: 991px) {
  .crsl-item1 h3 {
    color: #000000 !important;
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    line-height: 24px !important;
  }
    .health-calculator-content h1{
      font-size:28px; 
      font-weight:800;
    }
  .health-calculator-content h1 span{
      font-weight:800 !important;
    }
    .health-calculator-content h2{
      font-size:20px; 
    }
  .health-calculator-content h2 strong{
      font-weight:800;
    }
  .health-calculator-content h2 span{
      font-weight:800 !important;
    }
  .health-calculator-content p b{ 
    font-weight: normal !important;
  }
    .flex-container > div {
 
  width: 180px;
  margin: 10px 30px;
  text-align: center;
  line-height: 20px;
 
text-transform: capitalize;
}
}
@media screen and (max-width: 991px) {

.flex-container > div {
 
  width: 200px;
  margin: 10px;
  text-align: center;
  line-height: 20px;
 
}
  }
@media screen and (max-width: 600px) {
  .health-calculator-content h1{
      font-size:20px; 
      font-weight:800;
    }
  .health-calculator-content h1 span{
      font-weight:800 !important;
    }
    .health-calculator-content h2{
      font-size:18px; 
    }
  .health-calculator-content h2 strong{
      font-weight:800;
    }
  .health-calculator-content h2 span{
      font-weight:800 !important;
    }
  .health-calculator-content p b{ 
    font-weight: normal !important;
  }
  .cal-values {
    min-height:auto !important;
    margin-top: 65px;
    border-radius:0px !important;
  }
  
  .cal-results {
    min-height:auto !important;
    border-radius:0px !important;
  }
  #medicas-navbar {
    margin-top:42px;
  z-index: 50;
  }
 
  .navbar-nav li.active > a {
  /*  background-color: #002D74; */
    border-bottom:0px;
  /*  color: #fff !important;  */
  }
  .sm-nopadding {
    padding-left: 0px;
    padding-right: 0px;

  }

  .gallery-thumbs .swiper-slide {
    width: 100px !important;
    margin: 15px 13px !important;
}
.gallery-thumbs .top-treatments {
  width: 170px !important;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  margin: 5px 0px !important;
}
}

.button-enabled {
    opacity: 1; 
}

.button-disabled {
    opacity: 0.7;  
}

.whatismedicas ol {
  margin-left:18px;
}
  
.cal-values label {
  line-height:1.3em;
}

.faqlist ul li {
    list-style: disc !important;
  margin-left:30px;
}

.nav-active {
  color: #002D74;
}

.flex-container {
  display: flex;
  justify-content: center;
  
}


.flex-container > div img{
  display: flex;
  text-align: center;
 
}
.locations {
  list-style: none;
  margin-top: 10px;

white-space: nowrap;
    /* width: 500px; */
     overflow-x: auto;
    overflow-y: hidden;
   /* height: 50px; */
    }

.locations li {
  list-style: none;
  display: inline;
  border: 1px solid #A2A7C3;
  border-radius: 50px;
  padding: 8px 10px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #002d74;
}
.locations .active {
background-color: #002D74;
color: #fff;
}
.locations li:hover {
background-color: #002D74;
color: #fff;
}

#nav {
  margin-top: 5px;
}
.locations2 {
    list-style: none;
    margin-top: 15px;
    float: left;
    margin-bottom: 1px;
	float:left;
}
.locations2 li {
    list-style: none;
  display: inline;
}
.bg-theme3 {
  background-color: #00A1B0;
}
.select-location {
  width: auto;
    background: none;
    border: none;
    padding: 5px 20px 5px 5px;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}
.select-location-loc {
  width: auto;
    background: none;
    border: none;
    padding: 5px 20px 5px 5px;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}

input::placeholder {
  color: #999;
  opacity: 0.5;
}
.new-btn {
  background-color: #002D74;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
}
.new-btn:hover {
  background-color: #0F469D; 

}
.new-btn2 {
  background-color: #002D74;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}
.new-btn2:hover {
  background-color: #0F469D; 
  color: #fff;

}
.secondary-color {
  color: #002D74;
}
.consultnow3 .card {
      background-color: transparent;
}
.border-1px-grey {
  border: 1px solid #ddd;
}



.stepper-wrapper {
 
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
  
}
.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 8px solid #ccc;
  width: 100%;
  top: 6px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 9px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #00A1B0;
  color:#fff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 8px solid #00A1B0;
  width: 100%;
  top: 6px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.step-name {
	color: #00A1B0;
}


/* Start Swipper */
.gallery {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
 
}
.gallery-slider .swiper-slide img {
  display: block;
  
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 138px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  margin: 25px 40px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
/* .gallery-thumbs .swiper-slide img {
  width: 50px;
  height: 50px; */
}

/* ENd Swipper */

.country-select2 {
  background-color: transparent;
}

input[type=checkbox] {
  width: auto;
}
.form-check {
  margin-bottom: 8px;
  color: #333;
    font-weight: 500;
}
.clinic-btn {
  border: 1px solid #002D74;
  background-color: #fff;
  color: #002D74;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.clinic-btn:hover {
  border-color: #002D74;
  background-color: #002D74;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 600;
}
.Trust-container {
  background-color: #F3FDFF;
  border: 1px solid #9EF0F7;
}
.table-bg {
  background-color: #F8FEFF;
}
.ttstyle {
  width: auto !important;
  height: auto !important;
}
.gallery-thumbs .top-treatments {
  width: 170px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  margin: 25px 15px;
}
.filters {
  margin: 10px;
    padding: 5px 10px;
    background-color: #0A9DA4;
    color: #fff;
    border-radius: 20px;
}
.filter-no {
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: #ff9900;
  padding: 3px 7px;
    border-radius: 10px;
    font-size: 11px;
}
.sort-no {
  width: 8px;
  height: 8px;
  background-color: #ff9900;
  padding: 0px 2px;
  border-radius: 10px;
  position: absolute;
  margin-top: 8px;
    margin-left: 5px;
}
.time-slots {
  clear: both;
}
.time-slots ul li {
float: left;
border: 1px solid #939393;
border-radius: 10px;
padding: 8px;
margin: 10px 8px;
text-align: center;
font-size: 13px;
cursor: pointer;
}
.time-slots ul li span{
  display: block;
  color: #002D74;
  font-weight: 600;
  min-width: 90px;
}
.time-slots ul:before {
  content: "◀";
  position: absolute;
  margin-top: 42px;
  font-size: 20px;
  cursor: pointer;
  margin-left: -15px;
  
}
.time-slots ul:after {
  content: "▶";
  position: absolute;
  margin-top: 42px;
  right: 50;
  font-size: 20px;
  cursor: pointer;
}
.time-slots ul {
  margin-left:35px;
  height: 100px;
}
.time-slots ul li span:nth-child(3) {
  background-color: #00A1B0;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;

}
.not-available {
  background-color: #EE7860 !important;
  font-size: 11px !important;
}
.link-not-available {
  pointer-events: none !important;
  cursor: none !important;
}
.clearfix {
  clear: both;
}
.nav-pills {
  background-color: #EEF3FF;
    padding: 10px;
    border-radius: 6px;
    width: auto;
    margin: 20px 40px 20px 40px;
}
.nav-pills li {
  min-width: 150px;
  text-align: center;
  /* font-size: 16px; */
  font-weight: 500;
  cursor: pointer;

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #002D74;
 
}

  /* Custom styling to position modal at the bottom */
  .modal.bottom-popup .modal-dialog {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.modal.bottom-popup .modal-content {
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
}
/* Custom styling to position modal at the bottom */

.about-doctor .nav-pills {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  border-radius:0px;

}

.about-doctor .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color:transparent;
  border-bottom: 4px solid #1ABBB9;
  color: #1ABBB9;
  /* font-weight: 600; */
}
.about-doctor .nav-pills .nav-link {
  border-radius: 0px;
}
.sortlist li {
  border-bottom: 1px solid #ddd;
  line-height: 3em;
  font-weight: 600;
  color: #000;
}
.sortlist li input[type=radio] {
  width: 15px;
}
.sortlist li span{
  position: absolute;
  right: 20px;
  margin-top: 20px;
}
.filterlist li {
  line-height: 3em;
  font-weight: 600;
}
.filterlist-values li input[type=radio] {
  width: 15px;
	margin-top: 10px;
}
.filterlist-values  li span{
/*   position: absolute; */
  right: 20px;
  margin-top: 0px;
}
.filterlist-values  li{
  line-height: 3em;
}


@media (max-width: 768px) {
.sm-height-80px {
	height: 80px !important;
}
    .doctorlist-table {
       font-size: 12px !important;
		width:500px !important;
    }
    
.doctorlist-table td:first-child {
/*     word-break: break-all; */
}


.doctorlist-table td:nth-child(2) {
/*     word-break: break-all; */
}
#search-results p {
    min-height: 39px;
    line-height: 1.3em;
}
#search-results {
    margin-left: 10px !important;
}
.gallery {
	left: 0px !important;
}
.youtube-video section {
  margin-bottom: 0px !important;
}
.consulted img {

  width: 100px;
  border-radius: 60%;
  margin: auto;
  margin-top: 15px;
  height: 100px;
 
}
.booklabtest2 div:nth-child(3){ 
  margin-top: 0px !important;
}
.booklabtest2 div:nth-child(6){ 
  margin-top: 0px !important;
}
.thumbnail-slider .swiper-slide {
  text-align: center;
  overflow: hidden;
  opacity: 1;
  margin: 5px 5px !important;
}
.sm-bg-blue {
background-color:#F4F6FF;
}

.time-slots2 .item span{
min-width:inherit !important;
}
.sm-padding-0px-top {
	padding-top:0px !important;
}
  .locations li {
    padding: 0px 10px;
    margin-right: 2px;
    font-size: 10px;
	display: inline-block;
	margin-bottom: 1px;
  }
  
  .locations {
	margin-top: 0px;
  }
  .nav-pills {
    margin: 0;
}
.nav-pills li {
  min-width: auto;
}
.time-slot ul {
  margin-top: 10px;
}
.time-slots ul {
  margin-left: 0;
}
.time-slots ul li span {
  font-weight: 500;
  min-width: 50px;
  font-size: 10px;
}
.time-slots ul li {
  border-radius: 5px;
  padding: 5px;
  margin: 4px;
}
.time-slots ul:before {
  margin-top: 35px;
  font-size: 15px;
}
.time-slots ul:after {
  margin-top: 35px;
  font-size: 15px;
}
.time-slots2 .owl-prev {
  margin-left: 30px !important;
}
.time-slots2 .owl-next {
  margin-right: 30px !important;
}

.owl-nav .owl-prev {
    left: -59px !important;
}

.owl-nav .owl-next {
    right: -59px !important;
}
#search-results {
	/* margin-left: 0 !important; */
}


.time-slot li .timing-available{
font-size:12px !important;
}

.time-slots2 .item span:nth-child(3){
font-size:11px;
font-weight:normal;

}
.time-slots2 .item{
padding:5px !important;
}

.navbar-brand img{
max-width:160px !important;
}

}

#search-results {
	margin-left: 24%;
}


.time-slots2 {
  clear: both;
}
.time-slots2 .item {
border: 1px solid #939393;
border-radius: 10px;
padding: 8px;
margin: 10px 2px;
text-align: center;
font-size: 13px;
cursor: pointer;
}
.time-slots2 .item span{
  display: block;
  color: #002D74;
  font-weight: 600;
  min-width: 80px;
}
.time-slots2 .item span:nth-child(3) {
  background-color: #00A1B0;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
}
.time-slots2 .owl-nav {
  top: 25%;

}
.time-slots2  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 25px;
  height: 25px;
}
.time-slots2  .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
}


.mltlngg-lang-switch-names li, .mltlngg-lang-switch-names li > ul li {
    background-color: transparent !important;
    border: none !important;
}


.mltlngg-lang-button img.mltlngg-lang, .mltlngg-lang-button-icons img.mltlngg-lang {
    width: 20px !important;
}
.mltlngg-lang-switch-names > li ul {
    width: 160px !important;
}
.mltlngg-lang-switch-names {
     
}
.mltlngg-lang-switch a img {
    box-shadow: none;
    width: 20px !important;
}
.mltlngg-lang-switch > li ul {
 
}
.mltlngg-lang-switch li a {
	font-size:13px;
}
.mltlngg-lang-switch-names {
    height: 40px;
    width: auto !important;
}

.mltlngg-lang-switch li a {
white-space: nowrap;
}
.mltlngg-lang-switch-names, .mltlngg-lang-switch-names li {
    width: fit-content !important;
}
.mltlngg_switcher {
	display: inline-flex;
    float: left;
}
p {
    padding-bottom:0px !important;
}



.filter-body .nav-pills{
background-color: transparent;
    padding: 0;
}
.filter-body .filterlist li {
    line-height: 1.5em;
    font-weight: 600;
    text-align: left;
	}
	
.filter-body .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: blue !important;
}
.filter-body .modal-body {
padding:0px;
}


p {
line-height: 1.7em;
}
.owl-item .active span:nth-child(3)  {
background-color: #002d74;
}

#search-results p:hover {
	background-color:#002D74;
	color:#fff !important;
}
#search-results p a:hover {
	background-color:#002D74;
	color:#fff !important;
}

.mltlngg-lang-switch-names {
    height: auto;
    min-width: 84px !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.list-style-1 li a {
	color:#fff;
}
.book-appointment-video section {
	margin-bottom: 20px !important;
}
.sort3 {
	    width: 188px;
    padding-left: 10px;
    font-size: 13px;
	color: #002D74;

font-weight: 500;
}

.white-space-nowrap {
	white-space: nowrap;
	color:#002D74;
}
#carouselReviewIndicators {
	border: none !important;
    background-color: #F8D293;
}



.input-wrapper {
  position: relative;
}
.input-wrapper label {
 position: absolute;
    top: 46%;
    left: 148px;
    transform: translateY(35%);
    pointer-events: none;
    color: #1d48af;
    font-size: 16px;
    font-weight: 800;
}

.input-wrapper label span {
  font-weight: normal; /* The non-bold part of the placeholder */
}

.input-wrapper input:focus + label,
input:not(:placeholder-shown) + label {
  display: none; /* Hide label when input is focused or has text */
}

.input-wrapper input:focus + label #searchByText {
  font-weight: normal; /* Regular weight for the dynamic part */
}

.input-wrapper input:focus + label #searchByText {
  color: #3498db; /* Optional: change color on focus */
}


.owl-nav .owl-prev {
    left: -40px;
}
.owl-nav .owl-next {
    right: -40px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    top: 36px;
}


.navbar-brand{
margin-right:0px;
}



.more-less-toggle input {
    display: none;
  }

  .more-content {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .more-less-toggle input:checked ~ .more-content {
   overflow-y: auto;
   height: 300px; /* adjust as needed */
  }

  .toggle-label {
    color: blue;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    float: right;
  }
  
  

  .more-less-toggle input:checked ~ .toggle-label .more {
    display: none;
  }

  .more-less-toggle input:checked ~ .toggle-label .less {
    display: inline;
  }

  .more-less-toggle .less {
    display: none;
  }
  
  
  /* smooth scrolling start*/
.scroll-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 8px; /* space for scrollbar */
  
  /* Optional: smooth scrolling */
  scroll-behavior: smooth;
}

/* WebKit scrollbar styling */
.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox scrollbar styling */
.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
/* smooth scrolling end*/


.doctor-list h3 {
color: #002D74;

}
.doctor-list p .font-size14{

color:#000;
}

.doctor-table-list{
color:#000;
}
.filters{
    color: #fff !important;
    }
    
    
.table-bordered thead td, .table-bordered thead th {
    vertical-align: middle;
}

.thumbnail-slider .swiper-slide {
 
  text-align: center;
  overflow: hidden;
  opacity: 1;
  margin: 25px 0px;
}
.doctorlist-table tr td {
 color: #002D74;
}
.table-head-style th {
  color: #00A1B0;
}

.doctorlist-table tr td a {
 color: #002D74;
}
.floating-box {
       position: fixed;
    top: 200px;
    right: 0px;
    background-color: #fff;
    color: white;
    padding: 5px 0px 5px 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    cursor: pointer;
    color: #000;
    font-size: 9px;
    font-weight: 500;
  }
   .floating-box2 {
      position: absolute;
    right: 10px;
     font-size: 9px;
    font-weight: 600;
    margin-top:24px;
   }
   .floating-box2 td {
    font-size: 12px;
    font-weight: 600;
   }
   
   .doctorlist-table{
   font-size: 14px;
	width: 800px;
   }
   
    .floating-box2 td img {
    vertical-align: middle;
}


 .floating-box2 {
      
    font-size: 9px;
    font-weight: 600;
    
   }
.fitness-title{
   background: #e6f9f8;
    padding: 6px 0px;
    color: #1abbb9;
}


.nomargin {
margin-left:0px;
margin-right:0px;
clear:both;
}


.doctorlist-table a{
text-decoration: underline;
}


 @media (min-width: 992px) {
    .col-1-8 {
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
	 
.navbar-nav li a:hover {
  	color: #fff !important;
    border-bottom: 4px solid #002D74;
}
}
  
  
.mltlngg_switcher ul {
   margin-right: 20px !important;
}
.mltlngg_switcher ul li {
   padding-top: 15px !important;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li span.current {
    padding: 10px 15px;
    background-color: #0B9CA4;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #0B9CA4;
}

.page-numbers li a {
    text-decoration: none;
    padding: 10px 15px;
    color: #0B9CA4;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}


.specialitycontentweb h2 span {
font-weight:700 !important;
}

.locations .active a {
    color: #fff;
}


.locations li a:hover {
    color: #fff;
}

.locations li:hover {
    color: #fff;
}

.locations li:hover a {
    color: #fff !important;
}


#search-results p:hover a {
    color: #fff;
}
.table-responsive>.table-bordered {
    border: 1px solid #ddd;
}

.sort3 {
    margin-bottom: -6px;
}


.sort_by {
    width: 188px;
    padding-left: 10px;
    font-size: 13px;
    color: #002D74;
    font-weight: 500;
    margin-bottom: -6px;
}
.specialitycontentweb a {
	color: blue;
}
.specialitycontentweb a:hover {
	color: blue;
	text-decoration:underline;
}
.height-100px {
	height:100px;
}