/* --------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
}

.section_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.body-bg {
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
  /*height: 100vh;*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
  background-image: url("../image/bg-image.jpg");
}

a.navbar-brand img {
  max-width: 166px;
  width: 100%;
}

.heading h6 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
}

nav.navbar.navbar-expand-md.navbar-dark.navbar_custom:after {
  content: "";
  position: absolute;
  bottom: 0;
  /* top: 0; */
  left: 9%;
  right: 9%;
  width: 78%;
  height: 3px;
  background-image: linear-gradient(
    to right,
    transparent,
    #b2d237,
    transparent
  );
}

.navbar-toggler {
  background-color: #b3d146;
  border: 1px solid #b3d146;
}

/* .navbar-collapse.collapse.show {
    padding: 20px;
    background-color: #000;
} */

.secondary_topbar {
  display: flex;
  position: fixed;
  padding: 1.5rem 2rem;
  width: 100%;
  z-index: 6;
  justify-content: space-between;
  align-items: baseline;
}

.secondary_topbar ul {
  display: inline-flex;
  margin-bottom: 0px;
  list-style-type: none;
}

.signIn a {
  padding: 0px 18px !important;
  background: #b3d146;
}

.signIn a:hover {
  background: #838384;
  color: #fff;
}

.signUp a {
  margin-right: 16px;
  padding: 0px 18px !important;
  background: #838384;
}

.signUp a:hover {
  background: #b3d146;
  color: #fff;
}

ul.left_ul {
  margin-left: auto;
}

ul.center_ul {
  margin-left: auto;
}

li.nav-item.contactUs a {
  color: #b3d146 !important;
}

.secondary_topbar .nav-link {
  font-size: 13px;
  padding: 0 22px;
  line-height: 33px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
}

.bold_list_detail {
  display: flex;
  align-items: baseline;
}

.user_icon .fa.fa-user {
  padding: 7px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #d6d6d6;
  background: #d6d6d6;
}

.navbar-expand-md .navbar-collapse {
  flex-basis: 800px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

li.nav-item.active a {
  color: #00c2ce !important;
}

ul.navbar-nav .nav-item {
  padding: 0px 5px;
}

.hero-image {
  background-position: top;
  min-height: 810px;
  border-bottom: 3px solid #b2d237;
  background-image: url("../image/banner_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_image_inner {
  min-height: 810px;
  border-bottom: 3px solid #b2d237;
  background-image: url("../image/banner_img.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  display: flex;
  /* font-size: 20px; */
  color: white !important;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
}

.main_title {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 99px;
}

.wrapper_container {
  margin: 322px 0 0;
}

.inner_wrapper_container {
  margin: 0px 0 0;
}

.video_bg_section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-size: 100% 100%;
  background-image: url("../image/award-win-bg.jpg");
}

.text_section {
  padding: 67px;
  background: rgb(255 255 255);
}

.video_section {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0px;
}

.video_section video {
  width: 100% !important;
}

span.we-think-big img {
  width: 35%;
}

.img_section img {
  width: 100%;
  padding: 20px;
  box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.margin_right_about {
  padding-right: 74px;
}

.margin_left_about {
  padding-left: 74px;
}

.we-think-big {
  display: block;
  margin-bottom: 30px;
}

.slogan h1 {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
  display: inline-block;
}

p.desc {
  color: #333;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

ul.list_style_white li {
  line-height: 29px;
  color: #fff;
}

ul.list_style_white {
  margin-left: 23px;
}

.desc_bg {
  background-color: #fff;
  padding: 42px;
  border-radius: 4px;
}

.wrap {
  width: 100%;
}

.search {
  width: 100%;
  display: flex;
}

.searchTerm {
  padding: 9px !important;
  padding: 18px;
  width: 100%;
  border: 2px solid #9e9e9e;
  /* background-color: #e0e0e0; */
  border-right: none;
  padding: 3px;
  border-radius: 50px 0 0 50px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #000;
  background-color: transparent;
}

input.searchTerm:focus {
  border: 2px solid #9e9e9e !important;
  border-radius: 50px 0 0 50px !important;
  background-color: transparent !important;
}

.searchButton {
  width: 85px;
  height: 46px;
  border: 1px solid #b3d146;
  background: #b3d146;
  text-align: center;
  color: #fff;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchButton:focus {
  outline: none;
}

img.logo_img {
  max-width: 151px;
  width: 100%;
  vertical-align: -webkit-baseline-middle;
}

/*Resize the wrap to see the search bar change!*/

ul.list_style_white li {
  line-height: 33px;
  color: #fff;
}

.heading_butn h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading_butn_white h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.baner_button {
 padding: 9px 23px!important;
  color: #b2d237;
  /* border-radius: 50px; */
  color: #fff;
  cursor: pointer;
  width: 191px;
  text-align: center;
  font-weight: 700;
  background: #b3d146;
  text-transform: uppercase;
  border: 2px solid #b3d146;
}

.baner_button_grey {
  padding: 9px 23px!important;
   /* color: #b2d237; */
   /* border-radius: 50px; */
   color: #fff;
   cursor: pointer;
   width: 191px;
   text-align: center;
   font-weight: 700;
   background: grey;
   text-transform: uppercase;
   border: 2px solid grey;
 }

.baner_button a {
  color: #fff;
}

.baner_button a:hover {
  text-decoration: none;
  color: #b2d237;
}


.baner_button_grey:hover {
  text-decoration: none;
  color: #575854;
  border: 2px solid #575854;
  background-color: transparent;
}

.baner_button:hover {
  text-decoration: none;
  color: #b2d237;
  border: 2px solid #b2d237;
  background-color: transparent;
}

.baner_button_white {
  padding: 9px 25px;
  color: #fff;
  /* border-radius: 50px; */
  color: #b2d237;
  cursor: pointer;
  width: 191px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
}

.baner_button_white a:hover {
  text-decoration: none;
  color: #fff;
}

.baner_button_white:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.bg_image {
  background-attachment: fixed;
  background-position: bottom center;
  background-image: url("../image/bg_02.jpg");
}

.description {
  padding-top: 51px;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
}

.why_icons {
  border-radius: 7px 7px 0px 0px;
  background-color: #b2d237;
}

.heading_butn {
  border-bottom: 2px solid #b3d146;
}

.heading_butn_white {
  border-bottom: 2px solid #fff;
}

.bg_white {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.lgoo_images img {
  width: 100%;
  height: 143px;
}

.why_heading {
  text-transform: uppercase;
  padding: 13px;
  background-color: #ececec;
  font-size: 23px;
  font-weight: 600;
  color: #b2d237;
}

/* heading css end */

/* testimonail slider */

.carousel-control-prev {
  left: -24px;
}

.carousel-control-next {
  right: -24px;
}

.testimonails_desc {
  margin: 60px auto;
  width: 83%;
  font-size: 20px;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 60px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 128px;
  height: 128px;
  opacity: 1;
  transition: all 0.2s;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

/* home why section */

/* grid css */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  margin-top: 55px;
  align-items: stretch;
}

.grid > article {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.grid > article img {
  max-width: 100%;
}

.grid > article i {
  font-size: 48px;
  line-height: 70px;
  height: 80px;
  width: 80px;
  border: 6px solid white;
  border-radius: 50%;
  background-color: #b3d146;
  text-align: center;
  color: white;
  margin-top: -36px;
}

.grid .text {
  padding: 16px 20px 30px;
}

.grid .btn {
  margin-top: 20px;
}

.why_icons img {
  margin-bottom: 20px;
  width: 53%;
  margin-top: 20px;
}

/*register and login start */

fieldset {
  border: 0;
  text-align: center;
}

input[type="submit"] {
  background: rgb(179 209 70);
  border: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: white;
  padding: 0.7rem;
  cursor: pointer;
}

input {
  width: 100%;
  background: transparent;
  border: 0;
  border-left: 4px solid;
  border-color: #fff;
  padding: 10px;
  color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  outline: 0;
  width: 100%;
  background: rgba(235, 30, 54, 0.3);
  border-radius: 1.2rem;
  border-color: transparent;
}

::placeholder {
  color: #d3d3d3;
}

.Wrapper {
  padding-bottom: 83px;
  padding-top: 260px;
  background: url("../image/banner_img.jpg") no-repeat top center fixed;
  background-size: cover;
}

.call_to_uss {
  align-items: center;
  justify-content: space-between;
}

.call_to_uss .content {
  font-size: 29px;
  font-weight: 600;
  color: #585858;
  text-transform: capitalize;
}

.bg-green {
  background-color: #b3d146;
}

.border-green {
  border: 1px solid #b3d146;
}

.bg-green {
  background-color: #b3d146;
}

.inner_wrapper_auth {
  width: 40%;
  margin: 0px auto;
}

.forgot-pass a {
  margin-top: 15px;
  text-align: right;
  font-size: 12px;
  color: #cfcfcf;
}

.heading_auth {
  text-align: center;
  vertical-align: middle;
  line-height: 3rem;
  height: 3rem;
  background: rgb(142 142 142);
  font-size: 1.4rem;
  color: #d3d3d3;
}

/*Media queries */

@media all and (max-width: 1024px) {
  .hero-image {
    background-position: top;
    min-height: auto;
  }
  .wrapper_container {
    margin: 73px 0 0;
  }
  .main_title {
    margin-bottom: 25px;
  }
}

@media all and (min-width: 481px) and (max-width: 568px) {
  #container {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

@media all and (min-width: 569px) and (max-width: 768px) {
  #container {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .inner_wrapper_auth {
    width: 90%;
  }
}

/*register and login end*/

/* owl carousel start */

body .owl-carousel.owl-loading {
  opacity: 1;
  display: block;
  text-align: center;
}

.framebox {
  padding-top: 60px;
}

.owl-prev,
.owl-next {
  font-size: 25px;
  padding: 5px 16px;
  border-radius: 50px;
  color: white;
  border: 0;
  margin: 7px;
}

.owl-prev i,
.owl-next i {
  color: #b2d237;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.owl-item {
  border-radius: 4px;
}

a.item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #f00;
  border-radius: 4px;
  cursor: pointer;
  padding: 22px 0px;
}

.item:hover {
  text-decoration-line: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  margin-top: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border-radius: 4px;
  padding: 14px;
  background: #676767 no-repeat center center;
}

body .owl-carousel .owl-dots,
body .owl-carousel .owl-nav {
  display: block;
  margin-top: 10px;
  text-align: center;
}

body .owl-carousel .owl-dots.disabled,
body .owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-dot {
  display: none;
}

/*.item1 {
    background-color: rgb(237, 166, 252);
}

.item2 {
    background-color: rgb(230, 252, 255);
}

.item3 {
    background-color: rgb(255, 224, 250);
}

.item4 {
    background-color: rgb(255, 214, 214);
}

.item5 {
    background-color: rgb(213, 230, 255);
}
*/

/* owl carosuel end */

/*FOOTER*/

#footer {
  bottom: 0;
  text-align: center;
}

.footer-nav ul li a {
  color: #000;
}

img.footer-logo {
  padding: 51px 0px 28px 0px;
  width: 10%;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0px;
  display: inline-flex;
}

.footer-nav ul li {
  color: #fff;
  padding-right: 21px;
}

.copyright {
  padding: 0;
  border-top: 1px solid #1a1a1a;
  color: #1a1a1a;
}

.footer-nav {
  padding-bottom: 15px;
}

/*  Footer css */

.element-btn .element-fill-btn {
  background-color: #b2d237;
  border: 0;
  color: #fff;
  padding: 13px 5px;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  width: 252px;
  margin: 0 auto;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 50px -10px rgba(255, 10, 120, 1);
}

.fill-btn {
  background-color: #b2d237;
  border: 0;
  color: #fff;
  padding: 13px 5px;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  width: 252px;
  margin: 0 auto;
  border-radius: 25px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.fill-btn:hover,
.element-btn .element-fill-btn:hover {
  background-color: #201f1f;
  box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
}

.footer {
  position: relative;
  background-color: #201f1f;
  padding: 78px 0px;
}

.footerBg {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background: url("../image/footer_bg.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="passowrd"],
.form-Box textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #737373;
  border-radius: 25px;
  background-color: transparent;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #737373;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.form-Box textarea {
  height: 113px;
  padding: 15px 25px;
  resize: none;
}

.form-Box .b_effect:focus,
.subscribe form input:focus {
  border-color: #b2d237;
}

.form-Box .fill-btn {
  position: static;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  width: 184px;
}

.form-Box .fill-btn:hover,
.subscribe form .fill-btn:hover {
  background-color: #a0a0a0;
  color: #201f1f;
  box-shadow: 0px 10px 50px -10px rgb(179 209 70);
}

.fTitle {
  text-align: initial;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 20px;
}

.fTitle span {
  color: #b2d237;
}

.contact-address ul li,
.contact-address ul li a {
  color: #737373;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.contact-address.btm-brdr ul {
  list-style-type: none;
}

.contact-address {
  text-align: left;
  padding: 0 15%;
}

.contact-address ul li i {
  margin-right: 15px;
  display: inline-block;
  float: left;
  line-height: 32px;
}

.contact-address ul li span {
  display: table;
}

.contact-address ul li a:hover {
  color: #b2d237;
}

.subscribe form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.subscribe form input {
  width: 100%;
  height: 50px;
  border: 1px solid #737373;
  border-radius: 25px;
  background-color: transparent;
  padding: 5px 215px 5px 25px;
  font-size: 14px;
  color: #737373;
  font-style: italic;
}

.subscribe form .fill-btn {
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  width: 209px;
}

.social-icons ul li {
  display: inline-block;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 43px;
  position: relative;
  width: 43px;
  height: 43px;
  margin-right: 28px;
}

.social-icons ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.social-icons ul li:before {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  border: 1px solid #b2d237;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.social-icons ul li:last-child {
  margin: 0;
}

.social-icons ul li:hover:before {
  background: #b2d237;
}

/* Copyright css */

.copyright {
  text-align: center;
}

.copyright h6 {
  font-size: 14px;
  font-style: italic;
  color: #737373;
}

.copyright h6 a {
  color: #ff6600;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.copyright h6 a:hover {
  color: #201f1f;
}

/*quote*/

/* status section in why xx */

.card_stats {
  background: linear-gradient(to right, #b4d249, #b3d146);
  padding: 4em 0em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.type_stats h1 {
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.type_stats p {
  width: 63ch;
  margin: 1em auto 2em;
  color: #fff;
}

.stats_stat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
  position: relative;
}

.stats_stat span {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.stats_stat p {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 0.7rem;
  margin-left: 1em;
  text-transform: uppercase;
}

.stats_stat::before,
.stats_stat::after {
  content: "";
  position: absolute;
}

.stats_stat::before {
  top: 50%;
  left: -5%;
  width: 110%;
  height: 1px;
  background: #d3cedf;
}

.stats_stat::after {
  left: 50%;
  top: -5%;
  width: 0.8px;
  height: 110%;
  background: #d3cedf;
}

.card_stats::before {
  content: "";
  position: absolute;
  z-index: -10;
  width: 90%;
  height: 110%;
  left: 5%;
  right: 0;
  top: -5%;
  bottom: 0;
  background: #443874;
}

.navbar-collapse.collapse.show {
  padding: 14px;
  background-color: #000;
}

/* profile page */

table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-responsive-stack td,
.table-responsive-stack th {
  display: table-cell;
  width: 100px;
  border: solid black 1px;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

.branch__blogo {
  padding: 42px 16px;
  -webkit-box-shadow: 2.5px 4.3px 10px 0 rgb(218 228 238 / 40%);
  box-shadow: 2.5px 4.3px 10px 0 rgb(218 228 238 / 40%);
  box-shadow: 2.5px 4.3px 10px 0 rgb(218 228 238 / 40%);
  border: solid 1px #e6e9ea;
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
}
.branch__infoheading {
  font-size: 1.6rem;
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #344055;
  font-weight: bold;
}

.branch__parainfo {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #344055;
  font-size: 1.2rem;
}
/*media query*/

@media only screen and (max-width: 1069px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  .hero-text h1 {
    line-height: 41px;
    font-size: 30px !important;
  }
  .main_heading h2 {
    font-size: 26px !important;
  }
  ul.navbar-nav .nav-item {
    padding: 0px 2px;
  }
  .small_heading {
    font-size: 21px;
    line-height: 30px;
  }
  button.baner_button {
    font-size: 12px;
  }
  .main_heading {
    font-size: 20px;
  }
  .footer-nav ul li a {
    font-size: 12px;
    color: #000;
  }
  .footer-nav ul li {
    line-height: 15px;
    color: #fff;
    padding: 5px;
  }
  .copyright {
    font-size: 12px;
  }
  h2.heading-01 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  img.quote-image {
    padding-right: 0px;
  }
  .bg_before_quote:before {
    display: none;
  }
  .secondary_topbar .nav-link {
    padding: 0px 5px !important;
  }
  ul.left_ul {
    margin-top: 5px;
  }
  /* .contact-address {
    text-align: center;
    padding-top: 35px;
  } */
  .lgoo_images img {
    width: 50%;
    margin: 0px auto;
    text-align: center;
    display: block;
  }
}

/* table design */
.table view {
  margin-top: 30px;
}

.nav-tabs .nav-link {
  font-size: 21px;
  color: #fff;
  background-color: #d4cac6;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-size: 21px;
  color: #fff;
  background-color: #b3d146;
  border-color: #dee2e6 #dee2e6 #fff;
}
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

ul.tab_list {
  border: 1px solid #ccc;
  padding: 20px;
  list-style-position: inside;
}
ul.tab_list li {
  line-height: 26px;
  font-size: 15px;
}
a.trail_btn {
  background-color: #0195ff;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
}
a.trail_pay {
  background-color: #b3d146;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
}
