  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  html,
  body,
  img,
  fieldset,
  abbr,
  acronym {
    border: 0;
    max-width: 100%;
    width: auto;
  }

  body {
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
  }

  body a,
  body button {
    color: #000;
    outline: none !important;
    text-decoration: none !important;
    transition: all ease 0.5s;
  }

  * {
    padding: 0;
    margin: 0;
  }

  .m-100 {
    margin-bottom: 70px;
  }

  .sec-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff3f39;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-variant: small-caps;
    z-index: 33;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
  }

  .sec-btn span {
    position: relative;
    z-index: 32;
    color: #fff;
  }

  .sec-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFBF00;
    height: 100%;
    width: 100%;
    transition: .5s;
    transform: scale(0, 1);
    content: '';
  }

  .sec-btn:hover::after {
    width: 100%;
    transform: scale(1);
  }
  .what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
  }
  
  .what a {
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #050a3069;
    background: #0cd67b;
  }
  
  .what a:last-child {
    font-size: 20px;
    background-color: #ff3f39;
  }
  .under {
    padding: 7px 20px;
    font-family: 'Krona One', sans-serif;
    position: relative;
    padding-left: 60px;
    text-transform: capitalize;
    color: #ff3f39;
    font-size: 18px;
    font-weight: 600;
  }

  .under::after {
    height: 3px;
    width: 50px;
    background-color: #ff3f39;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
  }

  h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0px;
    text-transform: capitalize;
  }

  
  .p-100 {
    padding: 80px 0px;
  }

  /* -------Globle-css-end------- */
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7779;
  }

  header .top-bar {
    padding: 5px 0px;
    background-color: #fff;
    border-bottom: 2px solid #eee;
  }

  .top-bar .top-left ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .top-bar .top-left ul li a {
    height: 40px;
    width: 40px;
    background-color: #ff3f39;
    transition: .5s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
  }

  .top-bar .top-left ul li a:hover {
    background-color: #fff;
    color: #ff3f39;
    border-radius: 10px;
  }

  .top-bar .top-right {
    display: flex;
    align-items: center;
  }

  .top-bar .top-right .phone {
    margin-right: 20px;
  }

  .top-bar .top-right a:hover {
    color: #ff3f39;
  }

  .top-bar .top-right i {
    color: #ff3f39;
    padding-right: 10px;
  }

  .top-bar .top-right-bar ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
  }

  .top-right-bar ul li a {
    background-color: #FFBF00;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
  }

  .top-right-bar ul li a:hover {
    background-color: #ff3f39;
  }

  .menu {
    padding: 13px 0px;
  }
 header .menu .container{
  padding: 10px 25px;
  border-radius: 34px;
  box-shadow: 0px 10px 20px #0000000e;
  background-color: #fff;
 }
  .menu .navbar-brand img {
    width: 200px;
  }

  .menu .navbar {
    background-color: #fff;
    padding: 0;
  }

  .menu .navbar-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #525151;
    padding: 0px 20px;
    border-right: 2px solid #ff3f39;
  }

  .menu .navbar-light .navbar-nav li:last-child .nav-link {
    border-right: none;
  }

  .menu .navbar-light .navbar-nav .nav-link:hover,
  .menu .navbar-light .navbar-nav .active {
    color: #ff3f39;
  }

  .menu .dropdown .dropdown-menu {
    width: 250px;
    font-weight: 600;
  }

  .menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  .book-now .sec-btn {
    margin-top: 0;
  }

  header .container-fluid {
    padding: 0;
  }

  .menu .book-now {
    margin-left: 50px;
  }

header .sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 5px;
  }

  .sticky .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }

  .sticky .navbar-light .navbar-nav .nav-link:hover,
  .sticky .navbar-light .navbar-nav .active {
    color: #ff3f39 !important;
  }

  /* ----Header-Section-End---- */
.booking-section{
  display: none;
}
  /* ---Hero-Section-Start--- */
  .hero-section {
    position: relative;
  }

  .hero-section .hero-slide {
    padding: 440px 0px 100px;
    background-image:linear-gradient(to bottom,#0000001c,#ff4039),url(../images/hero.jpg);
    background-position: center;
    background-size: cover;
  }

  .hero-section .hero-slide2 {
    background-image: linear-gradient(to bottom,#0000001c,#ff4039),url(../images/hero2.jpg);
  }

  .hero-section .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFBF00;
    color: #fff;
  }
.hero-section .hero-slide .hs-head{
  text-align: right;  
  color: #fff;
}
.hero-section .hero-slide .hero-text{
  text-align: left;
  padding-left: 30px;
  border-left: 4px solid #FFBF00;
}
  .hero-section .slick-next {
    right: 0px;
    background-color: #fff;
    width: 60px;
    height: 50px;
    font-size: 0;
    border: none;
  }

  .hero-section .slick-prev {
    right: 60px;
    background-color: #FFBF00;
    z-index: 4;
    width: 60px;
    height: 50px;
    font-size: 0;
    border: none;
  }

  .hero-section .slick-next::after {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 25px;
    color: #ff3f39;
    content: "\f178";
    font-family: "FontAwesome";
  }

  .hero-section .slick-prev::after {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 25px;
    color: #fff;
    content: "\f177";
    font-family: "FontAwesome";
  }

  .hero-slide .hero-text {
    text-align: center;
    color: #fff;
  }

  .hero-slide .hs-head h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
  }
  .hero-slide .hs-head h4{
    text-transform: capitalize;
    font-size: 22px;
    color: #FFBF00;
    font-weight: 600;
  }
  .hero-slide .hero-text p {
    line-height: 28px;
  }

  .hero-slide .hero-text .sec-btn {
    background-color: #FFBF00;
  }

  .hero-slide .hero-text .sec-btn::after {
    background-color: #fff;
  }

  .hero-slide .hero-text .sec-btn:hover span {
    color: #ff3f39;
  }
.hero-section .hero-text .hero-img{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.hero-section .hero-text .hero-img ul{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-section .hero-text .hero-img ul li{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 2px solid #FFBF00;
}
.hero-section .hero-text .hero-img ul li:nth-child(2),.hero-section .hero-text .hero-img ul li:nth-child(3){
  margin-left: -25px;
}
.hero-section .hero-text .hero-img ul li img{
  object-fit: cover;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.hero-section .hero-text .hero-img h3{
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
}
.hero-section .hero-text .hero-img h3 span{
  color: #FFBF00;
}
  /* ---Hero-Section-End--- */

  /* ---About-Section-Start--- */

  .about-section .as-img {
    position: relative;
  }
.about-section .as-img img {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
  .about-section .as-img .as-ex {
    position: absolute;
    left: 25%;
    bottom: 35px;
    height: 150px;
    padding: 10px 20px;
    border-radius: 10px;
    width: 300px;
    background-color: #ff3f39;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: 10px solid #fff;
  }

  .as-img .as-ex h2 {
    font-size: 60px;
    margin: 0;
  }

  .as-img .as-ex span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }

  .as-content .cont-box {
    padding: 15px;
    text-align: center;
    background-color: #FFBF00;
    color: #fff;
    transition: .5s;
    border-radius: 5px;
  }

  .as-content .cont-box h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .as-content .cont-box:hover {
    background-color: #ff3f39;
  }

  .as-content .cont-box h2::after {
    content: "+";
    font-size: 40px;
  }

  .as-content .cont-box p {
    margin-bottom: 0;
  }

  /* ---About-Section-End--- */

  /* ---Cta-Section-Start--- */

  .cta-section .cta {
    padding: 50px 30px;
    background-color: #ff3f39;
    color: #fff;
  }

  .cta-section .cta-text {
    display: flex;
    align-items: center;
  }

  .cta-section .cta-text h2 {
    margin-left: 20px;
    font-size: 35px;
    text-transform: capitalize;
  }

  .cta-section .cta-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cta-link .sec-btn {
    background-color: #FFBF00;
  }

  .cta-link .sec-btn::after {
    background-color: #fff;
  }

  .cta-link .sec-btn:hover span {
    color: #ff3f39;
  }

  /* ----Cta-Section-End--- */

  /* ---service-section-start---- */

  .service-section .ser-head {
    text-align: center;
  }

  .service-section .ser-box {
    padding: 20px;
    transition: .5s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #b9babd4f;
    margin: 20px 10px;
  }

  .ser-box .ser-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }

  .ser-box .ser-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 80px;
    width: 80px;
    background-color: #ff3f39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .ser-box .ser-img>img {
    width: 100%;
    height: 260px;
    transition: .5s;
    border-radius: 10px;
    object-fit: cover;
  }

  .ser-box .ser-icon img {
    width: 55px;
    border-radius: 10px;
  }

  .ser-box:hover .ser-icon img {
    animation: zoom .4s linear alternate;
  }

  .ser-box:hover .ser-img>img {
    transform: scale(1.1);
  }

  .ser-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px;
  }
  @keyframes zoom{
    0%{
      transform: scale(0) ;
    }
    100%{
      transform: scale(1);
    }
  }
  /* ----service-section-end---- */

  /* ===Testimonial-Section-Start=== */

  .form-box {
    background-color: #ff3f39;
    padding: 35px 20px;
  }

  .form-box h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
  }

  .form-box .f-group input,
  .form-box .f-group select,
  .form-box .f-group textarea {
    width: 100%;
    padding: 11px 20px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    border-radius: 4px;
    background-color: #fff;
  }

  .form-box .f-group textarea {
    margin-bottom: 0;
  }

  .form-box .f-group input::placeholder,
  .form-box .f-group textarea::placeholder {
    color: #000;
  }

  .form-box .f-group select {
    padding: 11px 20px;
  }

  .form-box .f-group .sec-btn {
    width: 100%;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    padding: 15px 20px;
    background-color: #FFBF00;
  }

  .form-box .f-group .sec-btn::after {
    background-color: #fff;
  }

  .form-box .f-group .sec-btn:hover span {
    color: #ff3f39;
  }

  .form-box label {
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .form-box .sec-btn {
    margin-top: 5px;
  }

  .tes-slider .tes-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #ff403916;
    margin: 15px;
    outline: 7px solid #ff3f39;
    outline-offset: -22px;
  }

  .tes-box .quote {
    font-size: 30px;
    color: #ff3f39;
  }

  .tes-box .info {
    display: flex;
    align-items: center;
    margin: 20px 0px;
  }

  .tes-box .info img {
    width: 70px;
    width: 70px;
    border-radius: 50%;
  }

  .tes-box .info .text {
    margin-left: 20px;
  }

  .tes-box .info .text span {
    color: #ff3f39;
  }

  .tes-box .info .text h5 {
    margin-bottom: 0;
  }

  .tes-box .ratting {
    color: orange;
    font-size: 20px;
    margin-top: 10px;
  }

  .tes-box .ratting i {
    padding: 2px;
  }

  .tes-box q {
    line-height: 28px;
  }

  /* ====Testimonial-Section-End==== */

  /* ===Policy-Section-Start=== */

  .policy-section .policy{
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
  }
  .policy-section .policy h1{
    font-size: 30px;
    font-weight: 600;
    color: #FFBF00;
  }
.policy-section .policy h4{
  font-weight: 600;
  font-size: 20px;
}
  /* ===Policy-Section-End=== */

  /* -----Brand-Section-Start----- */

  .brand-section {
    text-align: center;
  }

  .brand-section .brand-box {
    padding: 20px;
    border: 3px double #FFBF00;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .brand-section .brand-box img {
    margin: auto;
    width: 200px;
  }

  .brand-section h3 {
    font-size: 40px;
    font-weight: 600;
  }

  /* ---Brand-Section-End---- */

  /* ---Footer-Section-Start--- */

  .footer-section {
    padding-top: 30px;
    background-color: #eee;
  }

  .f-box,
  .footer-section .map {
    margin-top: 20px;
  }

  .f-box h4 {
    margin-bottom: 20px;
    color: #ff3f39;
    position: relative;
    font-weight: 600;
  }

  .f-box p {
    margin: 15px 0px;
  }

  .f-box h4::after {
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #FFBF00;
    content: "";
  }

  .f-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .f-box ul li {
    display: flex;
    align-items: center;
    margin: 7px 0px;
  }

  .f-box ul li a:hover {
    color: #ff3f39;
  }

  .f-box ul li span {
    flex: 1;
    font-size: 15px;
  }

  .f-box img {
    width: 230px;
  }

  .f-box .social-link {
    display: flex;
    align-items: center;
  }

  .f-box .social-link li a,
  .f-box ul li>i {
    display: flex;
    margin-right: 10px;
    align-items: center;
    transition: .5s;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #ff3f39;
    border-radius: 1px;
  }

  .f-box .social-link li a:hover,
  .f-box ul li>i:hover {
    background-color: #ff3f39;
    color: #fff;
    border-radius: 5px;
  }

  .footer-section .map {
    height: 100%;
    box-shadow: 0px 10px 20px 0px #0cd67b16;
  }

  .footer-section .map iframe {
    height: 100%;
    border-radius: 10px;
  }

  .footer-section .copy-right {
    text-align: center;
    padding: 10px;
    z-index: 7;
    color: #fff;
    background-color: #ff3f39;
    margin-top: 30px;
    position: relative;
  }

  .footer-section .copy-right p {
    margin-bottom: 0;
  }

  .footer-section .copy-right p a {
    color: #FFBF00;
    font-weight: 600;
  }

  .footer-section .col-lg-3 .f-box ul li {
    margin: 2px 0px;
  }
  /* ---Footer-Section-End--- */

  /* ---Banner-Section-Start--- */

  .banner-section {
    background-image: linear-gradient(#05132c96, #ff403971), url(../images/banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .banner-title {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 70px;
    color: #fff;
  }

  .banner-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 20px;
    z-index: 99;
    background-color: #fff;
    position: relative;
    margin: auto;
    margin-bottom: -1px;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
    width: 350px;
  }

  .banner-section ul li {
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
    list-style: none;
  }

  .banner-section ul li a {
    color: #FFBF00;
  }

  .banner-section ul li:hover a {
    color: #ff3f39;
  }

  /* ---Banner-Section-End--- */

  /* ----Mission-Section-Start---- */

  .mission-section .ms-box {
    padding: 20px;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(255, 64, 57, 0.11)2c;
    transition: .5s;
    background-color: #eee;
    height: 100%;
  }

  .mission-section .ms-box:hover {
    background-color: #ff3f39;
    color: #fff;
  }

  .ms-box h4 {
    margin-top: 16px;
  }

  .ms-box img {
    filter: brightness(0);
  }

  .mission-section .ms-box:hover img {
    filter: brightness(1);
  }

  /* ----Mission-Section-End---- */

  /* -----Gallery-Page-start----- */

  .gallery-section .gs-head h2 {
    margin: 0;
    text-align: center;
  }

  .gallery-section .gallery-box {
    position: relative;
    margin-top: 20px;
  }

  .gallery-box a {
    position: relative;
    border-radius: 10px;
  }

  .gallery-box a img {
    width: 100%;
    transition: .5s;
    height: 328px;
    object-fit: cover;
  }

  .gallery-box a:hover img {
    transform: scale(.9);
  }

  /* ------gallery-Page-end------- */

  /* ---------Service-details-start-------- */

  .service-two .ser-box {
    border: none;
  }

  .service-two p {
    margin-bottom: 3px;
  }

  .service-two p b {
    color: #171718;
  }

  .ser-slider .ser-list {
    border-radius: 2px;
    margin: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #eee;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s;
    width: 180px;
    line-height: 24px;
    cursor: pointer;
    min-height: 170px;
  }

  .ser-slider .ser-list::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ff3f39;
    transition: .4s;
    content: "";
  }

  .ser-slider .ser-list:hover::after {
    height: 100%;
  }

  .ser-slider .ser-list::before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    transform: translate(-50%, -50%);
    height: 3px;
    background-color: #FFBF00;
    z-index: 3;
    transition: .4s;
    content: "";
  }

  .ser-slider .ser-list:hover:before {
    width: 100%;
  }

  .ser-slider .ser-list.slick-current::before {
    width: 100%;
  }

  .ser-slider .ser-list img {
    display: block;
    margin: 10px auto;
    filter: brightness(0);
    position: relative;
    z-index: 9;
    transition: .5s;
  }
  .service-two .ser-slide{
    margin-top: 40px;
  }
  .ser-slider .slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ser-slider .ser-list:hover img,
  .ser-slider .ser-list.slick-current img {
    filter: brightness(1);
  }

  .ser-slider .ser-list.slick-current {
    background-color: #ff3f39;
    color: #fff;
    cursor: auto;
  }

  .ser-slider .ser-list:hover span {
    color: #fff;
    position: relative;
    z-index: 4;
  }

  .service-two .ser-box {
    text-align: left;
    position: static;
    padding: 0;
    box-shadow: none;
  }

  .service-two .ser-box h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
  }
.service-two .ser-box h5{
  font-weight: 700;
  margin: 15px 0px;
  color: #FFBF00;
}
  .service-two .ser-box:hover {
    color: #171718;
  }

  .service-two .ser-box::before,
  .service-two .ser-box::after {
    display: none;
  }
  .service-two .ser-img{
    height: 100%;
  }
  .service-two .ser-img img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .service-two .ser-box h4{
    margin: 16px 0px;
    font-weight: 700;
    line-height: 30px;
  }
.ser-box .pricing-table th{
  background-color: #eee;
}
   .service-two .ser-box .pricing-table td,.service-two .ser-box .pricing-table th{
    padding:5px 8px;
    border: 1px solid #b1b1b3;
    border-radius: 5px;
   }
  /* ---------Service-details-start-------- */

  /* ---Contact-Section-Start--- */

.contact-section .con-box{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-section .con-box address{
    margin:0px;
}
.contact-section .con-box .contact-img{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFBF00;
  margin-right: 20px;
}
.contact-section .con-box:hover .contact-img{
  background-color: #ff3f39;
}
.con-box .contact-img img{
  width: 50px;
}
.con-box .text{
  flex: 1;
}
.con-box .text h4{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.contact-section .map{
  height: 100%;
}
/* ---Contact-Section-End---- */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px;
}
.banner-title{
  padding-top: 200px;
  padding-bottom: 50px;
}
.hero-slide .hero-text h2 {
  font-size: 40px;
  line-height: 50px;
}
.hero-slide .hero-text p {
  font-size: 17px;
}
h2,.as-content .cont-box h2 {
  font-size: 29px;
  font-weight: 600;
}
.as-content .cont-box p {
  font-size: 13px;
}
.as-content .cont-box img{
  width: 50px;
}
.as-content .cont-box{
  padding: 10px;
}
.p-100 {
  padding: 60px 0px;
}
.cta-section .cta-text img{
  width: 80px;
}
.service-two .ser-img{
  margin-bottom: 30px;
}
.service-two .ser-img img{
  height: 400px;
}
.service-section .ser-box{
  margin: 10px 0px;
}
.ser-box h4 {
  font-size: 21px;
  font-weight: 600;
  margin: 10px 0px;
}
.ser-box p {
  text-align: justify;
}
.m-100{
  margin-bottom: 60px;
}
.contact-section .con-box .contact-img {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  margin-right: 10px;
}
.contact-section .con-box .contact-img img{
  width: 45px;
}
.service-two .ser-slide:nth-child(even) .row{
  flex-direction: column-reverse;
}
}

@media screen and (max-width:992px) {
  .top-right-bar{
    display: none;
  }
  .hero-section .hero-slide .hero-text{
    padding-left: 0;
    text-align: center;
    border: none;
  }
  .hero-section .hero-slide .hs-head{
    text-align: center;
  }
  .menu .navbar-light .navbar-toggler-icon{
    background-image: none;
    display: flex;
    align-items: center;
    color: #FFBF00;
    justify-content: center;
  }
  .hero-section .hero-text .hero-img{
    justify-content: center;
  }
  .menu .navbar-light .navbar-toggler{
    border: 3px double #ff3f39;
  }
  .menu .navbar-light .navbar-toggler:focus{
    box-shadow: none;
  }
  .menu .navbar-nav{
    align-items: flex-start;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    padding: 5px 0px;
    border: none;
  }
  .menu .book-now{
    margin: 20px 0px;
    margin-left: 0;
  }
  .hero-section .hero-slide{
    padding-top: 200px;
  }
  .as-content{
    margin-top: 40px;
  }
  .cta-section .cta-text h2 {
    font-size: 24px;
}
.cta-section .cta{
  padding:25px 35px;
}
.p-100 {
  padding: 50px 0px;
}
.tes-box .info .text h5 {
    font-size: 16px;
}
.tes-box .info .text span{
  font-size: 14px;
}
.tes-box .info .text {
    margin-left: 10px;
}
.tes-slider .tes-box {
  padding: 30px;
  margin: 10px;
  outline-offset: -17px;
}
.tes-box .ratting {
  font-size: 14px;
  margin-top: 0;
}
.m-100{
  margin-bottom: 50px;
}
.contact-section .map{
  height: 300px;
  margin-top: 30px;
}


}

@media screen and (max-width:580px) {
  .hero-slide .hero-text h2 {
    font-size: 25px;
    line-height: 35px;
}
.hero-section .hero-slide{
  padding: 170px 0px 100px;
  background-position: left;
}
.hero-slide .hero-text p {
  font-size: 16px;
}
.service-two .ser-img img {
    height: 300px;
}
h2,.form-box h2 {
  font-size: 25px;
}
.as-content .cont-box{
  padding: 20px;
  margin-top: 20px;
}
.as-content .cont-box h2{
  font-size: 30px;
}
.about-section .as-img .as-ex{
  width: auto;
  left: 0px;
  bottom: 0;
  height: auto;
}
.hero-slide .hs-head h2 {
    font-size: 24px;
    line-height: 35px;
}
.hero-slide .hs-head h4{
  font-size: 18px;
}
.hero-section .hero-text .hero-img h3 {
    font-size: 17px;
    margin-left: 10px;
}
.as-content > p{
  text-align: justify;
}
.as-content .cont-box p{
  font-size: 18px;
}
.cta-section{
  text-align: center;
}
.cta-section .cta-text{
  flex-direction: column;
}
.cta-section .cta-text img {
  width: 60px;
}
.cta-section .cta-text h2 {
  margin-left: 0;
}
.cta-section .cta-link{
  justify-content: center;
}
.p-100 {
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.tes-slider .tes-box{
  margin: 0;
  border: 1px solid #b1b1b3;
}
.form-box{
  margin-top: 30px;
}
.top-bar .top-right {
  flex-wrap: wrap;
}
header .top-bar{
  background-color: #ff3f39;
}
.top-bar .top-right a{
  color: #fff;
}
.top-bar .top-right i{
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding-right: 0;
  margin-right: 10px;
  background-color: #FFBF00;
}
.top-bar .top-right .phone{
  display: flex;
  align-items: center;
}
.top-bar .top-right .email{
  display: none;
}

.top-bar .top-right a:hover{
  color: #FFBF00;
}
.banner-section{
  background-position: right;
  background-size: cover;
}
.banner-title {
    padding-top: 188px;
    padding-bottom: 40px;
}
.service-two .ser-box h2 {
    font-size: 22px;
    line-height: 35px;
}
.contact-section .con-box:last-child a{
  font-size: 14px;
}
 .service-two .ser-box h4{
  font-size: 19px;
  }
  .service-two .ser-box h5{
    font-size: 17px;
  }
  .service-two .ser-box .pricing-table td, .service-two .ser-box .pricing-table th {
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 10px;
}
.ser-slider .ser-list{
  margin: 10px 5px;
}
.testimonial-section .form-box2{
  display: none;
}
.booking-section{
  display: block;
}
.f-box ul li a{
  font-size: 14px;
}
.contact-section .con-box .contact-img {
    height: 50px;
    width: 50px;
}
.contact-section .con-box .contact-img img {
    width: 35px;
}
}




 /*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank img{
    width:50%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:45px;
  width:45px;
  background:#ffb400;
  color:#fff;
  font-size:20px;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/