@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&amp;display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*12,  */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*16,  */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*20,  */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/*25,  */
a:focus {
  color: #fff;
  text-decoration: none;
}

/*29,  */
a:focus,
a:hover {
  text-decoration: none;
  color: #1f1f1f;
}

/*36,  */
a,
button {
  color: #1f1f1f;
  outline: medium none;
}

/*41,  */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
}

/*45,  */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*54,  */
ul {
  margin: 0px;
  padding: 0px;
}

/*58,  */
li {
  list-style: none;
}

/*61,  */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4d4d4d;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
}

/*70,  */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/*76,  */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/*81,  */

/*86,  */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/*91,  */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*96,  */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*101,  */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*106,  */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/*112,  */
h3 {
  font-size: 24px;
}

/*116,  */

/*120,  */

/*124,  */

/*127,  */

/*132,  */

/*135,  */

/*138,  */

/*143,  */

/*147,  */

/*159,  */
.overlay2 {
  position: relative;
  z-index: 0;
}

/*163,  */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

/*175,  */
.overlay_skyblue {
  position: relative;
  z-index: 0;
}

/*179,  */
.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #5db2ff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

/*192,  */
.bradcam_overlay {
  position: relative;
  z-index: 0;
}

/*196,  */
.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(
    left,
    #5db2ff 0%,
    #65b4f9 24%,
    rgba(124, 185, 233, 0) 96%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #5db2ff 0%,
    #65b4f9 24%,
    rgba(124, 185, 233, 0) 96%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #5db2ff 0%,
    #65b4f9 24%,
    rgba(124, 185, 233, 0) 96%,
    rgba(125, 185, 232, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

/*212,  */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*216,  */

/* button style */
/*222,  */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #fff;
  left: 140px;
}

/*249,  */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 140px;
}

/*254,  */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/*261,  */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/*271,  */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/*274,  */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #009dff;
  border: 1px solid transparent;
}

/*284,  */

/*288,  */
.mb-55 {
  margin-bottom: 55px;
}

/*291,  */
.mb-40 {
  margin-bottom: 40px;
}

/*1,  */
.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #009dff;
  letter-spacing: 3px;
  text-align: center;
  color: #009dff !important;
  text-transform: uppercase;
  cursor: pointer;
}

/*17,  */
.boxed-btn:hover {
  background: #009dff;
  color: #fff !important;
  border: 1px solid #009dff;
}

/*22,  */
.boxed-btn:focus {
  outline: none;
}

/*25,  */

/*29,  */
.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0181f5+0,5db2ff+100 */
  background: #0181f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/*51,  */
.boxed-btn3:hover {
  background: #fff;
  color: #009dff !important;
  border: 1px solid #009dff;
}

/*56,  */
.boxed-btn3:focus {
  outline: none;
}

/*59,  */

/*64,  */
.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/*80,  */
.boxed-btn3-white:hover {
  background: #fff;
  color: #009dff !important;
  border: 1px solid transparent;
}

/*85,  */
.boxed-btn3-white:focus {
  outline: none;
}

/*88,  */

/*93,  */
.boxed-btn3-white-2 {
  color: #5db2ff !important;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #5db2ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/*108,  */
.boxed-btn3-white-2:hover {
  background: #5db2ff;
  color: #fff !important;
  border: 1px solid transparent;
}

/*113,  */
.boxed-btn3-white-2:focus {
  outline: none;
}

/*116,  */

/*120,  */

/*132,  */

/*136,  */

/*140,  */

/*148,  */

/*157,  */

/*160,  */

/*164,  */

/*171,  */

/*2,  */
.section_title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #1f1f1f;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}

/*10,  */
.section_title h3::before {
  position: absolute;
  left: 0;
  background: #5db2ff;
  height: 2px;
  width: 50px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  /*2,  */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*2,  */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /*29,  */
  .section_title h3 br {
    display: none;
  }
}

/*35,  */
.section_title p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /*40,  */
  .section_title p br {
    display: none;
  }
}

/*48,  */

@media (max-width: 767px) {
  /*48,  */
}

@media (max-width: 767px) {
  /*4,  */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/*13,  */

/*28,  */

/*32,  */

@media (max-width: 767px) {
  /*35,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*35,  */
}

/*44,  */

/*55,  */

@media (max-width: 767px) {
  /*12,  */
}

/*72,  */

/*78,  */

/*92,  */

/*1,  */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /*1,  */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*1,  */
  .header-area {
    padding-top: 0;
  }
}

/*15,  */
.header-area .main-header-area {
  padding: 18px 0;
  background: #fff;
}

/*31,  */

@media (max-width: 767px) {
  /*31,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*31,  */
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*31,  */
}

@media (max-width: 767px) {
  /*45,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*45,  */
}

/*57,  */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/*63,  */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/*66,  */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #a8a7a0;
  margin: 0 10px;
  font-size: 15px;
}

/*70,  */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/*77,  */
.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*77,  */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*77,  */
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

/*85,  */
.header-area .main-header-area .Appointment .book_btn a {
  background: #009dff;
      padding: 9px 20px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*85,  */
  .header-area .main-header-area .Appointment .book_btn a {
        padding: 9px 20px;
  }
}

/*96,  */
.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #fff;
  color: #009dff;
  border: 1px solid #009dff;
}

/*104,  */
.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

/*108,  */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

/*118,  */
.header-area .main-header-area .main-menu ul li a {
  color: #727272;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*118,  */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*118,  */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/*137,  */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /*137,  */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*137,  */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/*146,  */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*158,  */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/*163,  */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/*168,  */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #1f1f1f;
}

/*172,  */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/*184,  */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/*186,  */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/*192,  */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/*196,  */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/*201,  */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/*206,  */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/*210,  */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/*216,  */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
  /*216,  */
  .header-area .main-header-area.sticky {
    /* padding: 10px 10px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*216,  */
  .header-area .main-header-area.sticky {
    /* padding: 10px 10px; */
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*216,  */
  .header-area .main-header-area.sticky {
    /* padding: 10px 20px; */
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*216,  */
  .header-area .main-header-area.sticky {
    /* padding: 10px 20px; */
  }
}

/*242,  */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/*248,  */
.header-area .header-top_area {
  padding: 12px 0;
  background: #f5fbff;
}

@media (max-width: 767px) {
  /*251,  */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/*255,  */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #c7c7c7;
  margin-right: 12px;
}

/*259,  */
.header-area .header-top_area .social_media_links a:hover {
  color: #5db2ff;
}

/*264,  */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /*264,  */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/*270,  */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/*272,  */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-left: 50px;
}

@media (max-width: 767px) {
  /*272,  */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/*281,  */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #5db2ff;
  margin-right: 7px;
}

/*1,  */
.slider_bg_1 {
  background-image: url(../img/banner/banner1.jpeg);
}

/*4,  */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.jpg);
}

/*8,  */
.slider_area .single_slider {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  /*8,  */
  .slider_area .single_slider {
    height: 420px;
  }
}

/*17,  */
.slider_area .single_slider .slider_text h3 {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
}

/*24,  */
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /*17,  */
  .slider_area .single_slider .slider_text h3 {
    font-size: 33px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*17,  */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*17,  */
  .slider_area .single_slider .slider_text h3 {
    font-size: 35px;
    letter-spacing: 3px;
  }
}

/*39,  */
.slider_area .single_slider .slider_text p {
  font-size: 18px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*39,  */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /*39,  */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/*1,  */
.welcome_doctor_area {
  padding-top: 120px;
  padding-bottom: 220px;
}

@media (max-width: 767px) {
  /*1,  */
  .welcome_doctor_area {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*1,  */
  .welcome_doctor_area {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*1,  */
  .welcome_doctor_area {
    padding-bottom: 100px;
  }
}

/*13,  */
.welcome_doctor_area .welcome_thumb {
  position: relative;
}

/*15,  */
.welcome_doctor_area .welcome_thumb .thumb_1 {
  left: 0;
}

/*17,  */
.welcome_doctor_area .welcome_thumb .thumb_1 img {
  width: 60%;
}

@media (max-width: 767px) {
  /*17,  */
  .welcome_doctor_area .welcome_thumb .thumb_1 img {
    width: 100%;
  }
}

/*24,  */
.welcome_doctor_area .welcome_thumb .thumb_2 {
  position: absolute;
  bottom: -94px;
  right: -37px;
}

@media (max-width: 767px) {
  /*24,  */
  .welcome_doctor_area .welcome_thumb .thumb_2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*24,  */
  .welcome_doctor_area .welcome_thumb .thumb_2 {
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

/*39,  */
.welcome_doctor_area .welcome_thumb .thumb_2 img {
  width: 89%;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*39,  */
  .welcome_doctor_area .welcome_thumb .thumb_2 img {
    width: 100%;
  }
}

/*47,  */
.welcome_doctor_area .welcome_doctor_info {
  padding-left: 90px;
}

@media (max-width: 767px) {
  /*47,  */
  .welcome_doctor_area .welcome_doctor_info {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*47,  */
  .welcome_doctor_area .welcome_doctor_info {
    padding-left: 0;
    margin-top: 100px;
  }
}

/*57,  */
.welcome_doctor_area .welcome_doctor_info h2 {
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  padding-bottom: 9px;
}

/*65,  */
.welcome_doctor_area .welcome_doctor_info h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #5db2ff;
}

/*76,  */
.welcome_doctor_area .welcome_doctor_info h3 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /*76,  */
  .welcome_doctor_area .welcome_doctor_info h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /*83,  */
  .welcome_doctor_area .welcome_doctor_info h3 br {
    display: none;
  }
}

/*89,  */
.welcome_doctor_area .welcome_doctor_info p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
}

/*94,  */
.welcome_doctor_area .welcome_doctor_info ul {
  margin-bottom: 40px;
  margin-top: 25px;
}

/*97,  */
.welcome_doctor_area .welcome_doctor_info ul li {
  color: #242424;
  font-size: 16px;
  line-height: 28px;
}

/*101,  */
.welcome_doctor_area .welcome_doctor_info ul li i {
  margin-right: 10px;
  color: #5db2ff;
  font-weight: 16px;
}

/*111,  */
.business_expert_area {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /*111,  */
  .business_expert_area {
    padding-bottom: 50px;
  }
}

/*118,  */
.business_expert_area .business_info .icon i {
  background: #5db2ff;
  width: 75px;
  height: 75px;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
}

/*130,  */
.business_expert_area .business_info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1f1f1f;
  margin-top: 16px;
  margin-bottom: 14px;
}

/*137,  */
.business_expert_area .business_info p {
  color: #727272;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /*143,  */
  .business_expert_area .business_thumb {
    padding-top: 20px;
  }
}

/*147,  */
.business_expert_area .business_thumb img {
  width: 100%;
}

/*151,  */
.business_expert_area .business_tabs_area {
  background: #f5fbff;
}

/*154,  */
.business_expert_area .business_tabs_area .nav .nav-item {
  width: 33.3333333334%;
}

@media (max-width: 767px) {
  /*154,  */
  .business_expert_area .business_tabs_area .nav .nav-item {
    width: 100%;
  }
}

/*159,  */
.business_expert_area .business_tabs_area .nav .nav-item a {
  font-size: 20px;
  font-weight: 400;
  color: #1f1f1f;
  padding: 35px 0px 35px 40px;
}

@media (max-width: 767px) {
  /*159,  */
  .business_expert_area .business_tabs_area .nav .nav-item a {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*159,  */
  .business_expert_area .business_tabs_area .nav .nav-item a {
    padding: 20px;
    font-size: 15px;
  }
}

/*171,  */
.business_expert_area .business_tabs_area .nav .nav-item a.active {
  background: #fff;
}

/*177,  */
.business_expert_area .business_tabs_area #myTab {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

/*185,  */
.border_bottom {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 60px;
  padding-top: 60px;
}

/*1,  */

@media (max-width: 767px) {
  /*1,  */
}

/*6,  */

@media (max-width: 767px) {
  /*6,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*6,  */
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*6,  */
}

@media (max-width: 767px) {
  /*18,  */
}

/*22,  */

/*24,  */

/*30,  */

@media (min-width: 768px) and (max-width: 991px) {
  /*30,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*38,  */
}

/*44,  */

/*47,  */

/*54,  */

/*67,  */

/*73,  */

/*84,  */

/*87,  */

@media (max-width: 767px) {
  /*87,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*87,  */
}

/*98,  */

/*102,  */

@media (max-width: 767px) {
  /*102,  */
}

/*113,  */

/*122,  */

/*131,  */

@media (max-width: 767px) {
  /*131,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*131,  */
}

/*142,  */

@media (max-width: 767px) {
  /*142,  */
}

/*149,  */

/*166,  */

/*170,  */

/*175,  */

@media (max-width: 767px) {
  /*175,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*175,  */
}

/*187,  */

/*195,  */

@media (max-width: 767px) {
  /*195,  */
}

/*204,  */

/*213,  */

/*220,  */

/*225,  */

/*238,  */

@media (max-width: 767px) {
  /*238,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*238,  */
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*238,  */
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*238,  */
}

/*253,  */

@media (max-width: 767px) {
  /*253,  */
}

/*259,  */

/*262,  */

@media (max-width: 767px) {
  /*262,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*262,  */
}

/*276,  */

@media (max-width: 767px) {
  /*276,  */
}

/*281,  */

/*289,  */

/*301,  */

/*310,  */

@media (max-width: 767px) {
  /*310,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /*310,  */
}

/*322,  */

/*327,  */

/*338,  */

/*351,  */

/*356,  */

/*367,  */
#test-form .white-popup-block .popup_inner .gj-datepicker span {
  color: red;
}

/*372,  */
#test-form .white-popup-block input {
  width: 100%;
  height: 50px;
}

/*379,  */
.gj-datepicker input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 17px;
  font-size: 12px;
  color: #919191;
  margin-bottom: 20px;
}

/*388,  */
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #919191;
  margin-right: 15px;
  top: 16px;
}

/*397,  */
.gj-picker-md {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

/*1,  */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*6,  */
.footer .footer_top {
  padding-top: 145px;
  padding-bottom: 129px;
  background: #1f1f1f;
}

@media (max-width: 767px) {
  /*6,  */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /*14,  */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*14,  */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/*21,  */
.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /*21,  */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/*31,  */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /*31,  */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/*41,  */
.footer .footer_top .footer_widget p {
  color: #c7c7c7;
}

/*44,  */

/*50,  */

/*53,  */

/*59,  */

/*63,  */

/*67,  */

/*76,  */
.footer .footer_top .footer_widget ul li a {
  font-size: 16px;
  color: #bababa;
  line-height: 42px;
}

/*80,  */
.footer .footer_top .footer_widget ul li a:hover {
  color: #5db2ff;
}

/*86,  */

/*89,  */

/*97,  */

/*102,  */

/*116,  */

/*122,  */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

/*125,  */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/*128,  */
.footer .copy-right_text .copy_right {
  font-size: 16px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /*128,  */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/*136,  */
.footer .copy-right_text .copy_right a {
  color: #5db2ff;
}

/*141,  */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /*141,  */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/*147,  */
.footer .socail_links ul li {
  display: inline-block;
}

/*150,  */
.footer .socail_links ul li a {
  font-size: 18px;
  color: #c3b2f0;
  line-height: 42px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: #707070;
  border-radius: 4px;
  line-height: 50px !important;
  margin-right: 7px;
  color: #ffffff;
}

/*163,  */
.footer .socail_links ul li a:hover {
  color: #fff !important;
}

/*1,  */
.breadcam_bg {
  background-image: url(../img/banner/bradcam.png);
}

/*4,  */

/*7,  */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.png);
}

/*10,  */
.bradcam_area {
  padding: 170px;
  background-size: cover;
  background-position: center center;
  padding: 148px 0px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /*10,  */
  .bradcam_area {
    padding: 120px 0;
  }
}

/*20,  */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /*20,  */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

/*30,  */
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/*35,  */
.bradcam_area p a {
  color: #fff;
}

/*37,  */
.bradcam_area p a:hover {
  color: #fff;
}

/*44,  */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

/*54,  */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #5db2ff;
  margin-bottom: 46px;
}

/*60,  */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/*64,  */
.popup_box input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
}

/*70,  */
.popup_box input::placeholder {
  color: #919191;
  font-weight: 400;
}

/*74,  */
.popup_box input:focus {
  outline: none;
}

/*78,  */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/*112,  */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/*127,  */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/*136,  */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/*142,  */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*150,  */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/*155,  */
#test-form button.mfp-close {
  display: none !important;
}

/*160,  */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.7;
}

/*1,  */
.our_department_area {
  background: #f5fbff;
  padding-top: 120px;
  padding-bottom: 90px;
}

/*5,  */
.our_department_area .single_department {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}

/*9,  */
.our_department_area .single_department .department_thumb {
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/*13,  */
.our_department_area .single_department .department_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*19,  */
.our_department_area .single_department .department_content {
  padding: 22px 30px 24px 30px;
}

/*21,  */
.our_department_area .single_department .department_content h3 {
  margin-bottom: 0;
}

/*23,  */
.our_department_area .single_department .department_content h3 a {
  font-size: 22px;
  color: #1f1f1f;
  line-height: 33px;
  font-weight: 500;
}

/*28,  */
.our_department_area .single_department .department_content h3 a:hover {
  color: #5db2ff;
}

/*33,  */
.our_department_area .single_department .department_content p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-top: 5px;
  margin-bottom: 10px;
}

/*40,  */
.our_department_area .single_department .department_content a.learn_more {
  color: #5db2ff;
  font-size: 16px;
}

/*43,  */
.our_department_area .single_department .department_content a.learn_more:hover {
  text-decoration: underline;
}

/*50,  */
.our_department_area .single_department:hover .department_thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*2,  */
.testmonial_area .single-testmonial {
  padding: 180px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

/*10,  */
.testmonial_area .testmonial_info .quote i {
  color: #fff;
  font-size: 40px;
}

/*15,  */
.testmonial_area .testmonial_info p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 47px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*22,  */
  .testmonial_area .testmonial_info p br {
    display: none;
  }
}

/*28,  */
.testmonial_area .testmonial_info h4 {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-top: 21px;
}

/*36,  */
.testmonial_area .testmonial_info h4:before {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 2px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

/*49,  */
.testmonial_area .owl-carousel .owl-nav div {
  left: 340px;
}

/*51,  */
.testmonial_area .owl-carousel .owl-nav div.owl-next {
  right: 340px;
  left: auto;
}

/*58,  */
.testmonial_bg_1 {
  background-image: url(../img/testmonial/1.png);
}

/*61,  */
.testmonial_bg_2 {
  background-image: url(../img/testmonial/2.png);
}

/*1,  */
.service_area {
  background: #83c4ff;
}

/*3,  */
.service_area .single_service {
  padding: 40px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*3,  */
  .service_area .single_service {
    padding: 40px 20px;
  }
}

/*8,  */
.service_area .single_service .icon {
  margin-bottom: 10px;
}

/*10,  */
.service_area .single_service .icon i {
  font-size: 50px;
  color: #fff;
}

/*15,  */
.service_area .single_service h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*15,  */
  .service_area .single_service h3 {
    font-size: 20px;
  }
}

/*23,  */
.service_area .single_service p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /*34,  */
  .service_area .single_service .boxed-btn3-white {
    padding: 5px 10px;
  }
}

/*40,  */
.service_area .col-xl-4:nth-child(2) .single_service {
  background: #5db2ff;
}

/*1,  */
.expert_doctors_area {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*4,  */
.expert_doctors_area.doctor_page {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  /*1,  */
  .expert_doctors_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*12,  */
.expert_doctors_area .doctors_title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #1f1f1f;
}

@media (max-width: 767px) {
  /*12,  */
  .expert_doctors_area .doctors_title h3 {
    font-size: 24px;
  }
}

/*22,  */
.expert_doctors_area .single_expert .expert_thumb {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

/*26,  */
.expert_doctors_area .single_expert .expert_thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

/*32,  */
.expert_doctors_area .single_expert .experts_name {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f5fbff;
  padding-top: 16px;
  padding-bottom: 18px;
}

/*37,  */
.expert_doctors_area .single_expert .experts_name h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*43,  */
.expert_doctors_area .single_expert .experts_name span {
  color: #919191;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*51,  */
.expert_doctors_area .single_expert:hover .expert_thumb img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/*55,  */
.expert_doctors_area .single_expert:hover .experts_name {
  background: #5db2ff;
}

/*57,  */
.expert_doctors_area .single_expert:hover .experts_name h3 {
  color: #fff;
}

/*60,  */
.expert_doctors_area .single_expert:hover .experts_name span {
  color: #fff;
}

/*67,  */
.expert_doctors_area .owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  width: 40px;
  color: #919191;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  left: auto;
  left: auto;
  top: -100px;
  right: 55px;
}

/*89,  */
.expert_doctors_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/*94,  */
.expert_doctors_area .owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/*101,  */
.expert_doctors_area .owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/*3,  */
.Emergency_contact .single_emergency {
  padding: 91px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /*3,  */
  .Emergency_contact .single_emergency {
    padding: 40px;
    display: block !important;
  }
}

/*12,  */
.Emergency_contact .single_emergency .info {
  margin-right: 30px;
}

/*14,  */
.Emergency_contact .single_emergency .info h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /*14,  */
  .Emergency_contact .single_emergency .info h3 {
    font-size: 20px;
  }
}

/*22,  */
.Emergency_contact .single_emergency .info p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

/*30,  */
.Emergency_contact .single_emergency .info_button a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*36,  */
.emergency_bg_1 {
  background-image: url(../img/banner/emergency-1.png);
}

/*39,  */
.emergency_bg_2 {
  background-image: url(../img/banner/emergency-2.png);
}

/*=================== contact banner start ====================*/
/*3,  */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*10,  */
.contact-info {
  margin-bottom: 25px;
}

/*13,  */
.contact-info__icon {
  margin-right: 20px;
}

/*16,  */
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/*24,  */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/*30,  */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/*36,  */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/*45,  */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*53,  */
.form-contact label {
  font-size: 14px;
}

/*57,  */
.form-contact .form-group {
  margin-bottom: 30px;
}

/*61,  */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/*69,  */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*74,  */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/*80,  */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/*97,  */

/*106,  */

/*112,  */

/*121,  */

/*126,  */

/*133,  */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /*133,  */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*133,  */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/*141,  */

/*146,  */

/*75,  */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/*80,  */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/*85,  */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/*93,  */
h1 {
  font-size: 36px;
}

/*97,  */
h2 {
  font-size: 30px;
}

/*101,  */
h3 {
  font-size: 24px;
}

/*105,  */
h4 {
  font-size: 18px;
}

/*109,  */
h5 {
  font-size: 16px;
}

/*113,  */
h6 {
  font-size: 14px;
}

/*117,  */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/*127,  */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/*137,  */
.button-area {
  background: #fff;
}

/*138,  */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/*146,  */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/*149,  */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/*155,  */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*166,  */
.genric-btn:focus {
  outline: none;
}

/*169,  */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/*173,  */
.genric-btn.large {
  line-height: 45px;
}

/*176,  */
.genric-btn.medium {
  line-height: 30px;
}

/*179,  */
.genric-btn.small {
  line-height: 25px;
}

/*182,  */
.genric-btn.radius {
  border-radius: 3px;
}

/*185,  */
.genric-btn.circle {
  border-radius: 20px;
}

/*188,  */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*195,  */
.genric-btn.arrow span {
  margin-left: 10px;
}

/*199,  */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*203,  */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*208,  */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*211,  */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*217,  */
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/*221,  */
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/*227,  */
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/*231,  */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/*237,  */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/*241,  */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/*247,  */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/*251,  */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/*257,  */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/*261,  */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/*267,  */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/*271,  */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/*277,  */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/*281,  */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/*287,  */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/*291,  */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/*297,  */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/*301,  */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/*307,  */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/*311,  */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/*317,  */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/*322,  */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/*328,  */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/*333,  */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/*339,  */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/*347,  */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/*353,  */
.progress-table-wrap {
  overflow-x: scroll;
}

/*357,  */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/*361,  */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/*365,  */
.progress-table .country {
  width: 28.07%;
}

/*368,  */
.progress-table .visit {
  width: 19.74%;
}

/*371,  */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/*375,  */
.progress-table .table-head {
  display: flex;
}

/*377,  */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/*387,  */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/*391,  */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/*399,  */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/*404,  */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/*408,  */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/*411,  */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/*414,  */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/*417,  */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/*420,  */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/*423,  */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/*426,  */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/*429,  */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/*432,  */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/*441,  */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/*449,  */

/*455,  */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/*459,  */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/*473,  */
.ordered-list {
  margin-left: 30px;
}

/*475,  */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/*480,  */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/*488,  */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/*494,  */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/*502,  */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/*508,  */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/*515,  */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*523,  */
.single-input:focus {
  outline: none;
}

/*528,  */
.input-group-icon {
  position: relative;
}

/*530,  */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/*535,  */
.input-group-icon .icon i {
  color: #797979;
}

/*540,  */
.input-group-icon .single-input {
  padding-left: 45px;
}

/*545,  */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/*555,  */
.single-textarea:focus {
  outline: none;
}

/*560,  */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*568,  */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/*574,  */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*582,  */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/*588,  */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/*596,  */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/*602,  */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*609,  */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*619,  */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*632,  */
.default-switch input:checked + label {
  left: 19px;
}

/*639,  */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*646,  */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*655,  */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*663,  */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*677,  */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*693,  */
.primary-switch input:checked + label:after {
  left: 19px;
}

/*696,  */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/*704,  */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*711,  */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*720,  */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*728,  */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/*742,  */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*758,  */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/*761,  */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/*769,  */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*776,  */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*785,  */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*798,  */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center
    center/cover;
  border: none;
}

/*806,  */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*813,  */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*822,  */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*835,  */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center
    center/cover;
  border: none;
}

/*843,  */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*850,  */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*859,  */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*871,  */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/*876,  */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center
    center/cover;
  border: none;
}

/*884,  */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*891,  */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*900,  */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*913,  */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center
    center/cover;
  border: none;
}

/*921,  */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*928,  */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*937,  */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*950,  */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center
    center/cover;
  border: none;
}

/*958,  */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/*965,  */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*974,  */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/*986,  */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/*991,  */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center
    center/cover;
  border: none;
}

/*999,  */
.default-select {
  height: 40px;
}

/*1001,  */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/*1008,  */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/*1015,  */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/*1022,  */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/*1026,  */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/*1033,  */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/*1037,  */
.default-select .nice-select::after {
  right: 20px;
}

/*1042,  */
.form-select {
  height: 40px;
  width: 100%;
}

/*1045,  */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/*1053,  */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/*1060,  */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/*1067,  */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/*1071,  */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/*1078,  */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/*1082,  */
.form-select .nice-select::after {
  right: 20px;
}

/*1086,  */
.mt-10 {
  margin-top: 10px;
}

/*1089,  */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/*1093,  */
.mb-30 {
  margin-bottom: 30px;
}

/*1096,  */
.mt-30 {
  margin-top: 30px;
}

/*1099,  */
.switch-wrap {
  margin-bottom: 10px;
}

/* Start Blog Area css
============================================================================================ */
/*5,  */

/*10,  */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*14,  */
.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #009dff 0%, #009dff 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*24,  */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/*28,  */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/*32,  */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/*36,  */
.single-blog .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*49,  */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/*56,  */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/*66,  */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/*74,  */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/*84,  */
.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /*74,  */
  .single-blog .tag {
    margin-right: 8px;
  }
  /*98,  */
  .single-blog .tag:after {
    display: none;
  }
}

/*104,  */

@media (max-width: 800px) {
  /*24,  */
  .single-blog {
    margin-bottom: 30px;
  }
}

/*112,  */

/*116,  */

/*121,  */

@media (max-width: 1199px) {
  /*112,  */
}

/*135,  */
.single-blog:hover .thumb:after {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /*143,  */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /*149,  */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/*157,  */

/*160,  */

@media (min-width: 992px) {
  /*160,  */
}

/*179,  */

/*185,  */

/*195,  */

/*200,  */

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/*224,  */

/*228,  */

/*234,  */

/*247,  */

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/*263,  */

/*267,  */

/*274,  */

/*285,  */

/*288,  */

/*291,  */

/*299,  */

/*307,  */

/*320,  */

/*323,  */

/*336,  */

/*346,  */

/*358,  */

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/*374,  */

/*378,  */

/*381,  */

/*384,  */

/*389,  */

/*392,  */

/*403,  */

/*410,  */

/*417,  */

/*431,  */

/*========= blog_categorie_area css ===========*/
/*438,  */

@media (min-width: 900px) {
  /*438,  */
}

@media (min-width: 1100px) {
  /*438,  */
}

/*454,  */

/*459,  */

/*463,  */

/*476,  */

/*494,  */

/*501,  */

/*510,  */

/*============ blog_left_sidebar css ==============*/
/*525,  */
.blog_item {
  margin-bottom: 50px;
}

/*529,  */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /*529,  */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/*537,  */
.blog_details p {
  margin-bottom: 30px;
}

/*541,  */
.blog_details a {
  color: #ff8b23;
}

/*544,  */
.blog_details a:hover {
  color: #009dff;
}

/*549,  */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /*549,  */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/*563,  */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/*567,  */
.blog-info-link li a {
  color: #999999;
}

/*571,  */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/*577,  */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/*583,  */
.blog-info-link li:last-child::after {
  display: none;
}

/*588,  */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/*596,  */
.blog_item_img {
  position: relative;
}

/*599,  */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #009dff;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /*599,  */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/*615,  */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /*615,  */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/*627,  */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /*627,  */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/*647,  */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/*652,  */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/*660,  */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/*664,  */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/*672,  */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/*681,  */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/*685,  */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/*694,  */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/*701,  */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/*713,  */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/*722,  */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/*726,  */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/*735,  */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/*742,  */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/*755,  */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/*760,  */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/*764,  */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/*769,  */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/*774,  */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/*791,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/*796,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/*807,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/*813,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/*820,  */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/*828,  */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/*831,  */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/*842,  */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #009dff;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*857,  */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/*863,  */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/*963,  */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/*984,  */
.blog-pagination {
  margin-top: 80px;
}

/*988,  */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/*1005,  */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/*1017,  */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/*1024,  */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/*1049,  */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/*1054,  */

/*1057,  */

/*1061,  */

/*1074,  */
.single-post-area .blog_details {
  padding-top: 26px;
}

/*1077,  */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/*1087,  */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /*1087,  */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/*1101,  */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /*1101,  */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/*1111,  */
.single-post-area .arrow {
  position: absolute;
}

/*1114,  */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/*1121,  */

/*1126,  */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/*1130,  */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/*1134,  */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/*1137,  */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/*1144,  */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/*1147,  */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/*1156,  */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/*1160,  */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/*1164,  */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/*1182,  */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /*1182,  */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/*1191,  */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /*1191,  */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/*1204,  */
.single-post-area .blog-author a {
  display: inline-block;
}

/*1208,  */
.single-post-area .blog-author a:hover {
  color: #009dff;
}

/*1213,  */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/*1218,  */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/*1225,  */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/*1230,  */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/*1234,  */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/*1240,  */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/*1243,  */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/*1247,  */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*1252,  */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*1259,  */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/*1264,  */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  /*1240,  */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/*1275,  */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/*1278,  */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/*1282,  */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*1287,  */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*1294,  */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/*1299,  */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  /*1307,  */
}

/*1314,  */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /*1314,  */
  .comments-area {
    padding: 50px 8px;
  }
}

/*1325,  */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/*1332,  */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/*1341,  */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/*1344,  */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/*1348,  */

@media (max-width: 413px) {
  /*1354,  */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /*1358,  */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /*1362,  */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/*1369,  */
.comments-area .thumb {
  margin-right: 20px;
}

/*1372,  */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/*1378,  */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/*1385,  */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/*1391,  */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/*1408,  */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/*1416,  */
.comment-form .form-group {
  margin-bottom: 30px;
}

/*1420,  */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/*1428,  */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /*1428,  */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/*1437,  */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /*1437,  */
  .comment-form .email {
    padding-left: 0px;
  }
}

/*1445,  */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/*1453,  */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/*1458,  */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/*1463,  */
.comment-form .form-control::placeholder {
  color: #777777;
}

/*1468,  */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/*1474,  */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/*1480,  */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/*1486,  */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/*1492,  */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/**************** blog part css start ****************/
/*2,  */

@media (max-width: 576px) {
  /*2,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*2,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*2,  */
}

/*19,  */

@media (max-width: 576px) {
  /*24,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*24,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*24,  */
}

/*40,  */

/*43,  */

/*48,  */

@media (max-width: 576px) {
  /*48,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*48,  */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*48,  */
}

/*72,  */

/*76,  */

/*83,  */

/*86,  */

/*97,  */

@media (max-width: 576px) {
  /*97,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*97,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*97,  */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*97,  */
}

/*119,  */

@media (max-width: 576px) {
  /*119,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*119,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*119,  */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*119,  */
}

/*140,  */

/*150,  */

@media (max-width: 576px) {
  /*150,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*150,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*150,  */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /*150,  */
}

/*166,  */

/*# sourceMappingURL=style.css.map */
