﻿
.p-0 {
	padding: 0
  }
  .p-t-10 {
	padding-top: 10px
  }
  .p-b-10 {
	padding-bottom: 10px
  }
  .m-0 {
	margin: 0
  }
  .m-r-5 {
	margin-right: 5px
  }
  .m-r-10 {
	margin-right: 10px
  }
  .m-r-15 {
	margin-right: 15px
  }
  .m-l-10 {
	margin-left: 10px
  }
  .m-l-15 {
	margin-left: 15px
  }
  .m-t-5 {
	margin-top: 5px
  }
  .m-t-10 {
	margin-top: 10px
  }
  .m-t-15 {
	margin-top: 15px
  }
  .m-t-20 {
	margin-top: 20px
  }
  .m-t-30 {
	margin-top: 30px
  }
  .m-t-40 {
	margin-top: 40px
  }
  .m-b-5 {
	margin-bottom: 5px
  }
  .m-b-10 {
	margin-bottom: 10px
  }
  .m-b-15 {
	margin-bottom: 15px
  }
  .m-b-20 {
	margin-bottom: 20px
  }
  .m-b-30 {
	margin-bottom: 30px
  }
  .btn:focus,
  .btn:active,
  input:focus,
  .form-control:focus{
	  outline: 0px;
	  box-shadow: none;
  }
  
  .login-form-SA .l-form{
	  
	  width:950px;
	  background: #e2211b;
	  margin: auto;
	  margin-top: 50px;
	  text-align: center;
	  font-family: 'Roboto', sans-serif;
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  display: flex;
	  justify-content: center;
	  align-items: center
  }
  .login-form-SA .l-form .item{
	  width: 40%;
	  padding: 25px;
  }
  .login-form-SA .l-form .item.item2{
	  width: 60%;
	  background: #ffffff;
	  min-height: 300px;
  }
  .login-form-SA .l-form .item.item3{
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: -o-flex;
	  display: flex;
	  height: 100%;
	  -webkit-flex-direction: column;
	  -moz-flex-direction: column;
	  -ms-flex-direction: column;
	  -o-flex-direction: column;
	  flex-direction: column;
	  background: #e2211c;
	  justify-content: center;
  }
  .login-form-SA .l-form .item.item2 .card-body{
	  width: 300px;
	  margin: auto;
  }
  .login-form-SA .l-form .item.item2 .card-body a{
	  color: #333;
	  text-decoration: none;
  }
  .login-form-SA .l-form h1{
	  color: #e2211c;
	  font-weight: 600;
	  font-family: 'Roboto', sans-serif;
	  position:relative;
	  display:inline-block;
	  font-size: 28px;
	  margin-bottom: 50px;
  }
  
  .login-form-SA .l-form h1:after {
	  content:'';
	  position:absolute;
	  left:0;
	  right:0;
	  top:100%;
	  margin: 7px auto;
	  width:30%;
	  height:5px;
	  background:#e2211c;
	  border-radius: 20px;
  }
  .login-form-SA .l-form .btn{
	  background: #e2211c;
	  color: #ffffff;
	  border-color: #e2211c;
	  font-size: 18px;
	  font-weight: 500;
	  padding: 6px 30px;
	  border-radius: 20px;
	  margin: 35px 0px;
	  border: 2px solid #e2211b;
  }
  .login-form-SA .l-form .form-group{
	  margin-bottom: 20px;
  }
  .login-form-SA .l-form input.form-control{
	  height: 43px;
	  font-size: 15px;
	  font-weight: 500;
	  color: #333333;
	  border: 2px solid #d2d2d2;
  }
  .login-form-SA .l-form input.form-control:focus{
	  border-color: #e2211c;
  }
  .login-form-SA .l-form .right-side{
	  background:  #e2211c;
	  color: #ffffff;
  }
  .login-form-SA .l-form .right-side h1{
	  color: #ffffff;
	  font-size: 30px;
  }
  .login-form-SA .l-form .right-side h1:after{
	  background: #ffffff;
  }
  .login-form-SA .l-form .right-side p{
	  color: #ffffff;
	  margin-bottom: 30px;
	  font-size: 22px;
  }
  .login-form-SA .l-form .right-side .btn{
	  background: #e2211c;
	  color: #ffffff;
	  border:2px solid #ffffff;
	  font-size: 18px;
	  font-weight: 500;
	  padding: 6px 30px;
	  border-radius: 20px;
	  margin: 35px 0px;
  }
  .login-form-SA .l-form .alert.alert-info{ 
	  margin: 0px -40px 0 -40px;
	  font-size: 13px;
  }
  .login-form-SA {
	  margin-top: 100px;
	  padding-top: 20px;
	  padding-bottom: 20px;
  }
  .m-login-registercls{
	  display: none;
  }
  
  @media (max-width:1300px){
	  .login-form-SA .l-form{
		  width:700px;
	  }
	  .login-form-SA .l-form .item.item2 .card-body{
		  width: 290px;
	  }
	  .login-form-SA .l-form h1{
		  font-size: 25px;
	  }
	  .login-form-SA .l-form .right-side h1{
		  font-size: 25px;
	  }
	  .login-form-SA .l-form .item{
		  padding: 8px;
	  }
	  .login-form-SA .l-form .right-side p{
		  font-size: 16px;
	  }
	  .login-form-SA .l-form .btn,
	  .login-form-SA .l-form .right-side .btn{
		  font-size: 16px;
	  }
	  .login-form-SA .l-form input.form-control{
		  height: 40px;
	  }
  }
  @media(max-width:767px){
	  .login-form-SA{
		  margin: 0px;
		  padding: 0px;
	  }
  
	  .login-form-SA .l-form{
		  flex-direction: column;
		  width: 450px;
		  margin-bottom: 20px;
		  padding-bottom: 15px;
		  height: auto;
		  background: #ffffff;
	  }
	  .login-form-SA .l-form .item.item2 {
		  width: 100%;
		  text-align: center;
	  }
	  .login-form-SA .l-form .item.item3{
		  display: none;
	  }
	  .m-login-registercls{
		  display: block;
		  margin-top: 0px;
	  margin-bottom: 15px;
	  }
  .m-login-registercls a{
		  font-size: 15px;
		  color: #e2211b !important;
		  margin-left: 10px;
		  font-family: sans-serif;
	  }
	  .login-form-SA .l-form .alert.alert-info{
		  margin: 0px;
	  }
	  .login-form-SA .l-form .item.item2 .card-body {
		  width: 90%;
	  }
  }
  @media(max-width:500px){
	  .login-form-SA .l-form{
		  width: 90%;
	  }
  }
  
  
  ul.alert-passwordtype{
	  margin: 0px;
	  padding: 0px;
	  list-style-type: none;
	  /* padding-left: 25px; */
	  margin-top: 5px;
  }
  ul.alert-passwordtype li{
	  text-align: left;
	  /* list-style-type: disc; */
  }

  
* {
  margin: 0px;
  padding: 0px;
  font-family: var(--fontFamily);
}
.btn:focus,
.btn:active,
input:focus,
.form-control:focus {
  outline: 0px;
  box-shadow: none;
}
.safety-measures-page {
  margin-top: 40px;
}
.safety-measures-page .container-fluid{
  background: transparent;
}
.safety-measures-page header {
  background: #f7f7f7;
  margin-bottom: 10px;
}
.safety-measures-page p {
  font-size: 15px;
  margin: 0px;
}
.sm-header-part {
  display: flex;
  padding: 25px;
}
.sm-header-part .item {
  width: 170px;
  margin-right: 20px;
}
.sm-header-part .item.item2 {
  width: calc(100% - 170px);
}
.sm-header-part .item img {
  width: 100%;
  padding-top: 20px;
}
.sm-header-part .item h1 {
  color: #000000;
  font-weight: 600;
  font-size: 32px;
  font-family: 'gotham',sans-serif;
}
.sm-header-part .item h1 span {
  font-weight: 200;
  font-style: italic;
  font-family: 'gotham',sans-serif;
  font-size: 37px;
}
.sm-header-part .item p {
  font-size: 15px;
  padding-left: 40px;
  padding-bottom: 10px;
}
.safety-measures-page header h2 {
  color: #000000;
  text-align: center;
  font-family: 'gotham',sans-serif;
  font-size: 25px;
  margin: 0px;
  padding-bottom: 30px;
  font-style: italic;
  font-weight: 400;
}
.safety-measures-page .logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.safety-measures-page .logo-icon .item {
  width: 60px;
  margin: 0px 10px;
}
.safety-measures-page .logo-icon .item:last-child {
  width: 90px;
}
.safety-measures-page .logo-icon img {
  width: 100%;
}
.sm-tails-part hr {
  border:1px solid #eeeeee;
  max-width: inherit;

}
.sm-tails-part h1 {
  color: #000000;
  font-family: "Gotham",sans-serif;
}
.sm-tails-part p {
  color: #000000;
  font-family: "Gotham",sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.sm-tails-part .tails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #000000;
  margin-top: 15px;
}
.sm-tails-part .tails .item {
  padding: 25px;
  text-align: center;
}
.sm-tails-part .tails .item hr {
  border-color:#767676;
}
.sm-tails-part .tails .item.item1 {
  background: #383838;
  box-shadow: 0px 0px 3px #000000;
  z-index: 9;
}
.sm-tails-part .tails .item.item2 {
  background: #202020;
}
.sm-tails-part .tails h1 {
  color: #ffffff;
  font-size: 10rem;
  font-family: 'Gotham Book',sans-serif;
  font-weight: 900;
  margin-top: 0px;
}
.sm-tails-part .tails h2 {
  font-family: 'Gotham Book',sans-serif;
  color: #ffffff;
  font-size: 25px;
}
.sm-tails-part .tails h2 span {
  display: block;
}
.sm-tails-part .tails p {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 20px;
  margin: 20px 0px;
  color: #000000;
  font-family: 'gotham book',sans-serif;
  font-size: 15px;
}
.sm-tails-part .ul-list-item {
  display: flex;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sm-tails-part .ul-list-item .item {
  width: 48%;
  padding: 0px 25px;
}
.sm-tails-part .ul-list-item .item.item1 {
  width: 2%;
  padding: 0;
}
.sm-tails-part .ul-list-item .item.item1 span:after {
  position: absolute;
  content: "";
  width: 1px;
  /* height: 50px; */
  background: #c6c6c6;
  top: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9;
}

.sm-tails-part .ul-list-item h1 {
  margin: 0px;
  font-family: 'gotham',sans-serif;
  color: #000000;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-style: italic;
}
.sm-tails-part .ul-list-item ul {
  padding: 0px 30px;
}
.sm-tails-part .ul-list-item ul li {
  list-style-type: disc;
  padding: 8px 0px;
}

.sm-tails-part .sm-bg-color {
  background: #1d2b36;
  padding-bottom: 40px;
}
.sm-tails-part .cleaing-part {
  display: flex;
  padding: 40px 50px;
  align-items: center;
}
.sm-tails-part .cleaing-part .item {
  width: 30%;
  text-align: center;
}
.sm-tails-part .cleaing-part .item img {
  width: 120px;
}
.sm-tails-part .cleaing-part .item.item2 {
  width: 70%;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}
.sm-tails-part .cleaing-part h1 {
  font-family: "Gotham Book",sans-serif;
  color: #000000;
  font-weight: 700;
  margin: 0px;
  border-bottom: 1px solid #000000;
  font-size: 40px;
  padding-bottom: 5px;
}
.sm-tails-part .cleaing-part ul {
  margin-top: 15px;
  padding: 0px 30px;
}
.sm-tails-part .cleaing-part ul li {
  padding: 7px 0px;
  list-style-type: disc;
}
.sm-tails-part .quote-part {
  position: relative;
  padding-bottom: 60px;
}
.sm-tails-part .quote-part::before {
  position: absolute;
  content: "";
  background: url(/assets/newUI-images/safety-measures/quote-top.svg);
  height: 84px;
  width: 90px;
  background-size: 100%;
  left: 0px;
  top: 0px;
}
.sm-tails-part .quote-part::after {
  position: absolute;
  content: "";
  background: url(/assets/newUI-images/safety-measures/quote-bottom.svg);
  height: 84px;
  width: 90px;
  background-size: 100%;
  right: 0px;
  bottom: 0px;
}
.sm-tails-part .quote-part h1 {
  text-align: right;
  font-family: "Gotham",sans-serif;
  color: #000000;
  font-size: 36px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-weight: 400;
  font-style: italic;
}
.sm-tails-part .quote-part .one {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm-tails-part .quote-part .two {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm-tails-part .quote-part p {
  font-family: 'Gotham Book',sans-serif;
  color: #000000;
  font-size: 15px;
  width: 48%;
  padding: 30px;
  text-align: center;
  font-style: normal;
}
.sm-tails-part .quote-part p.p1{
  position: relative;
  width: 2%;
  padding: 60px 0px;
}

.sm-tails-part .quote-part p.p1 span:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #c6c6c6;
  top: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9;
}

.sm-tails-part .bottom-part .image-view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sm-tails-part .bottom-part .image-view img {
  width: 90px;
  margin: 5px;
}
.sm-tails-part .bottom-part h5 {
  font-family: "Gotham",sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: center;
}
.sm-tails-part .bottom-part p {
  color: #000000;
  font-size: 12px;
  font-family: 'Gotham Book',sans-serif;
  font-style: normal;
  text-align: center;
  width: 85%;
  margin: auto;
  margin-bottom: 15px;
}
.sm-tails-part .bottom-part .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  float: inherit;
  width: 100%;
  max-width: inherit;
  margin-right: 0;
  margin-bottom: 50px;
}

.sm-tails-part .bottom-part .icons .item {
  width: 230px;
  height: 210px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #919191;
  margin: 0px 15px;
  padding: 15px;
}
.sm-tails-part .bottom-part .icons h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.sm-tails-part .bottom-part .icons p {
  font-size: 14px;
  font-style: normal;
}
.sm-tails-part .bottom-part .icons img {
  width: 60px;
  height: 60px;
}

.sm-tails-part .guest_testmonials_slider .card h1 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gotham',sans-serif;
}
.sm-tails-part .guest_testmonials_slider .card p {
  color: #000000;
  font-size: 12px;
  font-family: 'Gotham Book',sans-serif;
  padding-top: 0px;
  font-style: normal;
}
.sm-tails-part .guest_testmonials_slider .card{
  min-height: 220px;
  height: 220px;
  justify-content: flex-start;
  font-family: 'Gotham',sans-serif;
  display: flex;
  flex-direction: column;

  }
.sm-tails-part .guest_testmonials_slider .card img{
  width: auto;
  height: 75px;
}
.sm-tails-part .guest_testmonials_slider .card .fa {
  font-size: 50px;
  border-radius: 50%;
  line-height: 45px;
  background: transparent;
  position: static;
  color: #000000;
  padding-bottom: 15px;
  width: auto;
}
@media (min-width:768px){


.sm-tails-part .guest_testmonials_slider .owl-carousel .owl-item .card.centerView  {
  min-height: 240px;
  height: 240px;
  margin-top: 20px;
}
.sm-tails-part .guest_testmonials_slider .owl-carousel .owl-item .card.centerView .fa {
  font-size: 65px;
  margin-bottom: 20px;
}
.sm-tails-part .guest_testmonials_slider .owl-carousel .owl-item .card.centerView  h1{
 font-size: 20px;
}
.sm-tails-part .guest_testmonials_slider .owl-carousel .owl-item .card.centerView  p {
  font-size: 15px;
}
}

@media (max-width: 1200px) {
  .sm-tails-part .tails h2 {
    font-size: 22px;
  }
  .sm-tails-part .cleaing-part h1 {
    font-size: 37px;
  }
  .sm-tails-part .cleaing-part ul li {
    padding: 7px 0px;
  }
  .sm-tails-part .quote-part {
    position: relative;
    padding-bottom: 55px;
  }
  .sm-tails-part .quote-part p {
    padding: 20px 30px;
  }
  .sm-tails-part .quote-part::before {
    position: absolute;
    content: "";
    background: url(/assets/newUI-images/safety-measures/quote-top.svg);
    height: 65px;
    width: 70px;
    background-size: 100%;
    left: 0px;
    top: 0px;
  }
  .sm-tails-part .quote-part::after {
    position: absolute;
    content: "";
    background: url(/assets/newUI-images/safety-measures/quote-bottom.svg);
    height: 65px;
    width: 70px;
    background-size: 100%;
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 991px) {
  .sm-header-part .item h1 {
    font-size: 20px;
  }
  .sm-header-part .item p {
    font-size: 12px;
  }
  .sm-tails-part .tails h2 {
    font-size: 16px;
    font-weight: 600;
  }
  .sm-tails-part .tails h1 {
    font-size: 8rem;
  }
  .sm-tails-part .cleaing-part h1 {
    font-size: 28px;
  }
  .sm-tails-part .quote-part h1 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 30px;
  }
  
  .guest_testmonials_slider .owl-carousel.owl-loaded {
    padding: 0px 80px;
  }
  .sm-tails-part .guest_testmonials_slider .card{
    margin: 40px 10px;
    height: 240px;
  }
  .sm-tails-part .guest_testmonials_slider .card img{
    height: 60px;
  }
}
@media (max-width: 767px) {
  .sm-header-part {
    flex-direction: column;
  }
  .sm-header-part .item {
    width: 100px;
    margin: auto;
  }
  .sm-header-part .item.item2 {
    width: 100%;
  }
  .sm-header-part .item h1 {
    font-size: 20px;
  }
  .sm-header-part .item p {
    font-size: 13px;
    padding: 0px;
  }
  .sm-tails-part .tails {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: #000000;
  }
  .sm-tails-part .ul-list-item {
    flex-direction: column;
  }
  .sm-tails-part .ul-list-item .item {
    width: 100%;
  }
  .sm-tails-part .ul-list-item .item.item1 span:after {
    display: none;
  }
  .sm-tails-part .ul-list-item .item.item1 {
    width: 100%;
    background: #c6c6c6;
    height: 1px;
    margin: 10px 0px 15px 0px;
  }
  .sm-tails-part .cleaing-part {
    flex-direction: column;
  }
  .sm-tails-part .cleaing-part .item {
    width: 100%;
  }
  .sm-tails-part .cleaing-part .item.item2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .sm-tails-part .quote-part::before,
  .sm-tails-part .quote-part::after {
    height: 28px;
    width: 30px;
  }
  .sm-tails-part .quote-part {
    padding: 30px 0px;
    margin-top: 15px;
  }
  .sm-tails-part .quote-part h1 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 20px;
  }
  .sm-tails-part .quote-part .one,
  .sm-tails-part .quote-part .two {
    flex-direction: column;
  }
  .sm-tails-part .quote-part p {
    padding: 15px 10px;
    width: 100%;
  }
  .sm-tails-part .bottom-part .icons {
    flex-direction: column;
  }
  .sm-tails-part .bottom-part .icons .item {
    margin-bottom: 20px;
  }
  .sm-tails-part .guest_testmonials_slider .card {
    margin: 40px auto;
    width: 220px;
    max-width: 220px;
  }
  .guest_testmonials_slider .owl-carousel.owl-loaded{
    padding: 0px 40px;
  }
  .sm-tails-part .quote-part p.p1 span:after{
    display: none;
  }
  .sm-tails-part .quote-part p.p1{
    width: 100%;
    background: #c6c6c6;
    height: 1px;
    margin: 10px 0px 15px 0px;
    padding: 0px;
}
.sm-tails-part .cleaing-part h1 {
  font-size: 22px;
}
}

@media (max-width: 440px) {
  .sm-tails-part .quote-part h1 {
    font-size: 15px;
  }
  .sm-tails-part .cleaing-part h1 {
    font-size: 18px;
}
}
