@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.95rem;
  overflow-x: hidden;
  color: #222;
}

.row {
  margin: 0px;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 2.9rem !important;
}

h2 {
  font-size: 2.3rem !important;
}

h3 {
  font-size: 1.8rem !important;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.4rem !important;
  }
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.92rem !important;
}

.p-0 {
  padding: 0px;
}

.p-right {
  padding-right: 0px;
}

p {
  margin-bottom: 10px;
}

.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;
}

.one-col li {
  width: 100%;
  list-style-image: url(../images/black.png);
  float: left;
  line-height: 30px;
  font-weight: bold;
}

.two-col li {
  width: 50%;
  list-style-image: url(../images/black.png);
  float: left;
  font-weight: bold;
  line-height: 29px;
}

@media (max-width: 768px) {
  .two-col li {
    width: 100%;
  }
}

.three-col li {
  width: 33%;
  list-style-image: url(../images/black.png);
  float: left;
  font-weight: bold;
  line-height: 29px;
}

@media (max-width: 768px) {
  .three-col li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .three-col li {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/***********************general ends******************/
/**************************Header******************/
.header-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .header-mobile {
    display: block;
  }
}

.header-mobile .header-mobile-con {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-mobile .header-mobile-con .main-logo {
  text-align: center;
}

.header-mobile .header-mobile-con .main-logo img {
  width: 25%;
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .main-logo img {
    width: 57%;
  }
}

.header-mobile .header-mobile-con .mybuilder-cls {
  width: 100%;
}

@media (max-width: 1024px) {
  .header-mobile .header-mobile-con .mybuilder-cls {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .mybuilder-cls {
    width: 45%;
  }
}

@media (max-width: 300px) {
  .header-mobile .header-mobile-con .mybuilder-cls {
    width: 45%;
  }
}

.header-mobile .header-mobile-con .quo-cls {
  width: 100%;
}

@media (max-width: 1024px) {
  .header-mobile .header-mobile-con .quo-cls {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .quo-cls {
    width: 35%;
  }
}

.header-mobile .header-mobile-con .ratd-cls {
  width: 65%;
}

@media (max-width: 1024px) {
  .header-mobile .header-mobile-con .ratd-cls {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .ratd-cls {
    width: 45%;
  }
}

@media (max-width: 300px) {
  .header-mobile .header-mobile-con .ratd-cls {
    width: 45%;
  }
}

.header-mobile .header-mobile-con .check-cls {
  width: 100%;
}

@media (max-width: 1024px) {
  .header-mobile .header-mobile-con .check-cls {
    width: 25%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .check-cls {
    width: 45%;
  }
}

@media (max-width: 300px) {
  .header-mobile .header-mobile-con .check-cls {
    width: 50%;
  }
}

.header-mobile .header-mobile-con .social-col {
  text-align: center;
}

.header-mobile .header-mobile-con .social-col img {
  padding: 10px;
}

@media (max-width: 300px) {
  .header-mobile .header-mobile-con .social-col img {
    padding: 5px;
  }
}

.header-mobile .header-mobile-con .social-col .trust-col {
  width: 10%;
}

@media (max-width: 768px) {
  .header-mobile .header-mobile-con .social-col .trust-col {
    width: 15%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .social-col .trust-col {
    width: 25%;
  }
}

.header-mobile .header-mobile-con .social-col .facebook-cls {
  width: 7%;
}

@media (max-width: 768px) {
  .header-mobile .header-mobile-con .social-col .facebook-cls {
    width: 11%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .social-col .facebook-cls {
    width: 13%;
  }
}

.header-mobile .header-mobile-con .social-col .bark-cls {
  width: 14%;
}

@media (max-width: 768px) {
  .header-mobile .header-mobile-con .social-col .bark-cls {
    width: 20%;
  }
}

@media (max-width: 576px) {
  .header-mobile .header-mobile-con .social-col .bark-cls {
    width: 31%;
  }
}

/**************************Header ends******************/
.header-row {
  z-index: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .header-row {
    display: none;
  }
}

.header-row .header-con {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ffffffba;
}

@media (max-width: 1200px) {
  .header-row .header-con {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.header-row .header-con .main-logo figure {
  margin-bottom: 0px;
}

.header-row .header-con .main-logo figure img {
  width: 100%;
  padding-top: 25px;
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo figure img {
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .header-row .header-con .main-logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.header-row .header-con .mybuilder-cls {
  width: 100%;
}

.header-row .header-con .quo-cls {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .header-row .header-con .social-col {
    display: none;
  }
}

.header-row .header-con .social-col .rated-col {
  text-align: right;
  align-self: center;
}

.header-row .header-con .social-col .rated-col .ratd-cls {
  width: 100%;
}

.header-row .header-con .social-col .rated-col .check-cls {
  width: 100%;
}

.header-row .header-con .social-col .trust-col {
  width: 85%;
  align-self: center;
}

.header-row .header-con .social-col .social-col-right {
  text-align: center;
}

.header-row .header-con .social-col .social-col-right .facebook-cls {
  width: 49%;
  margin-bottom: 15px;
}

.header-row .header-con .social-col .social-col-right .bark-cls {
  width: 100%;
}

.header-row .header-con .header-contact {
  justify-content: center;
  align-items: center;
  align-self: center;
}

@media (max-width: 1024px) {
  .header-row .header-con .header-contact {
    display: none;
  }
}

.header-row .header-con .header-contact .phone-col .landing-basing {
  font-size: 1.3rem !important;
  line-height: 27px;
}

@media (max-width: 1200px) {
  .header-row .header-con .header-contact .phone-col {
    padding: 0px;
  }
}

.header-row .header-con .header-contact .phone-col h4 {
  font-weight: 700;
  font-size: .94rem !important;
}

@media (max-width: 1366px) {
  .header-row .header-con .header-contact .phone-col h4 {
    font-size: .9rem !important;
  }
}

@media (max-width: 1260px) {
  .header-row .header-con .header-contact .phone-col h4 {
    font-size: .85rem !important;
  }
}

.header-row .header-con .header-contact .phone-col h4 a {
  color: #222;
}

.header-row .header-con .header-contact .phone-col h4 a:hover {
  color: #f4bd1a;
}

@media (max-width: 1200px) {
  .header-row .header-con .header-contact .email-col {
    padding: 0px;
  }
}

.header-row .header-con .header-contact .email-col h6 {
  margin-top: 14px;
}

@media (max-width: 1260px) {
  .header-row .header-con .header-contact .email-col h6 {
    font-size: .85rem !important;
  }
}

.header-row .header-con .header-contact .email-col h6 a {
  color: #222;
}

.header-row .header-con .header-contact .email-col h6 a:hover {
  color: #f4bd1a;
}

/*******************************Header Ends**************************************/
/*************************body nav *****************/
body#bodynav-9 a#mynav9,
body#bodynav-8 a#mynav8,
body#bodynav-7 a#mynav7,
body#bodynav-6 a#mynav6,
body#bodynav-5 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;
}

@media (max-width: 1024px) {
  body#bodynav-9 a#mynav9,
  body#bodynav-8 a#mynav8,
  body#bodynav-7 a#mynav7,
  body#bodynav-6 a#mynav6,
  body#bodynav-5 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: #a6a7a9;
  }
}

/*************************body nav  ends*****************/
/*************************************Menu**************************************/
.menu {
  background: #f4bd1a;
  width: 200%;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .menu {
    width: 100%;
  }
}

.menu .menu-con {
  margin-top: 0px;
  padding: 0px;
}

@media (max-width: 1024px) {
  .menu .menu-con .main-logo {
    display: none;
  }
}

.menu .menu-con .main-logo img {
  width: 82%;
  position: absolute;
  background: #fff;
  padding: 10px;
  margin-left: -15px;
}

.menu .menu-con #sticky-anchor {
  display: none !important;
}

@media (max-width: 1024px) {
  .menu .menu-con #sticky-anchor {
    display: block !important;
  }
}

.menu .menu-con .container-fluid {
  padding: 0px;
}

@media (max-width: 1024px) {
  .menu .menu-con .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu .menu-con .container-fluid #sticky {
    width: 100%;
    left: 0px;
  }
  .menu .menu-con .container-fluid #sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    float: left;
    background: #222;
  }
}

.menu .menu-con .container-fluid .navbar-header .res-cions {
  display: none;
}

@media (max-width: 1024px) {
  .menu .menu-con .container-fluid .navbar-header .res-cions {
    display: block;
  }
}

.menu .menu-con .container-fluid .navbar-header .res-cions .fa {
  font-size: 1.3rem;
  color: white;
}

.menu .menu-con .container-fluid .navbar-header .res-cions .mobile-email {
  position: absolute;
  left: 47%;
  top: 7px;
}

.menu .menu-con .container-fluid .navbar-header .res-cions .phone-icon-mobile {
  float: left !important;
  border: none !important;
}

.menu .menu-con .container-fluid .navbar-header .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: 3px;
}

.menu .menu-con .container-fluid .navbar-header .res-cions .menubtn {
  border-color: #ffffff !important;
  font-size: 20px;
}

.menu .menu-con .container-fluid .navbar-header .res-cions .menubtn .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.menu .menu-con .container-fluid .menu-col-nav {
  padding: 0px;
}

.menu .menu-con .container-fluid .menu-col-nav li {
  font-size: 0.85rem;
}

@media (max-width: 1366px) {
  .menu .menu-con .container-fluid .menu-col-nav li {
    font-size: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .menu .menu-con .container-fluid .menu-col-nav li {
    font-size: 0.75rem;
  }
}

.menu .menu-con .container-fluid .menu-col-nav li:last-child {
  border-right: none;
}

.menu .menu-con .container-fluid .menu-col-nav li a {
  padding: 15px 7px !important;
  color: white;
}

@media (max-width: 1366px) {
  .menu .menu-con .container-fluid .menu-col-nav li a {
    padding: 15px 5px !important;
  }
}

.menu .menu-con .container-fluid .menu-col-nav li a:hover {
  color: #222;
}

@media (max-width: 1024px) {
  .menu .menu-con .container-fluid .menu-col-nav {
    display: none;
  }
}

.menu .menu-con .container-fluid .dropdown-menu {
  padding: 0px;
  min-width: 11rem;
}

.menu .menu-con .container-fluid .dropdown-menu li {
  background: #f4bd1a;
  text-align: center;
  color: #fff;
}

.menu .menu-con .container-fluid .dropdown-menu li:hover {
  background: #222;
}

.menu .menu-con .container-fluid .dropdown-menu #mynav0 {
  color: #fff !important;
  text-transform: uppercase;
}

/*********************************Menu ends*************************************/
/***********************************Modal Popup*****************************/
.modal-dialog {
  top: 15%;
}

.modal-dialog .modal-header {
  background: #222;
}

.modal-dialog .modal-body a {
  color: black;
}

.modal-dialog .modal-header, .modal-dialog .modal-footer {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px !important;
}

.modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.6;
}

.modal-dialog .btn-close {
  background: #222;
  color: white;
}

#callUs .modal-body .col-md-12 {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  padding-top: 10px;
}

#callUs .modal-body .col-md-12 h4 {
  text-align: center;
}

@media (max-width: 576px) {
  #callUs .modal-body .col-md-12 h4 {
    font-size: 1rem !important;
  }
}

#callUs .modal-body .col-md-12:last-child {
  border-bottom: none;
}

.modal-menu {
  text-align: center;
  padding-left: 0px;
}

.modal-menu li {
  list-style: none;
  width: 100%;
  padding: 5px;
  border-bottom: #ccc thin solid;
}

.modal-menu li:last-child {
  border-bottom: none;
}

.modal-menu .dropdown {
  border: none;
}

.modal-menu .dropdown-toggle {
  display: none;
}

.modal-menu .dropdown-menu {
  border: none;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1024px) {
  .modal-menu .dropdown-menu {
    display: none;
  }
}

/***********************************Modal Popup Ends*****************************/
/*********************** Banner******************/
.banner-wrap .carousel-inner .carousel-item img {
  width: 100%;
}

/*********************** Banner Ends******************/
/************************Quick Quote*******************/
.quick-quote-row {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .quick-quote-row {
    margin-top: 0px;
  }
}

.quick-quote-row .quick-quote-con {
  background: #f4bd1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 576px) {
  .quick-quote-row .quick-quote-con {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.quick-quote-row .quick-quote-con .responsive-callback {
  display: none;
}

.quick-quote-row .quick-quote-con .responsive-callback h4 {
  margin-bottom: 0px;
}

.quick-quote-row .quick-quote-con .responsive-callback h4 a {
  color: white;
}

@media (max-width: 1024px) {
  .quick-quote-row .quick-quote-con .responsive-callback {
    display: block;
    text-transform: uppercase;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .quick-quote-row .quick-quote-con .quick-desktop {
    display: none;
  }
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading {
  color: #222;
  text-align: center;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-heading p {
  font-size: 1.1rem !important;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input input, .quick-quote-row .quick-quote-con .quick-desktop .quick-input textarea {
  width: 100%;
  border: none !important;
  background: white;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input input {
  height: 40px;
}

@media (max-width: 1366px) {
  .quick-quote-row .quick-quote-con .quick-desktop .quick-input input {
    height: 34px;
  }
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input textarea {
  height: 96px;
}

@media (max-width: 1366px) {
  .quick-quote-row .quick-quote-con .quick-desktop .quick-input textarea {
    height: 80px;
  }
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .btn-submit {
  background: #222;
  width: 100%;
  height: 53px;
  border-radius: 0px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  margin-top: 6px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .btn-submit:hover {
  background: #d6d6d8;
  color: #222;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy {
  text-align: center;
  margin-top: 10px;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy a {
  color: white;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .quick-privacy a:hover {
  color: #d6d6d8;
}

.quick-quote-row .quick-quote-con .quick-desktop .quick-input .col-right {
  padding-right: 0px;
}

/************************Quick Quote ends*******************/
/***********************Welcome******************/
.welcome-row {
  background: url(../images/welcome-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.welcome-row .welcome-con {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

@media (max-width: 1024px) {
  .welcome-row .welcome-con {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.welcome-row .welcome-con a {
  color: #222;
}

.welcome-row .welcome-con a:hover {
  color: #a6a7a9;
}

.welcome-row .welcome-con .landing-heading {
  font-size: 1.4rem !important;
  margin-bottom: 10px;
}

.welcome-row .welcome-con .landing-para {
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 20px;
}

@media (max-width: 1260px) {
  .welcome-row .welcome-con .landing-para {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.welcome-row .welcome-con h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
  font-size: 2.4rem !important;
}

@media (max-width: 576px) {
  .welcome-row .welcome-con h1 {
    font-size: 2rem !important;
  }
}

@media (max-width: 300px) {
  .welcome-row .welcome-con h1 {
    font-size: 1.5rem !important;
  }
}

/*********************** Welcome Ends******************/
.about-row .about-con {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .about-row .about-con {
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .about-row .about-con {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.about-row .about-con .read-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-row .about-con .read-heading .read-btn {
  background: #222;
  color: #fff;
  padding: 10px 40px 10px 40px;
}

.about-row .about-con .read-heading .read-btn:hover {
  background: #d6d6d8;
  color: #222;
}

.about-row .about-con li {
  list-style-image: url(../images/black.png);
}

.about-row .about-con .about-img {
  align-self: center;
}

@media (max-width: 1024px) {
  .about-row .about-con .about-img {
    align-self: center;
  }
}

.about-row .about-con .about-img img {
  border-radius: 50%;
  width: 100%;
}

.about-row .about-con .about-bg {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-row .about-con .about-bg .about-h3 {
  font-size: 1.5rem !important;
}

/************************Tab*********************/
.tab .tab-con {
  padding-bottom: 50px;
}

.tab .tab-con img {
  width: 85%;
  background: #d6d6d8;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fff, #f4bd1a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 10px;
  border-radius: 50%;
}

.tab .tab-con .top-heading h2 {
  text-align: center;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}

.tab .tab-con .tab-wrap {
  text-align: center;
}

.tab .tab-con .tab-wrap:hover h4 {
  background: #222;
  color: #fff;
}

@media (max-width: 768px) {
  .tab .tab-con .tab-wrap:hover h4 {
    background: none;
    color: #222;
  }
}

.tab .tab-con .tab-wrap h4 {
  font-weight: 600;
  color: #a6a7a9;
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  font-size: 1.2rem !important;
}

@media (max-width: 768px) {
  .tab .tab-con .tab-wrap h4 {
    font-size: 1.3rem !important;
    padding: 0px;
  }
}

@media (max-width: 576px) {
  .tab .tab-con .tab-wrap h4 {
    margin-bottom: 30px;
  }
}

.tab .tab-con .tab-wrap h6 {
  color: #d6d6d8;
  font-weight: 600;
}

.tab .tab-con .tab-wrap a {
  color: black;
}

/************************Tab ends*********************/
.whychoose-row .whychoose-con {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.whychoose-row .whychoose-con h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.whychoose-row .whychoose-con h3 {
  margin-bottom: 20px;
  color: #222;
  font-weight: 600;
}

.whychoose-row .whychoose-con p {
  font-weight: 600;
}

.whychoose-row .whychoose-con .why-wrap h4 {
  color: #222;
  font-weight: 600;
}

.whychoose-row .whychoose-con .why-wrap p {
  font-weight: normal;
}

/******************reviews*********************/
.center {
  text-align: center;
}

.cat-testimonials {
  max-height: 451px;
  overflow-y: scroll;
  margin-bottom: 40px;
  text-align: center;
}

testimonial:nth-child(odd) {
  background-color: #ccc;
}

testimonial p:last-child {
  font-size: 12px;
  font-weight: 600;
}

.checkatrade .cat-ratings img {
  margin-bottom: 20px !important;
  margin-right: 60px;
}

@media (max-width: 576px) {
  .checkatrade .cat-ratings img {
    margin-right: 0px;
  }
}

testimonial {
  border-bottom: 1px solid #a6a7a9;
  padding: 10px;
  float: left;
  width: 100%;
  text-align: left;
}

.cat-ratings {
  padding: 20px 0px 20px 0px;
  text-align: -webkit-center;
  color: #fff;
}

.cat-ratings .trust-col {
  width: 15%;
}

@media (max-width: 576px) {
  .cat-ratings .trust-col {
    width: 22%;
  }
}

@media (max-width: 576px) {
  .cat-ratings .star-cls {
    width: 42%;
    margin-left: 20px;
  }
}

.check-con {
  background: url(../images/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .check-con {
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .check-con {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 576px) {
  .check-con {
    background-size: cover;
  }
}

.cat-col-img .test-img {
  width: 100%;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .cat-col-img .test-img {
    margin-top: 30px;
  }
}

.check-trade {
  color: #FF0000;
  font-weight: bold;
}

.check-trade span {
  color: #333;
}

.cat-cls {
  width: 16%;
  padding: 20px;
}

/******************ends*******************/
/******************Testimonials*********************/
.testimonial-row {
  text-align: center;
}

.testimonial-row .testimonial-con {
  padding-top: 40px;
}

.testimonial-row .testimonial-con .slick-arrow {
  display: none !important;
}

.testimonial-row .testimonial-con h5 {
  color: #222;
}

.testimonial-row .testimonial-con .test-head {
  margin-bottom: 60px;
}

.testimonial-row .testimonial-con .testimonial-wrap {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #d6d6d8;
  border-radius: 10px;
}

.testimonial-row .testimonial-con .testimonial-wrap img {
  background: #f4bd1a;
  padding: 20px;
  border-radius: 50%;
  margin-top: -60px;
}

.testimonial-row .testimonial-con .testimonial-wrap .test-icon img {
  background: white;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

/******************ends*******************/
/*************************Foot Logo******************/
.foot-row-logo {
  background: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.foot-logo {
  text-align: center;
}

.foot-logo .foot-img-col {
  background: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #f5f5f5;
}

.foot-logo .foot-logo-con {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .foot-logo .foot-logo-con {
    padding-bottom: 0px;
  }
}

.foot-logo .foot-logo-con h5 {
  text-align: center;
  font-weight: 600;
  color: #222;
  font-size: 1rem !important;
  margin-bottom: 30px;
}

.foot-logo .foot-logo-con img {
  width: 14%;
  padding: 10px;
  margin-right: 17px;
}

@media (max-width: 768px) {
  .foot-logo .foot-logo-con img {
    width: 28%;
  }
}

@media (max-width: 576px) {
  .foot-logo .foot-logo-con img {
    width: 43%;
  }
}

@media (max-width: 300px) {
  .foot-logo .foot-logo-con img {
    width: 83%;
  }
}

/*************************Foot Logo Ends******************/
/***********************Footer Top ************************/
.footer-top {
  background: white;
  color: #222;
}

.footer-top .footer-top-con {
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}

@media (max-width: 576px) {
  .footer-top .footer-top-con {
    text-align: center;
  }
}

.footer-top .footer-top-con a {
  color: #222;
}

.footer-top .footer-top-con a:hover {
  color: #a6a7a9;
}

.footer-top .footer-top-con h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

@media (max-width: 768px) {
  .footer-top .footer-top-con h4 {
    margin-top: 30px;
  }
}

.footer-top .footer-top-con .footer-logo img {
  width: 60%;
}

@media (max-width: 576px) {
  .footer-top .footer-top-con .footer-logo img {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .footer-top .footer-top-con .email-col h5 {
    font-size: 0.8rem !important;
  }
}

.footer-top .footer-top-con .menu-col {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
  .footer-top .footer-top-con .menu-col {
    border-left: none;
    border-right: none;
  }
}

.footer-top .footer-top-con .menu-col ul {
  padding-left: 0px;
}

.footer-top .footer-top-con .menu-col ul li {
  list-style: none;
}

@media (max-width: 768px) {
  .footer-top .footer-top-con .col-lg {
    flex: 0 0  100%;
    max-width: 100%;
  }
}

/***********************Footer Top  Ends************************/
/***********************Footer************************/
.footer-row {
  background: white;
}

.footer-row .footer-con {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #222;
  color: #222;
}

.footer-row .footer-con a {
  color: #222;
}

.footer-row .footer-con .foot-left {
  text-align: left;
}

@media (max-width: 1024px) {
  .footer-row .footer-con .foot-left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-left {
    text-align: center;
  }
}

.footer-row .footer-con .foot-center {
  text-align: center;
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-center {
    text-align: center;
  }
}

.footer-row .footer-con .foot-right {
  text-align: right;
}

@media (max-width: 1024px) {
  .footer-row .footer-con .foot-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-row .footer-con .foot-right {
    text-align: center;
  }
}

/***********************Footer Ends************************/
/************************Inner Page**********************/
.page-container {
  padding: 30px 0px 30px 0px;
}

.page-container .foot-logo-con {
  padding-top: 20px;
  padding-bottom: 10px;
}

.page-container .foot-logo-con .foot-img-col {
  border: none;
}

.page-container .foot-logo-con h5 {
  margin-bottom: 0px;
}

.page-container ul {
  padding-left: 20px;
}

.page-container a {
  font-weight: bold;
  color: #000;
}

.page-container h2 {
  color: #222;
  font-weight: bold;
  border-bottom: 3px solid #222;
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  .page-container h2 {
    font-size: 1.8rem !important;
  }
}

.page-container p {
  line-height: 26px;
  text-align: justify;
}

.page-container p span {
  color: #222;
  font-weight: bold;
}

.page-container .col-md-12, .page-container .col-md-11, .page-container .col-lg-10, .page-container .col-md-10, .page-container .col-md-9, .page-container .col-md-8, .page-container .col-md-7, .page-container .col-md-6,
.page-container .col-md-5, .page-container .col-md-4, .page-container .col-md-3, .page-container .col-lg-2, .page-container .col-md-2, .page-container .col-md-1, .page-container .col-md, .page-container .col-lg-6,
.page-container .col-lg-3, .page-container .col-lg-9, .page-container .col-lg-4, .page-container .col-lg-8 {
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .page-container .col-md-12, .page-container .col-md-11, .page-container .col-lg-10, .page-container .col-md-10, .page-container .col-md-9, .page-container .col-md-8, .page-container .col-md-7, .page-container .col-md-6,
  .page-container .col-md-5, .page-container .col-md-4, .page-container .col-md-3, .page-container .col-lg-2, .page-container .col-md-2, .page-container .col-md-1, .page-container .col-md, .page-container .col-lg-6,
  .page-container .col-lg-3, .page-container .col-lg-9, .page-container .col-lg-4, .page-container .col-lg-8 {
    padding-left: 15px;
  }
}

.page-container .inside-images {
  margin-bottom: 10px;
}

.page-container .page-img img {
  width: 100%;
  padding: 5px;
  border-radius: 15px;
}

/******************ends************************/
/*********************gallery***********************/
.gallery-con .gallery-heading {
  padding-left: 4px !important;
  padding-right: 1px !important;
}

.gallery-con .gallery-heading h4 {
  background: #222;
  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: 20%;
  position: relative;
  height: 200px;
  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: 200px !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***********************/
/******************Area coverage************************/
@media (max-width: 1024px) {
  .area-con {
    padding-top: 10px;
  }
  .area-con .page-container {
    padding: 0px 0px 30px 0px;
  }
}

.area-con iframe {
  width: 100%;
  height: 1009px;
}

@media (max-width: 768px) {
  .area-con iframe {
    height: 300px;
  }
}

.area-con .covering li {
  display: block;
  line-height: 40px;
  font-size: 0.95em;
  border-bottom: #bfbfbb 1px solid;
  padding: 0px;
  list-style-position: inside;
  width: 100%;
}

@media (max-width: 768px) {
  .area-con .covering li {
    float: left;
    width: 50%;
  }
}

.area-con .covering li img {
  font-size: 22px;
  margin-left: 0px;
  margin-right: 10px;
}

/***********************ends**********************/
/***********************Contact page*************************/
.contact-con .con-address h5 a {
  color: black;
  font-weight: normal;
}

.contact-con .con-address h5 a:hover {
  color: #222;
}

.contact-con .contact-form {
  background: #ccc;
  background: linear-gradient(180deg, #ccc 0%, white 100%);
  padding: 30px 10px 30px 10px;
}

.contact-con .contact-form .col-md-12 {
  padding-left: 15px !important;
}

.contact-con .contact-form h3 {
  text-align: center;
}

.contact-con .contact-form input {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form select {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form textarea {
  height: 80px;
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.contact-con .contact-form .con-btn {
  width: 100%;
  background: #222;
  color: white;
}

.contact-con .contact-form .con-btn:hover {
  background: #d6d6d8;
  color: #222;
}

@media (max-width: 576px) {
  .contact-con .contact-form {
    margin-top: 15px;
  }
}

.contact-con .btn-privacy {
  background: #222;
  color: white;
}

.contact-con .btn-privacy:hover {
  background: #d6d6d8;
  color: #222;
}

.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 5000 !important;
}

@media (max-width: 1024px) {
  .header-wrapper {
    position: relative;
    z-index: 1 !important;
  }
}

.f-nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
  transition: all 0.6s;
  position: fixed !important;
}

.f-nav .menu {
  width: 100%;
  margin-top: 0px;
}

.f-nav .menu .menu-con {
  margin-top: 0px;
}

.f-nav .menu .menu-con .container-fluid .menu-col-nav li a {
  padding: 13px 18px !important;
}

.f-nav .header-row {
  display: none;
}

@media (max-width: 1024px) {
  .f-nav {
    left: unset;
    top: unset;
    width: unset;
    z-index: unset;
    transition: unset;
    position: unset !important;
  }
}

button:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}

.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;
}

.whtsap {
  padding-top: 0px;
}

.whtsap:hover span {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 11px solid #222;
}

@media (max-width: 1024px) {
  .whtsap {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.whtsap img {
  margin-right: 9px;
  width: auto;
  margin-top: 6px;
}

.whtsap span {
  background-color: #3fd659;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  border: 11px solid #3fd659;
  text-decoration: none;
  font-size: 12px;
}

@media (max-width: 1260px) {
  .whtsap span {
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .whtsap span {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .whtsap span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .whtsap span {
    font-size: 11px;
  }
}

.whtsap font {
  color: #333;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
}

@media (max-width: 1260px) {
  .whtsap font {
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .whtsap font {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .whtsap font {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .whtsap font {
    font-size: 11px;
  }
}

.read-popup .modal-dialog {
  max-width: 60%;
}

@media (max-width: 1024px) {
  .read-popup .modal-dialog {
    max-width: 88%;
  }
}

@media (max-width: 576px) {
  .read-popup .modal-dialog {
    max-width: 100%;
  }
}

.f-nav .main-logo {
  display: none;
}

.f-nav .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
  padding: 15px 18px !important;
}

@media (max-width: 1366px) {
  .f-nav .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
    padding: 15px 15px !important;
  }
}

@media (max-width: 1260px) {
  .f-nav .menu .menu-con .menu-col-bg .container-fluid .menu-col-nav li a {
    padding: 15px 0px !important;
  }
}

@media (max-width: 1024px) {
  .header-top-row .header-top-con {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .header-top-row .header-top-con .main-logo {
    display: none;
  }
}

.header-top-row .header-top-con .main-logo figure {
  margin-bottom: 10px;
}

.header-top-row .header-top-con .main-logo figure img {
  width: 82%;
}

.header-top-row .header-top-con .col-right {
  align-self: flex-end;
}

#mynav9, #mynav10 {
  display: none;
}

@media (max-width: 1024px) {
  #mynav9, #mynav10 {
    display: block;
  }
}

@media (max-width: 576px) {
  .desktop-banner {
    display: none;
  }
}

.desktop-responsive {
  display: none;
}

@media (max-width: 576px) {
  .desktop-responsive {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */

// wn-css
@media (max-width: 480px) {
  .banner-wrap .carousel-inner .carousel-item img {
    height: 50vh;
    object-fit: cover;
  }
}