/* Fonts */
@font-face {
  font-family: 'SFProText';
  src: local('SFProText Bold'), local('SFProText-Bold'),
      url("../fonts/SFProText-Bold.woff2") format('woff2'),
      url('../fonts/SFProText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: local('SFProText Regular'), local('SFProText-Regular'),
      url('../fonts/SFProText-Regular.woff2') format('woff2'),
      url('../fonts/SFProText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: local('SFProText Medium'), local('SFProText-Medium'),
      url('../fonts/SFProText-Medium.woff2') format('woff2'),
      url('../fonts/SFProText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProText';
  src: local('SFProText Semibold'), local('SFProText-Semibold'),
      url('../fonts/SFProText-Semibold.woff2') format('woff2'),
      url('../fonts/SFProText-Semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Fonts End */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: 'SFProText';
}

:root {
  scroll-behavior: unset;
}

body {
  font-size: 14px;
  line-height: 21px;
  font-family: 'SFProText';
  color: #101010;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1140px;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

iframe {
  border: 0;
  width: 100%;
}

i {
  display: flex;
}

i::before {
  content: "";
  display: block;
  background-size: cover !important;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}
i::before {
  content: "";
  display: inline-block;
  background-size: cover;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-repeat: no-repeat;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Form Styling */
input,
select,
textarea,
.file-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  color: #101010;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background: url(../images/icon_down_arrow_grey.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  width: 100% !important;
}
select.small-arrow {
  background: url(../images/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.file-label:focus,
.file-label:active {
  outline: none;
  border: 1px solid #d9d9d9;
}
input,
textarea,
.file-label,
select {
  padding: 11px 15px;
}
input::placeholder,
textarea::placeholder {
  color: #737373;
  opacity: 1;
}
.form-control:focus {
  color: #101010;
  background-color: #ffffff;
  border-color: #d9d9d9;
  outline: 0;
  box-shadow: none;
}
label {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #101010;
  margin-bottom: 6px;
  display: block;
}
.form-group {
  margin-bottom: 24px;
  position: relative;
}
.form-group input,
.form-group textarea {
  width: 100%;
}
input.error {
  border: 1px solid #D83631; 
}
.error-label {
  font-size: 12px;
  line-height: 14px;
  color: #D83631;
  display: block;
  position: absolute;
  bottom: -20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form-group textarea {
  resize: none;
}
/* Common Styling */
.common-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #00295f;
  border-radius: 10px;
  color: #ffffff;
  background-color: #00295f;
  padding: 9px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.common-btn:hover {
  background-color: #ffffff;
  color: #00295f;
  transition: ease-in-out 0.3s;
}
.common-btn i::before {
  background: #ffffff;
  transition: ease-in-out 0.3s;
}
.common-btn:hover i::before {
  background: #00295f;
  transition: ease-in-out 0.3s;
}
.common-btn:disabled, .common-btn:disabled:hover, .common-btn:disabled:focus {
  pointer-events: none;
  opacity: 20%;
}
a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #00295f;
  display: inline-block;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
a:hover {
  color: #101010;
  transition: ease-in-out 0.3s;
}
.link-text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
p {
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
p > a {
  color: #00295f;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
p > a:hover {
  color: #101010;
}
h1,
.heading-one {
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
}
h2,
.heading-two {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #101010;
  margin-bottom: 16px;
}
h3,
.heading-three {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #101010;
  margin-bottom: 16px;
}
h4,
.heading-four {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #101010;
  margin-bottom: 16px;
}
h5,
.heading-five {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #101010;
  margin-bottom: 16px;
}
h6,
.heading-six {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #101010;
}
.text-xl {
  font-size: 20px;
  line-height: 32px;
}
.text-normal {
  font-size: 18px;
  line-height: 27px;
}
.text-sm {
  font-size: 16px;
  line-height: 20px;
}
.text-xl {
  font-weight: 400;
}
.text-sm {
  font-weight: 700;
}
.fw-700 {
  font-weight: 700;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.border-bottom {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* Header */
.site-header {
  padding: 22px 0;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  transition: all ease-in-out 0.3s;
  z-index: 999;
}
.site-header.sticky {
  padding: 6px 0;
	transition: all ease-in-out 0.3s;
	background-color: rgba(225, 225, 225, 0.7);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: 999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header-logo {
  flex-shrink: 0;
}
.logo {
  display: block;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header-right .common-btn i {
  display: none;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 0;
  color: #101010;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.nav-menu .nav-link:hover,
.nav-menu .nav-link.active {
  color: #00295f;
  text-decoration: underline;
  transition: 0.3s;
}
.header-lang select {
  color: #101010;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 13px 0 0;
}
.site-content {
  padding-top: 104px;
}
.section {
  overflow: hidden;
}
/* Header End */

/* Banner */
.banner {
  overflow: hidden;
}
.banner-content h1 {
  margin-bottom: 20px;
}
.banner-content p {
  margin-bottom: 30px;
}
.app-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 0;
}
.app-links li a {
  display: block;
}
.banner-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.banner-img::before {
  content: '';
  position: absolute;
  top: 21px;
  left: -27px;
  width: 511px;
  height: 511px;
  background-color: rgba(217, 217, 217, 0.3);
  border-radius: 100%;
  z-index: -1;
}
/* Banner End */

/* Feature */
.feature-row {
  margin-bottom: -40px;
}
.feature-col {
  margin-bottom: 40px;
}
.feature-block {
  height: 100%;
  text-align: center;
}
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: rgba(0, 41, 95, 0.1);
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Feature End */

/* About Us */
.about-img {
  overflow: hidden;
  border-radius: 8px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
/* About Us End */

/* Download */
.download {
  overflow: hidden;
}
.download-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 24px;
  position: relative;
}
.download-img::before {
  content: '';
  position: absolute;
  top: -24px;
  right: 0;
  width: 432px;
  height: 432px;
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 41, 95, 0.3);
  border-radius: 100%;
  z-index: 0;
}
.download-img-left {
  position: relative;
  bottom: 0;
}
.download-img-right {
  position: relative;
  bottom: -86px;
}
.download-content p {
  max-width: 500px;
}
/* Download End */

/* Get In Touch */
.get-in-touch-form {
	padding: 47px;
	border: 1px solid #B0B0B0;
	border-radius: 12px;
	max-width: 680px;
	margin: 0 auto;
}
.get-in-touch-form h2 {
  text-align: center;
}
.mobile-number {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-number select {
	max-width: 90px;
	background-position: right 20px center;
}
/* Get In Touch */

/* FAQs */
.faqs .accordion-item {
	color: #737373;
	border: 0;
	border-bottom: 1px solid #D9D9D9;
}
.faqs .accordion-item:not(:last-child) {
  padding-bottom: 24px;
	margin-bottom: 24px;
}
.faqs .accordion-button:not(.collapsed) {
	color: #101010;
	background-color: transparent;
	box-shadow: none;
}
.faqs .accordion-button {
	padding: 0;
  margin-bottom: 0;
}
.faqs .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faqs .accordion-button::after {
  background-image: url(../images/icon-plus.svg);
  background-position: center;
  width: 32px;
  height: 32px;
}
.faqs .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon-minus.svg);
}
.faqs .accordion-body {
	padding: 16px 0 0;
}
.faqs .accordion-body p {
	max-width: 786px;
}
/* FAQs End */

/* Footer */
.footer-top {
  padding: 60px 0 20px;
}
.footer-logo .logo {
  margin-bottom: 12px;
}
.footer-logo p {
  font-size: 14px;
  line-height: 24px;
}
.footer-nav h6 {
  margin-bottom: 20px;
}
.footer-nav-menu {
  column-count: 2;
  margin-bottom: 0;
}
.footer-nav-menu li {
  margin-bottom: 10px;
  break-inside: avoid;
}
.footer-nav-menu li .footer-link {
  color: #ffffff;
  transition: 0.3s;
}
.footer-nav-menu .footer-link:hover, .footer-nav-menu .footer-link:focus, .footer-nav-menu .footer-link.active {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s;
}
.social-list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
}
.social-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.social-list li a:hover::after {
  border: 1px dashed #ffffff;
  border-radius: 100%;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  transition: 0.3s ease-in-out;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-bottom {
	padding: 24px 0;
	text-align: center;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.footer-bottom p {
  font-size: 12px;
  line-height: 12px;
}
#go-top {
  position: fixed;
  right: 30px;
  bottom: 60px;
  display: none;
  padding: 9px 12px;
  text-decoration: none;
  border: 1px solid #ffffff;
  z-index: 8;
  transition: all 0.3s;
}
#go-top:hover, #go-top:focus {
  border: 1px solid #00295F;
  transition: all 0.3s;
}
/* Footer End */

/* Terms & Condition */
.inner-content p {
  font-size: 16px;
  line-height: 28px;
}
.inner-content ul {
  margin-bottom: 16px;
}
.inner-content ul li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.inner-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #00295f;
  border-radius: 50%;
}
/* Terms & Condition End */

/* SignUp */
.loin-outer {
	height: 100vh;
	overflow: hidden;
}
.login-left-outer {
  min-height: 100vh;
  position: relative;
}
.login-left img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% - 44px);
	transform: translateX(-50%);
	object-fit: cover;
}
.login-right-outer {
	height: 100vh;
	position: relative;
	overflow-y: auto;
}
.login-right {
	padding: 50px 44px 50px 0;
}
.login-info-block .logo {
	margin-bottom: 16px;
}
.login-form h2 {
  margin-bottom: 12px;
}
.otp .login-info-block .logo, .upload-documentation .login-info-block .logo {
	margin-bottom: 40px;
}
.digit-group label {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 24px;
}
.pass-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.pass-wrap input {
  padding: 0;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #434C5F;
  text-align: center;
}
.pass-wrap input:focus {
  border-color: #00295f;
}
.digit-group .link-text {
  gap: 10px;
}
.digit-group .common-btn {
  max-width: 382px;
  width: 100%;
}
.file-upload {
  position: relative;
  margin-bottom: 24px;
}
.file-upload-block,
.file-upload-block2 {
  position: relative;
  height: 44px;
}
.file-input {
  display: none;
}
.file-output-block,
.file-output-block2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #101010;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 9px 9px 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file-output-block::before, .file-output-block2::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 16px;
  -webkit-mask-image: url(../images/icon-document.svg);
  mask-image: url(../images/icon-document.svg);
  mask-size: contain;
  width: 24px;
  height: 24px;
  background: #00295F;
  z-index: 0;
}
.file-output-block .file-name,
.file-output-block2 .file-name2 {
  max-width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.file-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #5d5e65;
  margin-bottom: 0;
  cursor: pointer;
}
.icon-cancel {
  cursor: pointer;
}
.note-text {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
}
.note-text i {
  margin-top: 1px;
}
.upload-documentation .note-text {
  margin-bottom: 50px;
}
.upload-documentation form {
  max-width: 400px;
}
.otp, .upload-documentation {
  display: none;
}
/* SignUp End */

/* Thank You */
.thankyou {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
  position: relative;
}
.thankyou::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 425px;
  background-image: url('../images/thankyou-background.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.thankyou-page {
	text-align: center;
	margin: 0 auto;
}
.image-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-page h2 {
  margin-bottom: 10px;
}
/* Thank You End */

/* Color */
.light-grey-bg {
  background-color: #F9F9F9;
}
.primary-bg {
  background-color: #00295f;
}
.primary-text {
  color: #00295f;
}
.grey-text {
  color: #737373;
}
.light-grey-text {
  color: #999aa6;
}
.grey-400-text {
  color: #565656;
}
.light-grey-text-sec {
  color: #5d5e65;
}
.red-text {
  color: #D83631;
}
.black-text {
  color: #101010;
}
.white-text {
  color: #ffffff;
}
/* Color End */

/* Icons */
.icon-friend-request::before {
  -webkit-mask-image: url(../images/icon-register-vendor.svg);
  mask-image: url(../images/icon-register-vendor.svg);
  mask-size: contain;
  width: 20px;
  height: 20px;
  background: #ffffff;
}
.icon-booking::before {
  -webkit-mask-image: url(../images/icon-booking.svg);
  mask-image: url(../images/icon-booking.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-user-reviews::before {
  -webkit-mask-image: url(../images/icon-user-reviews.svg);
  mask-image: url(../images/icon-user-reviews.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-policies::before {
  -webkit-mask-image: url(../images/icon-policies.svg);
  mask-image: url(../images/icon-policies.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-sorting-filter::before {
  -webkit-mask-image: url(../images/icon-sorting-filter.svg);
  mask-image: url(../images/icon-sorting-filter.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-notifications::before {
  -webkit-mask-image: url(../images/icon-notifications.svg);
  mask-image: url(../images/icon-notifications.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-booking-history::before {
  -webkit-mask-image: url(../images/icon-booking-history.svg);
  mask-image: url(../images/icon-booking-history.svg);
  mask-size: contain;
  width: 35px;
  height: 35px;
  background: #00295F;
}
.icon-back-arrow::before {
  -webkit-mask-image: url(../images/icon-back-arrow.svg);
  mask-image: url(../images/icon-back-arrow.svg);
  mask-size: contain;
  width: 20px;
  height: 20px;
  background: #00295F;
}
.icon-twitter::before {
  background-image: url(../images/twitter.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.icon-linkedin::before {
  background-image: url(../images/linkedin.svg);
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.icon-facebook::before {
  background-image: url(../images/facebook.svg);
  width: 8px;
  height: 15px;
  background-size: cover;
}
.icon-instagram::before {
  background-image: url(../images/insta.svg);
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.icon-note::before {
  background-image: url(../images/icon_note.svg);
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.icon-upload::before {
  mask-image: url(../images/icon_upload.svg);
  -webkit-mask-image: url(../images/icon_upload.svg);
  width: 16px;
  height: 16px;
  background: #00295F;
}
.icon-cancel::before {
  mask-image: url(../images/icon_cancel.svg);
  -webkit-mask-image: url(../images/icon_cancel.svg);
  width: 24px;
  height: 24px;
  background: #00295F;
}
/* Icons End */

/* Spacing */
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pb-20 {
  padding-bottom: 20px;
}
/* Spacing End */
