@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #8b010a;
}


@keyframes gradient {
    0% {
        background-position: 0% 30%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 30%;
    }
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* header scrool */

.header.on-scroll {
    display: block;
    background-color: #fff;
    position: fixed !important;
    animation: smoothScroll 1s;
}

/* main style */

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    padding: 10px 0;
}

/* .header .container {
    border-top: 1px solid #8b020a;
} */

.header .navbar {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top_bar {
    position: relative;
    padding: 5px 0;
    box-shadow: 5px 0 5px 3px rgb(0 0 0 / 15%);
    background: #8b010a;
}

.top_left .social-icons li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.top_right li {
    color: #fff;
    font-size: 15px;
}

.top_left .social-icons li a {
    color: #ffffff;
}

.top_right ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.top_left ul {
    margin-bottom: 0;
    text-align: end;
}

.top_right ul li {
    margin: 0 10px;
}

.top_right ul a {
    color: #ffffff;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    outline: 0;
    letter-spacing: 0.04em;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #8b020a;
}

.topmenuleft {
    padding: 5px 0px;
    margin-top: 5px;
}

.topmenuleft ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.topmenuleft ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    vertical-align: middle;
    color: #000;
}

.topmenuleft ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.topmenuleft .dropdown-menu>li>a {
    display: block;
    padding: 7px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
}

.topmenuleft .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.topmenuleft .dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
}

.topmenuleft .dropdown i {
    font-size: 10px;
}

.topmenuright {
    padding: 5px 0px;
    text-align: right;
}

.topmenuright ul {
    margin: 0px 0px;
    padding: 0px 0px;

}

.topmenuright ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px;
    vertical-align: middle;
    color: #000;
    font-size: 13px;

}

.topmenuright .dropdown-menu>li>a {
    display: block;
    padding: 7px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    font-size: 13px;
    color: #000;
    white-space: nowrap;
}

.topmenuright .dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}

.topmenuright .dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
}

.topmenuright select:focus-visible {
    outline: 0;
}

.carticon {
    border: 1px solid #cbcfd3;
    border-radius: 20px;
    padding: 4px 10px 2px 10px;
    font-size: 13px;
    text-align: center;
}

.topmenuright ul li a {
    color: #000;
    text-decoration: none;
}

.cartcount {
    font-size: 13px;
    color: #fe0000;
    font-weight: 500;
}

.currencydropdown {
    padding: 0px 12px 0px 0px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    border: solid 0px #687c99;
    -webkit-appearance: none;
    background: url(../images/currencyselectarrow.png) no-repeat right center;
    background-color: none;
    border-radius: 0px;
    text-transform: uppercase;
}

.currencydropdown option {
    color: #000;
}

.user {
    color: #8b020a !important;
    font-size: 14px !important;
}

.banner_weeper_main {
    position: relative;
}

.banner_weeper_main::before {
    background-image: url(../images/bg-wabe.png);
    bottom: -54px;
    height: 226px;
    position: absolute;
    content: "";
    left: -100px;
    right: 0;
    background-repeat-y: no-repeat;
    pointer-events: none;
    z-index: 0;
    display: block;
    z-index: 10;
}

.banner_weeper_main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.14);
}

.banner_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.banner_text h1 {
    font-weight: 400;
    font-size: 73px;
    line-height: 1.2;
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}

.banner_text h5 {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px #000000;
}

.pointers {
    background-color: #f0f0f0;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 15px;
    margin-top: 50px;
}

.pointers h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 0px 0px 0px;
    margin: 0px;
}

.pointers li {
    border-left: 1px solid #bebebe;
    min-height: 52px;
    padding-left: 10px;
    vertical-align: middle;
    list-style: none;
    display: inline-block;
    width: 16.06%;
}

.explore_wepper {
    padding: 40px 0;
}

.mainheading h2 {
    font-size: 24px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

.explore_wepper .nav {
    justify-content: center;
    margin-bottom: 30px !important;
}

.topattractionsbox {
    border: solid 0px #e2e2e2;
    border-radius: 3px;
    margin-bottom: 30px;
}

.topattractionsboximg {
    /* background: url(../img/noimage.png) no-repeat center center #f5f5f5; */
    width: 100%;
    height: 202px;
    border-radius: 3px;
    position: relative;
}

.mostpopularofferarea {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 11;
}

.mostpopularlabel {
    background: #8b020a;
    display: block;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

.topattractionsboximg img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 3px;
}

.topattractionsboxcontarea {
    position: relative;
    background: #fff;
    border-radius: 3px;
    width: 94%;
    margin: -30px auto 0px auto;
    -webkit-box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
    min-height: 220px;
}

.topattracpad {
    padding: 15px;
}

.topattracpad p {
    font-size: 13px;
    margin-bottom: 6px;
}

.topattractionsboxcontarea h3 {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.topattractionsboxcontarea h3 a {
    color: #000;
    text-decoration: none;
}

.topattractionscontrytext {
    font-size: 12px;
    color: #393939;
    line-height: 14px;
    font-weight: 400;
    font-style: italic;
}

.topattractionscontrytext span a {
    color: #000;
    text-decoration: none;
}

.topattractionscontrytext span a:hover {
    color: #8b020a;
}

.desc_divider {
    border-top: dashed 1px #cecece;
}

.desc_divider::before {
    content: '';
    position: absolute;
    /* top: 31%; */
    left: 3px;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 7px;
    border-radius: 0 150px 150px 0;
    background-color: #ebebeb;
}

.desc_divider::after {
    content: '';
    position: absolute;
    /* top: 31%; */
    right: -4px;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 7px;
    border-radius: 150px 0px 0px 150px;
    background-color: #ebebeb;
}

.attractiontypelabel {
    background: #ebebeb;
    border-radius: 20px;
    padding: 2px 10px 1px 10px;
    bottom: 0px;
    font-size: 12px;
    color: #000;
    display: inline-block;
}

.topmargin15 {
    margin-top: 15px;
}

.pricefromtexthome {
    font-size: 11px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.pricehome {
    font-size: 22px;
    color: #8b020a;
    line-height: 20px;
    font-weight: 600;
    vertical-align: middle;
}

.prices_sec .pricehome {
    font-size: 14px;
}

.prices_sec .toptoursboximg img {
    height: unset;
    object-fit: unset;
    object-position: unset;
}

.prices_sec .toptoursboxcontarea h3 {
    min-height: unset;
}

.btnmd {
    font-size: 14px;
    padding: 11px 17px;
}


.submit_btn1 {
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border: solid 1px #8b020a;
    background: #fff;
    border-radius: 4px;
    transition: 0.4s;
    margin-bottom: 3px;
}

.topmargin5 {
    margin-top: 5px;
}

.submit_btn1:hover {
    text-decoration: none;
    background: #8b020a;
    color: #fff;
}

.topattractionsboxcontarea h3 a:hover {
    color: #8b020a;
    text-decoration: none;
}

.clock_text {
    font-size: 13px;
    text-align: right;
}

.explore_wepper_nav .nav-pills .nav-link.active {
    background: #8b020a;
    border: solid 1px #8b020a;
    color: #fff;
}

.explore_wepper_nav .nav-link {
    background: #ebebeb;
    border: solid 1px #ebebeb;
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 11px 25px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.3s;
    margin-right: 4px;
}

.viewallbtn {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #8b020a;
    border-radius: 4px;
    padding: 9px 36px;
    background: none;
    transition: 0.3s;
}

.viewallbtn:hover {
    color: #fff;
    text-decoration: none;
    background: #8b020a;
}

.homepackbox {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    -webkit-box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 3px 29px 0px rgba(0, 0, 0, 0.14);
}

.toptoursbox {
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    margin-bottom: 30px;
}

.nightlabel {
    position: absolute;
    background: #fff;
    border-radius: 3px;
    padding: 3px 10px 2px 10px;
    bottom: 0px;
    font-size: 12px;
    color: #000;
    font-style: italic;
    right: 8px;
    bottom: 8px;
}

.toptoursboximg {
    position: relative;
}

.toptoursboximg img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 3px;
}

.toptoursboxcontarea {
    padding: 20px 15px 15px 15px;
}

.toptoursboxcontarea h3 {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
    min-height: 46px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.toptoursboxcontarea h3 a {
    color: #000;
    text-decoration: none;
}

.toptoursboxcontarea h3 a:hover {
    color: #8b020a;
}

.toptourcontrytext {
    font-size: 12px;
    color: #393939;
    line-height: 14px;
    font-weight: 400;
    font-style: italic;
}

.View_right_btn {
    text-align: right;
}

.ctabanner {
    background: url(../images/ctabg.jpg) no-repeat right top #8b020a;
    border-radius: 10px;
    min-height: 100px;
    padding: 0px 30px;
}

.ctabanner h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.ctalinks {
    margin-top: 30px;
}


.ctalinks a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 10px 9px 10px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.2s;
    background: none;
}

.ctalinks a:hover {
    background: #fff;
    color: #000;
    font-size: 13px;
}

.visacontarea {
    padding-top: 60px;
    padding-bottom: 30px;
}

.visamainbox {
    background-color: #000;
    height: 304px;
    border-radius: 3px;
    position: relative;
}

.visaconthomebox {
    width: 100%;
    height: 304px;
    display: table;
    position: absolute;
    z-index: 9;
    margin-right: 20px;
}

.visaconthome {
    padding: 0px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    vertical-align: middle;
    display: table-cell;
}

.visaconthome h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.visamainbox img {
    opacity: 0.5;
    height: 304px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    border-radius: 3px;
}

.visadestbox {
    position: relative;
    margin-bottom: 30px;
}

.visadestboximg {
    border-radius: 3px;
    /* background: url(../img/noimage.png) no-repeat center center #f5f5f5; */
    width: 100%;
    height: 137px;
    overflow: hidden;
}

.visadestboxshade {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    padding: 40px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 3px 3px;
    z-index: 9;
}

.visadestboxshade h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.visadestboximg img {
    width: 100%;
    height: 137px;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
}

.visadestboximg img:hover {
    transform: scale(1.1);
}

.destinationscontarea {
    padding-bottom: 60px;
}

.destinationsbox {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.destinationsboximg {
    border-radius: 4px;
    /* background: url(../img/noimage.png) no-repeat center center #f5f5f5; */
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.destinationsboxshade {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.01) 7%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    padding: 40px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 4px 4px;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
}

.destinationsboxshade h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 7px;
}

.destinationsboximg img {
    width: 100%;
    height: 320px;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
}

.destinationsboximg img:hover {
    transform: scale(1.1);
}

.why-chooses-contarea {
    margin-bottom: 60px;
}

.why_chooses_box {
    background: rgba(140, 179, 84, 1);
    background: -moz-linear-gradient(left, rgba(140, 179, 84, 1) 0%, rgba(47, 112, 191, 1) 60%, rgba(47, 111, 191, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140, 179, 84, 1)), color-stop(60%, rgba(47, 112, 191, 1)), color-stop(100%, rgba(47, 111, 191, 1)));
    background: -webkit-linear-gradient(left, rgba(140, 179, 84, 1) 0%, rgba(47, 112, 191, 1) 60%, rgba(47, 111, 191, 1) 100%);
    background: -o-linear-gradient(left, rgba(140, 179, 84, 1) 0%, rgba(47, 112, 191, 1) 60%, rgba(47, 111, 191, 1) 100%);
    background: -ms-linear-gradient(left, rgba(140, 179, 84, 1) 0%, rgba(47, 112, 191, 1) 60%, rgba(47, 111, 191, 1) 100%);
    background: linear-gradient(to right, rgba(140, 179, 84, 1) 0%, rgba(47, 112, 191, 1) 60%, rgba(47, 111, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb354', endColorstr='#8b020a', GradientType=1);
    border-radius: 10px;
}

.why_chooses_boxcont {
    padding-top: 40px;
    padding-left: 50px;
}

.why_chooses_boxcont h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.why_chooses_boxcont h3 span {
    font-size: 35px;
    font-weight: 700;
}

.whychoosestextbox {
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
}

.whychoosestextbox h6 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

.whychoosesbox img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: left top;
    border-radius: 0px 9px 9px 0px;
}

.themesbox {
    margin-bottom: 30px;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    font-weight: 500;
}

.themesbox a {
    color: #000;
    text-decoration: none;
}

.themesboximg img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
    object-position: 50% 50%;
}

.themesbox h6 {
    font-size: 17px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

.themes_btn {
    padding: 20px 0;
}

.happy_travelles_wepper {
    padding: 30px 0;
}

.testimonialsboxhomearea {
    margin-bottom: 30px;
}

.testimonialsboxhome {
    background: #e2e2e2;
    margin-bottom: 8px;
    padding: 20px 20px;
    min-height: 200px;
}

.testimonialsboxhome h6 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    min-height: 40px;
}



.testimonialstexthome {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

.john_hedding {
    text-align: center;
}

.john_hedding h3 {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.john_hedding p {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
}

.footer_logo_sec {
    text-align: center;
    padding: 0px 0 30px;
    border-bottom: solid 1px #cccccc;
}

.who_we_hedding h5 {
    font-size: 17px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aboutusareatext {
    font-size: 13px;
    color: #000;
    line-height: 21px;
    font-weight: 400;
}

.footer {
    background: url(../images/footerbg.jpg) no-repeat bottom center #8b010a;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 150px;
    margin-top: 40px;
}

.footerlogo {
    margin-bottom: 30px;
}

.topmargin30 {
    margin-top: 30px;
}

.padding5pxarea {
    padding: 0px 10px;
    justify-content: space-between;
}

.padding5px {
    padding: 0px 5px;
}

.footer h6 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}

.footertext {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
}

.footertext ul {
    margin: 0px 0px;
    padding: 0px 0px;
}

.footertext ul li {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px 10px 0px;
}

.footertext a {
    color: #fff;
    text-decoration: none;
}


.newslettertextfieldarea {
    margin-top: 10px;
}

.newslettertextfieldarea ::placeholder {
    color: #fff !important;
}

.newslettertextfieldarea.input-group {
    flex-wrap: unset !important;
}

.newslettertextfieldarea input:focus-visible {
    outline: none;
}

.newslettertextfield {
    background: #6f080f;
    border: none;
    padding: 0px 10px;
    font-size: 13px;
    color: #80acdf;
    width: 100%;
    height: 40px;
    border-radius: 4px 0px 0px 4px;
}


.newsletterbtn {
    background: #6f080f;
    height: 40px;
    border: solid 0px #09a48c;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    font-weight: 700;
}

.topmargin30 {
    margin-top: 30px;
}

.copyrightarea {
    /* border-top: solid 1px #86add0; */
    padding-top: 20px;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    margin-top: 40px;
}


.dubale_deekar_sec .toptourcontrytext p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.dropdown-item {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #8b010a;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #6f080f;
    color: #fff;
}

.main-banner {
    position: relative;
}

.main-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.34);
}

.main-banner-text-about {
    right: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    left: 0;
    margin: auto;
}

.main-banner-text-about span {
    font-size: 47px;
    color: #fff;
    font-weight: 700;
}

.main_tour_wepper {
    padding: 40px 0;
}

.tour_wepper {
    margin-bottom: 40px;
}

.inner_page .footer {
    margin-top: 0;
}

.tour_content h2 {
    margin: 2px;
    font-size: 17px;
    line-height: 28px;
    color: #8b020a;
    text-transform: capitalize;
    text-align: center;
}

.tour_content p {
    margin-bottom: 0;
}

.tour_content b {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 0 0 10px 0px;
}

.tour_content p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.tour_content {
    border: none;
    box-shadow: 3px 0px 6px #d4d4d4;
    padding: 20px;
}

.tour_content a {
    background-color: #8b020be8;
    color: #ffffff;
    margin: 15px 10px 15px 0;
    padding: 10px 35px;
    border-radius: 50px;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.tour_content a:hover {
    background-color: #8b020bd2;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.pyment_tour {
    text-align: center;
}

.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
    color: #8b020bd2;
}

.pyment_tour span {
    font-size: 45px;
    line-height: 45px;
    margin: 0 5px;
    color: #8b020bd2;
    font-weight: 500;
}

.period {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 15px;
    top: -15px;
    position: relative;
}

.car_banner {
    background-image: url(../images/car-banner.jpg);
    height: 500px;
    background-repeat: no-repeat;
    width: 100%;
}

.jaipur_car_wepper {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 20px 0 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.divider_border {
    background: url(../images/divider.png) center top no-repeat;
    height: 30px;
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
}

.img_bool img {
    margin-bottom: 20px;
}

.jaipur_car_content h2 {
    padding-top: 0px;
    line-height: 44px;
    padding-bottom: 8px;
    color: #6f080f;
    font-weight: 600;
}

.jaipur_car_content p {
    font-size: 16px;
    color: #333;
}

.storng_sec p strong {
    font-size: 14px;
}

.main_title {
    text-align: center;
    margin-bottom: 30px;
}

.main_title h3 {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.book_wepper {
    padding: 40px 0;
}

.box_features {
    border-left: 2px dotted #ddd;
    padding-left: 25px;
    margin-bottom: 30px;
}

.box_features i {
    font-size: 60px;
    color: #8b020a;
}

.box_features h4 {
    margin-top: 0;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.box_features p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.box_style_2 {
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    position: sticky;
    position: -webkit-sticky;
    top: 65px;
}

.box_style_2 h3 {
    color: #fff;
    text-align: center;
    margin: -30px -30px 20px -30px;
    font-size: 24px;
    padding: 20px 0;
    background-color: #8b020a;
}

.label_chek label {
    font-weight: 500;
    margin-bottom: 5px;
}

.label_chek .form-control {
    color: #333;
    height: 38px;
    border-radius: 2px;
    line-height: 1.5 !important;
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: unset;
}

.contact_bt a {
    display: block;
    /* margin: -30px -30px 20px -30px; */
    font-size: 20px;
    padding: 10px 0;
    background-color: #8b020a;
    color: #fff;
}

.contact_bt a:hover {
    opacity: .8;

}

/* Lucky  */
.paytm-sec-box p {
    font-size: 18px;

}

.inner_page_cheak .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 42px 30px 27%;
}

.inner_page_cheak .cbp_tmtimeline:before,
.inner_page_cheak .cbp_tmtimeline>li .cbp_tmicon {
    left: 18.5%;
}


.paytm-sec-box {
    margin-top: 30px;
    padding: 15px 13px;
    margin-left: 28px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 100%;
}

.paytm-sec-box:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.gateway {
    padding-top: 82px;
    padding-right: 30px;
    padding-left: 20px;
}

.gateway p {
    text-align: justify;
}

.for-btn {
    width: 200px;
    background-color: #8d070e;
    height: 44px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.for-btn a {
    color: #fff !important;
}

.icon-wrapper-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}


.icon-wrapper-1 {
    box-sizing: unset;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 88px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 1%;
    transition: 0.8s;
    border-color: gainsboro;
    /* background-image: url(https://www.thepinkcityholidays.com/wp-content/themes/thepinkcityholiday/images/stripes/stripes_3_b.png); */
}

.icon-wrapper-1 img {
    width: 75%;
}

.icon-wrapper-box:hover .icon-wrapper-1 {
    background-color: #8b020a;
}

.icon-wrapper-box:hover .icon-wrapper-1 i {
    color: #fff;
}

.icon-wrapper-2 i {
    text-align: center;
    font-size: 20px;
}

.icon-wrapper-1 i {
    text-align: center;
    font-size: 30px;
    color: #8b020a;
}

.desc_wrapper {
    text-align: center;
}

.tour-and-pakage .container-fluid {
    padding-left: 50px;
}

.desc_wrapper h4 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 700;
}

.text-sec-tour {
    padding: 41px 0px;
}

.text-sec-tour p {
    text-align: justify;
}

.tour-and-pakage h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
}

.tour-and-pakage h4 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tour-and-pakage a {
    color: #8b020a;
    text-decoration: none;
}

.days-col p {
    text-align: justify;
}



.tab-content>.active {
    display: block;
}

.tab-pane {
    padding-top: 0px;
}

.tab-pane h2 {
    padding-top: 0px;
    line-height: 44px;
    padding-bottom: 8px;
}

hr {
    margin: 15px 0 30px 0;
}

p {
    margin-bottom: 20px;
}

ul.list_4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ebeef3;
    left: 18.5%;
    margin-left: -2px;
}

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 80px;
    position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 18px;
    font-weight: 500;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #8b020a;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.cbp_tmtimeline>li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #ff9933;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #999;
    text-align: center;
    left: 18.5%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 30px 25%;
    background: #eef3f7;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 13px;
    top: 15px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
}

.form-sec-1 {
    margin: 20px 0px;
}

.form-sec-1 input,
.form-sec-1 select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    padding: 2px 10px;
}

.form-sec-1 textarea {
    width: 100%;
    border: 1px solid #ced4da;
}

.corner-sec-ture {
    background-color: #ced4da75;
    padding: 30px 16px;
    position: sticky;
    top: 0;

}

.form-sec h4 {
    color: #8b020a;
    text-align: center;
    margin-top: 50px;
}

.corner-sec-ture h3 {
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
}

.corner-sec-ture ul {
    list-style: none outside;
    padding: 8px;
    overflow: hidden;
}

.corner-sec-ture ul li a {
    display: block;
    padding: 7px 11px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .04);
    color: #858585;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 15px;
}

.corner-sec-ture ul li a:hover {
    background-color: #8b020a;
    color: #fff;
}

.form-sec-1 button {
    width: 180px;
    height: 50px;
    margin: auto;
    border-radius: 8px;
    border: none;
    background-color: #8b020a;
    color: #fff;
}

.form-sec-1 button:hover {
    background-color: #8b020bb9;
}


.cbp_tmlabel a,
.text-sec-tour a {
    font-weight: 600;
}

.banner-tour-img {
    position: relative;
}

.banner-text-tour {
    position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.banner-text-tour h1 {
    color: white;
    font-weight: 700;
}

.icon-wrapper-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
}


.icon-wrapper-1 {
    box-sizing: unset;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 94px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 1%;
    transition: 0.8s;
    border-color: gainsboro;
    background-image: url(https://www.thepinkcityholidays.com/wp-content/themes/thepinkcityholiday/images/stripes/stripes_3_b.png);
}

.icon-wrapper-1 img {
    width: 75%;
}

.icon-wrapper-box:hover .icon-wrapper-1 {
    background-color: #8b020a;
}

.icon-wrapper-box:hover .icon-wrapper-1 i {
    color: #fff;
}

.icon-wrapper-2 i {
    text-align: center;
    font-size: 20px;
}

.icon-wrapper-1 i {
    text-align: center;
    font-size: 30px;
    color: #8b020a;
}

.desc_wrapper {
    text-align: center;
}

.tour-and-pakage .container-fluid {
    padding-left: 50px;
}

.desc_wrapper h4 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 700;
}

.text-sec-tour {
    padding: 41px 0px;
}

.text-sec-tour p {
    text-align: justify;
}

.tour-and-pakage h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
}

.tour-and-pakage h4 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tour-and-pakage a {
    color: #8b020a;
    text-decoration: none;
}


.days-col p {
    text-align: justify;
}


.tab-pane {
    padding-top: 0px;
}

.tab-pane h2 {
    padding-top: 0px;
    line-height: 44px;
    padding-bottom: 8px;
}

hr {
    margin: 15px 0 30px 0;
}

p {
    margin-bottom: 20px;
}

ul.list_4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ebeef3;
    left: 8.5%;
    margin-left: -2px;
}

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 80px;
    position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 18px;
    font-weight: 500;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #8b020a;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.cbp_tmtimeline>li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #ff9933;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #999;
    text-align: center;
    left: 8.5%;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 73px 30px 14%;
    background: #eef3f7;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #eef3f7;
    border-width: 13px;
    top: 15px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
}

.form-sec-1 {
    margin: 20px 0px;
}

.form-sec-1 input,
.form-sec-1 select {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    padding: 2px 10px;
}

.form-sec-1 textarea {
    width: 100%;
    border: 1px solid #ced4da;
}

.corner-sec-ture {
    background-color: #ced4da75;
    padding: 30px 16px;
    position: sticky;
    top: 0;

}

.form-sec h4 {
    color: #8b020a;
    text-align: center;
    margin-top: 50px;
}

.corner-sec-ture h3 {
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
}

.corner-sec-ture ul {
    list-style: none outside;
    padding: 8px;
    overflow: hidden;
}

.corner-sec-ture ul li a {
    display: block;
    padding: 7px 11px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .04);
    color: #858585;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 15px;
}

.corner-sec-ture ul li a:hover {
    background-color: #8b020a;
    color: #fff;
}

.form-sec-1 button {
    width: 180px;
    height: 50px;
    margin: auto;
    border-radius: 8px;
    border: none;
    background-color: #8b020a;
    color: #fff;
}

.form-sec-1 button:hover {
    background-color: #8b020bb9;
}


.cbp_tmlabel a,
.text-sec-tour a {
    font-weight: 600;
}

.banner-tour-img {
    position: relative;
}

.banner-text-tour {
    position: absolute;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.banner-tour-img {
    position: relative;
}

.banner-tour-img::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.banner-text-tour h1 {
    color: white;
    font-weight: 700;
}



/* responsive */

@media only screen and (max-width: 767px) {

    .tour-and-pakage .container-fluid {
        padding-left: 10px;
    }

    .cbp_tmtimeline>li .cbp_tmicon {
        display: none;
    }

    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 20% 0%;
    }

    .cbp_tmtimeline>li {
        position: relative;
        width: 100%;
    }

    .cbp_tmtimeline>li .cbp_tmtime {
        display: block;
        margin-top: -28px;
        margin-left: 20px;
        width: 100%;
        text-align: center;
        align-items: center;
        display: flex;
    }

    .cbp_tmtimeline>li .cbp_tmtime span:first-child {
        font-size: 17px;
    }
}






@media only screen and (max-width: 500px) {
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 27% 0%;
    }
}


@media only screen and (max-width: 350px) {
    .cbp_tmtimeline>li .cbp_tmicon {
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin: -61px 0px 0px -19px;
    }
}



/* responsive */

@media only screen and (max-width: 767px) {
    .tour-and-pakage .container-fluid {
        padding-left: 10px;
    }

    .cbp_tmtimeline>li .cbp_tmicon {
        width: 35px;
        height: 35px;
        line-height: 33px;
        margin: 0px 0px 0px -19px;
    }

    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 20% 0%;
    }

    .cbp_tmtimeline>li {
        position: relative;
        width: 100%;
    }

    .cbp_tmtimeline>li .cbp_tmtime {
        display: block;
        margin-top: -39px;
        margin-left: 20px;
        width: 100%;
        text-align: center;
        align-items: center;
        display: flex;
    }

    .cbp_tmtimeline>li .cbp_tmtime span:first-child {
        font-size: 17px;
    }
}






@media only screen and (max-width: 450px) {
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0% 5% 0%;
    }
}

/* lucky-end */


.wa-chat-icon {
    position: fixed;
    bottom: 54px;
    z-index: 9999;
    left: 28px;
}

.wa-chat-icon img {
    width: 50px;
}

.about-content h2 {
    padding-top: 0px;
    line-height: 44px;
    padding-bottom: 8px;
    color: #6f080f;
    font-weight: 600;
}

.about-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 25px;
}

.form-group {
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.from_chek label {
    text-align: left;
    /* margin-bottom: 8px; */
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.from_chek .form-control {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 10px;
    caret-color: #c4822b;
}

.submitBtn {
    background: transparent;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    padding: 4px 35px;
}

.submitBtn:hover {
    background-color: #8b020a;
    color: #fff;
}

.carwepper .footer {
    margin: 0;
}

.car_wepper h2 {
    margin: 0;
    text-align: center;
}

.car_wepper p {
    padding: 20px 0;
}

.icon-wrapper-1 i {
    text-align: center;
    font-size: 45px;
}

.wildlife-sec img {
    width: 80%;
    margin: auto;
    padding: 30px 0px;
    display: block;
}


.new-cont {
    height: 100%;
    display: flex;
    justify-content: center;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.new-cont img {
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

.new-cont .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 1px 14px 18px 21%;
}


#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 48px;
    display: none;
    background: #fff;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.pricing-box {
    border-radius: 10px;
    box-shadow: 0 0 12px #999;
    overflow: hidden;
}

.pricing-box .plan-header {
    padding: 0px;
}

.pricing-box .plan-header {
    text-align: center;
}

.pricing-box .plan-header .image {
    text-align: center;
    margin-bottom: 15px;
}

.pricing-box .plan-header p.subtitle {
    font-size: 14px !important;
    margin: 10px 0;
}

.pricing-box .plan-header hr {
    margin: auto;
    width: 60%;
}

hr.hr_color,
.hr_color hr,
.hr_dots span {
    color: #8b020a;
    background: #8b020a;
    opacity: 1;
}

.pricing-box .plan-header .price {
    margin: 8px 0;
}

.pricing-box .plan-header .price sup.currency,
.pricing-box .plan-header .price>span {
    color: #8b020a;
}

.pricing-box .plan-header .price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
}

.pricing-box .plan-header .price > span {
    font-size: 45px;
    line-height: 45px;
    margin: 0 5px;
}

.pricing-box .plan-header h2 {
    margin: 8px 0;
    font-size: 20px;
    line-height: 28px;
    color: #8b020a;
    letter-spacing: 1px;
    text-transform: capitalize;
}