#preloader {
  background: #000 url(../img/logo-nav.png) no-repeat center center;
  /* background-size: ; */
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}

a {
  text-decoration: none;
}

/* Navbar start here */
.div22 {
  width: 100%;
  height: 140px;
}

nav.navbars {
  /* border: 1px solid black; */
  width: 100%;
  background-color: white;
  height: 140px;
  padding: 0;
  box-shadow: rgba(151, 149, 149, 0.5)0px 2px 8px 0px;
  position: fixed;
  z-index: 30;
}

nav.navbars .row-personal {
  width: 100%;
  /* background-color: red; */
  height: 100%;
  display: flex;
}

.row-personal .col-left {
  width: 60%;
  height: 100%;
  /* background-color: green; */
  border-top: 5px solid #0c2061;
}

.col-left .navbar-brand {
  width: 100%;
  height: 100%;
}

.navbar-brand img {
  width: auto;
  height: 86px;
  margin-left: 10px;
}

/* .row-personal .col-middle{
    width: 50%;
    height: 100%;
    background-color: yellowgreen;
} */
.row-personal .col-right {
  width: 41%;
  /* height: 100%; */
  /* background-color: #0c2061; */
  position: absolute;
  right: 0;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  border-top: 36px solid #0c2061;
}

.col-right .link-nav {
  position: absolute;
  top: -32px;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
}

.nav .inquiry {
  border: 3px solid red;
  border-radius: 0.8rem;
  height: 41px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-nav a {
  text-decoration: none;
  color: white;
}

#fb {
  color: #0c2061;
  background-color: #fff;
  padding: 6px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-link {
  margin-right: 55px;
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.contact-link a {
  color: #0c2061;
  font-weight: 500;
}

.menus {
  position: absolute;
  top: 100px;
  height: 40px;
  /* background: linear-gradient(45deg, #f23b3b, #0c2061); */
  background-color: #0c2061;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.menus ul {
  padding: 0;
}

.menus ul a {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: initial;
}

.menus ul a:hover {
  color: red;
}

.dropdown-menu {
  opacity: .9;
  background-color: #0c2061;
  display: none;
}

.dropdown-menu li a {
  background-color: none;
  color: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.menus ul a:hover {
  color: red;
  background: none;
}

i#menu-icons {
  display: none;
}

i#times {

  display: none;
}

img#phone-nav-img {
  display: none;
}

i#icons-nav-p {
  display: none;
}

#jgh_k {
  color: red;
}

/* .ku_m {
    display: flex;
    align-items: center;
    justify-content: left;
} */
@media only screen and (max-width: 480px) {

  .div22 {
    position: fixed;
    width: 100%;
    z-index: 19;
    top: 0;
  }

  nav.navbars {
    width: 100%;
    height: 80px;
  }

  div#links {
    display: none !important;
  }

  .navbar-brand img {
    width: auto;
    height: 75px;
    margin-left: 0px;
  }

  .row-personal .col-left {
    border: none;
    width: 30%;
    height: 80px;
  }

  .row-personal .col-right {
    width: 70%;
    height: 80px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }

  .col-right .contact-link {
    padding: 0 !important;
    margin-right: -34px;
  }

  ul#sidenav {
    display: block;
    position: relative;
    background-color: black;
    width: 250px;
    margin-top: -55px;
  }

  li#phon {
    display: none;
  }

  ul#sidenav li {
    border-bottom: 1px solid white;
    line-height: 34px;
  }

  i#menu-icons {
    display: block;
    position: absolute;
    right: 20px;
    font-size: 30px;
  }

  div#menus-p {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    background: black;
    /* transition: .5s; */
    z-index: 1;
  }

  i#times {
    position: absolute;
    right: 17px;
    font-size: 25px;
    top: 9px;
    display: block;
  }

  img#phone-nav-img {
    display: block;
    z-index: 1;
    position: absolute;
    top: 17px;
    height: 70px;
    left: 34%;
  }

  .menus ul a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: initial;
    display: flex;
    margin-left: 18px;
    align-items: center;
  }

  i#icons-nav-p {
    display: block;
    font-size: 17px;
    position: relative;
    left: -13px;
  }
}

@media only screen and (max-width: 960px) {
  .div22 {
    position: fixed;
    width: 100%;
    z-index: 19;
    top: 0;
  }

  nav.navbars {
    width: 100%;
    height: 80px;
  }

  div#links {
    display: none !important;
  }

  .navbar-brand img {
    width: auto;
    height: 75px;
    margin-left: 0px;
  }

  .row-personal .col-left {
    border: none;
    width: 30%;
    height: 80px;
  }

  .row-personal .col-right {
    width: 70%;
    height: 80px;
    border: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }

  .col-right .contact-link {
    padding: 0 !important;
    margin-right: -34px;
  }

  ul#sidenav {
    display: block;
    position: relative;
    background-color: black;
    width: 250px;
    margin-top: -55px;
  }

  li#phon {
    display: none;
  }

  ul#sidenav li {
    border-bottom: 1px solid white;
    line-height: 34px;
  }

  i#menu-icons {
    display: block;
    position: absolute;
    right: 20px;
    font-size: 30px;
  }

  div#menus-p {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    background: black;
    /* transition: .5s; */
    z-index: 1;
  }

  i#times {
    position: absolute;
    right: 17px;
    font-size: 25px;
    top: 9px;
    display: block;
  }

  img#phone-nav-img {
    display: block;
    z-index: 1;
    position: absolute;
    top: 17px;
    height: 70px;
    left: 34%;
  }

  .menus ul a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: initial;
    display: flex;
    margin-left: 18px;
    align-items: center;
  }

  i#icons-nav-p {
    display: block;
    font-size: 17px;
    position: relative;
    left: -13px;
  }
}

/* @media only screen and (min-width: 601px) {

    ul#sidenav {
      display: block;
      background-color: #000000;
      position: absolute;
      top: 0px;
      width: 80%;
      padding: 19px;
      box-sizing: border-box;
      text-align: center;
      margin-left: 50%;
      transform: translate(-50%,0px );
      border-radius: 12px;
  }
  } */

/* Navbar ENd here */



/* Main banner start herer */

section#main-banner {
  width: 100%;
  height: 80vh;
  background-image: url(../img/main-banner.jpeg);
  box-sizing: border-box;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* #book{
  height: 10vh;
  padding: 50px 10px;
  display: flex;
  align-items: center;
} */
div#roeas {
  height: 100%;
  /* background: red; */
}

div#aaa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 51px;
}

h2#h2-baner-text {
  color: #fff;
  font-family: sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: left;
  letter-spacing: 3px;
}

p#texting {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

div#form-banner {
  background: #fff;
  padding: 25px;
  border: 20px;
  border: 2px solid white;
  /* border-radius: 10px; */
  color: #000;
  width: 100%;
  height: fit-content;
  margin-top: 20px;
}

#form-btn-main {
  background-color: #0c2061;
  border-color: #0c2061;
  width: 100%;

}

#form-btn-main:active {
  border-color: #0f2671;
}

#desktop_view {
  display: block;
}

div#phone_view {
  display: none;
}

@media only screen and (max-width: 600px) {
  section#mainbannerss {
    margin-top: 80px;
  }

  section#mainbannerss div#desktop_view {
    display: none;
  }

  div#phone_view {
    display: block;
  }

  section#main-banner {
    width: 100%;
    height: 100vh;
    background-image: url(../img/main-banner.jpeg);
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 90px 10px 10px 10px;
    background-attachment: fixed;
  }

  h2#h2-baner-text {
    font-size: 30px;
    font-weight: bold;
  }

  div#roeas {
    /* flex-direction: column-reverse; */
  }

  div#aaa {
    margin-left: -21px;
  }

  img#img-png {
    width: 100%;
    height: 100%;
    animation: updown 1s infinite alternate;
    margin-top: 70px;
    margin-bottom: -25px;
  }

  div#texting p {
    font-size: initial !important;
  }

  div#form-banner {
    margin-top: 10px;
  }

  div#secon-main {
    padding: 0 !important;
  }

}


/* Main banner End herer */


/* Service section start here */

section#services {
  background-color: linear-gradient(0deg, #E5ECFF 0%, #FFFFFF 77.59%);
  /* background-image: url(../img/section-service.jpg); */
  background-image: url(https://img.lovepik.com/photo/40026/0434.jpg_wh300.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div#service .row .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card:hover {
  box-shadow: rgba(151, 149, 149, 0.5)1px 1px 3px 2px;
  transition: .5s ease-in-out;
}

@media only screen and (max-width: 600px) {
  div#row-ser .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Service section ENd here */

/*  service 2 Section start here */
section#services {
  background-color: linear-gradient(0deg, #E5ECFF 0%, #FFFFFF 77.59%);
}

#cards {
  width: 100%;
  border-radius: 10px;
  transition: .5s all;
  border: none;

}

#cards:hover {
  border-bottom: 8px solid #0c2061;
  box-shadow: 0px 0px 5px 1px !important;

}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: 7px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 55px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
  text-decoration: none;
}

.services .icon-box:hover .title a {
  color: #ff7f5d;
}

.services .description {
  font-size: 14px;
  margin-left: 55px;
  line-height: 24px;
  margin-bottom: 0;
}

/*  service 2  Section End here */


/* About section start here */
section#about {
  /* background-color: linear-gradient(0deg,#E5ECFF 0%,#FFFFFF 77.59%) !important; */
  background-color: #fafafa;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ff7f5d;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ff7f5d;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff7f5d;
}

.about .content .btn-learn-more:hover {
  background: #ff7f5d;
  color: #fff;
  text-decoration: none;
}


/* About section End here */
/* counts section herer */
section#counts {
  background-color: #fafafa;
}

.counts {
  padding: 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #ff7f5d;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/* counts section End here */

/* our values start here */
.our-values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-values .card-body {
  /* z-index: 10; */
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.our-values .card-title a {
  color: #150517;
}

.our-values .card-text {
  color: #5e5e5e;
}

.our-values .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.our-values .read-more a:hover {
  text-decoration: underline;
}

.our-values .card:hover .card-body {
  background: #ff7f5d;
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
  color: #fff;
}

/* our values ENd here */

/* gallery section start here */
section#gallery {
  /* background-color: #fafafa; */
}

div#card-gallery {
  box-shadow: rgba(0, 0, 0, .5)0px 0px 2px 1px;
}

/* gallery section End here */


/* Testimonal section start here */

section#testimonals {
  /* background-image: url(https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2); */
  background-image: url(https://c4.wallpaperflare.com/wallpaper/901/114/424/sea-light-shine-shell-wallpaper-preview.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg {

  background-color: #fafafa;
}

img.testimonal-img {
  border-radius: 50%;
  width: 90px !important;
  height: 90px !important;
  margin-top: -28px;
  margin-left: 17px;
  border: 4px solid #fafafa;
}

p.text-para {
  text-align: justify;
}

/* new testimonal card */
.card-t {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
}

.img-top-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

img#card-imagest {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #f1f0f0;
}

.para-card {
  padding: 8px 15px;
  text-align: center;
}

p.card-texts {
  user-select: none;
}

/* new testimonal card */
/* Testimonal section End here */

/* Contact form start here */
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ff7f5d;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #150517;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62176b;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #06133c;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #06133c;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #09163d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #06133c;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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


/* Contact form ENd here */








/* Footer start here */
h5#f-heading {
  color: white;
}

ul.f-nav {
  margin-left: -31px;
}

img#img-f {
  width: 91px;
}

img#img-f {
  width: 91px;
  margin-left: 61px;
  margin-top: -10px;
  margin-bottom: 15px;
}

ul.f-nav {
  list-style: none;
}

ul.f-nav a.nav-link {
  margin-left: -13px;
}

ul.f-nav .nav-item:hover {
  color: lightseagreen;
}

i#f-iconss {
  font-size: 29px;
}

div#last-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  img#footer-logo {
    text-align: center;
    width: 50%;
    height: 50%;
    margin-left: 50%;
    margin-top: -73px;
    transform: translate(-82px, 10px);
}
  iframe {
    display: none;
  }

  div#last-f {
    display: block;
    text-align: center;
  }

  img#img-f {
    margin-left: 50%;
    transform: translate(-50%, -19%);
  }

  div#col-fl {
    width: 50%;
  }

  div#col-fls {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  iframe {
    display: none;
  }

  div#last-f {
    display: block;
    text-align: center;
  }

  img#img-f {
    margin-left: 50%;
    transform: translate(-50%, -19%);
  }

  div#col-fl {
    width: 50%;
  }

  div#col-fls {
    width: 50%;
  }
}

@media only screen and (max-width: 960px) {
  iframe {
    /* display: none; */
    /* width: 25%; */
  }

  div#last-f {
    display: block;
    text-align: center;
  }

  img#img-f {
    margin-left: 50%;
    transform: translate(-50%, -19%);
  }

  div#col-fl {
    width: 50%;
  }

  div#col-fls {
    width: 50%;
  }
}

/* Footer End here */






/* Back to back */
.support {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 15;
}

.call {
  background-color: darkslategrey;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;

}

.call i.fa-solid.fa-phone {
  font-size: 20px;
}

.callw {
  background-color: green;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 14px;

}

.callw i.fa-brands.fa-whatsapp {
  font-size: 27px;
}

.btb {
  background-color: red;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}
#back-to-top {
  display: none;
  text-align: center !important;
  padding: 9px !important;
  box-sizing: border-box;
}


@media only screen and (max-width: 600px) {
  .btb {

    width: 35px;
    height: 35px;

  }

  .call {
    width: 35px;
    height: 35px;
  }

  .callw {
    width: 35px;
    height: 35px;
  }
}

/* Back to back */


/* Registration form */
section#form-registration {
  background: linear-gradient(145deg, rgba(31, 60, 105, 1) 30%, rgba(14, 206, 109, 1) 79%);
}

#khui_76 {
  width: 300px;
  background-color: #0c2061;
  border-color: #0c2061;
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
}

@media only screen and (max-width: 600px) {
  #khui_76 {
    width: 100%;
  }
}


/* feedback start here */
.feedback {
  width: 40px;
  height: 100px;
  background-color: #0c2061;
  position: fixed;
  z-index: 2;
  top: 50vh;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: feedback 4s linear infinite;
}

span#feed-turn {
  position: absolute;
  transform: rotate(90deg);

}

@keyframes feedback {
  0% {
    background-color: #0f2671;
  }

  25% {
    background-color: #d44503;
  }

  50% {
    background-color: #ffc30d;
  }

  75% {
    background-color: #70f014;
  }

  100% {
    background-color: #1489e3;
  }
}

/* feedback End here */




/* Faq Css Start here */

div#faq {
  background-image: linear-gradient(to bottom, rgba(3, 53, 114, 0.4), rgb(2 2 2)), url(https://images.pexels.com/photos/256262/pexels-photo-256262.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

div#main-banner-faq {
  height: 20vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardas {
  width: 100%;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}


@media only screen and (max-width: 480px) {
  section#fa-q {
    margin-top: 78px;
  }
}

/* Faq Css end here */

@media only screen and (max-width: 480px) {
  section#term_condition {
    margin-top: 78px;
  }

  @media only screen and (max-width: 480px) {
    section#privacy_policy {
      margin-top: 78px;
    }
  }
}



/* Book start css */
section#bchx {
  padding: 32px !important;
  box-sizing: border-box;
  background: #fafafa;
}
img#idff {
  width: 180px;
  height: 180px;
}

#pro-card {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  height: 270px;
}
div#cardbodyis {
  width: 100%;
  /* background: red; */
  margin-top: 6px;
  display: flex;
  padding: 3px 8px;
  /* line-height: 0px; */
  align-items: center;
  justify-content: space-between;
}
#pro-card:hover {
  color: rgb(255, 0, 0);
  box-shadow: none;
}


@media only screen and (max-width: 600px) {
  section#bchx {
    padding: 44px 2px 18px 2px!important;
}
}

/* Book ENd css */