

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Yanone Kaffeesatz', 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;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 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 #050a3069;
  background: #1dbf73;
}
.what a:last-child {
  font-size: 20px;
}

.sec-btn{
  display: inline-block;
  padding: 8px 25px;
  background-color: #e94840;
  color: #fff;
  transition: .5s;
  margin-top: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}
.sec-btn:hover{
  background-color: #2671bd;
  color: #e94840;
}
.under {
  background-color: #eee;
  padding: 10px 15px;
  color: #e94840;
  text-transform: uppercase;
  border-radius: 28px 28px 0px 28px;
  word-spacing: 2px;
  letter-spacing: 2px;
}
span,a,i,li,b,p{
  font-size: 20px;
}
h2{
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}
.slick-prev,.slick-next{
  display: none !important;
}

.sticky{
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
}
.p-100{
    padding:80px 0px;
}
.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: #e94840 !important;
}
.dropdown-item:hover, .dropdown-item:focus{
  background-color: #2671bd;
  color: #fff;
}
/* -------Globle-css-end------- */
header{
  z-index: 7779;
}
header .top-bar{
  padding:10px 0px;
  background-color: #e94840;
}
.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: 35px;
  width: 35px;
  background-color: #e94840;
  transition: .5s;
  color: #fff;
  display: flex;
  transition: .5s;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
}
.top-bar .top-left ul li a:hover{
  background-color: #fff;
  color: #e94840;
  border-radius: 10px;
}
.top-bar .top-right{
  display: flex;
  align-items: center;
}
.top-bar .top-right .phone{
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.top-bar .top-right a{
  color: #fff;
}
.top-bar .top-right a:hover{
  color: #fff;
}
.top-bar .top-right i{
  color: #fff;
  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: #2671bd;
  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 #2671bd;
  color: #2671bd;
}
.menu .book-now{
  margin-left: 30px;
}
.menu .navbar-brand img{
  width: 200px;
}
.menu .navbar{
  background-color: #fff;
  padding: 0px 10px;
}
.menu{
    padding:10px 0px;
}
.menu .navbar-nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: #2671bd;
  padding: 0px 20px;
  font-weight: 400;
}
.menu .navbar-light .navbar-nav .nav-link:hover,.menu .navbar-light .navbar-nav .active{
  color: #e94840;
}

.menu .dropdown .dropdown-menu{
  width: 250px;
  font-weight: 600;
}
.menu .dropdown:hover .dropdown-menu{
  display: block;
}
.book-now .sec-btn{
  margin-top: 0;
}

/* ----Header-Section-End---- */

/* ----Hero-Section-Start---- */

.hero-section .hero-slide{
  padding: 140px 0px;
  text-align: center;
  color: #fff;
  background-image:linear-gradient(rgba(0, 0, 0, 0.418),#e948409e),url(../images/hero.webp);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 49% 100%, 50% 100%, 0 92%);

}
.hero-slide .hero-box h2{
  font-size: 60px;
  font-weight: 700;
}
.hero-box .sec-btn{
  margin-top: 0px;
}
/* ----Hero-Section-End---- */

/* -----Process-Section-Start---- */

.process-section{
  padding: 80px 0px;
  text-align: center;
}
.ps-head h2{
  font-size: 40px;
  margin: 20px 0px;
}
.process-section .ps-box{
  padding:30px;
  box-shadow: 0px 10px 20px 0px #044d4a0e;
  transition: .5s;
}
.process-section .ps-box:hover{
  background-color: #eee;
  box-shadow: none;
}
.process-section .ps-box .icon{
  display: flex;
  align-items: center;
  border-left: 2px solid #2671bd;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 25px auto;
}
.process-section .ps-box .icon p{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #2671bd;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}
.ps-box .icon:hover p{
  background-color: #e94840;
}

/* ----Process-Section-End---- */

/* ----About-Section-Start---- */

.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: #e94840;
  font-size: 25px;
}
.as-img.mt-4 img{
  max-height: 250px !important;
}
.as-item2 .as-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.as-item2 ul {
  display: flex;
  list-style: none;
  padding: 0px;
  z-index: 9;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

.as-item2 ul li {
  padding: 10px 30px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #c9100d1a;
  font-size: 18px;
  margin-bottom: -35px;
  cursor: pointer;
  text-transform: uppercase;
  color: #e94840;
}

.as-item2 .new {
  background-color: #e94840;
  color: #fff;
}

.as-box {
  background-color: #f7f4ef;
  padding: 20px;
  padding-top: 40px;
}

.as-box2,
.as-box3 {
  display: none;
}

/* ----About-Section-End---- */

/* -----------counter-section-start--------- */

.counter-section{
  margin: 80px 0px;
}

.cont-box{
  padding: 20px;
  border: 4px double #2671bd;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #eee;
}
.cont-box p{
  margin-bottom: 0;
}
.cont-box h2{
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
/* -----------counter-section-end----------- */

/* ----service-section-start----- */

.ser-head {
  text-align: center;
}
.ser-head h2{
  margin-bottom: 0;
}
.ser-box {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ser-box .ser-img img {
  width: 100%;
  height: 260px;
  transition: .5s;
  object-fit: cover;
}


.ser-box:hover .ser-img {
  overflow: hidden;
}

.ser-box:hover .ser-img img {
  transform: scale(1.15);
}

.ser-box .ser-item {
  background-color: #eee;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.ser-item h4 {
  font-size: 25px;
  font-weight: 600;
}

.ser-box .ser-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: -43px;
  text-align: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
}
.ser-box p{
  font-size: 18px;
  margin-bottom: 0px;
}


/* ----service-section-start---- */

/* ====Service-Section==== */

.service-tow {
  background-image: url(../images/hero2.webp);
  background-size: cover;
  position: relative;
  padding: 60px 0px;
  background-attachment: fixed;
}

.service-tow::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ecf0f4;
  opacity: 0.92;
}
.service-tow .ser-head{
  position: relative;
  z-index: 4;
  margin-top: 20px;
  text-align: center;
}
.service-tow .ser-head h2{
  margin: 0;
}
.service-tow .ser-head .under{
  justify-content: center;
  margin-bottom: 0;
}
.service-tow .ser-box{
  position: relative;
  padding: 20px;
  margin-top: 30px;
  z-index: 23;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
.service-tow .ser-box h4{
  font-weight: 600;
}
.service-tow .ser-box p{
  margin-bottom: 7px;
}
.service-tow .ser-box img{
  border-radius: 10px;
}
/* ====Service-Section==== */

/* -------testimonial-section-start------- */
.testimonial-section {
  padding: 60px 0px;
  background-size: cover;
}

.tes-head {
  margin-bottom: 20px;
}

.tes-head h2 span {
  font-size: 42px;
  color: #2671bd;
  font-weight: 700;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0px;
}

.tes-slider .slick-dots button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: none;
  border-radius: 100%;
  margin: 10px 4px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #e94840;
  height: 8px;
  border-radius: 10px;
  width: 40px;
}

.tes-head .under::after {
  border-color: #fff;
}

.tes-box {
  padding: 20px;
  background-color: #eee;
  margin: 10px;
  margin-top: 50px;
  box-shadow: 5px 6px 0px 0px #e94840;
}

.tes-box .tes-img {
  width: 100px;
  height: 100px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.tes-box .tes-img::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  border: 2px solid #e94840;
  height: 100%;
  width: 100%;
  content: "";
}

.tes-box .tes-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tes-box .ratting {
  color: orange;
  margin: 5px 0px;
}

.tes-box .ratting i {
  font-size: 15px;
}

.tes-box p {
  margin: 0px;
  font-weight: 400;
  font-size: 17px;
}

.quote {
  padding: 20px;
  border-radius: 10px;
  background-color: #2671bd;
  color:#fff;
}

.quote h2 {
  margin-bottom: 0;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  border-radius: 5px;
  margin: 8px 0px;
  padding: 13px 20px;
  background-color: transparent;
  outline: none;
  background-color: #fff;
  border: none;
}
.quote .f-group select{
  padding: 16px 20px;
}
.quote .sec-btn{
  border: none;
}
.quote .sec-btn:hover{
    background-color:#eee;
    color:#2671bd;
}
/* ------testimonial-section-start------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image: url(../images/shape1.png);
  background-color: #eee;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  width: 200px;
}

.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;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #2671bd;
}

.footer-box .social li a:hover {
  color: #2671bd;
  background-color: #fff;
  border-radius: 10px;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2671bd;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #e94840;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #2671bd;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 5px 0px;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #2671bd;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  height: 35px;
  font-size: 15px;
  width: 35px;
  border-radius: 5px;
  background-color: #2671bd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #2671bd;
  margin-top: 40px;
}
.footer-section hr{
  margin-bottom: 0px;
}
.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section{
  padding: 100px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.651),rgba(0, 0, 0, 0.655)),url(../images/banner.jpg);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.banner-title h2{
  font-size: 60px;
  font-weight: 700;
}
.banner-section .banner-list ul{
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-list ul li{
  margin: 0px 5px;
}
.banner-list ul li a{
  color: #fff;
  margin-top: 0px;
}
/* ---Banner-Section-End--- */

/* ----Team-Section-Start--- */

.team-box{
  margin: 0px 10px;
}
.team-box .text{
  padding: 10px 20px;
  text-align: center;
  background-color: #eee;
  color: #e94840;
}
.team-box .text h4{
  margin-bottom: 0px;
}
.team-box .text span{
  color: #2671bd;
}
/* ----Team-Section-End----- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.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(.95);
}
/* ------gallery-Page-end------- */

/* -------branch-section-start------- */

.branch-section{
  padding: 80px 0px;
}
.branch-head {
  text-align: center;
}


.branch-box {
  border: 3px groove #e94840;
  position: relative;
  transition: .5s;
  padding: 20px;
}
.branch-box:hover{
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px #16003b27;
}
.branch-box b{
  font-weight: 800;
}
.branch-box::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #2671bd;
  background-image: url(../images/shape1.png);
  z-index: -1;
  content: "";
  transition: .7s;
}
.branch-box::before{
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #e94840;
  content: "";
  transition: .7s;
  z-index: -1;
}
.branch-box:hover:before,.branch-box:hover:after{
  width: 100%;
}
.branch-box h4{
  font-size: 22px;
  font-weight: 600;
}
.branch-box:hover,.branch-box:hover a{
  color: #fff;
}
.branch-box .icon {
  text-align: center;
  margin-bottom: 10px;
}

.branch-box .icon img {
  width: 60px;
}

.branch-box p {
  margin-bottom: 0;
}

.branch-box a:hover {
  color: #2671bd;
}

.branch-box address {
  margin-bottom: 0;
}

/* -------branch-section-end--------- */

/* ---Contact-Section-Start---- */
.contact-section .map{
  height: 100%;
}
.contact-section .cont-box {
  padding:20px;
  background-color: #2671bd;
  transition: .5s;
  margin-top: 0px;
  height: 100%;
}
.contact-section .cont-box h4{
  margin-top: 10px;
  margin-bottom: 0px;
}
.contact-section .cont-box:hover{
  background-color: #e94840;
}
.cont-box .icon img {
  width: 60px;
}

.cont-box .text {
  flex: 1;
  margin-left: 20px;
  color: #fff;
}

.cont-box address {
  margin-bottom: 0px;
}

.cont-box .text a {
  color: #fff;
}

/* ---Contact-Section-Start---- */


/* ---------Details-Section-Start---------- */

.details-section {
  padding: 80px 0px;
}

.dsl .dsl-list {
  margin-bottom: 30px;
}
.dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #e94840;
  content: "";
}
.dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dsl-list ul li {
  margin: 15px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px #ffe9be;
}


.dsl-list ul li a {
  display: flex;
  border-radius: 10px;
  font-size: 18px;
  align-items: center;
  position: relative;
  padding: 8px 10px;
  justify-content: space-between;
}
.dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 0px;
  height: 100%;
  background-color: #e94840;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 40px;
  width: 50px;
  background-color: #e94840;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #2671bd;
}
.dsl-list ul li a:hover i{
  background-color: #2671bd;
  color: #fff;
}
.dsl{
  margin-top: 40px;
}
.dsl-list ul li a:hover,
.dsl-list ul li .active {
  color: #fff;
}
.dsl-list ul li .active i{
  background-color: #2671bd;
  color: #fff;
}

.dsr h3{
  margin: 15px 0px;
  font-weight: 600;
}
.dsr .dsr-img {
  margin: 20px 0px;
}

.dsr .dsr-img img {
  max-height: 380px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.dsr .drs-img{
  margin-bottom: 20px;
}
.dsr .drs-img img{
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.dsr ul{
  list-style: none;
  padding: 0;
}
.dsr ul li{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.dsr ul li i{
  height: 30px;
  width: 30px;
  background-color: #e94840;
  color: #2671bd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}
.dsr ul li span{
  flex: 1;
}
.dls-box {
  margin: 30px 0px;
  padding: 50px 30px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.449), rgba(0, 0, 0, 0.483)), url(../images/call.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.dls-box h4 {
  color: #fff;
  margin: 20px 0px;
  font-size: 25px;
}
.dls-box h4 a{
  font-size: 26px;
  font-weight: 600;
}
.dls-box a {
  color: #fff;
}
/* ---------Details-Section-end------------ */

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    padding: 0px 15px;
  }
  .hero-slide .hero-box h2 {
    font-size: 44px;
}
.hero-box p{
  font-size: 17px;
}
.hero-section .hero-slide{
  padding: 70px 0px;
  clip-path: none;
}
span, a, i, li, b, p {
  font-size: 18px;
}
.process-section,.branch-section,.gallery-section,.details-section{
  padding: 40px 0px 60px;
}
.counter-section{
  margin: 60px 0px;
}
.ser-box .ser-item h4 {
  font-size: 20px;
}
.ser-box .ser-item{
  text-align: justify;
  height: 100%;
}
.ser-head h2{
  margin-bottom: 0px;
}
.m-100{
  margin-bottom: 50px;
}
.testimonial-section{
  margin-top: 50px;
}
.branch-box h4 {
  font-size: 19px;
  font-weight: 700;
}

}

@media screen and (max-width:992px) {
  .menu .navbar-light .navbar-toggler-icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
  }
  .menu .navbar-light .navbar-toggler-icon i{
    font-size: 25px;
  }
  .menu .navbar-light .navbar-toggler{
    border: none;
    background-color: #2671bd;
    padding:5px 10px;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .book-now .sec-btn{
    margin-bottom: 10px;
  }
  .menu .navbar-nav{
    display: inline-block;
  }
  .menu .navbar-light .navbar-nav .nav-link{
    padding: 3px 0px;
  }
  .hero-slide .hero-box h2 {
    font-size: 50px;
}
}

@media screen and (max-width:768px) {
  .hero-section .hero-slide{
    text-align: center !important;
  }
  .process-section .ps-box{
    margin-top: 15px;
  }
  .service-tow{
    padding: 30px 0px;
  }
  .service-tow .ser-box{
    margin-top: 15px;
  }
  .ps-head h2{
    margin-bottom: 0px;
  }
  .service-tow .ser-box h4{
    margin-top: 20px;
  }
  .banner-section{
    padding: 60px 0px;
  }
  .banner-title h2 {
    font-size: 45px;
}
.f-footer .footer-link2 ul{
  padding: 0px;
}

.m-100{
  margin-bottom: 30px;
}
.dsl {
  margin-top: 15px;
}
.process-section,.testimonial-section,.counter-section,.branch-section,.gallery-section,.details-section{
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .about-section .as-item .as-img img,.as-item .text{
    display: none;
  }
  .as-img.mt-4 img{
    display: block !important;
    max-height: 450px !important;
  }
  .as-content,.testimonial{
    margin-top: 30px;
  }
  .counter-section{
    margin: 0px 0px;
  }

  .footer-section{
    padding-top: 16px;
  }
  .footer-box{
    margin-top: 15px;
  }
  .contact-section .map {
    height: 300px;
    margin-top: 30px;
}
.footer-box ul li {
  margin: 5px 0px;
}
}

@media screen and (max-width:580px) {
  .top-right-bar{
    display: none;
  }
  .hero-slide .hero-box h2 {
    font-size: 30px;
}
h2,.tes-head h2 span{
  font-size: 28px;
}
.footer-section hr{
  display: none;
}
.top-bar .top-right .phone{
  margin-right: 10px;
}
.top-bar .top-right i{
  padding-right: 5px;
}
.top-bar .top-right a{
  font-size: 16px;
}
.hero-section .hero-slide{
  padding: 50px 0px;
}
.menu .navbar{
  border-radius: 30px 30px 0px 0px;
}
.menu .navbar-brand img{
  width: 130px;
}
.quote h2 {
  font-size: 30px;
}
.as-text p{
  margin-top: 10px;
  margin-bottom: 0;
}
.banner-section {
  padding: 50px 0px;
}
.quote .f-group input{
  margin: 5px 0px;
}
.quote .f-group button{
  margin-top: 5px;
  border: none;
}
.banner-title h2 {
  font-size: 35px;
}
}


/*===Error====*/

.error-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
}
.error-section .error-img {
    width: 70%;
    position: relative;
    margin: auto;
}
.error-section .error {
    margin-top: 20px;
    position: relative;
    z-index: 44;
}
.map-section .map{
    height:400px;
}

/*===Error===*/

 /*---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:#e43838;
  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;
}
.p-100{
    padding:60px 0px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
.map-section .map{
    height:300px;
}
.p-100{
    padding:50px 0px;
}
.thank img{
    width:80%;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
.p-100{
    padding:40px 0px;
}
}

/*---thank-Section-end----*/