*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;font-family : "Poppins", sans-serif;
}
p{ 
    font-size: 15px;
    line-height: 25px;
    color: #161616;
    text-align: justify;
}
p img{
    width: auto;
}
img{
    width: 100%;
}
.reach-sec .hovr-img img,.faq-sec img,.news-right img{
    width: auto;
}
li,a{
    text-decoration: none!important;
    list-style: none;
}
.main-header{
    height: 26px;
    width: 100%;
    background-color: #2b3a24;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;z-index: 9;
}
.main-header p,.main-header p a{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    padding: 1px 0px 1px 0;
    text-decoration: none;
}
.main-header p a i{
    vertical-align: middle;
    color: #eb7c08;
    font-size: 19px;
}

.icons{
    font-size: 2rem;
    color: #000000;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
}
nav ul li a{
    text-decoration: none;
}
.fixed-top{
    top: 26px!important;
}
.header{
    background: #ffffff;
    transition: all 0.5s;
    height: 70px;  
}
.logo img
{
    padding: 0;
    width: 100%;
    height: 70px;
    vertical-align: super;
}
nav ul li {
    display: inline-block;
    margin: 0 15px;
}
nav ul li a{
    color: #000000;
    white-space: nowrap;
    font-size: 15px;  
    padding: 5px 0;
}#check{
    display: none;
}
.active1::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #ef721e;
    transform: scaleX(1);
    
    transform-origin: right;
}
.active:hover::before
{
    transform: scaleX(0);
    transform-origin: left;
} 
nav ul li a {
    position: relative;
  }
nav ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #ef721e;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s linear;
}

nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  marquee{
   
    background-color: #eb7c08;
    line-height: 0px;
    height: 25px;
    position: fixed;
    right: 0;   top: 96px;
    z-index: 9;
  }
marquee p{
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
}
.main_heading{
    font-size: 26px;
    line-height: 30px;
    color: #c25107;
    font-weight: 400;
    font-family: "Outfit";
    font-weight: bold;
}
.hero{
    height: 450px;
    width: 100%;
    background-image: url(../images/banner-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 86px;
}.privacy-banner,.contact-banner,.history-banner,.how-reach-banner,.famous-tiger-banner,.safari-zone-banner,.canter-banner,.tour-banner,.jeep-safari-banner
{
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 86px;
}
.privacy-banner{
    background-image: url(../images/privacy-banner.jpg);    
}
.tour-banner{
    background-image: url(../images/tour-banner.jpg); 
}
.contact-banner{
    background-image: url(../images/contact-banner.jpg); 
}
.online-box{
    padding-top: 3rem;
    padding-bottom: 1rem;
    background: #000 ;
    margin-top: 56px;
}
.safari-zone-banner{
    background-image: url(../images/safari-zone-banner.jpg); 
}
.famous-tiger-banner{
    background-image: url(../images/famous-tiger-banner.jpg); 
}
.jeep-safari-banner{
    background-image: url(../images/jeep-safari-banner.jpg); 
}
.canter-banner{
    background-image: url(../images/canter-banner.jpg);
    
}
.history-banner
{
    background-image: url(../images/history-banner.jpg);
    
}
.how-reach-banner{ 
    background-image: url(../images/how-reach-banner.jpg);
 }
.main-heading
{
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    color: #c25107;font-family: "Outfit";margin-top:20px;
    margin-bottom: 20px;
}
.main-heading::after
{
    content: "";
    width: 53px;
    height: 3px;
    background: #ee731e;
    display: inline-block;
    position: relative;
    top: -6px;
}
/* about sec */
.about-sec
{
    background-color: #f2f2f2;
}
.service-head
{
    font-size: 23px;
    color: #4a4848;
    font-weight: 600;
}
.para-design p
{
    border: 2px dotted #ee731e;
    box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
    padding: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-style: none;
}.decoration-top {
    background: url(../images/decoration_top.webp);
    margin-top: 8px;    
}
.decoration-bottom{
    background: url(../images/decoration_bottom.webp);
    margin-top: -48px;   
}

 .decoration-top,.decoration-bottom {
    height: 63px;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
}
/* history cec */
.history-sec
{
padding:2% 0;
}
.history-text
{
    margin: auto;
    max-width: 800px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 35px;
    padding: 47px 89px;
}
.history-sec img{
     margin-top: 80px;
    height: 200px;
    z-index: 1;
    width: 586px;
    position: relative;
    margin-left: -58px;
}
/* zones sec css */
.zones-sec
{padding-top: 1%;
    padding-bottom:3% ;
    position: relative;
    background: url(../images/h6_decor.png);
    background-size: cover;
    opacity: 0.9;
}
.zones-text
{
    padding-top: 17px;
    background-color: #fff;
    
}
.zones-con
{
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-right: 10px solid #f25405;
    border-style: ridge;
    border-left: 10px solid #a13601;
}
.our-services{
    padding: 3% 0;
}
.our-services .box{
    background: #fff;
      border: 1px solid #CECECE;
      box-sizing: border-box;
      box-shadow: 0px 0px 4px rgb(0 0 0 / 6%);
      border-radius: 10px;
      margin-bottom: 30px;
      padding: 25px;
      overflow: hidden;
  }.our-services  .btn-readmore
  {
     background: url(../images/arrow-right.png) no-repeat right;
     padding-right: 24px;
     color: #eb7c08;
     float: right;margin-top: 26px;}
     .our-services .box img{
      width: auto;
     }
.services-box
{
    padding: 27px 10px;
    border-radius: 15px 15px 0;
}
.img-h{
    height: 300px!important;
}
.services-ul li{
    list-style: none;
    padding: 10px;
    padding: 13px 10px;
    width: 100%;
    color: #000000;
    font-size: 15px;
    background-color: transparent !important;
    border-bottom: 1px solid #eee9e9;padding-left: 20px;
}
.services-ul li i{
    padding-right: 10px;
    font-size: 23px;
    color: #ee731e;
    vertical-align: middle;
}
.nav-pill {
    height: 297px;
    padding-right: 20px;    border-right: 2px solid #ee731e;
  }
  .nav-pill {
    overflow-y: scroll !important;
  }.nav-pill::-webkit-scrollbar {
    width: 2px;
  }
  .image-box{
    overflow: hidden;
  }
  .image-box img{
    object-fit:cover ;
    height: 100%;
    transition: transform 0.5s;
  }
.image-box:hover img{
 transform: scale(1.1);
  }
  ol, ul {
     padding-left: 0!important;
}
 .our-services #picture
  {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  .our-services #picture.one,.our-services #picture.two,
  .our-services #picture.three,.our-services #picture.four,.our-services #picture.five,.our-services #picture.six
  {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
  }
  .our-services #picture.one
  {
    background-image: url(../images/safari-img.jpg);
    
  }
  .our-services #picture.two
  {
    background-image: url(../images/hotel-ranthambore.jpg);
  }
  .our-services #picture.three
  {
    background-image: url(../images/tour-packages.jpg);
 
  }
  .our-services #picture.four
  {
    background-image: url(../images/expert-guide.jpg);
  }
  .our-services #picture.five
  {
    background-image: url(../images/photography.jpg);
  }
  .our-services #picture.six
  {
    background-image: url(../images/group-tour.jpg);
  }
  .service-over{
    position: relative;
  }
.overlay{
      position: absolute;
     top: 27px;
     bottom: 0;
     left: 11px;
     right: 0;
     height: 100%;
     width: 857px;
     opacity: 0.1;
     transition: .5s ease;
}
    .our-services #picture:hover .overlay{
            background-color:#a14105;
            opacity: 0.5;
            height: 312px;
    }
    .our-services #picture:hover .overlay p{
        display: block;
        font-size: 15px;
        color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
    }
    .overlay p{
        display: none;
    }

    /* reach css */
    .reach-sec{
        background: #e1e1e1;
        padding: 2% 0;
    }
    .reach-box {
        padding: 21px;
        margin-top: 20px;
        border-radius: 5px;
        transition: .5s;
        padding-bottom: 30px;background-color: #fff;
        box-shadow: 0 6px 30px rgba(0, 0, 0, .08);
    }
    .reach-box .blog-btn {
        font-weight: 700;
    color: #eb7c08;
    font-size: 14px;
    float: right;
    }
    .reach-box:hover{
        transform: translateY(-20px);
    }
    .reach-box h5{
        line-height: 35px;
    margin-bottom: 9px;
    font-size: 18px;
    }
    /* top attraction */
   
    .attraction-section blockquote {
        background: #efefef;
        border-radius: 40px 0px 40px 0px;
        margin: 0 0 50px;
        padding: 30px 20px !important;
        position: relative;
        padding: 2% 0;
        z-index: 1 !important;
        color: #000 !important;
        border-left: 5px solid #eb7c08;
    }h5.client-name {
        font-size: 17px;
        color: #eb7c08;
        margin: 10px 0;
    }.attraction-section blockquote:after {
        content: close-quote;
        font-size: 0;
        display: block;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .attraction-section blockquote:hover{
        transform: translateY(-20px);
        transition: 1s ease;
    }
    .hovr-img img:hover{
        transform: translateY(-20px);
        transition: 1s ease;
    }
    
tbody, td, tfoot, th, thead, tr {
        font-size: 14px;
        color: #212529;
        font-weight: 600;
        text-align: center;
    }
.second-table td{
    padding: 12px;
}
tr:nth-child(odd) {
    color: rgb(55, 54, 54);
    font-weight: 500;
}
.geography-sec .geo-box{
    box-shadow: 5px 6px #a0a0a0;
    padding: 20px 20px 10px 20px;
    background-color: #eeeeee;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #eb7c08;
    border-radius: 15px 15px 15px 15px;
}
.geography-sec,.faq-sec
{
    padding: 2% 0;
}
/* tour packages */
.tourpackage-box {
    padding-bottom: 2%;
}.rpackage {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px -1px rgb(175 167 167), 0 2px 4px -1px rgba(0, 0, 0, .06);
}.tour__content {
    padding: 14px;
    border-radius: 5px;
}
.tour__content i {
    padding-right: 4px;
    color: red;
}
.tour__content h3{
    line-height: 28px;
    border-left: 3px solid #ff6612;
    padding-left: 12px;
    font-size: 18px;
    margin-bottom: 9px;
    
}
.tour__content h3 a{color: #000000!important;
font-weight: 600;
font-size: 15px;
}
.tour__content i {
    vertical-align: middle;
    font-size: 20px;
}.btn_1 {
    color: #ff5722;
    font-size: 16px;
}
/* faq css */
.faq-sec {
    background:rgb(238 238 238);
    margin: 2% 0;
}.faq-sec h6 {
    font-size: 23px;
    line-height: 35px;
}
 .faq-sec h6 {
    border-left: 3px solid orange;
}.faq-sec .plus-icon {
    float: right;
}.faq-acc button {
    font-size: 14px;
    border-bottom: 1px solid #eb7c08;
    font-weight: 500;
    background: url(../images/question.png) no-repeat 0 50%;
    border-bottom: 1px dashed #1A1A1A;
    padding-left: 27px;
}.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
}.panel {
    background-color: #fff9e0 !important;
}.main-footer {
    position: relative;
    color: #bbbbbb;
    background-color: #2d2f2c;border-top: 5px solid #1B8415;
}.main-footer .widgets-section {
    position: relative;
    padding: 70px 0px 0px;
    padding-bottom: 10px;
}.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}.main-footer .about-widget .copyright {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.9em;
}.main-footer .about-widget .copyright span {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
}.main-footer .about-widget .text {
    position: relative;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 18px;
    margin-bottom: 35px;
}
.text {
    text-align: justify;
    margin-bottom: 21px;
}.main-footer .about-widget .social-links {
    position: relative;
    padding-left: 0;
}.main-footer .about-widget .social-links li
 {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}.main-footer .about-widget .social-links li a {
    position: relative;
    color: #bbbbbb;
    font-size: 20px;
}.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}.main-footer .footer-widget h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 24px;
    padding-bottom: 14px;
    text-transform: uppercase;  
}.main-footer .footer-widget h3:before {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #eb7c08;
}#footer-services {
    border-right: 2px solid;
    height: 240px;
}
.footer-list {
    position: relative;
}.footer-list li {
    position: relative;
    margin-bottom: 10px;
}.footer-list li a {
    position: relative;
    color: #bbbbbb;
    font-size: 14px;
    transition: all 300ms ease;
}.main-footer .contact-list {
    position: relative;
}.main-footer .contact-list li {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 14px;
}.main-footer .contact-list li i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}.main-footer .contact-list li span {
    color: #ffffff;
    font-size: 14px;
    display: block;
}.main-footer .contact-list li a {
    color: #ffffff;
}

/* news css */
.news-section {
    position: relative;
    padding: 35px 0px 10px;
}.sec-title.centered {
    text-align: center;
}
.news-section .sec-title {
    margin-bottom: 45px;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}.news-block .inner-box {
    position: relative;
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInUp
{
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}.news-block .inner-box .image a {
    position: relative;
    display: block;
}
.news-block .inner-box:hover .image img{
opacity: 0.3;
transform: rotate(3deg)scale(1.1,1.1);
transition: 1s ease;
}
.news-block .inner-box .image a:before {
    content: "news";
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    left: 53%;
    top: 46%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    transform: translateY(50px);
    transition: all 600ms ease;
}.news-block .inner-box .lower-content {
    position: relative;
}.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #ffffff;
    top: -20px;
    font-size: 14px;
    margin-left: 30px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: #eb7c08;
}
.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
}.news-block .inner-box .lower-content .post-meta {
    position: relative;
    margin-top: 10px;
    padding-bottom: 18px;
}.news-block .inner-box .lower-content .post-meta:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #71b62d;
}.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}.news-section .news-column {
    padding: 0px 28px;
}.clearfix::after {
    display: block;
    clear: both;
    content: "";
}.news-block-two {
    position: relative;
    margin-bottom: 60px;
}.news-block-two .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}.news-block-two .inner-box .image-column .image img
 {
    position: relative;
    width: 100%;
    display: block;
    transition: all 600ms ease;
}.news-block-two .inner-box .image-column:hover .image img{
    opacity: 0.3;
    transform: rotate(3deg)scale(1.1,1.1);
}
.news-block-two .inner-box .content-column {
    position: relative;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}.news-block-two .inner-box .content-column .inner-column {
    position: relative;
}.news-block-two .inner-box .content-column .post-date {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 17px;
    display: inline-block;
    background-color: #eb7c08;
}.news-block-two .inner-box .content-column h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 18px;
}.news-block-two .inner-box .content-column h3 a{
    
    cursor: pointer;
    color: #000000;font-size: 20px;
}
.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
}
.news-block-two .inner-box .content-column .post-meta {
    position: relative;
    margin-top: 7px;
    padding-bottom: 18px;
}.news-block-two .inner-box .content-column .post-meta:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #71b62d;
}.news-block-two .inner-box .content-column .post-meta li {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
}

/* online css */
.online-para{
    border: 2px solid #e3d9d9;
    border-radius: 112px 84px 20px 28px / 28px 16px 84px 112px;
    padding: 30px;
    border-left: 9px solid #eb7c08;
    box-shadow: 0 20px 35px rgb(0 0 0 / 7%);
}
.typesafari-sec img{
    width: auto;
}
.typesafari-sec .gypsy-safari{
    position: relative;
    border-radius: 112px 84px 56px 28px / 28px 56px 84px 112px;margin-top:-50px;
}
.tiger-reserve{
    border-radius: 112px 84px 56px 28px / 28px 56px 84px 112px;
}
.typesafari-sec .canter-safari{
    position: absolute;
    border: 10px solid #fff;
    margin-left: -21px;
    border-radius: 112px 84px 56px 28px / 28px 56px 84px 112px;margin-top:-50px
}
mark{
    color: 	#954535!important;margin-right: 12px;
}
.safari-price
{
    background: url(../images/bg.jpg);
    background-size: cover;
    opacity: 0.9;
    padding: 2% 0;
} th, td {
    border: 1px solid #ddd;
    padding: 7px;
    border-width: thin!important;
    font-size: 14px;
}table {
    border: 1px solid #c25107 !important;outline: #A52A2A solid 4px;
    background: rgb(255 255 255 / 20%);
    border-radius: 10px;width: 100%;margin-bottom: 10px;
}
.book-safari img{
    width: auto;
}
/* famous css */

p {
    margin-bottom: 8px!important;
}

/* right form */
.book-form {
    position: relative;
}
.book-form {
    background: rgb(74, 4, 4);
    border-radius: 10px;
}.sidebar-sticky .default-form {
    padding: 0 28px;
}.sidebar-sticky .default-form h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 0;
    border-bottom: 2px solid #D2B48C;
    color: #D2B48C;
    margin-left: -9px;
    width: 106%;
    margin-top: 23px;
    padding-bottom: 12px;
}.form-group {
    margin-top: 15px;
}.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color:#D2B48C;
    margin: 10% 63%;
    padding: 6px 29px;
    border: none;
    border-radius: 5px;
}.news-right {
    margin-bottom: -9% !important;
    padding: 9% 0 7% !important;
    
}.sidebar-sticky .box {
    border-radius: 10px;
}.sidebar-sticky .box h5 {
    background:  #4B6F45;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
    color: #fff;border-radius: 5px 5px 0 0;
}.news-right .list li {
    color: #403c3c;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    padding: 0 0 0 10px;
}
.box .list li {
    list-style-type: disc;
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
}.news-right .list {
    padding: 10px !important;    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;border-radius: 0 0 5px 5px;
}.news-right .list li a {
    
    color: #090909;
    font-size: 15px;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.blog-sec h2,.blog-sec h3,.blog-sec h4,.blog-sec h5,.blog-sec h6{
    color: #333333;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 12px;
}
.blog-sec h3,.blog-sec h4{
    font-size: 19px;
}
.blog-sec h5,.blog-sec h6{
    font-size: 18px;
}
.blog-sec
{
    padding: 2% 0;
}.packages-gallery a img {
    width: 100%;
    border-radius: 10px;
}.stars img {
    width: 20px;
    height: 20px;
}.packages-gallery h2 {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #FF9800;
    margin-top: 16px;
}.packages-gallery-btn {
    display: inline-block;
    background: #FF5722;
    border: 1px solid #FF5722;
    border-radius: 10px;
    color: #ffffff;
    padding: 6px 17px;
    text-decoration: none;
}.packages-gallery {
    border: 1px solid #c9c3c3;
    padding: 7px;
    border-radius: 10px;
}.payment-form label {
    font-weight: bold;
    margin-top: 15px;
    display: block;margin-bottom: 7px;
} .payment-form textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s;
}
/* payment */
.payment-form {
    background-color: #cfcfcf61;
    padding: 2% 0;
    margin-top: 103px;
}.payment-form .payment-form-title {
    text-align: center;
    padding-top: 30px;
}.payment-form .payment-form-box {
    box-shadow: rgb(100 100 111 / 10%) 0 1px 9px 0;
    border-radius: 5px;
    margin-bottom: 4%;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}.payment-form .button {
    background-color: #09880e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: auto 44%;
    margin-top: 20px;
}.payment-form .required {
    color: red;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.policy-dd li {
    counter-increment: my-counter;
    margin-bottom: 6px;
    font-size: 16px;            /* text ka size */
    position: relative;
    padding-left: 25px;         /* number ke liye space */
}

.policy-dd li::before {
    content: counter(my-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;            /* number छोटा */
    font-weight: bold;
    color: #000;
}

