@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

object {
  pointer-events: auto;
}

input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
}

html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overflow-hide {
  overflow: hidden;
}

textarea {
  font-family: 'Lato', sans-serif;
}

.menu-overlay {
  overflow: hidden;
}

.blue-btn {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  background-color: #0b2756;
  color: #fff;
  border: 1px solid #0b2756;
  cursor: pointer;
}

.blue-btn:hover {
  background-color: #fff;
  color: #0b2756;
  border: 1px solid #0b2756;
}

p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.8rem;
  color: #696969;
}

.login-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.login-section:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 9.375rem solid #0b2756;
  width: 33.375rem;
  height: 33.375rem;
  position: absolute;
  top: -22rem;
  left: -24rem;
  -webkit-clip-path: circle(58% at 100% 86%);
          clip-path: circle(58% at 100% 86%);
}

.login-section:after {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 9.375rem solid #0b2756;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  -webkit-clip-path: circle(100% at 0% 50%);
          clip-path: circle(100% at 0% 50%);
}

.login-section .login-container {
  max-width: 104.5rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.login-section .login-container .login-common-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
}

.login-section .login-container .login-common-bg .login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login-section .login-container .login-common-bg .login-content .login-left {
  width: 50%;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-section .login-container .login-common-bg .login-content .login-left:before {
  background-size: 100% 100%;
  content: url(../images/dot-img.png);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.login-section .login-container .login-common-bg .login-content .login-left:after {
  background-size: 100% 100%;
  content: url(../images/dot-img.png);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.login-section .login-container .login-common-bg .login-content .login-left .login-left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.login-section .login-container .login-common-bg .login-content .login-left .login-left-img img {
  width: 100%;
}

.login-section .login-container .login-common-bg .login-content .login-right {
  width: 50%;
  background-color: #0b2756;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form {
  padding: 4rem 0 0;
  width: 100%;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form .forgot-pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  margin-top: -20px;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form .forgot-pw a {
  color: #fff;
  border: 0;
  text-decoration: none;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form {
  padding: 4rem 0 0;
  width: 100%;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form .forgot-pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  margin-top: -20px;
  border-color: #f00;
}

.login-section .login-container .login-common-bg .login-content .login-right .login-form .forgot-pw a {
  color: #fff;
  border: 0;
  text-decoration: none;
}

.login-section .login-container .login-common-bg .signup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login-section .login-container .login-common-bg .signup-content .signup-right {
  width: 50%;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-section .login-container .login-common-bg .signup-content .signup-right:before {
  background-size: 100% 100%;
  content: url(../images/dot-img.png);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.login-section .login-container .login-common-bg .signup-content .signup-right:after {
  background-size: 100% 100%;
  content: url(../images/dot-img.png);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.login-section .login-container .login-common-bg .signup-content .signup-right .signup-right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.login-section .login-container .login-common-bg .signup-content .signup-right .signup-right-img img {
  width: 100%;
}

.login-section .login-container .login-common-bg .signup-content .signup-left {
  width: 50%;
  background-color: #0b2756;
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-section .login-container .login-common-bg .signup-content .signup-left .login-form {
  padding: 4rem 0 0;
  width: 100%;
}

.login-section .login-container .login-common-bg .form-container {
  width: 31.875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1366px) {
  .login-section .login-container {
    padding: 5rem;
  }
  .login-section .login-container .login-common-bg {
    position: relative;
  }
  .login-section .login-container .login-common-bg .login-left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .login-section .login-container .login-common-bg .login-left:after {
    display: none;
  }
  .login-section .login-container .login-common-bg .login-left:before {
    display: none;
  }
  .login-section .login-container .login-common-bg .login-right {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .login-section .login-container .login-common-bg .signup-left {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .login-section .login-container .login-common-bg .signup-right:after {
    display: none;
  }
  .login-section .login-container .login-common-bg .signup-right:before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .login-section .login-container {
    padding: 2rem;
  }
  .login-section .login-container .login-common-bg {
    position: relative;
  }
  .login-section .login-container .login-common-bg .form-container {
    width: 16.875rem;
  }
  .login-section .login-container .login-common-bg .form-container h1 img {
    width: 100%;
  }
  .login-section .login-container .login-common-bg .form-container .login-form {
    padding: 2rem 0 0 !important;
  }
  .login-section .login-container .login-common-bg .login-right {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .login-section .login-container .login-common-bg .login-left {
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
  }
  .login-section .login-container .login-common-bg .login-left:after {
    display: none;
  }
  .login-section .login-container .login-common-bg .login-left:before {
    display: none;
  }
  .login-section .login-container .login-common-bg .signup-left {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    max-height: calc(100vh - 1rem);
    overflow: auto;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    height: 100% !important;
  }
  .login-section .login-container .login-common-bg .signup-right:after {
    display: none;
  }
  .login-section .login-container .login-common-bg .signup-right:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .login-section .login-container .login-left {
    display: none !important;
  }
  .login-section .login-container .login-right {
    width: 100% !important;
    max-height: calc(100vh - 1rem);
    overflow: auto;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    height: 100% !important;
  }
  .login-section .login-container .login-right .form-container {
    width: 90% !important;
  }
  .login-section .login-container .login-right .form-container .login-form .button-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-section .login-container .login-right .form-container .login-form .button-grp button {
    margin-bottom: 1rem;
  }
  .login-section .login-container .login-right .form-container .login-form .inputGroup label {
    font-size: 0.8rem;
  }
  .login-section .login-container .login-right .form-container .login-form .forgot-pw {
    font-size: 0.8rem;
  }
  .login-section .login-container .signup-left {
    width: 100% !important;
    max-height: calc(100vh - 1rem);
    overflow: auto;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    height: 100% !important;
  }
  .login-section .login-container .signup-left .form-container {
    width: 90% !important;
  }
  .login-section .login-container .signup-left .form-container .login-form .button-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-section .login-container .signup-left .form-container .login-form .button-grp button {
    margin-bottom: 1rem;
  }
  .login-section .login-container .signup-left .form-container .login-form .inputGroup label {
    font-size: 0.8rem;
  }
  .login-section .login-container .signup-right {
    display: none !important;
  }
  .login-section .login-container:before {
    width: 25.375rem !important;
    height: 25.375rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .login-section:before {
    width: 25.375rem !important;
    height: 25.375rem !important;
  }
}

@media screen and (max-width: 767px) {
  .login-section:before {
    width: 25.375rem !important;
    height: 25.375rem !important;
  }
}

*:focus {
  outline: none;
}

.inputGroup {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .inputGroup {
    margin-bottom: 25px !important;
  }
}

.inputGroup label {
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.inputGroup .error-field {
  color: #f00;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  text-align: left;
}

.inputGroup input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  left: 25px;
  padding: 5px;
  background: none;
  color: #ccc;
}

.inputGroup input.error:focus ~ label, .inputGroup input.error:-moz-read-only ~ label, .inputGroup input.error:disabled ~ label, .inputGroup input.no-error:focus ~ label, .inputGroup input.no-error:-moz-read-only ~ label, .inputGroup input.no-error:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup input.error:focus ~ label, .inputGroup input.error:read-only ~ label, .inputGroup input.error:disabled ~ label, .inputGroup input.no-error:focus ~ label, .inputGroup input.no-error:read-only ~ label, .inputGroup input.no-error:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup input.error:focus ~ .inputBar:before, .inputGroup input.error:-moz-read-only ~ .inputBar:before, .inputGroup input.error:disabled ~ .inputBar:before, .inputGroup input.no-error:focus ~ .inputBar:before, .inputGroup input.no-error:-moz-read-only ~ .inputBar:before, .inputGroup input.no-error:disabled ~ .inputBar:before {
  display: none;
}

.inputGroup input.error:focus ~ .inputBar:before, .inputGroup input.error:read-only ~ .inputBar:before, .inputGroup input.error:disabled ~ .inputBar:before, .inputGroup input.no-error:focus ~ .inputBar:before, .inputGroup input.no-error:read-only ~ .inputBar:before, .inputGroup input.no-error:disabled ~ .inputBar:before {
  display: none;
}

.inputGroup input.error:focus ~ .inputBar:after, .inputGroup input.error:-moz-read-only ~ .inputBar:after, .inputGroup input.error:disabled ~ .inputBar:after, .inputGroup input.no-error:focus ~ .inputBar:after, .inputGroup input.no-error:-moz-read-only ~ .inputBar:after, .inputGroup input.no-error:disabled ~ .inputBar:after {
  display: none;
}

.inputGroup input.error:focus ~ .inputBar:after, .inputGroup input.error:read-only ~ .inputBar:after, .inputGroup input.error:disabled ~ .inputBar:after, .inputGroup input.no-error:focus ~ .inputBar:after, .inputGroup input.no-error:read-only ~ .inputBar:after, .inputGroup input.no-error:disabled ~ .inputBar:after {
  display: none;
}

.inputGroup input:focus ~ label, .inputGroup input:-moz-read-only ~ label, .inputGroup input:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup input:focus ~ label, .inputGroup input:read-only ~ label, .inputGroup input:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup input:focus ~ .inputBar:before, .inputGroup input:-moz-read-only ~ .inputBar:before, .inputGroup input:disabled ~ .inputBar:before {
  display: none;
}

.inputGroup input:focus ~ .inputBar:before, .inputGroup input:read-only ~ .inputBar:before, .inputGroup input:disabled ~ .inputBar:before {
  display: none;
}

.inputGroup input:focus ~ .inputBar:after, .inputGroup input:-moz-read-only ~ .inputBar:after, .inputGroup input:disabled ~ .inputBar:after {
  display: none;
}

.inputGroup input:focus ~ .inputBar:after, .inputGroup input:read-only ~ .inputBar:after, .inputGroup input:disabled ~ .inputBar:after {
  display: none;
}

.inputGroup input:valid ~ label, .inputGroup input:-moz-read-only ~ label, .inputGroup input:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup input:valid ~ label, .inputGroup input:read-only ~ label, .inputGroup input:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup textarea {
  display: block;
  width: 280px;
  border: none;
  border-bottom: 2px solid #fff;
  left: 25px;
  padding: 5px;
  background: none;
  color: #ccc;
  height: 100px;
  width: 100%;
  overflow: auto;
  resize: none;
}

.inputGroup textarea:focus ~ label, .inputGroup textarea:-moz-read-only ~ label, .inputGroup textarea:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup textarea:focus ~ label, .inputGroup textarea:read-only ~ label, .inputGroup textarea:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup textarea:focus ~ .inputBar:before, .inputGroup textarea:-moz-read-only ~ .inputBar:before, .inputGroup textarea:disabled ~ .inputBar:before {
  width: 50%;
}

.inputGroup textarea:focus ~ .inputBar:before, .inputGroup textarea:read-only ~ .inputBar:before, .inputGroup textarea:disabled ~ .inputBar:before {
  width: 50%;
}

.inputGroup textarea:focus ~ .inputBar:after, .inputGroup textarea:-moz-read-only ~ .inputBar:after, .inputGroup textarea:disabled ~ .inputBar:after {
  width: 50%;
}

.inputGroup textarea:focus ~ .inputBar:after, .inputGroup textarea:read-only ~ .inputBar:after, .inputGroup textarea:disabled ~ .inputBar:after {
  width: 50%;
}

.inputGroup textarea:valid ~ label, .inputGroup textarea:-moz-read-only ~ label, .inputGroup textarea:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup textarea:valid ~ label, .inputGroup textarea:read-only ~ label, .inputGroup textarea:disabled ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.inputGroup .inputBar {
  position: relative;
  display: block;
  width: 100%;
}

.inputGroup .inputBar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
}

.inputGroup .inputBar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 50%;
}

.button-grp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-grp button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0.8rem 2rem;
  margin: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

/* Home page Css Start */
/* Menu Css Start */
.button_container {
  position: absolute;
  top: 30px;
  right: 4rem;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display: none;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #0b2756;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
  width: 61%;
  left: 39%;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

@media screen and (max-width: 1024px) {
  .button_container {
    right: 20px;
  }
}

@media screen and (max-width: 870px) {
  .button_container {
    right: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .button_container {
    right: 1.063rem;
    height: 18px;
    width: 25px;
    top: 3.2rem;
  }
}

body.open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, width .35s;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 50;
  background: #0b2759;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}

.overlay nav {
  position: relative;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: 400;
  text-align: center;
  z-index: 9;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay ul li {
  display: block;
  padding: 10px 0;
  position: relative;
  opacity: 0;
}

@media screen and (max-height: 550px) {
  .overlay ul li {
    padding: 0.5rem 0;
  }
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size: 20px;
}

@media screen and (max-height: 550px) {
  .overlay ul li a {
    font-size: 1rem;
  }
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* Menu Css End */
#mobile-view {
  display: none;
}

#desktop-view {
  display: block;
}

.main-section {
  position: relative;
  width: 100%;
  text-align: center;
  top: 0%;
  left: 0;
  margin: auto;
  /* Content part Css Start */
  /* Content part Css End */
  /* Services css part start */
  /* Services css part End */
  /* Common Footer Section Css Start */
  /* Our Services css part Start */
  /* Our Services css part End */
  /* Common Footer Section Css Star */
  /* Inner Page Css Start */
  /* About Us Page css Start */
  /* About Us Page css Start */
  /* Our Service with Slider css Start */
  /* Our Service with Slider css End */
  /* FAQ Css Start */
  /* FAQ CSS End */
  /* Confirm Order Page css Start */
  /* Confirm Order Page css Start */
  /* Inner Page Css End */
  /* Booking Section Scss Stat */
  /* Flight Details part Scss End */
}

.main-section .main-container {
  padding: 0 4.063rem;
  width: 100%;
}

.main-section .main-container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.main-section .main-container header h1.logo img {
  height: 60px;
}

.main-section .main-container header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-container header .header-right .menu {
  display: none;
}

.main-section .main-container header .header-right a {
  text-decoration: none;
  color: #0b2756;
  margin-left: 10px;
}

.main-section .main-container header .header-right .profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin: 0 0rem 0 1rem;
}

.main-section .main-container header .header-right .profile .profile-bg {
  position: relative;
}

.main-section .main-container header .header-right .profile .profile-bg .avatar-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0b2756;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main-section .main-container header .header-right .profile .profile-bg .avatar-circle span {
  color: #fff;
  font-size: 1.2rem;
}

.main-section .main-container header .header-right .profile .profile-bg a {
  margin-left: 0;
  color: #0b2756;
}

.main-section .main-container header .header-right .profile .profile-bg a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-section .main-container header .header-right .profile .profile-details {
  padding: 0rem;
  width: 200px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50px;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #898989;
  cursor: pointer;
  padding: 3px 0;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul li span {
  padding-left: 5px;
  font-weight: bold;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul li a {
  color: #898989;
  text-decoration: none;
  margin-left: 0;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul li a:hover {
  color: #0b2756;
}

.main-section .main-container header .header-right .profile .profile-details .profile-details-bg ul li:hover {
  color: #0b2756;
}

.main-section .main-container header .header-right .lock {
  font-size: 2rem;
  margin: 0 0rem 0 1rem;
}

.main-section .main-container header .header-right .lock a {
  margin-left: 0;
  color: #0b2756;
}

.main-section .main-container header .header-right .lock a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 870px) {
  .main-section .main-container {
    padding: 0 2.063rem;
  }
  .main-section .main-container p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .main-section .main-container {
    padding: 0 1.063rem;
  }
  .main-section .main-container header h1.logo img {
    width: 120px;
    height: auto;
  }
}

.main-section .home-banner {
  height: 400px;
  position: relative;
  background: url(../images/home-banner-bg.png) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .home-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.063rem;
  width: 100%;
  margin: 0 auto;
}

.main-section .home-banner .banner-content .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 48%;
}

.main-section .home-banner .banner-content .left-side h1 {
  font-size: 45px;
  color: #0b2756;
  margin-bottom: 20px;
}

.main-section .home-banner .banner-content .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

.main-section .home-banner .banner-content .right-side img {
  height: 350px;
}

@media screen and (max-width: 1024px) {
  .main-section .home-banner .left-side h1 {
    font-size: 2.75rem;
  }
  .main-section .home-banner .right-side img {
    width: auto;
    height: 350px;
  }
}

@media screen and (max-width: 870px) {
  .main-section .home-banner {
    height: 50%;
    top: 0px;
  }
  .main-section .home-banner .banner-content {
    padding: 0 2.063rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-section .home-banner .banner-content .left-side {
    width: 100%;
  }
  .main-section .home-banner .banner-content .left-side h1 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .main-section .home-banner .banner-content .left-side p {
    line-height: 1.2rem;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
  }
  .main-section .home-banner .banner-content .right-side {
    width: 100%;
    padding-top: 2rem;
  }
  .main-section .home-banner .banner-content .right-side img {
    width: auto;
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .main-section .home-banner {
    height: auto;
    top: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: contain;
  }
  .main-section .home-banner .banner-content {
    padding: 0 2.063rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-section .home-banner .banner-content .left-side {
    width: 100%;
  }
  .main-section .home-banner .banner-content .left-side h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    width: 100%;
  }
  .main-section .home-banner .banner-content .left-side p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .main-section .home-banner .banner-content .right-side {
    width: 100%;
    margin-top: 1rem;
  }
  .main-section .home-banner .banner-content .right-side img {
    width: auto;
    height: 200px;
  }
}

.main-section .content-part {
  padding: 30px 0 15px;
}

.main-section .content-part h3 {
  font-size: 30px;
  color: #0b2756;
  padding: 0 0 15px;
}

.main-section .content-part p {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .main-section .content-part h3 {
    font-size: 1.5rem;
  }
}

.main-section .content-row {
  padding: 0;
  width: 100%;
}

.main-section .content-row .section-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0.125rem 0;
}

.main-section .content-row .section-row .gray-bg {
  background-color: #f9f9f9;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 29rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

.main-section .content-row .section-row .gray-bg img {
  height: 80%;
}

.main-section .content-row .section-row .white-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}

.main-section .content-row .section-row .white-bg .white-content-bg {
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4.063rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .content-row .section-row .white-bg .white-content-bg h3 {
  color: #0b2756;
  font-size: 30px;
  padding-bottom: 10px;
}

.main-section .content-row .section-row .white-bg .white-content-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.main-section .content-row .section-row .white-bg .white-content-bg ul li {
  font-size: 16px;
  color: #696969;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .content-row .section-row .white-bg .white-content-bg ul li:before {
  content: '\f101';
  font-weight: 900;
  font-size: 1rem;
  color: #696969;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.5rem;
}

@media screen and (max-width: 1680px) {
  .main-section .content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .content-row .section-row .gray-bg img {
    height: inherit;
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .main-section .content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .content-row .section-row .gray-bg img {
    height: inherit;
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  .main-section .content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 25rem;
  }
  .main-section .content-row .section-row .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .content-row .section-row .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 100%;
  }
  .main-section .content-row .section-row .white-bg .white-content-bg {
    padding: 2rem;
  }
  .main-section .content-row .section-row .white-bg .white-content-bg ul {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .content-row .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0rem;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .main-section .content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
    padding: 2rem 0;
    width: 100%;
  }
  .main-section .content-row .section-row .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .content-row .section-row .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 3.125rem;
  }
  .main-section .content-row .section-row .white-bg .white-content-bg {
    padding: 2rem;
    width: calc(100% - 2rem);
    right: 0rem;
    left: 0rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .main-section .content-row .section-row .white-bg .white-content-bg h3 {
    font-size: 1.5rem;
  }
  .main-section .content-row .section-row .white-bg .white-content-bg ul li {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

.main-section .content-row .section-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
}

.main-section .content-row .section-row-reverse .gray-bg {
  background-color: #f9f9f9;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 29rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

.main-section .content-row .section-row-reverse .gray-bg img {
  height: 80%;
}

.main-section .content-row .section-row-reverse .white-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg {
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 4.063rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg h3 {
  color: #0b2756;
  font-size: 30px;
  padding-bottom: 10px;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg ul li {
  font-size: 16px;
  color: #696969;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg ul li:before {
  content: '\f101';
  font-weight: 900;
  font-size: 1rem;
  color: #696969;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.5rem;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg .contact-bg p {
  margin-bottom: 0;
  padding: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg .contact-bg p i {
  padding-top: 5px;
  margin-right: .7rem;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg .contact-bg p a {
  color: #696969;
  text-decoration: none;
}

.main-section .content-row .section-row-reverse .white-bg .white-content-bg .contact-bg p a:hover {
  color: #0b2756;
}

@media screen and (max-width: 1680px) {
  .main-section .content-row .section-row-reverse .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .content-row .section-row-reverse .gray-bg img {
    height: inherit;
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .main-section .content-row .section-row-reverse .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .content-row .section-row-reverse .gray-bg img {
    height: inherit;
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  .main-section .content-row .section-row-reverse .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 25rem;
  }
  .main-section .content-row .section-row-reverse .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .content-row .section-row-reverse .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 100%;
  }
  .main-section .content-row .section-row-reverse .white-bg .white-content-bg {
    padding: 2rem;
  }
  .main-section .content-row .section-row-reverse .white-bg .white-content-bg ul {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .content-row .section-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  .main-section .content-row .section-row-reverse .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
    padding: 2rem 0;
    width: 100%;
  }
  .main-section .content-row .section-row-reverse .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .content-row .section-row-reverse .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 3.125rem;
  }
  .main-section .content-row .section-row-reverse .white-bg .white-content-bg {
    padding: 2rem;
    width: calc(100% - 2rem);
    right: 0rem;
    left: 0rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .main-section .content-row .section-row-reverse .white-bg .white-content-bg h3 {
    font-size: 1.5rem;
  }
  .main-section .content-row .section-row-reverse .white-bg .white-content-bg ul li {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

.main-section .our-service-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .our-service-part .box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .our-service-part .box .box-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .our-service-part .box .box-bg .icon {
  height: 60px;
}

.main-section .our-service-part .box .box-bg h3 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
}

.main-section .our-service-part .box .box-bg p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.main-section .our-service-part .box .box-bg p a {
  color: #fff;
  text-decoration: none;
}

.main-section .our-service-part .box .box-bg p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .main-section .our-service-part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-section .our-service-part .box {
    width: 50%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main-section .our-service-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .our-service-part .box {
    width: 100%;
    padding-bottom: 1rem;
  }
  .main-section .our-service-part .box .box-bg h3 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  .main-section .our-service-part .box .box-bg p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

.main-section .footer-top-section {
  background-color: #2d2d2d;
  padding: 1.125rem 0;
}

.main-section .footer-top-section .footer-content {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

.main-section .footer-top-section .footer-content .footer-content-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg ul li {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 0.5rem;
  text-align: left;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg ul li a {
  color: #fff;
  text-decoration: none;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .cards {
  margin-top: 1rem;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .cards ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .cards ul li {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon {
  margin-top: 1rem;
  width: 70%;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li {
  padding: 0 0.313rem 0.6rem;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a {
  width: 39px;
  height: 39px;
  border-radius: 41px;
  border: 1px solid #fff;
  background-color: #2d2d2d;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a span {
  width: 33px;
  height: 33px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.fb {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.fb:hover {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-color: #01437f;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.fb:hover span {
  background-color: #01437f;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.twitter {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.twitter:hover {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-color: #2cb5e9;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.twitter:hover span {
  background-color: #2cb5e9;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.linkdin {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.linkdin:hover {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-color: #2c719b;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.linkdin:hover span {
  background-color: #2c719b;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.youtube {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.youtube:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #b21116;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.youtube:hover span {
  background-color: #b21116;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.instagram {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.instagram:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #095380;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.instagram:hover span {
  background-color: #095380;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.pintrest {
  font-size: 1.2rem;
  color: #2d2d2d;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.pintrest:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #c5181c;
}

.main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul li a.pintrest:hover span {
  background-color: #c5181c;
}

@media screen and (width: 1024px) {
  .main-section .footer-top-section .footer-content {
    width: 90%;
  }
}

@media screen and (max-width: 1023px) {
  .main-section .footer-top-section .footer-content {
    width: 96%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box {
    width: 33.33%;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box:last-child {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box:last-child .box-bg h3 {
    width: 100%;
    text-align: center;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg ul li {
    text-align: left;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .main-section .footer-top-section .footer-content .footer-content-bg {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box:last-child {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .main-section .footer-top-section .footer-content {
    width: 96%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg ul li {
    text-align: center;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon {
    width: 100%;
  }
  .main-section .footer-top-section .footer-content .footer-content-bg .box .box-bg .social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-section .footercopy-right {
  background-color: #222222;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .footercopy-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9rem;
}

.main-section .footercopy-right p a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.main-section .inner-banner {
  height: 400px;
  position: relative;
  background: url(../images/home-banner-bg.png) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .inner-banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.063rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-section .inner-banner .banner-content .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 40%;
}

.main-section .inner-banner .banner-content .left-side h1 {
  font-size: 50px;
  color: #0b2756;
  margin-bottom: 10px;
  text-transform: uppercase;
  list-style: 2.875rem;
}

.main-section .inner-banner .banner-content .left-side h5 {
  font-size: 32px;
  color: #0b2756;
  margin-bottom: 10px;
  text-transform: uppercase;
  list-style: 2.875rem;
}

.main-section .inner-banner .banner-content .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58%;
}

.main-section .inner-banner .banner-content .right-side img {
  height: 380px;
}

@media screen and (max-width: 1400px) {
  .main-section .inner-banner .banner-content .left-side {
    width: 50%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .inner-banner .banner-content .right-side {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .main-section .inner-banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .inner-banner .banner-content .left-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .inner-banner .banner-content .left-side h1 {
    padding-bottom: 2rem;
    font-size: 4rem;
  }
  .main-section .inner-banner .banner-content .right-side {
    width: 100%;
  }
  .main-section .inner-banner .banner-content .right-side img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .inner-banner {
    height: 100%;
  }
  .main-section .inner-banner .banner-content {
    padding: 0 2.063rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .inner-banner .banner-content .left-side h1 {
    font-size: 4rem;
  }
  .main-section .inner-banner .banner-content .left-side p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .main-section .inner-banner .banner-content .left-side h5 {
    font-size: 1.2rem;
  }
  .main-section .inner-banner .banner-content .right-side {
    max-width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 600px) {
  .main-section .inner-banner {
    height: auto;
    top: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-size: contain;
  }
  .main-section .inner-banner .banner-content {
    padding: 0 2.063rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-section .inner-banner .banner-content .left-side {
    width: 100%;
  }
  .main-section .inner-banner .banner-content .left-side h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 3rem;
    width: 100%;
  }
  .main-section .inner-banner .banner-content .left-side p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
    width: 100%;
  }
  .main-section .inner-banner .banner-content .right-side {
    width: 100%;
    margin-top: 1rem;
  }
  .main-section .inner-banner .banner-content .right-side img {
    height: auto !important;
  }
}

.main-section .inner-content-row {
  padding: 0;
  width: 100%;
}

.main-section .inner-content-row .section-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 0;
}

.main-section .inner-content-row .section-row .white-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 3.125rem;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg h3 {
  color: #000;
  font-size: 2.188rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg h4 {
  color: #000;
  font-size: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg p {
  text-align: left;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg ul li {
  font-size: 1rem;
  color: #696969;
  line-height: 1.5rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .inner-content-row .section-row .white-bg .white-content-bg ul li:before {
  content: '\f101';
  font-weight: 900;
  font-size: 1rem;
  color: #696969;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.5rem;
}

@media screen and (max-width: 1366px) {
  .main-section .inner-content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .inner-content-row .section-row .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .inner-content-row .section-row .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .main-section .inner-content-row .section-row .white-bg .white-content-bg {
    padding: 2rem;
  }
}

@media screen and (max-width: 980px) {
  .main-section .inner-content-row .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0rem;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .main-section .inner-content-row .section-row .gray-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
    padding: 2rem 0;
    width: 100%;
  }
  .main-section .inner-content-row .section-row .gray-bg img {
    height: inherit;
    width: 90%;
  }
  .main-section .inner-content-row .section-row .white-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .main-section .inner-content-row .section-row .white-bg .white-content-bg {
    padding: 2rem 1rem;
    width: calc(100% - 2rem);
    right: 0rem;
    left: 0rem;
    position: relative;
  }
}

.main-section .our-mission-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.678rem;
}

.main-section .our-mission-part .our-mission-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .our-mission-part .our-mission-container .box {
  width: 31.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding-right: 2%;
}

.main-section .our-mission-part .our-mission-container .box .box-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .icon {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .box-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: calc(100% - 110px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .box-content h3 {
  font-size: 1.375rem;
  color: #0b2756;
  font-weight: 700;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .box-content p {
  color: #696969;
  margin-bottom: 0;
  text-align: left;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .box-content p a {
  color: #fff;
  text-decoration: none;
}

.main-section .our-mission-part .our-mission-container .box .box-bg .box-content p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .main-section .our-mission-part .our-mission-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-section .our-mission-part .our-mission-container .box {
    width: 50%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .main-section .our-mission-part .our-mission-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .our-mission-part .our-mission-container .box {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .main-section .our-mission-part .our-mission-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .our-mission-part .our-mission-container .box {
    width: 100%;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2rem;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .box-content h3 {
    font-size: 1.375rem;
    color: #0b2756;
    font-weight: 700;
    padding-bottom: 1rem;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .box-content p {
    color: #696969;
    margin-bottom: 0;
    text-align: center;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .box-content p a {
    color: #fff;
    text-decoration: none;
  }
  .main-section .our-mission-part .our-mission-container .box .box-bg .box-content p a:hover {
    text-decoration: underline;
  }
}

.main-section .mobile-view-top {
  display: none;
}

.main-section .slider-tab-content {
  padding: 30px 4.63rem;
  position: relative;
  top: 0;
  /* Custom Select with icon Css Start */
  /* item list */
  /* Custom Select with icon css End */
}

.main-section .slider-tab-content .slider-tab-form {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left {
  width: 27.25rem;
  margin-top: 0rem;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  padding: 30px;
  height: 100%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg h2 {
  text-align: left;
  padding-bottom: 1rem;
  color: #0b2756;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg h2.desktop-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg h2.desktop-view {
    display: none;
  }
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .btn-grp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .btn-grp button {
  background-color: #0b2756;
  border: 1px solid #d2d2d2;
  padding: 0.8rem 4rem;
  margin: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup {
  position: relative;
  margin-bottom: 30px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup label {
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #868686 !important;
  font-weight: 500;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup .error-field {
  color: #f00;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  text-align: left;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #d2d2d2 !important;
  left: 25px;
  padding: 5px;
  background: none;
  color: #868686;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input.error:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input.error:focus ~ .inputBar:before {
  display: none;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input.error:focus ~ .inputBar:after {
  display: none;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input:focus ~ .inputBar:before {
  display: none;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input:focus ~ .inputBar:after {
  display: none;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup input:valid ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup textarea {
  display: block;
  width: 280px;
  border: none;
  border-bottom: 2px solid #d2d2d2;
  left: 25px;
  padding: 5px;
  background: none;
  color: #868686;
  height: 100px;
  width: 100%;
  overflow: auto;
  resize: none;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup textarea:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup textarea:focus ~ .inputBar:before {
  width: 50%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup textarea:focus ~ .inputBar:after {
  width: 50%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup textarea:valid ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup .inputBar {
  position: relative;
  display: block;
  width: 100%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup .inputBar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .inputGroup .inputBar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 50%;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .button-grp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg .button-grp button {
  background-color: transparent;
  border: 1px solid #d2d2d2;
  padding: 0.8rem 2rem;
  margin: 0;
  border-radius: 0;
  color: #868686;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .main-section .slider-tab-content .slider-tab-form .slider-tab-left .slider-tab-left-bg {
    padding: 15px;
  }
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-right {
  width: calc(100% - 29.25rem);
  padding: 2rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  position: relative;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-right .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-right .slick-prev {
  left: -1.5rem;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-right .slick-next {
  right: -1.5rem;
}

.main-section .slider-tab-content .slider-tab-form .slider-tab-right .slick-prev:before, .main-section .slider-tab-content .slider-tab-form .slider-tab-right .slick-next:before {
  color: #595959;
}

@media screen and (max-width: 980px) {
  .main-section .slider-tab-content .slider-tab-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-section .slider-tab-content .slider-tab-form .slider-tab-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .main-section .slider-tab-content .slider-tab-form .slider-tab-right {
    width: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .main-section .slider-tab-content .slider-tab-form .slider-tab-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .main-section .slider-tab-content .slider-tab-form .slider-tab-right {
    width: 92%;
    margin: auto;
  }
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row {
  padding: 30px 0 0;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row h3 {
  color: #0b2756;
  font-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row h4 {
  color: #0b2756;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row p {
  font-size: 1rem;
  color: #696969;
  line-height: 1.5rem;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row ul li {
  font-size: 1rem;
  color: #696969;
  line-height: 1.5rem;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row ul li:before {
  content: '\f101';
  font-weight: 900;
  font-size: 1rem;
  color: #696969;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.5rem;
}

.main-section .slider-tab-content .slider-service-content .slider-service-content-row ul li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row ul {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row {
    padding-top: 15px;
  }
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row h3 {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row p {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row ul li {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .main-section .slider-tab-content .slider-service-content .slider-service-content-row h4 {
    font-size: 1rem;
    padding-left: 15px;
  }
}

.main-section .slider-tab-content .operator, .main-section .slider-tab-content .circle {
  display: none;
}

.main-section .slider-tab-content #a, .main-section .slider-tab-content #c {
  padding-left: 0px;
  text-align: left;
  padding: 0 1rem;
}

.main-section .slider-tab-content #a img, .main-section .slider-tab-content .btn-select img, .main-section .slider-tab-content #c img, .main-section .slider-tab-content .circle-btn-select img {
  width: 20px;
}

.main-section .slider-tab-content #a li, .main-section .slider-tab-content #c li {
  list-style: none;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main-section .slider-tab-content #a li:hover, .main-section .slider-tab-content #c li:hover {
  background-color: #F4F3F3;
}

.main-section .slider-tab-content #a li.active, .main-section .slider-tab-content #c li.active {
  background-color: #f2f2f2;
}

.main-section .slider-tab-content #a li img, .main-section .slider-tab-content #c li img {
  margin: 5px;
}

.main-section .slider-tab-content #a li span, .main-section .slider-tab-content .btn-select li span, .main-section .slider-tab-content #c li span, .main-section .slider-tab-content .circle-btn-select li span {
  margin-left: 0px;
  color: #868686;
  font-size: 1rem;
}

.main-section .slider-tab-content .b {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  height: 190px;
  overflow: auto;
  position: absolute;
  z-index: 3;
  background-color: #fff;
}

.main-section .slider-tab-content .oprator-content {
  display: block !important;
}

.main-section .slider-tab-content .circle-content {
  display: block !important;
}

.main-section .slider-tab-content .d {
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  height: 190px;
  overflow: auto;
  position: absolute;
  z-index: 4;
  background-color: #fff;
}

.main-section .slider-tab-content .open {
  display: show !important;
}

.main-section .slider-tab-content .btn-select, .main-section .slider-tab-content .circle-btn-select {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: 34px;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 2px solid #d2d2d2;
  border-top: 0;
  outline: none;
  border-right: 0;
  border-left: 0;
}

.main-section .slider-tab-content .btn-select li, .main-section .slider-tab-content .circle-btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.main-section .slider-tab-content .btn-select:hover li, .main-section .slider-tab-content .circle-btn-select:hover li {
  margin-left: 0px;
}

.main-section .slider-tab-content .btn-select:hover, .main-section .slider-tab-content .circle-btn-select:hover {
  /* background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
    */
}

.main-section .slider-tab-content .btn-select:focus, .main-section .slider-tab-content .circle-btn-select:focus {
  outline: none;
}

.main-section .slider-tab-content .lang-select {
  margin-left: 0px;
}

.main-section .slider-tab-content .lang-select a {
  position: absolute;
  top: 0.4rem;
  right: 0;
  font-size: 0.8rem;
  color: #0b2756;
  text-decoration: none;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .main-section .slider-tab-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main-section .slider-tab-content .slider-tab-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .main-section .slider-tab-content .slider-tab-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .slider-tab-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-section .slider-tab-content .slider-tab-left {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .main-section .slider-tab-content .slider-tab-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .mobile-view-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #0b2756;
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-section .mobile-view-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
  }
  .main-section .mobile-view-top a i {
    font-size: 1.5rem;
    color: #fff;
  }
  .main-section .mobile-view-top h2 {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding-left: 10px;
  }
}

.main-section .faq-row, .main-section .my-profile-row {
  padding: 0 4.63rem 3.175rem 4.63rem;
  /* ================================= */
  /* ================================= */
}

.main-section .faq-row h2, .main-section .my-profile-row h2 {
  font-size: 2.5rem;
  color: #0b2756;
  text-align: left;
  padding-top: 2rem;
}

.main-section .faq-row .Accordions, .main-section .my-profile-row .Accordions {
  display: block;
}

.main-section .faq-row .Accordion_item, .main-section .my-profile-row .Accordion_item {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.main-section .faq-row .Accordion_item:first-child, .main-section .my-profile-row .Accordion_item:first-child {
  margin-top: 20px;
}

.main-section .faq-row .Accordion_item .title_tab, .main-section .my-profile-row .Accordion_item .title_tab {
  width: 100%;
  background-color: #fff;
  color: #686767;
  padding: 1.2rem .8rem;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  border-radius: 0px;
  border: 1px solid #686767;
  text-align: left;
}

.main-section .faq-row .Accordion_item .title_tab .title, .main-section .my-profile-row .Accordion_item .title_tab .title {
  font-size: 1rem;
  letter-spacing: 1px;
  position: relative;
}

.main-section .faq-row .Accordion_item .title_tab .title .icon, .main-section .my-profile-row .Accordion_item .title_tab .title .icon {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.main-section .faq-row .Accordion_item .title_tab .title .icon:before, .main-section .faq-row .Accordion_item .title_tab .title .icon:after, .main-section .my-profile-row .Accordion_item .title_tab .title .icon:before, .main-section .my-profile-row .Accordion_item .title_tab .title .icon:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #686767;
}

.main-section .faq-row .Accordion_item .title_tab .title .icon:before, .main-section .my-profile-row .Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-section .faq-row .Accordion_item .title_tab .title .icon:after, .main-section .my-profile-row .Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-section .faq-row .inner_content, .main-section .my-profile-row .inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}

.main-section .faq-row .inner_content .inner-content-bg, .main-section .my-profile-row .inner_content .inner-content-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0 1rem;
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-left, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left {
  width: 60%;
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-left p, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left p {
  width: 98%;
  margin: auto;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 1px;
  opacity: 0;
  text-align: left;
  -webkit-transform: translate3d(0px, 60px, 0px);
          transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-left ul, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left ul {
  list-style: none;
  padding: 0.7rem 0 0 0.5rem;
  margin: 0;
  text-align: left;
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-left ul li, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left ul li {
  font-size: 1rem;
  color: #696969;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-left ul li:before, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left ul li:before {
  content: '\f101';
  font-weight: 900;
  font-size: 1rem;
  color: #696969;
  font-family: 'Font Awesome 5 Free';
  padding-right: 0.5rem;
}

.main-section .faq-row .inner_content .inner-content-bg .inner-content-right, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right {
  width: 40%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  /* Profile Details */
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcfc;
  border: 1px solid #cdcdcd;
  height: 263px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-left, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-left {
  width: 46%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-left img, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-left img {
  width: 90%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right {
  width: 48%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right h3, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 1.5rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right p, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right p {
  margin-bottom: 0;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right p span, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box .pro-box-bg .pro-box-right p span {
  font-size: 2.5rem;
  color: #0b2756;
  font-weight: 700;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box:last-child, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .profile-balance .pro-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0rem 0;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg {
  width: 100%;
  /* Change password */
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg h3, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b2756;
  text-align: left;
  padding-bottom: 1rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg.notifi-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg.notifi-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .notification-left, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .notification-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li:first-child a, .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li:last-child a, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li:first-child a, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li:last-child a {
  background: #0b2756;
  color: #fff;
  border-color: #0b2756;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a {
  background: #fff;
  padding: 0.2rem;
  border: 1px solid #ccc;
  color: #0b2756;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a:hover, .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a.active, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a:hover, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .notification-header .pagination ul li a.active {
  background: #0b2756;
  color: #fff;
  border-color: #0b2756;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details {
  width: 100%;
  text-align: left;
  background-color: #f0f0f0;
  padding: 1rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details p.center, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details p.center {
  text-align: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li p, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li p {
  padding-right: 2.5rem;
  font-size: 1rem;
  color: #686767;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li p span, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li p span {
  color: #000;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
  margin-right: 2%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a {
  color: #555;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a i, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a i {
  font-size: 1.5rem;
  color: #555;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a img, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .img-icon .img-icon-bg a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title h4, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title h4 {
  font-size: 1.2rem;
  color: #0b2756;
  font-weight: bold;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title .time, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-title .time {
  font-size: 0.8rem;
  color: #0b2756;
  font-weight: bold;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-text, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-text p, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg .language-content .language-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details .notification-content-list .language-bg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .personal-details ul li {
    width: 100%;
  }
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0em;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form {
  max-width: 38.25rem;
  width: 100%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  padding: 2.563rem;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg h2, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg h2 {
  text-align: left;
  padding-bottom: 1rem;
  color: #0b2756;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp button, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp button {
  background-color: #0b2756;
  border: 1px solid #d2d2d2;
  padding: 0.8rem 4rem;
  margin: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup {
  position: relative;
  margin-bottom: 30px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup label, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup label {
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #868686 !important;
  font-weight: 500;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .error-field, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .error-field {
  color: #f00;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  text-align: left;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #d2d2d2 !important;
  left: 25px;
  padding: 5px;
  background: none;
  color: #868686;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ label, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ .inputBar:before, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ .inputBar:before {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ .inputBar:after, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error ~ .inputBar:after {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ label, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ .inputBar:before, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ .inputBar:before {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ .inputBar:after, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input.error:focus ~ .inputBar:after {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ label, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ .inputBar:before, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ .inputBar:before {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ .inputBar:after, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:focus ~ .inputBar:after {
  display: none;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:valid ~ label, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup input:valid ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar {
  position: relative;
  display: block;
  width: 100%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar:before, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar:after, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .inputGroup .inputBar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: white;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 50%;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .button-grp, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .button-grp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .button-grp button, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .button-grp button {
  background-color: transparent;
  border: 1px solid #d2d2d2;
  padding: 0.8rem 2rem;
  margin: 0;
  border-radius: 0;
  color: #868686;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp button, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .form-bg .pw-form .pw-form-bg .btn-grp button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .pw-form, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .pw-form {
    max-width: 25.25rem;
  }
}

@media screen and (max-width: 980px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .pw-form, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .details-part .detail-bg .pw-form {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table caption, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table tr, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table th,
.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table th,
.main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td {
  padding: .625em;
  text-align: center;
}

.main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table th, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table {
    border: 0;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table caption, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table caption {
    font-size: 1.3em;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table thead, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table tr, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td::before, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td::before {
    /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .main-section .faq-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td:last-child, .main-section .my-profile-row .inner_content .inner-content-bg.my-pro-bg .transaction-table table td:last-child {
    border-bottom: 0;
  }
}

.main-section .faq-row .inner_content .switch-btn, .main-section .my-profile-row .inner_content .switch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 1rem;
}

.main-section .faq-row .inner_content .switch-btn span, .main-section .my-profile-row .inner_content .switch-btn span {
  font-size: 1.2rem;
  padding: 0 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.main-section .faq-row .inner_content .switch-btn .blue-btn, .main-section .my-profile-row .inner_content .switch-btn .blue-btn {
  color: #0b2756;
  background: transparent;
  border: 0;
}

.main-section .faq-row .inner_content .switch-btn .switch, .main-section .my-profile-row .inner_content .switch-btn .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
  margin-right: 1rem;
}

.main-section .faq-row .inner_content .switch-btn .switch input, .main-section .my-profile-row .inner_content .switch-btn .switch input {
  display: none;
}

.main-section .faq-row .inner_content .switch-btn .slider, .main-section .my-profile-row .inner_content .switch-btn .slider {
  background-color: #7988a2;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.main-section .faq-row .inner_content .switch-btn .slider:before, .main-section .my-profile-row .inner_content .switch-btn .slider:before {
  background-color: #0b2756;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 26px;
}

.main-section .faq-row .inner_content .switch-btn input:checked + .slider, .main-section .my-profile-row .inner_content .switch-btn input:checked + .slider {
  background-color: #485d80;
}

.main-section .faq-row .inner_content .switch-btn input:checked + .slider:before, .main-section .my-profile-row .inner_content .switch-btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.main-section .faq-row .inner_content .switch-btn .slider.round, .main-section .my-profile-row .inner_content .switch-btn .slider.round {
  border-radius: 34px;
}

.main-section .faq-row .inner_content .switch-btn .slider.round:before, .main-section .my-profile-row .inner_content .switch-btn .slider.round:before {
  border-radius: 50%;
}

.main-section .faq-row .Accordion_item .title_tab.active, .main-section .my-profile-row .Accordion_item .title_tab.active {
  background-color: #0b2756;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  color: #fff;
}

.main-section .faq-row .Accordion_item .title_tab.active .title .icon, .main-section .my-profile-row .Accordion_item .title_tab.active .title .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.main-section .faq-row .Accordion_item .title_tab.active .title .icon::before, .main-section .my-profile-row .Accordion_item .title_tab.active .title .icon::before {
  background-color: #fff;
}

.main-section .faq-row .Accordion_item .title_tab.active .title .icon::after, .main-section .my-profile-row .Accordion_item .title_tab.active .title .icon::after {
  background-color: #fff;
}

.main-section .faq-row .Accordion_item .title_tab:hover, .main-section .my-profile-row .Accordion_item .title_tab:hover {
  background-color: #0b2756;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
  color: #fff;
}

.main-section .faq-row .Accordion_item .title_tab:hover .title .icon::before, .main-section .my-profile-row .Accordion_item .title_tab:hover .title .icon::before {
  background-color: #fff;
}

.main-section .faq-row .Accordion_item .title_tab:hover .title .icon::after, .main-section .my-profile-row .Accordion_item .title_tab:hover .title .icon::after {
  background-color: #fff;
}

.main-section .faq-row .Accordion_item .inner_content p.show, .main-section .my-profile-row .Accordion_item .inner_content p.show {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.main-section .faq-row .inner_content p span, .main-section .my-profile-row .inner_content p span {
  font-size: 14px;
  line-height: 30px;
}

.main-section .faq-row .inner_content p b, .main-section .my-profile-row .inner_content p b {
  color: #F44336;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-right .right-img img, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right .right-img img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .faq-row, .main-section .my-profile-row {
    padding-left: 2.63rem;
    padding-right: 2.63rem;
  }
  .main-section .faq-row .inner_content .inner-content-bg, .main-section .my-profile-row .inner_content .inner-content-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-left, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left {
    width: 100%;
    padding-bottom: 2rem;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-right, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right {
    width: 100%;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-right .right-img img, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right .right-img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .faq-row, .main-section .my-profile-row {
    padding-left: 1.63rem;
    padding-right: 1.63rem;
  }
  .main-section .faq-row .inner_content .inner-content-bg, .main-section .my-profile-row .inner_content .inner-content-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-left, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-left {
    width: 100%;
    padding-bottom: 2rem;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-right, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right {
    width: 100%;
  }
  .main-section .faq-row .inner_content .inner-content-bg .inner-content-right .right-img img, .main-section .my-profile-row .inner_content .inner-content-bg .inner-content-right .right-img img {
    width: 100%;
  }
}

.main-section .confirm-order-row {
  padding: 0 4.63rem 3.175rem 4.63rem;
}

.main-section .confirm-order-row h2 {
  font-size: 2.5rem;
  color: #0b2756;
  text-align: left;
  padding-top: 2rem;
}

.main-section .confirm-order-row .confirm-order-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg {
  max-width: 600px;
  margin: 0 auto;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* Confirm Form */
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row p {
  padding: 5px 10px;
  margin: 0;
  font-size: 1rem;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row p span {
  font-weight: 600;
  margin-left: 10px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row .confirm-form-left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row .confirm-form-left p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #898989;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row .confirm-form-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-content-bg .confirm-content-part .confirm-form .confirm-form-row .confirm-form-right p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #898989;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: auto;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .blue-btn {
  width: 200px;
  margin-bottom: 15px;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table tr {
  border-bottom: 1px solid #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table th, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table td {
  padding: 10px 10px;
  border-right: 1px solid #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table th .debit, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table td .debit {
  color: #f00;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table th .credit, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table td .credit {
  color: #4BB543;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table th a, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table td a {
  color: #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table th a i, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg table td a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date {
  padding: 0rem 0 10px;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup {
  position: relative;
  margin-bottom: 0px;
  margin-right: 20px;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup label {
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #686767;
  font-weight: 500;
  text-transform: uppercase;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup input {
  border-bottom: 1px solid #757575 !important;
  color: #555;
  font-size: 1rem;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup input:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup input:focus ~ .inputBar:before {
  width: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup input:focus ~ .inputBar:after {
  width: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form .inputGroup input:valid ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form button {
  background-color: #0b2756;
  border: none;
  padding: 5px 10px;
  margin: 0;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #0b2756;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form button:hover {
  background-color: #fff;
  top: 0px;
  color: #0b2756;
  border: 1px solid #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .transaction-report-date form button:active {
  background-color: #fff;
  top: 0px;
  color: #0b2756;
  border: 1px solid #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 0;
  width: 100%;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li:first-child a, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li:last-child a {
  background: #0b2756;
  color: #fff;
  border-color: #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li a {
  background: #fff;
  padding: 0.2rem;
  border: 1px solid #ccc;
  color: #0b2756;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li a:hover, .main-section .confirm-order-row .confirm-order-bg .transaction-report-bg .pagination ul li a.active {
  background: #0b2756;
  color: #fff;
  border-color: #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left {
  width: 65%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 42px;
  border-bottom: 0px solid #0b2756;
  width: 100%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 42px;
  line-height: 42px;
  border-top: 0px solid #333;
  border-left: 0px solid #333;
  border-bottom: 0px solid #333;
  background-color: none;
  color: #866767;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  margin: 0 0.5rem;
  font-size: 1.2rem;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_last {
  border-right: 0px solid #333;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left ul.tabs li:hover {
  background-color: none;
  color: #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left ul.tabs li.active {
  background-color: #fff;
  color: #0b2756;
  border-bottom: 2px solid #0b2756;
  display: block;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_container {
  border: 0px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_content {
  padding: 20px;
  display: none;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_content h4 {
  font-size: 1.8rem;
  color: #0b2756;
  text-align: left;
  padding-bottom: 1.5rem;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_content .earn-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 660px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .tabs {
    display: none;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_drawer_heading {
    background-color: #fff;
    color: #686767;
    border: 1px solid #696969;
    margin: 0;
    padding: 0.5rem 1rem;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin: 0.5rem 0;
    text-align: left;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .tab_drawer_heading:after {
    content: '\f054';
    color: #686767;
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .d_active {
    background-color: #0b2756;
    color: #fff;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .d_active:after {
    content: '\f078';
    color: #fff;
  }
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5rem;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcfc;
  border: 1px solid #cdcdcd;
  height: 263px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-left {
  width: 46%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-left img {
  width: 90%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-right {
  width: 48%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-right h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 1.5rem;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-right p {
  margin-bottom: 0;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box .pro-box-bg .pro-box-right p span {
  font-size: 2.5rem;
  color: #0b2756;
  font-weight: 700;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box {
    width: 50%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .profile-balance .pro-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg {
  padding: 2rem 0 0;
  width: 30%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup {
  position: relative;
  margin-bottom: 30px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup label {
  position: absolute;
  top: 0;
  left: 5px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #686767;
  font-weight: 500;
  text-transform: uppercase;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  left: 25px;
  padding: 5px;
  background: none;
  color: #ccc;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup input:focus ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup input:focus ~ .inputBar:before {
  width: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup input:focus ~ .inputBar:after {
  width: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup input:valid ~ label {
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup .inputBar {
  position: relative;
  display: block;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup .inputBar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: #0b2756;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg .inputGroup .inputBar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: #0b2756;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 50%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg button {
  background-color: #0b2756;
  border: none;
  padding: 15px 0;
  margin: 0;
  width: 290px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #0b2756;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg button:hover {
  background-color: #fff;
  top: 0px;
  color: #0b2756;
  border: 1px solid #0b2756;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg button:active {
  background-color: #fff;
  top: 0px;
  color: #0b2756;
  border: 1px solid #0b2756;
}

@media screen and (max-width: 1024px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left .online-pay-bg {
    width: 100%;
  }
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .payment-option {
  padding: 1rem 0;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .payment-option .payment-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .payment-option .payment-option-list .radiobuttons {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-left .payment-option .payment-option-list .radiobuttons .rdio {
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-left {
    width: 60%;
  }
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right {
  width: 30%;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg h4 {
  font-size: 1.2rem;
  color: #0b2756;
  padding-bottom: 1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg h4 .operator-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg h4 .operator-number span {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg h4 .operator-number span.operator-font {
  font-size: 16px;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg .order-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg .order-details .order-details-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding: 0.5rem 0;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg .order-details .order-details-bg .order-text {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.main-section .confirm-order-row .confirm-order-bg .confirm-right .confirm-right-bg .order-details .order-details-bg .order-amount {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .main-section .confirm-order-row .confirm-order-bg .confirm-right {
    width: 40%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .confirm-order-row .confirm-order-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-left {
    width: 100%;
  }
  .main-section .confirm-order-row .confirm-order-bg .confirm-right {
    width: 100%;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 980px) {
  .main-section .confirm-order-row {
    padding-left: 2.63rem;
    padding-right: 2.63rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section .confirm-order-row {
    padding-left: 1.63rem;
    padding-right: 1.63rem;
  }
}

.main-section .mobile-view-animation {
  display: none;
}

.main-section .booking-banner {
  position: relative;
  width: 100%;
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  .main-section .booking-banner.desktop-animated {
    display: none;
  }
}

.main-section .booking-banner .booking-banner-bg {
  width: 100%;
  background-size: cover;
  /*height: 425px;*/
}

.main-section .booking-banner .booking-banner-bg.mobile-view {
  display: none;
}

.main-section .booking-banner .booking-banner-bg.mobile-view img {
  width: 100%;
  display: none;
}

.main-section .booking-banner .booking-banner-bg.desktop-view {
  display: block;
}

.main-section .booking-banner .booking-banner-bg.desktop-view img {
  width: 100%;
  display: block;
}

.main-section .booking-banner .booking-banner-bg img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .main-section .booking-banner {
    margin-top: -85px;
  }
}

@media screen and (max-width: 767px) {
  .main-section .booking-banner {
    margin-top: -70px;
  }
  .main-section .booking-banner .booking-banner-bg.mobile-view {
    display: block;
  }
  .main-section .booking-banner .booking-banner-bg.mobile-view img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .main-section .booking-banner .booking-banner-bg.desktop-view {
    display: none;
  }
  .main-section .booking-banner .booking-banner-bg.desktop-view img {
    width: 100%;
    display: none;
  }
}

.main-section .booking-inner-bg {
  width: 100%;
  position: relative;
  /* Flight Details part Scss Start */
}

.main-section .booking-inner-bg .booking-form-bg {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -90px;
}

.main-section .booking-inner-bg .booking-form-bg .booking-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-form-bg .booking-title h2 {
  font-size: 1.3rem;
  color: #0b2756;
}

.main-section .booking-inner-bg .booking-form-bg .flight-tab-bg {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-form-bg .flight-tab-bg ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-form-bg .flight-tab-bg ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 0;
}

.main-section .booking-inner-bg .booking-form-bg .flight-tab-bg ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part {
  width: 100%;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input input {
  border-bottom: 2px solid #e9e9e9;
  color: #000;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input label {
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input .inputGroup {
  width: 20%;
  padding: 0 2% 0 0;
  margin-bottom: 0;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input .swip-circle-bg {
  padding: 0 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input .swip-circle-bg .swip-circle {
  width: 34px;
  height: 34px;
  background: #f4f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input .form-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-input .form-btn .blue-btn {
  font-size: 1rem;
  padding: 1rem 5rem;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-bottom .radiobuttons {
  width: auto;
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-bottom .form-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-form-bg .booking-form-part .booking-form .form-bottom .form-btn .blue-btn {
  font-size: 1rem;
  padding: 1rem 5rem;
}

@media screen and (max-width: 1366px) {
  .main-section .booking-inner-bg .booking-form-bg {
    padding: 2rem 1.5rem;
  }
}

.main-section .booking-inner-bg .booking-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 2.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Hotel Inner Content Css Start */
  /* Hotel Rooms Details Css Start */
  /* Hotel Rooms Details Css End */
  /* Hotel Inner Content Css End */
}

.main-section .booking-inner-bg .booking-content .booking-left {
  width: 22.5%;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 0.5rem;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.2rem;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1366px) {
  .main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .title {
    font-size: 1rem;
  }
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .title span a {
  color: #b2b2b2;
  font-size: 14px;
  text-decoration: none;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.2rem;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-search .textfield {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cacaca;
  color: #949494;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view a {
  color: #0b2756;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  margin: 5px 0 0;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #868686;
  padding-bottom: 0;
  font-size: 0.9rem;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view ul li div .custom-checkbox > [type=checkbox]:not(:checked) + label {
  color: #868686;
  padding-left: 30px;
  font-size: 0.9rem;
}

@media screen and (max-width: 1366px) {
  .main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view ul li div {
    font-size: 0.8rem;
  }
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0 15px;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 6px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box ul li .box {
  width: 100%;
  background: #f4f4f6;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  text-decoration: none;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box ul li .box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
  padding-right: 5px;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-time-box ul li .box .text {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  line-height: 16px;
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0 15px;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2% 2.5% 0;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul li .box {
  width: 80px;
  height: 80px;
  border: 1px solid #e1e1e1;
  background: #f4f4f6;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul li .box .icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul li .box .text {
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.6rem;
  line-height: 16px;
}

.main-section .booking-inner-bg .booking-content .booking-left .white-content-bg .list-box .list-view-box ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .booking-content .booking-left .white-content-bg {
    padding: 1rem 0.8rem;
  }
}

.main-section .booking-inner-bg .booking-content .booking-right {
  width: 75.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-right .white-content-bg {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  padding: 2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0rem 0rem;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.8rem;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  margin-bottom: 15px;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg {
  padding: 20px;
  background: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-icon {
  width: 3rem;
  padding-right: 0px;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name a {
  color: #0b2756;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name a i {
  padding-left: 5px;
  padding-top: 3px;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-depart {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-depart .text {
  font-size: 0.8rem;
  color: #868686;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .text {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .from-text {
  font-size: 0.8rem;
  color: #868686;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .text {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .from-text {
  font-size: 0.8rem;
  color: #868686;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price {
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price .text {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-btn .blue-btn {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  background-color: #0b2756;
  color: #fff;
  border: 1px solid #0b2756;
  cursor: pointer;
  border-radius: 10px;
}

@media screen and (max-width: 1400px) {
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-btn .blue-btn {
    padding: 0.8rem 0.8rem;
  }
}

@media screen and (max-width: 1366px) {
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-icon {
    width: 2rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-icon img {
    width: 100%;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name {
    padding: 0 1.2rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name .title {
    font-size: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name a {
    font-size: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-depart {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .text {
    font-size: 1rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .from-text {
    font-size: 0.6rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .text {
    font-size: 1rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .from-text {
    font-size: 0.6rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price .text {
    font-size: 1rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price .text i {
    font-size: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-btn .blue-btn {
    font-size: 0.8rem;
    padding: 0.8rem;
  }
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg {
    padding: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-icon {
    width: 1.5rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name {
    padding: 0 1rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name .title {
    font-size: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-name a {
    font-size: 0.5rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-depart {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .text {
    font-size: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-from .from-text {
    font-size: 0.5rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .text {
    font-size: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-duration .from-text {
    font-size: 0.5rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price .text {
    font-size: 0.8rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-price .text i {
    font-size: 0.6rem;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .flight-list .flight-list-bg ul li .flight-time-list-bg .flight-btn .blue-btn {
    font-size: 0.7rem;
    padding: 0.7rem;
  }
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title h2 {
  font-size: 1.8rem;
  color: #1a2955;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title h3 {
  font-size: 1.8rem;
  color: #1a2955;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title .title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title .title-right ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title .title-right ul li {
  font-size: 14px;
  color: #787878;
  padding: 0 5px;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title .title-right ul li a {
  color: #787878;
  text-decoration: none;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title .title-right ul li a span {
  color: #0b2756;
}

@media screen and (max-width: 1440px) {
  .main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-booking-title h2 {
    font-size: 1.5rem;
    width: 40%;
  }
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
  padding-bottom: 0.8rem;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff4f4;
  padding: 20px;
  border: 1px solid #cacaca;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice h3 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice p {
  font-size: 0.9rem;
  color: #6d6d6d;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 18px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8a8a8a;
  font-size: 0.9rem;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .rules-n-notice ul li img {
  margin-right: 5px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description h4 {
  font-size: 2.125rem;
  color: #0b2756;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description .star-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description .star-bg i {
  color: #2f8f3d;
  font-size: 14px;
  padding: 2px 1px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description p {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 0;
  line-height: 18px;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description .green-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 0;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description .green-text ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description .green-text ul li {
  color: #2b7c37;
  font-size: 14px;
  padding: 3px 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-details-bg .hotel-description {
    padding-left: 0;
    padding-top: 20px;
  }
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .amount i {
  font-size: 1.5rem;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .amount span {
  font-size: 1.75rem;
  color: #000;
  padding-left: 5px;
  font-weight: 900;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .text p {
  font-size: 14px;
  color: #8a8a8a;
  text-align: right;
  line-height: 18px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .text p i {
  font-size: 14px;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .border-btn {
  background: #fff;
  border: 1px solid #0b2756;
  min-width: 215px;
  height: 49px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0b2756;
  font-size: 1rem;
  -webkit-transition: 2s all;
  transition: 2s all;
  cursor: pointer;
}

.main-section .booking-inner-bg .booking-content .booking-right .hotel-booking-bg .hotel-list-bg .hotel-list ul li .hotel-details .hotel-rate-bg .border-btn:hover {
  background: #0b2756;
  color: #fff;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content p a {
  color: #0b2756;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 1rem;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content .btns .blue-btn {
  padding: 1rem 4.5rem;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 20px;
  padding: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .title {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  color: #0b2756;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .title span.red {
  width: 100%;
  color: #ff3333;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px  solid #e5e5e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .address-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .address-details h5 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .address-details p {
  font-size: 0.9rem;
  color: #8a8a8a;
  margin-bottom: 0;
  font-weight: 500;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .hotel-pic {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .hotel-pic .hotel-img-bg {
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .hotel-pic .hotel-img-bg .hotel-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-address-pic .hotel-pic .hotel-img-bg .hotel-img img {
  max-width: 100%;
  border-radius: 5px;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-stay-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbfbfb;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-stay-detail .table {
  width: 100%;
  border-collapse: collapse;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-stay-detail .table thead th {
  font-size: 13px;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 500;
  padding-bottom: 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-stay-detail .table tbody td {
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
  line-height: 16px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-stay-detail .table tbody td span {
  font-size: 11px;
  color: #8a8a8a;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px 30px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg .title h6 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg .title p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg .view-room-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .room-details-bg .view-room-details a {
  color: #1277e9;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .add-facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .add-facilities .radiobuttons {
  padding: 0;
  margin: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .add-facilities .radiobuttons i {
  font-size: 12px;
  padding-right: 3px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .room-details .add-facilities .radiobuttons label {
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 30px;
  border-bottom: 1px  solid #e5e5e5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .guest-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .guest-details h5 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .ratio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .ratio-btns .radiobuttons {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg p {
  padding-left: 0;
  color: #a9a9a9;
  padding-bottom: 25px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form:last-child {
  padding-bottom: 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form select {
  border-bottom: 2px solid #d2d2d2;
  color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 4px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form input {
  border-bottom: 2px solid #d2d2d2;
  color: #000;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form label {
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form .inputGroup {
  width: 50%;
  padding: 0 4% 0 0;
  margin-bottom: 15px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form .swip-circle-bg {
  padding: 0 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .hotel-guest-detail-bg form .swip-circle-bg .swip-circle {
  width: 34px;
  height: 34px;
  background: #f4f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .check-gst-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .check-gst-details .cust-checkbox {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .check-gst-details .cust-checkbox .custom-checkbox label {
  color: #8a8a8a;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .check-gst-details .cust-checkbox .custom-checkbox label .small {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .hotel-guest-details .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul li .cust-checkbox {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul li .cust-checkbox .custom-checkbox label {
  color: #8a8a8a;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
  padding-left: 30px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul li .cust-checkbox .custom-checkbox label:before {
  width: 16px;
  height: 16px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-list-selected ul li .cust-checkbox .custom-checkbox label::after {
  font-size: 13px;
  margin-top: -6px;
  left: 3px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-details-requst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 0 30px 20px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-details-requst h5 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-details-requst .message-box {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .special-request-bg .special-details-requst .message-box .textarea {
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
  height: 150px;
  color: #b7b7b7;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin: 5px 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons .rdio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons .rdio label {
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons .rdio label::before {
  top: 8px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons .rdio label::after {
  top: 13px;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li:first-child .radiobuttons .rdio label span {
  font-size: 14px;
  color: #8a8a8a;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li .radiobuttons {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li .radiobuttons .rdio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li .radiobuttons .rdio label {
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-booking-detail-bg .hotel-booking-content ul li .hotel-booking-list .payment-opation-bg .payment-list ul li .radiobuttons .rdio label span {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: normal;
  padding-top: 3px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count {
  width: 22.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-amount-count-bg {
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .title h2 {
  font-size: 1.4rem;
  color: #000;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li {
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li:last-child {
  border-top: 1px solid #8a8a8a;
  padding-top: 15px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li:last-child .amount-details {
  color: #0b2756;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li:last-child .amount-details span {
  color: #FF5252;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .passanger-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6a6a6a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .passanger-total span {
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #6a6a6a;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #6a6a6a;
  font-weight: 500;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details.black {
  color: #000;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details.black-big {
  color: #000;
  font-weight: 800;
  font-size: 16px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 30%;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details span i {
  padding-right: 3px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details span.black-big {
  color: #000;
  font-weight: 800;
  font-size: 16px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details .cust-checkbox {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details .cust-checkbox .custom-checkbox label {
  color: #8a8a8a;
  font-size: 12px;
}

.main-section .booking-inner-bg .booking-content .hotel-amount-count .hotel-pay-total ul li .amount-details .cust-checkbox .custom-checkbox label::after {
  font-size: 1rem;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 608px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos {
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos .owl-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos .owl-theme .item {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos .owl-theme .item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos .owl-theme .owl-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-pic .one-slider #demos .owl-theme .owl-nav span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 20px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .title {
  width: 100%;
  font-size: 1rem;
  color: #000;
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .person-bg {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .person-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .person-bg ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  color: #8a8a8a;
  text-align: left;
  padding: 0 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .person-bg ul li.green {
  color: #2b7c37;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .person-bg ul li span {
  padding-right: 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .amount i {
  font-size: 1.2rem;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .amount span {
  font-size: 1.5rem;
  color: #000;
  padding-left: 5px;
  font-weight: 900;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .text p {
  font-size: 14px;
  color: #8a8a8a;
  text-align: right;
  line-height: 18px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .room-price-person .hotel-price-bg .text p i {
  font-size: 14px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .button-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  background: none;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .button-bg button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  background: none;
  border: 0;
  color: #0b2756;
  font-size: 0.8rem;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .button-bg button.blue-btn {
  background: #0b2756;
  color: #fff;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-text h6 {
  font-size: 1.2rem;
  color: #0b2756;
  font-weight: 400;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-text p {
  font-size: .8rem;
  color: #8a8a8a;
  margin: 0;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-number {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-number .read-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-number .read-review a {
  color: #be4c5f;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-number .review-count {
  background: #43874d;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  margin-left: 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .hotel-review-bg .hotel-review .review-number .review-count span {
  font-size: 0.7rem;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .view-map {
  width: 100%;
  height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-details .hotel-room-view .room-details .view-map iframe {
  width: 100%;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .title-star {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .title-star h2 {
  font-size: 2rem;
  color: #000;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .title-star .star-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 10px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .title-star .star-bg i {
  color: #2f8f3d;
  font-size: 14px;
  padding: 2px 1px;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .location-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .location-map p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .location-map p i {
  color: #515151;
  padding-right: 5px;
  font-size: 1.2rem;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .discription-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 0;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .discription-list ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .booking-content .hotel-facilities-bg .hotel-room-facilities .room-discription .discription-list ul li {
  font-size: 0.95rem;
  color: #8a8a8a;
  padding: 3px 0;
}

@media screen and (max-width: 1366px) {
  .main-section .booking-inner-bg .booking-content {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .booking-content {
    padding: 2rem 0.5rem;
  }
}

.main-section .booking-inner-bg .flight-detail-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #898989;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part p a {
  color: #0e1c45;
  text-decoration: none;
  padding-left: 5px;
  font-weight: 600;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg.active {
  background: #f4f4f4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .title h2 {
  font-size: 1.4rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg.blue-active {
  background: #0b2756;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg.blue-active .title h2 {
  color: #fff;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail {
  width: 100%;
  background: #fff;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e1e1e1;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail p {
  padding: 0 0px 10px 20px;
  margin: 0;
  font-size: 1rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .title h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-datenduration {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-datenduration .date-bg {
  background: #0b2756;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-datenduration .stop-station {
  padding-left: 10px;
  font-size: 12px;
  color: #555;
  font-weight: 500;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-logo-number {
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-logo-number .flight-logo {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-logo-number .flight-logo img {
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-logo-number .flight-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-weight: 600;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-logo-number .flight-number span {
  font-size: 12px;
  color: #888888;
  padding: 2px 0 0 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .departure-bg {
  width: 30%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .departure-bg .head {
  font-size: 1rem;
  color: #6a6a6a;
  padding-bottom: 10px;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .departure-bg .time {
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 600;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .departure-bg .location {
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-weight: 600;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .departure-bg .location span {
  color: #555555;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .suration-bg {
  width: 10%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .suration-bg .head {
  font-size: 1rem;
  color: #6a6a6a;
  padding-bottom: 10px;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .suration-bg .text {
  font-size: 1rem;
  color: #000;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .flight-time-details .suration-bg .text span {
  font-size: 14px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .layover-part {
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .layover-part .layover-bg {
  background: #e5e8c8;
  color: #0e1c45;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-schedule-detail .btn-group .add-baggage-btn {
  font-size: 0.9rem;
  padding: 0.8rem 0rem;
  background: #0b2756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  color: #fff;
  width: 13rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail {
  width: 100%;
  background: #fff;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e1e1e1;
  height: 500px;
  overflow: auto;
  font-size: 16px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .plane {
  margin: 20px auto;
  font-size: 16px;
  width: 300px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .cockpit {
  height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px solid #d8d8d8;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .cockpit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  border-radius: 50%;
  border-right: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .cockpit h1 {
  width: 60%;
  margin: 100px auto 35px auto;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .exit {
  position: relative;
  height: 50px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .exit:before, .main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .exit:after {
  content: "EXIT";
  font-size: 14px;
  line-height: 18px;
  padding: 0px 2px;
  font-family: "Arial Narrow", Arial, sans-serif;
  display: block;
  position: absolute;
  background: green;
  color: white;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .exit:before {
  left: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .exit:after {
  right: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .fuselage {
  border-right: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: inherit;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571428571429%;
          flex: 0 0 14.28571428571429%;
  padding: 5px;
  position: relative;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat:nth-child(3) {
  margin-right: 14.28571428571429%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat input[type=checkbox]:checked + label {
  background: #bada55;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat input[type=checkbox]:disabled + label {
  background: #dddddd;
  text-indent: -9999px;
  overflow: hidden;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat input[type=checkbox]:disabled + label:after {
  content: "X";
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat input[type=checkbox]:disabled + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 4px 0;
  background: #F42536;
  border-radius: 5px;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat label:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .seat label:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0px 2px #5C6AFF;
          box-shadow: 0 0 0px 2px #5C6AFF;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-seat-detail .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg {
  width: 100%;
  background: #fff;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .title {
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .title h2 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #3f3f3f;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .title p {
  font-size: 1.2rem;
  color: #555;
  padding: 0;
  margin: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .button-group .date-bg {
  background: #0b2756;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .button-group .date-bg i {
  padding-right: 3px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .flight-done-bg .button-group .green-bg {
  background: #74b74b;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg p {
  padding-left: 0;
  color: #a9a9a9;
  padding-bottom: 25px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form input {
  border-bottom: 2px solid #d2d2d2;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form label {
  color: #8a8a8a;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form .inputGroup {
  width: 50%;
  padding: 0 4% 0 0;
  margin-bottom: 15px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form .swip-circle-bg {
  padding: 0 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-review-part ul li .detail-box-bg .travell-detail-bg form .swip-circle-bg .swip-circle {
  width: 34px;
  height: 34px;
  background: #f4f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count {
  width: 22.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-amount-count-bg {
  padding: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .title h2 {
  font-size: 1.4rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li {
  width: 100%;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .passanger-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6a6a6a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .passanger-total span {
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #6a6a6a;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .amount-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 500;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .amount-details.black {
  color: #000;
  font-weight: 600;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .amount-details.black-big {
  color: #000;
  font-weight: 800;
  font-size: 18px;
}

.main-section .booking-inner-bg .flight-detail-bg .flight-amount-count .flight-pay-total ul li .amount-details span i {
  padding-right: 3px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .title h2 {
  font-size: 1.8rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .title p {
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .seat-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .seat-select p {
  font-size: 14px;
  margin: 0;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .seat-select .confirm-seat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .seat-select .confirm-seat .text {
  font-size: 0.7rem;
  color: #8a8a8a;
  padding-right: 5px;
  font-weight: 800;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-name-bg .seat-select .confirm-seat .seat-number {
  background: #74b74b;
  font-size: 0.7rem;
  padding: 5px 9px;
  border-radius: 2px;
  color: #fff;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li {
  width: 49.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  background: #f5f8ff;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .left-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .left-bg h4 {
  font-size: 1rem;
  color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .left-bg .time {
  background: #efefef;
  padding: 3px 5px;
  color: #555555;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .right-bg {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .right-bg h3 {
  font-size: 1.2rem;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li .right-bg p {
  margin: 0;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 18px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg {
  width: 100%;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .title {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .title h2 {
  font-size: 1.3rem;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form p {
  font-size: 1rem;
  margin: 0;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .ratio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .ratio-btns .radiobuttons {
  padding-bottom: 1rem;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-top: 20px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form:last-child {
  padding-bottom: 10px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form select {
  border-bottom: 2px solid #d2d2d2;
  color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 4px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form input {
  border-bottom: 2px solid #d2d2d2;
  color: #000;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form label {
  color: #8a8a8a;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form .inputGroup {
  width: 50%;
  padding: 0 4% 0 0;
  margin-bottom: 15px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form .swip-circle-bg {
  padding: 0 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list form .swip-circle-bg .swip-circle {
  width: 34px;
  height: 34px;
  background: #f4f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list .passenger-number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list .passenger-number .passenger-number-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list .passenger-number .passenger-number-bg .number {
  width: 25px;
  height: 25px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0f0f0;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list .passenger-number .passenger-number-bg .text {
  font-size: 14px;
  color: #8a8a8a;
  padding: 0 0 0 20px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .passenger-list .passenger-number .passenger-number-bg .text span {
  padding: 0 5px 0 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}

.main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-passenger-details .bus-passenger-details-bg .details-form .btn-group .add-baggage-btn {
  font-size: 0.9rem;
  padding: 0.8rem 0rem;
  background: #0b2756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  color: #fff;
  width: 13rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .main-section .booking-inner-bg .flight-detail-bg {
    padding: 2rem 0;
  }
  .main-section .booking-inner-bg .flight-detail-bg .bus-book-details .bus-point-details ul li {
    padding: 10px;
  }
}

.main-section .booking-inner-bg .tab-content-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section {
  width: 100%;
  background: #0b2756;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title ul li a {
  color: #fff;
  padding: 1.5rem;
  text-decoration: none;
}

.main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title ul li a:hover, .main-section .booking-inner-bg .tab-content-bg .tab-section .tab-title ul li a.active {
  background: #fff;
  color: #0b2756;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content {
  width: 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item .h2 {
  font-size: 1.8rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item p {
  font-size: 14px;
  color: #575757;
  margin-bottom: 15px;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item p span {
  font-weight: 800;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item h3 {
  font-size: 1.2rem;
  color: #000;
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .tab-content-bg .tab-content .tab-item ul li {
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.main-section .booking-inner-bg .bus-container {
  padding: 0  3.063rem;
}

.main-section .booking-inner-bg .bus-container .booking-form .inputGroup {
  width: 25% !important;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-logo {
  padding-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-text h2 {
  font-size: 1.5rem;
  color: #0b2756;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-text p {
  font-size: 1rem;
  color: #8a8a8a;
  margin: 0;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-text .bus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  font-size: 1.2rem;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book {
  width: 24.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book .price-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book .price-text i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book .button-bg {
  width: 100%;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book .button-bg button {
  width: 100%;
  border: 1px solid #0b2756;
  color: #0b2756;
  font-size: 1rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book .button-bg button:hover {
  background: #0b2756;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .price-book {
    width: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-logo {
    padding-right: 15px;
  }
  .main-section .booking-inner-bg .bus-container .gsrtc-bg .gsrtc .gsrtc-logo img {
    width: 100%;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-title h2 {
  font-size: 1.5rem;
  color: #0b2756;
  padding: 0 10px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-title .rating {
  background: #18a160;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  border-radius: 3px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-title .text {
  font-size: 12px;
  color: #1a2955;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  padding-left: 5px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-facilities span {
  font-size: 14px;
  color: #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details .bus-facilities span img {
  padding-right: 10px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24%;
  text-align: left;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg .date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #0b2756;
  font-weight: 500;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg .time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  padding: 5px 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg p {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
  word-break: break-all;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .one-stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .one-stop .one-stop-bg {
  width: 60%;
  margin: 0 auto;
  padding: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .one-stop .one-stop-bg .one-stop-time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .one-stop .one-stop-bg .one-stop-time .time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #8a8a8a;
  border-bottom: 1px solid #e1e1e1;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .one-stop .one-stop-bg .one-stop-time .rest-time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #8a8a8a;
}

@media screen and (max-width: 1440px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .bus-name-details {
    width: 100%;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time {
    width: 60%;
    padding: 20px 0 30px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg {
    width: 30%;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .bus-detail-left .duration-time .time-date-bg .time {
    font-size: 1.2rem;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book p {
  font-size: 0.8rem;
  color: #8a8a8a;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-weight: 600;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book .price-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book .price-text i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book .button-bg {
  width: 100%;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book .button-bg button {
  width: 100%;
  border: 1px solid #0b2756;
  color: #0b2756;
  font-size: 1rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book .button-bg button:hover {
  background: #0b2756;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-details-bg .price-book {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  margin: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav ul li a {
  color: #0b2756;
  padding: 3px 10px 6px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav ul li a:hover, .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .tab-nav ul li a.active {
  background: #0b2756;
  color: #fff;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content {
  width: 100%;
  padding: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 0.5rem;
  display: none;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  margin: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav ul li a {
  color: #555555;
  padding: 3px 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background: #e0e0e0;
  font-weight: 500;
  font-size: 14px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav ul li a:hover, .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-nav ul li a.active {
  background: #e0e0e0;
  color: #0b2756;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 10px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .title h5 {
  font-size: 1rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .title h5 span {
  font-size: 10px;
  color: #8a8a8a;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .cancellation-time-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .cancellation-time-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-time .cancellation-time-list ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #8a8a8a;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-bg {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-bg h3 {
  font-size: 1rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-bg h3 span {
  font-size: 10px;
  color: #8a8a8a;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-bg ul {
  list-style: none;
  padding: 1.5rem 0 0 1.9rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-tabs-content .tab-item .second-tab-content .cancellation-content-bg .cancellation-bg ul li {
  font-size: 14px;
  color: #8a8a8a;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 0 0 7px 0;
  margin: 0;
  line-height: 18px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #8a8a8a;
  padding: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg {
    padding: 20px 0;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1440px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section:first-child {
    width: 60%;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section:last-child {
    width: 40%;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 35px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg h6 {
  font-size: 1rem;
  font-weight: 900;
  padding: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a {
  color: #0b2756;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a:hover .seatinfo-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a .seatinfo-bg {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #FFF;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  padding: 10px 10px 0;
  position: absolute;
  top: 30px;
  z-index: 1;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a .seatinfo-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a .seatinfo-bg ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 0.6rem;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 5px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a .seatinfo-bg ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-selction-bg a .seatinfo-bg ul li img {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-price-list {
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-price-list .radiobuttons {
  padding-bottom: 15px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .title {
  position: absolute;
  -webkit-transform: rotate(-90deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: inherit;
  color: #8a8a8a;
  top: 19%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .title h6 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 18.5px 9.5px 10.5px 30.5px;
  margin-bottom: 13px;
  width: 90%;
  margin-left: 30px;
  height: 190px;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
    height: 150px;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design {
  position: relative;
  overflow-y: visible;
  cursor: pointer;
  border-radius: 7px;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div img {
  max-width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .seat-icon {
  position: absolute;
  cursor: pointer;
  width: 75px;
  height: 33px;
  opacity: 1;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .sleep-avl-seat {
  background: url(../images/sleeper-avl.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .sleep-sel-seat {
  background: url(../images/sleeper-sel.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .sleep-lad-seat {
  background: url(../images/sleeper-lad.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .sleep-lad-sel-seat {
  background: url(../images/sleeper-lad-sel.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .sleep-unavl-seat {
  background: url(../images/sleeper-unavl.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-1 {
  top: 0;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-2 {
  top: 40px;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-3 {
  top: 120px;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-4 {
  top: 0px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-5 {
  top: 40px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-6 {
  top: 120px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-7 {
  top: 0px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-8 {
  top: 40px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-9 {
  top: 120px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-10 {
  top: 0px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-11 {
  top: 40px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-12 {
  top: 120px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-13 {
  top: 0px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-14 {
  top: 40px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-15 {
  top: 120px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-16 {
  top: 0px;
  left: 400px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-17 {
  top: 40px;
  left: 400px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-18 {
  top: 120px;
  left: 400px;
}

@media screen and (max-width: 1700px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .seat-icon {
    width: 62px;
    height: 27px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-4 {
    top: 0px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-5 {
    top: 40px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-6 {
    top: 120px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-7 {
    top: 0px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-8 {
    top: 40px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-9 {
    top: 120px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-10 {
    top: 0px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-11 {
    top: 40px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-12 {
    top: 120px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-13 {
    top: 0px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-14 {
    top: 40px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-15 {
    top: 120px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-16 {
    top: 0px;
    left: 350px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-17 {
    top: 40px;
    left: 350px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-18 {
    top: 120px;
    left: 350px;
  }
}

@media screen and (max-width: 1280px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .seat-icon {
    width: 56px;
    height: 23px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-4 {
    top: 0px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-5 {
    top: 40px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-6 {
    top: 120px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-7 {
    top: 0px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-8 {
    top: 40px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-9 {
    top: 120px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-10 {
    top: 0px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-11 {
    top: 40px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-12 {
    top: 120px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-13 {
    top: 0px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-14 {
    top: 40px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-15 {
    top: 120px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-16 {
    top: 0px;
    left: 300px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-17 {
    top: 40px;
    left: 300px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-18 {
    top: 120px;
    left: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div .seat-icon {
    width: 50px;
    height: 23px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-2 {
    top: 30px;
    left: 0;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-3 {
    top: 90px;
    left: 0;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-4 {
    top: 0px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-5 {
    top: 30px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-6 {
    top: 90px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-7 {
    top: 0px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-8 {
    top: 30px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-9 {
    top: 90px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-10 {
    top: 0px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-11 {
    top: 30px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-12 {
    top: 90px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-13 {
    top: 0px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-14 {
    top: 30px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-15 {
    top: 90px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-16 {
    top: 0px;
    left: 275px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-17 {
    top: 30px;
    left: 275px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design .seat-design .seat-div #sleep-seat-18 {
    top: 90px;
    left: 275px;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
    padding-left: 16.5px;
  }
}

@media screen and (max-width: 1400px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
    padding-left: 17.5px;
  }
}

@media screen and (max-width: 1280px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
    padding-left: 30.5px;
  }
}

@media screen and (max-width: 1200px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .lower-section .lower-seat-design {
    padding-left: 12.5px;
    width: 95%;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .title {
  position: absolute;
  -webkit-transform: rotate(-90deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  display: inherit;
  color: #8a8a8a;
  top: 28.5%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .title h6 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 18.5px 9.5px 10.5px 30.5px;
  margin-bottom: 13px;
  width: 90%;
  margin-left: 30px;
  height: 190px;
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
    height: 150px;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design {
  position: relative;
  overflow-y: visible;
  cursor: pointer;
  border-radius: 7px;
  width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div img {
  max-width: 100%;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .seat-icon {
  position: absolute;
  cursor: pointer;
  width: 75px;
  height: 33px;
  opacity: 1;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .sleep-avl-seat {
  background: url(../images/sleeper-avl.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .sleep-sel-seat {
  background: url(../images/sleeper-sel.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .sleep-lad-seat {
  background: url(../images/sleeper-lad.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .sleep-lad-sel-seat {
  background: url(../images/sleeper-lad-sel.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .sleep-unavl-seat {
  background: url(../images/sleeper-unavl.svg) no-repeat left top;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-19 {
  top: 0;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-20 {
  top: 40px;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-21 {
  top: 120px;
  left: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-22 {
  top: 0px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-23 {
  top: 40px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-24 {
  top: 120px;
  left: 80px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-25 {
  top: 0px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-26 {
  top: 40px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-27 {
  top: 120px;
  left: 160px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-28 {
  top: 0px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-29 {
  top: 40px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-30 {
  top: 120px;
  left: 240px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-31 {
  top: 0px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-32 {
  top: 40px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-33 {
  top: 120px;
  left: 320px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-34 {
  top: 0px;
  left: 400px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-35 {
  top: 40px;
  left: 400px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-36 {
  top: 120px;
  left: 400px;
}

@media screen and (max-width: 1700px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .seat-icon {
    width: 62px;
    height: 27px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-22 {
    top: 0px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-23 {
    top: 40px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-24 {
    top: 120px;
    left: 70px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-25 {
    top: 0px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-26 {
    top: 40px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-27 {
    top: 120px;
    left: 140px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-28 {
    top: 0px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-29 {
    top: 40px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-30 {
    top: 120px;
    left: 210px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-31 {
    top: 0px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-32 {
    top: 40px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-33 {
    top: 120px;
    left: 280px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-34 {
    top: 0px;
    left: 350px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-35 {
    top: 40px;
    left: 350px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-36 {
    top: 120px;
    left: 350px;
  }
}

@media screen and (max-width: 1280px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .seat-icon {
    width: 56px;
    height: 23px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-22 {
    top: 0px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-23 {
    top: 40px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-24 {
    top: 120px;
    left: 60px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-25 {
    top: 0px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-26 {
    top: 40px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-27 {
    top: 120px;
    left: 120px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-28 {
    top: 0px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-29 {
    top: 40px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-30 {
    top: 120px;
    left: 180px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-31 {
    top: 0px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-32 {
    top: 40px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-33 {
    top: 120px;
    left: 240px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-34 {
    top: 0px;
    left: 300px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-35 {
    top: 40px;
    left: 300px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-36 {
    top: 120px;
    left: 300px;
  }
}

@media screen and (max-width: 1100px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div .seat-icon {
    width: 50px;
    height: 23px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-20 {
    top: 30px;
    left: 0;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-21 {
    top: 90px;
    left: 0;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-22 {
    top: 0px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-23 {
    top: 30px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-24 {
    top: 90px;
    left: 55px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-25 {
    top: 0px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-26 {
    top: 30px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-27 {
    top: 90px;
    left: 110px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-28 {
    top: 0px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-29 {
    top: 30px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-30 {
    top: 90px;
    left: 165px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-31 {
    top: 0px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-32 {
    top: 30px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-33 {
    top: 90px;
    left: 220px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-34 {
    top: 0px;
    left: 275px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-35 {
    top: 30px;
    left: 275px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design .seat-design .seat-div #sleep-seat-36 {
    top: 90px;
    left: 275px;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
    padding-left: 16.5px;
  }
}

@media screen and (max-width: 1400px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
    padding-left: 17.5px;
  }
}

@media screen and (max-width: 1280px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
    padding-left: 30.5px;
  }
}

@media screen and (max-width: 1200px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .uper-section .uper-seat-design {
    padding-left: 12.5px;
    width: 95%;
  }
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 35px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .seat-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .seat-selected h6 {
  font-size: 1rem;
  font-weight: 900;
  padding: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .seat-selected span {
  font-size: 0.7rem;
  font-weight: normal;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .seat-selected .seat-selected-nuber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .seat-selected .seat-selected-nuber span {
  font-size: 0.8rem;
  color: #000;
  font-weight: bold;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .amount {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .amount h6 {
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .seat-list-view-bg .amount a {
  color: #0b2756;
  font-size: 0.7rem;
  font-weight: normal;
  text-decoration: none;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .btn-grop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .btn-grop button {
  width: 100%;
  border: 1px solid #0b2756;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b2756;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .seat-select-list-view .btn-grop button:hover {
  background: none;
  color: #0b2756;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point h6 {
  font-size: 1rem;
  font-weight: 900;
  padding: 0 0 15px 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #8a8a8a;
  border-radius: 3px;
  height: 200px;
  overflow: auto;
  padding: 15px 0;
  margin-bottom: 20px;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons {
  padding-bottom: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg .time {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg .boarding-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg .boarding-text h6 {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  color: #555;
  margin: 0;
  padding: 0;
}

.main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg .boarding-text p {
  color: #555;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1281px) {
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-section .booking-inner-bg .bus-container .bus-list-bg ul li .bus-details .bus-tabs .bus-ticket-book-bg .select-seat-section .select-seat-section-bg .select-boarding-point .boarding-dropping-bg ul li .radiobuttons .rdio label .radio-drop-bg .time {
    width: 80px;
  }
}

/* flight-booking inner Scss Start*/
/* flight-booking inner Scss End*/
/* Booking Section Scss End */
/* Common Radio Button */
.radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
  .radiobuttons {
    padding-bottom: 0.5rem;
  }
}

.rdio {
  position: relative;
  margin-right: 1rem;
}

@media screen and (max-width: 480px) {
  .rdio {
    padding-bottom: 1rem;
    text-align: left;
  }
}

.rdio input[type=radio] {
  opacity: 0;
  margin: 0px;
}

.rdio input[type=radio]:disabled + label {
  color: #999;
}

.rdio input[type=radio]:disabled + label:before {
  background-color: #0b2756;
}

.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #0b2756;
  border-radius: 50px;
}

.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}

.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #0b2756;
  background: #fff;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #0b2756;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #0b2756;
}

.rdio-primary input[type=radio]:checked + label::after {
  background-color: #0b2756;
}

/* Common Radio Button End */
/* Common Checkbox Css Start */
.cust-checkbox {
  padding-bottom: 2rem;
  text-align: left;
}

.custom-checkbox > [type=checkbox] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox > [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-checkbox > [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0b2756;
}

.custom-checkbox > [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border: 1px solid #0b2756;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  color: #0b2756;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.custom-checkbox > [type=checkbox]:not(:checked) + label span {
  color: #3f3f3f;
  font-size: 0.8rem;
}

.custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #0b2756;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-checkbox > [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 20px;
  border: 1px solid #0b2756;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox > [type=checkbox]:checked + label:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  color: #0b2756;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-checkbox > [type=checkbox]:checked + label span {
  color: #3f3f3f;
  font-size: 0.8rem;
}

.custom-checkbox > [type=checkbox]:checked:focus + label:before {
  border: 1px solid #0b2756;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}

.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #0b2756;
}

.custom-checkbox > [type=checkbox]:disabled:checked + label:after {
  color: #0b2756;
  cursor: not-allowed;
}

.custom-checkbox > [type=checkbox]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}

.custom-checkbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox label:hover:before {
  border: 1px solid #0b2756 !important;
}

.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 4px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before {
  border: 1px solid #0b2756 !important;
}

.custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
  border: 1px solid #0b2756 !important;
}

/* Common Checkbox Css End */
/* Service Slider Section Start */
.blue {
  background: #0b2756;
  padding: 30px 3.678rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blue {
    padding: 30px 0.678rem;
  }
  .blue .service-content .service-icon-section h2 {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

.blue .service-content {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  background-color: #f2f2f2;
  padding: 0 0.8rem 0.8rem;
  border-radius: 10px;
}

.blue .service-content .service-icon-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blue .service-content .service-icon-section:first-child .service-section-menu .service-section-menu-bg {
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
}

.blue .service-content .service-icon-section h2 {
  color: #0b2756;
  font-weight: 400;
}

.blue .service-content .service-icon-section .service-section-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blue .service-content .service-icon-section .service-section-menu-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.8rem 0.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .blue .service-content .service-icon-section .service-section-menu-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blue h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 20px 0 10px;
}

/* Service section css start */
.service-section-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-section-menu .service-icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0rem;
}

.service-section-menu .service-icon-bg a {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  border: 0px solid #e1e1e1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 1s;
  transition: 1s;
}

.service-section-menu .service-icon-bg a span {
  background-color: #049108;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 7px;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 5px;
  margin-bottom: 6px;
  letter-spacing: 0.04rem;
}

.service-section-menu .service-icon-bg a .img-box {
  width: 40px;
  height: 40px;
}

.service-section-menu .service-icon-bg a .img-box.mobile-icon {
  /*background-image: url(../images/mobile.svg); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.dth-icon {
  /*background-image: url(../images/dth-img.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.datacard-icon {
  /*background-image: url(../images/pendrive.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.brodband-icon {
  /*background-image: url(../images/wifi-img.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.landline-icon {
  /*background-image: url(../images/lendline-img.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.electricity-icon {
  /*background-image: url(../images/electricity-img.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.gas-icon {
  /*background-image: url(../images/gas.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.insurance-icon {
  /*background-image: url(../images/insurance.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.cable-tv-icon {
  /*background-image: url(../images/cable.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.metro-icon {
  /*background-image: url(../images/metro.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.water-icon {
  /*background-image: url(../images/water.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.plane-icon {
  /*background-image: url(../images/plane.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.hotel-icon {
  /*background-image: url(../images/hotel.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.bus-icon {
  /*background-image: url(../images/bus.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.car-ins-icon {
  /*background-image: url(../images/car.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.bike-ins-icon {
  /*background-image: url(../images/bike.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.fastag-icon {
  /*background-image: url(../images/bike.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.pipe-gas-icon {
  /*background-image: url(../images/bike.png); background-position: bottom left; background-repeat: no-repeat;*/
}

.service-section-menu .service-icon-bg a .img-box.more-icon {
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service-section-menu .service-icon-bg a {
    width: 70px;
    height: 70px;
  }
  .service-section-menu .service-icon-bg a .img-box {
    width: 30px;
    height: 30px;
  }
  .service-section-menu .service-icon-bg a .img-box.mobile-icon {
    /*background-image: url(../images/mobile.svg); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.dth-icon {
    /*background-image: url(../images/small-dth-img.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.datacard-icon {
    /*background-image: url(../images/small-pendrive.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.brodband-icon {
    /*background-image: url(../images/small-wifi-img.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.landline-icon {
    /*background-image: url(../images/small-lendline-img.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.electricity-icon {
    /*background-image: url(../images/small-electricity-img.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.gas-icon {
    /*background-image: url(../images/small-gas.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.insurance-icon {
    /*background-image: url(../images/small-insurance.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.cable-tv-icon {
    /*background-image: url(../images/small-cable.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.metro-icon {
    /*background-image: url(../images/small-metro.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.water-icon {
    /*background-image: url(../images/small-water.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.plane-icon {
    /*background-image: url(../images/small-plane.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.hotel-icon {
    /*background-image: url(../images/small-hotel.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.bus-icon {
    /*background-image: url(../images/small-bus.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.car-ins-icon {
    /*background-image: url(../images/small-car.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.bike-ins-icon {
    /*background-image: url(../images/mobile-bike.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.fastag-icon {
    /*background-image: url(../images/bike.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
  .service-section-menu .service-icon-bg a .img-box.pipe-gas-icon {
    /*background-image: url(../images/bike.png); background-position: bottom left; background-repeat: no-repeat;*/
  }
}

.service-section-menu .service-icon-bg a h3 {
  text-transform: none;
  color: #0b2756;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 0.5rem;
  width: 100%;
  display: none;
}

.slick-slide a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #e1e1e1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-slide a .img-box {
  width: 40px;
  height: 40px;
}

.slick-slide a .img-box.mobile-icon {
  /*background-image: url(../images/mobile-img.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.dth-icon {
  /*background-image: url(../images/dth-img.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.datacard-icon {
  /*background-image: url(../images/pendrive.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.brodband-icon {
  /*background-image: url(../images/wifi-img.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.landline-icon {
  /*background-image: url(../images/lendline-img.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.electricity-icon {
  /*background-image: url(../images/electricity-img.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.gas-icon {
  /*background-image: url(../images/gas.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.insurance-icon {
  /*background-image: url(../images/insurance.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.cable-tv-icon {
  /*background-image: url(../images/cable.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.metro-icon {
  /*background-image: url(../images/metro.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a .img-box.water-icon {
  /*background-image: url(../images/water.png); background-position: top left; background-repeat: no-repeat;*/
}

.slick-slide a h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 0;
}

.slick-slide a:hover, .slick-slide a.active {
  background-color: #fff;
}

.slick-slide a:hover .mobile-icon, .slick-slide a.active .mobile-icon {
  background-position: bottom left;
}

.slick-slide a:hover .dth-icon, .slick-slide a.active .dth-icon {
  background-position: bottom left;
}

.slick-slide a:hover .datacard-icon, .slick-slide a.active .datacard-icon {
  background-position: bottom left;
}

.slick-slide a:hover .brodband-icon, .slick-slide a.active .brodband-icon {
  background-position: bottom left;
}

.slick-slide a:hover .landline-icon, .slick-slide a.active .landline-icon {
  background-position: bottom left;
}

.slick-slide a:hover .electricity-icon, .slick-slide a.active .electricity-icon {
  background-position: bottom left;
}

.slick-slide a:hover .gas-icon, .slick-slide a.active .gas-icon {
  background-position: bottom left;
}

.slick-slide a:hover .insurance-icon, .slick-slide a.active .insurance-icon {
  background-position: bottom left;
}

.slick-slide a:hover .cable-tv-icon, .slick-slide a.active .cable-tv-icon {
  background-position: bottom left;
}

.slick-slide a:hover .metro-icon, .slick-slide a.active .metro-icon {
  background-position: bottom left;
}

.slick-slide a:hover .water-icon, .slick-slide a.active .water-icon {
  background-position: bottom left;
}

.slick-slide a:hover h3, .slick-slide a.active h3 {
  color: #0b2756;
  font-weight: 400;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  background: white url(./ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Service Section Css End */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slide img {
  width: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 0.5rem;
  width: 100%;
  display: none;
}

.slick-slide a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #e1e1e1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-slide a h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 0;
}

.slick-slide a:hover, .slick-slide a.active {
  background-color: #fff;
}

.slick-slide a:hover h3, .slick-slide a.active h3 {
  color: #0b2756;
  font-weight: 400;
}

.slick-slide img {
  display: block;
}

.slick-slide img.slick-loading {
  background: white url(./ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  line-height: 1;
  color: white;
  font-weight: 900;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -2rem;
}

.slick-prev:before {
  content: '\f060';
}

.slick-next {
  right: -2rem;
}

.slick-next:before {
  content: '\f061';
}

/* Service Slider Section End */
/* Home page css End */
/* Scroll Effect Css Start */
.box-left {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.box-right {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.boxslide.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Scroll Effect Css End */
.pignose-gallery {
  margin: 0 auto;
  width: 352px;
  height: 275px;
}

.pignose-gallery .ribbon {
  position: absolute !important;
  top: 1em;
  left: auto !important;
  right: -6em !important;
  z-index: 50;
}

.calendar {
  margin-bottom: 200px;
}

.class-link {
  color: #333333;
  text-decoration: none;
}

.class-link:hover {
  color: #ffbb00;
}

/* From here you can start to copy */
.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
          box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #0b2756;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #fff;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #0b2756;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #0b2756;
  border-radius: 50px;
  -webkit-transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #0b2756;
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #0b2756;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

/* Validation Popup Section */
.validation-bg .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.validation-bg form {
  padding: 2rem;
  /*border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);*/
  /*max-width: 400px;*/
  background: #fff;
}

.validation-bg form h4 {
  font-size: 1.2rem;
  color: #0b2756;
  margin-bottom: 1rem;
}

.validation-bg form .form-control {
  display: block;
  height: 50px;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  min-width: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.validation-bg form .form-control:last-child {
  margin-right: 0;
}

.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}

.popup .popup__content {
  width: 420px;
  overflow: auto;
  padding: 50px 0;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #0b2756;
}

.popup .popup__content .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Success Page and Failed page Css Start */
#status {
  margin-bottom: 1em;
}

.status {
  background: #fff;
  margin-bottom: .25em;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.status {
  position: relative;
  /*height: 1em;
  line-height: 1em;*/
  padding: .5em;
  padding-left: 2em;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  font-size: 2.5rem;
  margin-bottom: 0 !important;
  width: 250px;
  margin: 0 auto;
}

.status:before, .status:after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.status.-pending {
  color: #666;
}

.status.-pending:before, .status.-pending:after {
  background: #888;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.status.-pending:before {
  width: .25em;
  height: .25em;
  top: .5em;
  left: .875em;
  border-radius: .125em;
  -webkit-transform-origin: 50% .5em;
          transform-origin: 50% .5em;
}

.status.-pending:after {
  width: .25em;
  height: .25em;
  top: 1.25em;
  left: .875em;
  border-radius: .125em;
  -webkit-transform-origin: 50% -.25em;
          transform-origin: 50% -.25em;
}

.status.-success {
  color: #4BB543;
}

.status.-success:before, .status.-success:after {
  background: #4BB543;
  border-radius: .125em;
}

.status.-success:before {
  width: .25em;
  height: 1em;
  top: .5em;
  left: .875em;
  -webkit-transform-origin: 50% .875em;
          transform-origin: 50% .875em;
  -webkit-transform: translate(-0.177em, -0.11em) rotate(0.125turn);
          transform: translate(-0.177em, -0.11em) rotate(0.125turn);
}

.status.-success:after {
  width: .25em;
  height: .5em;
  top: 1em;
  left: .875em;
  -webkit-transform-origin: 50% .375em;
          transform-origin: 50% .375em;
  -webkit-transform: translate(-0.177em, -0.11em) rotate(-0.125turn);
          transform: translate(-0.177em, -0.11em) rotate(-0.125turn);
}

.status.-failure {
  color: #802;
}

.status.-failure:before, .status.-failure:after {
  background: #f04;
  border-radius: .125em;
}

.status.-failure:before {
  width: .25em;
  height: 1em;
  top: .5em;
  left: .875em;
  -webkit-transform: rotate(0.125turn);
          transform: rotate(0.125turn);
}

.status.-failure:after {
  width: .25em;
  height: 1em;
  top: .5em;
  left: .875em;
  -webkit-transform: rotate(-0.125turn);
          transform: rotate(-0.125turn);
}

/* Success Page and Failed page Css End */
/* 2 group of 3 items */
/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc {
  position: relative;
  /*width: 320px;*/
  margin: 0 auto;
}

.otc fieldset {
  border: 0;
  padding: 0 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.otc fieldset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.otc legend {
  margin: 0 auto 1em;
  color: #5555FF;
}

.otc div::before {
  content: '';
  height: 2px;
  width: 24px;
  margin: 0 .25em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #BBBBFF;
  display: none;
}

.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.otc input[type="number"] {
  width: 40px;
  line-height: 1;
  margin: .1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #eee;
  color: #0b2756;
  border-radius: 4px;
}

.otc input[type="number"]:nth-child(n+4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.otc input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Loader Css Start */
.loader {
  background: rgba(0, 0, 0, 0.7);
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
}

.big-circle {
  width: 8rem;
  height: 8rem;
  border: 5px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-color: #fff transparent #fff #fff;
  -webkit-animation: bigcircle 1.2s linear infinite;
          animation: bigcircle 1.2s linear infinite;
}

.small-circle {
  position: relative;
  width: 5rem;
  height: 5rem;
  border: 5px solid #0b2756;
  border-radius: 50%;
  border-color: #0b2756 #0b2756 transparent #0b2756;
}

@-webkit-keyframes bigcircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes bigcircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transaction Popup */
.transaction-info-overlap {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

.transaction-info-overlap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transaction-info-bg {
  width: 600px;
  margin: auto;
}

.transaction-info-bg .transaction-info-content {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  /*max-height: 96vh;*/
}

.transaction-info-bg .transaction-info-content .trans-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}

.transaction-info-bg .transaction-info-content .trans-header h4 {
  font-size: 1.2rem;
  color: #0b2756;
}

.transaction-info-bg .transaction-info-content .trans-header a {
  color: #898989;
  font-size: 1.2rem;
}

.transaction-info-bg .transaction-info-content .trans-header a i {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
}

.transaction-info-bg .transaction-info-content .popup-content {
  max-height: 80vh;
  overflow-y: auto;
  /* Confirm Form */
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ccc;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row p {
  padding: 5px 10px;
  margin: 0;
  font-size: 1rem;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row p span {
  font-weight: 600;
  margin-left: 10px;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row .confirm-form-left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row .confirm-form-left p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #898989;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row .confirm-form-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}

.transaction-info-bg .transaction-info-content .popup-content .confirm-form .confirm-form-row .confirm-form-right p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #898989;
}

@media screen and (max-width: 599px) {
  .transaction-info-bg {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  button {
    font-size: 0.8rem !important;
  }
}
/*# sourceMappingURL=style.css.map */