@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
}

a {
  text-decoration: none !important;
}

figure {
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Poppins';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

.btn_design {
  padding: 12px 45px;
  border-radius: 30px;
  display: inline-block;
  background: #752b87;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  transition: all 500ms ease-in-out !important;
}

.btn_design_b {
  padding: 5px 24px 5px 7px;
  border-radius: 41px;
  display: inline-block;
  background: #63b74d;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}

.btn_design:hover {
  box-shadow: inset 300px 0 #63b74d;
  color: #ffffff;
}

.btn_design_b:hover {
  box-shadow: inset 200px 0 #752b87;
  color: #ffffff;
}

.same-line {
  font-size: 16px;
  color: #bf7765;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;

}

.same-heading {
  position: relative;
  font-size: 48px;
  color: #752b88;
  text-transform: capitalize;
  line-height: 58px;
  margin: 0px 0 10px;
  font-weight: bold;
  display: inline-block;
}

.same-heading::after {
  display: inline-block;
  content: "";
  background-image: url(../images/logo-icon.png);
  width: 66px;
  height: 57px;
  vertical-align: middle;
  margin-left: -10px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center;
}

.same-heading::before {
  display: inline-block;
  content: "";
  background-image: url(../images/logo-icon.png);
  width: 66px;
  height: 57px;
  vertical-align: middle;
  margin-left: -10px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center;
}

.same-heading strong {
  color: #64b74e;
  font-weight: bold;
}

.same-text {
  margin: 20px 0;
  font-size: 16px;
}

/* mouse scroll css */
.logo img {
  position: relative;
  width: 114px;
  transition: all 0.5s ease;
}

.logo_box {
  position: absolute;
  width: 145px;
  height: 145px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -34px;
  transition: all 0.5s ease;
}

.navbar-fixed .logo img {
  width: 88px;
  transition: all 0.5s ease;
}

.navbar-fixed .navigation_menu {
  transition: all 0.5s ease;
}

.navbar-fixed.header_area {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

.navbar-fixed .header_top {
  margin-top: -42px;
}

.navbar-fixed .logo_box {
  position: absolute;
  width: 130px;
  height: 117px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -34px;
}

/* header start  */
.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.border-face {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.header_top {
  background-color: #752b87;
  padding: 0;
  transition: all 0.5s ease;
  padding: 12px 0;
}

.header_top_text {
  position: relative;
  margin-right: 22px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.header_social_icon a {
  margin-left: 10px;
}

.header_top_text a {
  color: #ffffff;
  font-size: 16px;
}

.header_top_text a:hover {
  color: #64b74e;
}

.ndis_logo {
  display: inline-block;
}

.header_btn {
  display: inline-block;
}

.header_top_text img {
  margin-right: 6px;
}
.header_social_icon img {
  width: 30px;
}
.social_icon a {
  margin-left: 6px;
}

.header_bottom .row {
  align-items: center;
}

.header_bottom {
  padding: 14px 0;
  background-color: #fff;
}

.navigation_menu {
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  display: flex;
  justify-content: end;
}

.navigation_menu li {
  display: inline-block;
  margin: 0 4px;
}

.navigation_menu li a {
  font-size: 16px;
  color: #1a1a1a;
  text-transform: capitalize;
  position: relative;
  margin-left: 30px;
}

.navigation_menu li a.active,
.navigation_menu li a:hover {
  position: relative;
  transition: all 0.2s ease;
  color: #b82890;
}
.header_ndis {
  display: inline-block;
}
.header_ndis img {
  width: 106px;
}

/* header end  */

/* slider_image start */
.slider_image {
  margin-top: 122px;
  position: relative;
  overflow: hidden;
}

.slider_image::before {
  position: absolute;
  content: "";
  background-image: url(../images/circle-shape-icon.png);
  width: 100%;
  height: 26px;
  bottom: -10px;
  left: 0;
  z-index: 2;
}

.text_title {
  position: relative;
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
}

.text_title::before {
  display: inline-block;
  content: "";
  background-image: url(../images/logo-icon.png);
  width: 66px;
  height: 57px;
  vertical-align: middle;
}

.text_title::after {
  display: inline-block;
  content: "";
  background-image: url(../images/logo-icon.png);
  width: 66px;
  height: 57px;
  vertical-align: middle;
  margin-left: 12px;
}

.ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    max-width: 1000px;
    z-index: 1;
    text-align: center;
}

.slider_btn_book a {
  margin-right: 14px;
}

.slider_text_list_box {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  line-height: 57px;
  margin-bottom: 22px;
}

.slider_text_list_box strong {
  font-size: 48px;
  color: #64b74e;
  font-weight: 600;
}

.ms-slide-bgcont {
  position: relative;
}

.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.slider_btn_book {
  margin-top: 34px;
}

.slider_shape_img {
  position: absolute;
  top: 9px;
  left: 8px;
}

.slider_shape_img1 {
  position: absolute;
  bottom: 9px;
  right: 8px;
}

.banner_icon {
  background-color: #752b87;
  width: 38px;
  object-fit: none;
  border-radius: 50%;
}

.ms-nav-next {
  background-image: url(../images/banner-arrow-right.png) !important;
  width: 64px !important;
  height: 64px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}

.ms-nav-prev {
  background-image: url(../images/banner-arrow-left.png) !important;
  width: 64px !important;
  height: 64px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}

/* slider_image end */

/* aboutus start  */
.aboutus {
  position: relative;
  padding: 60px 0 60px;
  background-image: url(../images/bg-shape-logo-icon.png);
  background-repeat: no-repeat;
  background-position: right;
}

.aboutus::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-shape-bottom.png);
  width: 126px;
  height: 146px;
  bottom: 0;
  right: 0;
}

.about-text-gap {
  padding-left: 40px;
}

.aboutus .same-heading::before {
  display: none;
}

/* aboutus end */

/* service_sec start */
.service_sec {
  padding: 60px 0;
  background-image: url(../images/service-bg-shape.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #e1ffda;
  background-blend-mode: multiply;
  background-size: cover;
}

.service_sec_box {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 10px 36px;
  min-height: 100%;
  overflow: hidden;

}

.service_sec_box::before {
  position: absolute;
  content: "";
  background-image: url(../images/circle-shape-icon.png);
  width: 100%;
  height: 16px;
  background-size: 212px;
  bottom: -7px;
  left: 0;
}

.service_text_head {
  font-size: 18px;
  font-weight: bold;
  color: #64b74e;
  line-height: 21px;
  margin: 8px 0;
}

.service_text_para {
  font-size: 14px;
  color: #636363;
}

.service_img img {
  border-radius: 10px 10px 0px 0;
}

.service_sec .btn_design {
  padding: 11px 23px;
  border-radius: 30px;
  margin-top: 12px;
}

/* service_sec end */
/* testimonial_sec start */
.testimonial_sec {
  padding: 60px 0;
  background-image: url(../images/testimonial_shape-img.png);
  background-color: #f8dfff;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free {
  position: relative;
  margin: 20px 0;
  background-color: #ffffff !important;
  padding: 20px 20px 10px !important;
  border-radius: 18px !important;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free::before {
  position: absolute;
  content: "";
  background-image: url(../images/quota-icon.png);
  width: 54px;
  height: 50px;
  background-repeat: no-repeat;
  top: 28px;
  right: 55px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free::after {
  position: absolute;
  content: "";
  background-image: url(../images/circle-shape-icon.png);
  width: 100%;
  height: 16px;
  background-size: 212px;
  bottom: -7px;
  left: 0;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
  margin: 0 66px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-image {
  text-align: left !important;
  position: relative;
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-name {
  color: #0e0e0e;
  position: absolute;
  font-size: 19px;
  font-weight: 600;
  top: 28px;
  left: 110px;
}

.fa-star:before {
  content: "\f005";
  font-size: 14px;
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-rating {
  position: absolute;
  top: 55px;
  left: 110px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .sp-testimonial-client-designation {
  position: absolute;
  color: #989898;
  font-size: 16px;
  top: 54px;
  left: 110px;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
  top: 66%;
}
.fa-angle-left:before {
  content: "\f104";
  font-size: 30px;
}
.fa-angle-right:before {
  content: "\f105";
  font-size: 30px;
}
#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section .testimonial-nav-arrow {
  border-radius: 50%;
  width: 56px;
  height: 54px;
}
/* testimonial_sec end */

/* chooseus_sec start */
.chooseus_sec {
  padding: 60px 0;
  position: relative;
  background-image: url(../images/choose-bg-shape.png);
  background-repeat: no-repeat;
  background-position: left;
}


.chooseus_sec .same-heading::before {
  display: none;
}

.choose-left-gap {
  padding-left: 18%;
}

.choose_sec_info {
  position: relative;
  padding-left: 112px;
  color: #000;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 44px;

}

.choose_sec_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 101px;
}

.choose_sec_info strong {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.choose_img_sec {
  position: relative;
}

.choose_img_sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/choose_shape_right.png);
  width: 196px;
  height: 210px;
  right: 0;
  top: 55px;
}

/* chooseus_sec end */

/* footer start  */
.footer {
  position: relative;
  background-color: #000000;
}

.footer_top {
  padding: 60px 0 20px;
  position: relative;
}

.footer .footer_heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #64b74e;
}

.footer .footer_top_p_text {
  margin-top: 30px;
  color: #ffffff;
  font-size: 17px;
  padding-right: 20px;
}

.footer .link {
  padding: 0;
}

.link_contact li {
  background-image: url(../images/footer-list.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.follow_items {
  margin: 14px 0;
}

.footer .link li {
  list-style: none;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}

.footer .link li a:hover,
.footer .footer_bottom a:hover {
  color: #64b74e;
}

.footer .link li a {
  color: #fff;
}

.footer_bottom {
  border-top: 1px solid #fff;
}

.footer .footer_bottom .bottom_text {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 16px 0;
  text-transform: capitalize;
}

.footer .footer_bottom a {
  color: #fff;
}

.footer_box-flex {
  display: flex;
  gap: 10px;
}

.footer .link li img {
  margin-right: 10px;
}

.border_footer {
  border-right: 1px solid #222222;
}

/* footer end */

#back_button {
  background-color: #000000 !important;
  z-index: 30;
  position: relative;
}

#back_button .button {
  background-color: #000000 !important;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 10px;
}

#back_button .btn {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #752b87;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  bottom: 10px;
  right: 20px;
  transition: all 500ms ease-in-out;
}

#back_button .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

#back_button .btn:hover {
  box-shadow: inset 0 0 0 25px #64b74e;
}


.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 270px 0 110px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page .entry-header:before,
.blog_page_header:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}

.content-area,
.content-sidebar {
  padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  z-index: 99;
  margin-bottom: 3px;
}

.breadcrumb-container {
  width: 100%;
  color: #f26d20;
  position: relative;
  font-size: 15px;
}

.breadcrumb-container a {
  color: #f26d20;
}

.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}

/*referral form start */
.ref_form_box {
  background: url(../images/testimonial_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.ref_form_box_heading {
  color: #111;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}
.ref_form_box_heading strong {
  color: #752b87;
  font-weight: bold;
}
.ref_form_box_input select {
  background: url(../images/down-arrow.png) #fff no-repeat center right 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  border-radius: 2px;
  color: #555;
  padding: 10px 30px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 16px;
}
.ref_form_box_label {
  color: #666;
  margin-top: 15px;
}
.ref_form_box_input textarea {
  resize: none;
  height: 144px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box p {
  margin-bottom: 6px !important;
}
.ref_form_box_input input {
  width: 100%;
  min-height: 44px;
  margin-top: 2px;
  border: 1px solid #ccc !important;
  color: #555;
}
.ref_form_box_label p {
  font-size: 14px;
}
.wpcf7-list-item label {
  display: block;
  position: relative;
  margin-top: 8px;
  color: #555;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
}
.wpcf7-list-item-label::before {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 22px;
}
span.wpcf7-list-item {
  margin: 0 !important;
  display: block;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #752b87;
  border-color: #752b87;
}
.contact_btn input[type="submit"] {
  padding: 10px 32px;
  border-radius: 26px;
  display: inline-block;
  background: #752b87;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
}
/*referral form end */

/* inner page start */
.inner_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  color: #752b87;
  margin-top: 20px;
}
.contact_page_info {
  position: relative;
  padding-left: 45px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.contact_page_info a {
  color: #202a44;
  font-size: 16px;
}
.contact_form {
  padding: 30px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #752b87;
}
.form-control {
  border: 2px solid #d0d0d0 !important;
  padding: 12px 13px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
}
textarea.form-control {
  resize: none;
  height: 110px;
  border-radius: 5px;
}
.contact_right input[type="submit"] {
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  border: 2px solid #000 !important;
}

.more-link {
  background: #752b87;
  display: block;
  color: #ffffff !important;
  text-transform: capitalize;
  margin-top: 20px;
  width: 193px;
  padding: 12px 0 12px 15px;
  border-radius: 30px;
}

.inner_page_heading{
    position: relative;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    line-height: 38px;
    margin: 0px 0 10px;
    font-weight: bold;
    display: inline-block;
}
.inner_page_heading strong{
	 font-size: 30px;
     color: #752b87;
	 font-weight: bold;
}
.inner_page_list li {
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: left 1px;
    padding-left: 31px;
    margin-bottom: 12px;
}
.inner_page_list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.inner-page-contact {
    background: #752b87;
    padding: 30px 20px;
}
.inner-contact-heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonial_inner_box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	min-height: 100%;
}
.testimonial_name {
    font-size: 18px;
    font-weight: 600;
    color: #752b87;
}
.testimonial_para {
    margin-top: 15px;
}

.inner-page-img img {
    width: 100%;
}
/* inner page end */

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #752b87;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #373636;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
/* responsive start */
@media only screen and (max-width : 320px) {}

@media only screen and (min-width : 321px) and (max-width : 1023px) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 400px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .header_btn, .primary-navigation  {
         display: none;
     }
	.logo img {
		width: 76px;
	}
	.navbar-fixed .logo img {
		width: 76px;
	}
	.slider_image {
		margin-top: 104px;
	}
	.logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;
        
	}
	.navbar-fixed .logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;  
		
     }
	.slider_text_list_box, .slider_text_list_box strong  {
		font-size: 23px;
		margin-top: 17px;
        line-height: 29px;
        margin-bottom: 22px;
	}
	.text_title {
		font-size: 21px;
	}
	.text_title::after, .text_title::before{
		display:none;
	}
	.slider_btn_book a {
       font-size: 14px;
    }
	.same-heading {
		font-size: 32px;
	}
	.about-text-gap {
       padding-left: 13px;
    }
	.aboutus::before {
		display:none;
	}
    .service_sec {
		padding: 30px 0;
	}
	.choose-left-gap {
        padding-left: 13px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}
	#sp-testimonial-free-wrapper-42 .sp-testimonial-free-section {
        margin: 0 0;
    }
	.footer .footer_heading {
        margin-bottom: 14px;
	    margin-top: 30px;
	}
	.footer_box-flex {
       flex-direction: column;
    }
	.inner_page_heading {
		font-size: 26px;
		 line-height: 34px;
         padding-top: 24px;
	}
	.inner_page_heading strong {
		font-size: 26px;
	}
	.contact_form {
		padding: 30px 10px;
	}
	.inner_title {
		font-size: 28px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
	.footer .footer_bottom .bottom_text {
		padding: 16px 0 60px;
	}
	#back_button .btn {
		bottom: 107px;
	}
	.choose_img_sec::before{
		display:none;
	}
	.ref_form_box {
        padding: 20px;
     }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ms-slide-info {
		width: 480px !important;
	}
	.header_btn {
		display:block;
	}
	.header_btn {
        position: absolute;
        top: 30px;
        right: 110px;
    }
	 .text_title {
         font-size: 25px;
    }
	 .slider_text_list_box, .slider_text_list_box strong {
        font-size: 30px;
    }
	.slider_btn_book a {
        font-size: 15px;
    }
	 .same-heading {
        font-size: 48px;
    }
	 .footer .footer_bottom .bottom_text {
        padding: 16px 0 16px;
    }
	.inner_title {
        font-size: 30px;
    }
	.inner_page_heading {
        font-size: 30px;
    }
	.inner_page_heading strong {
        font-size: 30px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 400px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .primary-navigation  {
         display: none;
     }
	.header_btn {
        position: absolute;
        top: 30px;
        right: 131px;
    }
	.logo img {
		width: 76px;
	}
	.navbar-fixed .logo img {
		width: 76px;
	}
	.slider_image {
		margin-top: 104px;
	}
	.ms-slide-info {
	   width: 780px !important;
	}
	.logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;
        
	}
	.navbar-fixed .logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;  
		
     }
	.slider_text_list_box, .slider_text_list_box strong {
        font-size: 35px;
        margin-top: 17px;
        line-height: 39px;
        margin-bottom: 22px;
    }
	.text_title {
		font-size: 30px;
	}
	.text_title::after, .text_title::before{
		display:none;
	}
	.slider_btn_book a {
       font-size: 15px;
    }
	.same-heading {
		font-size: 48px;
	}
	.about-text-gap {
       padding-left: 13px;
    }
	.aboutus::before {
		display:none;
	}
    .service_sec {
		padding: 30px 0;
	}
	.choose-left-gap {
        padding-left: 13px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}

	.footer .footer_heading {
        margin-bottom: 14px;
	    margin-top: 30px;
	}
	.footer_box-flex {
       flex-direction: column;
    }
	.inner_page_heading {
		font-size: 26px;
		 line-height: 34px;
         padding-top: 24px;
	}
	.inner_page_heading strong {
		font-size: 26px;
	}
	.contact_form {
		padding: 30px 10px;
	}
	.inner_title {
		font-size: 28px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
	.footer .footer_bottom .bottom_text {
		padding: 16px 0 16px;
	}
	#back_button .btn {
		bottom: 107px;
	}
	.choose_img_sec::before{
		display:none;
	}
}


/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 400px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.header_top, .primary-navigation  {
         display: none;
     }
	.header_btn {
        position: absolute;
        top: 30px;
        right: 131px;
    }
	.logo img {
		width: 76px;
	}
	.navbar-fixed .logo img {
		width: 76px;
	}
	.slider_image {
		margin-top: 104px;
	}
	.ms-slide-info {
	   width: 780px !important;
	}
	.logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;
        
	}
	.navbar-fixed .logo_box {
        position: relative;
		width:76px;
		height: auto;
        background-color: transparent;
        text-align: center;
        border-radius: 50%;
        margin-top: 0;  
		
     }
	.slider_text_list_box, .slider_text_list_box strong {
        font-size: 35px;
        margin-top: 17px;
        line-height: 39px;
        margin-bottom: 22px;
    }
	.text_title {
		font-size: 30px;
	}
	.text_title::after, .text_title::before{
		display:none;
	}
	.slider_btn_book a {
       font-size: 15px;
    }
	.same-heading {
		font-size: 48px;
	}
	.about-text-gap {
       padding-left: 13px;
    }
	.aboutus::before {
		display:none;
	}
    .service_sec {
		padding: 30px 0;
	}
	.choose-left-gap {
        padding-left: 13px;
    }
	.testimonial_sec {
		padding: 30px 0;
	}

	.footer .footer_heading {
        margin-bottom: 14px;
	    margin-top: 30px;
	}
	.footer_box-flex {
       flex-direction: column;
    }
	.inner_page_heading {
		font-size: 30px;
		 line-height: 34px;
         padding-top: 24px;
	}
	.inner_page_heading strong {
		font-size: 30px;
	}
	.contact_form {
		padding: 30px 10px;
	}
	.inner_title {
		font-size: 28px;
	}
	.contact_right input[type="submit"] {
        width: 100%;
    }
	.footer .footer_bottom .bottom_text {
		padding: 16px 0 16px;
	}
	#back_button .btn {
		bottom: 107px;
	}
	.choose_img_sec::before{
		display:none;
	}
	.follow_items img {
		margin-bottom:5px;
	}
}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2048px) {}

@media screen and (min-width: 2550px) {}  
/* responsive end */