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: 100px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

.sec-btn {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 30px;
  background: #378cbf;
  text-transform: uppercase;
}

.sec-btn:hover {
  box-shadow: 0px 10px 10px 0px #ff726856;
}

.sec-btn::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .2s;
  border-radius: 40px;
  content: '';
  background: #3e3e40;
  transform: scale(0, .2);
}

.sec-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.sec-btn span {
  z-index: 8;
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

.under {
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  background-image: linear-gradient(#9bc7e1b9, rgba(0, 0, 0, 0.377));
}
.what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
.what2{
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}
.what a,.what2 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 #00000070;
    background: #36da6e;
}
.what a:last-child,.what2 a:last-child {
    font-size: 20px;
}

/* ------header-section-start------- */

.top-bar{
  background-color: #179bd7;
}
.top-bar .news{
  padding: 5px 20px;
  background-color: rgb(255, 72, 0);
  display: inline-block;
}
header .comp{
  text-transform: uppercase;
}
header h2 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: initial;
}
header h2 + span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  transform: translate(13%, -17px);
  word-spacing: 6px;
}
header .comp p {
    margin-bottom: 0px;
    margin-top: -19px;
    font-weight: 600;
    margin-right: 119px;
    text-align: right;
}
.top-left-bar{
  display: flex;
  color: #fff;
  align-items: center;
}

.top-bar .top-left-bar .email{
  margin-right: 10px;
  position: relative;
  z-index: 3;
}
.top-left-bar  a{
  color: #3e3e40;
  padding-left: 10px;
}
.top-right-bar p{
  margin-bottom: 0px;
  color:#fff;
}
.logo-bar{
  padding: 5px 0px;
  background:#fff;
  color:#3e3e40;
}

.logo-bar .logo img{
  width: 180px;
}
.logo-bar .phone,.logo-bar .address{
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.logo-bar .address .text,.logo-bar .phone .text{
  flex: 1;
}
.logo-bar .address .text a, .logo-bar .phone .text a{
    color:#19235f;
}
.logo-bar .address address{
  margin-bottom: 0;
}
.logo-bar .phone .icon,.logo-bar .address .icon{
  margin-right: 10px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.top-bar .top-left-bar .email{
    display:flex;
    align-items:center;
}
.top-bar .top-left-bar .email marquee{
    height:30px;
}
.top-bar .top-left-bar .email span{
  display:block;
  padding-left:10px;
}
.logo-bar .logo-img2{
    display:none;
}
.menu{
  background-color: #009cd2;
  padding: 10px 0px;
}
.menu .navbar{
  padding: 0;
}
.logo{
    background:#fff;
    color:#161616;
}
.logo small{
    display:block;
}
.menu .navbar-light .navbar-nav .nav-link{
  color: white;
  letter-spacing: 1px;
  padding: 0px;
  text-transform: uppercase;
  transition: .5s;
  position: relative;
}
.menu .navbar-nav .nav-link::before{
  border-bottom: 4px solid #378cbf;
  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: #378cbf 4px solid;
}

.header-text{
  padding: 20px;
  background-color: #3e3e40;
  color: #fff;
}
.header-text .sec-btn{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: .5s;
}
.header-text .sec-btn:hover{
  background-color: #fff;
  border-color: #378cbf;
}
.navbar-light .navbar-brand{
    display:none;
    color:#fff;
}
/* -------header-section-end------ */

.menu .get{
    display:none;
}

/* ---Hero-Section-Start--- */
.hero-section{
  position: relative;
}
.hero-section .hero-slide{
  height:800px;
  background-image:url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  padding-top:50px;
  padding-bottom:140px;
  color: #fff;
}
.hero-section .hero-slide2{
  background-image: linear-gradient(#0000008e,#0000008e),url(../images/hero2.html) !important;
}
.hero-section .hero-slide h2{
  line-height: 60px;
  font-size: 54px;
  font-weight: 700;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  display: block !important;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3334;
  height: 55px;
  width: 55px;
  background-color: #fff;
  color: #008bce;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 0px;
  border-radius: 100%;
}

.hero-slider .slick-prev {
  right: 90px;
}

.hero-slider .slick-arrow::after {
  content: "\f100";
  font-size: 24px;
  color: #008bce;
  font-family: "FontAwesome";
}

.hero-slider .slick-next::after {
  content: "\f101";
}

.hero-section .hero-quote{
  position: absolute;
  top: 60px;
  left: 100px;
  width: 37%;
  z-index: 999;
  padding:35px 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #0089ce2b;
}
.hero-quote > span{
    color:#3e3e40;
}
.hero-quote h3{
  font-weight: 600;
}
.hero-quote .f-group input,.hero-quote .f-group textarea,.hero-quote .f-group select{
  width: 100%;
  border: 1px solid gray;
  padding: 13px 20px;
  margin-top: 20px;
}
.hero-quote .f-group button{
  border: none;
  margin-top: 20px;
}
/* ---Hero-Section-End--- */

.right-box {
  position: fixed;
  top: 50%;
  transform: rotate(-270deg);
  right: -58px;
  z-index: 9999;
  text-transform: capitalize;
  text-align: center;
}
.right-box ul{
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  margin: 0;
  list-style: none;
}
.right-box ul li{
  background-color: #378cbf;
  padding: 10px 20px;
  cursor: pointer;
}

.right-box ul li a{
  color: #fff;
}

/* ----about-section-start---- */

.about-section {
  padding: 80px 0px;
}

/* ----about-section-end---- */

/* ---------feature-section-start--------- */
.feature-section {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}

.fea-box {
  padding: 20px;
  background-color: #3e3e40;
  text-align: center;
  transition: .6s;
  height: 100%;
}

.fea-box:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.482)), url(../images/feature.jpg);
  background-size: cover;
  background-position: center;
}
.feature-section .m-20:nth-child(1) .fea-box:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.482)), url(../images/fea1.jpg);
}
.feature-section .m-20:nth-child(2) .fea-box:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.482)), url(../images/fea2.jpg);
}
.feature-section .m-20:nth-child(4) .fea-box:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.482)), url(../images/fea4.jpg);
}
.fea-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.fea-box img {
  width: 80px;
}

.fea-box {
  color: #fff;
}


/* ---------feature-section-end----------- */

/* ----choose-section-start----- */

.choose-section {
  position: relative;
  padding: 55px 0px;
  background-image:linear-gradient(#3e3e40a8, #3e3e40a8),url(../images/choose.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.ch-layer {
  display:none;
}

.ch-content {
  padding-left: 30px;
}
.ch-content h2{
    font-size:34px;
}
.ch-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ch-box .icon {
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #3e3e40;
  display: flex;
  align-items: center;
  transition: .5s;
  justify-content: center;
  width: 70px;
}
.ch-item{
    text-align:center;
}
.ch-box:hover .icon {
  background-color: #3e3e40;
}

.ch-box .icon img {
  width: 40px;
}

.ch-box .text {
  flex: 1;
}

.ch-box p {
  margin: 0;
}

/* ----choose-section-end----- */

/* ----service-section-start----- */
.service-section {
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
}

.ser-box {
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.205);
  transition: .5s;
  text-align: center;
}
.ser-box:hover{
  box-shadow: none;
}
.ser-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 1s;
  border: 1px solid #3e3e40;
  z-index: 1;
  transform: scale(1,0);
  content: '';
}
.ser-box:hover::after{
  transform: scale(1);
}
.ser-box .ser-img{
  margin-bottom: 20px;
  overflow: hidden;
}
.ser-box .ser-img img{
  transition: .6s;
}
.ser-box:hover .ser-img img{
  transform: scale(1.2);
}
.ser-box h4 {
  font-weight: 700;
}

.ser-box:hover {
  background-position: center;
}

/* -----service-section-end----- */

/* -------quote-section-start-------- */

.quote-section {
  padding: 340px 0px;
  background-image: url(../images/quote.jpg);
  background-size: cover;
  background-position: center;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #76b7de;
  border-radius: 5px;
  margin-top: 15px;
  background-color: transparent;
}

.quote button {
  margin-top: 15px;
  border: none;
}

.quote-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quote-section .quote-img img {
  width: 70%;
}

/* -------quote-section-End---------- */

/* -----testimonial-section-start----- */

.testimonial-section {
  padding: 80px 0px;
  background-image: url(../images/tes-bg.jpg);
  background-position: center;
  background-size: cover;
}

.tes-head {
  text-align: center;
}

.tes-box {
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: .5s;
  margin: 30px 16px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.205);
}

.tes-box::after {
  position: absolute;
  content: '';
  top: 0;
  transform: skew(-26deg);
  left: -86px;
  width: 50%;
  transition: 1s;
  background-color: #dde9f0;
  height: 100%;
}

.tes-box::before {
  position: absolute;
  content: '';
  top: 0;
  transform: skew(-26deg);
  transition: .6s;
  right: -86px;
  width: 8%;
  background-color: #3e3e40;
  height: 100%;
}

.tes-box:hover:before {
  width: 83%;
}

.tes-box:hover::after {
  background-color: #3f3f41;
}

.tes-box .inner-box {
  position: relative;
  z-index: 999;
}

.tes-box:hover {
  color: #fff;
}

.tes-box .tes-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tes-box .tes-item p {
  position: relative;
  z-index: 9;
}

.tes-box .tes-item .text {
  margin-left: 20px;
  flex: 1;
}

.tes-box .tes-item img {
  width: 80px;
  border-radius: 5px;
}

.tes-box .tes-item h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.tes-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #aad4ed;
  z-index: -1;
  font-size: 60px;
}

.tes-box .ratting {
  color: rgb(255, 111, 0);
}

.tes-slider ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.tes-slider ul li button {
  font-size: 0px;
  border: none;
  height: 40px;
  width: 40px;
  opacity: .7;
  border: 1px solid #3e3e40;
  background-image: url(../images/tes1.jpg);
  background-size: cover;
  background-position: center;
  margin: 0px 10px;
}

.tes-slider ul li:nth-child(2) button {
  background-image: url(../images/tes2.jpg);
}

.tes-slider ul li:nth-child(3) button {
  background-image: url(../images/tes3.jpg);
}

.tes-slider ul li:nth-child(4) button {
  background-image: url(../images/tes4.jpg);
}
.tes-slider ul li:nth-child(5) button {
  background-image: url(../images/tes5.jpg);
}
.tes-slider ul .slick-active button {
  border-radius: 100%;
  opacity: 1;
}

/* -----testimonial-section-end----- */


/* --------bussiness-section---- */
.business-section {
  padding: 60px 0px;
  background: linear-gradient(#03273cee, #03293fea), url(../images/ser5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bs-content h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.bs-content p {
  color: #fff;
}

.bs-content ul {
  padding: 0;
  margin: 20px 0px;
  list-style: none;
}

.bs-content ul li {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 10px 0px;
}

.bs-content ul li .icon {
  height: 20px;
  width: 20px;
  background-color: #fff;
  color: #3e3e40;
  display: flex;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  border-radius: 5px 0px 5px 0px;
}

.bs-boxes .bs-box {
  padding: 20px;
  border-radius: 10px;
  border: 4px double #fff;
  margin: 20px 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  height:auto;
}

.bs-boxes .bs-box h2::after {
  content: '+';
}


.bs-boxes .bs-box .count1::after {
  content: 'Y';
}

.bs-boxes .bs-box h2 {
  color: #fff;
  font-size: 50px;
  position: relative;
  font-weight: 600;
}

.bs-boxes .bs-box p {
  color: #fff;
}

.bs-boxes .bs-box::after {
  height: 5px;
  border-radius: 10px;
  background-color: #dfcf0c;
  position: absolute;
  bottom: 0;
  transition: .6s;
  transform: translate(-50%, 0);
  left: 50%;
  width: 0;
  content: '';
}

/* --------bussiness-section-end--- */

/* ----brnad-section-start---- */

.brand-section {
  padding: 60px 0px;
}

.brand-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* ----brnad-section-end---- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-image:linear-gradient(#a1d3f0a4,#a1d3f0a4),url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
}



.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;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #fff;
}


.footer-box .social li a:hover {
  color: #3e3e40;
  background-color: #fff;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight:600;
  color: #378cbf;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #3f3f41;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #3e3e40;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-link2 ul li {
  margin: 10px 0px;
}

.footer-link2 ul li a:hover {
  color: #3e3e40;
}
.footer-link2 ul li{
    display:flex;
    align-items:center;
}
.footer-link2 ul li i {
  margin-right: 10px;
  height:40px;
  width:40px;
  border-radius:5px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #3e3e40;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #3e3e40;
  margin-top: 40px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

/* ------footer-section-end-------- */

/* -------branch-section-start------- */

.branchs-section{
  padding: 80px 0px;
}
.br-head {
  text-align: center;
}
.br-item {
  padding: 10px;
  background-color: #3e3e40;
  border-radius: 10px;
  height:100%;
  transition: .5s;
}
.br-item:hover{
  background-color: #19235f;
}
.br-item a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

/* -------branch-section-end--------- */

/* ----banner-section-start---- */

.banner-section {
  padding:90px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.507)), url(../images/banneer.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-title h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.banner-title ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.menu-2 {
  background-color: #fff;

}
/* ------about-page-style---- */
.bs-head{
  text-align: center;
}
.bs-box {
  border: 5px inset #3e3e40;
  padding: 20px;
  transition: .5s;
  height: 100%;
}
.bs-box:hover{
  border: 5px outset #3e3e40;
}
.bs-box h4{
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
/* ----banner-section-end---- */

/* ----contact-page-style----- */

.contact-section {
  padding: 80px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.655), rgba(0, 0, 0, 0.655)), url(../images/Contact-ua.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
}

.cs-box {
  padding: 20px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cs-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  transition: 1s;
  height: 100%;
  background-color: #fff;
  content: '';
  z-index: 0;
}

.cs-box h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.cs-box:hover::after {
  width: 100%;
}

.cs-box .cs-img {
  margin-bottom: 20px;
  z-index: 7;
  position: relative;
}

.cs-box a,
.cs-box address {
  color: #fff;
  position: relative;
  z-index: 7;
  margin-bottom:0px;
}

.cs-box:hover h4,
.cs-box:hover a,
.cs-box:hover address {
  color: #3f3f41;
}

/* ----contact-page-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(1.05);
}

/* ------gallery-Page-end------- */

/* -----Service-Page-start---- */

.details-section{
  padding-top: 80px;
}
.details-section .quote{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.217);
  padding: 20px;
}
.details-section .quote h2{
  margin-top: 0px;
}
.details-section .dsr h2{
  margin-top: 20px;
}
.dsl-list ul {
  list-style: none;
  padding: 10px;
  position: relative;
  z-index: 5;
  border: 2px solid #3e3e40;
  margin: 30px 0px 0px;
}
.dsl-list ul li {
  margin: 10px 0px;
}
.dsl-list ul li a {
  display: flex;
  align-items: center;
  color: #161616;
  justify-content: space-between;
  padding: 13px 20px;
  background-color: #dceaf4;
}
.dsl-list ul li a span {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.dsl-list ul li a i {
  color: #3e3e40;
  font-size: 21px;
  font-weight: 700;
}
.dsl-list ul li a:hover, .dsl-list ul li .active {
  box-shadow: 0px 10px 20px 0px #11687e23;
  background: #3e3e40;
  color: #ffffff;
}
.dsl-list ul li a:hover i, .dsl-list ul li .active i {
  color: #fff;
}

/* -----servies-page-end------- */

.payment{
  padding: 30px 0px;
}
.ps-head{
  margin-bottom: 30px;
  text-align: center;
}
.pay-details img{
  width: 150px;
}
.payment .cart{
    text-align:center;
}

/* ------Responsive-Style-Start----- */
@media screen and (max-width:1200px) {
    .logo-bar .phone, .logo-bar .address{
        font-size:14px;
    }
}
@media screen and (max-width:1024px) {
  .hero-slide .hero-text h2 {
    font-size: 40px;
}
.fea-box {
  padding: 15px;
}
.fea-box h4{
  font-size: 18px;
  font-weight: 600;
} 
.about-section,.gallery-section,.contact-section{
  padding: 50px 0px;
}
h2 {
  font-size: 29px;
}
.service-section{
  padding-top: 50px;
}
.bs-content h2 {
  font-size: 35px;
}
.testimonial-section{
  padding-bottom: 50px;
}
.brand-img img {
  width: 149px;
  height: 130px;
}
.top-left{
  position: relative;
  z-index: 9;
}
.footer-section .copy-right{
  margin-top: 50px;
}
.logo-bar .address {
  font-size: 20px;
  margin-top: 4px;
  color: #fff;
  font-weight: 600;
}
.logo{
    padding:0px;
}
.logo-bar{
    padding:5px 0px;
}

.logo-bar .phone a, .logo-bar .address a{
  color: #fff;
}
.logo-bar .row{
    align-items: baseline !important;
}
.br-item a{
    font-size:19px;
}

.hero-section .hero-quote {
    top: 50px;
    left: 60px;
    width: 55%;
}

}
@media screen and (max-width:992px) {
    .menu .nav-item {
    margin: 7px 0px;
}
.menu .nav-item .nav-link{
    display:inline-block;
}
.navbar-light .navbar-brand{
    display:block;
}
}

@media screen and (max-width:768px) {
 .hero-slide {
    padding: 56px 0px 115px;
}
.br-item a {
    font-size: 21px;
}
.pay-details{
    margin-top:20px;
}
.top-box:nth-child(3){
    display:none;
}
.menu .navbar-light .navbar-nav .nav-link{
    padding:0px;
}
.feature-section .m-20,.as-content,.dsr{
  margin-top: 20px;
}
.ch-img img{
  width: 60%;
}
.gallery-box a:hover img {
  transform: scale(1);
}
.footer-box{
  margin-top: 20px;
}
.ch-layer {
  top: 16%;
  left: 70%;
}
.banner-section {
  padding: 60px 0px;
}
.banner-title h2 {
  font-size: 33px;
}
.banner-title ul li a {
  font-size: 14px;
}
.m-100 {
  margin-bottom: 40px;
}
.ch-content {
  padding-left: 0px;
  padding-top: 30px;
}
.quote-section .quote-img img,.hero-slider .slick-next,.hero-slider .slick-prev{
  display: none !important;
}
.top-bar .top-left a{
    display:block;
}

.menu{
    top:68px;
}
.hero-section .hero-quote {
    width: 85%;
}.hero-section .hero-slide{
    height:900px;
}
.feature-section {
    margin-top: 40px;
}
}

@media screen and (max-width:580px) {
  .top-right ,.ch-img,.ch-laye1,.logo-bar .logo-img1{
    display: none;
}
.logo-bar .logo-img2{
    display:block;
}
.logo{
  text-align: center;
}
.top-box .phone{
    background:transparent;
}
.pay-details img{
    width:95%;
}
.payment .cart p{
    font-size:18px;
    font-weight:600;
    margin:20px 0px;
}
.top-box{
    margin:2px 0px;
}
.top-box .phone{
    height:35px;
    width:35px;
    font-size:16px;
}
.logo{
    background:none;
}
.hero-section .hero-quote {
    left: 20px;
    width: 90%;
}
.top-box .text{
    font-size:14px;
}
.logo-bar .phone .text{
    flex:none;
}
 

.logo-bar{
    padding:10px 0px;
}
.logo-bar .infor {
    margin: 10px 0px;
}
.logo-bar .address .text a{
    color:#fff;
}
.footer-section{
  background-attachment: fixed;
  padding-top: 30px;
}
.hero-slide .hero-text h2 {
  font-size: 33px;
}
.bs-boxes .bs-box h2 {
  font-size: 40px;
}
.brand-img img {
  margin: auto;
}
.footer-section .copy-right{
  margin-top: 30px;
}
.ser-box{
  min-height: auto;
  padding: 25px 0px;
}
h2 {
  font-size: 25px;
}
.choose-section {
  padding: 32px 0px;
  background-position: right;
}
.top-bar .top-left {
  flex-wrap: wrap;
  justify-content: space-between;
}
.tes-box:hover:before {
  width: 100%;
}
.top-bar .top-left a{
    display:inline;
}
.bs-content h2 {
  font-size: 30px;
}

.about-section{
  padding-bottom: 0;
}
.menu{
  top: 60px;
}
.what a, .what2 a{
    font-size:20px;
    height:40px;
    width:40px;
}
.what a:last-child, .what2 a:last-child {
    font-size: 17px;
}
header h2 + span {
  transform: translate(0%, -17px);
  word-spacing: 0px;
  font-size: 14px;
}
header h2{
  font-size: 35px;
}
header .comp p{
  font-size: 14px;

}
.logo-bar .phone, .logo-bar .address{
  font-size: 16px;
}
.logo-bar .phone{
    margin:1px 0px;
}
header .comp p{
    margin-top:0px;
}
.logo small{
    font-size:10px;
}
.logo-bar .phone2{
    font-size:18px;
    font-weight:600;
}

}

@media screen and (max-width:430px) {
  .tes-box::before {
    right: -98px;
}
.br-head{
    margin-top:30px;
}
.top-right{
    display:block;
}
 .top-right ul{
     justify-content:flex-start;
 }
.top-right ul li b{
    color:#fff;
}
.tes-box::after {
  left: -99px;
  width: 57%;
}
.bs-boxes .bs-box{
  padding: 16px;
}
.menu-2 {
  top: 60px;
}
header h2 {
  font-size: 32px;
}
.logo-bar .phone .icon, .logo-bar .address .icon{
    margin-right:5px;
}

.logo small{
    font-size:8px;
}
header .comp p,header h2 + span {
  font-size: 12px;
}
header .comp p {
    margin-bottom: 0px;

    font-weight: 600;
    margin-left: -93px;
    font-size: 16px;
}
.br-item a {
    font-size: 15px;
}
.top-bar .top-left-bar .email span{
    font-size:15px;
}
}

.policy-box h2{
    font-size:30px;
}
.policy-box h4{
    font-weight:600;
    font-size:20px;
}

/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:100px;
}
.thank .icon img{
    width:70%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#ffb700;
  color:#fff;
  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;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}


/*---thank-Section-end----*/
