@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap');

body {
    font-size: 15px; /*17px*/
    color: #000;
    line-height: 26px; /*28px*/
    font-family: 'Prompt', sans-serif; /*'Josefin Sans', sans-serif*/
    font-weight: 400;
}
h3, h6 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
}
section { 
    padding: 40px 0;
    position: relative;
}
.bg-theme{
    background: linear-gradient(45deg, #f5d61b, #f6d922);
}
/*Topbar*/
.top_bar {
    padding: 5px 0;
}
.top_bar p {
    margin-bottom: 0;    
    float: right;
    padding-top: 35px;
}
.top_call {
    background: #00a651;
    padding: 10px 25px 10px;
    border-radius: 0px;
    color: #fff;
    margin-left: 15px;
    font-weight: 400; /*500*/
}
.top_call:hover {
    text-decoration: none;
}
.top_call i {
    padding-right: 5px;
    font-size: 18px;
} 
.navbar-expand-md .nav-link{
    color:#c30007;
}
/*Banner*/
.banner_cover {
    background: url(../images/bg.jpg) center center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 3rem; /*7rem*/
    padding-bottom: 0px; /*7rem*/
}
.banner_pic {
    text-align: left;
}
.banner_pic img {
    width:100%;
}
.banner_form {
    margin-bottom: 25px;
    background-color: rgba(255,255,255,0.7);
    /*border: 1px solid #e8e8e8;*/
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    margin-top: 20px;
}   
.banner_form .banner_form_title {
    background: #e21b23;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.banner_form .banner_form_title h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 28px;
}
.banner_form form {
    padding: 10px 20px;
}
.banner_form input, .banner_form select {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 42px;
    border-radius: 10px;
    color: #000;
}
.banner_form label {
    display: block;
    text-align: left;
    line-height: 22px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
}
.banner_form [type="submit"] {
    background: #00a651;
    color: #fff;
    font-size: 18px;
    height: auto;
    padding: 10px 10px;
    border: 1px solid #00a651;
    margin-top: 8px;
    width: 100%;
    border-radius: 10px;
}
.banner_form [type="submit"]:hover {
    background: #ec1c24;
    border: 1px solid #ec1c24;
}
/*Package*/
.journey_details {
    padding: 40px 0 60px;
    background: #f5f5f5;
}
.section-title {
    margin: 0;
    text-align: center;
    padding-bottom: 25px;
}
.section-title h3 {
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    font-size: 34px;
    line-height: 26px;
}
/* .section-title h3:before {
    content: '';
    background: #e21b23;
    height: 9px;
    width: 4px;
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -2px;
} */
.section-title h3:after {
    content: '';
    background: #e21b23;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
}
.section-title h3 span {
    color: #e21b23;
    font-weight: 400;
}
.journey_details .postimg img {
    border-radius: 4px;
    max-width: 100%;
}
.circleList {
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0;
}
.circleList li {
    text-align: center;
    margin-bottom: 0;
}
.circleList li .cricle {
    color: #e21b23;
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 25px 11px;
}
.circleList li .title {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}
ul.orderlist {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
}
ul.orderlist li {
    color: #000;
    font-size: 16px;
    position: relative;
    padding: 10px 0;
    padding-left: 45px;
    line-height: 30px;
}
ul.orderlist li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: #fff;
    background: #e21b23;
    padding: 4px 8px;
    line-height: 24px;
    font-weight: 900;
}

footer {
    background: #e21b23; /*#e80a0a*/
    padding: 18px 0;
    text-align: center;
}
.socialLinks {
    margin-bottom: 5px;
}
.socialLinks a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    /*background: #e80a0a;*/
}
.socialLinks a i {
    display: block;
    margin-top: 9px;
}
.footer-copyright ul {
    display: inline-flex;
    margin-bottom: 10px;
    list-style: none;
}
.footer-copyright ul > li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0px 8px;
}
.footer-copyright ul > li a:hover {
    text-decoration: none;
}
.footer-copyright ul > li a:before {
    content: "";
    right: 0;
    border-right: 2px solid #fff;
    height: 80%;
    position: absolute;
    top: 10%;
}
.footer-copyright ul > li:last-child a:before {
    display: none;
}
.footer-copyright ul > li::marker {
    display: none;
}

footer .footer-copyright p {
    color: #fff;
    margin-bottom: 0;
}
.footer-contact {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.footer-contact-block {
    padding: 20px 0;
    color: #fff;
}
.footer-icon i {
    background: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #e21b23;
    margin-bottom: 18px;
    font-size: 20px;
    border-radius: 50px;
}
.footer-contact-block h3 {
    font-size: 20px;
}
.footer-contact-block p {
    margin-bottom: 0;
}

.section-title p {
    max-width: 800px;
    margin: auto;
}
.why_choose_us {
    text-align: center;
    padding: 40px 0px 30px!important;
}
.why_choose_us .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item:hover {
  background: #e21b23;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
  color: #e21b23;
}
.why_choose_us .item:hover h6{
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #e21b23;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
  display: block;
  margin: 0px auto 25px;
}
.why_choose_us .item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #e21b23;
}
.why_choose_us .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #e21b23;
}
.why_choose_us .item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #e21b23;
}
.why_choose_us .item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #e21b23;
}
.why_choose_us .item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #e21b23;
}
.why_choose_us .item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #e21b23;
}
.why_choose_us .item h6 {
  margin-bottom: 0px;
  color: #000;
}
.terms_conditions h2 {
    color: #028341;
    font-size: 28px;
    margin-bottom: 12px;
}
.terms_conditions .section-title {
    padding-bottom: 10px;
}
.terms_conditions ul {
    margin-bottom: 15px;
    list-style: none;
    padding-inline-start: 0px;
}
.terms_conditions ul > li {
    font-size: 15px;
    position: relative;
    padding-left: 22px;
    text-align: justify;
    margin-bottom: 8px;
    line-height: 26px;
}
.terms_conditions ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f101"; /*f35a f101 f0a9*/
    font-family: "Font Awesome 5 Free";
    color: #028341;
    font-weight: 900;
}
.terms_conditions p {
    margin-bottom: 8px;
    text-align: justify;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-state-highlight{
    color: #ffe991!important;
    background: green!important;
}
.ui-datepicker .ui-state-disabled {
    opacity: 0.8!important;
}
.ui-datepicker .ui-state-disabled .ui-state-default{
    background: #f52b33!important;
    color: #fff!important;
}
