*
{
	margin: 0px;
	padding: 0px;
}
#post-banner {
    background-image: url(./images/background02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0;
    position: relative;
}
.banner-content {
    background-color: #085988;
    padding: 20px;
    width: 65%;
    margin: 0 auto;
	margin-right: 0px;
}
.form_heading {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.content_pehra {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
	font-size: 13px;
	font-weight: 400;
}
.form-control::placeholder {
    color: #000;
}
.form-control {
    color: #000;
}
.recaptcha {
    color: #085988;
    background-color: #e5eef5;
    text-align: center;
    height: 39px;
    line-height: 41px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
}
button.btn.btn-primary {
    background-color: #ed3237;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
}
.terms {
    color: #9e9ea0;
    margin-top: 10px;
    font-size: 14px;
}
.banner_heading {
    position: absolute;
    top: 68%;
    left: 0%;
    width: 50%;
    padding: 20px;
    background-color: #000000a8;
    color: #fff;
    text-align: right;
    border-radius: 0 5px 5px 0;
}
.banner_heading h1 {
    font-size: 50px;
}
.banner_heading p {
    font-size: 24px;
    font-weight: 300;
}
.package_img img {
    width: 100%;
    height: auto;
    transition: transform 1.5s ease;
}
.package_img:hover img {
    transform: scale(1.2);
}
.package_box {
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0px 4px #bdbdbd;
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#packages {
    padding: 50px 0;
}
.package_img {
    position: relative;
    overflow: hidden;
    max-height: 185px;
}
span.popular {
    position: absolute;
    left: -37%;
    background-color: #f62f42;
    color: #fff;
    padding: 1px 4px;
    width: 100%;
    -ms-transform: rotate(20deg);
    transform: rotate(-33deg);
    text-align: center;
    top: 11%;
    font-size: 11px;
	font-weight: 600;
}
.top_rated {
    background-color: #01da1a !important;
}
.best_slng {
    background-color: #c88d01 !important;
}
.package_heading a {
    text-decoration: unset;
}
.package_heading {
    margin: 10px 0;
}
.owl img {
    width: 29px;
    height: auto;
}
span.reviews {
    color: #000;
    font-weight: 600;
}
.rating i {
    color: #148d40;
    letter-spacing: -3px;
}
span.rating {
    margin-right: 3px;
}
.package_contents {
    padding: 20px;
}
.inclusion {
    color: #404040;
    margin: 10px 0;
    font-size: 12px;
}
body {
    font-size: 15px;
    font-family: sans-serif;
}
.package_heading h4 {
    font-size: 19px;
    color: #f62f42;
    font-weight: 600;
}
.duration {
    color: #f62f42;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.percentage {
    background-color: #027b21;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
	font-weight: 600;
}
.book_now {
    background-color: #f72e41;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
	font-weight: 600;
}
.package_box a {
    text-decoration: unset;
    color: unset;
}
.box-last {
    width: 100%;
    display: inline-block;
}
.buttons_package {
    width: 40%;
    float: left;
    display: inline-block;
    padding-top: 10px;
    line-height: 13px;
}
.price_package {
    width: 60%;
    float: right;
    text-align: right;
    display: inline-block;
}
.from {
    color: #f72e41;
    font-size: 14px;
    font-weight: 600;
}
.package-price span {
    font-size: 15px;
}
.package-price span:first-child {
    padding-right: 6px;
}
.per_person {
    font-size: 12px;
    font-weight: 600;
}
.best_service {
    font-size: 12px;
    font-weight: 600;
    color: #148d40c2;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.heading-pack {
    text-align: center;
    color: #f63041;
}
span.border_package {
    width: 17px;
    height: 17px;
    border: 3px solid red;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}
.heading-pack {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
span.border_package::before {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    left: 52%;
}
span.border_package::after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    right: 52%;
}
.border2 {
    position: relative;
}
.why-icon img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}
.why_box {
    text-align: center;
}
.why_text {
    font-size: 25px;
}
.why_box {
    text-align: center;
    padding: 30px;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 209px;
}
.blue_border {
    border: 2px solid #085988;
}
.red_border {
    border: 2px solid #f72e41;
}
#why_with {
    padding-bottom: 50px;
}
#testimonial {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.enquire {
    background-color: #009d8c;
    color: #fff;
    padding: 10px 0px;
    font-size: 27px;
    text-align: center;
}
.enquire_btn a {
    background-color: #f7363c;
    color: #fff;
    text-decoration: unset;
    padding: 6px 10px;
    border-radius: 5px;
}
.footer_content img {
    height: 32px;
    width: auto;
    margin: 0 2px;
    background-color: #fff;
}
.right_images
{
    text-align: right;
}
#footer {
    background: url(../images/World.png), #000000e0;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 83px 0;
    position: relative;
}
.copyright_box.text-center {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    background-color: #000000a1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_content ul {
    padding-left: 0px;
}
.footer_content ul {
    list-style: none;
}
.footer_content ul a {
    text-decoration: none;
    color: #fff;
}
#topbar {
    background-color: #ed3237;
    text-align: center;
    font-size: 17px;
    padding: 8px 0;
    color: #fff;
	font-weight: 600;
}
.left_menu {
    width: 40%;
    float: left;
    display: inline-block;
}
.right_menu {
    float: right;
    display: inline-block;
    width: 32%;
    text-align: center;
}
a.callus {
    background-color: #ed3237;
    color: #fff;
    text-decoration: unset;
    padding: 10px 10px;
    line-height: 6rem;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 1%;
}
a.whatsappus {
    background-color: #027b21;
    color: #fff;
    text-decoration: unset;
    padding: 10px 10px;
    line-height: 6rem;
    border-radius: 4px;
    font-weight: 600;
}
.left_menu img {
    height: auto;
    width: 45%;
    position: relative;
    z-index: 1;
	margin-top: 15px;
}

.testimonial-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.clietnt_content {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 20px 35px;
    margin-bottom: 20px;
    color: #9b9b9b;
}
.from_country {
    color: grey;
    font-size: 14px;
}
.profile-name {
    font-weight: 600;
}
.rating_client i {
    color: #ed8917;
}
.quote {
    position: absolute;
    top: 10%;
    left: 8.5%;
}
.quote img {
    width: 44px;
    height: auto;
}
.left_captch {
    float: left;
    width: 40%;
    display: inline-block;
}
.right_captch {
    float: left;
    width: 60%;
    display: inline-block;
}
.modal-body {
    padding: 0px !important;
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
span.carousel-control-prev-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}
span.carousel-control-next-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 22px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #f7363c;
  color: white;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #009d8c;
}






@media only screen and (max-width: 1250px) {
.banner_heading h1 {
    font-size: 51px;
}
.banner_heading p {
    font-size: 20px;
}
.banner-content {
    width: 80%;
}
.content_pehra {
    font-size: 12px;
}
}

@media only screen and (min-width: 1024px) {
.container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
}
}
@media only screen and (min-width: 992px) {

.footer_content.links_footer {
    padding-left: 10%;
}
}
@media only screen and (max-width: 992px) {
.mobile
{
    display: block !important;
}
.close_btm {
    text-align: right;
    position: absolute;
    top: 1%;
    width: 100%;
    right: 1%;
}
.right_images {
    text-align: left;
}
.enquire_text {
    font-size: 20px;
}
.enquire_btn a {
    font-size: 20px;
}
#footer {
    margin-bottom: 5%;
}
#post-banner {
    padding: 50px 0;
}
#topbar {
    display: none;
}
a.callus {
    padding: 10px 12px;
    font-size: 14px;
    background-color: #f82f41;
}
a.whatsappus {
    padding: 6px 8px;
    font-size: 12px;
}
.quote {
    left: 7.2%;
}
.banner-content {
    background-color: #085988;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
.call_tap {
    text-align: right;
}
.banner_heading {
    position: relative;
    top: 34%;
    left: 0%;
    width: 70%;
    font-weight: 800;
    padding: 5px 20px;
    background-color: #000000a8;
    color: #fff;
    text-align: right;
}
.desktop
{
    display: none !important;
}
.right_rec {
    width: 60%;
    display: inline-block;
    float: right;
}
.left_rec {
    width: 40%;
    float: left;
    display: inline-block;
}
.recaptcha {
    line-height: 38px;
}

.left_enquire {
    float: left;
    width: 50%;
    background-color: #f82f41;
    text-align: center;
    padding: 10px 2px;
}
.right_enquire {
    float: right;
    width: 50%;
    background-color: #009d8c;
    text-align: center;
    padding: 10px 2px;
}
.absolute_footer a {
    text-decoration: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
section.absolute_footer {
    position: fixed;
    width: 100%;
    bottom: 0%;
}
}
@media only screen and (max-width: 767px) {
.package_box {
    width: 100%;
    display: inline-block;
}
.banner_heading h1 {
    font-size: 45px;
}
.banner_heading p {
    font-size: 19px;
}
.left_menu img {
    height: 35px;
    width: auto;
    position: relative;
    top: 0px;
    z-index: 1;
}
.package_img {
    width: 44%;
    float: left;
    display: inline-block;
    max-height: unset;
    height: 188px;
}
.package_contents {
    width: 56%;
    float: left;
    display: inline-block;
    padding: 2px 7px 0 7px;
}
#footer {
    margin-bottom: 7%;
}
.copyright_box.text-center {
    font-size: 12px;
}
.package_heading h4 {
    font-size: 16px;
}
.quote {
    left: 7%;
}
.owl img {
    width: 23px;
    height: auto;
}
.rating i {
    font-size: 10px;
}
span.reviews {
    font-size: 12px;
}

.package_heading {
    margin: 10px 0 0 0;
}
.rating_box {
    line-height: 0px;
}
.inclusion {
    font-size: 10px;
    margin: 5px 0 0 0;
}
.duration {
    font-size: 12px;
    margin-bottom: 0px;
}
.percentage {
    font-size: 12px;
    padding: 2px 6px;
}
.book_now {
    font-size: 12px;
    padding: 2px 6px;
}

.from {
    font-size: 12px;
}
.package-price span {
    font-size: 14px;
}
.per_person {
    font-size: 10px;
}
.best_service {
    font-size: 11px;
}
.package_img img {
    width: auto;
    height: 100%;
    
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
.buttons_package {
    line-height: 20px;
}
}
@media only screen and (max-width: 575px) {
.banner_heading h1 {
    font-size: 30px;
}
.banner_heading p {
    font-size: 12px;
}
.quote {
    left: 6%;
}
.form_heading {
    font-size: 21px;
}
.heading-pack h2 {
    font-size: 21px;
}
.content_pehra {
    font-size: 12px;
}
.width_team {
    width: 50%;
    float: left;
    display: inline-block;
}
#footer {
    margin-bottom: 10%;
}
.why_text {
    font-size: 18px;
}

span.popular {
    font-size: 8px;
    top: 8%;
    left: -32%;
}
.percentage {
    font-size: 10px;
}
.book_now {
    font-size: 10px;
}
.package-price span {
    font-size: 12px;
}
span.border_package::before {
    left: 54%;
    border-top: 1px solid #000000;
    width: 25%;
}
span.border_package::after {
    right: 54%;
    border-top: 1px solid #000000;
    width: 25%;
}
.footer_content img {
    height: 24px;
}
.blue_border {
    border: 1px solid #085988;
}
.red_border {
    border: 1px solid #f72e41;
}
}
@media only screen and (max-width: 480px) {
.package_heading {
    margin: 2px 0 0 0;
}
.package_heading h4 {
    font-size: 12px;
}
.banner_heading h1 {
    font-size: 25px;
}
.banner_heading {
    padding: 5px 9px;
	margin-top: 7%;
    top: 50px;
    width: 86%;
}
.banner_heading p {
    font-size: 10px;
}
.owl img {
    width: 17px;
    height: auto;
}
.rating i {
    font-size: 8px;
}
span.reviews {
    font-size: 10px;
}
.inclusion {
    font-size: 10px;
    line-height: 12px;
    margin: 8px 0 6px 0;
}
.duration {
    margin-bottom: 4px;
}
.buttons_package {
    padding-top: 0px;
    line-height: 20px;
}
.price_package {
    line-height: 16px;
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
.package_img {
    height: auto;
    min-height: 165px;
}
.package_img img {
    min-height: 100px;
    max-width: unset;
    height: 165px;
    max-height: 165px;
    width: unset;
}
.left_menu img {
    top: 0px;
}
#header {
    height: 70px;
}
a.callus {
    position: relative;
    bottom: 12px;
}
}    
  
@media only screen and (max-width: 447px) {
.why_box {
    min-height: unset;
    padding: 10px;
}
.why_text {
    font-size: 16px;
}
#footer {
    margin-bottom: 12%;
}
}    
    
    
    
@media screen and (min-device-width: 992px) and (max-device-width: 1500px) { 
    .percentage {
    font-size: 10px;
    padding: 3px 3px;
}
.book_now {
    font-size: 10px;
    padding: 3px 3px;
}

.package-price span {
    font-size: 14px;
}
.best_service {
    font-size: 9px;
    font-weight: 600;
    color: #148d40c2;
}
.duration {
    font-size: 12px;
}
.form_heading {
    font-size: 21px;
}
.package-price span:first-child {
    padding-right: 4px;
}
.package_heading h4 {
    font-size: 15px;
}
.owl img {
    width: 22px;
    height: auto;
}
.rating i {
    font-size: 10px;
}
span.reviews {
    font-size: 12px;
}
.inclusion {
    font-size: 12px;
}
.why_text {
    font-size: 20px;
}
.enquire_btn a {
    font-size: 24px;
}
.enquire {font-size: 23px;
}
}
