html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    outline: 0;
    overflow-x: hidden;
}

* {
    outline: 0px !important;
}

.container {
    max-width: 1600px;
    position: relative;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #242424;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}
* {
    margin: 0;
    padding: 0
}

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

a,
a:hover,
a:focus {
    text-decoration: none
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-15 {
    padding-top: 15px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-25 {
    padding-top: 25px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-35 {
    padding-top: 35px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-25 {
    padding-bottom: 25px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-35 {
    padding-bottom: 35px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

:root {
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #ecedf3;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #3b3c1f;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    bottom: 86px;
    background: #fff
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: '\f004';
    font-family: 'font awesome\ 5 free' !important;
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ed3237;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    animation: heartbeat 1s infinite
}

.progress-wrap:hover::after {
    opacity: 1
}

.progress-wrap:hover::before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

@keyframes heartbeat {
    0% {
        transform: scale(.75)
    }

    20% {
        transform: scale(1)
    }

    40% {
        transform: scale(.75)
    }

    60% {
        transform: scale(1)
    }

    80% {
        transform: scale(.75)
    }

    100% {
        transform: scale(.75)
    }
}

.margin-top-2 {
    margin-top: 2px
}

.margin-top-3 {
    margin-top: 3px
}

.margin-top-4 {
    margin-top: 4px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-70 {
    margin-top: 70px
}

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

.margin-top-90 {
    margin-top: 90px
}

.margin-top-100 {
    margin-top: 100px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

div::-webkit-scrollbar {
    width: 6px
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba #313131;
    border-radius: 12px
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #000;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    background: #ff1313;
    border-radius: 0
}

::-webkit-scrollbar-thumb:hover {
    background: #313131
}
.transparent-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background: 0 0 !important
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 9;
}

._logo {
    float: left;
    margin-top: 0;
    width: 20%;
}

._hamburge {
    float: right;
    width: auto;
}

._hamburge ul li {
}

._logo a img {
    width: 200px;
}

._navBarMani {
    display: block;
    float: left;
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    padding: 5px 0;
    transition: ease all 0.5s;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(255 255 255 / 0%);
}

._hamburge ul li {
    margin: 0 12px;
    white-space: normal;
    float: left;
}

._hamburge ul li:last-child {
    margin: 0;
}

._hamburge ul li:nth-child(5) {
}

.last-child-menu {
    padding: 8px 12px;
    background: #ed3237;
    margin-top: 0px;
    color: #fff !important;
    border-radius: 5px;
    transition: .8s cubic-bezier(.175, .885, .32, 1.275);
    text-align: center;
}

._hamburge ul li:last-child a:hover {}

.after-login {
    margin-right: 65px
}

._hamburge ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

._hamburge li:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
}

._hamburge li:hover:after {
    width: 100%;
    background: #ed3237;
}

.menu-active:after {
    content: '';
    display: block;
    margin: auto;
    transition: width .5s ease, background-color .5s ease;
}

.menu-active:after {
    width: 100%;
    background: #ed3237;
}

.dropdown-menu {
    left: -45px;
    text-align: center
}

.dropdown-menu a:last-child {
    border-bottom: none
}

._hamburge li:last-child:after {
    background: 0 0
}

.dropdown-menu a {
    padding: 6px;
    border-bottom: 1px solid #8080808f;
    color: #353535 !IMPORTANT;
    font-size: 14px !important;
    text-align: left
}

._MobileMenuLogo {
    float: right;
    text-align: left;
    width: 78%
}

._MobileMenuLogo a {
    display: inline-block
}

._MobileMenuLogo a img {
    display: block;
    width: 100%;
    margin-left: -11px
}

._MobileMenuLogo a {
    padding: 5px
}

._menuOpenMobile {
    float: left
}

.newHamburge {
    height: 40px;
    width: 40px;
    background: #ff1313;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 24px;
    outline: none;
    margin: 17px 15px
}

.sideLogo a,
.sideLogo a img {
    width: 86px;
    height: 100px;
    display: block
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -255px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all .3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
    left: 0;
    z-index: 9999999999999
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff1313;
    position: absolute;
    color: #fff;
    top: 3px;
    font-size: 22px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 100%
}

#dismiss:hover {
    background: linear-gradient(90deg, #aa076b, #083872);
    color: #fff
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay.active {
    display: block;
    opacity: 1
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff
}

#sidebar ul.components {}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
    color: #353535;
    border-bottom: .5px solid rgba(0, 0, 0, .18)
}

#sidebar ul li a i {
    float: right;
    margin-top: 5px;
    margin-right: 10px
}

a[data-toggle=collapse] {
    position: relative
}

.angle-down-a {
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.stroke-i {
    -webkit-text-stroke-width: .4px;
    -webkit-text-stroke-color: #fff;
    font-size: 14px
}

._topBar {
    background-color: #98ca61
}

._padding5px {
    padding-top: 5px;
    padding-bottom: 5px
}

._topLeft {
    float: left
}

._nameOf p {
    
    font-size: 16px;
    color: #3b3c1f;
    letter-spacing: 0;
    margin-bottom: 0
}

._topRight {
    float: right
}

._topNav ul li {
    float: left
}

._topNav ul li:first-child a {}

._topNav ul li a,
._topNav ul li span {
    display: block;
    font-size: 14px;
    color: #220f05;
    letter-spacing: 0;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px
}

._topNav ul li a i {
    margin-right: 3px
}

.new-search {
    background-color: #ff1313;
    width: 175px;
    height: 40px;
    text-align: center
}

.new-search a {
    color: #fff !important;
    font-size: 16px !important
}

.new-search a i {
    margin-left: 6px !important;
    margin-right: 0 !important
}

.search-box {
    width: 100%;
    height: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.padding-left-zero {
    padding-left: 0
}

.padding-right-zero {
    padding-right: 0
}

.search-title p {
    font-size: 24px;
    color: #61045f;
    text-align: center;
    margin: 10px 0
}

.text-uppercase {
    text-transform: uppercase
}

.search-box-b-d {
    background-color: #0a0054;
    height: 97px
}

.search-section {
    border-radius: 20px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    align-items: center;
    margin-left: 0;
    display: grid;
    gap: 10px;
}

.search-new-bg {
    background-color: #f9f9f9;
    min-height: 164px
}

.custom-select-wrapper {
    position: relative;
    display: block;
    width: 100%;
    user-select: none;
    text-align: left;
    padding: 0 20px;
    padding-left: 15px;
}

.custom-select-wrapper select {
    display: none;
    visibility: hidden;
    border: 0
}

.custom-select-trigger {
    position: relative;
    display: block;
    padding: 0 0;
    font-size: 14px;
    color: #343434;
    line-height: 41px;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: -6px;
    margin-top: 0;
    border-bottom: 1px solid #3b3c1f;
    border-right: 1px solid #3b3c1f;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%)
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    max-height: 153px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 0;
    border: 1px solid #dedede;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border-radius: 10px
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 100
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -3px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out
}

.option-hover:before {
    background: #f9f9f9
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    font-weight: 400;
    color: #464646;
    line-height: 37px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    white-space: nowrap;
}

.custom-option:first-of-type {
    border-radius: 0 0 0 0
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 0 0
}

.custom-option:hover,
.custom-option.selection {
    background: #ececec
}

.bor-rmd {
    border-radius: 0 3px 3px 0
}

.agetolabel {
    display: none
}

.searchnow {
    padding: 10px 7px;
    text-transform: capitalize;
    margin-left: 0;
    margin-top: 0;
    outline: none;
    background-color: #ff1313;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 21px;
    height: 41px;
    margin-right: 10px;
}

.searchnow:hover,
.searchnow:focus {
    background-color: #ff1313;
    border: 0;
    color: #fff
}

.pad-r-0 {
    padding-right: 0
}

.custom-select-trigger_new:after {
    right: 20px
}

.cool-link a {
    color: #ed3237 !important;
    
}

.ul-li-bg li {
    background: #ff1313
}

.ul-li-bg li a {
    color: #fff !important
}

.top_new {
    background-color: #ffc000;
    height: 40px
}

.banner-new {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 65vh;
}

.cust_padding {
}

.banner-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.indian-matri h1 {
    font-size: 50px;
    line-height: 70px;
    margin: 0;
    font-style: italic;
    text-transform: lowercase;
    font-family: 'Playfair Display', serif;
}

.indian-matri p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

.ind-color {
    color: #ffc000
}

.search_new_ind {
    position: absolute;
    right: -450px;
    top: -614px;
}

.register_box {
    background: #fff;
    width: 352px;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    margin-top: 55px;
}

.register_box h2 {
    font-size: 26px;
    color: #393939;
    text-align: center;
    margin-top: 0;
    border-bottom: solid 1px #ededed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.register_box hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(247, 247, 247, .16);
    margin-left: auto;
    margin-right: auto
}

.register-label p {
    font-size: 16px;
    color: #ffff;
    
}

.md-radio {
    margin: -14px 0 0 0;
    float: left
}

.md-radio.md-radio-inline {
    display: inline-block
}

.md-radio input[type=radio] {
    display: none
}

.md-radio input[type=radio]:checked + label:before {
    border-color: #fff6f9;
    -webkit-animation: ripple .2s linear forwards;
    animation: ripple .2s linear forwards
}

.md-radio input[type=radio]:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.md-radio label {
    display: inline-block;
    height: 4px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
}

.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: border-color, -webkit-transform;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform
}

.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #c5c5c5
}

.md-radio label:after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #ed3237;
    font-family: fontawesome;
    content: "\f00c";
    color: #fff;
    font-size: 11px;
    padding-left: 5px;
    padding: 3px 0
}

.color-d {
    color: #fff !important;
}

.cstm-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2a2929;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid rgba(255, 192, 0, .3);
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #e2e2e2;
    
    margin-bottom: 12px;
}

.cstm-form input:focus {
    outline-offset: 0
}

.register-input-palce input::placeholder {
    color: #afafaf !important
}

.register-input-palce select {
    color: #afafaf
}

.cstm-form:focus {
    outline: -webkit-focus-ring-color auto 0
}

.option-class {
    color: #000
}

.search_for {
    float: left;
    width: 100%;
}

.indian-matri-title p {
    font-size: 21px;
    color: #2e2e2e;
    font-weight: 200;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
._hamburge ul li a.last-child-menu {display: flex;}

.recent-new {
    background-image: url(../images/re-art.png);
    background-position: center;
    min-height: 512px;
    background-color: #febf00;
    background-repeat: no-repeat;
    background-position: top
}

.frame {
    background: url(../images/re-right.png) right 15px top 15px no-repeat, url(../images/re-left.png) left 15px top 15px no-repeat;
    min-height: 213px
}

.testimonial_new {
    padding: 70px 0 50px;
    margin: 0 26px 30px;
    position: relative
}

.testimonial_new .pic {
    width: 257px;
    height: 257px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -48px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px
}

.testimonial_new .pic img {
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
    height: 255px
}

#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: 0 0
}

#testimonial-slider-2 .owl-theme .owl-controls .owl-buttons div {
    background: 0 0 !important;
    opacity: 1 !important
}

#testimonial-slider-2 .owl-prev {
    position: absolute;
    left: -50px;
    top: 125px;
    background: 0;
    opacity: 0.5;
    padding: 0;
    margin: 0;
}

#testimonial-slider-2 .owl-next {
    position: absolute;
    right: -50px;
    top: 125px;
    background: 0 0;
    opacity: 0.5;
    padding: 0;
    margin: 0;
}

#testimonial-slider-2 .owl-prev:after,
#testimonial-slider-2 .owl-next:after {
    content: url(../images/left-arrow.png);
    font-family: "font awesome 5 free"
}

#testimonial-slider-2 .owl-next:after {
    content: url(../images/right-arrow.png)
}
.highlights{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	height: 90px;
	width: 90px;
}
.menu-position {
    float: left;
    width: 100%;
}
._banner {
    float: left;
    width: 100%;
}
._hamburge ul li:nth-child(6):after, ._hamburge ul li:nth-child(7):after {
    background: transparent !important;
}
.search-section div {
    background: #fff;
    border-radius: 25px;
}

@media only screen and (max-width:479px) {
    .testimonial_new {
        padding: 70px 10px 30px
    }
	.menu-position {
    height: auto;
}

    .testimonial_new .description:before {
        top: -20px
    }

    .testimonial_new .title {
        font-size: 12px
    }

    .testimonial_new .post {
        font-size: 11px
    }
}

.pic-2 {
    width: 257px;
    height: 101px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px
}

.matri-id-s {
    padding: 3px 12px;
    font-size: 15px;
    font-family: poppins-semibold, sans-serif !important;
    color: #161616
}

.matri-id-s-2 {
    padding: 0 11px;
    font-family: poppins-medium, sans-serif !important;
    font-size: 13px;
    color: #363636;
    margin: -15px 0 0
}

.matri-zero {
    margin: 0 0;
    color: #373737;
    font-family: poppins-regular, sans-serif !important
}

.matri-hr {
    margin-top: -14px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #d5d5d5
}

.about-c p {
    font-size: 15px;
    line-height: 1.9;
    color: #212121;
    margin-bottom: 30px
}

.footer-title span {
    height: 3px;
    width: 50px;
    background-color: #e6832c;
    display: block;
    border-radius: 100px;
}

.footer-title p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}

.cust_padding {
}

.new-footer-ul {
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 60px
}

.new-footer-ul li a {
    color: #585858;
    font-size: 14.18px;
    padding: 6px 3px;
    transition: all .4s ease-in-out;
    line-height: 1.7
}

span.line {
    font-weight: 100;
    font-size: 8px;
    color: #585858
}

.about-us p {
    font-size: 13px;
    margin: 10px 0;
    line-height: 1.9;
    line-height: 24px;
    color: #fff;
}

.social-icon-footer p {
    font-size: 14.18px;
    color: #000;
    margin: 0 0 18px
}

.social-icon-footer p a {
    color: #000
}

.social-icon-footer p a i {
    font-size: 22px;
    vertical-align: bottom;
    margin-right: 7px
}

.facebook {
    color: #3b5998
}

.twitter {
    color: #38a1f3
}

.linked {
    color: #3590c2
}

.insta {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cms-ul li a {
    font-size: 15px;
    font-size: 13px;
    text-transform: inherit;
    font-weight: normal;
    color: #fff;
}

.cms-ul li a i {
    font-size: 8px;
    margin-right: 4px
}

.cms-ul li {
    line-height: 28px;
}

.cms-ul {
    margin-bottom: 15px
}

.nb-copyright {
    background: #ff1313;
    height: 53px
}

.nb-copyright .copyrt h6 {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px
}

.tabbable-panel {}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    margin-bottom: 0
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    color: #7a7a7a
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
    border-bottom: 3px solid #fbcdcf
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: 0 0 !important;
    color: #333
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 3px solid #f3565d;
    position: relative
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #ed3237
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 3px solid #e2e2e2;
    padding: 15px 0
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0
}

.reg-cb-text {
    font-size: 12px;
    color: #6a6a6a;
    margin-left: 5px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.reg-cb-text a {
    color: #ed3237;
    
}

.reg-btn {
    font-size: 15px;
    ;
    background-color: #ed3237;
    border-radius: 20px;
    color: #fff;
    margin-top: 0;
    text-align: center;
    width: 100%;
    padding: 6px 12px;
    height: 36px;
    border: 1px solid #ed3237
}

.reg-btn:hover,
.reg-btn:focus {
    color: #ed3237;
    background: #fff
}

.reg-cb {
    margin-top: 5px
}

.register-input-palce select {
    -webkit-appearance: none
}

.field-icon {
    float: right;
    margin-left: 0;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    margin-right: 10px;
    color: #afafaf;
}

.reg-fect-box {
    width: 193px;
    height: 250px;
    background: #ed3237;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 60px 10px;
    margin-top: 100px;
}

.reg-fect-box img {
    width: 59px !important;
    height: 69px;
    filter: none;
}

.reg-fect-box p {
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
    line-height: 20px;
}

.testimonial-reg-fect {
    padding: 0
}

.reg-fect-box .owl-theme .owl-controls .owl-page span {
    background: #ff8a8d;
    width: 5px;
    height: 5px;
    margin: 0 3px;
}

.reg-fect-box .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff
}

.banner-contact {
    position: absolute;
    bottom: 130px;
    left: 0
}

.banner-contact-1 {
    width: 151px;
    height: 36px;
    background: #ed3237;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    padding: 12px 8px
}

.banner-contact-2 {
    width: 151px;
    height: 36px;
    background: #1473e6;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    margin-top: 20px;
    padding: 12px 8px
}

.banner-contact-1 img {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.banner-contact-2 img {
    width: 14px;
    height: 14px;
    margin-right: 10px
}

.banner-contact-1 h4 {
    font-size: 12px;
    font-family: sf-pro-display-medium, sans-serif;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.banner-contact-2 h4 {
    font-size: 12px;
    font-family: sf-pro-display-medium, sans-serif;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.reg-pad-r-0 {
    padding-right: 0
}

.reg-pad-r-10 {
    padding-right: 10px
}

.reg-pad-l-10 {
    padding-left: 10px
}

.how-does-it-work {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-does-it-work-main {margin-top: 25px;}

.how-does-it-work-new {}

.how-does-it-work img {}

.how-does-it-work-data h3 {
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.how-does-it-work-data p {
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.millions-of-happy-stories-box {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin: 50px 0;
    background: #ededed;
}

.service-box-new-img img {
    box-shadow: 4px 3px 6px #2a05053d;
    width: 100%;
    height: 300px;
    object-fit: cover;
    float: left;
    object-position: top;
}

.service-box-new {
    width: 90%;
    float: left;
    margin: 0 5%;
}

.service-box-new h3 {
    font-size: 18px;
    color: rgb(255 0 0 / 87%);
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.service-box-new p {
    font-size: 13px;
    color: #161616;
    margin-top: 5px;
    line-height: 20px;
    float: left;
    width: 100%;
}

.read-more-btn {
}

.read-more-btn:hover {
    background: #ed3237;
    color: #fff
}

.padding-right-zero {
    padding-right: 0
}

.padding-left-zero {
    padding-left: 0
}

.testimonial-stories {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.millions-of-happy-stories-box .owl-theme .owl-controls .owl-page span {
    background: #c2c2c2;
    width: 6px;
    height: 6px;
    margin: 0 2px;
}

.millions-of-happy-stories-box .owl-theme .owl-controls .owl-page.active span,
.millions-of-happy-stories-box .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ed3237
}

.more-success-stories {
    width: 139px;
    height: 36px;
    background: #ed3237;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    position: absolute;
    right: 0;
    top:
}

.more-success-stories h5 {
    font-size: 12px;
    font-family: sf-pro-display-medium, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    padding: 12px
}

.last-added-profiles {
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    background: #f1fffd;
}

.option-1-title h4 {
    font-size: 17px;
    ;
    color: #ed3237
}

.option-1-title img {
    width: 3px;
    height: 16px
}

.option-1-data {
    width: 237px;
    height: 284px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto
}

.option-1-inner-data {
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 237px;
    height: 86px
}

.option-1-inner-data img {
    width: 37px;
    height: 37px
}

.option-1-inner-data h4 {
    font-size: 17px;
    font-family: sf-pro-display-medium, sans-serif;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px
}

.option-1-inner-data p {
    font-size: 12px;
    
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px
}

.option-2-title h4 {
    font-size: 17px;
    ;
    color: #ed3237
}

.option-2-title img {
    width: 3px;
    height: 16px
}

.option-2-data {
    width: 100%;
    height: 352px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 5px
}

.option-2-data img {
    width: 100%;
    height: 284px
}

.option-2-data h4 {
    font-size: 17px;
    font-family: sf-pro-display-medium, sans-serif;
    color: #434343;
    margin-top: 0;
    margin-bottom: 5px
}

.option-2-data p {
    font-size: 12px;
    
    color: #434343;
    margin-top: 0;
    margin-bottom: 10px
}

.option-2-data-pad {
    padding: 0 15px
}

.option-3-title h4 {
    font-size: 17px;
    ;
    color: #ed3237
}

.option-3-title img {
    width: 3px;
    height: 16px
}

.option-3-data {
    width: 100%;
    height: 352px;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
}

.option-3-data img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.option-3-data h4 {
    font-size: 17px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    color: rgb(255 12 12 / 87%);
}

.option-3-data p {
    font-size: 12px;
    margin: 2px 0;
    line-height: 15px;
    letter-spacing: 0.2px;
}

.option-3-data-pad {
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px;
}

.option-4-title h4 {
    font-size: 17px;
    ;
    color: #ed3237
}

.option-4-title img {
    width: 3px;
    height: 16px
}

.option-4-data img {
    width: 100%;
    height: 284px
}

.option-4-inner-data {
    position: relative;
    bottom: 30px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 56px;
    background: #fff;
    box-shadow: 0 3px 10px #0000001c;
    border-radius: 5px;
    padding: 10px 0
}

.option-4-inner-data h4 {
    font-size: 17px;
    font-family: sf-pro-display-medium, sans-serif;
    color: #272727;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center
}

.option-4-inner-data p {
    font-size: 12px;
    
    color: #272727;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center
}

.last-img {
    background-color: #fff;
    border-radius: 5px
}

.stay-connected {
    background: url(../images/mobile-app-bg.png) center no-repeat;
    height: 507px;
    padding-bottom: 20px
}

.a {
    fill: #000
}

.mob-responsive {
    margin-left: 64px;
    border-bottom: 3px solid;
    float: right !important
}

.stay-connected-title p {
    font-size: 66px;
    ;
    color: #1c1c1c;
    margin: 20px 0 10px
}

.stay-connected-title p span {
    font-family: sf-pro-display-bold, sans-serif;
    color: #ed3237
}

.stay-connected-title-dec p {
    font-size: 18px;
    ;
    color: #2e2e2e;
    line-height: 30px
}

.hr-mobile-new {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #fff
}

.mobile-app-img img {
    width: 90%;
    height: auto
}

.mobile-app-feact {
    padding-left: 0
}

.mobile-app-feact li {
    display: inline-block
}

.mobile-app-feact-new {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f71d1d;
    border-radius: 50%;
    margin-right: 25px
}

.mobile-app-feact li img {
    width: 22px
}

.mobile-app-feact-1 {
    padding-left: 0
}

.mobile-app-feact-1 img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.mobile-app-feact-1 li {
    font-size: 15px;
    ;
    line-height: 30px
}

.mobile-app-box {
    width: 148px;
    height: 73px;
    background: #fff;
    box-shadow: 0 3px 6px #00000012;
    border-radius: 10px;
    padding: 10px
}

.mobile-app-box img {
    width: 53px;
    height: 53px
}

.mobile-app-right-border {
    border-right: 1px solid #e8e8e8
}

.why-choose-us {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(to right, #FFFFFF, #FFEFBA);
}

.why-choose-us-data p {
    font-size: 15px;
    ;
    color: #2e2e2e;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px
}

.why-choose-us-data h3 {
    font-size: 21px;
    ;
    color: #ed3237;
    margin-top: 10px;
    margin-bottom: 10px
}

.why-choose-us-right-border {
    border-right: 1px solid #cbcbcb
}

.browse-matri {
    height: auto;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f1fffd;
}

.browse-matri-data-new {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #673AB7;
    border-radius: 52%;
    padding: 5px;
    margin-left: 15%;
    border: solid 1px #fff;
}

.browse-matri-data img {}

.browse-matri-data h3 {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 5px
}

.browse-matri-list {
    padding-left: 0
}

.browse-matri-list li a {
    font-size: 13px;
    padding: 0;
    transition: all .4s ease-in-out;
    line-height: 1.7;
    color: #000;
}

.browse-matri-list li a:last-child {
    
}

.bm-vl {
    border-left: 1px solid #7e8ccd;
    height: 10px;
    display: inline-block;
    margin: 0 2px;
}

.bm-pad-l {
    padding-left: 0
}

.footer-bg {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.copy-rights {
    margin-top: 22px
}

.copy-rights h6 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.f-app-icon img {
    width: 100%
}

.social-icon-footer p {
    font-size: 14.18px;
    color: #afa6a6;
    margin: 0 0 18px;
    display: inline-block
}

.social-icon-footer p a {
    color: #fff
}

.social-icon-footer p a i {
    vertical-align: bottom;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 10px;
    border: 1px solid #fff;
    line-height: 30px;
}

.fb i:hover {
    background-color: #4a6d9d
}

.tw i:hover {
    background-color: #3bc1ed
}

.li i:hover {
    background-color: #0b7bb5
}

.tel i:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.planning-tools {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    background: #f1fffd;
    float: left;
}

.planning-tools h3 {
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.planning-tools h3 span {
    color: #ff616b
}

.planning-tools p {
}

.planning-tools img {
    width: 301px;
    height: 184px;
    margin-top: 25px
}

.get-started-btn {
    font-size: 16px;
    background-color: #e7842c;
    border-radius: 21px;
    color: #fff;
    margin-top: 25px;
    text-align: center;
    width: 176px;
    padding: 10px 12px;
    height: 42px;
    border: 1px solid #e7842c;
    text-transform: capitalize;
}

.get-started-btn:hover,
.get-started-btn:focus {
    background: #f5f5f5;
    color: #ed3237
}

.features {
    width: 100%;
    background: url(../images/number-banner-layer.jpg);
    height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}

.features h4 {
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    font-weight: 200;
    font-family: 'Playfair Display', serif;
}

.features h5 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

#lightbox-panel-loader {
    display: none;
    position: fixed;
    z-index: 10000
}

#lightbox-panel-mask {
    position: fixed;
    z-index: 9000;
    background-color: #fff;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .2
}

.line-dot ul {
    margin: 7px -21px !important
}

.snackbar-register {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ff6465;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 28%;
    top: 30%;
    font-size: 17px
}

.snackbar-register.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s
}

.new-event {
    font-size: 26px;
    text-transform: uppercase;
    margin: 10px 0 0;
    color: #313131;
    text-transform: uppercase !important;
    font-family: poppins-bold, sans-serif !important;
    font-weight: 600
}

.f-s {
    font-size: 26px;
    text-transform: uppercase
}

.mega-n4 {
    color: #ed3237 !important
}

form#search_form {
    position: relative;
    z-index: 1;
}
input#terms {
    position: relative;
    top: 2px;
}
._hamburge ul li a.last-child-menu:after {
    display: none;
}

._hamburge ul li:nth-child(6) a.last-child-menu, ._hamburge ul li:nth-child(7) a.last-child-menu {
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
}

._hamburge ul li:nth-child(6) a.last-child-menu img, ._hamburge ul li:nth-child(7) a.last-child-menu img {
    width: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    height: 20px;
}

.container-fluid.cust_padding nav.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
._hamburge ul.clearfix{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.testimonial_xx {
    position: relative;
}

.testimonial_xx:before {content: '';background: rgb(0 0 0 / 44%);position: absolute;top: 0;left: 0;bottom: 0;width: 100%;z-index: 1;}
.indian-matri-title {margin-bottom: 25px;width: 100%;float: left;}
.features:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgb(0 0 0 / 57%);}
.left {
}
.col-md-2.col-sm-12.col-xs-12.no-padding.land-search.pad-r-0 {
    padding: 0 5px;
}

.col-md-2.col-sm-12.col-xs-12.no-padding.land-search.pad-r-0 .left {
    margin: 0;
}
.closs {
    position: absolute;
    top: 15%;
    right: 15%;
    background: #fff;
    color: #000;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-left: 0px;
    padding-bottom: 1px;
    font-weight: 600;
    cursor: pointer;
    z-index: 9;
    padding: 0;
    font-size: 13px;
}
.forstn h4 {
    margin: 0;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0f2f57;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}
.forstn .form-control {
    border: none;
    border-bottom: solid 1px #ededed;
    padding-left: 45px;
    font-size: 14px;
}
p{
}
.forstn .form-group {
    position: relative;
    width: 100%;
}

.forstn .form-group img {
    position: absolute;
    left: 0;
    bottom: 1px;
}

.forstn .form-control {
    outline: 0;
    box-shadow: inherit;
}
button {
    box-shadow: inherit;
    border: none;
}

button.read-more {
    font-size: 14px;
    line-height: 30px;
}

.form-group.form-check.pull-left label.form-check-label {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.forstn p {
    width: 100%;
    float: left;
    font-size: 13px;
}

.forstn form {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
}
.forstn p .signup {
    color: #007bff;
    cursor: pointer;
    width:auto;
    margin-left: 5px;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.forstn p.text-center {
    margin: 10px 0 0 0;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forstn .form-group .pull-right {
    color: #007bff;
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.login, .signup {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.formpopup {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button {
    box-shadow: inherit;
    border: none;
}

button.read-more {
}
.read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #a52728;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #9e3616;
    border-radius: 25px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 5px;
    letter-spacing: 0.5px;
}
.read-more:hover{
    background: #9e3616;
    text-decoration:none;
    color:#fff;
}
.popup, .popups {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.5s;
    display: none;
}

.forstn {
    width: 28%;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    position: relative;
}
.forstn p.text-center a {margin-left: 5px;}
span.crossf {
    position: absolute;
    top: 0;
    right: 0;
    background: #a52728;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.popup.showf, .popups.showl  {
    opacity: 1;
    visibility: visible;
    display: flex;
}
.form {
    width: 100%;
    margin: 80px 0;
    display: inline-block;
}
.frmstn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    float: left;
    border: solid 1px #ddd;
}

.frmlft {
    width: 45%;
}

.frmlft img {
    width: 100%;
}

.frmrgt {
    width: 55%;
}

.frmrgt .forstn {
    width: 100%;
}
.frmrgt .forstn label {
    width: 100%;
}

.frmrgt .forstn select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #ededed;
    height: 35px;
}
.frmrgt input.form-control {
    padding: 0;
    height: 35px;
}
.frmrgt .forstn textarea {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    border: solid 1px #ededed;
    resize: none;
    padding:10px;
}
._navBarMani.sticky ._hamburge ul li:nth-child(5) img {
    width: 60px;
    padding: 0;
}
.profilestn {
    display: flex;
    width: 100%;
    margin: 50px 0;
}

.profilebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    float: left;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    margin-bottom: 2%;
    position:relative;
}

.profileimg {
    width: auto;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    position: absolute;
    top: -20px;
    z-index: 9;
    left: 0;
}

.profilecont {
    width: 58%;
    float: left;
}

.profileimg .testimonial.testimonial-stories {
    padding: 0;
}

.profilename {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.profilename h3 {
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.profilename span {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #cdc6c6;
    font-weight: 300;
}

.basicinfo {
    width: 100%;
    float: left;
}

.basicinfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: left;
}

.basicinfo ul li {
    width: 50%;
    margin: 2px 0;
    letter-spacing: 0.3px;
    font-size: 13px;
    line-height: 20px;
}

.basicinfo p {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    float: left;
    letter-spacing: 0.5px;
}

.profileimg .owl-carousel {
    width: 100%;
    border-radius: 100%;
    border: hidden;
}
.profileimg .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.profileimg .owl-pagination span {
    margin: 0 1px !important;
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
}
.service-box-new-img {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profilesttn {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-box-new-img a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
       #lightSlider {
    padding: 0;
}

.roomgallery {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

.roomleft {
    width: 30%;
    position: relative;
}

.roomright {
    width: 25%;
}

.lightSlider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.roomright .room {
    width: 100%;
    margin: 0;
}

.lSSlideWrapper {
}

.lSSlideOuter .lSPager.lSGallery li a {
    float: left;
    width: 100%;
    position: relative;
}

.lSSlideOuter .lSPager.lSGallery li a:before {
    content: '';
    position: absolute;
    background: rgb(255 254 254 / 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active a:before {
    background: transparent;
}
.thim-list-in-room {
    background: #f2f4f8;
    padding: 20px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.thim-list-in-room ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.thim-list-in-room ul li {
    display: flex;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin: 2px 0;
    padding: 2px 0;
    border-bottom: solid 1px #ebeff5;
}

.thim-list-in-room ul li i {
    margin-right: 5px;
    margin-top: 2px;
}
.thim-list-in-room ul li:last-child {
    border: none;
}
.header.fixed .menus ul li {border-color: rgb(237 237 237);}
.rname {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.rname h3 {
    margin: 0;
}

.rname span {
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

.rname span img {
    width: 24px;
}

.roomdescription {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.roomdescription .title2 {
    text-align: left;
    border-bottom: solid 1px #ededed;
}

.roomdescription p {
    width: 100%;
    float: left;
    margin: 0;
}

.roomdescription p strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.roomdescription p:last-child {
    margin-top: 15px;
}
.roomdescription .title2 h3 {
    border-radius: 0;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    max-width: 100%;
    height: 60px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.roomrgt {
    width: 68%;
}

.icon {
    width: auto;
    float: left;
    display: flex;
    margin: 5px 0;
}
.roomrgt h3 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.roomrgt span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #858585;
    line-height: 20px;
    float: left;
    width: 100%;
}

.icon li {
    width: auto;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 0.2px;
    color: #74d1d1;
    margin-right: 12px;
}

.highlight {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    list-style: disc;
    padding-left: 30px;
    margin: 10px 0;
}

.request {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
}

ul.icon li img {
    width: 20px;
    margin-right: 5px;
}

.highlight li {
    width: 50%;
    margin: 2px 0;
    font-weight: 300;
}

.icon li:first-child {
    color: #adcffe;
}

.request p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #565656;
    font-weight: 500;
}

.reqrgt {
    width: auto;
    float: left;
}

.indian-matri {
    position: absolute;
    width: 50%;
    top: 80%;
    right: 0;
    z-index: 1;
    transform: translate(-50%,-50%);
    display: grid;
    background: rgb(0 0 0 / 70%);
    padding: 35px;
    border-radius: 50px;
    max-width: 400px;
}
.reqrgt .interest {
    margin-right: 10px;
    padding: 3px 10px;
    background: #de1749;
    color: #fff;
    border-radius: 5px;
    transition: .8s cubic-bezier(.175, .885, .32, 1.275);
    text-align: center;
    font-size: 10px;
}
.reqrgt .message {
    margin-right: 10px;
    padding: 8px 15px;
    border: #de1749 solid 1px;
    color: #de1749;
    border-radius: 5px;
    transition: .8s cubic-bezier(.175, .885, .32, 1.275);
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.reqrgt a {
    color: #000;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 13px;
}
.description {
    width: 100%;
    float: left;
    border: 1px solid #e2e2e2;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.leftdes {
    width: 70%;
    float: left;
}

.leftdes h4 {
    font-size: 21px;
    font-weight: normal;
    line-height: 36px;
    border-top: solid 1px #ededed;
    width: 100%;
    padding-top: 15px;
    margin-top: 25px;
    text-transform: capitalize;
}

.leftdes ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.leftdes ul li {
    display: flex;
    width: 50%;
    margin: 8px 0;
}

.leftdes ul li:first-child {
}

.leftdes ul li img {
    width: 25px;
    margin-right: 10px;
}

.leftdes ul li p {
    margin: 0;
}
.proconts {
    width: 100%;
    float: left;
}

.leftdes .proconts:nth-child(1) h4 {
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.leftdes .proconts:nth-child(1) ul li:first-child {
    width: 100%;
    align-items: baseline;
}
.matchpro, .promatcp {
    width: 100%;
    float: left;
}

.user {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.user img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100%;
}

.user ul {
    margin: 0 25px;
    width: auto;
    text-align: center;
}

.user ul li {
    width: 100%;
    float: left;
    position: relative;
}

.user ul li ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    top: -10px;
}

.user ul li.dull {
    width: 100%;
    background: #e9ecef;
    height: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.user ul li.active {
    position: absolute;
    width: 77%;
    background: #00a03a;
    top: 5px;
    height: 10px;
    left: 0;
    border-radius: 5px;
}

.user ul li span {
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    font-size: 15px;
}
.promatcp {
    font-size: 21px;
    font-weight: normal;
    line-height: 36px;
    border-bottom: solid 1px #ededed;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.promatcp .leftdes h4 {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.matchpro {
    margin-bottom: 10px;
}

.leftdes ul span {
    width: auto;
}

.leftdes ul p {width: 70%;}


.leftdes ul.promatch li {
    width: 96%;
    float: left;
    position: relative;
    margin: 5px 2%;
}

.leftdes ul.promatch li.match:before {content: '';background: url('../images/checked.png');width: 15px;height: 15px;position: absolute;left: -2.5%;background-size: cover;top: 2px;}
.leftdes ul.promatch li.non-match:before {content: '';background: url(../images/cross.png);width: 15px;height: 15px;position: absolute;left: -2.5%;background-size: cover;top: 2px;opacity: 0.4;}
.leftdes ul.promatch li span {
    width: 20%;
}
.row.margin-top-50.homapage .service-box-new-img a {
    text-align: center;
}
.row.margin-top-50.homapage .testimonial.testimonial-stories {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.margin-top-50.homapage .testimonial.testimonial-stories .row {
    display: flex;
}
.row.margin-top-50.homapage .service-box-new h3 {
    width: 100%;
    float: left;
}
.rightdes {
    width: 22%;
    float: right;
}

.rightdes .option-3-data img {
    height: 250px;
    border-radius: 0;
    object-fit: cover;
    object-position: top;
}
.rightdes h5 {
    margin: 0;
    background: #de1749;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.rightdes .option-3-data.margin-top-10 {
    padding: 0;
    border-top: solid 3px #fff;
    height: auto;
    margin-bottom: 25px;
}
.description.promatchs .leftdes {
    width: 100%;
}

.description.promatchs .leftdes ul li p {
    width: 80%;
}
.dashboardmenu {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 30px 0;
    border-bottom: solid 1px #ededed;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.dashboardmenu ul {
    display: flex;
    width: auto;
    float: left;
    justify-content: end;
}

.dashboardmenu ul li {
    border-right: solid 1px #e9e6e6;
    margin-right: 6px;
    padding-right: 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.dashboardmenu ul li:last-child {
    border-right: 0;
}

.dashboardmenu ul li a {
    color: #565656;
    white-space: nowrap;
}
.dashboardmenu ul li a img {
    margin-right: 5px;
}
.dashboardpro {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.profileimg span {
    width: 120px;
    height: 120px;
    float: left;
}

.profileimg span img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: solid 2px #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    object-fit: cover;
    object-position: top;
}
.profileimg strong {
    width: 50%;
    float: right;
    margin-left: 5%;
    font-size: 17px;
    line-height: 20px;
    margin-top: -30px;
}

.profileimg strong em {
    width: 100%;
    float: left;
    font-size: 11px;
    font-style: inherit;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
}
.profileimg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.profileimg strong p img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 0;
    height: auto;
}

.profileimg strong p {
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #f41414;
}
section {
    width: 100%;
    float: left;
}

.classifieds {
    width: 100%;
    border: solid 1px #efefef;
    float: left;
    margin: 70px 0 50px 0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
}

.dashsection {
    width: 100%;
    float: left;
}

.dashsection h4 {
    margin-top: 0;
    position: relative;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

.journey {
    float: left;
    width: 100%;
}

.leftjourney {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
    flex-wrap: wrap;
}

.box {
    border: solid 1px #ededed;
    padding: 25px;
    width: 24.5%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 10px;
    margin: 0.1%;
}

.box span {
    width: 100%;
    float: left;
    font-size: 60px;
    font-weight: 100;
    line-height: 60px;
    color: #fff;
}

.leftjourney .box:nth-child(1) {
    background: #054A91;
    color: #fff;
}

.leftjourney .box:nth-child(1) p {
}

.leftjourney .box p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 20px;
}

.leftjourney .box:nth-child(2) {
    background: #F17300;
}

.leftjourney .box:nth-child(3) {
    background: #4B4E6D;
}

.leftjourney .box:nth-child(4) {
    background: #48A9A6;
}
.leftjourney .box:nth-child(5) {
    background: #922D50;
}
.leftjourney .box:nth-child(6) {
    background: #a4243b;
}
.leftjourney .box:nth-child(7) {
    background: #BD632F;
}
.leftjourney .box:nth-child(8) {
    background: #2A1E5C;
}
.dashsection h4 em {
    color: #054a91;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin: 10px 0;
    margin-bottom: 0;
}

.rightjourney {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.recommended {
    width: 100%;
    float: left;
}
.recommended .testimonial-stories {
    width: 100%;
    float: left;
    padding: 0;
}

.recommended .service-box-new-img img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px rgb(42 5 5 / 24%);
    border-radius: 100%;
    margin-top: 20px;
}
.recommended .testimonial-stories .service-box-new-img {
    flex-wrap: wrap;
    position: relative;
}

.recommended .testimonial-stories .service-box-new-img span {
    width: 100%;
    float: left;
    letter-spacing: 0;
    color: #4d4d4d;
    margin-top: 10px;
}

.recommended .testimonial-stories .service-box-new-img a {
    flex-wrap: wrap;
    text-align: center;
}
.recommended #testimonial-slider-3 {
    margin-top: 25px;
}

.recommended .owl-pagination span {
    margin: 0 2px !important;
    width: 8px !important;
    height: 8px !important;
}
.recommended .testimonial-stories .service-box-new-img span.premium {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #f4d257;
    border-radius: 100%;
    padding: 5px;
    border: solid 1px #ededed;
}

.recommended .testimonial-stories .service-box-new-img span.premium img {
    width: 100%;
    height: 100%;
    box-shadow: none;
}
.dashsection h4 strong, .dashsection h4 span {
    position: relative;
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.dashsection h4 strong img {
    position: absolute;
    top: -10px;
    width: 22px;
}

.dashsection h4 strong {
    font-size: 19.5px;
    letter-spacing: 0;
}

.dashsection h4 span {
    font-weight: 300;
    line-height: 26px;
    font-size: 25px;
    letter-spacing: 0;
}
.premiumpro {
    width: 100%;
    float: left;
    display: flex;
}

.profilepre {
    position: relative;
    width: auto;
    text-align: center;
}

.profilepre .highlights {
    right: -2px;
}
.profilepre .option-3-data img {
    height: 230px;
    object-fit: cover;
}
.link {float: right;width: auto;font-family: 'Poppins', sans-serif;font-size: 16px;letter-spacing: 0;font-weight: 600;}
.recommended.kingjourney .link {position: absolute;right: 0;top: 50%;transform: translate(0%,-50%);}
.recommended.kingjourney {
    background: rgb(255 243 243);
    padding: 25px;
    border-radius: 10px;
}
.premiumpro .option-3-data.margin-top-10 {
    height: auto;
}
.discoverpro {
    width: 96%;
    float: left;
    background: #f2f4f8;
    padding: 50px 0;
    border-radius: 5px;
    text-align: center;
    margin: 0 2%;
}
.recommended .testimonial-stories .discoverpro .service-box-new-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.recommended .testimonial-stories .discoverpro .service-box-new-img img {
    width: 50px;
    height: 50px;
    margin: 0 3px;
    box-shadow: none;
}
.discoverpro h5 {
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 30px;
}
.discoverpro .link {width: 100%;margin-top: 20px;font-size: 14px;line-height: 20px;font-weight: 400;letter-spacing: 0.2px;}
div#testimonial-slider-2 {
    width: 90%;
    margin: 0px auto;
}
.profilestn .profileimg {
    position: static;
    z-index: 1;
    width: 36%;
    float: left;
    padding: 0;
}
.profilestn.dashhead {
    float: left;
}
.myprofile {
    background: #fafafa;
    padding: 50px 0;
}

.web-profile {
    width: 90%;
    float: left;
    padding: 50px;
    background: #fff;
    border: solid 1px #ededed;
    margin: 25px 5%;
    border-radius: 5px;
}
.my-profile {
    width: 100%;
    height: 275px;
}

.my-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    box-shadow: 2px 2px 4px rgb(42 5 5 / 24%);
}
.web-profile .leftdes {
    width: 100%;
}

.web-profile .description {
    margin: 0;
}
img {
    max-width: 100%;
}
.webstories {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
}

.strybx {
    width: 49%;
    float: left;
    margin-bottom: 2%;
}
.webstories .testimonial.testimonial-stories {
    background: #f5f5f5;
    padding: 0;
}

.webstories .testimonial.testimonial-stories .service-box-new {
    background: transparent;
}
.blur-photo {
    filter: blur(7px);
    -webkit-filter: blur(7px);
}
.atcn {
    width: 100%;
    float: left;
}

.atcn a:first-child {
    margin-right: 10px;
    color: green;
}

.atcn a {
    color: red;
}
.atcn a.following {
    color: orange;
}
.atcn a.connected {
    width: 100%;
    float: left;
    padding: 2px 5px;
    text-align: center;
    background: green;
    color: #fff;
}
.aboutcon {
    padding: 50px 0;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: -1;
}
.contaabt {
    width: 90%;
    float: left;
    margin: 0 5%;
}

.contaabt p {
    float: left;
    width: 100%;
}
.section-bg {
    background-color: #f6f9fd;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #f28101;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #f28101;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #f28101;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f28101;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.contact .col-lg-12 {
    margin-bottom: 30px;
}

.contact .col-lg-6 input {
    height: 40px;
}
.logins, .registers {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
    cursor:
    pointer;
}

.myprofile .form-group label {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    margin-top: 10px;
    letter-spacing: 0.8px;
}
.headerstrip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._navBarMani.sticky {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-bottom: 0;
}
._navBarMani.sticky ._hamburge ul li a {
    color: #000;
}

.search_for .col-md-12.col-xs-12.col-sm-12 {
    padding-left: 0;
}
.logo {
    position: relative;
}

.logo .black {
    transition: ease all 0.5s;
}
._navBarMani.sticky .logo .black {
    opacity: 1;
}

#pricing-table {
	margin: 60px auto;
	text-align: center;
	 /* total computed width = 222 x 3 + 226 */
	width: 70%;
	display: flex;
	height: 320px;
}

#pricing-table .plan {
	text-shadow: 0 1px rgba(255,255,255,.8);
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 25%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	float: left;
	position: relative;
}

#pricing-table .most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #9e2224;
}

#pricing-table .signup:hover {
	background-color: #e7842c;
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #000;
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}
.profilemenu {
    width: 60%;
}
.mask{
    filter: blur(4px);
    border: solid 3px #000;
}
._banner.headchange {
    position: relative;
}

._banner.headchange img.black {
    opacity: 1;
}

._banner.headchange ._hamburge ul li a {
    color: #000;
}
.content {
    width: 100%;
    display: inline-block;
    padding: 15px 0 50px 0;
}

.content h3 {
    font-size: 20px;
}

.content p {
    font-size: 12px;
    line-height: 18px;
}
._hamburge.fixedbutton {
    display: none;
}
.testimonial-stories .row {
    display: flex;
    align-items: center;
}

.row.homapage {
    width: 90%;
    margin: 0px auto;
}
.service-box-new span {
    font-size: 12px;
    color: #000;
}

.nofound {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px;
  border: solid 1px #ededed;
  background: #f7f7f7;
  color: #cac6c6;
  letter-spacing: 1px;
}
.webbanner.imgleft img {
    object-position: left;
}

.verfiedtext{
color: #d3b9fb!important;
}
.option-3-data-pad a {
    color: #fff;
    background: #932128;
    padding: 2px 6px;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 3px;
}
.greenzone {
    margin: 0;
    width: 100%;
    float: left;
    color: #03d300;
    font-weight: 600;
    font-style: initial;
}

.redzone {
    width: 100%;
    float: left;
    margin: 0;
    color: #f10707;
    font-weight: 500;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 100%;
    margin: 0 2px;
    color: #000;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border: none;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border: none;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #e7842c;
    border-color: #e7842c;
}
.rightdes img.last-img.mask {
    border: none;
}
.linkHide {
  display: none;
}
.packages {float: left;width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}

.packagebox {width: 24%;text-align: center;border: solid 1px #e4e4e4;background: #fff;margin-bottom: 25px;}

.packagebox h3, .packagebox h2 {margin: 15px 0;}

.packagebox h3 {font-size: 17px;letter-spacing: 0;border-bottom: solid 1px #ededed;padding-bottom: 15px;margin-bottom: 0;font-weight: 700;}

.packagebox h2 {font-size: 17px;background: #ed3237;line-height: 50px;color: #ffff;margin: 0;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;}

.packagebox p {width: 100%;margin: 0px auto;font-size: 13px;margin-bottom: 5px;}

.packagebox span {background: rgb(24 6 6 / 87%);float: left;width: 100%;padding: 5px 0;color: #fff;font-size: 21px;font-weight: bold;}
.packagebox a.btn.get-started-btn {
    margin: 20px 0;
}
.cmbookstn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f1f5f8;
    box-shadow: 0px 0px 7px rgb(85 85 85 / 21%);
    border-radius: 25px;
}
.leftfrm {
    width: 74%;
    padding: 25px;
}

.leftfrm {
}

.rgtfrm {
    width: 25%;
    padding: 25px;
}

.cmbook form {
    margin-top: 20px;
    border: solid 1px #f3e8e1;
    padding: 25px;
    float: left;
    width: 100%;
}

.frmtop {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border: solid 1px #c8d8e5;
    margin-top: 25px;
}

.toprow {
    width: 60%;
    float: left;
}

.toprow h4 {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    background: #e7842c;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 5px;
    color: #000;
}

.toprow ul {
    width: 100%;
    float: left;
}

.toprow ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
    float: left;
}

.toprow ul li span {
    white-space: nowrap;
    margin-right: 15px;
}

.toprow ul li input[type="radio"] {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
}

.toprow ul li:last-child select {
    width: 100%;
    height: 40px;
    line-height: 30px;
    color: #565656;
    letter-spacing: 0.5px;
    border: solid 1px #f3e8e1;
    border-radius: 25px;
    padding: 0 10px;
    font-size: 13px;
}

.frmcomp {
    width: 100%;
    float: left;
}

.frmcomp ul li span.btns {
    background: #a52728;
    color: #fff;
    width: auto;
    padding: 7px 15px;
    line-height: 20px;
    border-radius: 5px;
}

.frmcomp ul li span.btns2 {
    background: #636161;
    color: #fff;
    width: auto;
    padding: 7px 15px;
    line-height: 20px;
    border-radius: 5px;
}

.frmcomp ul li textarea {
    width: 100%;
    float: left;
    height: 120px;
    padding: 5px;
    color: #565656;
    border: solid 1px #f3e8e1;
    resize: none;
    outline: 0;
}

.frmcomp ul li {
    align-items: inherit;
    justify-content: center;
}

.frmcomp ul li:nth-child(3),
.frmcomp ul li:nth-child(4) {
    width: 50%;
    margin: 0;
    background: #98d3ff;
    padding: 10px;
    padding-right: 0;
    white-space: nowrap;
    position: relative;
    padding-bottom: 20px;
    float: left;
    height: 50px;
    color: #000;
}

.frmcomp ul li span {
    margin: 0;
}

.frmcomp ul li:nth-child(4) p {
    position: absolute;
    font-size: 11px;
    margin: 0;
    bottom: 5px;
    color: #000;
}

.frmcomp ul li:nth-child(4) {
    display: flex;
    padding-left: 0;
}

.frmcomp ul li:nth-child(3) span,
.frmcomp ul li:nth-child(4) span {
    font-size: 15px;
    margin-left: 0;
}

.frmcomp ul li span {
    margin: 0 10px;
}

.frmbgcolor {
    width: 100%;
    float: left;
}

.frmbgcolor h4 {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.frmbgcolor ul {
    display: flex;
    justify-content: space-evenly;
    margin: 15px 0;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.frmbgcolor ul li {
    width: 25%;
    position: relative;
    display: flex;
    float: left;
}

.frmbgcolor ul li span {
    width: 20px;
    height: 20px;
    background: #000;
    border: solid 1px #dbb68f;
    float: left;
    border-radius: 100%;
}


.tick {
    width: 100%;
    float: left;
}

.tick img,
.tick input[type="checkbox"] {
    position: relative;
    top: 4px;
}

.tick input[type="checkbox"] {
    margin-left: 10px;
}

.leftfrm h5 {
    width: 100%;
    float: left;
    margin: 25px 0;
    font-weight: 300;
}

.frmbtm {
    float: left;
    width: 100%;
    border: solid 1px #c8d8e5;
    padding: 20px;
}

.frmbtm h4 {
    margin: 0;
    font-size: 20px;
}

.frmbtm ul {
    margin: 10px 0;
    float: left;
}

.frmbtm ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.frmbtm ul li span {
    margin-bottom: 15px;
}

.frmbtm h3 {
    font-size: 23px;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: dashed 1px #f3e8e1;
    padding-bottom: 10px;
}

.frmbtm h3 span {
    width: auto;
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 11px;
    width: 100%;
    line-height: 20px;
    float: left;
    color: #ff0404;
}

.frmbtm h3 span sup {
    float: right;
}

ul.booking {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.frmbtm ul.booking li {
    width: 45%;
    margin-bottom: 10px;
}

.frmbtm ul.booking li label {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.frmbtm ul.booking li input {
    width: 100%;
    float: left;
    height: 35px;
    border: solid 1px #c9d3db;
    text-indent: 5px;
    outline: 0;
    border-radius: 25px;
}

.frmbtm ul.booking li:nth-child(5), .frmbtm ul.booking li:nth-child(6), .frmbtm ul.booking li:nth-child(7) {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.frmbtm ul.booking li:nth-child(5) span {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    line-height: 0;
}

.frmbtm ul.booking li:nth-child(5) span input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.frmbtm ul.booking li:nth-child(5) label {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 400;
}

.frmbtm:nth-child(3) {
    border-bottom: none;
}

.leftfrm h2 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0;
}

.adpreview {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 40px;
}

.adpreview h4 {
    margin: 0;
    font-size: 14px;
    background: #a52728;
    line-height: 30px;
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    text-transform: uppercase;
}

.adbox {
    width: 100%;
    float: left;
    min-height: 200px;
    background: #fff;
    padding: 15px;
    border: solid 1px #e5eef7;
    overflow: auto;
}

.bdbox {
    width: 100%;
    float: left;
    min-height: 200px;
    background: #fff;
    padding: 4px;
    border: solid 1px #e5eef7;
    overflow: auto;
}

.adpreview span {
    font-size: 11px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    background: #636161;
    color: #ddd;
    width: 100%;
    float: left;
}

.tick span {
    font-size: 16px;
    font-weight: bold;
}

.adbox p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.adbox h5 {
    margin: 0;
    display: flex;
    color: #000;
    margin-top: 10px;
    font-weight: 300;
}

.adbox h5 strong {
    color: #a52728;
    margin-right: 10px;
    font-size: 21px;
}

.cmcont {
    position: relative;
}

.cmbannercont h1 {
    color: #fff;
    font-family: 'Gilroy';
    font-size: 50px;
    line-height: 44px;
    font-weight: 300;
    margin: 0;
}

.cmbannercont h1 strong {
    width: 100%;
    float: left;
    font-size: 60px;
    line-height: 70px;
}

.cmbannercont span {
    float: left;
    width: 54%;
    margin: 10px 27%;
    color: #fff;
    font-weight: 300;
    font-family: 'Gilroy';
    letter-spacing: 1px;
}

.cmpackage {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.cmstn {
    width: 100%;
    float: left;
}

.cmpackbx {
    width: 30%;
    float: left;
    margin: 0 1% 15px;
}

.cmprc {
    width: 100%;
    float: left;
    background: #e40808;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    font-family: 'Gilroy';
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.textcenter {
    text-align: center;
}

.cmpkgdtl {
    width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}

.cmpkgdtl p {
    margin: 0;
    font-weight: bold;
    font-family: 'Gilroy';
    font-size: 20px;
    letter-spacing: 1px;
    color: #e30a13;
}

.cmpkgoffer {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
    position: relative;
    min-height: 180px;
}

.cmbtn {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.cmprc img {
    margin-right: 5px;
}

.cmpkgbtn {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding-bottom: 20px;
}

.cmpkgbtn a {
    width: 104px;
    background: #e30a13;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px 4px 10px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.cmbttn {
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
    background: #000;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 3px -50px 0 0 #e30a13 inset, 0px 50px 0 #e30a13 inset;
    text-decoration: none;
    color: #fff;
    padding: 6px 20px 8px;
    line-height: 25px;
    border-radius: 5px;
}

.cmbttn:hover {
    -webkit-box-shadow: 0px 0px 0 0px #e30a13 inset, 0px 0px 0 0px #e30a13 inset;
}

.cmbook {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.frmbtm ul.booking li p {
}

.toprow ul li label {
    margin: 0;
}


.frmbgcolor ul li:nth-child(1) span {
    background: #fff;
}

.frmbgcolor ul li:nth-child(2) span {
    background: #fcc;
}

.frmbgcolor ul li:nth-child(3) span {
    background: #9cf;
}

.frmbgcolor ul li:nth-child(4) span {
    background: #fc3;
}
.frmbgcolor ul li label {
}
.toprow h4 img {
    width: 12px;
}

.frmcomp ul li:nth-child(4) img {
    width: 13px;
    height: 13px;
    position: relative;
    top: 4px;
    color: #000;
}
.adbox h5 img {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-top: 3px;
}
hr {
    border-top: 1px solid #f9f8f8;
}
.frmbtm ul.booking li .btn.get-started-btn {
    height: auto;
}
.newpackages {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    float: left;
    position: relative;
}

button.logins.getpro {
    padding: 3px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.frmbgcolor ul li input[type=radio] {margin-right: 5px;}
._hamburge ul li:last-child a img {
    width: 20px;
    margin-right: 5px;
}
.popup.showpop {
    visibility: visible;
    opacity: 1;
    display: flex;
    background: rgb(0 0 0 / 90%);
    z-index: 9999;
}
.crossbtn {
    width: 35px;
    height: 35px;
    border: solid 1px #ddd;
    line-height: 25px;
    position: absolute;
    top: 5%;
    right: 5%;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.heightpack {
    height: 250px;
    width: 100%;
    float: left;
    overflow: auto;
    margin: 10px 0;
    padding: 5px;
}
.newpackages.m-0 {
    margin: 0;
}
.franchise {}

.franchise span {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
    color: #000000;
}

.col-md-12.form-group.mt-3.mt-md-0 {
    display: flex;
    align-items: center;
}

.col-md-12.form-group.mt-3.mt-md-0 input[type="checkbox"] {
    height: auto;
    margin: 0;
}

.col-md-12.form-group.mt-3.mt-md-0 p {
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
    letter-spacing: 0;
}

.indian-matri h1 {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 3px 6px rgb(6 5 5 / 48%);
    line-height: 50px;
}

.indian-matri p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

.ind-color {
    color: #ffc000
}

.search_new_ind {
    position: absolute;
    right: -450px;
    top: -614px;
}

.register_box {
    background: #fff;
    width: 352px;
    height: auto;
    padding: 20px;
    border-radius: 15px;
    margin-top: 55px;
}
.last-added-profiles .col-md-3.col-sm-12.col-xs-12 {
    background: #fff;
    border: solid 1px #ededed;
    text-align: center;
}

.register_box h2 {
    font-size: 26px;
    color: #393939;
    text-align: center;
    margin-top: 0;
    border-bottom: solid 1px #ededed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.register_box hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(247, 247, 247, .16);
    margin-left: auto;
    margin-right: auto
}

.register-label p {
    font-size: 16px;
    color: #ffff;
    
}