a{
    text-decoration: none !important;
    transition: all 0.6s;
}
body,
html {
  height: 100%;
}
p{
    margin: 0;
    padding: 0;
}
body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
  background: url(../images/banner_backbgimg2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}
a:focus {
    outline: 0;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}
ul li{
    list-style-type: none;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
/*---- font family secion start -----*/
@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: 400;
    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-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-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: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Impact;
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: BetterFaster;
    src: url('../fonts/BetterFaster.eot');
    src: url('../fonts/BetterFaster.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BetterFaster.woff2') format('woff2'),
        url('../fonts/BetterFaster.woff') format('woff'),
        url('../fonts/BetterFaster.ttf') format('truetype'),
        url('../fonts/BetterFaster.svg#BetterFaster') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end --*/
/*---- header section start ---*/
.header_navber {
    background: #e4e0e0;
    padding: 5px 0;
}
.header_logo img {
    width: 120px;
}
.header_toptext img {
    width: 22px;
    margin-right: 5px;
}
.header_toptext {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}
.header_toptext a {
    color: #000000;
    vertical-align: middle;
}
.header_toptext a:hover {
    color: #991501;
}
.header_link_text img {
    width: 30px;
    margin-right: 10px;
}
.header_link_text a {
    color: #000000;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.header_link_text a:hover{
    color: #c98f49;
}
.hd_contact ,.hd_contact2 ,.form_boxmain .box .btn ,.header_topbtn{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    transition: all 500ms ease-in-out;
    display: inline-block;
}
.hd_contact:hover {
	color: #fff;
	box-shadow: inset 0 80px #000;
}
.hd_contact2 ,.form_boxmain .box .btn{
    background: #991501;
    color: #fff;
}
.hd_contact2:hover ,.form_boxmain .box .btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.user_nav {
    margin: 15px 0 10px;
}
.user_nav ul li{
    display: inline-block;
    padding: 0 10px;
}
.user_nav ul li a {
    color: #9a1601;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}
.user_nav ul li:nth-child(2){
    border-left: 2px solid #9a1601;
}
/* .user_nav ul li:last-child a {
    border: 1px solid #000;
    padding: 4px 14px;
    border-radius: 25px;
} */
.user_nav ul li a:hover{
    color: #000;
}
.user_nav ul li:last-child{
    padding: 0;
}
.header_nav {
    background: #991501;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 50px;
}
.header_nav ul li {
    display: inline-block;
    transition: all 500ms ease-in-out;
    position: relative;
    height: 60px;
    line-height: 60px;
}
.header_nav ul li li{
	text-align: left;
}
.header_nav ul li::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 15px;
    top: 50%;
    right: -3px;
    transform: translatey(-50%);
}
.header_nav ul li:last-child::before{
    background: none;
}
.header_nav ul li li::before{
    background: none;
}
.header_nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
    padding: 0 12px;
}
.header_nav ul li.active a {
    color: #000;
}
.header_nav ul li a:hover{
    color: #000;
}
.serch_boxhd .search-field {
    background: none;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 7px;
    width: auto !important;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}
.serch_boxhd .search-field::placeholder{
	color: #9a1601;
}
.header_topbtn {
    background: #000;
    color: #fff;
    border-radius: 35px;
}
.header_topbtn:hover{
	box-shadow: inset 0 80px #991501;
	color: #fff;
}
.header_top {
    margin-bottom: 10px;
}
.navbar-default {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.navbar-default.navbar-shrink .header_navber {
   box-shadow: 0 0px 5px #808080;
}
/*-- banner sectiion start --*/
.banner_info {
    margin-top: 250px;
}
.banner_disc {
    position: absolute;
    top: 0;
    right: 10%;
}
.support_box {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.support_bdrt1 ,.support_bdrt3{
    margin-right: 50px;
}
.support_bdrt1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -180%;
    width: 400px;
    height: 1px;
    background: #9a1601;
    transform: rotate(-10deg);
    z-index: -1;
}
.support_bdrt2 .support_icon{
    background: #000000;
}
.support_bdrt2 .support_texthd{
    color: #000000;
}
.support_bdrt2::before {
    position: absolute;
    content: "";
    top: 32%;
    left: -133%;
    width: 400px;
    height: 2px;
    background: #000;
    z-index: -1;
}
.support_bdrt3::before {
    position: absolute;
    content: "";
    top: 0%;
    left: -178%;
    width: 400px;
    height: 1px;
    background: #9a1601;
    transform: rotate(10deg);
    z-index: -1;
}
.support_icon {
    width: 100px;
    height: 100px;
    background: #991501;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.support_icon img {
    width: 60px;
}
.support_texthd {
    font-size: 18px;
    color: #9a1601;
    font-weight: 600;
}
.banner_leftquoute {
    position: absolute;
    top: 0;
    left: 18%;
    background: rgb(154 22 1 / 88%);
    padding: 30px 15px;
    border-radius: 15px;
    width: 25%;
}
.banner_quotetext {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 65px;
    margin-bottom: 10px;
    font-family: Impact;
}
.banner_quotetext strong {
    font-weight: 800;
    color: #cac7c7;
}
.banner_quotetextpara {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Impact;
    color: #fff;
    line-height: 30px;
}
.ms-slide-bgcont img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 86% !important;
    height: auto !important;
}
/*-- banner sectiion end ---*/
/*--- about section start ---*/
.about_info {
    background: rgb(255 255 255 / 50%);
    margin-top: -60px;
    position: relative;
    padding-bottom: 50px;
}
.main_toptexthd {
    font-size: 35px;
    color: #fff;
    font-family: BetterFaster;
    position: relative;
    line-height: 45px;
    display: inline-block;
    background: url(../images/main_tophdimg.png) no-repeat;
    background-size: 100%;
    padding: 15px 120px;
    background-position: center;
    margin-top: -25px;
}
.main_text_hd {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 15px;
}
.about_lefttextbox {
    margin-top: -15px;
    padding: 40px 70px 0px 0px;
}
.about_lefttextbox::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.about_lefttextbox::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
}
.main_text_para {
    font-size: 17px;
    color: #9a2613;
    font-weight: 500;
    line-height: 25px;
}
.about_linkmore {
    color: #000;
}
.about_linkmore:hover {
    color: #9a2613;
}
/*---- about section end ---*/
/*-- services section start --*/
.services_info {
    background: rgb(255 255 255 / 50%);
    margin: 70px 0;
}
.services_imgbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    border-radius: 25px;
}
.services_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 5px 13px #000;
    text-transform: uppercase;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.services_text:hover{
    color: #991501;
}
.services_imgbox {
    height: 260px;
}
.services_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
/*-- services section end ----*/
/*---- footer section start --*/
.footer_bg {
    padding: 50px 0;
    background: #fff;
    border-top: 10px solid rgb(218 58 58 / 82%);
}
.footer_logo img {
    width: 150px;
}
.footer_hd_text {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_textpara {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    font-weight: 500;
    padding-right: 15px;
}
.ft_rtbd {
    border-right: 1px solid #000;
}
.footer_head2 {
    padding-left: 15px;
}
.footer_list ul li {
    padding-bottom: 8px;
}
.footer_list ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #991501;
}
.footer_text_left, .footer_text_left a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #991501;
}
.footer_detailimg {
    width: 24px;
}
.footer_text_left {
    width: 80%;
    margin-left: 8px;
}
.footer_social {
    margin-left: 35px;
    padding-top: 20px;
}
.footer_social img {
    width: 40px;
    margin-right: 5px;
}
/*---- footer section end --*/
/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background: #991501;
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #000;
}
/*-- inner page start --*/
/*-- inner page head --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_backimg.png") #991501 no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 110px 0 90px !important;
    margin: 158px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #000;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #000;
}
.breadcrumb-container a:hover {
    color: #fff;
}
.error_container {
   display: flex;
   min-height: 120vh;
   align-items: center;
   text-align: center;
}
.serve_text_hd {
    font-size: 32px;
    color: #9a1601;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #9a1601;
    padding-bottom: 15px;
}
.inner_text_para {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
}
.services_margbox {
    margin-top: 40px;
}
.inner_serveimg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50px 0;
}
.serve_text_hd2 {
    color: #000;
    border-bottom: 2px solid #000;
}
.inner_text_parared {
    color: #9a1601;
}
.inserve_texttophd {
    position: relative;
}
.inserve_texttophd::before {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.choose_boxinner {
    background: url(../images/choose_boxbackin.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 85px 17px;
    border-radius: 30px;
    box-shadow: 0px 4px 5px #767676;
    min-height: 100%;
}
.choose_imgbox {
    width: 75px;
    margin: 0 auto;
    height: 100px;
}
.choose_textbox {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}
.inner_choosetopbg {
    background: url(../images/choose_backbgborder.png) no-repeat;
    background-position: top 30px center;
    background-size: 50%;
}
.inner_text_hd {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
}
.inner_text_hd strong{
    color: #991501;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #991501;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #991501;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
    background: rgb(255 255 255 / 55%);
}
.form_cnthd {
    font-size: 14px;
    color: #991501;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #991501;
    border-radius: 0px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.inner_faqbox {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.inner_faqbox .inner_text_hd {
    background: #991501;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.inner_faqbox .inner_text_para {
    font-size: 16px;
    padding-top: 10px;
}
.inner_page_list ul li {
    background: url(../images/check_list.png) no-repeat left 3px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 8px 25px;
    line-height: 25px;
    font-weight: 600;
    list-style: none;
    background-size: 20px;
    text-transform: capitalize;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_faqbox .inner_text_para strong {
    color: #991501;
}
.search-results .entry-header{
	margin: 0 !important;
}
.search-results .site-content {
    margin-right: 0;
}
.search-results .hentry {
    margin: 0 !important;
	max-width: 100%;
}
/******************* booking form tab slider ***************************/
.job_radio {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
}
.job_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.job_radio .checkmark {
    height: 110px;
    width: 110px;
    background-color: #eee;
    display: block;
    margin: 10px auto 0;
    position: relative;
    border-radius: 50%;
    padding: 10px;
}
.job_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.job_radio input:checked ~ .checkmark {
    background-color: #028d6c;
}
.job_radio .checkmark::before {
    display: none;
    width: 30px;
    height: 30px;
    background: #991501;
    position: absolute;
    content: "";
    top: 4px;
    left: 2px;
    border-radius: 50%;
}
.job_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.job_radio input:checked ~ .checkmark:before, .job_radio input:checked ~ .checkmark:after {
  display: block;
}
.job_radio .checkmark:after {
    left: 13px;
	top: 10px;
	width: 8px;
	height: 13px;
	border: solid #fec726;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.joblist {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.joblist li {
	list-style: none;
	width: 25%;
}
.booking_container {
    padding: 0 0 60px;
    margin-top: -35px;
  }
  #msform {
      text-align: center;
      position: relative;
  }
  #msform fieldset {
    background: rgb(255 255 255 / 55%);
      background-size: 200px;
      border: 1px solid #e5f3fd;
      border-radius: 3px;
      padding: 40px 30px;
      box-sizing: border-box;
      width: 100%;
      margin-top:40px;
  }
  #msform fieldset:not(:first-of-type) {
      display: none;
  }
  #msform .action-button {
      width: 100px;
      background: #27AE60;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 1px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
  #msform .action-button:hover, #msform .action-button:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
  }
  .fs-title {
      font-size: 15px;
      text-transform: uppercase;
      color: #2C3E50;
      margin-bottom: 10px;
  }
  .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #666;
      margin-bottom: 20px;
  }
  #progressbar {
      margin: 0 0 30px;
      padding: 0;
      overflow: hidden;
      counter-reset: step;
  }
  #progressbar li {
      list-style-type: none;
      color: #991501;
      font-size: 18px;
      width: 16.5%;
      float: left;
      position: relative;
  }
  .contact_progress li {
      width: 50% !important;
  }
  #progressbar li.active {
      color: #991501;
  }
  #progressbar li img {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    margin: 0 auto 6px;
    display: block;
    background: #991501;
    border-radius: 50%;
    padding: 6px;
  }
  #progressbar li.active img {
      background: #028d6c;
      border-color: #fec726;
  }
  #progressbar li:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #fec726;
      position: absolute;
      left: -50%;
      top: 34px;
      z-index: -1;
  }
  #progressbar li:first-child:after {
      content: none;
  }
  #progressbar li.active:after {
      background: #fec726;
  }
  .booking_form_heading {
      color: #991501;
      text-align: center;
      font-weight: bold;
      font-size: 25px;
      text-transform: capitalize;
      margin-top: 40px;
  }
  .booking_form_subheading {
      color: #666;
      font-size: 16px;
      margin-bottom: 15px;
  }
  .booking_form_subheading strong {
      color: #333;
      font-size: 18px;
  }
  .booking_form_label {
      margin-top: 25px;
      font-size: 15px;
      color: #333;
      text-align: left;
  }
  #msform fieldset .form-control {
      box-shadow: none !important;
      border: 1px solid #ccc !important;
      min-height: 50px;
      margin-top: 5px;
      border-radius: 4px;
      padding: 5px 15px 7px;
      resize: none;
  }
  #msform fieldset select {
      background: url("../images/dropdown.png") #fff no-repeat center right 14px;
      padding: 10px 30px 5px 15px !important;
  }
  .van_radio {
      position: relative;
      margin-bottom: 0;
      cursor: pointer;
      font-size: 20px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-top: 20px;
  }
  .van_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .van_radio .checkmark {
      height: 110px;
      width: 110px;
      background-color: #eee;
      display: block;
      margin: 10px auto 0;
      position: relative;
      border-radius: 50%;
      padding: 10px;
  }
  .van_radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .van_radio input:checked ~ .checkmark {
      background-color: #028d6c;
  }
  .van_radio .checkmark::before {
      display: none;
      width: 30px;
      height: 30px;
      background: #991501;
      position: absolute;
      content: "";
      top: 4px;
      left: 2px;
      border-radius: 50%;
  }
  .van_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .van_radio input:checked ~ .checkmark:before, .van_radio input:checked ~ .checkmark:after {
    display: block;
  }
  .van_radio .checkmark:after {
      left: 13px;
      top: 10px;
      width: 8px;
      height: 13px;
      border: solid #fec726;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .booking_form_subtext {
      color: #909090;
      font-size: 14px;
      margin-top: 10px;
  }
  .timetable {
      background: #fff;
      margin-top: 10px;
  }
  .timetable tr td:last-child {
      text-align: center;
  }
  .result_table {
    margin-top: 30px;
    border: 1px solid #ddd;
  }
  .loading_tab {
      text-align: center;
  }
  .loading_tab .nav-pills {
      display: block;
  }
  .loading_tab .nav-pills .nav-link {
      background: #991501;
      border-radius: 5px 5px 0 0;
      position: relative;
      color: #fff;
      font-size: 16px;
      text-transform: none;
      display: inline-block;
      padding: 9px 12px 11px;
  }
  .loading_tab .nav-pills .nav-link.active {
      background-color: #000;
      color: #fff;
  }
  .loading_tab .tab-content {
      padding: 20px 0 30px;
  }
  .loading_tab_block {
      margin-top: 20px;
  }
  .loading_tab_block_inner {
      min-height: 100%;
      padding: 20px 10px;
      border: 1px solid #ddd;
  }
  .loading_tab_block .form-control {
      margin: 0 10px !important;
      min-height: 30px !important;
      border-radius: 5px !important;
      text-align: center;
      padding: 0 !important;
      font-size: 13px;
  }
  .loading_tab_block .input-group {
      margin-top: 20px;
  }
  .loading_tab_block .input-group .btn {
      height: 30px;
      background: #991501;
      width: 30px;
      color: #fff !important;
      box-shadow: none !important;
      font-size: 20px;
      padding: 0;
      border-radius: 50%;
      line-height: 22px;
  }
  .loading_tab_block_name {
      margin-top: 12px;
      line-height: 18px;
  }
  .prev_btn {
      background: #000;
      color: #fff !important;
      text-transform: uppercase;
      padding: 10px 25px 12px;
      font-weight: 600;
      margin-top: 18px;
      font-size: 16px;
      border-radius: 35px;
      border: none;
  }
  .next_btn {
      background: #991501;
      color: #fff !important;
      text-transform: uppercase;
      padding: 10px 25px 12px;
      font-weight: 600;
      margin-top: 18px;
      font-size: 16px;
      border-radius: 35px;
      border: none;
  }

  /************************************* end booking form ***********************************/
/*-- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_btm{
    display: none;
}
.header_logo img {
    width: 80px;
}
.header_navber {
    padding: 5px 0;
}
.banner_info {
    margin-top: 140px;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    object-position: left;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 260px !important;
}
.banner_leftquoute {
    width: 100%;
    position: initial;
}
.banner_disc {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.support_icon {
    width: 80px;
    height: 80px;
}
.support_icon img {
    width: 45px;
}
.support_texthd {
    font-size: 15px;
}
.support_box {
    width: 50%;
    flex: 0 0 50%;
}
.banner_quotetext {
    font-size: 30px;
    line-height: 34px;
}
.support_bdrt1, .support_bdrt3 {
    margin-right: 0;
}
.banner_quotetextpara {
    font-size: 18px;
    line-height: 25px;
}
.support_box::before {
    display: none;
}
.about_info {
    margin-top: 0;
    padding: 40px 0;
}
.main_toptexthd {
    font-size: 20px;
    line-height: 35px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.about_lefttextbox {
    padding: 35px 0 30px 0px;
}
.services_text {
    font-size: 24px;
    line-height: 28px;
}
.footer_bg {
    padding: 40px 0 0px;
}
.footer_logo img {
    width: 120px;
}
.footer_textpara {
    padding: 0 0 15px 0;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 40px;
}
.footer_social {
    margin-left: 0;
}
.page .entry-header, .blog_page_header {
    padding: 70px 0 50px !important;
    margin: 108px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_servetext {
    margin-top: 30px;
}
.inner_text_para {
    font-size: 16px;
}
.serve_text_hd {
    font-size: 26px;
    line-height: 35px;
}
.inner_faqbox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
}
.inner_faqbox .inner_text_para {
    font-size: 15px;
}
.left-sec-contact-information {
    margin-bottom: 35px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.ft_rtbd {
    border-right: none;
}
.footer_hd_text {
    font-size: 20px;
    margin-bottom: 15px;
}
.inner_choosetopbg {
    background: none;
}
.choose_boxinner {
    padding: 170px 0px;
}
}
@media only screen and (max-width : 320px) {
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
}
@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) {
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 410px !important;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.banner_leftquoute {
    width: 70%;
    margin: 25px auto;
}
.choose_boxinner {
    padding: 55px 0px;
}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 410px !important;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.banner_leftquoute {
    width: 70%;
    margin: 25px auto;
}
.choose_boxinner {
    padding: 55px 0px;
}
}
/* 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) {
}
/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
/* 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) {
}
@media screen and (min-width: 1424px) {
}
@media screen and (min-width: 1624px) {
}
@media screen and (min-width: 1920px) {
.banner_disc {
    right: 18%;
}
}
@media screen and (min-width: 2048px) {
.banner_leftquoute {
    left: 22%;
    width: 30%;
}
.banner_disc {
	top: 10%;
    right: 18%;
}
}
@media screen and (min-width: 2550px) {
.banner_leftquoute {
    top: 23%;
    left: 30%;
    width: 30%;
}
.banner_disc {
    top: 10%;
    right: 20%;
}
}