/* css by deepak new */

:root {
    --main-color: #080c39;
    --secondary-color: #a9bcfd;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
    --box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    --paragraph-color: #818090;
    --grey-bg: #ededed;
    --colorPrincipal: #7DB4B5;
    --colorSecundario: #680148;
    --colorSombra: rgba(125, 180, 181, 0.2)
}

div#root {
    overflow: hidden;
}

.img_data img {
    height: inherit;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 5px 5px #00000059;
}

.footer_heading_area h5 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.footer_inquery_area {
    padding-top: 2px;
    border-left: 2px solid var(--main-color);
    margin-top: 5px;
    padding-left: 9px;
}

.fo_rap .form-group span i {
    position: absolute;
    left: 0;
    bottom: 10px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 20px;
}


.footer_inquery_area h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}

.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 3px;
    font-size: 16px;
}

.footer_link_area {
    padding-top: 5px;
}

.footer_link_area ul li {
    padding-bottom: 0px;
    line-height: 1.3;
}

.footer_link_area ul li a {
    color: var(--black-color);
    font-size: 0.75rem;
    font-weight: 400;
    transition: var(--transition);
}



.soical_icon_footer {
    display: flex;
    padding-top: 5px;
}

.soical_icon_footer li {
    padding-right: 8px;
}

#footer_area_fhc ul {

    margin: 0px;
}

ul.soical_icon_footer {
    padding: 0;
}

.copyright_area {
    background-color: var(--main-color);
    padding: 15px 0;
}

.copyright_left p {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}

.footer_link_area ul li a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    transition: var(--transition);
}

.bg_gray_back {
    background: var(--bg-color);

}

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    width: 15%;
}

.cta_content h2 {
    padding-top: 11px;
    margin: 0px;
}

.cta_content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}

#fhc_btn .btn_theme {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    background: -webkit-linear-gradient(to right, #0870e0, #080c39);
    background: linear-gradient(to right, #0870e0, #080c39);
}

#fhc_btn .btn_theme:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
    background: -webkit-linear-gradient(to right, #080c39, #0870e0);
    background: linear-gradient(to right, #080c39, #0870e0);
}

#fhc_btn .btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: 5px solid var(--white-color);
}

#fhc_form_wrappper .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.cta_content {
    padding-left: 30px;
}

#fhc_form_wrappper .form-control {
    height: 55px;
    border: 2px dashed #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}


/* blog page css start */

.hero-banner-box {
    background: url("/assets/images/fhcimg/123.jpg") no-repeat left top;
    background-size: cover;
    width: 100%;
    padding: 190px 0px 80px;
}
/* .hero-banner-box:after {
    background-image: url("/assets/images/bg-bottom.png");
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -6px;
    background-color: rgb(0 0 0 / 11%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
} */

.hero-banner-box::before {
    /* background-image: url("/assets/images/fhcimg/girls.png"); */
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: rgb(0 0 0 / 8%);
    /* background-repeat: no-repeat; */
    /* background-position: right; */
    /* background-size: contain; */
}
.titles-main {
    padding: 0px 0px 20px;
}

.title_inner_blog h1 {
    position: relative;
    top: -25px;
    text-align: center;
    color: var(--white-color);

}

.banner_main_head {
    background: url("/assets/images/q.png") no-repeat left top;
    background-size: 50%;
    display: inline-block;
    min-height: 300px;
    position: relative;
    width: 100%;
    padding-top: 150px;
    /* z-index: 999; */
    background-position: 50% -44px;
    background-color: #080c39;
    background-color: -webkit-linear-gradient(to top,  rgb(8, 12, 57), rgba(8,12,124,5));
    background-color: linear-gradient(to top,  rgb(8, 12, 57), rgba(8,12,124,5));
}


/* 
.banner_main_head {
    background: url("/assets/images/q.png") no-repeat left top;
    background-size: contain;
    display: inline-block;
    min-height: 300px;
    position: relative;
    width: 100%;
    padding-top: 200px;
    z-index: 999;
    background-position: 50% 70px;
    background-color: #080c39;
    background-color: -webkit-linear-gradient(to top,  rgb(8, 12, 57), rgba(8,12,124,5));
    background-color: linear-gradient(to top,  rgb(8, 12, 57), rgba(8,12,124,5));

} */

.banner_main_head:before {
    /* background-image: url("/assets/images/bg-bottom.png"); */
    content: "";
    background-color: rgb(14 12 57 / 58%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.title_inner_blog {
    text-align: center;
    position: relative;
}




.styled-pagination {
    position: relative;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 32px;
    height: 35px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 35px;
    border: 1px solid #e8e8e8;
    background: none;
    color: rgba(0, 0, 0, 0.30);
    font-weight: 500;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    border-color: #f6f6f6;
    min-width: 75px;
    background-color: #f6f6f6;
    text-transform: uppercase;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: var(--main-color);
    border-color: var(--main-color);
    background: none;
}

/*post share options*/

.post-share-options {
    position: relative;
    padding: 20px 0px 2px;
    border-bottom: 1px solid #e7e7e7;
}

.post-share-options .tags a {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
}

.post-share-options .tags {
    padding-top: 2px;
    color: #25292f;
    font-weight: 700;
    margin-bottom: 15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 100px;
    margin-bottom: 85px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .group-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 4px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.sidebar-page-container .group-title .sub-title {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 35px;
    color: rgba(0, 0, 0, 0.60);
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 28px 0px 0px 110px;
    border-top: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color: var(--main-color);
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 30px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: rgba(0, 0, 0, 0.60);
    font-size: 15px;
    margin-top: 12px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 16px;
    color: #999999;
    font-weight: 300;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Comment Form*/

.comment-form .row {
    margin: 0px -10px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid #eeeeee;
    height: 50px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: var(--main-color);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    height: 180px;
    resize: none;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: var(--main-color);
}


.news-section {
    position: relative;
    padding: 110px 0px 50px;
}

.news-section .sec-title {
    margin-bottom: 70px;
}

.news-style-one {
    position: relative;
    margin-bottom: 40px;
}

.news-style-one .inner-box {
    position: relative;
}

.news-style-one .inner-box .image {
    position: relative;
}

.news-style-one .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-style-one .inner-box .image .post-time {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 10px;
    display: inline-block;
    background-color: var(--main-color);
}

.news-style-one .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
}

.news-style-one .inner-box .lower-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #25292f;
}

.news-style-one .inner-box .lower-content h3 a {
    color: #25292f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content h3 a:hover {
    color: var(--main-color);
}

.news-style-one .inner-box .lower-content .author {
    position: relative;
    color: #b1b1b1;
    font-size: 16px;
    font-style: italic;
}

.news-style-one .inner-box .lower-content .author span {
    color: #25292f;
}

.news-style-one .inner-box .lower-content .text {
    position: relative;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.45);
}

.news-style-one .inner-box .lower-content .text p {
    position: relative;
    margin-bottom: 25px;
}

.news-style-one .inner-box .lower-content .text blockquote {
    margin-left: 80px;
    font-size: 28px;
    color: #000000;
    font-weight: 300;
    padding-left: 25px;
    line-height: 1.3em;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-color: var(--main-color);
}

.news-style-one .inner-box .lower-content .read-more {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #25292f;
    padding-bottom: 4px;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 2px solid var(--main-color);

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content .read-more:hover {
    color: var(--main-color);
    border-color: #25292f;
}

.news-style-one .inner-box .lower-content .see-more {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content .see-more .icon {
    margin-left: 5px;
}

.news-style-one .inner-box .lower-content .see-more:hover {
    color: #000000;
}



.news-section {
    position: relative;
    padding: 110px 0px 50px;
}

.news-section .sec-title {
    margin-bottom: 70px;
}

.news-style-one {
    position: relative;
    margin-bottom: 40px;
}

.news-style-one .inner-box {
    position: relative;
}

.news-style-one .inner-box .image {
    position: relative;
}

.news-style-one .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-style-one .inner-box .image .post-time {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 10px;
    display: inline-block;
    background-color: var(--main-color);
}

.news-style-one .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    background: #fff;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.news-style-one .inner-box .lower-content h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #25292f;
}

.news-style-one .inner-box .lower-content h3 a {
    color: #25292f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content h3 a:hover {
    color: var(--main-color);
}

.news-style-one .inner-box .lower-content .author {
    position: relative;
    color: #b1b1b1;
    font-size: 16px;
    font-style: italic;
}

.news-style-one .inner-box .lower-content .author span {
    color: #25292f;
}

.news-style-one .inner-box .lower-content .text {
    position: relative;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.45);
}

.news-style-one .inner-box .lower-content .text p {
    position: relative;
    margin-bottom: 25px;
}

.news-style-one .inner-box .lower-content .text blockquote {
    margin-left: 80px;
    font-size: 28px;
    color: #000000;
    font-weight: 300;
    padding-left: 25px;
    line-height: 1.3em;
    font-style: italic;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-color: var(--main-color);
}

.news-style-one .inner-box .lower-content .read-more {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #25292f;
    padding-bottom: 4px;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 2px solid var(--main-color);

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content .read-more:hover {
    color: var(--main-color);
    border-color: #25292f;
}

.news-style-one .inner-box .lower-content .see-more {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-style-one .inner-box .lower-content .see-more .icon {
    margin-left: 5px;
}

.news-style-one .inner-box .lower-content .see-more:hover {
    color: #000000;
}






.sidebar-page-container {
    position: relative;

}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    margin-bottom: 30px !important;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget .sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-widget .sidebar-title h3 {
    position: relative;
    color: #292929;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid #ececec;
}


.category-widget .sidebar-title {
    margin-bottom: 0px;
}

.category-widget ul {
    position: relative;
}

.category-widget ul li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.category-widget ul li a {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 0px;
    display: block;
    color: rgba(0, 0, 0, 0.60);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category-widget ul li a span {
    float: right;
    font-weight: 600;
    color: #000000;
}

.category-widget ul li a:hover {
    color: #333333;
}

/*Post Widget*/

/*Sidebar Range slider */


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.section_padding {
    padding: 20px 0px;
}


.styled-pagination ul {
    position: relative;
    display: inline-block;
    margin: 0px !important;
    padding: 0px !IMPORTANT;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 32px;
    height: 35px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 35px;
    border: 1px solid #e8e8e8;
    background: none;
    color: rgba(0, 0, 0, 0.30);
    font-weight: 500;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    border-color: #f6f6f6;
    min-width: 75px;
    background-color: #f6f6f6;
    text-transform: uppercase;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: var(--main-color);
    border-color: var(--main-color);
    background: none;
}

/*post share options*/

.post-share-options {
    position: relative;
    padding: 20px 0px 2px;
    border-bottom: 1px solid #e7e7e7;
}

.post-share-options .tags a {
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
}

.post-share-options .tags {
    padding-top: 2px;
    color: #25292f;
    font-weight: 700;
    margin-bottom: 15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 100px;
    margin-bottom: 85px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .group-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 4px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.sidebar-page-container .group-title .sub-title {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 35px;
    color: rgba(0, 0, 0, 0.60);
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px 0px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 28px 0px 0px 110px;
    border-top: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color: var(--main-color);
}

.sidebar-page-container .comments-area .reply-comment {
    padding-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 30px;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: rgba(0, 0, 0, 0.60);
    font-size: 15px;
    margin-top: 12px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 16px;
    color: #999999;
    font-weight: 300;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.styled-pagination {
    position: relative;
    text-align: end;
}

/* blog page css end */


/* privacy policy start */
.terms_item h4 {
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    background: var(--main-color);
    color: var(--white-color);
}

.inner_text_pp p {
    padding: 10px 30px;
    padding-bottom: 0px !important;
    margin: 0px;
}



#pp_text .card-header {
    background: var(--main-color) !important;
}

#pp_text .card-header h4 {
    color: var(--white-color);
    margin: 0px;
}

.mb_30 {
    margin-bottom: 30px;
}

/* privacy policy end */


/* contact us css start */

.contact-form-box {
    background-color: var(--bg-color);
    padding: 50px;
    border-radius: 30px;
}

.contact-form-box .title {
    font-size: 40px;
}

.contact-form-box .form-group {
    margin-bottom: 16px;
}

.contact-form-box .form-control {
    border: 1px solid #ecf2f6;
    border-radius: 16px;
    background-color: #fff;

    color: var(--black-color);
    padding: 15px 20px;
    width: 100%;
}

.contact-form-box .form-group label {
    font-size: 14px;
    font-weight: 500;

    color: var(--black-color);
    margin-bottom: 10px;
}

.contact-form-box .shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, .25);
}

.mb--100 {
    margin-bottom: 100px;
}

.mt--150 {
    margin-top: 100px;
}

.contact-info {
    background-color: var(--black-color);
    border-radius: 14px;
    padding: 40px 40px;
    box-shadow: 0 9px 18px 0 rgb(0 0 0 / 25%);
    margin-bottom: 20px;
}

.contact-info .phone-number {
    font-size: 20px;
    color: #fff;
    color: var(--white-color);
    margin-bottom: 0;
    display: block;
    line-break: anywhere;
}

.contact-info p {
    color: #fff;
    color: var(--white-color);
    width: 80%;
}

.contact-info .title {
    color: #fff;
    color: var(--white-color);
    margin-bottom: 20px;
}

.rightborder {
    float: left !important;
    padding: 0px 0px;
    vertical-align: middle;
}

span.separator-line-verticle-large {
    color: white;
    font-size: 18px;
}

.separator-line-verticle-large {
    width: 1px;
    height: 28px;
    background: white;
}

.margin-two-top {
    margin-top: 2%;
}


p.width-90.lg-width-100 {
    font-size: 13px !important;
    font-weight: 100;
}

.bg-main-bg {
    background-color: var(--main-color);
}

.float-right {
    float: right !important;
}


.one-title.dsn-active {
    text-align: center;
    margin-bottom: 70px;
}

p.title-sub {
    margin: 4px;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

/* contact us css end */


/* home page css start */

.section-title .sub-title {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 120px;
    background: var(--main-color);
    background: -webkit-linear-gradient(to right, #0870e0, #080c39);
    background: linear-gradient(to right, #0870e0, #080c39);
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 15px;
}

.section-title .title {
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
}

.section-title .title::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -20px;
    height: 4px;
    left: 0;
    width: 80px;
    background-color: var(--main-color);
    background: -webkit-linear-gradient(to right, #0870e0, #080c39);
    background: linear-gradient(to right, #0870e0, #080c39);
}

.section-title {
    margin-bottom: 50px;
}


.flight_search_items {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--box-shadow);
    background-color: #fff;
}

.flight_multis_area_wrapper {
    display: flex;
    justify-content: space-between;
}

.flight_search_left {
    display: flex;
    align-items: center;
    padding: 0 0px 0 23px;
}

.flight_search_destination {
    padding-left: 33px;
}

.flight_search_middel {
    display: flex;
    align-items: center;
   
}

.fontsize10 {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 5px;
}

.multi_city_flight_lists  .flight_logo img {
    width: auto;
    height: 40px;
}

.flight_right_arrow {
    text-align: center;
}

.flight_right_arrow img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
}

.flight_right_arrow h6 {
    font-size: 11px;
    font-weight: 500;
    padding-top: 10px;
}
.flight_right_arrow p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
}

.bg_dark_searches{
    background-color: #0870e0 !important;
}

.flight_search_destination {
    padding-left: 60px;
}

.flight_search_destination p {
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
}


.flight_search_destination h6 {
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 140px;
}

.flight_search_right {
    padding: 25px;
    width: 30%;
    border-left: 1px solid #d5cccc;
}

.flight_search_right.oneway_search {
    padding: 10px;
}

.oneway_search .flight_search_right h2 {
    /* padding-top: 10px; */
    font-weight: 600;
    font-size: 30px;
}

.flight_search_right h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color);
    margin: 0px;
}

.flight_search_right h2 {
    padding-top: 10px;
    font-weight: 600;
    font-size: 30px;
}

.flight_search_right h2 sup {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;
    top: -19px;
    padding-left: 5px;
}

.flight_search_right a {
    margin-top: 13px;
}

.flight_search_right p {
    font-size: 11px;
    padding-top: 2px;
    font-weight: 500;
    line-height: 15px;
    color: var(--black-color);
}

.flight_search_right h6 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
    cursor: pointer;
}

.flight_policy_refund {
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    padding: 0px 20px;
}

.flight_show_down_wrapper {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}

.airline-details {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.airline-details .img {
    height: 24px;
    width: 80px;
    margin-right: 8px;
}



.airline-details .flightNumber {
    font-size: .625rem;
    color: #7c6c6c;
}

.flight_search_destination h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px 0px;
}
.flight_inner_show_component {
    display: flex;
    align-items: flex-start;
    position: relative;
}

/* .flight_show_down_wrapper:last-child {
    
    border-bottom: none;
} */

.flight_inner_show_component .flight_det_wrapper {
    display: flex;
    align-items: flex-start;
    width: 185px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time {
    font-size: 18px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
    color: #7c6c6c;
    margin-right: 8px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
    font-weight: 600;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .airport {
    color: #7c6c6c;
    font-size: .75rem;
    line-height: 16px;
    margin: 0px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .date {
    color: #7c6c6c;
    font-size: .625rem;
    line-height: 26px;
}

.flight_inner_show_component .arrow_right {
    flex-basis: 88px;
    margin: 4px 1rem 0px;
    background-image: url('../images/plane-right-blue.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    text-align: center;
    min-height: 24px;
    min-width: 24px;
    background-size: 24px;
}

.flight_inner_show_component .flight_duration span {
    font-size: 0.625rem;
    color: rgb(76, 76, 76);
    margin-top: 8px;
    font-weight: 500;
    display: inline-block;
}

.flight_inner_show_component .flight_duration {
    justify-content: center;
    width: 96px;
    text-align: center;
    align-items: flex-start;
    color: rgb(76, 76, 76);
    flex-wrap: wrap;
    line-height: 1;
}



.TabPanelInner p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 16px;
}



.flight_info_taable h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
}

.flight_refund_policy {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.flex_widht_less {
    width: 100%;
}

.flight-offer-content {
    padding: 15px;
}
.europepackage .flight-offer-content {
    padding: 15px;
}
.overlay-content .title,
.flight-offer-content .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.overlay-content span {
    color: #6a2e4d;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}


.flight-offer-content span {
    color: #6a2e4d;
    font-weight: 500;
    font-size: 16px;
}

.overlay-content p,
.flight-offer-content p {
    color: #6a2e4d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.overlay-content .price,
.flight-offer-content .price {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.flight-offer-item .overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;

}

.flight-offer-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    margin-bottom: 30px;
    position: relative;
}

.flight-offer-item:hover::before {
    opacity: 1;
}

/* .flight-offer-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a9bcfd;
    opacity: 0;
    transition: .3s ease-in-out;
} */


.flight-offer-thumb img {
	width: 100%;
    transition: all 0.3s ease-out 0s;
}

.flight-offer-item:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.flight-offer-item .overlay-content p,
.flight-offer-item .overlay-content span,
.flight-offer-item .overlay-content .title {
    color: #fff;
}

.flight-offer-item .overlay-content p,
.flight-offer-item .overlay-content span,
.flight-offer-item .overlay-content .title {
    color: #fff;
}

.overlay-content .price {
    color: var(--main-color);
    font-size: 40px;
}

/* .flight-offer-item .content-bottom {
    margin-top: 35px;
} */

.flight-offer-item .overlay-content .btn {
    border-radius: 25px;
    color: #571436;
    font-size: 18px;
    padding: 16px 26px;
    min-width: 219px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.flight-offer-item.offer-item-two {
    padding: 7px;
}

.flight-offer-item.offer-item-two .flight-offer-content {
    padding: 12px 10px 10px;
}

.flight-offer-item.offer-item-two .flight-offer-thumb img {
    border-radius: 10px;
    width: 100%;
}

.deals_wrapper_sec {
    background: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    position: relative;
    padding: 30px;
}

.fly-fhc-item {
    background: var(--bg-color);
    position: relative;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.title_delas {
    margin-bottom: 20px;
}

.fly-next-content span {
    display: block;
    color: #622243;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;    text-shadow: #3c3b3b 1px 1px 0px;

}


.fly-next-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #622243;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    text-shadow: #3c3b3b 1px 1px 0px;

}

.fly-next-content .exchange-btn {
    display: block;
    color: #622243;
    line-height: 1;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.content-bottom p {
    margin: 0px;
}

.content-bottom {
    padding-top: 20px;
}

.fly-fhc-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a9bcfd;
    background-image: url('../../images/plane-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: .3s ease-in-out;
    border-radius: 10px;

}

.bg-image-dot {
    position: relative;
}



.fly-fhc-item:hover::before {
    opacity: 1;
    cursor: pointer;
}

.fly-fhc-item:hover .overlay-content {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.fly-fhc-item .overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    cursor: pointer;

}

.bg-image-dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/23.png');
    transition: .3s ease-in-out;
    border-radius: 10px;
    opacity: 0.2;
    background-repeat: repeat;
    background-size: contain;
}

.fly-fhc-item {
    margin-bottom: 20px;
}


.content-bottom .price {
    text-shadow: #3c3b3b 1px 1px 0px;

    padding: 5px 10px;
    color: white;
    border-radius: 50px;
    font-size: 18px;
   
}


.partners-part {
    padding: 20px 0;
    background: #F2F2F2;
}


/* home page css end */


/* gorup travel css start */

.main-title-head h3 {
    font-size: 25px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.main-title-head p {
    font-size: 16px;
}

.fhc-form-layout .form-control {
    height: 55px;
    padding: 10px 22px;
    font-size: 16px;
}

.fhc-form-layout .form-group {
    margin-bottom: 20px;
    position: relative;
}

.fhc-form-layout label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 10px;
}

.fom_wrap .form-group span {
    position: absolute;
    left: 0;
    bottom: 5px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 20px;

}

.fom_wrap .form-group span i {
    color: var(--main-color);
    font-size: 20px;
}

.cust_dtls {
    width: 80%;
    margin: 0 auto;

}

.cust_dtls h4 {
    font-size: 25px;
    margin-bottom: 10px;
}


.cust_dtls p {
    font-size: 15px;
    margin-bottom: 10px;
}

.form-customer-book {
    margin-top: 50px;
}

.pl-70 .form-control {

    padding-left: 70px;
}

.people_more {
    border-top: 3px solid #080c39;
}


.images_gt_one img {
    border-radius: 40px;
    box-shadow: 5px 10px 15px 5px #080c3926;
}


.pl-30 {
    padding: 30px;
}


.pl-20 {
    padding: 15px 20px;
}

.pl-20 ul {
    list-style: disc;
}


.pl-20 ul li {
    padding: 5px;
}

.new-table thead {
    background-color: var(--main-color) !important;
}


.new-table>:not(caption)>*>* {
    border-width: 1px !important;
}

/* gorup travel css end */


.item-box {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    margin-bottom: 30px;
}

.bg-blue {
    background-color: var(--main-color);
}

.bg-light-blue {
    background-color: var(--secondary-color);
}

.bg-light-black {
    background-color: var(--black-color-opacity);
}


.item-details h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--black-color);
}

.item-details p {
    font-size: 16px;
    color: #484040;
}

.item-icon img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    transform: rotateY(0);
    transition: all .9s linear;
}


.item-icon {
    margin-bottom: 20px;
}

.box_line_data .item-box {
    height: 350px;
    padding: 30px;
}


.item-box:hover .item-icon img {
    transform: rotateY(360deg);
}

p {
    font-size: 16px;
    color: #484040;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.padding-fifteen-all {
    padding: 20px;
}


.column_four h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    color: #d6d5d5;
}

.letter-spacing-minus-3 {
    letter-spacing: -3px;

}

.column_four span {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.column_four {
    text-align: center;

}

.column_four:hover {
    box-shadow: 5px 15px 16px 0px rgba(121, 119, 119, 0.16);
}

.column_four img {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
    transform: rotateY(0);
    transition: all .8s linear;
}


.column_four:hover img {
    transform: rotateY(390deg);
}

.view_btn {

    padding: 10px;
    color: var(--white-color);
    border-radius: 5px;
    font-size: 15px;
    background-color: #000000;

}

.view_btn:hover {
    text-decoration: none !important;
    color: var(--white-color);

}

.view_btn i {
    margin-left: -10px;
    visibility: hidden;
    transition: var(--transition);
}

.view_btn:hover i {
    margin-left: 5px;
    visibility: visible;
    color: var(--white-color);
}


.view_btn_transparent {

    padding: 10px;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    background-color: transparent;
    cursor: pointer;

}

.view_btn_transparent:hover {
    text-decoration: none !important;
    color: #000;

}

.view_btn_transparent i {
    margin-left: 2px;
    visibility: visible;
    transition: var(--transition);
}

.view_btn_transparent:hover i {
    margin-left: 10px;
    visibility: visible;
    color: #000;
}





.btn_theme i {
    margin-left: -10px;
    visibility: hidden;
    transition: var(--transition);
}

.btn_theme:hover i {
    margin-left: 5px;
    visibility: visible;
    color: var(--white-color);
}


.see-more-sec {
    margin-top: 25px;
}




.features-item {
    display: flex;
    align-items: center;
    background: var(--white-color);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transform: scale(1);
    transition: all .4s linear;
    box-shadow: 0px 1px 16px 0px rgb(139 139 139 / 0%);
}

.features-item:hover {
    transform: scale(1.05);
}

.features-content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.features-content p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #606575;
    font-weight: 500;
}

.features-icon i {
    font-size: 53px;
    color: #622243;
}

.features-icon img {
    width: auto;
    height: 50px;
}

.features-icon {
    margin-right: 20px;
}

.btn_custom {
    background-color: #080c39;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
}


.places_name {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    border-radius: 5px;
    animation: colors 7s linear infinite;
    background: rgb(209 247 103);
    overflow: hidden;
}

/* Shine */
.places_name:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;

    /* 
    CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
    */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}


.places_name h6 {
    margin: 0;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;

}


.expt_guide img {
    width: auto;
    object-fit: cover;
    border-radius: 5px;
}

.expet_over_data h2 {

    font-size: 25px !important;
    margin-bottom: 10px !important;
    color: var(--main-color) !important;

}

/* 
.flight-offer-item_expt::before {
    content: "";
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: #a9bcfd;
    opacity: 0;
    transition: .3s ease-in-out;
}


.flight-offer-item_expt .expet_over_data {
    position: absolute;
    left: 50%;
    bottom: -5%;
    top: inherit;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 70%;
} */

.flight-offer-item_expt .expet_over_data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 80%;
}

.cheap_text_inner ul li {
    padding: 10px 0px 0px 20px;
    position: relative;
    font-size: 0.85rem;
}

.cheap_text_inner ul li i {
    position: absolute;
    left: -10px;
    top: 10px;
    color: var(--main-color);
}

.text_questing p {
    font-size: 0.75rem;
    line-height: 20px;
}

.img_cheap {
    margin-bottom: 20px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    transform: scale(1);
}

.img_cheap:hover img {
    transition: var(--transition);
    transform: scale(1.05);
    border-radius: 5px;
}

.ml_20 {
    margin-left: 20px;
}

.grb-grt-del {
    padding: 20px;
    background: var(--white-color);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transform: scale(1);
    transition: all .4s linear;
    box-shadow: var(--box-shadow);
}

.ofre_img h5 {
    font-size: 16px;
    text-align: center;
    background: var(--bg-color);
    padding: 10px;
    color: var(--white-color);
}

.deals_two .flight-offer-item_expt {
    transition: var(--transition);
    transform: scale(1);
    box-shadow: var(--box-shadow);
}




.deals_two .flight-offer-item_expt:hover {
    transform: scale(1.03);

}

.text_questing {
    margin-top: 30px;
    background: var(--bg-color);
    padding: 7px 20px;
    border-left: 5px solid var(--main-color);
}

.ofre_img h5 a {
    color: black;
}


.mobile_contact p {
    color: white;
}

p.title-sub {
    margin: 4px;
    color: white;
}

.news_text_trvel.main-title-head {
    padding: 30px;
}

.main_body {
    background: var(--white-color);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transform: scale(1);
    transition: all .4s linear;
    box-shadow: var(--box-shadow);
}


.titled_news {
    padding-left: 20px;
    border-bottom: 1px solid var(--bg-color);
    margin-bottom: 35px;
}

.images_news_first img {
    border-radius: 5px;
}

.titled_news p {
    padding-left: 45px;
}

.titled_news ul {

    list-style: disc;
}

.titled_news ul li {
    padding: 5px;
}

.ul-data {
    list-style: disc;

}

.ul-data li {
    padding: 3px;
}


.animation_zoom:hover {
    transform: scale(1.05);
}

.animation_zoom {
    transform: scale(1);
    transition: var(--transition);

}

.img_domest_deals {
    margin-bottom: 20px;
}

.img_domest_deals img {
    width: auto;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.footer_content_data {
    padding: 20px 0px 0px 0px;
}

.footer_content_data h5 {
    padding: 10px 15px;
    font-weight: 600;
    background: #e9e6e6;
    font-size: 12px;
}

.footer_content_data ul {
    padding: 0px 30px;
    list-style: disc;
}

.footer_content_data ul li {
    padding: 1px;
    font-size: 0.75rem;
}

.footer_link_area ul {
    padding: 0;
}
.footerpadding20 {
    padding-bottom: 20px !important;
}


.main_blog_wrapper .loction_data:nth-child(odd) {
    background-color: var(--bg-color);
    padding: 50px;
    margin: 30px 0px;
    border-radius: 5px;
}

.main_blog_wrapper .loction_data .row {
    align-items: center;
}


.equal_width_img img {
    width: auto;
    height: 495px;
}


.blog_padding_text h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog_padding_text p {
    font-size: 16px;

}


.img_blog_size img {
    width: auto;
    /* height: 400px; */
    object-fit: cover;
    background-position: center;
    border-radius: 15px;
}


.img_blog_size {
    transition: var(--transition);
    transform: scale(1);
}

.img_blog_size:hover img {
    transition: var(--transition);
    transform: scale(1.02);
}


.text-left td {
    text-align: left;
}

.text-left th {
    text-align: left;
}

.text-left tbody tr td {
    padding: 20px;
    color: #625959;
}

.text-left thead tr th {
    padding: 20px;
    font-size: 15px;
}

.bg-grey-dark {
    background-color: #f7f7f7;
}



.cheap_flight ul {
    list-style: disc;
    padding: 0px 20px;
}

.cheap_flight ul li {
    padding: 5px;
    font-size: 16px;
}

.main_card {
    background: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    position: relative;
}

.whitecard {
    background: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    position: relative;
}


.theme_text {
    padding: 20px 20px;
}

.theme_text h2 {
    font-size: 24px;
    margin-bottom: 10px;

    font-weight: 600;
}

.theme_text span {
    font-size: 16px;
    color: #818090;
}

.tabs_custom .ul_trave_data {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tabs_custom ul li {
    margin: 20px 20px;
}




.tabs_custom .nav-pills .nav-link.active,
.tabs_custom .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--main-color);

}


.place_padding {
    padding: 40px;
}

.pacgimgleft {
    height: 276px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.w600 {
    width: 600px;
}

.pacgmiddleright {
    display: inline-grid;
    padding-left: 5px;
}

.startflex {
    display: flex;
}



.image-slide {
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.object-cover>img {
    object-fit: cover;
    background: #e9e9e9;
}

.topHeading_main {
    color: #000;
    font-size: 29px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 36px;
    margin: 0px;
}

.appendBottom5 {
    margin-bottom: 5px;
}

.badges_small {
    width: max-content;
    height: 30px;
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    background-color: var(--paragraph-color);
    font-size: 14px;
    color: #fff;
    margin-right: 3px;
}

.mb15 {
    margin-bottom: 15px;
}

.tabs_content {
    padding: 10px 0px 0px;
}

.tabs_content .nav-pills .nav-link.active, .tabs_content  .nav-pills .show>.nav-link {
    color: var(--main-color) !important;
    border-bottom:3px solid var(--main-color);
    background-color: transparent;
    border-radius: 0px !important;
}

.tabs_content .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--paragraph-color) !important;
    padding: 15px 30px;
    letter-spacing: 1;
}


.greybg {
    background-color: #f5f4f4;
}

.slashedPrice {
    color: #9b9b9b;
    font-size: 12px;
    text-decoration: line-through;
}

.font12 {
    font-size: 12px;
    line-height: 12px;
}

.overview_data {
    padding: 20px;
}

.latoBlack {
    font-weight: 600;
}

.font24 {
    font-size: 30px;
    line-height: 30px;
}

.greyText {
    color: #9b9b9b;
}

.font10 {
    font-size: 10px;
    line-height: 10px;
}

.pakageDtlWrapTop {
    padding: 20px;
   
    color: white;
    border-radius: 10px;
}

.pakageDtlCta {
    text-align: center;
    padding: 20px;
    border-top: 1px solid var(--black-color);
}

.pakageDtlWrapTop p {
    margin: 0;
}



.overview_data ul {
    padding: 0px;
    margin: 0px;
}

.overview_data ul li {
    color: var(--paragraph-color);
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid var(--paragraph-color);
    margin-bottom: 10px;
}

.overview_data ul li:last-child {

    margin-bottom: 0px;
}

.overview_data ul li span {
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px;
    display: block;
    color: var(--black-color);
}


.p20 {
    padding: 20px;
}

.h6heading {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 36px;
    margin: 0px;
}

.hotel_list {
    position: relative;
}





/*Timeline*/
.ite_timeline {
    position: relative;
    padding: 40px 0;
    width: 100%;
    margin: 0px 10px;
}

.ite_timeline::before {
    content: '';
    position: absolute;
    left: 0%;
    width: 2px;

    height: 100%;
    background-color: #e4e4e4;
}



.ite_timeline ul li:hover .time {
    transform: scale(1.1);
}

/*Elementos de lista*/
.ite_timeline ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0px 30px;
}




/*Circulo indicador*/
.ite_timeline ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--colorPrincipal);
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--colorSombra);
}

.ite_timeline ul li:first-child::before {
    top: 0px;

}

.ite_timeline ul li::before {
    left: -4px;
}

.ite_timeline ul {
    padding: 0px;
    margin: 0px;
}


/* .ite_timeline ul li:hover::before{
    transform: scale(1.5);
} */

/*Fecha*/
.ite_time {
    display: inline-block;
    font-weight: 400;
    
    padding: 5px 10px;
    margin-bottom: 15px;
    background-color: #E0EFF1;
    border-radius: 20px;
    box-shadow: 0 0 0 3px var(--colorSombra);
}

/*Contenido*/
.content {
    padding-bottom: 20px;
}

.ite_timeline ul li h2 {
    font-weight: 500;
    color: var(--colorPrincipal);
}

.ite_timeline ul li p {
    margin: 10px 0;
}


.make_width_eq img {
    width: auto;
    height: 200px;
}

.text_itnet ul {
    padding: 10px 25px;
}


.text_itnet p {
    font-weight: 500;
}


.text_itnet ul li {
    list-style: disc;
    padding: 0;
}


.text_itnet ul li::before {
    display: none;
}


.mb-package .flight-offer-item_expt {
    margin-bottom: 30px;
}

.badges_type {

    width: max-content;
    height: 30px;
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: var(--black-color);
    margin-right: 7px;
}

/* .react-datepicker-popper {
    z-index: 99999 !important;
} */

.h200 {
    height: 200px;
}



.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.lattercapt{
    text-transform:capitalize;
}

.textMail p{
    margin: 0px;
}

.tablePadding20{
    padding: 20px 0px;
}
.namecolor{
    color: #f4f4fa;
    font-weight: 500;
}

.mailWrap{
    background-color: #080c39;
    padding: 10px;
    text-align: center;
    color: white ;
}

/* #sidebarMenu.stacik_sidebar.sidebar.search_filter {
    position: sticky;
    top: 170px;
    margin-bottom: 20px;

} */

.mailWrap h4  {
 
    color: white ;
}


.mailWrap p {
 
    color: white ;
}


.pack_amt_tol {
    display: none;
}


.dropdown-toggle .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
     background-color: transparent !important; 
}

.laycorct_head {
    /* padding: 20px 0px; */
    background: #ffffff;
    max-width: 100%;
}


.add-sticky .laycorct_head {
    padding: 5px 0px;
    -webkit-box-shadow: 0px 5px 20px #00000040;
    box-shadow: 0px 5px 20px #00000040;
    background-color: #fff !important;
    max-width: 100% !important;
}

#myTabContent {
    background: rgba(14, 12, 57, .9);
    
    border-radius: 10px;
    padding: 10px 0px;
}

.src_engine_wrap .tab-radio-ul .form-check-input[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='transparent'/%3e%3c/svg%3e");
    background-color: transparent;
    border: #cec4c4 solid 2px;
}

.src_engine_wrap .tab-radio-ul .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230870e0'/%3e%3c/svg%3e");
    background-color: #fff;
    border: #cec4c4 solid 2px;
}

.src_engine_wrap .css-1s2u09g-control {
    border: none !important;
    cursor: pointer !important;
    min-height: 46px !important;
}

 .add-sticky .tab-radio-ul label {
    font-size: 18px;
    font-weight: 400;
    color: rgb(11, 11, 11) !important;
}
.src_engine_wrap .tab-radio-ul label {
    font-size: 18px;
    font-weight: 400;
    color: rgb(11, 11, 11) !important;
}

#fhc_btn .btn_mdd {
    padding: 12px 20px;
    font-size: 18px;
}

.src_engine_wrap .details_date span.input-group-addon {
    position: absolute;
    left: 10px;
    top: 11px !important;
    z-index: auto;
}
.new_calender .input-group-addon {
    position: absolute;
    left: 10px;
    top: 9px !important;
    z-index: auto;
}

.src_engine_wrap.add-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s;
}



  .circlr_outside:after, .circlr_outside:before {
    background-color: #eee;
    width: .875rem;
    height: .875rem;
    border: .625rem;
    position: absolute;
    left: -.4375rem;
    top: -.4375rem;
    content: "";
    border-radius: .625rem;
    -ms-box-shadow: inset -.125rem 0 .125rem hsla(0,21%,85%,.4);
    box-shadow: inset -.125rem 0 .125rem hsla(0,21%,85%,.4);
}


.circlr_outside:after {
    right: -.3125rem;
    left: auto;
    -ms-box-shadow: inset .125rem 0 .125rem hsla(0,0%,68%,.4);
    box-shadow: inset .125rem 0 .125rem hsla(0,0%,68%,.4);
}

.mobisshow {
    position: fixed;
    bottom: 0;
    background: #080c39;
    width: 100%;
    padding: 15px 20px;
    z-index: 9999 !important;
    text-align: center;
    font-size: 25px;
    color: white;
    display: none;
    
}


.mobisshow a {
    margin-left: 15px;
    color: white;
}

.mobisshow i {
    font-size: 25px;
}
.homeerror.error.field-error {
    bottom: -26px!important;
    font-size: 12px;
}


.img_cheap h6 {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.pl20_calnder input{
    padding:10px  30px !important;
}


.react-datepicker__navigation--years-previous {
    top: 0!important;
    text-indent: 0 !important;
}


a.react-datepicker__navigation.react-datepicker__navigation--years.react-datepicker__navigation--years-upcoming {
    text-indent: 0 !important;
}

.flight_Search_boxed .css-1wy0on6 {
   
    display: none !important;
}


i.fa.fa-angle-down.float-end.pt-3.art-sml {
    margin-top: -3px;
}

.droapdown_travlet .showcasepass.dropdown_passenger_info {
    position: absolute;
    top: 10px;
    background: white;
    z-index: 9;
    padding: 20px;
    left: -55px;
    border: 1px solid #ddd7d7;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.droapdown_travlet .traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 5px 16px;
    justify-content: space-between;
}

.droapdown_travlet  .traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.droapdown_travlet .traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
}

.droapdown_travlet .type-label p {
    font-size: 14px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.droapdown_travlet .passengers .passengers-type .text .type-label span {
    font-size: 12px;
    color: #7c6c6c;
    margin-top: 0px;
    padding: 0;
}

.droapdown_travlet  .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #7c6c6c;
    border: 1px solid #d8d8d8;
    height: 20px;
}

.droapdown_travlet .dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.droapdown_travlet .traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 20px;
}

.droapdown_travlet .traveller-calulate-persons .cabin-selection h6 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.glance_wrapper {
position: relative;
}

.overview_package_golden {
    padding: 15px 0px;
}

.package_img_detls img{
    width: auto;
    height: 400px;
}

.bgbluedark {
    /* --bs-bg-opacity: 1; */
    /* background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important; */
    background: -webkit-linear-gradient(to bottom, rgba(8,12,57), rgba(8,12,124));
    background: linear-gradient(to bottom, rgba(8,12,57), rgba(8,12,124));
    /* opacity: 0.9; */
}

.days_st {
    font-size: 25px;
    color: white;
}

.title_foruser {
    font-size: 15px;
    color: #b5aaaa;
}

footer#footer_area_fhc {
    background: white;
}

.customize_text {
    color: #e5e5e5;
    padding: 20px 0px;
    line-height: 25px;
    letter-spacing: 1.1px;
    font-size: 17px;
}


.whitebtn {
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #fff;
    background-color: transparent;
    color: white;
    transition: var(--transition);
}


.whitebtn:hover {
    padding: 10px 20px;
    font-weight: 600;
    border: 2px solid #fff;
    background-color: #fff;
    color: rgb(0, 0, 0);
}

.numberswrap {
    padding: 30px 0px;
}

.phonenumberstyle {
    color: white;
    font-size: 25px;
    padding-top: 10px;
}
.phonenumberstyle a{
    color: #fff;
}

.priceabsolut_all {
    position: relative;
    
}

.colorwhite{
    color: #fff;
}


.fixedprice {
    position: fixed;
    bottom: 0;
    right: 0;
    transition: all .3s;z-index:1;
}



.hidePrice {
    opacity:0;
   
}
.showPrice {
    opacity:1;
  
}





/* mpdal css on load start */

 .right_text_modal h1{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.inner-wrap-modal {
   
    justify-content: center;
    align-items: center;
    display: flex;
}

.right_text_modal p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

.right_text_modal span{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background: #eeb404;
    padding: 10px 20px;
    display: block;
    margin: 30px auto 0px !important;
    max-width: 260px;
    text-align: center;
    border-radius: 50px;
}

.imgleftmodal img {
    width: auto;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0px 5px 5px 1px #d7d7d7;
    border: 2px solid #089908;
}
.imgleftmodal {
    max-width: 130px;
    width: 100%;
}

.onloadmodal .modal-content{
    background-color: #f8f8fa !important;
}

.bgcolortextmodal{
    background-color: transparent;
    opacity: 1;
}

.bgcolortextmodal h5{
color: #fff;

}

.bgcolortextmodal span{
    color: #fff;
    font-size: 14px;
    
}

.offersmodal{
    background-color: #fff;
    border: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    justify-content: space-between;
    margin-top: 10px;
}

.offersmodal h6{
    font-weight: 600;
    font-size: 25px;
}

.onloadmodal .modal-header {
    position: absolute;
    right: 3px;
    font-size: 12px;
    color: #080c3c;
    z-index: 999;
}


div#openmodal {
    z-index: 99999;
}


 #openmodal .modal-backdrop {
    --bs-backdrop-opacity: 0.8 !important;
} 

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}


.cusrosr_pointer img {
    cursor: pointer;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #fbfbfb 50%, transparent 50%), 
                linear-gradient(90deg, #fbfbfb  50%, transparent 50%), 
                linear-gradient(0deg, #fbfbfb  50%, transparent 50%), 
                linear-gradient(0deg, #fbfbfb  50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px; box-shadow: 2px 10px 8px #00000047;
    animation: dash 5s linear infinite;
    border-radius: 10px;
    padding: 4px;
}
.fs12 {
    font-size: 16px;
    padding: 10px 0px;
}
.spacing20 {
    padding: 20px 0px 40px 0px;
}
/* mpdal css on load end */



#offer1 .modal {
  
    z-index: 9999999 !important;
}




/* --offer Area-- */
.offer_area_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.offer_area_box img {
    width: 100%;
}
.white{
    color: var(--white-color) !important;
}
.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 27px;
  
   
    width: 100%;
    text-align: center;
}


.offer_area_box:hover .offer_area_content {
  
    z-index: 999;
}




.offer_area_content h2 {
    color: var(--white-color);
    padding-bottom: 20px;
}

.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px;
}


.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: var(--transition);
    position: relative;
}

/* .img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8b3eea9c;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
} */

/* .img_animation:hover::after {
    opacity: 0.5;
    visibility: visible;
    color: white;
} */

.img_animation:hover img {
    transform: scale(1.2);
}

/* kiwi img  */

.airline-details .kiwi_img  img {
    width: auto;
    height: 30px;
}

.kiwi-img-plane img {
    width: auto;
    height: 40px;
}   


.flex-start-kiwi {
    justify-content: flex-start !important;
}


.cheap_text_inner ul {
    padding: 0;
}

.hero-banner-box h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0px 0px 20px;
}
.modal-backdrop {
    --bs-backdrop-zindex: 9999 ;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.8 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.flight-offer-item-offers-all {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    margin-bottom: 30px;
    position: relative;
}

/* new css 09-02-2023 */

.modalbody_wraper {background: transparent;}

.modal-body.p-0 {
    background: #fff0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px !important;
}

.onloadmodal .modal-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(-240deg, #030a22ed, 60%, #030a2233);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 6px;
}

.modal-header .btn-close {
    color: #fff !important;
}

.inner-wrap-modal.p-4 {
    display: block;
}

.right_text_modal h1 {
    font-size: 31px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}

.right_text_modal p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.bgbottommmodal.p-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.btn-close {
    filter: invert(1);
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
}
.modal.show .modal-dialog {
    width: 100% !important;
    max-width: 770px !important;
    justify-content: center;
    box-shadow: 0px 0px 0px rgb(255 255 255 / 60%) !important;
}
div#openmodal,div#openmodal2 {
    z-index: 99999;
    background: #000000de;
}
.modal-backdrop.show {
    background: transparent;
}

.imgleftmodal {
    display: none;
}   
.modal.show .modal-dialog {
    width: 100% !important;
    max-width: 720px !important;
    justify-content: center;
}
.bgbottommmodal.p-4 p {
    font-size: 12px;
    text-align: center;
    max-width: 330px;
    margin: auto !important;
    line-height: 20px;
    color: #eeb404;
}
/* .onloadmodal .modal-content {
    background-color: #f8f8fa !important;
    height: 390px;
    box-shadow: 0px 0px 0px rgb(255 255 255 / 60%) !important;
    background: url(/assets/images/fhcbanner.jpeg);
    background-size: cover;
    border: 3px solid #ffffff;
} */

.right_text_modal h1 span {
    display: inline-block;
    padding: 0px;
    color: #eeb404 !important;
    background: transparent;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px !important;
}

.flick_cust.mb-5 {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px){
    .onloadmodal .modal-content {
        background-position: -210px;
    }
    .modal-body.p-0 {
      
         padding-left: 0px !important; 
    }
}

.btn_yelow_btn {
    background: #eeb404;
    color: #000000;
    padding: 8px;
    width: 100%;
    font-weight: 500;
}

.btn_yeelow {
    text-align: center;
    margin: 15px 0px 0px;
}

/* new css 09-02-2023 end*/


#offer_area .slick-slide img {
   max-width: 100% !important;
    display: inline-block;
    margin: 0px 0px !important;
}


#offer_area .slick-prev:before, #offer_area .slick-next:before{
    color: #000 ;
}

.slick_arrow_icon{
    width: 36px;
    height: 36px;
    border-radius: 20px 0 0 20px !important;
    background-color: #ffffff;
    border: solid 1px #f1f1f1;
    border-right: none;
    box-shadow: 1px 0px 3px 0 rgba(0, 0, 0, 0.1);
    border-color: #f1f1f1 !important;
    border-radius: 20px 0 0 20px;
}
/* new css 11-02-2023 end*/
 
/* new css 13-02-2023 */
button.special_offr {
    background: url(/assets/images/new_promo.png);
    display: flex;
    justify-content: center;
    height: 60px;
    max-width: 420px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 0px;
    color: #fff !important;
    display: flex;
    align-items: center;
    border: none;
    width: 100%;
    margin: -29px auto;
}
button.special_offr span {
    color: #d6f876;
    font-weight: 800;
    margin: 0px 6px;
    font-size: 16px;
    animation: blinker 1.9s linear infinite;
    
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.flight_right_arrow {
    text-align: center;
    width: 70px;
}

div#openmodal1 .modal-content {
    background: linear-gradient(to bottom, rgba(8,12,57), rgba(8,12,124));
}
div#openmodal1 ul {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    margin: 20px;
    list-style: disc;
}
div#openmodal1 ul li{
    margin: 9px 0px; 
}
div#openmodal1 .right_text_modal span {
    max-width: 340px;
}
div#openmodal1 {
    z-index: 99999;
    background: #000000de;
}


.slick_arrow_icon_right{
   
    border-radius: 0px 20px  20px 0px !important;
   
}


.offer_area_box_bg {
    
    padding: 30px;
}



/* #offer_area .slick-slide:nth-child(odd) {
    background: hsla(191, 75%, 60%, 1);

background: linear-gradient(90deg, hsla(191, 75%, 60%, 1) 0%, hsla(248, 87%, 36%, 1) 75%);

background: -moz-linear-gradient(90deg, hsla(191, 75%, 60%, 1) 0%, hsla(248, 87%, 36%, 1) 75%);

background: -webkit-linear-gradient(90deg, hsla(191, 75%, 60%, 1) 0%, hsla(248, 87%, 36%, 1) 75%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#4dc9e6", endColorstr="#210cae", GradientType=1 );
   border-radius: 5px;
} */


           

/* #offer_area .slick-slide:nth-child(even) {
    background: rgb(97 50 213);   
   border-radius: 5px;
} */


.flight-travel-detail {
    border-radius: 5px;
    margin-bottom: 1rem!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    padding: 20px;
}


.form_label_inner label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.form_label_inner {
    margin-bottom: 15px;
}

.tittle_main_all h4 {
    font-size: 16px;
    font-weight: 600;
    color: #cf2b33;
}

 .webFhcSelect {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    
}

.form_label_inner input::placeholder {
    font-size: 14px;
}

.webFhcSelect .css-tj5bde-Svg {
    display: block !important;
}

.webFhcSelect .css-1hb7zxy-IndicatorsContainer, .webFhcSelect .css-1okebmr-indicatorSeparator, .webFhcSelect .css-tlfecz-indicatorContainer {
    visibility: visible;
}

.webFhcSelect .css-qc6sy-singleValue {

    font-size: 14px;
}

.dtls_linebootm {
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px dashed #cfc5c5;
    padding: 10px 10px;
}
/* new css 13-02-2023 */
.contact-info {
    background: linear-gradient(to bottom, rgba(8,12,57), rgba(8,12,124));
}
.contact-form-box .form-control {
    border-radius: 5px;
}



.terms_service_content .accordion-item {
    margin-bottom: 10px;
    border-top: 1px solid #dedede!important;
}

.terms_service_content .accordion-button {
    font-size: 16px;
    font-weight: 400;
    color: #000000d9;
}

.terms_service_content .accordion-body * {
    font-size: 14px;
    font-family: roboto;
    line-height: 24px;
    font-weight: 400;
}
.contact-form-box .title {
    font-size: 29px;
    text-align: center;
}
.contact-form-box .form-group input {
    height: 45px;
}
.contact-info .title {
    margin-bottom: 15px;
    font-size: 20px;
}
.contact-info p {
    width: 100%;
    max-width: 300px;
}
.contact-form-box {
    border-radius: 15px;
}
h4.phone-number a {
    color: #eeb404;
    font-size: 16px;
    font-weight: 400;
}
.contact-form-box .form-group {
    margin-bottom: 17px;
}

.contact-info .title i {
    margin-right: 15px;
}
.contact-info .phone-number {
    font-size: 16px !important;
}
.contact-form-box .form-control {
    height: 100px;
}
.contact-form-box h3.title:after {
    position: relative;
    content: '';
    right: 0;
    height: 4px;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, #0870e0, #080c39);
    display: block;
    margin: 20px auto 0px;
}

.terms_item.mb_30 h4:after {
    position: relative;
    content: '';
    right: 0;
    height: 4px;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, #0870e0, #080c39);
    display: block;
    margin: 20px auto 0px;
}
.terms_item.mb_30 .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}
.terms_item.mb_30 #accordionExample .accordion-button {
    font-size: 14px;
    font-weight: 500;
}
.terms_item.mb_30 h4 {
    font-size: 29px !important;
    background: transparent;
    color: #000000d9;
    padding-left: 0px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.terms_item.mb_30 .accordion-body * {
    text-align: left;
}
.terms_item.mb_30 button.accordion-button[aria-expanded="true"] {
    background: #e7f1ff!important;
}
.terms_item.mb_30 #accordionExample .accordion-button {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-size: 1rem;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    transform: rotate(90deg);
}
[aria-expanded="false"]:after {
    transform: rotate(0deg) !important;
    background-image: var(--bs-accordion-btn-icon) !important;
}
@media (max-width: 767px){
    .contact_main .col-xl-6.col-lg-6 {
        padding: 40px 10px!important;
    }
    .terms_item.mb_30 h4 {
        font-size: 24px !important;
    } 
    .contact_main .contact-info .phone-number {
        font-size: 15px !important;
    }   
   
}


.hidedesktop{
    display: none ;
}

div#rootdot {
    overflow: hidden;
}
/* new css 13-02-2023 end*/


.footer-topline {
    position: relative;
    height: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d5d5da;
}

.collapsed-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px !important;
    margin-bottom: 25px;
    color: #2b2b2b;
}

.list-footer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 15px;
}

.list-footer li:first-child a, .list-footer li:first-child > span {
    padding: 0 0 8px


}

.list-footer li a, .list-footer li > span {
    display: inline-block;
    padding: 8px 0;
    letter-spacing: .5px;
}
.list-footer li a {
    color: #999a9b;
}

.footer-subscribe-block .form-control {
    color: #2b2b2b;
    background-color: transparent;
    border-color: #ced4da;
}

.form-control--sm {
    padding: 5px 15px;
}

.footer-subscribe-block .mln-btn {
    background: transparent;
    color: #2b2b2b;
    border-color: #2b2b2b;
    padding: 8px;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.footer-subscribe-block form > * + * {
    margin-top: 10px;
}
.btn-sm {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 28px;
}
.mln-btn {
    background: #2b2b2b;
    color: #fff;
    transition: .2s;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-subscribe-block .form-control {
    color: #2b2b2b;
    background-color: transparent;
    border-color: #ced4da;
}

.form-control--sm {
    padding: 5px 15px;
}

.footer-socials:not(:first-child) {
    margin-top: 28px;
}

.footer-socials {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-socials li:first-child {
    padding-left: 0;
}

.footer-socials li {
    margin: 0 5px;
}

.footer-socials li a {
    color: #999a9b;
    font-size: 20px;
    display: block;
    padding: 4px;
    text-decoration: none;
    transition: .2s;
}

.footer-socials li a:hover {
    color: #080c3c;
    text-decoration: none;
}

.list-icons li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
}

.list-icons li [class*='fa-'] {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    color: #2b2b2b;
}

.list-icons {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    color: #2b2b2b;
}

.footer-subscribe-block {
    padding: 30px 80px 0px 0px;
}

.footer-subscribe-block form > * + * {
    margin-top: 10px;
}

.footer-subscribe-block .mln-btn:hover {
    background: #080c39;
    background-size: 200% auto;
    color: #fff;
    border-color: transparent;
}

.row.row-v-space-sm {
    position: relative;
    margin-bottom: -10px;
    transform: translateY(-10px);
}


.ttl_hd {
    background: #191e76;
    padding: 6px 4px;
   
    border-radius: 5px;
    
}

.ttl_hd h4{
    color: #fff !important;
    margin: 0px;

}


/* new css 20-02-2023 */
.book_nw_img {
    /**padding: 10px;**/
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.book_nw_img img {
    min-height: 350px;
    object-fit: cover;
}
.tex_new_in h4 span {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
.tex_new_in h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 900;
}
.tex_new_in a {
    background: linear-gradient(to right, #0870e0, #080c39);
    padding: 10px;
    border-radius: 50px;
    color: #fff !important;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    column-gap: 10px;
}
.tex_new_in ul {
    padding: 10px 20px 10px 20px;
    list-style: disc;
    list-style-position: outside;
}
section.new_deal_sec .title b {
    font-size: 36px;
}


.yellow_bg_via p {
    background: #ede418;
    padding: 10px;
    font-style: italic;
    border-left: 3px solid #000;
    margin: 0px;
    font-size: 14px;
}

.deaprtue_date_dtls {
    padding: 20px 15px 0px;
    text-align: justify;
}

.deaprtue_date_dtls h6{
    font-size: 14px;
    font-weight: 500;
}

.time_trip {
    font-size: 15px;
    color: #08174b;
    font-weight: 600;
    background: #efe4fc;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 10px;
}

.detalis_subspage_style .code {
    color: #7c6c6c;
    margin-right: 8px;
}

.detalis_subspage_style .time {
    font-weight: 600;
}

.detalis_subspage_style .airport {
    color: #7c6c6c;
    font-size: .75rem;
    line-height: 16px;
    margin: 0px;
}

.detalis_subspage_style .arrow_right {
    flex-basis: 88px;
    margin: 4px 1rem 0px;
    background-image: url('../images/plane-right-blue.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    text-align: center;
    min-height: 24px;
    min-width: 24px;
    background-size: 24px;
}

.detalis_subspage_style .flight_duration span {
    font-size: 0.625rem;
    color: rgb(76, 76, 76);
    font-weight: 500;
    display: inline-block;
}

.detalis_subspage_style .TabPanelInner h4 {
    font-size: 12px;
    margin-bottom: 4px;
    color: #7c6c6c;
}
.detalis_subspage_style .airline-details {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row.m-0.detalis_subspage_style {
    padding: 10px 5px;
}

.detalis_subspage_style .airline-details .img {
    height: 24px;
    width: auto;
    margin-right: 8px;
}

.detalis_subspage_style .airline-details .airlineName {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222376;
}

.layover_time_set {
    background: #ede418;
    padding: 5px 20px;
    border-radius: 5px;
}

.layover_time_set h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.layover_time_set h6 span {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    margin-left: 2px;
}

.yellow_bg_via {
    margin-top: 10px;
}
.text_loader_p p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
.lodder_style {
   
    background: transparent;
    padding: 15px;
    border-radius: 10px;
}
.deaprtue_date_dtls.return_time_hr {
    border-top: 2px dashed #b9b6b6;
}
.phone_ring {
    margin-right: 5px;
    font-size: 25px;
    vertical-align: bottom;
}

button.btn-close.text-reset {
    background: transparent;
}

button.btn-close.text-reset i {
    font-size: 25px;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
/* new css 21-02-2023 */
.img_cont img {
    height: calc(100vh - 60px);
    object-fit: cover;
    width: 100%;
}
.img_cont:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(8 12 57), rgb(8 12 124 / 85%));
    position: absolute;
    top: 0px;
}

section.thankyou_sec {
    position: relative;
}

section.thankyou_sec .container {
    background: linear-gradient(to top, rgb(8 12 57), rgb(8 12 124 / 85%)); 
    border-radius: 5px;
}
section.thankyou_sec h1 {
    font-size: 55px;
    color: #eeb404;
    font-family: 'Pacifico', cursive;
    margin-bottom: 40px;
}
section.thankyou_sec i {
    color: #fff;
    font-size: 50px;
}
section.thankyou_sec h4 {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
section.thankyou_sec .container .row {
    text-align: center;
}
section.thankyou_sec p {
    color: #fff;
    font-weight: 300;
    max-width: 600px;
    margin: 10px auto 5px;
}
section.thankyou_sec a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    height: 50px;
    background: #eeb404;
    border-radius: 50px;
    text-transform: capitalize;
    color: #fff;
    margin: auto;
    font-size: 18px;
}
section.thankyou_sec .col-md-12 img {
    height: 80px;
    position: absolute;
    top: -3px;
    filter: brightness(43.5);
    left: 0px;
    right: 0px;
    margin: auto;
}
section.thankyou_sec a i {
    font-size: 12px;
    margin-right: 13px;
    font-weight: 200;
}

section.thankyou_sec ul {
    display: flex;
    justify-content: center;
    margin: 20px 0px 30px;
    column-gap: 70px;
    padding: 0px;
}

section.thankyou_sec ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}

section.thankyou_sec ul li i {
    font-size: 24px;
    color: #eeb404;
    height: 50px;
    width: 50px;
    background: #ffffff63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
section.thankyou_sec h4 span {
    color: #eeb404;
}


span.fontcursive {
    font-size: 45px;
    color: #eeb404;text-shadow:#474646 0px 1px 0px;
    /* font-family: 'Pacifico', cursive; */
}




.tawk-min-container {
    position: relative;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.details_kiwi.inner_main_payment {
    box-shadow: 0px 0px 5px #ece9e9;
}

.font12_red{
    font-size: 12px;
    color: #fff;
}

.price_totl h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    text-align: end;
    color: #fff;
}


.bg_g_color{
    background: linear-gradient(to top, rgb(8 12 57), rgb(8 12 124 / 85%));
}

.details_booking_inner{
    margin-bottom: 2rem!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    border-radius: 5px;
}


img.icon_data_circle {
    background: #f5f5f5;
    height: auto;
    width: 50px;
    margin: 0px 12px 0px 0px;
    -webkit-box-align: baseline;
    border: 1px solid #e7e7e7;
    padding: 9px;
    border-radius: 5px;
}


.list-style-checkin ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #363131;
}

.checkin_data_pro {
    padding: 10px 0px 0px;
}


/* new css 21-02-2023 */
.pricing-table {
	background: #fff;
    box-shadow: 0px 1px 10px -6px rgb(0 0 0 / 38%);
	padding: 2rem;
	border-radius: 25px;
	transition: .3s;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 1rem;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.pricing-table h5 {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

.pricing-table .pricing-features {
	margin-top: 2rem;
}

.pricing-table .pricing-features .feature {
	font-size: 14px;
	margin: .5rem 0;
	color: #B3B3B3;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-tag {
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	letter-spacing: -2px;
	font-size: 44px;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
	background: #cad2ff;
	color: #627afe;
}

.purple .price-tag {
	color: #627afe;
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}
section.new_thank_layout {
    padding: 60px 20px;
    background: #fff;
}
section.new_thank_layout h2.main-head {
    max-width: 640px;
    margin: auto;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
}
section.new_thank_layout h2.main-head span {
    display: block;
}
section.sec_with_sidebar {
    background: #f3f6fd;
}
.col-md-8.card {
    padding-left: 0px;
    padding-right: 0px;
}
a.price-button {
    border-radius: 50px !important;
}
.new_sec.card {
    padding: 30px;
}
.info_tb {
    display: flex;
    justify-content: space-between;
}
.info_tb * {
    font-size: 12px;
    display: block;
}

.new_sec.card h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.info_tb.total_prc {
    padding-top: 20px;
}

.info_tb.total_prc * {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.info_tb.wth_brdr {
    border-top: 1px dashed #dedede;
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #dedede;
}
.info_tb span {
    display: block;
    margin-bottom: 10px;
}
.sticky {
    align-self: flex-start;
    top: 100px;
    position: sticky;
}

.sticky_search {
    align-self: flex-start;
    top: 220px;
    position: sticky;
}


.col-md-4.sticky {
    align-self: flex-start;
    top: 70px;
    position: sticky;
}
.note_desc p {
    font-size: 12px;
    line-height: 20px;
}
.note_desc {
    padding: 20px 0px;
    /* border-top: 2px solid #dedede; */
    margin-top: 20px;
    font-size: 12px;
}

.new_sec.card_top.card * {
    color: #fff;
}

.new_sec.card_top.card {
    background: linear-gradient(to top, rgb(8 12 57), rgb(8 12 124 / 85%));
}
.new_sec.card_top.card h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #eeb404 !important;
}
.info_tb.total_prc * {
    color: #eeb404 !important;
}
span.new_btn {
    color: #44cdd2 !important;
    font-weight: 600;
}
.support_sec p {
    font-size: 14px;
    line-height: 20px;
}

.support_sec h5 {
    font-size: 13px !important;
    font-weight: 400;
}
.support_sec ul {
    padding: 0px;
}
.support_sec ul li {
    font-size: 14px;
    margin-bottom: 10px;
}
/* .new_sec.card.mt-3 {
    background: #fff;
} */
.new_sec.card ul li i {
    font-size: 24px;
    color: #eeb404 !important;
    height: 40px;
    width: 40px;
    background: #ffffff63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
}
.new_sec.card ul li {
    margin-top: 10px;
}
.new_sec.card ul li{
    margin-top: 20px;
}
.support_sec > ul li b {
    color: #e2a900 !important;
}
.support_sec > ul li {
    margin-top: 0px !important;
    font-size: 12px;
}
.support_sec h5 + ul li {
    margin-top: 30px !important;
    font-size: 16px;
}
/* Section thankyou bottom  */
section.thankyou_sec h1 {
    font-size: 40px;
    margin-bottom: 15px;
}
section.thankyou_sec h1 span {
    font-family: 'Roboto';
    color: #fff;
    text-transform: lowercase;
}
section.thankyou_sec.btm_sec h1 {
    font-size: 26px;
}
section.thankyou_sec.btm_sec p {
    color: #fff;
    font-weight: 300;
    max-width: 520px;
    margin: 20px auto 5px;
}
section.thankyou_sec.btm_sec a{
    margin-top: 20px;
    text-transform: lowercase;
}

section.thankyou_sec.btm_sec ul{
    margin-bottom: 0px;
}

section.sec_with_sidebar .card {
    border: none;
}


/* Content Section Css */
section.content_sec {
    padding: 0px 20px;
}

section.content_sec h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

section.content_sec p {
    font-size: 13px;
    line-height: 22px;
}

/* / for sticky Column / */
/* for sticky Column */
body > div{
    overflow: inherit !important; 
}
div#rootdot{
    overflow: inherit !important; 
}


.purple .places_name{
    position: relative;
    border-radius: 5px;
    animation: colors 7s linear infinite;
    background: rgb(209 247 103);
    overflow: hidden;
    margin: 0px;
}

.places_name h2 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
}


.img_checkinnag .pricing-table:hover {
    box-shadow: inherit;
}


.img_checkinnag {
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.img_checkin {
    text-align: center;
}

.blinker_text{
    background-color: red;
    padding: 5px;
    border-radius: 2px;
    animation: blinker .9s linear infinite;
}

.font_totlal span{
    color: #eeb404 !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0px;
}


/* --Imagination Area-- */
.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition);
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: var(--transition);
}

.imagination_boxed:hover img {
    transform: scale(1.2);
}

.imagination_boxed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    background: #17161669;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    transform: translate(0%, 100%);
}

.imagination_boxed:hover:before {
    transform: translate(0%, 0%);
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 5;
    align-items: center;
    height: 25%;
}

.imagination_boxed h3 span {
    display: block;
    text-align: center;
}

.imagination_boxed h3 a {
    color: var(--white-color);
    transition: var(--transition);    text-shadow: #3c3b3b 1px 1px 0px;
}

.imagination_boxed:hover h3 a {
    font-weight: 500;
}

/* / new css 22-02-2023 / */
section.booking_confirm .col-md-12 {
    background: linear-gradient(to top, rgb(8 12 57), rgb(8 12 124 / 85%));
    padding: 15px;
}
section.booking_confirm h4 {
    color: #fff;
    font-size: 20px;
    margin: 0px;
}
section.booking_confirm {
    padding: 0px 30px;
    margin-bottom: 30px;
}
section.booking_confirm .container {
    background: #f3f6fd;
    border-radius: 0px 0px 10px 10px;
}
.bk_no h5 {
    font-size: 14px;
}
section.booking_confirm p {
    font-size: 12px;
}
section.booking_confirm.copy_new h6 {
    font-size: 13px;
    margin-bottom: 15px;
}
.row.ticket_col .col-md-4 h5 {
    font-size: 15px;
    margin: 0px;
}

.row.ticket_col .col-md-4 span {
    font-size: 11px;
}
section.booking_confirm .col-md-12.white_bg {
    background: #fff !important;
    margin-bottom: 20px;
    border-radius: 10px;
}

section.booking_confirm.copy_new .container {
    padding-bottom: 5px;
}
.row.ticket_col span {
    font-size: 12px;
}
.row.ticket_col .col-md-4 img {
    display: block;
    max-width: 30px;
    margin: auto;
}
.flt_nm h6 i {
    font-size: 16px;
    margin-right: 10px;
}
.ticket_col {
    margin-top: 10px;
}

.thanku_user_info {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 4px !important;
    margin-top: 8px !important;
}


.imgmodalpopup {
    text-align: center;
}

.titleall{
    font-size: 24px;
}

.list_ulli ul {
    list-style: disc;
}

.line_through {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.steps_flight {position:relative;}
.steps_flight:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    width: 75%;
    height: 1px;
    margin: auto;
}

.step-circle {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: inline-block;
    background: #000;
    border: 13px solid #f7f7f7;
    z-index: 9;
    position: relative;
    line-height: 80px;
}

.step-circle i {
    color: #fff;
    font-size: 25px;
}

.line_through span {
    display: block;
}


h2.title.mobile_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.news_blogs_wrapper.pb-4 h1 {
    font-size: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #3d90ed3b;
    padding: 10px 0px;
    font-weight: 600;
}

.react-datepicker__aria-live {
    border: 1px solid transparent !important;
}

.title_inner_blog_new.mb-4 {
    font-size: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #3d90ed3b;
    padding: 10px 0px;
    font-weight: 600;
}

.line_through span {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

@media screen and (max-width:767px){
    .right_text_modal {
        text-align: center;
        margin-top: 16px;
    }
	p { font-size: 13px; }
	.flight-offer-content span { font-size: 13px; }
section.new_deal_sec .title b { font-size: 24px; }
.section-title .title { font-size: 17px; }
    .inner-wrap-modal{
        flex-wrap: wrap;
    }
}