a{
    text-decoration: none;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Outfit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

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;
    margin: 0;
}

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

/*----- poppins font family section 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: Outfit;
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #000;
    padding: 6px 0;
}
.header_logo img {
    width: 185px;
    transition: all 500ms ease-in-out;
}
.hd_contact {
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
    padding: 12px 24px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 25px;
    transition: all 500ms ease-in-out;
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.hd_contact:hover{
    box-shadow: inset 0 80px #fff;
    border: 1px solid #000;
    color: #000;
}
/*--- banner section start ---*/
.inner_pg_banner {
    background: url("../images/banner_innerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 180px 0 40px !important;
    margin: 74px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.inner_pg_banner:before{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inner_pg_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
/*-- banner section end --*/

/*-- get a form section start --*/
.form_info ,.bookform_info{
    margin: 80px 0 60px;
}
.form_checkinput {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    color: #000;
}
.form_checkinput2{
    display: inline-block;
}
/* Hide the browser's default checkbox */
.form_checkinput input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form_checkinput .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form_checkinput:hover input ~ .checkmark {
  background-color: #787878;
}

/* When the checkbox is checked, add a blue background */
.form_checkinput input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form_checkinput .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form_checkinput input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_checkinput .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_right_box {
    padding: 35px 28px 40px 28px;
    border-radius: 8px;
    background: #c0c0c0;
    position: relative;
}
.contact_right_box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 98%;
    height: 98%;
    border: 1px solid #ffffff;
    transform: translate(-50% , -50%);
    border-radius: 10px;
}
.form_top_text {
    font-size: 18px;
    color: #c0c0c0;
    background: #000;
    display: inline-block;
    padding: 10px 25px;
    line-height: 25px;
}
.fm_boxhd {
    font-size: 18px;
    color: #010101;
    text-transform: uppercase;
    line-height: 26px;
    margin: 20px 0 10px;
    font-weight: 600;
}
.fm_text_small {
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 20px;
}
/* .contact_form .form-check-label {
    color: #000;
    margin: 0 10px;
    position: relative;
} */
/* .contact_form .form-check-input:checked {
    background: #000;
    border: #000;
}
.contact_form .form-check-input[type=radio] {
    border-radius: 0;
} */
.form_totalprice {
    background: #000000;
    color: #c0c0c0;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
}


/*-- get a form section end --*/

/*--- booke now section start ---*/
.book_ltbox {
    background: #c0c0c0;
    padding: 40px 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.book_middbox {
    background: #868686;
    padding: 40px 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    min-height: 100%;
}
.book_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.book_icon img{
    width: 60px;
}
.bk_fmtexthd {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.bk_topbd {
    width: 100%;
    height: 1px;
    background: #000000;
    margin: 15px 0 20px;
}
.bk_fmtextpara {
    font-size: 15px;
    color: #252525;
}
.bk_fmtextpara a {
    color: #000000;
    font-weight: 600;
}
.book_rightbox {
    background: #c0c0c0;
    min-height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bk_fmdetailtext {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}
.readag_lab {
    margin-left: 10px;
}
.form_btnbox {
    position: relative;
    margin-bottom: 20px;
    /* height: 70px;
    margin-bottom: 5px;
    width: 100%;
    background: #fff; */
}
/* .form_btnbox label,
.form_btnbox input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
} */
.form_btnbox label,
.form_btnbox input {
  /* display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  background: #fff;
  cursor: pointer;
  border: 3px solid #fff;
}
.form_btnbox input[type="radio"] {
  /* opacity: 0.011;
  z-index: 100; */
  display: none;
}
.form_btnbox input[type="radio"]:checked + label {
  border: 3px solid #000;
}
.form_btnbox input[type="radio"]:hover + label {
  border: 3px solid #000;
}
.form_btnbox input[type="checkbox"]:checked + label {
  border: 3px solid #000;
}
.form_btnbox input[type="checkbox"]:hover + label {
  border: 3px solid #000;
}
.form_btnbox label {
    cursor: pointer;
    z-index: 90;
    color: #000;
    font-size: 17px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.from_check_label strong {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    width: 25%;
}
.bk_stprice {
    font-size: 13px;
    color: #7c7c7c;
}
.fm_bkprevetext {
    font-size: 15px;
    background: #000;
    display: inline-block;
    padding: 8px 20px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}
.check_fmtext strong {
    font-size: 13px;
    display: block;
    width: 100%;
    line-height: 15px;
    color: #7c7c7c;
}
.form_checkbox .from_check_label {
    padding: 10px 10px 10px 40px;
}
.form_checkbox .from_check_input {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translatey(-50%);
}
.book_pricetle {
    margin-top: 70px;
}
.bk_fmdetailtext2 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.bf_frmlabel {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 6px 0;
}
.form_detilbox select ,.form_detilbox .form-control{
    border: none;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

.bk_fmdatedel {
    font-size: 15px;
    color: #000;
}

/*--- booke now section start ---*/

/*--- expert section start ---*/
.footer_copy_text {
    margin-top: 20px;
    background: #000;
    color: #c0c0c0;
    padding: 25px 0 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer_copy_text a{
    color: #c0c0c0;
}
.footer_copy_text a:hover{
    color: #fff;
}
/*---- footer section end ----*/