*,body,html {
    margin: 0;
    padding: 0;
    font-family: verdana,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	color: #fff;
}
body {
   background: url(../images/bg.jpg) fixed
}
.img-width {
    width: 100%
}
img {
    width: 100%;
    height: 100%
}
.dmca {
    width: 100px;
    height: 20px;
    margin-top: 10px
}
.pd-top-10 {
    padding-top: 10px
}
.pd-topbtm-50 {
    padding: 50px 0
}
.pd-top-50 {
    padding-top: 50px
}
.pd-btm-50 {
    padding-bottom: 50px
}
.container {
    width: 1200px;
    margin: auto;
	padding: 20px;
}
.container-top {
    width: 1200px;
    margin: auto
}
a {
    text-decoration: none;
	color: #ffff00;
}
p a strong:hover {
    color: #e8647d
}
strong {
    color: #fff
}
a strong {
    color: #fdee6c;
}
.display-flex {
    display: flex;
    align-items: center
}
.display-flex-align-top {
    display: flex;
    align-items: center;
}
.backdrop {
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}
.close-trigger {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 9999;
    position: fixed;
    right: 10%;
    top: 10%;
    display: none
}
.close-trigger:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 3px;
    background: #777;
    border-radius: 999px;
    transform: rotate(-45deg);
    z-index: 9999;
    left: 18px;
    top: 10px
}
.close-trigger:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 3px;
    background: #777;
    border-radius: 999px;
    transform: rotate(-137deg);
    z-index: 9999;
    left: 18px;
    top: 10px
}
.dark-text {
    color: #513547
}
.mainColor-text {
    color: #680144
}
.white-text {
    color: #fff
}
.yellow-text {
    color:#FF0000;
}
.pos-rel {
    position: relative
}
.over-flow {
    overflow: hidden
}
.cl {
    clear: both
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
img {
    vertical-align: bottom
}
.img-width {
    width: 100%
}
.pos-rel {
    position: relative
}
.main-text-box {
    background: transparent;
}
.social-media {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 50px;
    height: 230px;
    z-index: 999
}
.social-media ul {
    margin: 0;
    padding: 0
}
.social-media ul li {
    display: block;
    position: relative
}
.social-media ul li a {
    display: block;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0,.3) 1px 1px 3px
}
.social-media ul li a img {
    width: 100%
}
header{width: 100%;padding: 17px 0;position:relative;left: 0;top: 0;z-index: 99; }
.top-header {
    padding: 10px 0;
    width: 21%
}
.logo {
    width: 270px;
}
.menu-box {
        background: transparent;
    display: flex;
    justify-content: flex-start;
    flex: 3;
    border-radius: 5px;
    column-gap: 25%;
}
.menu ul {
    margin: 0;
    padding: 0;
    text-align: center
}
.menu ul li {
    display: inline-block;
    position: relative
}
.menu ul li a, .cg-cl {
    padding: 16px 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	
}
.menu ul li ul {
    background: #fdee6c;
    width: 360px;
    display: none;
    text-align: left;
    padding: 5px 15px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 100%;
    position: absolute
}
.menu ul li ul li {
    width: 48%;
    display: inline-block
}
.menu ul li ul li a {
    color: #ae0022;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none
}
.menu ul li ul li a:hover {
    color: #000
}
.menu ul li:hover ul {
    display: block
}
.arrow-down {
    height: 6px;
    width: 6px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
    top: -3px;
    position: relative
}
.banner {
    background: #fff
}
.top-section {
    background: #513547
}
h1 {
    font-size: 30px;
	color: #ffff00;
}
h2 {
    font-size: 28px;
	color:#FF0000;
}
h3 {
    font-size: 26px;
	color: #FF0000;
}
.main-hd h5 {
    font-size: 16px;
    margin-bottom: 9px
}
.main-hd h5 span {
    background: #e62c2c;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px
}
.main-hd {
    font-weight: 600;
    line-height: 43px;
    margin: 0;
    margin-bottom: 20px;
    font-family: Georgia
}
.main-txt p {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
	color: #ffff;
}
.main-txt h5 {
    font-size: 22px;
    font-family: Georgia;
    margin-bottom: 20px
}
.font-x3{font-size: 30px}
.top-hd {
    font-weight: 600;
    margin: 0;
    margin-top: 40px;
    font-family: Georgia
}
.home-top-hd {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    margin-top: 40px;
    font-family: Georgia
}
.middle-hd {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    font-family: Georgia
}
.top-box-lf {
    padding: 15px;
    margin-top: 15px;
    border: solid 1px #fff;
    background: #000;
}
.escortcaption {
    background: #694800;
    line-height: 38px;
}
.top-box-img {
    width: 250px
}
.text-list ul {
    margin: 0 0 15px 15px;
    padding: 0
}
.text-list ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    padding: 3px 0
}
.top-box-rt {
    width: 77%;
    padding: 10px 30px;
    text-align: justify
}
.top-box-rt .top-box-hd {
    font-size: 22px;
    font-family: Georgia;
    font-weight: 600;
}
.top-box-rt span {
    margin-bottom: 18px;
    margin-top: 5px;
    display: block
}
.top-box-rt p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px
}
.call-btn {
    background: #d32c6e;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px
}
.contact-btn {
    background: #115D1E;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    margin-left: 10px
}
.container-wrapper {
    margin: 0 15px 60px 15px;
    border: #fff solid 3px;
    background: rgba(0,0,0,.6)
}
.foreign-lf {
    width: 28%;
    padding: 30px 20px
}
.foreign-middle {
    width: 44%;
    padding: 30px 20px
}
.foreign-rt {
    width: 28%;
    padding: 30px 20px
}
.foreign-img {
    margin-top: 30px
}
.escort ul {
    margin: 0 -50px;
    padding: 0;
    text-align: center
}
.escort ul li {
    display: inline-block;
    position: relative;
    width: 17%;
    margin: 10px
}
.escortInner {
    border: #fff solid 2px;
    border-radius: 5px
}
.escortInner h3 {
    font-size: 20px;
    color: #fff;
}
.escort-caption {
    padding: 13px 0;
    border-top: #fff solid 1px
}
.escort-caption h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center
}
.escort-caption p {
    font-size: 14px;
    color: #fdee6c;
    margin-top: 5px
}
.escorts-pop {
    position: fixed;
    width: 350px;
    display: none;
    top: 10%;
    border: #fff solid 5px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto
}
.escort ul li.active .escorts-pop {
    display: block
}
.area-box ul {
    margin: 0 -10px;
    margin-top: 20px;
    padding: 0;
    text-align: center
}
.area-box ul li {
    display: inline-block;
    position: relative;
    width: 21%;
    margin: 10px
}
.area-box .escortInner {
    border: 0
}
.area-box .escortInner-img {
    border: #fff solid 2px
}
.area-box .escort-caption {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
    background: #fdee6c;
    color: #000;
    margin-top: 20px;
    padding: 10px;
    border-top: 0
}
.area-box .escort-caption h4 {
    color: #000
}
.area-box .escort-caption p {
    display: none
}
.area-boxInner-txt {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
    background: #fdee6c;
    color: #000;
    margin-top: 20px;
    padding: 10px;
    border-top: 0
}
.area-boxInner-txt:hover {
    background: #fff
}
.rate-box {
    margin: 0 -15px;
    margin-top: 30px
}
.rate-lf {
    width: 50%;
    padding: 15px
}
.rate-list ul {
    margin: 0;
    padding: 0
}
.rate-list ul li {
    display: block;
    position: relative;
    margin-bottom: 15px
}
.rate-listInner {
    border: rgba(255,255,255,.2) solid 2px;
    padding: 15px
}
.rate-list-lf {
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: 14px
}
.rate-list-rt {
    width: 50%;
    text-align: right;
    color: #fff;
    font-size: 14px
}
.rate-img {
    border-radius: 10px;
    overflow: hidden
}
.contact-form h4 {
    font-size: 25px;
    margin-bottom: 20px
}
.contact-inputs {
    margin-top: 15px
}
.contact-inputs label {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-weight: 600
}
.contact-inp {
    background: rgba(0,0,0,.3);
    padding: 10px;
    border-radius: 5px;
    border: 0;
    width: 100%
}
.contact-inputs textarea {
    background: rgba(0,0,0,.3);
    padding: 10px;
    height: 100px;
    border-radius: 5px;
    border: 0;
    width: 100%
}
.contact-submit {
    background: #fdee6c;
    padding: 15px 30px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    cursor: pointer
}
.landing-lf {
    width: 50%;
    padding: 0 15px;
    position: relative
}
.landing-lf:before {
    content: '';
    position: absolute;
    height: 89%;
    width: 77%;
    left: 26px;
    top: 20px;
    border: #fdee6c solid 3px;
    z-index: -1
}
.landing-rt {
    width: 50%;
    padding: 0 15px
}
.landing-lf img {
    width: 80%
}
.outer-Haridwar-list {
    margin-top: 0
}
.outer-Haridwar-list ul,.outer-place2 ul {
    margin: 0 -10px;
    padding: 0
}
.outer-Haridwar-list ul li,.outer-place2 ul li {
    display: inline-block;
    margin: 10px
}
.outer-Haridwar-list ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase
}
.outer-Haridwar-list ul li a:hover {
    background: #fdee6c;
    color: #45000e
}
.outer-place2 {
    margin-top: 15px
}
.outer-place2 ul {
    text-align: center
}
.outer-place2 ul li a {
    color: #fff;
    border: #fff solid 1px;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    border: #fff dashed 1px
}
.outer-place2 ul li a:hover {
    background: rgba(0,0,0,.2)
}
footer {
    background: #000;
    padding: 40px 0
}
.footer-box-top ul {
    margin: 0;
    padding: 0;
    text-align: center
}
.footer-box-top ul li {
    display: inline-block;
    position: relative
}
.footer-box-top ul li a {
    font-size: 13px;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase
}
.copyright {
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    color: #fff
}
.mobile-view {
    display: none
}
.home-banner{
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    min-height: 630px;
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.lcol {
    background-color: #9D092C;
}
.rcol {
    background-color: #025454;
}

.table {
    margin: 20px 0px;
    width: 50%;
}
.table table {
    width: 100%;
    text-align: left;
    line-height: 30px;
    border: solid 1px #ddd;
    padding: 10px;
}

.table table th, .table table td,{
    border-bottom: solid 1px #ddd;
}
ul.location {
    column-count: 4;
    gap: 20px;
}
.location li {
    line-height: 30px;
    list-style-type: none;
    padding: 5px;
}
.location li a {
    line-height: 30px;
    padding: 5px;
    background: linear-gradient(354deg, #d10505, #cb9117b0);
    color: #fff;
    box-shadow: 0px 0px 9px 4px #a91414;
    border: 1px solid #e0d3cf;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
.flex {
    display: flex;
    align-items: self-start;
    justify-content: space-around;
    column-gap: 20px;
}
.table tr th, .table tr td {
    border-bottom: solid 1px #fff;
}
@media(max-width: 992px) {
    .container {
        width:auto;
        padding: 0 15px
    }
    .container-top {
        width: auto
    }
    .display-flex,.display-flex-align-top,.menu-box {
        display: block
    }
    .foreign-lf,.foreign-middle,.foreign-rt,.top-box-img,.top-box-rt {
        width: 100%
    }
    .escort ul li {
        width: 23%
    }
    .top-box-rt {
        padding: 0;
        padding-top: 20px
    }
    header {
        position: relative
    }
    .top-header {
        width: 100%;
        background: #000;
    }
    .logo {
        text-align: center;
        margin: auto
    }
    .menu {
        background: #ae0022;
        display: none;
    }
    .menu ul {
        margin: 15px
    }
    .menu ul li {
        display: block;
        border: #fff solid 1px;
        border-radius: 4px;
        margin: 5px 0
    }
    .menu ul li a {
        padding: 20px 20px;
        display: block;
        background: #ae0022
    }
    .area-box ul li {
        width: 23%
    }
    .rate-list ul li .display-flex {
        display: flex
    }
    .menu ul li:hover ul {
        display: none;
        width: auto
    }
    .menu ul li.open-sub:hover ul {
        display: block;
        width: auto
    }
    .menu ul li.open-sub ul {
        display: block;
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
        height: 200px;
        overflow: auto;
        width: auto;
        top: 100%
    }
    .menu ul li.open-sub ul li {
        display: block;
        width: 100%;
        text-align: center
    }
    .menu ul li ul li a {
        background: none;
    }
}
@media(max-width: 767px) {
    .area-box ul li,.escort ul li {
        width:45%
    }
    .rate-lf {
        width: 100%
    }
    footer {
        padding-bottom: 80px
    }
    .mobile-view {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }
    .call-us {
        width: 50%;
        background: #530918
    }
    .whatsapp-now {
        width: 50%;
        background: #09660d
    }
    .mob-txt {
        font-size: 17px;
        color: #fff;
        padding: 14px;
        padding-left: 60px;
        position: relative
    }
    .mob-txt span {
        width: 30px;
        height: 30px;
        left: 20px;
        top: 10px;
        display: inline-block;
        position: absolute
    }
    .menu ul li a, .cg-cl {
        font-size: 16px
    }
}
@media(max-width: 680px) {
    .area-box ul,.escort ul {
        margin:0
    }
    .escort ul li {
        width: 95%
    }
    .area-box ul li {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .home-banner{
        background: url(../images/mobile-banner.jpg) no-repeat;
        background-size: cover;
        min-height: 345px;
    }
    .table {
        width: 100%;
        margin: 30px 0px;
        max-width: 100%;
    }
    ul.location {
        column-count: 2;
        gap: 10px;
    }
    .flex {
        display: block;
    }
   
}

