body {
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    background-image: url(../../assets/images/pat-back.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #a09e9c;
    text-transform: initial;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize
}

p {
    margin: 0;
    color: #767f86;
    font-size: 14px;
    line-height: 1.8;
    text-transform: initial
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none
}

ul li {
    list-style: none
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important
}

button {
    background: transparent;
    border: 0;
    font-size: 12px
}

html,
body {
    height: 100%
}

.section-header {
    position: relative;
    text-align: center;
    padding-bottom: 20px
}
.call-icon {
    position: fixed;
    bottom: 43px;
    right: 13px;
    z-index: 999;
}
.wtp-chat {
    position: fixed;
    bottom: 43px;
    left: 0;
    z-index: 99;
}
.wtp-chat img {
    width: 50px;
}
.wtp-chat span {
    display: block;
    position: absolute;
    margin-top: -30px;
    z-index: -1;
    background: #27b033;
    padding: 4px 8px 4px 8px;
    margin-left: 15px;
    font-size: 20px;
    border-radius: 20px;
    color: white;
    width: 119px;
    animation: blink 0.5s infinite;
}

@keyframes blink {
    from {
        color: red;
    }
    to {
        color: yellow;
    }
}

.section-header h1 {
    color: #000;
    text-shadow: 0 1px 2px black;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.section-header h2 span {
    text-transform: lowercase
}

.section-header h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000
}

.section-m-header {
    position: relative;
    text-align: center;
    padding-bottom: 20px
}

.section-m-header h1 {
    color: #fff;
    text-shadow: 0 1px 2px black;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px
}
.section-m-header h2 {
   /* color: #fbf409; */
   color:#000000;
    text-shadow: 0 1px 2px black;
    font-size: 28px;
    font-weight: 600;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.section-m-header h2 span {
    text-transform: lowercase
}

.section-m-header h5 {
    margin-bottom: 20px;
    font-size: 16px;
   /* color: #fff !important */
     color: #000000 !important
}

.fix {
    position: relative;
    clear: both
}

.header-top {
    background-color: #5a1855;
    position: relative;
    padding-top: 2px;
    border-bottom: 1px solid #f086ff;
}

.header-top ul li {
    display: inline-block
}

.header-top-left li,
.header-top-right li {
    display: inline-block
}

.select-opt,
.header-top-contact {
    padding: 0 18px;
    padding-top: 2px;
    border-left: 1px solid #0a7d98
}

.header-top-contact {
    position: relative;
    padding-top: 2px;
    border-left: 0;
    border-right: 1px solid #0a7d98;
    font-size: 12px
}

.select-opt select {
    border: 0;
    cursor: pointer;
    color: #a7b0ba;
    font-size: 12px;
    font-weight: 300
}

.select-opt option {
    color: #a7b0ba;
    text-transform: uppercase
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939
}

.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939
}

.header-top-right ul li a {
    color: #a7b0ba;
    font-size: 12px;
    font-weight: 300
}

@media(max-width:992px) {
    .top-menu {
        float: left;
        font-size: 16px !important;
        color: #fff;
        text-transform: initial
    }

    .all_hotel {
        display: none
    }

    .customer {
        padding-right: 0;
        padding-left: 0
    }
}

.nav_title {
    background-color: #5a1855;
}

.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f1a914ab;
}

nav.navbar.bootsnav {
    background-color: #f1a914ab;
    border-bottom: transparent
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color:   #fbc047;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0;
    text-transform: capitalize
}

.navbar-header a.navbar-brand span {
    display: inline-block;
    color: #ff545a;
    text-transform: capitalize
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    color: #000;
    padding: 30px 0
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 6px 18px 11px !important;
    font-size: 14px;
    font-weight: 600
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(277px);
    color: #fff700
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: #fff700
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: ""
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px
}

@media screen and (max-width:1199px) {
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 6px 18px 11px !important;
        font-size: 17px
    }
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 6px 18px 11px !important
}

.menu-ui-design {
    overflow-y: scroll;
    height: 350px
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #ff545a
}

nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px;
    top: 0
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #fff
}

.welcome-hero-txt {
    padding-top: 155px
}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4
}

.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px
}

.welcome-hero-serch-box {
    margin-top: 78px;
    display: flex
}

.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%
}

.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px
}

.single-welcome-hero-form:first-child {
    border-right: 1px solid #edeff1
}

.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent
}

.single-welcome-hero-form input[type="text"] {
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500
}

.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32
}

.welcome-hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    width: 170px;
    height: 70px;
    background: #ff545a;
    text-transform: capitalize;
    margin-left: 30px;
    border-radius: 3px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.welcome-hero-btn:hover {
    background: #f43032
}

.welcome-hero-btn svg {
    width: 14px;
    height: auto;
    margin-left: 12px
}

.list-topics-content {
    position: relative;
    top: -50px;
    z-index: 1
}

.list-topics-content ul li {
    display: inline-block
}

.single-list-topics-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: auto;
    background: #0f5668;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(71, 71, 71, .2);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btn-f_amt {
    border-top: 1px solid #96b5e3;
    width: 100%;
    padding: 10px;
    background-color: #103640;
    color: white
}

.btn_amt {
    width: 100%;
    padding: 10px;
    background-color: #103640;
    color: white
}

.single-list-topics-icon {
    color: #fff
}

.single-list-topics-content h4 {
    color: #fff;
    font-size: 13px
}

.single-list-topics-content h2 {
    font-size: 17px !important
}

.single-list-topics-content:hover {
    color: #fff;
    transform: scale3d(1.4, 1.4, 1) translate3d(0, 0, 0) perspective(400px);
    background: #d20000;
    box-shadow: 0 5px 10px rgba(71, 71, 71, .4)
}

.works {
   /* background: #af0f25;*/
   background:white;
}

.single-how-works {
   /* background: #ffcb57c2; */
   background:#555;
    color: white;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(71, 71, 71, .2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.single-how-works h2 span {
    color: white;
    height: 90px;
    font-size: 20px !important;
    margin: 35px 0 20px
}

.single-how-works h2 a span {
    text-transform: lowercase
}

.single-how-works-icon [class^="flaticon-"]:before,
.single-how-works-icon [class*=" flaticon-"]:before,
.single-how-works-icon [class^="flaticon-"]:after,
.single-how-works-icon [class*=" flaticon-"]:after {
    font-size: 35px
}

.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,
.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,
.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {
    color: #ff545a
}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: #fff;
    color: #767f86;
    border: 1px solid #000;
    border-radius: 3px
}

.single-how-works:hover h2 a,
.single-how-works:hover p {
    color: #fff
}

.single-how-works:hover .single-how-works-icon {
    background: #fff
}

.single-how-works:hover .welcome-hero-btn.how-work-btn {
    background: #fff;
    color: #ff545a
}

.single-how-works:hover {
    box-shadow: 0 0 10px rgba(71, 71, 71, .4);
    background: #ff545a
}

.welcome-hero-btn.how-work-btn {
    margin-bottom: 10px
}

.explore {
    padding: 117px 0 0;
    background: #f8fafb
}

.explore-content {
    margin-top: 78px
}

.single-explore-item {
    background: #fff;
    border: 1px solid #afa9a9;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.single-explore-img {
    position: relative;
    overflow: hidden
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: white
}

.single-explore-img img {
    width: 100%
}

.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 172, 177, .2)
}

.single-explore-img-info {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.single-explore-item:hover .single-explore-img-info {
    visibility: visible;
    bottom: 0
}

.single-explore-img-info button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px
}

.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.single-explore-image-icon-box ul li {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: #252d32;
    text-align: center;
    margin-left: 5px;
    color: #cbcccd
}

.single-explore-image-icon-box ul li:hover i {
    color: #267dff
}

.single-explore-txt.bg-theme-1 .explore-rating {
    background: #70a9ff
}

.single-explore-txt.bg-theme-2 .explore-rating {
    background: #00c61c
}

.single-explore-txt.bg-theme-3 .explore-rating {
    background: #ffcc5d
}

.single-explore-txt.bg-theme-4 .explore-rating {
    background: #bd70ff
}

.single-explore-txt.bg-theme-5 .explore-rating {
    background: #ff7a40
}

.explore-rating-price,
.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px
}

.explore-rating-price a {
    margin: 0
}

.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px
}

.explore-price {
    color: #f63138
}

.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4
}

.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb
}

.explore-person-img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.explore-person p {
    font-size: 12px
}

.explore-open-close-part {
    margin-top: 20px
}

.close-btn {
    color: #f63138;
    text-transform: capitalize
}

.close-btn.open-btn {
    color: #00c437
}

.explore-map-icon {
    text-align: right
}

.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86
}

.explore-map-icon a svg:hover {
    color: #f63138
}

.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover {
    color: #00c437
}

.single-explore-item:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2)
}

.reviews {
   /* background-image: linear-gradient(rgb(108 ,28, 114 , 0.4),rgb(187, 21, 67 , 0.4)); */
  background-image: linear-gradient(#f5f5f5, #555);
}

.single-testimonial-box {
    height: 472px;
    padding: 50px 30px;
    box-shadow: 0 0 5px rgba(71, 71, 71, .2);
    overflow-x: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-testimonial-box:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2)
}

.slick-current .single-testimonial-box {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .2)
}

.single-testimonial-box {
    width: 404px;
    background: #fff
}

.testimonial-info {
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.testimonial-person {
    margin-left: 15px;
    margin-top: 11px
}

.testimonial-person h2 {
    color: #505866;
    font-size: 18px
}

.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0
}

.testimonial-comment {
    margin-top: 18px
}

.testimonial-person h3 {
    color: #000 !important
}

.testimonial-comment p {
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0
}

.slick-slide.slick-cloned {
    outline: 0 !important
}

.slick-slide {
    margin: 0 10px
}

.blog {
    padding: 120px 0 90px
}

.blog-content {
    margin-top: 80px
}

.single-blog-item {
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(71, 71, 71, .2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single-blog-item-txt {
    padding: 25px 28px 27px
}

.single-blog-item-txt h2 a {
    text-transform: initial;
    line-height: 1.8
}

.single-blog-item-txt h4 {
    font-size: 14px;
    color: #8f949d;
    font-weight: 400;
    margin: 12px 0 20px
}

.single-blog-item-txt h4 a {
    font-size: 14px;
    padding-right: 14px;
    border-right: 1px solid #dde0e4;
    margin-right: 15px;
    text-transform: uppercase
}

.single-blog-item:hover h2 a {
    color: #ff545a
}

.single-blog-item:hover {
    box-shadow: 0 10px 20px rgba(21, 19, 19, .4)
}

.footer {
    padding: 21px 0;
   /* background-color: #fbc047;*/
    background-color:white;
}

.hm-footer-copyright p,
.hm-footer-copyright p a {
    color: #08103e;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
}

.footer-social .fa-phone:before {
    position: relative;
    top: 2px
}

.footer-social a,
.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 15px;
    margin-left: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-social a {
    width: 35px;
    height: 35px;
    color: white;
    background: #6a1b9a;
    text-align: center;
    border-radius: 50%
}

.footer-social a .fab {
    line-height: 35px !important
}

.footer-social span {
    margin-right: 15px;
    margin-left: 0;
    color:#08103e;
    font-size: 15px;
    font-weight: 600;
}
.footer-social span i {
   margin-right: 5px;
   font-size: 18px;
}

.footer-social span:hover {
    color: #fff
}

.footer-social a:hover {
    background: #df2020;
    color: #fff
}

#scroll-Top .return-to-top {
    position: fixed;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    right:0;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #ff545a;
    border: 1px solid #ff545a;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2
}

#scroll-Top .return-to-top:hover {
    background: #f43032;
    border: 1px solid #ff545a
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0
}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s
}

@keyframes example {
    0%{
        bottom: 0
    }

    100% {
        bottom: 7px
    }
}

.whatsapp {
    width: 31px
}

.top-menu {
    float: left;
    font-size: 16px;
    color: #fff;
    text-transform: initial
}

.package-heading {
    font-size: 20px;
    text-align: center;
    height: 80px
}

.heading {
    margin-bottom: 15px;
    position: relative;
    padding-top: 2px;
    border-top: 1px solid #0d1629;
    border-bottom: 1px solid #0d1629
}

.fa-thumbs-up {
    font-size: 25px !important;
    color: red;
    margin-left: 10px
}

.package_bg {
   /* background-color: #d6e8fb*/
   background-color: #f7f7f9;
}

.footer_m {
    /*background-color: #2e0d2c;*/
    background-color: #333;
    padding-top: 48px
}

.footer_m h4 {
    font-weight: 400;
    color: #e4ff00
}

.footer_m p {
    color: #fff;
    font-weight: 400;
   
}

.footer_m p a {
    color: #fff;
    font-weight: 300;
    font-family: sans-serif;
    cursor: pointer
}

.mobile_n {
    color: #fff;
    font-size: 14px
}

.footer_link {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 2px;
    border-top: 1px solid #135b6c
}

@media(max-width:992px) {
    .rann_utsav {
        display: none
    }

    .footer_link {
        text-align: center
    }
}

.btn_amount {
    font-weight: 500;
    color: #000;
    text-shadow: 2px 0 2px white;
    background-color: #03a9f400;
    border-color: #000;
}

.btn_amount:hover {
    color: #000
}

@media(max-width:992px) {
    .footer_m h4 {
        text-align: center;
        font-weight: 400;
        color: #e4ff00
    }

    .footer_m p {
        color: #fff;
        font-weight: 300;
        text-align: center;
        font-family: sans-serif
    }

    .mobile_n {
        color: #fff;
        font-size: 14px;
        text-align: center
    }

    .hm-footer-copyright p,
    .hm-footer-copyright p a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        text-align: center;
      
        
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .enquiry-home {
        padding-right: 0;
        padding-left: 0
    }
}

.panel-heading {
    margin-top: 0
}

.logo2 {
    width: 290px;
    margin-left: 20px
}

.modal-content {
    position: relative;
    background-color: #31708f !important;
    
}

.mailus {
    display: inline-block;
    font-size: 14px;
    padding: 6px 19px 0;
    margin: 0;
    font-weight: 400;
    background-color: #00adab;
    width: 120px;
    text-align: center;
    height: 36px
}

.fa_fx {
    font-size: 80px !important;
    color: #fcffef;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #a92025;
    border-radius: 5px
}

.error_page {
    background: url(../../assets/images/rann/rann%20utsav.PNG);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 250px
}

.error_page h1 {
    color: #fff;
    text-shadow: 2px 0 2px black
}

.error_page p {
    color: #fff;
    text-shadow: 2px 0 2px black;
    font-size: 16px
}

.d_img {
    width: 100%
}

.call_support {
    border-top: 5px solid gray;
    margin-top: 10px;
   /* background-color: green */
   background-color: white;
}

.call_table {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px
}

.call_table td {
    width: 46%;
    color: black;
    font-size: 34px;
    text-shadow: 2px 0 2px black;
    padding: 5px
}

.call {
    padding: 5px;
    border-radius: 5px;
    color: black
}

.text-black {
    color: black
}

#pop {
    width: 24%;
    display: none;
    height: auto;
    top: 3%;
    margin-left: 0;
    position: fixed;
    text-align: right;
    cursor: pointer;
    z-index: 999999;
    color: white;
    padding: 5px
}

.form-pop {
    background-color: #fdeaea;
    padding: 5px
}

.form-pop-page {
    background: linear-gradient(to right, #2f1035 0, #b92e67 34%, #c72266 64%, #391239 100%);
    padding: 7px;
    border-radius: 16px;
    border: 1px solid gray
}

.form-pop-page #closer {
    padding: 5px;
    border-radius: 100px
}

.form-pop-page .closex {
    color: white
}

.form-pop-page .book {
    padding-bottom: 6px;
    margin-top: -15px;
    color: #c00;
    font-size: 26px
}

.form-pop-page .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    width: 46px !important;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #00a9cc;
    border: 1px solid #ccc;
    border-radius: 4px
}

.mobile {
    padding: 42px 18px;
    background: url(../wallpaper.jpg);
    background-size: cover
}

.form_control2 {
    background-color: #750432 !important;
    color: #d8d8d8 !important;
    margin: 13px auto;
    width: 100px;
    border: 1px solid #8a033a;
    box-shadow: 0 -1px 4px 0 #000
}

.form-pop-page .speaker {
    text-align: center !important;
    width: 100px;
    height: 4px;
    border: 1px solid black;
    background-color: black;
    margin: 0 auto;
    border-radius: 27px;
    margin-bottom: 19px
}

.book {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #5a1855;
}

.head_alert h4 {
    text-shadow: 2px 2px 4px #000
}

.input_control_p::placeholder {
    color: black;
    opacity: 1
}

.input_control_p {
    display: block;
    width: 100%;
    height: calc(2.25rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #060606 !important;
    border-top: 0 solid;
    border-left: 0 solid;
    border-right: 0 solid;
    border-bottom: 1px solid #ef8e4a;
    background-color: #fff0;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.popup_form {
    padding: 10px
}

.form_control {
    background-color: #5a1855 !important;
    color: white !important;
    margin: 13px auto;
    width: 100px
}

#close {
    color: #5a1855;
    padding: 13px;
    background-color: #fdeaea;
    font-size: 16px;
    border-top-left-radius: 100px
}

.save-to {
    margin: 0;
    color: #fffa33;
    font-size: 24px;
    text-shadow: 2px 0 2px #000;
    line-height: 1.8;
    text-transform: initial
}

.offer {
    font-size: 32px;
    color: white;
    margin: 19px 5px;
    padding: 5px;
    background-color: #b01;
    border: 1px solid red;
    border-radius: 100px
}

@media only screen and (max-width:768px) {
    #pop {
        width: 86%;
        height: auto;
        top: 23%;
        left: 10%;
        margin-left: -4.1%;
        position: fixed;
        text-align: right;
        cursor: pointer;
        z-index: 999999;
        color: white
    }
}

.my-query {
    margin: 10px auto 0
}

.adbody {
    background-color: #031e2d
}

.logo_t {
    width: 100%
}

.img_log {
    border-right: 1px solid white
}

.heading-thanks {
    color: yellow;
    margin-top: 10%
}

.heading-expert {
    color: white
}

.mytabl th {
    color: yellow
}

.mytabl td {
    color: white
}

@media only screen and (max-width:768px) {
    .heading-thanks {
        font-size: 14px !important;
        margin-top: 0
    }

    .heading-expert {
        font-size: 9px
    }

    .mytabl th {
        font-size: 9px
    }

    .mytabl td {
        font-size: 9px
    }

    ogo_t {
        width: 63%;
        float: right
    }

    .detail {
        width: 100% !important
    }
}

.capplized {
    text-transform: capitalize
}

.detail {
    width: 60%;
    margin: 1% auto 0;
    background-color: aliceblue;
    border: 1px solid blue
}

.heading-q {
    color: black
}

.text-q {
    color: red;
    text-align: center
}

.modal-header {
    padding: 15px;
    border-bottom: 0 !important
}

/*20-09-2024*/
.title{
    text-align: center;
}

.run-modal-content {
    position: relative;
    background-color: #31708f !important;
    min-width: 40rem;
    max-width: min-content;
}