body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@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-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;
}

@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-Black.eot');
  src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff'),
    url('../fonts/Poppins-Black.ttf') format('truetype'),
    url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


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

@font-face {
  font-family: 'Caramello Free';
  src: url('../fonts/CaramelloFree.eot');
  src: url('../fonts/CaramelloFree.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CaramelloFree.woff2') format('woff2'),
    url('../fonts/CaramelloFree.woff') format('woff'),
    url('../fonts/CaramelloFree.ttf') format('truetype'),
    url('../fonts/CaramelloFree.svg#CaramelloFree') format('svg');
  font-weight: normal;
  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 {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-block;
  background: #84c7e3;
  color: #313233;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 500ms ease-in-out !important;
}

.btn_design_b {
  font-weight: 600;
  padding: 10px 23px;
  border-radius: 51px;
  display: inline-block;
  background: #1a1a1a;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  transition: all 500ms ease-in-out !important;
}

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

.btn_design_b:hover {
  box-shadow: inset 300px 0 #84c7e3;
  color: #1a1a1a;
}





.headeing_text_all {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.heading_text_all_p {
  font-size: 16px;
  color: #656565;
}

/* mouse scroll css */
.logo {
  width: 100%;
  transition: all 0.5s ease;
}

.navbar-fixed .logo {
  width: 150px;
  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;
}


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

.header_top {
  background-color: #1f1f1f;
  transition: all 0.5s ease;
  line-height: 40px;
}

.header_top_text {
  display: inline-block;
  margin-left: 16px;
  color: #ffffff;
  font-size: 12px;
  padding-right: 18px;
  font-family: 'Poppins';
}

.border_line1 {
  border-right: 1px solid #e3e3e3;
}

.header_top_text a {
  color: #ffffff;
}

.header_top_text a:hover {
  color: #84c7e3;
}
.header_menu, .header_link {
  display: inline-block;
  vertical-align: middle;
}

.header_top_text img {
  margin-right: 6px;
}

.social_icon a {
  margin-left: 6px;
}

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

.header_bottom {
  padding: 10px 0;
  background-color: #ffffff;
  position: relative;
}

.header_menu ul{
	margin: 0;
	padding: 0;
}

.navigation_menu {
  padding: 0;
  margin: 0;
}

.navigation_menu li {
  display: inline-block;
}

.navigation_menu li a {
  font-size: 17px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 20px;
}

.navigation_menu li a.active,
.navigation_menu li a:hover {
  color: #84c7e3;
  position: relative;
  transition: all 0.2s ease;
}

/* header end  */

/* slider_image start */
.slider_image {
  margin-top: 158px;
  position: relative;
}

.slider_image .btn_design_1 {
  padding: 15px 30px;
}

.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  color: #ffffff;
  max-width: 400px;
}

.slider_lne {
  font-weight: 600;
  font-size: 28px;
  font-family: 'Montserrat';
  color: #ffffff;
}

.slider_h {
  font-weight: bold;
  line-height: 1.2;
  font-size: 42px;
  margin: 10px 0;
  text-transform: capitalize;
  color: #0a0a0a;
}

.slider_lin {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #121212;
}

.slider_btn_book {
  margin-top: 20px;
}

.slider_lin {
  margin-bottom: 15px;
}

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

.slider_btn_book .call_now {
  padding: 14px 32px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #8c1d23;
  color: #f4f4f4;
  font-size: 17px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 500ms ease-in-out;
}

.slider_btn_book .call_now:hover {
  box-shadow: inset 200px 0 #e9a93b;
  color: #000000;
}

.arrow_left {
  margin-top: 32px;
  position: absolute;
  top: 38%;
  left: 5%;
}

.image_s .header_btn {
  display: inline-block;
}

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

.slider_image .btn_design_b:hover {
  box-shadow: inset 300px 0 #ffffff;
  color: #1a1a1a;
}

.ms-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(132, 199, 227);
  background: linear-gradient(90deg, rgba(132, 199, 227, 1) 30%, rgba(255, 255, 255, 0) 48%);
  z-index: 1;
}

.ms-nav-next {
  background-image: url(../images/right-arrow.png) !important;
  width: 42px !important;
  height: 47px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}
.ms-nav-prev {
  background-image: url(../images/left-arrow.png) !important;
  width: 42px !important;
  height: 47px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
}
/* slider_image end */

/* slide-box start  */
.slide-box {
  position: relative;
  margin-top: -60px;
  padding: 0 3%;

}

.slide-box-img {
  width: 30%;
}

.slide-box-text {
/*  width: 70%; */
  margin-left: 5px;
}

.slide-box-text strong {
  font-size: 17px;
  color: #131313;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
  display: block;
}

.slide-box-container {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 16px;
  min-height: 100%;

}

.slide-box-text .btn_design_b {
  background-color: #84c7e3;
  font-size: 14px;
  padding: 7px 12px;
}

/* slide-box end */
/* scroll  */
.container-scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 200px;
}

.slide-box-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.objects-scroll {
  width: auto;
  height: 200px;
  white-space: nowrap;
}

.col-scroll {
  display: inline-block;
  width: 237px;
  height: 168px;
  margin-right: 16px;
}

.slide-box ::-webkit-scrollbar {
  width: 2px;
  height: 6px;
  /* border: 1px solid #d5d5d5; */

}

.slide-box ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eeeeee;
  margin: 0px 100px;
}

.slide-box ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b0b0b0;
}

/* scroll  */







/* ***************************** */

#container {
  overflow-x: scroll;
  overflow-y: hidden;

  /* Styling */
  background-color: grey;
  height: 200px;
}

#objects {
  width: auto;
  white-space: nowrap;

  /* Styling */
  background-color: blue;
  height: 200px;
}

.object {
  display: inline-block;

  /* Styling */
  background-color: red;
  border: 1px solid white;
  width: 200px;
  height: 200px;
}

/* ***************************** */


/* aboutus start  */
.aboutus {
  padding: 60px 0;
}

.aboutus img {
  border-radius: 10px;
}

.about_p_text {
  margin-bottom: 20px;
  color: #221638;
  font-size: 17px;
}

.heading-text-line {
  font-size: 20px;
  color: #131313;
  font-weight: 500;
  margin-bottom: 8px;
}

.all-heading-text {
  font-size: 35px;
  color: #131313;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 14px;
}

.all-heading-text strong {
  color: #84c7e3;
}

/* aboutus end */

/* choose start  */
.choose {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.all-head-text {
  font-size: 28px;
  color: #131313;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}

.choose-box {
  background-color: #ffffff;
  padding: 30px 28px;
  border-radius: 15px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  min-height: 100%;
}

.choose-h {
  font-size: 19px;
  font-weight: 600;
  color: #131313;
  line-height: 24px;
  margin: 10px 0;
}

.choose-p {
  color: #474747;
  font-size: 14px;
}

/* choose end  */

/* contact-field start  */

.contact-field {
  overflow: hidden;
}

.contact-field-line {
  font-size: 18px;
  color: #84c7e3;
  font-weight: 500;

}

.contact-field-line::after {
  display: inline-block;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #84c7e3;
  vertical-align: middle;
  margin-left: 7px;
}

.contact-field-left {
  background-color: #101010;
  padding: 60px 40px 100px 0;
  height: 100%;
  position: relative;
}

.contact-field-left::before {
  position: absolute;
  content: "";
  width: 2001px;
  height: 100%;
  background-color: #101010;
  left: -2000px;
  top: 0;
}

.contact-field-right {
  background-color: #84c7e3;
  padding: 60px 0px 100px 40px;
  height: 100%;
  position: relative;
}

.contact-field-left::after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background-color: #84c7e3;
  right: -2000px;
  top: 0;
}

.contact-field-line-h {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  padding: 25px 0 15px;
}

.contact-field-left .contact-field-line-h {
  color: #ffffff;
}

.contact-field-left .btn_design:hover {
  box-shadow: inset 300px 0 #ffffff;
  color: #1f1f1f;
}

.contact-field-right .contact-field-line {
  color: #000;

}

.contact-field-right .btn_design:hover {
  box-shadow: inset 300px 0 #1f1f1f;
  color: #ffffff;
}

.contact-field-right .contact-field-line::after {
  background-color: #000;
}

.contact-field-right .btn_design {
  background: #ffffff;
  color: #000;
}

.form-control {
  background-color: #f6f6f6 !important;
  border: 1px solid #d7d7d7 !important;
  padding: 12px 12px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.appoinment select {
  width: 100%;
  word-wrap: normal;
  padding: 12px 12px;
  border-radius: 5px;
  color: #4b4b4b;
  font-size: 14px;
  background-color: #f6f6f6 !important;
  border: 1px solid #d7d7d7 !important;
  margin-top: 20px;
  font-weight: 500;
}
textarea.form-control {
  resize: none;
  height: 110px;
}
.box p{
	margin-bottom: 0;
}
input[type="submit"] {
  text-transform: capitalize;
  color: #000000;
  background-color: #84c7e3;
  display: block;
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}
input[type="submit"]:focus {
  background-color: #84c7e3;
  color: #000000;
}
input[type="submit"]:hover{
  background-color: #84c7e3;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  border: 1px solid #84c7e3 !important;
  box-shadow: none !important;
}

/* contact-field end */

/* appoinment start  */
.appoinment {
  position: relative;
  margin-top: -60px;
  margin-bottom: 60px;
  background: #fff;
}

.color-bg {
  background-color: #ffffff;
  padding-left: 60px;
}

.color-bg .contact-field-line-h {
  padding-top: 60px;
}

/* appoinment end */

/* blog start  */
.blog-section{
  background-color: #84c7e3;
  padding: 50px 0;
}

.blog-line {
  font-size: 25px;
  font-family: 'Caramello Free';
}

.blog-line-top {
  font-size: 13px;
  color: #2d2b2b;
}

.blog-head {
  font-size: 23px;
  color: #2d2b2b;
  font-weight: bold;
}

.blog-parag {
  font-size: 14px;
  color: #171717;
  margin: 15px 0;
}

 .border_line2 {
  border-right: 1px solid #7ab1c8;
}

 .border_line2:last-child{
  border-right:none;
}
.blog-sec-area {
  max-width: 300px;
}

.blog-section .contact-field-line-h {
  margin-bottom: 30px;
}

.blog-head a {
  font-size: 23px;
  color: #2d2b2b;
  font-weight: bold;
  margin: 7px 0;
  line-height: 32px;
}

.blog-btn a {
  color: #171717;
  font-size: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.blog-btn a:hover {
  color: #ffffff;
}

.blog-btn a:hover::before {
  background-color: #ffffff;
}

.blog-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #171717;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}



/* blog end */

/* footer start  */
.footer {
  position: relative;
  background-color: #101010;
  color: #ffffff;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
}

.footer_top {
  padding: 50px 0;
  position: relative;
}

.text_footer_text {
  padding-right: 57px;
}

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

.footer .footer_heading {
  margin-bottom: 26px;
  font-size: 22px;
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #84c7e3;
}

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

.footer .link {
  padding: 0;
}

.follow_items {
  color: #ffffff;
  font-size: 24px;
  display: block;
  margin-bottom: 16px;
  border-top: 1px solid #232323;
  padding: 22px 0px;
}

.footer .link li {
  list-style: none;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
}

.footer .link li:hover .color_f {
  color: #ffffff;
}

.footer .link li a:hover,
.footer .footer_bottom a:hover {
  color: #84c7e3;
}

.footer .link li a {
  color: #ffffff;
  font-weight: 500;

}

.footer .address {
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}

.footer .address .address_content {
  list-style: none;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.footer .footer_bottom span {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 22px 0;
  text-transform: capitalize;
}

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

.footer-paragraph {
  font-size: 14px;
  color: #f1f1f1;
}

.footer_bottom {
  position: relative;
  border-top: 1px solid #232323;
}

.footer_text {
  margin-bottom: 30px;
}

.text_img img {
  width: 20px;
}

.text_f {
  font-size: 16px;
}

.footer-logo-image {
  margin-top: 30px;
}

.footer .link li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* footer end */

/* contact page start  */
.inner_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 0;
  color: #242424;
  margin-top: 20px;
}
.contact_page_info {
  position: relative;
  padding-left: 45px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 24px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_right {
  background: #84c7e3;
  border-radius: 20px;
  padding: 20px;
}
.contact_page_info strong {
  color: #202a44;
  font-weight: 600;
  font-size: 20px;
}
.contact_page_info a {
  color: #202a44;
  font-size: 16px;
}
.contact_left {
  padding-top: 20px;
}

.contact_right input[type="submit"] {
  background-color: #ffffff;

}
.contact_right input[type="submit"]:hover {
 color: #84c7e3;

}
.contact_right input[type="submit"]:focus {
  color: #84c7e3;
}
.map {
  margin-top: 45px;
}
/* contact page end */


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

#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: #000;
  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 #84c7e3;
}



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

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-slide.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 140px 0 140px !important;
  margin: 158px 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: 27px;
  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;
}


/* Inner Content Css */

.inner_text_hd {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  color: #101111;
  position: relative;
}

.inner_text_hd strong {
  color: #84c7e3;
}

/* .inner_text_hd:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ef4346;
} */

.after-center:after {
  left: 50%;
  transform: translatex(-50%);
}

.inner_content {
  /* padding-top: 50px;  */
}

.inner_sub_titl {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #5276ba;
  padding-top: 20px;
}

.inner_content .inner_text_hd {
  position: relative;
}

.inner_txt {
  font-size: 16px;
  line-height: 27px;
  color: #0d0d0d;
  font-weight: 400;
  font-family: "Poppins";
  margin-top: 10px;
}

.inner_list_txt {
  margin-top: 10px;
}

.inner_list_txt ul {
  padding: 0;
  margin: 0;
}

.inner_list_txt ul li {
  background: url("https://thedemodesigns.com/devsites/contact-care-services/wp-content/uploads/2024/09/tick.png");
  background-position: top 2px left;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
  font-family: "Poppins";
}

.inner_bottm_sec {
  background-color: #84c7e3;
  padding: 30px 30px;
  box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
  border-radius: 10px;
}

.pr-3 {
  padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
  text-align: center;
}

.inner_bottm_sec .inner_text_hd:after {
  display: none;
}

.inner_list_txt strong {
  color: #2a2a2a;
  line-height: 1.2;
  font-weight: 600;
}

.inner_page_img img {
  border-radius: 20px;
}

/*   sub-menu-css   */

.primary-navigation ul ul {
  background-color: #84c7e3 !important;
  width: 350px;
  top: 100% !important;
  display: block;
  padding-left: 0 !important; 
}

.primary-navigation ul ul a {
  width: 100% !important;
  color: #fff;
  padding: 10px !important;
  font-size: 16px !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.primary-navigation ul ul a::after {
  display: none;
}

.primary-navigation ul ul a:before {
  display: none;
}

.primary-navigation ul ul li {
  padding-right: 0;
  width: 100%;
}

.primary-navigation ul ul a:hover {
  color: #fff !important;
  background-color: #1e1e1e !important;
  width: 100% !important;
}

.primary-navigation .menu-item-has-children > a:after {
  font-size: 0 !important;
  top: 33px !important;
}

/* Referral Form */

.ref_form_box {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #101111;
	font-weight: 600;
	font-size: 24px;
}
.ref_form_label {
	margin-top: 15px;
	color: #555;
	font-size: 15px;
	margin-bottom: 4px;
}
.ref_form_sublabel {
	color: #999;
	font-size: 13px;
}
.ref_form_input input {
	width: 100%;
	min-height: 44px;
	border: 1px solid #ddd !important;
	font-size: 15px;
}
.ref_form_input textarea {
	resize: none;
	height: 140px;
	border: 1px solid #ddd !important;
	font-size: 15px;
}
.ref_form_box_subheading {
	color: #84c7e3;
	font-weight: 600;
	font-size: 19px;
	margin-top: 25px;
}
span.wpcf7-list-item {
    margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
    display: block;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label {
  position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #ddd;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
  background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #84c7e3;
	border-color: #84c7e3;
}
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.identity_table {
	margin-top: 15px;
}
.identity_table .wpcf7-list-item label {
	margin-top: 0;
}
.identity_table tr td:first-child {
	color: #555;
}
.acceptence_text {
	color: #666;
}
.form_box_btn input {
	padding: 12px 40px !important;
	background: #84c7e3;
	font-weight: 600 !important;
	font-size: 16px !important;
	margin-top: 25px;
	border-radius: 30px !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #84c7e3;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #d0b977;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #84c7e3;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #131313;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:first-child{
	border-top:none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	border-top: 1px solid #ccc;
    padding-bottom: 10px;
}

.error_page {
    padding: 40px 0 80px;
}

/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header_top, .header_menu, .header_link, .btn_referral{
		display: none;
	}
	.logo {
		width: 150px;
		transition: all 0.5s ease;
	}
	.slider_image{
		 margin-top: 93px;
	}
	.page .entry-header, .blog_page_header {
        margin: 93px 0 50px !important;
        padding: 100px 0 !important;
    }
	.slider_h, .all-heading-text{
		font-size: 26px;
	}
	.ms-slide-info {
        left: 30px;
        right: 30px;
    }
	.slide-box{
		margin-top: 30px;
		filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
	}
	.btn_design_b{
		font-size: 15px;
	}
	.aboutus, .choose, .contact-field, .blog-section{
		padding: 40px 0;
	}
	.footer_top{
		padding: 40px 0 10px;
	}
	.contact-field-line-h, .inner_title{
		font-size: 26px;
	}
	.contact-field-left, .contact-field-right{
		padding: 30px 0;
	}
    .appoinment{
		margin-top: 0;
		margin-bottom: 40px;
	}
	.color-bg .contact-field-line-h{
		padding-top: 0;
	}
	.color-bg{
		padding-left: 0;
	}
	.box-shadow{
		filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.1));
		padding: 20px;
	}
	.border_line2, .border_footer{
		border-right: 0;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.ms-slide-info{
		max-width: 300px;
	}
	.footer .footer_bottom span{
		padding: 22px 0 60px;
	}
}

@media only screen and (max-width : 320px) {
   .ms-view, .ms-slide {
        height: 300px !important;
   }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.aboutus img{
		width: 100%;
		margin-top: 30px;
	}
	.contact-field-left, .contact-field-right{
		padding: 30px 20px;
	}
	.contact-field-left::before, .contact-field-left::after{
		display: none;
	}
	.appoint-right img{
		margin-top: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
   .ms-view, .ms-slide {
        height: 300px !important;
   }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.aboutus img{
		width: 100%;
		margin-top: 30px;
	}
	.contact-field-left, .contact-field-right{
		padding: 30px 15px;
	}
	.contact-field-left::before, .contact-field-left::after{
		display: none;
	}
	.appoint-right img{
		margin-top: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
 
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
   .ms-view, .ms-slide {
        height: 300px !important;
   }
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.aboutus img{
		width: 100%;
		margin-top: 30px;
	}
	.contact-field-left, .contact-field-right{
		padding: 30px 20px;
	}
	.contact-field-left::before, .contact-field-left::after{
		display: none;
	}
	.appoint-right img{
		margin-top: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .btn_design{
		font-size: 15px;
	}
	.header_menu ul li a{
		font-size: 15px;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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) {

}

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

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.btn_design{
		font-size: 15px;
	}
	.header_menu ul li a{
		font-size: 15px;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.btn_design{
		font-size: 15px;
	}
	.header_menu ul li a{
		font-size: 15px;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
}

/* 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) {
    .btn_design{
		font-size: 15px;
	}
	.header_menu ul li a{
		font-size: 15px;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
}

@media screen and (min-width: 1424px) {
   .ms-slide-info{
		left: 4.5%;
	}
	.slide-box {
		padding: 0 4.5%;
	}
}

@media screen and (min-width: 1624px) {
   .ms-slide-info{
		left: 10%;
	}
	.slide-box {
		padding: 0 10%;
	}
}

@media screen and (min-width: 1920px) {
    .ms-slide-info{
		left: 16.4%;
	}
	.slide-box {
		padding: 0 16.4%;
	}
}

@media screen and (min-width: 2048px) {
   .ms-slide-info{
		left: 18.5%;
	}
	.slide-box {
		padding: 0 18.5%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 24.6%;
	}
	.slide-box {
		padding: 0 24.6%;
	}
}

