html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Saira Semi Condensed', sans-serif;
  
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

.what {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}
.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 #00000059;
    background: #1cbd11;
}

.what a:last-child {
    font-size: 20px;
    background:#ae61be;
}
* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 10px 0px;
}

.m-100 {
  margin-bottom: 100px;
}
.p-100{
  padding: 80px 0px;
}
.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ae61be;
  color: #fff;
  transition: .5s;
  border: 1px solid #ae61be;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #ae61be;
}

.under {
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  text-transform: uppercase;
  background: linear-gradient(to right,#55d9d7,#ae61be);
}
.under b{
  position: relative;
  z-index: 2;
}

.under::after {
  height: 100%;
  width: 40px;
  border-radius: 21px 0px 21px 0px;
  content: '';
  position: absolute;
  background-color: #55d9d7;
  bottom: 0;
  transform: rotate(45deg);
  left: -11px;
}

.under::before {
  height: 100%;
  width: 40px;
  content: '';
  background-color: #ae61be;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 21px 0px 21px 0px;
  top: 0;
  right: -11px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.sticky {
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  padding: 6px 0px;
  width: 100%;
  box-shadow: 0px 10px 20px 0px #16161632;
  z-index: 999;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}
.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .nav-link.active{
  color: #ae61be;
}
.sticky .navbar-expand-lg .navbar-nav{
  padding-left: 100px;
}
.menu .navbar-light .navbar-brand{
  display: none;
}
.sticky .navbar-light .navbar-brand{
  display: block;
}
.menu .navbar-light .navbar-brand img{
  width: 120px;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #55d9d7;

}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  padding: 0;
  width: 240px;
}
.sticky .navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar-light .navbar-nav .active {
  color: #ae61be !important;
}

/* -------Globle-css-end------- */

/* ------header-section-start------- */

.top-bar{
  padding: 10px 0px;
  background-color: #e8f0ef;
  display: none;
}

.top-left-bar{
  display: flex;
  align-items: center;
}

.top-bar .top-left-bar .email{
  margin-right: 10px;
}
.top-left-bar  a{
  padding-left: 10px;
}
.top-bar .top-left-bar .phone{
  display: none;
}
.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: #55d9d7;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display:flex;
  align-items:center ;
  justify-content: center;
  margin: 0px 6px;
}
.top-right-bar ul li a:hover{
  background-color: transparent;
  border: 1px solid #55d9d7;
  color: #55d9d7;
}

.logo-bar{
  padding: 5px 0px;
  position: relative;
  color: #fff;
  background-color: #ae61be;
}
.logo-bar::after {
  position: absolute;
  top: 0px;
  left: -7%;
  height: 100%;
  width: 34%;
  content: "";
  background-color: #e8f0ef;
  transform: skew(20deg);
}
.logo-bar .logo img {
  width: 130px;
  position: relative;
  z-index: 434;
}
.logo-bar .phone,.logo-bar .address{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar a{
  color: #fff;
}
.logo-bar .address .text,.logo-bar .phone .text{
  flex: 1;
}
.logo-bar .address address{
  margin-bottom: 0;
}
.logo-bar .phone .icon,.logo-bar .address .icon{
  height: 40px;
  width: 40px;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #55d9d7;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu{
  background-color: #55d9d7;
  padding: 10px 0px;
}
.menu .navbar{
  padding: 0;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: white;
  letter-spacing: 1px;
  padding: 0px;
  font-weight: 500;
  font-size: 18px;
  transition: .5s;
  position: relative;
}
.menu .navbar-nav .nav-link::before{
  border-bottom: 4px solid #ae61be;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 100%;
  transition: .5s;
  width: 0%;
}
.menu .navbar-nav .nav-link:hover:before{
  width: 100%;
}
.menu .nav-item{
  margin: 0px 17px;
}
.menu .navbar-nav .active{
  border-bottom: #ae61be 4px solid;
}


/* -------header-section-end------ */

/* ----Hero-Section-Start---- */
.hero-slide{
  padding: 120px 0px 20px;
  color: #fff;
  background-image: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 72%)), url(../images/hero1.jpg);
  background-size: cover;
  background-position: center;
}
.hero-slide h2{
  font-size: 60px;
  font-weight: 700;
  margin-top: 20px;
}
.hero-slide .hero-img{
  margin-top: -120px;
}
/* ----Hero-Section-End---- */

/* ----About-Section-Start---- */

.about-section{
  padding: 80px 0px;
}
.about-section .as-item .as-img img{
  width: 100%;
  display: inline-block;
  object-fit: cover;
  max-height: 330px;
}
.about-section .as-item .as-img{
  height: 100%;
}
.about-section .as-item .text h4{
  font-size: 25px;
  list-style: 35px;
  font-weight: 500;
}
.about-section .as-item .text h4 span{
  color: #55d9d7;
}
.about-section .as-content h2{
  font-size: 40px;
}
.as-content ul{
  list-style: none;
  padding:0px 10px;
}
.as-content ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.as-content ul li i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #55d9d7;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
  border-radius: 100%;
}
.as-content ul li span{
  flex: 1;
}
/* ----About-Section-End---- */

/* -----Service-Section-Start---- */

.service-section .ser-head{
  text-align: center;
}
.service-section .ser-box{
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.142);
  padding: 15px;
  height: 100%;
  border-radius: 10px;
}
.ser-box .ser-img{
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.service-section .ser-box .ser-img img{
  width: 100%;
  height: 240px;
  border-radius: 8px;
  transition: .5s;
  object-fit: cover;
}
.service-section .ser-box:hover .ser-img img{
  transform: scale(1.1);
}
.service-section .ser-box .text{
  padding: 10px;
  transition: .5s;
  border-radius: 0px 0px 8px 8px;
}
.service-section .ser-box:hover .text{
  background-color: #55d9d7;
  color: #fff;
}

.service-section .ser-box .text h4{
  font-size: 22px;
  font-weight: 600;
}
.service-2{
  background-color: #e2f7f5;
  padding: 80px 0px;
}
.service-2 .see-item h4{
  font-weight: 900;
  font-size: 25px;
}
.service-2  .ser-img{
  overflow: hidden;
}
.service-2 .ser-img img{
  transition: .5s;
  width: 100%;
}
.service-2 .ser-img:hover img{
  transform: scale(1.1);
}
/* -----Service-Section-End---- */

/* -----Choose-Section-Start---- */

.choose-section{
  padding: 80px 0px;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.choose-section::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: url(../images/counter.jpg);
  background-size: cover;
  content: '';
}
.choose-section::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #e2f7f5;
  content: '';
}
.choose-section .choose{
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 60px;
}
.choose .ch-head h2{
  margin: 30px 0px;
}
.choose .count-box{
  padding: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.628);
  border-right: 1px solid rgba(128, 128, 128, 0.628);
}
.choose .count-box h2,.choose .count-box p{
  margin:0px;
}
.choose .count-box p{
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.choose .col-6:nth-child(3) .count-box,.choose .col-6:nth-child(6) .count-box{
  border-right: none;
}
.choose .col-6:nth-child(4) .count-box,.choose .col-6:nth-child(6) .count-box,.choose .col-6:nth-child(5) .count-box{
  border-bottom: none;
}
/* -----Choose-Section-End---- */

/* -----Process-Section-Start---- */

.process-section .container{
  padding: 50px 20px;
  background-color: rgb(241, 241, 241);
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  margin-top: -80px;
}
.ps-head h2{
  font-size: 40px;
  margin: 20px 0px;
}
.process-section .ps-box{
  padding:30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #55d9d718;
}
.process-section .ps-box .icon{
  display: flex;
  align-items: center;
  border-left: 2px solid #ae61be;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 10px auto;
}
.process-section .ps-box h4{
  font-weight: 600;
}
.process-section .ps-box .icon p{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #ae61be;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}
.ps-box .icon:hover p{
  background-color: #55d9d7;
}

/* -----Process-Section-Start---- */

/* ----Quote-Section-Start---- */
.quote-section{
  margin-top: 200px;
}
 .quote-section .container{
background-color: #ae61be;
padding:50px 30px;
border-radius: 10px;
position: relative;
padding-bottom: 0;
z-index: 2;
 }
 .qs-box{
  position: absolute;
  bottom: 40px;
  right: 0px;
  padding: 20px 30px;
  text-align: center;
  font-size: 30px;
  background-color: #fff;
  z-index: 9;
 }
 .qs-box p{
  margin: 0px;
 }
 .quote-section .form-box{
  position: relative;
  z-index: 33;
 }
 .quote-section .qs-img{
  margin-top: -180px;
 }
 .quote-section .form-box h2{
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 20px;
 }
 .form-box .f-group input,.form-box .f-group select,.form-box .f-group textarea{
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #55d9d7;
  margin-top: 20px;
  border-radius: 5px;
  outline: none;
  color: #fff;
  background-color: transparent;
 }
 .form-box .f-group input::placeholder,.form-box .f-group textarea::placeholder{
  color: #fff;
 }
 .form-box .f-group select{
  padding: 12px 20px;
  background-color:#AE61BD;
 }
 .form-box .f-group .sec-btn{
  margin-top: 20px;
  background-color: #55d9d7;
 }
 .form-box .under::before{
  background-color: #022a2a;
 }
 .form-box .under{
  background: linear-gradient(to right, #55d9d7, #432c48);
 } 
/* ----Quote-Section-End---- */

.testimonial-section{
  background-image:linear-gradient(#eeeeeef5,#eeeeeef5),url(../images/testimonial-one-shape.webp);
  background-size: cover;
  margin-top: -40px;
  z-index: 0;
}
.tes-head{
  position: relative;
  z-index: 6;
  text-align: center;
}
.tes-head h2{
  font-size: 35px;
  font-weight: 600;
}
.tes-head h2 span{
  color: #ae61be;
  font-weight: inherit;
}
.tes-slide {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  margin: 10px;
}

.tes-info {
  display: flex;
  align-items: center;
}

.ts-img img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.tes-info .text {
  margin-left: 20px;
}

.tes-info .text h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.tes-slide .ratting{
  color: #ae61be;
}
.tes-info span {
  color: #ae61be;
  font-size: 15px;
}

.tes-slide p {
  margin-bottom: 0;
  margin-top: 24px;
}

.tes-slider .slick-prev,.tes-slider .slick-next{
  display: none !important;
}
.tes-slider .slick-dots li button:before {
  font-size: 45px;
}
.tes-slider .slick-dots li.slick-active button:before {
  opacity: .85;
  color: #d40511;
}
.tes-slider .slick-dots{
  bottom: -40px;
}
.testimonial-section .sup-title{
  justify-content: center;
}


/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  border-top: 2px solid #ae61be;
  background-size: cover;
  background-image:linear-gradient(#d4f1eedf,#dcf0eee2),url(../images/fot-bg.png);
  background-position: center;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-logo img {
  width: 130px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  border-radius: 5px;
  background-color: #55d9d7;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a:hover {
  background-color: #ae61be;
  border-radius: 6px;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #55d9d7;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #55d9d7;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #55d9d7;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 0px 0px;
}

.footer-box ul li a {
  display: flex;
  align-items: center;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
}
.footer-link2 ul li p{
  margin-bottom: 0;
}
.footer-link2 ul li a:hover {
  color: #55d9d7;
}
.footer-link ul li a b{
  transition: .5s;
  font-size: 25px;
  display: inline-block;
  transform: scale(0);
  margin-left: -10px;
}
.footer-link ul li a:hover b{
  transform: scale(1);
  padding-right: 3px;
  margin-left: 0;
}
.footer-link2 ul li i {
  color: #fff;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: .5s;
  background-color: #55d9d7;
}
.footer-link2 ul li i:hover{
  background-color: #ae61be;
  border-radius: 6px;

}
.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #ae61be;
  margin-top: 30px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}
.footer-text p{
  line-height: 30px;
}
/* ----Footer-Section-End----- */

/* ----Banner-Section-Start---- */

.banner-section{
  padding: 100px 0px;
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.banner-title h2{
  font-size: 45px;
  font-weight: 600;
}
.banner-title ul{
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-title ul li{
  margin: 0px 3px;
}
.banner-title ul li a{
  padding: 5px 15px;
  color: #fff;
  background-color: #55d9d7;
  border-radius: 5px;
  font-size: 18px;
}
/* ----Banner-Section-End---- */

/* ----Team-Section-Start--- */

.team-box{
  border-radius: 10px;
  background-color: #e2f7f5;
  display: flex !important;
  margin: 13px;
}

.team-box .team-img img{
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}
.team-box .text{
  flex: 1;
  padding: 20px;
}
.team-box .text p{
  font-size: 18px;
}
.team-box .text h4{
  margin-bottom: 0px;
}
.team-box .text span{
  color: #55d9d7;
}
.team-box ul{
  padding: 0px;
  list-style: none;
}
.team-box ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.team-box ul li i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #55d9d7;
  border-radius: 100%;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

/* ----Team-Section-End---- */


/* -----Contact-Section-start---- */
.contact-section{
  padding: 80px 0px;
}
.contact-box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.246);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.contact-box::after {
  height: 100%;
  width: 100%;
  background-color: #ae61be;
  border-radius: 10px;
  position: absolute;
  transition: .5s;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0);
}
.contact-box:hover:after {
  transform: scale(1);
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #ae61be;
}
.contact-box .text {
  flex: 1;
  margin-left: 20px;
}
.contact-box:hover a, .contact-box:hover h4 {
  color: #fff;
}
.contact-box a, .contact-box h4 {
  position: relative;
  z-index: 4;
  font-weight: 600;
}
.contact-box:hover address {
  color: #fff;
}
.contact-box address {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.contact-box p{
  margin: 0px;
}
.contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ae61be;
  box-shadow: 0px 5px 10px 0px #0959002e;
}
.contact-box:hover .icon {
  background-color: #fff;
  color: #ae61be;
}
.contact-section .map{
  height: 100%;
}
/* -----Contact-Section-End------ */

/* ------gallery-section------- */

.gallery-section {
  padding: 80px 0px;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a img {
  border-radius: 10px;
  width: 100%;
  height: 328px;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

/* -----Responsive-Style-Start---- */

@media screen and (max-width:1200px) {
  .sticky .navbar-expand-lg .navbar-nav {
    padding-left: 60px;
}
}

@media screen and (max-width:1024px) {
  .hero-slide h2 {
    font-size: 45px;
}
.logo-bar::after{
  width: 30%;
}
.hero-slide {
  padding: 80px 0px;
}
.hero-slide .hero-img {
  margin-top: -90px;
}
.choose .count-box p {
  font-size: 19px;
}
.quote-section .qs-img {
  margin-top: -100px;
}
.quote-section {
  margin-top: 100px;
}
.choose-section {
  padding: 50px 0px;
}
.p-100{
  padding: 50px 0px;
}
}

@media screen and (max-width:992px) {
  .top-bar .top-left-bar .phone,.menu .navbar-light .navbar-brand {
    display: block;
}
.logo-bar{
  display: none;
}
.menu {
  background-color: #fff;
  padding: 6px 0px;
}
.menu .navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 5px 0px;
  display: inline-block;
}
.menu .nav-item {
  margin: 0px;
}
.navbar-light .navbar-toggler {
  border-color: #55d9d7;
  border-width: 3px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.sticky .navbar-expand-lg .navbar-nav {
  padding-left: 0px;
}
.top-bar{
  display: block;
}
}

@media screen and (max-width:768px) {
  .about-section .as-item .as-img img,.as-item .text,.qs-box,.hero-slide .hero-img{
    display: none;
  }
  .about-section .as-item .as-img.mt-4 img{
    display: block;
  }
  .under{
    margin-left: 25px;
  }
  .as-content{
    margin-top: 30px;
  }
  .process-section .ps-box,.footer-box{
    margin-top: 20px;
  }
  .banner-section {
    padding: 60px 0px;
}
  .quote-section::after {
    width: 100%;
}
.choose .col-6:nth-child(2) .count-box, .choose .col-6:nth-child(6) .count-box,.choose .col-6:nth-child(4) .count-box {
  border-right: none;
}
.choose .col-6:nth-child(3) .count-box{
  border-right: 1px solid rgba(128, 128, 128, 0.628);
}
.choose .col-6:nth-child(4) .count-box{
  border-bottom: 1px solid rgba(128, 128, 128, 0.628);
}
.choose-section,.process-section,.quote-section .form-box,.service-2,.gallery-section,.contact-section{
  padding: 40px 0px;
}
.ser-item .text p{
  text-align: justify;
}
.about-section{
  padding-top: 0px;
}
.choose-section{
  margin-top: 40px;
}
.footer-section{
  padding-top: 40px;
}
.contact-section .map{
  height: 340px;
}
.team-box .team-img img{
  width: 240px;
  object-fit: cover;
}
.about-section {
  padding: 40px 0px;
}
.quote-section .form-box{
  padding: 20px;
  background-color: #eee;
  margin-bottom: 30px;
  border-radius: 10px;
}
.form-box .f-group input, .form-box .f-group select{
  color: #000;
}
.form-box .f-group input::placeholder, .form-box .f-group textarea::placeholder{
  color: #000;
}
.contact-box{
  margin-top: 0;
  margin-bottom: 15px;
}
.contact-section .map{
  margin-top: 30px;
}
}

@media screen and (max-width:580px){
  .top-right-bar{
    display: none;
  }
  .menu {
    padding: 0px;
}
.banner-title ul{
  margin-top: 10px;
}
.form-box .col-lg-6:nth-child(4) .f-group input::after{
    content:"Select Date";
    left:0;
}
.menu .navbar-light .navbar-brand img {
  width: 120px;
}
.team-box .team-img img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.hero-slide h2 {
  font-size: 27px;
  margin-top: 20px;
}
.hero-slide {
  padding: 70px 0px;
}
.process-section .container{
    padding:30px;
}
.m-100{
  margin-bottom: 40px;
}
.top-bar .top-left-bar .phone {
  margin-right: 0px;
}
h2{
  margin-bottom: 0;
}
.top-left-bar  a {
  padding-left: 5px;
  font-size: 14px;
}
.about-section .as-content h2,h2{
  font-size: 25px;
  margin-top: 20px;
}
.under {
  padding: 7px 11px;
  font-size: 14px;
}
.choose-section .choose {
  padding: 30px 25px;
}
.ps-head h2,.quote-section .form-box h2 {
  font-size: 28px;
}
.team-box {
  display: block !important;
  margin: 0px;
}
.tes-head h2 {
  font-size: 26px;
}
.banner-title h2 {
  font-size: 35px;
  margin-top: 0px;
}
.quote-section .form-box h2{
  font-size: 24px;
  font-weight: 600;
}
}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.thank p {
  margin-bottom: 0;
}

.thank .icon img {
  width: 100%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 40px;
  width: 40px;
  background: #179bd7;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  font-size: 20px;
  border-radius: 5px;
  justify-content: center;
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#fff;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}
.error-section .error-img::after{
    position:absolute;
    bottom:0;
    right:0;
    height:22%;
    width:60%;
    background-color:#fff;
    content:"";
}
.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:20px;
    
}
/*===Error-SEction====*/


@media screen and (max-width:1024px) {
  .thank {
    margin-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
  .error-section .error-img {
    width: 100%;
}

  .thank .icon img {
    width: 60%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
    .error-section .error {
    margin-top: -40px;
}
.navbar-light .navbar-toggler,.menu .book{
    display:none;
}
.menu .navbar{
    flex-wrap:nowrap;
}
.menu .navbar-nav{
    flex-direction:row;
}
.menu .navbar-light .navbar-nav .nav-link{
    padding:0 5px;
    font-size:15px;
}
.menu .collapse:not(.show){
    display:block;
}

}

/*---thank-Section-end----*/

