@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
  color: #222;
}

h1 {
  font-size: 2.9rem !important;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem !important;
  margin-bottom: 20px;
}

h3 {
  font-size: 2rem !important;
  margin-bottom: 20px;
  font-weight: bold;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.95rem !important;
}

.p-0 {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 1rem;
}

.one-col li {
  width: 100%;
  list-style-image: url("../images/list.png");
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}

.two-col li {
  width: 50%;
  list-style-image: url("../images/list.png");
  float: left;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 25%;
  list-style-image: url("../images/arrow.png");
  float: left;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 7px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll.png);
  z-index: 99;
  padding: 38px;
  background-repeat: no-repeat;
}

body#bodynav-contact a#mynav7,
body#bodynav-area a#mynav6,
body#bodynav-gallery a#mynav5,
body#bodynav-4 a#mynav4,
body#bodynav-3 a#mynav3,
body#bodynav-2 a#mynav2,
body#bodynav-1 a#mynav1,
body#home a#mynav0 {
  background: #ad2127 !important;
}
@media (max-width: 1024px) {
  body#bodynav-contact a#mynav7,
  body#bodynav-area a#mynav6,
  body#bodynav-gallery a#mynav5,
  body#bodynav-4 a#mynav4,
  body#bodynav-3 a#mynav3,
  body#bodynav-2 a#mynav2,
  body#bodynav-1 a#mynav1,
  body#home a#mynav0 {
    color: #222 !important;
    background: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1400px;
  }
}
/********************************/
.header-row .header-con {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-row .header-con .logo-col {
  text-align: start;
}
.header-row .header-con .logo-col img {
  width: 160px;
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col img {
    width: 55%;
  }
}
@media (max-width: 576px) {
  .header-row .header-con .logo-col img {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .header-row .header-con .logo-col {
    text-align: center;
    margin-bottom: 10px;
  }
}
.header-row .header-con .header-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.header-row .header-con .header-logos .npta-logo img {
  width: 100%;
}
.header-row .header-con .header-logos .whats-app-col img {
  width: 100%;
}
.header-row .header-con .contact-col {
  display: flex;
  align-items: end;
}
@media (max-width: 1024px) {
  .header-row .header-con .contact-col {
    display: none;
  }
}
.header-row .header-con .contact-col .phn-icon {
  text-align: center;
  align-self: baseline;
  padding-top: 20px;
}
.header-row .header-con .contact-col h4 {
  font-weight: 550;
  margin-bottom: 0px;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 1.1rem !important;
}
@media (max-width: 1366px) {
  .header-row .header-con .contact-col h4 {
    font-size: 1.1rem !important;
  }
}
.header-row .header-con .contact-col h4 a {
  color: #0080c0;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.header-row .header-con .contact-col h4:hover {
  color: #0080c0;
}
.header-row .header-con .contact-col h4:hover a {
  color: #0097e6;
}
.header-row .header-con .email-col {
  align-self: end;
  text-align: end;
  padding-left: 70px;
}
@media (max-width: 1024px) {
  .header-row .header-con .email-col {
    display: none;
  }
}
.header-row .header-con .email-col .email-icon {
  text-align: start;
}
.header-row .header-con .email-col h5 {
  font-weight: 550;
  margin-bottom: 0px;
  line-height: 29px;
  font-size: 1rem !important;
}
.header-row .header-con .email-col h5 a {
  color: #222;
}
.header-row .header-con .email-col h5 a:hover {
  color: #0080c0;
}

/************Header-ends**************/
/***************Menu******************/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 5000 !important;
  background: #0080c0;
}
.header-wrapper .menu-row .menu-con {
  position: relative;
  padding: 0px;
}
.header-wrapper .menu-row .menu-con .container-fluid {
  padding: 0px;
}
.header-wrapper .menu-row .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con {
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky {
    width: 100%;
    left: 0px;
  }
}
.header-wrapper .menu-row .menu-con #sticky.stick {
  margin-top: 0 !important;
  position: sticky;
  top: 0;
  z-index: 10000;
  width: 100%;
  float: left;
  background: #0080c0;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #0080c0;
  }
}
.header-wrapper .menu-row .menu-con .res-cions {
  display: none;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con .res-cions {
    display: block;
  }
}
.header-wrapper .menu-row .menu-con .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}
.header-wrapper .menu-row .menu-con .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}
.header-wrapper .menu-row .menu-con .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}
.header-wrapper .menu-row .menu-con .res-cions .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin: 6px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 17px;
}
.header-wrapper .menu-row .menu-con .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
@media (max-width: 1024px) {
  .header-wrapper .menu-row .menu-con #myNavbar {
    display: none !important;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
  color: white;
  text-transform: uppercase;
  padding: 15px 30px;
}
@media (max-width: 1366px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 12px 35px;
  }
}
@media (max-width: 1260px) {
  .header-wrapper .menu-row .menu-con #myNavbar #main-menu li a {
    padding: 15px 20px;
  }
}
.header-wrapper .menu-row .menu-con #myNavbar #main-menu li a:hover {
  background: #ad2127;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu {
  padding: 0px;
  min-width: 11rem;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li {
  background: #0097e6;
}
.header-wrapper .menu-row .menu-con #myNavbar .dropdown-menu li:hover {
  background: #0080c0;
}

/*****************Menu ends****************/
/****************Carousel**************/
@media (max-width: 1024px) {
  #carouselExampleControls {
    margin-top: 0px;
  }
}
#carouselExampleControls .carousel-inner .carousel-caption {
  display: flex;
  justify-content: right;
  right: 19%;
}
@media (max-width: 1620px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    right: 14%;
    bottom: 0%;
  }
}
@media (max-width: 1366px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    right: 16%;
    bottom: 0%;
  }
}
@media (max-width: 1260px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    right: 11%;
  }
}
@media (max-width: 1200px) {
  #carouselExampleControls .carousel-inner .carousel-caption {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #carouselExampleControls .carousel-inner img {
    max-width: 150%;
    height: auto;
  }
}

/***********quick-quote***************/
.quickquote-row {
  border-radius: 0px;
  display: flex;
}
@media (max-width: 1024px) {
  .quickquote-row {
    display: none;
  }
}
.quickquote-row #form {
  background-color: #0097e6;
}
.quickquote-row .quickquote-heading {
  padding: 1.5rem;
  color: #fff !important;
  text-align: center;
  background-color: #0080c0;
  min-width: 160px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.quickquote-row .quickquote-heading h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 30px;
}
.quickquote-row .quickquote-box {
  background: #0097e6;
  padding: 40px 20px 20px 20px !important;
}
.quickquote-row .quickquote-box input, .quickquote-row .quickquote-box textarea, .quickquote-row .quickquote-box .btn-submit {
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.quickquote-row .quickquote-box input {
  height: 37px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box input {
    height: 34px;
  }
}
@media (max-width: 1200px) {
  .quickquote-row .quickquote-box input {
    height: 30px;
  }
}
.quickquote-row .quickquote-box textarea {
  height: 50px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-box textarea {
    height: 45px;
    margin-bottom: 0px;
  }
}
.quickquote-row .quickquote-column3 {
  background-color: #0097e6;
  display: flex;
  align-items: center;
}
.quickquote-row .quickquote-column3 .quick-privacy {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .quickquote-row .quickquote-column3 .quick-privacy {
    margin-bottom: 0px;
  }
}
.quickquote-row .quickquote-column3 .quick-privacy a {
  color: #fff;
  font-size: 1.1rem;
}
.quickquote-row .quickquote-column3 .quick-privacy a:hover {
  color: #0080c0;
}
.quickquote-row .quickquote-column3 .btn-submit {
  background: #1754a4;
  height: 50px;
  border-radius: 12px;
  padding: 8px 36px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}
@media (max-width: 1260px) {
  .quickquote-row .quickquote-column3 .btn-submit {
    height: 45px;
  }
}
.quickquote-row .quickquote-column3 .btn-submit:hover {
  background: #000000;
  color: #ffffff;
}

/*********quick-quote-responsive**********/
.responsive-quickquote {
  display: none;
  background: #0080c0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .responsive-quickquote {
    display: block;
  }
}
.responsive-quickquote:hover {
  background: #0097e6;
}
.responsive-quickquote .responsive-quickquote-con {
  padding-top: 10px;
  padding-bottom: 10px;
}
.responsive-quickquote .responsive-quickquote-con a {
  color: #fff;
}
.responsive-quickquote .responsive-quickquote-con a h4 {
  margin-bottom: 0px;
}

/******************welcome*****************/
.welcome-row {
  margin-top: 20px;
}
.welcome-row .welcome-con .welcome-title {
  text-align: center;
}
.welcome-row .welcome-con .welcome-title h4 {
  font-size: 1.8rem !important;
}
.welcome-row .welcome-con .welcome-title h2 {
  color: #0080c0;
}

.welcome-tab {
  padding: 0px 0px 0px 0px;
  text-align: center;
}
@media (max-width: 576px) {
  .welcome-tab .tab-wrap {
    margin-bottom: 20px;
  }
}
.welcome-tab .tab-wrap:hover .tab-description {
  background: #0097e6;
}
.welcome-tab .tab-wrap .tab-description {
  background: #0080c0;
  color: #fff;
  margin-left: 140px;
  margin-right: 140px;
  border-radius: 15px;
  padding: 25px;
  margin-top: -48px !important;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .welcome-tab .tab-wrap .tab-description {
    height: 120px;
    margin-top: -60px;
  }
}
@media (max-width: 576px) {
  .welcome-tab .tab-wrap .tab-description {
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
  }
}
.welcome-tab .tab-wrap .tab-description h4 {
  font-size: 1.6rem !important;
}
@media (max-width: 576px) {
  .welcome-tab .tab-wrap .tab-description h4 {
    font-size: 0.95rem !important;
  }
}
.welcome-tab .tab-wrap .tab-img {
  width: 80%;
  margin-top: 10px;
}

/***********welcome-ends*************/
/************aboutus*****************/
.aboutus-row {
  color: #222;
  position: relative;
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  padding-bottom: 50px;
}
.aboutus-row .aboutus-con {
  padding: 60px 0px 60px 0px;
}
.aboutus-row .aboutus-con .aboutus-img {
  position: relative;
}
.aboutus-row .aboutus-con .aboutus-img .about-img1 {
  width: 70%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img1 {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img1 {
    width: 75%;
    margin-bottom: 20px;
  }
}
.aboutus-row .aboutus-con .aboutus-img .about-img2 {
  width: 60%;
  margin-top: 100px;
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-left: -190px;
}
@media (max-width: 1920px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img2 {
    margin-top: 62px;
  }
}
@media (max-width: 1660px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img2 {
    margin-top: 62px;
    margin-left: -242px;
  }
}
@media (max-width: 768px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img2 {
    margin-top: 130px;
    margin-left: -270px;
    width: 55%;
  }
}
@media (max-width: 576px) {
  .aboutus-row .aboutus-con .aboutus-img .about-img2 {
    width: 50%;
    margin-top: 70px;
    margin-left: -113px;
    margin-bottom: 20px;
  }
}
.aboutus-row .aboutus-con .aboutus-content {
  align-self: center;
}
.aboutus-row .aboutus-con .aboutus-content h4 {
  color: #0080c0;
  text-transform: uppercase;
  font-weight: 550;
}
.aboutus-row .aboutus-con .aboutus-content p {
  text-align: justify;
}
.aboutus-row .aboutus-con .aboutus-content p a {
  color: #222;
}
.aboutus-row .aboutus-con .aboutus-content p a:hover {
  color: #0080c0;
}
.aboutus-row .aboutus-con .aboutus-content .readmore-btn {
  margin-top: 0px;
  background: #0080c0;
  border: 1px solid #0080c0;
  color: #fff;
  padding: 15px 60px;
  text-transform: uppercase;
  font-weight: 500;
}
.aboutus-row .aboutus-con .aboutus-content .readmore-btn:hover {
  background: #0097e6;
  border: 1px solid #0097e6;
}
@media (max-width: 1024px) {
  .aboutus-row {
    /* Standard syntax */
  }
  .aboutus-row #order2 {
    -webkit-order: 2;
  }
  .aboutus-row #order1 {
    -webkit-order: 1;
  }
  .aboutus-row #order1 {
    order: 1;
  }
  .aboutus-row #order2 {
    order: 2;
  }
}
@media (max-width: 576px) {
  .aboutus-row {
    /* Standard syntax */
  }
  .aboutus-row #order2 {
    -webkit-order: 2;
  }
  .aboutus-row #order1 {
    -webkit-order: 1;
  }
  .aboutus-row #order1 {
    order: 1;
  }
  .aboutus-row #order2 {
    order: 2;
  }
}

/********whychoose-row**************/
.whychoose-row {
  background-color: #15b1ff;
  color: white;
}
.whychoose-row .whychoose-con {
  padding: 60px 0px 60px 0px;
}
.whychoose-row .whychoose-con .whychoose-title {
  text-align: center;
}
.whychoose-row .whychoose-con .whychoose-title h4 {
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .whychoose-row .whychoose-con .whychoose-title h4 {
    text-align: left;
  }
}
.whychoose-row .whychoose-con .whychoose-title h2 {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .whychoose-row .whychoose-con .whychoose-title h2 {
    font-size: 2rem !important;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .whychoose-row .whychoose-con .whychoose-title p {
    text-align: justify;
  }
}
.whychoose-row .whychoose-con .whychoose-content {
  margin-top: 30px;
  display: flex;
  gap: 7%;
}
@media (max-width: 1024px) {
  .whychoose-row .whychoose-con .whychoose-content {
    display: block !important;
  }
}
.whychoose-row .whychoose-con .whychoose-content .content-box {
  margin-top: 10px;
}
.whychoose-row .whychoose-con .whychoose-content .content-box img {
  width: 15%;
}
@media (max-width: 576px) {
  .whychoose-row .whychoose-con .whychoose-content .content-box img {
    width: 25%;
  }
}
.whychoose-row .whychoose-con .whychoose-content .content-box h4 {
  margin-top: 10px;
  text-transform: capitalize;
}

/************************Testimonial**************************/
.testimonial-row {
  color: #222;
  margin-top: 10px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .testimonial-row {
    margin-bottom: 0px;
  }
}
.testimonial-row .testimonial-con {
  padding: 10px 0px 10px 0px;
}
.testimonial-row .testimonial-con h4 {
  text-transform: uppercase;
  color: #0080c0;
}
.testimonial-row .testimonial-con .testimonial-wrap {
  background-image: url("../images/testimonial-bg.jpg");
  background-repeat: no-repeat;
}
.testimonial-row .testimonial-con .testimonial-wrap .testimonial {
  text-align: left;
  margin-top: 20px;
}
.testimonial-row .testimonial-con .testimonial-image img {
  width: 100% !important;
}

/************************Testimonial ends**************************/
/**********footer*************/
.footer-row {
  background-color: #000;
  color: #ffffff;
}
.footer-row .footer-con {
  text-align: center;
  padding: 60px 20px 60px 20px;
}
.footer-row .footer-con .footer-logo {
  padding: 10px;
}
.footer-row .footer-con .footer-logo img {
  width: 70%;
}
@media (max-width: 576px) {
  .footer-row .footer-con .footer-logo img {
    padding-top: 20px;
  }
}
.footer-row .footer-con .footer-services {
  text-align: justify;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .footer-services {
    margin-top: 10px;
    text-align: center;
  }
}
.footer-row .footer-con .footer-services ul {
  padding-left: 0px;
}
@media (max-width: 576px) {
  .footer-row .footer-con .footer-services ul {
    padding-left: 0px;
  }
}
.footer-row .footer-con .footer-services ul li {
  list-style: none;
  line-height: 30px;
}
@media (max-width: 576px) {
  .footer-row .footer-con .footer-services ul li {
    list-style: none;
  }
}
.footer-row .footer-con .footer-services ul li a {
  color: #fff;
}
.footer-row .footer-con .footer-services ul li a:hover {
  color: #0097e6;
}
.footer-row .footer-con .footer-contents {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .footer-contents {
    margin-top: 60px;
  }
}
.footer-row .footer-con .footer-contact {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .footer-contact {
    padding-right: 0px;
  }
}
.footer-row .footer-con .footer-contact h4 {
  text-align: start;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .footer-contact h4 {
    text-align: center;
  }
}
.footer-row .footer-con .footer-contact .phone-col {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer-row .footer-con .footer-contact .phone-col {
    justify-content: center;
  }
}
.footer-row .footer-con .footer-contact .phone-col h4 {
  font-size: 1.1rem !important;
}
.footer-row .footer-con .footer-contact .phone-col h4:hover {
  color: #0097e6;
}
.footer-row .footer-con .footer-contact .phone-col h4 a {
  color: #fff;
}
.footer-row .footer-con .footer-contact .phone-col h4 a:hover {
  color: #0097e6;
}
.footer-row .footer-con .footer-contact .phone-col h5 {
  font-size: 1.1rem !important;
}
.footer-row .footer-con .footer-contact .phone-col h5 a {
  color: #fff;
  margin-left: 10px;
}
.footer-row .footer-con .footer-contact .phone-col h5 a:hover {
  color: #0097e6;
}
.footer-row .footer-con .footer-map iframe {
  width: 100%;
  height: 183px;
}
.footer-row .footer-btm {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
}
@media (max-width: 1024px) {
  .footer-row .footer-btm {
    font-size: 15px;
  }
}
.footer-row .footer-btm .footer-btm-con a {
  color: #fff;
}
.footer-row .footer-btm .footer-btm-con a:hover {
  color: #0080c0;
}

/******footer-ends********/
/*******page-container*******/
.page-container {
  padding-top: 30px;
}
.page-container h3 {
  color: #0080c0;
}
.page-container p {
  text-align: justify;
}
.page-container p a {
  font-weight: bold;
  color: #222;
}
.page-container p a:hover {
  color: #0097e6;
}
.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.price-table {
  margin-top: 2rem;
  color: #222;
}
.price-table .table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.price-table .row {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 12px;
}
.price-table .row:nth-child(odd):not(.header) {
  background: #f3f3f3;
}
.price-table .row:nth-child(even):not(.header) {
  background: #d7d6d6;
}
.price-table .row div:nth-child(3) {
  font-weight: 600;
  color: #0080c0;
  text-align: right;
}
.price-table .row.header {
  font-weight: 700;
  background: #0080c0;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px;
}

/******serviced-areas***********/
#bodynav-area .area-con iframe {
  width: 100%;
  height: 784px;
}
@media (max-width: 576px) {
  #bodynav-area .area-con iframe {
    margin-bottom: 20px;
  }
}
#bodynav-area .area-con .area-col h4 {
  text-align: center;
}
#bodynav-area .area-con .area-col ul {
  padding-left: 20px;
}
#bodynav-area .area-con .area-col ul li {
  width: 100%;
  list-style-image: url(../images/bullets.jpg);
  line-height: 30px;
  background: #ededed;
  margin-bottom: 10px;
  padding-left: 10px;
}

/********gallery*******/
.gallery-con .gallery-heading {
  padding-left: 4px !important;
  padding-right: 1px !important;
}
.gallery-con .gallery-heading h4 {
  background: #0080c0;
  text-align: center;
  padding: 14px;
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem !important;
}
.gallery-con .gallery {
  list-style-type: none;
  padding-left: 0px !important;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin: 0%;
  margin-left: 0px !important;
}
.gallery-con .gallery li {
  padding: 5px;
  float: left;
  width: 25%;
  position: relative;
  height: 240px;
  overflow: hidden;
  list-style-image: none !important;
}
@media (max-width: 768px) {
  .gallery-con .gallery li {
    width: 100% !important;
    height: auto !important;
    margin: 0px;
  }
}
.gallery-con .gallery li a {
  position: absolute;
  bottom: 0px;
  padding: 5px 0px;
}
.gallery-con .gallery li img {
  width: 100%;
  height: auto !important;
  min-height: 240px !important;
}
.gallery-con .gallery .gallery-pc {
  display: block;
  visibility: visible;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-pc {
    display: none;
  }
}
.gallery-con .gallery .gallery-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .gallery-con .gallery .gallery-mobile {
    display: block !important;
  }
}

/*****gallery-ends*******/
/******contact-us******/
.contact-con {
  padding-bottom: 40px;
}
.contact-con .contact-address h4 {
  margin-bottom: 20px;
}
.contact-con .contact-address a {
  font-weight: normal !important;
  color: #222;
}
.contact-con .btn-submit {
  background: #0080c0;
  color: #fff;
  padding: 7px 25px 7px 25px;
  text-transform: uppercase;
}
.contact-con .btn-submit:hover {
  background: #0097e6;
}
.contact-con .contact-form {
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 40px;
  text-align: center;
}
.contact-con .contact-form h4 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.contact-con .contact-form input, .contact-con .contact-form textarea, .contact-con .contact-form select {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #ccc !important;
  padding-left: 10px;
}
.contact-con .contact-form textarea {
  height: 80px;
}
.contact-con .privacy-page h4 {
  margin-top: 20px;
  font-size: 1.2rem !important;
  font-weight: bold;
}

.no-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*******home-contact********/
.home-contact-section {
  margin-top: 80px !important;
}
@media (max-width: 576px) {
  .home-contact-section {
    margin-top: 150px !important;
  }
}
.home-contact-section .home-contact-con {
  position: relative;
  display: flex;
  justify-content: center;
}
.home-contact-section .home-contact {
  position: absolute;
  background: #15b1ff;
  padding: 60px 20px 60px 20px;
  margin-top: -206px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-contact-section .home-contact {
    padding: 40px 20px 40px 20px !important;
  }
}
@media (max-width: 576px) {
  .home-contact-section .home-contact {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 440px) {
  .home-contact-section .home-contact {
    padding: 40px 20px 40px 20px;
  }
}
.home-contact-section .home-contact .contact-content {
  text-align: center;
}
.home-contact-section .home-contact .contact-content p {
  font-size: 1rem;
}
.home-contact-section .home-contact .contact-content .btn-contact {
  background: #0080c0;
  height: 45px;
  padding: 8px 36px;
  text-transform: uppercase;
  color: white !important;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}
@media (max-width: 1260px) {
  .home-contact-section .home-contact .contact-content .btn-contact {
    height: 45px;
  }
}
.home-contact-section .home-contact .contact-content .btn-contact a {
  color: #fff;
}
.home-contact-section .home-contact .contact-content .btn-contact:hover {
  color: #fff !important;
  background: #000;
}

/**home-contact-ends**/
.modal {
  z-index: 5000;
}
.modal .modal-dialog {
  max-width: 50%;
  margin-top: 15%;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-footer .close-btn {
  background: #0080c0;
  color: #fff;
  padding: 9px;
  text-align: center;
}
.modal .modal-dialog .modal-header .btn-close, .modal .modal-dialog .modal-footer .close-btn .btn-close {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  background: none;
  font-size: 1.8rem;
  height: auto;
  float: right;
  padding: 0px 5px;
}
.modal .modal-dialog .modal-content {
  text-align: center;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 1.1rem !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 0px;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-toggle::after {
  display: none;
}
@media (max-width: 1024px) {
  .modal .modal-dialog .modal-content .modal-body ul .caret {
    display: none !important;
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  border-bottom: #ccc thin solid;
  line-height: 30px;
}
.modal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body ul li a {
  color: #222;
}
.modal .modal-dialog .modal-content .modal-body ul .dropdown-menu {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-footer .close-btn:hover {
  background: #0097e6;
}

#more .modal-dialog {
  max-width: 63%;
}
@media (max-width: 576px) {
  #more .modal-dialog {
    max-width: 93%;
  }
}

#callUs .modal-body .col-md-12 h4 {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
#callUs .modal-body .col-md-12:last-child h4 {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */