html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden;
}
p {
  font-weight: 500;
}

.pd0 {
  padding: 0px !important;
}

.file-icon i {
  font-size: 25px;
  margin-top: 12px;
}

.link-circular {
  width: 100% !important;
  height: 100% !important;
  padding: 10px !important;
}

.res-logo {
  height: 120px;
  width: auto;
  border-radius: 0;
  /* box-shadow: 0px 5px 10px #eee; */
}
.brochure-btn {
  position: fixed;
  right: -23px;
  bottom: 220px;
  transform: translateX(0px) rotate(90deg);
  z-index: 999;
}
.brochure-btn a {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #ff0000;
  border-radius: 5px;
  text-align: center;
}
.brochure-btn a span {
  font-size: 12px;
}
.site-features-container p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.site-nav li:last-child > a{
  padding-right:10px;
}
.enquire-btn {
  position: fixed;
  right: -37px;
  bottom: 370px;
  transform: translateX(0px) rotate(90deg);
  z-index: 999;
}
.enquire-btn button {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background: #080697;
  border-radius: 5px;
  border: none;
}
.read-more {
  background: #080697;
  color: #ffffff !important;
  padding: 10px;
  border-radius: 25px;
}
.read-more:hover {
  background: #000000;
  color: #ffffff;
}

.menu-bottom {
  /* margin-top: -39px; */
  margin: -39px 0 0 0;
}
.sticky-form-box {
  width: 400px;
  position: fixed;
  right: 0px;
  z-index: 9999;
  transition: 0.5s;
}
.sticky-form-box.hide-form {
  right: -480px;
}

.menu-top {
  border-bottom: 1px solid #e5e5e5;
}

.menu-top a {
  font-weight: 500 !important;
  font-size: 13px !important;
  display: block;
}
.highlight-li {
  background: #4543d0;
  /* background: #2b389e; */
}
.highlight-a {
  color: #ffffff !important;
}
.form-2 textarea {
  height: 80px;
}
.form-2 .form-box {
  padding: 20px;
  position: relative;
}
.form-2 .form-box h4 {
  padding: 0 0 12px 0;
  font-size: 22px;
  text-align: center;
}
.form-2 .form-ttl {
  font-size: 16px;
}
.form-2 button[type="submit"] {
  padding: 15px 0;
}
.sticky-form-box .btn-close {
  background: #070707;
  z-index: 99;
  position: absolute;
  color: #ffffff;
  padding: 11px;
  right: 8px;
  line-height: 0;
  top: 5px;
  border-radius: 50%;
}

.booklist-box {
  background: url(../images/mm/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px;
}

.booklist-overlay {
  background: rgba(135, 44, 255, 0.85);
  padding: 10px 10px 10px 10px;
  border-radius: 7px;
}

.booklist-inner {
  border: 1px dashed #c7c7c7;
  padding: 30px 10px 50px 10px;
  border-radius: 4px;
  background: rgba(93, 50, 150, 0.22);
  text-align: center;
}

.booklist-inner p {
  text-align: center;
  color: #e2e2e2 !important;
}

.btn-booklist,
.btn-booklist:visited {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 7px;
  background: #fff;
  color: #673ab7;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-booklist:hover {
  background: transparent;
  color: #fff;
}

.text-cente {
  text-align: center !important;
}

.v-border {
  cursor: default;
  font-size: 18px !important;
  color: #a9a9a9;
}

.top-ph {
  color: #ff2400;
  font-size: 15px;
}

.top-social {
  color: #4543d0;
  font-size: 15px !important;
}

.site-box figure img {
  width: 100%;
  height: auto;
}

.site-number-inline figure img {
  width: 50px;
}

.icon-2 {
  width: 20px;
  height: auto;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.banner-bg {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.visuallyhidden {
  display: none;
}

.wizard-progress {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  float: left;
  white-space: nowrap;
}

.wizard-progress li {
  float: left;
  margin-right: 50px;
  text-align: center;
  position: relative;
  width: 25px;
}

.wizard-progress .step-name {
  display: table-cell;
  height: 32px;
  vertical-align: bottom;
  text-align: center;
  width: 40px;
}

.wizard-progress .step-name-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

.wizard-progress .step-num {
  font-size: 14px;
  color: #4caf50;
  font-weight: bold;
  border: 3px solid #4caf50;
  border-radius: 50%;
  width: 24px;
  display: inline-block;
  margin-top: 10px;
}

.wizard-progress .step-num:after {
  content: "";
  display: block;
  background: #4caf50;
  height: 5px;
  width: 53px;
  position: absolute;
  bottom: 10px;
  left: 24px;
}

.wizard-progress li:last-of-type .step-num:after {
  display: none;
}

.wizard-progress .active-step .step-num {
  background-color: #4caf50;
}

.wizard-progress .incomplete {
  color: #bfbfbf !important;
  background: #bfbfbf;
  border: 3px solid #bfbfbf;
}

.wizard-progress .incomplete:after {
  background: #bfbfbf;
}

.wizard-progress .current:after {
  background: #bfbfbf;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .res-logo {
    height: 85px;
  }
  .site-nav a > i.fa {
    margin: 0;
  }
  .menu-bottom {
    margin: -39px 0px 0px 150px;
  }
}

@media (min-width: 100px) and (max-width: 600px) {
  .wizard-progress li {
    margin-right: 20px;
    width: 15px;
  }
  .wizard-progress .step-name {
    height: 32px;
    width: 40px;
  }
  .wizard-progress .step-num {
    font-size: 7px;
  }
  .wizard-progress .step-num:after {
    height: 3px;
    width: 24px;
    bottom: 6px;
    left: 13px;
  }
}

.tip {
  border-bottom: 1px dashed;
  text-decoration: none;
}

.tip:hover,
.tip:active {
  cursor: pointer;
}

.tip span {
  display: none;
}

/* 
.tip:hover span, .tip:hover span {
	border: 1px dashed #000;
	padding: 5px 5px 5px 5px;
	display: block;
	z-index: 100;
	left: 0px;
	margin: -36px 0px 0px 0px;
	min-width: fit-content;
	position: absolute;
	top: 10px;
	border-radius: 7px;
	color: #fff;
	background: #797979;
	font-size: 13px;
	text-decoration: none;
}
*/

.tip:hover span,
.tip:hover span {
  border: 1px solid #000;
  padding: 1px 5px 2px 5px;
  display: block;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  margin: -28px 0px 0px 0px;
  min-width: fit-content;
  position: absolute;
  top: 10px;
  border-radius: 4px;
  color: #ffffffe8;
  background: #000000;
  font-size: 12px;
  text-decoration: none;
  transition: 0.5s;
}

.tip span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #f5f5f6;
  border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}

.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.modal-close {
  background: red;
  z-index: 99;
  position: absolute;
  color: #ffffff;
  padding: 5px;
  right: -20px;
  line-height: 1;
  top: 0;
}
.modal-close i {
  font-size: 24px;
  font-weight: 300;
}
.life-mm {
  margin: 0 0 25px 0;
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.contact-section .site-box {
  margin: 0;
}
.qr-img {
  width: 250px;
}
.inner-page-grey-section {
  padding: 35px 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.title-2 {
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #3f51b5 !important;
}

.box-1 {
  width: 100%;
  /* padding: 20px 20px 0px 20px; */
  padding: 0px 20px 0px 20px;
  border: 1px solid #3f51b5;
  background: rgba(63, 81, 181, 0.02);
  border-radius: 4px;
  margin-bottom: 50px;
}

.title-3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #464646 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  word-spacing: 5px !important;
  margin-bottom: -15px !important;
}

.title-border {
  border-bottom: 4px solid #53c257;
  width: 70px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.list-1 {
  color: #676767;
}

.res-br-right {
  border-right: 1px dashed #a9a9a9;
  margin-bottom: 20px;
}

.box-2 {
  width: 100%;
  border-radius: 4px;
  background: rgba(69, 67, 208, 0.02);
  border: 1px solid #4543d0;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

.icon-download {
  font-size: 30px;
  text-align: center;
  color: #ff9800 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.title-4 {
  text-align: center;
  color: #4543d0;
}

.title-5 {
  color: #191919 !important;
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  text-align: left !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.title-5:after {
  content: "";
  display: table-cell;
  width: 65px;
  border-top: 3px solid #4543d0;
}

.title-6 {
  font-size: 30px !important;
  text-align: left !important;
}

.breadcrumb-2 {
  text-align: right !important;
  margin-top: 10px !important;
}

.site-dark-section {
  /* background: #ffbe32 ! important; */
}

.site-features-container .site-box {
  /* border-top: #ffbe32 solid 8px ! important; */
}

.site-features-container .site-box:hover {
  /* border-top: #ffe14f solid 8px ! important; */
}

.site-footer a i.fa {
  color: #ffbe32 !important;
}

.site-footer .site-social-icons i.fa {
  color: #fff !important;
}

p {
  color: #585858 !important;
}

.site-services:before {
  background: transparent !important;
  top: 0px;
  height: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  cursor: pointer;
}

.mm-required {
  color: #ff0000 !important;
  font-size: 20px;
}

.date-2 {
  font-size: 12px !important;
  color: #8f4aff !important;
}

.blog-br-b {
  border-bottom: 2px solid #ff9800 !important;
}

.site-blog .site-box-horizontle {
  -webkit-box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  -moz-box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  border: 1px solid #dadada;
}

.calendar-home .site-box-horizontle {
  -webkit-box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  -moz-box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  box-shadow: 1px 0px 7px rgba(189, 189, 189, 0.58);
  border: 1px solid #d29fff;
}

.mm-calendar,
.mm-inline-box {
  margin-left: -15px;
  margin-right: -15px;
}

.mm-calendar .mm-event .site-box-horizontle {
  float: left;
  width: 30.77%;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mm-inline-box .mm-inline-item .mm-inline-article {
  float: left;
  width: 22.43%;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.inner-page-main-banner ul li a {
  color: rgb(255, 255, 255);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-0px) !important;
  transform: translateY(-0px) !important;
}

.cbp-caption-activeWrap {
  background-color: rgba(14, 10, 49, 0.81) !important;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  min-height: 60px;
  height: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

a.theme-btn {
  z-index: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 30.22%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 30.22%;
  }
}

@media (min-width: 750px) and (max-width: 991px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 46%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 46%;
  }
}

@media (min-width: 600px) and (max-width: 749px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 45%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 45%;
  }
}

@media (min-width: 562px) and (max-width: 599px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 44%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 44%;
  }
  .title-6 {
    font-size: 28px !important;
    text-align: center !important;
  }
  .breadcrumb-2 {
    margin-top: 20px !important;
    text-align: center !important;
  }
}

@media (min-width: 480px) and (max-width: 561px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 94.6%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 94.6%;
  }
  .title-6 {
    font-size: 28px !important;
    text-align: center !important;
  }
  .breadcrumb-2 {
    margin-top: 20px !important;
    text-align: center !important;
  }
}

@media (min-width: 400px) and (max-width: 479px) {
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 92%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 92%;
  }
  .title-6 {
    font-size: 28px !important;
    text-align: center !important;
  }
  .breadcrumb-2 {
    margin-top: 20px !important;
    text-align: center !important;
  }
}

@media (min-width: 200px) and (max-width: 399px) {
  .modal-dialog {
    width: 200px !important;
  }
  .mm-calendar .mm-event .site-box-horizontle {
    float: left;
    width: 92%;
  }
  .mm-inline-box .mm-inline-item .mm-inline-article {
    float: left;
    width: 92%;
  }
  .title-6 {
    font-size: 28px !important;
    text-align: center !important;
  }
  .breadcrumb-2 {
    margin-top: 20px !important;
    text-align: center !important;
  }
}

/* Color Begin */

.mm-btn-1 {
  color: #ff1e52 !important;
  border: 2px solid #ff1e52 !important;
}

.mm-btn-1:hover {
  background: #ff1e52 !important;
  color: #fff !important;
}

.site-blog .site-box-horizontle .date {
  background: #7933ee;
  background: -webkit-linear-gradient(to right, #7933ee, #987cdc);
  background: linear-gradient(to right, #7933ee, #987cdc);
}

.blog-home .site-box {
  border-bottom: 2px solid #ff9800 !important;
}

/* Color End */

.bg-color-2 {
  background: #000046;
  background: -webkit-linear-gradient(to left, #1cb5e0, #000046);
  background: linear-gradient(to left, #1cb5e0, #000046);
}

.bg-2 {
  padding: 65px 0 35px 0;
}

.site-quick-support .form-container {
  z-index: 8;
}

.service-page-details-section p img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}

/* new slider */

.section-slider {
  height: 100%;
  display: block;
  position: relative;
}

.slider-img {
  width: 100%;
}

.swiper-notification {
  display: none;
}

.slider-heading {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  max-width: 650px;
  margin-left: 50%;
  transform: translateX(-50%);
  background: rgb(0 0 0 / 54%);
  padding: 0px 20px;
  border-radius: 10px;
}

.slider-heading p {
  text-align: center;
  color: #ffffff !important;
  font-size: 18px;
}

.swiper-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
  width: 30px;
  height: 80px;
  line-height: 80px;
  background: rgb(0 0 0 / 50%) none;
  transition: 0.5s;
}

.swiper-nav .swiper-button-prev {
  border-radius: 0px 10px 10px 0px;
  left: 0px;
}

.swiper-nav .swiper-button-next {
  border-radius: 10px 0px 0px 10px;
  right: 0px;
}

.swiper-nav .swiper-button-prev:hover,
.swiper-nav .swiper-button-next:hover {
  width: 50px;
  background: #4543d0;
}

.swiper-nav .swiper-button-prev:before,
.swiper-nav .swiper-button-next:before {
  color: rgb(255 255 255 / 90%);
  content: none;
}

.swiper-nav .swiper-button-prev i,
.swiper-nav .swiper-button-next i {
  color: #fff;
}

/* new slider */

@media (max-width: 480px) {
  #sticky-social {
    top: 318px;
  }
  #sticky-social a {
    height: 30px;
    font: 11px "Open Sans", sans-serif;
    line-height: 30px;
    width: 30px;
  }
  .slider-heading {
    bottom: 8px;
    padding: 0 2px;
    border-radius: 0px;
    max-width: calc(100% - 30px);
  }
  #sticky-social a span {
    line-height: 30px;
  }
  .slider-heading h2 {
    font-size: 14px;
  }
  .slider-heading p {
    font-size: 12px;
  }
  .swiper-nav {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 990px) {
  .res-br-right {
    border-right: none;
  }
}

@media (min-width: 100px) and (max-width: 991px) {
  .res-logo {
    height: 65px;
    width: auto;
  }
  .site-nav-toggle{
    margin:24px 0 0 0;
  }
  .menu-top{
    display:none !important;
  }
  .menu-bottom {
    margin-top: 5px;
  }
  header.site-header {
    min-height: 61px;
  }
  .sticky-wrapper {
    height: 61px !important;
  }
  a.theme-btn {
    padding: 12px 10px 14px 10px;
  }
  .site-main-slider a.theme-btn {
    line-height: 10px;
  }
  .site-main-slider .seq-prev,
  .site-main-slider .seq-next {
    display: none;
  }
}

@media (min-width: 501px) and (max-width: 991px) {
  .site-main-slider .seq-canvas {
    min-height: calc(100vh - 150px);
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .site-main-slider .seq-canvas {
    min-height: calc(100vh - 400px);
  }
  .qr-img {
    width: 150px;
  }
  .life-mm {
    height: 100px;
  }
  .inner-page-main-banner {
    position: relative;
    padding: 40px 0;
  }
  .inner-page-main-banner h1 {
    font-size: 28px;
  }
  .site-main-slider a.theme-btn {
    display: none;
  }
  .site-main-slider.slider-version-1 .sequence-slide.seq-in .sequence-caption {
    opacity: 1;
    transform: translate(0, -70%);
  }
  .site-features-container .site-box {
    border-top: none;
    box-shadow: none;
    padding: 0px 20px 0px 20px;
    margin-bottom: 0px;
  }
  .site-features-container .site-box:hover {
    border-top: none;
  }
  .site-features-container {
    margin-top: 10px;
  }
}

@media (min-width: 100px) and (max-width: 767px) {
  .site-quick-support .form-container {
    padding-top: 0px !important;
  }
  .bg-2 {
    padding: 25px 0;
  }
}
