body {
    margin: 0 auto;
    /*font-family: "Manrope", sans-serif;*/
    font-family: "Manrope", sans-serif;
}

.container {
    max-width: 1280px !important;
}

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

div#wrapper {
    float: left;
    width: 100%;
}

button:focus {
    outline: 0;
}

p {
    font-family: "Manrope", sans-serif;
}

span {
    font-family: "Manrope", sans-serif;
}

h2 {
    font-family: "Manrope", sans-serif;
}

h3 {
    font-family: "Manrope", sans-serif;
}

h4 {
    font-family: "Manrope", sans-serif;
}

.pad_top {
    padding-top: 0px !important;
}

.pad_both {
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar-light .navbar-toggler {
    border-color: #124f92 !important;
    border-radius: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-item a {
    /*font-family: "Manrope", sans-serif;*/
    font-family: "Manrope", sans-serif;
    color: #000000 !important;
    font-weight: 500;        
    position: relative;
    padding: 0px 5px !important;
}
.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: transparent;
    transition: width 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    width: 100%;
    background-color: #124f92;
}

.navbar-nav .nav-item a.active {    
    color: #124f92 !important;
}

section.banner_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: auto;
    position: relative;
}

.banner_inner_content {
    float: left;
    width:100%;
    text-align: center;
}

.banner_inner_content h1 {
    color: #fff;
}

.banner_inner_content h2 {
    color: #fff;
}

.banner_inner_content a {
    color: #fff;
    /*font-weight: 700;*/
}

.form_section form {
    float: none;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    font-family: "Manrope", sans-serif;
}

.form_section .form-control {
    border: none;
    border-radius: 0;
    padding: 8px;
    height: 60px;
}

.form-control:focus {
    box-shadow: none;
}

.common_heading h2, .section-heading h2 {
    font-weight: 800;
    font-size: clamp(30px, 4vw, 38px);
    line-height: 1.2;
    text-transform: capitalize;
    color: #161920;
    margin-top: 0px;
}

.slider_section {
    margin-top: 20px;
}

.slider_section h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.slider_section .slider_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 95%;
    border-radius: 30px;
}

.slider_section .slider_content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 50px;
}

.slider_section .slider_content h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

.slider_section a {
    text-decoration: unset;
}
/*******/
section.key_features {
    /*background-color: #ffffff;*/
    background-color: #F7F7F7 ;
    position: relative;
    /* color: #fff; */
    z-index: 1;    
    margin-top: 60px;
    padding: 60px 0px 0px;
}
section.key_features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/shape2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.key_features .cta-img img{
    width: 100%;
}
.key_features ul {
    margin-top: 20px;
    list-style: none;
    position: relative;
    padding: 0px;
}
.key_features ul li {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 33px;
    font-size: 16px;
    line-height: 1.67;
    color: #767676;
    position: relative;
}
.key_features ul li:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: transparent;
    left: 0;
    margin-top: 0px;
    border-radius: 20px;
    background-image: url(../images/verified.png);    
    background-position: 50% 50%;
    top: 2px;
    background-size: 19px;
    background-repeat: no-repeat;
}

.faq_sect .accordion-item {
    margin-bottom: 13px;
    border: none;
    background-color: #F8F4FF;
}
.faq_sect .accordion-header button {
    background-color: #F8F4FF!important;
    color: #161920;
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq_sect .accordion-header button:focus{
    outline: none;
    border: none;    
}
.faq_sect .accordion-item .accordion-body{
    text-align: left;
}

.blog_sect {
    background-color: #F7F7F7;
}

.slider_content img.avtar_logo {
    max-width: 150px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 20px;
}

/*section.testimonial_section {
    background: linear-gradient(90deg, rgba(193, 234, 177, 1) 0%, rgba(156, 210, 200, 1) 50%);
}

.slider_section .slider_content h3 {
    color: #124f92;
    font-size: 22px;
    margin-bottom: 10px;
}

.slider_section .slider_content p {
    color: #124f92;
    font-weight: 400;
}

.slider_section button.owl-prev span {
    font-size: 70px;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #124f92;
    transform: translate(-50%, -50%);
}

.slider_section button.owl-next span {
    font-size: 70px;
    position: absolute;
    right: 0;
    top: 50%;
    color: #124f92;
    transform: translate(-50%, -50%);
}*/

.testi-card {
    background-color: #F7F7F7 ;
    padding: 40px 25px;
    -webkit-box-shadow: 0px 3px 15px rgba(22, 25, 33, 0.04);
    box-shadow: 0px 3px 15px rgba(22, 25, 33, 0.04);
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.testi-card:before {
    content: "";
    height: 40px;
    width: 50px;
     background-color: #3CB371; 
    position: absolute;
    bottom: 45px;
    right: 40px;
    -webkit-clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
    clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
    z-index: -1;
    opacity: 0.1;
}
.testi-card__rating {
    margin-top: -0.22em;
    margin-bottom: 23px;
    color: #124f92;
    font-size: 14px;
}
.testi-card__rating i {
    margin-left: 3px;
}
.testi-card__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testi-card__avater {
    width: 60px;
    height: 60px;
    border-radius: 99px;
    overflow: hidden;
}
.testi-card__name {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 700;
}
.testi-card__desig {
    display: block;
    font-size: 14px;
    color: #124f92;
}
/*****************/

.logos_section{
    background-color: #F7F7F7;
}
.logos_section img.avtar_logo {
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
}
#logos-carousel .item:hover img.avtar_logo{
    transform: scale(1.05);
}
#logos-carousel .item {
    background-color: rgba(255,255,255);
    padding: 30px 30px;
    border-radius: 8px;
    cursor: pointer;
}

section.footer_section {
    background-color: #171B20;
    color: #fff;
    position: relative;
    padding: 80px 0 20px;
}

.footer-card .card-title {
    position: relative;
    z-index: 1;
}
.footer-card .card-title::before {
    width: 60px;
    height: 2px;
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 2px;
    background: #3CB371;
}
.footer-card .card-title::after {
    width: 10px;
    height: 2px;
    bottom: -15px;
    left: 65px;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 2px;
    background: #3CB371;
}

.footer_ul {
    display: block;
    width: 100%;
    column-count: 5;
    column-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_section .footer_descp {
    break-inside: avoid;
    margin-bottom: 10px;
}

.footer_section .footer_descp li {
    list-style: none;
    padding-right: 10px;
    margin-bottom: 10px;
}

.footer_section .footer_descp li a {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
}
.footer_section .border-top {
    border-top: 1px solid rgba(249, 247, 243, 0.2)!important;
    margin: 30px 0px 14px;
}

.copyright-wrapper .copyright {
    font-size: 14px;
    color: #F9F7F3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.copyright-wrapper .copyright a {
    font-size: 14px;
    color: #F9F7F3;
}
.footer-bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer-bottom-nav a {
    color: #F9F7F3!important;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}
.footer-bottom-nav a, .footer-bottom-nav a:hover, .footer-bottom-nav a:focus {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #161920;
}
.main_form_cc {
    display: inline-flex;
    margin-top: 0px;
}
.main_form_cc button.search_btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    width: 100%;
    height: 60px;
}

.main_form_cc .ff_inner {    
    position: relative;
}

.ff_inner span {
    position: absolute;
    left: 8px;
    font-weight: 700;
    top: 5px;
}

.call_to p {
    margin-bottom: 0;
}
.callus {
  width: 24px;
  height: 24px;
  animation: vibrate 0.5s infinite;
  transform-origin: center;
}

@keyframes vibrate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.call_to a {
    color: #124f92;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}

.call_to span {
    color: #124f92;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.call_to a:hover {
    color: #124f92;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky+.content {
    padding-top: 102px;
}

.two_center .form-control::placeholder {
    position: relative;
    top: 0px;
}

.two_center .form-control {
    padding-top: 30px;
}

/*Flight Page Css*/
.flight_header {
    text-align: center;
}

.flight_header .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 40px;
    grid-auto-rows: 60px;
    grid-gap: 15px;
}

.flight_header {
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    padding: 20px 0;
}

.flight_header .main_form_cc button.search_btn {
    height: auto;
}

.flight_header .form_section .form-control {
    height: 40px;
    border: 1px solid #ddd;
}

.flight_header .main_form_cc {
    margin-top: 0px;
}

.flight_header .form_section {
    margin-bottom: 0;
}

/*#main #faq .card {
    margin-bottom: 10px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0px;
    padding: 0;
    font-family: "Manrope", sans-serif;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #124f92;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    line-height: 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}*/

/*section.flight_inner_sect {   
    padding-top: 30px;
    background-color: #F7F7F7;
}*/
section.flight_inner_sect {
    margin-bottom: 52rem;
    margin-bottom: 0;
    padding-top: 30px;
    background-color: #F7F7F7;
    padding-bottom: 40px;
}

.padd_sticky_spce {
    padding-top: 250px;
}

.padd_sticky_spce_home {
    padding-top: 150px;
}

.flight_inner_sect h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #124f92;
    font-size: 20px;
}

.tabs_section.nav-tabs .nav-link {
    width: 100%;
}

.tabs_section .nav-tabs .nav-link.active {
    color: #124f92;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.tabs_section .nav-tabs .nav-item {
    width: 33.3%;
    margin-bottom: 0px;
}

.tabs_section .nav-tabs .nav-link {
    width: 100%;
    border: unset;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: #124f92;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #124f92 !important;
    border-color: transparent;
}

.tabs_section .tab-content {
    float: left;
    width: 100%;
    font-family: "Manrope", sans-serif;
}

.lugagge-image img {
    max-width: 30px;
}

.tabs_descp .inner_data {
    display: flex;
    padding: 10px 0px;
}

.tabs_descp .location_div {
    font-size: 10px;
}

.tabs_descp .time_zone {
    font-size: 12px;
    width: 150px;
    position: relative;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tabs_descp .time_zone p, .tabs_descp .time_zone span {
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}
.tabs_descp .col-sm-8 {
    padding: 0;
}

.tabs_descp .location_div span {
    font-weight: 700;
    font-size: 12px;
}

/* .tabs_descp .time_zone span {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: 600;
} */

/* .tabs_descp .time_zone span:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    top: 32%;
    left: 0;
} */

/* .tabs_descp .time_zone span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.tabs_descp .location_div:last-child {
    padding-left: 15px;
}

.tabs_descp .location_div sup {
    color: #d5022b;
}

.form_section .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 40px;
    grid-auto-rows: 60px;
    grid-gap: 15px;
}

.flight_header .form_section form {
    max-width: 100%;
}

.top_blue_header.grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 60px;
    grid-auto-rows: 60px;
    grid-gap: 100px;
    display: flex;
    /*background: linear-gradient(to right, #1a76ba, #28a745);*/
    background-color: #124f92;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    margin-top:20px;
    justify-content: space-between;
}
.top_blue_header p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
}
.tabs_descp .row {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    align-items: center;
}
.book_flight span {
    color: #c6c6c6;
    font-size: 12px;
    float: left;
    width: 100%;
}
.book_flight a {
    background-color: rgb(126, 173, 45);
    color: #fff;
    padding: 10px 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0px;
    font-size: 14px;
}

.book_flight a:hover {
    text-decoration: none;
    color: #fff;
}

.book_flight p {
    float: left;
    width: 100%;
    color: #ed1515;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.book_flight button.btn.btn-lg {
    color: #7ead2d;
    font-size: 10px;
    text-align: center;
    width: 100%;
    padding: 0;
}

.tabs_descp .col-sm-9.padd_no {
    padding-right: 0;
    padding-bottom: 0px;
}

.book_flight h4 {
    font-size: 20px;
    font-weight: 700;
}

.book_flight {
    text-align: center;
    font-weight: 700;
}

.flight_conts {
    background-color: #f1f1f1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight_conts h5 {
    /*float: left;
    width: 70%;*/
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.flight_conts .side_flight {
    /*float: left;
    width: 30%;
    text-align: right;*/
}

.flight_conts .side_flight p {
    float: right;
    width: auto;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 700;
}

.side_flight span {
    float: right;
    width: auto;
    font-size: 10px;
    margin-right: 5px;
}

.side_flight span img {
    max-width: 20px;
}

/*Radio Button Css*/
.radio_tick {
    display: block;
    position: relative;
    padding-left: 19px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

/* Hide the browser's default radio button */
.radio_tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_tick:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the radio button is checked, add a blue background */
.radio_tick input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_tick input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_tick .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #124f92;
}

.form_side_descp {
    width: 100%;
    display: block;
}

.form_side_descp span {
    float: right;
    text-align: right;
    font-size: 13px;
    color: #124f92;
}

.flight_inner_sect .card .card-body {
    display: block;
    width: 100%;
    padding: 0px;
}

/*Checkbox Css*/
/*.check_tick {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: 50%;
    color: #124f92;
}*/
.check_tick {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

/* Hide the browser's default checkbox */
.check_tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check_tick .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 15px;
    background-color: #eee;
    border-radius: 0;
    transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.check_tick:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the checkbox is checked, add a blue background */
.check_tick input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_tick input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_tick .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #124f92;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_fold {
    /*float: left;
    width: 100%*/;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    padding: 10px 6px;
}

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

.rating_sect a {
    color: #000;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}

.rating_sect {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.folks_rating img {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.folks_rating span {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}

.folks_rating p {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.folks_rating a {
    color: #00b67a;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
}

.folks_rating img {
    float: left;
    width: 100%;    
    margin-bottom: 15px;
}

.folks_rating {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    background-color: #ffffff;
    margin-top: 20px;
}

.lugagge-image {
    text-align: right;
}

.review_inner img {
    float: left;
    width: auto;
    margin-top: 2px;
    margin-right: 10px;
}

.review_inner h2 {
    margin-left: 0px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
}

.border_bt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 24px;
}

.flight_data h3 {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.flight_data {
    float: left;
    width: auto;
    font-family: "Manrope", sans-serif;
}

.flight_right {
    float: right;
    width: auto;
    text-align: right;
    font-family: "Manrope", sans-serif;
}

.flight_data p {
    font-weight: 700;
}

.flight_right p {
    margin-bottom: 0;
    margin-top: 20px;
    cursor: pointer;
}

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

.bottom_details_flight img {
    float: left;
    width: auto;
    margin-right: 5px;
}

.bottom_details_flight p {
    float: left;
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.flight_details_inn {
    float: left;
    width: auto;
    font-family: "Manrope", sans-serif;
}

.flight_details_inn span {
    color: #a1a1a1;
}

.flight_details_inn p:last-child {
    font-weight: 400;
    float: left;
    width: auto;
}

.flight_details_inn img.luggage-imgs {
    max-width: 20px;
    float: left;
    width: auto;
}

.review_section .shadow_back {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.bottom_details_flight .row:nth-child(1) {
    margin-bottom: 20px;
}

.ticket_details {
    float: left;
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
    padding: 15px;
}

.ticket_details .right_tt {
    float: right;
    width: auto;
}

.ticket_details .left_tt {
    float: left;
    width: auto;
    margin-right: 5px;
}

.ticket_details .right_tt p {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
}

.ticket_details .left_tt img {
    float: left;
    width: auto;
    margin-right: 5px;
}

.ticket_details .left_tt p {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    float: left;
    width: auto;
}

.ticket_details .right_tt img {
    float: left;
    width: auto;
    max-width: 20px;
    margin-right: 10px;
}
.ticket_details .right_tt span {
    font-family: "Manrope", sans-serif;
}
.review_section .shadow_back {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
img.contact_img {
    max-width: 30px;
    margin-top: 0px;
    float: left;
    width: auto;
    margin-right: 10px;
}
label {
    font-family: "Manrope", sans-serif;
}
.form-control {
    font-family: "Manrope", sans-serif;
}
.form-control::placeholder {
    font-family: "Manrope", sans-serif;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #404040;
}

p.pssnger_info {
    font-family: "Manrope", sans-serif;
    background-color: #e6e6ff;
    padding: 10px;
    font-size: 14px;
}

/*Review Page Radio Button */
.review {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

/* Hide the browser's default radio button */
.review input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.review .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #c1e8f0;
}

/* On mouse-over, add a grey background color */
.review:hover input~.checkmark {
    background-color: #c1e8f0;
}

/* When the radio button is checked, add a blue background */
.review input:checked~.checkmark {
    background-color: #c1e8f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.review .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.review input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.review .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #124f92;
}

.review_inner select {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    font-family: "Manrope", sans-serif;
    border-radius: 3px;
    margin-bottom: 16px;
}

:focus-visible {
    outline: 0px;
}

.review_policy ul.key_list {
    font-family: "Manrope", sans-serif;
    padding-left: 20px;
}

.review_policy ul.key_list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.review_policy_btm p {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.price_sum_inner {
    font-family: "Manrope", sans-serif;
}

.price_sum_inner span {
    float: right;
    width: auto;
    text-align: right;
    font-weight: 700;
}

.price_sum_inner p {
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: auto;
    margin-bottom: 0;
}

.price_sum_inner {
    font-family: "Manrope", sans-serif;
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.cancellation_sect span {
    float: left;
    width: 100%;
    color: #027a02;
    margin-bottom: 5px;
}

.cancellation_sect {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cancellation_sect p.grey_txt {
    color: #7e7e7e;
    margin-bottom: 0;
}

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

.booking_btn {
    float: none;
    width: auto;
    max-width: 50%;
    margin: 0 auto;
}

.booking_btn .btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: "Manrope", sans-serif;
}

.booking_btn .btn:hover {
    color: #fff;
}

.flight_catch_ss .flight_catch {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.flight_catch {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.flight_catch_ss .flight_catch h3 {
    font-size: 16px;
    float: left;
    width: auto;
}

.stopwatch_sect {
    float: right;
    width: 20%;
}

.flight_catch_inner {
    float: left;
    width: 80%;
}

.flight_catch_inner p {
    float: left;
    width: 100%;
    font-size: 14px;
}

.plane img.plane-img {
    max-width: 200px;
}

.loader {
    text-align: center;
    width: 100%;
    position: fixed;
    overflow: hidden;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    margin-top: 0;
    z-index: 9999;
    background-color: #fff;
    top: 0;
}
.loader .container{
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.load_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.load_inner .plane img{
    width: 250px;
}

.wait {
    margin: 5rem 0;
}

.iata_code {
    font-size: 30px;
    opacity: 0.6;
    /*top: 35%;
    position: absolute;*/
    color: #124f92;
    font-family: "Manrope", sans-serif;
}

/* .departure_city {
    left: 0;
  } */
.arrival_city {
    /*right: 1.5rem;*/
}

.plane {
    /* position: absolute; */
    margin: 0 auto;
    /*width: 100%;*/
    /*top: 20%;*/
}

.plane-img {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

.earth-wrapper {
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

@keyframes earthAnim {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -340px;
    }
}

/*******Mobile search flight************/
.flight-card {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(16, 35, 49, .15);
    display: flex;
    transition: border-color .5s;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: inherit;
}
.flight-card-main-wrapper {
    border-radius: 4px;
    border-right: none;
    display: block;
    min-height: 1px;
    flex: 0 0 100%;
    height: auto;
    z-index: 1;
}
.flight-card-content {
    border-left: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.flight-card-header {
    align-items: center;
    background-color: #124f92;
    display: flex;
    justify-content: space-between;
    min-height: 20px;
    padding: 5px 8px;
}
.marketing-airlines {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.marketing-airlines img {
    max-height: 14px;
    width: auto;
    margin-right: 10px;
}
.marketing-airlines p.flight-name {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-transform: none;
    margin: 0px;
    color: #fff;
}
.nearby-airport {
    display: flex;
    align-items: center;
}
.nearby-airport span {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
    line-height: 12px;
}
.nearby-airport span img {
    width: 18px;
}
.trip-row {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
}
.trip-row-departure-wrapper {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 65%;
    flex-direction: column;
}
.trip-row-info-flight {
    align-items: center;
    display: flex;
}
.trip-row-departure-mob {
    flex: 0 0 35%;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
}
.trip-row-departure-date {
    font-size: 14px;
    font-weight: 700;
    color: rgb(38, 39, 40);
    text-transform: none;
    line-height: 15px;
}
.trip-row-airport {
    color: #6e7a83;
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
}
.trip-row-timeline {
    align-self: flex-start;
    position: relative;
    flex: 0 0 25%;
}
ul.trip-row-timeline-line {
    justify-content: space-around;
    align-items: center;
    background-color: #bcc7cf;
    display: flex;
    height: 1px;
    list-style: none;
    margin: 6px auto;
    max-width: 110px;
    padding: 0;
}
.trip-row-timeline-dot:last-child {
    margin-right: 0;
}
.trip-row-timeline-dot {
    position: relative;
    align-items: center;
    background-color: #1879c0;
    border: .5px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 13px;
    height: 13px;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: border-color .5s ease;
}
.trip-row-stop-airport-pup-up {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    height: 10px;
    padding-top: 1px;
}
.trip-row-arrival-mob {
    flex: 0 0 40%;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
}
.trip-row-arrival-date {
    font-size: 14px;
    font-weight: 700;
    color: rgb(38, 39, 40);
    text-transform: none;
    line-height: 15px;
}
p.trip-row-departure-duration {    
    line-height: 15px;
    font-weight: normal;
    text-transform: none;
    color: #6e7a83;
    flex: 0 0 20%;
    font-size: 12px;
    margin-left: 1rem;
    margin-right: 1rem;
    position: static;
}
.flight-card-aside-wrapper {
    align-items: center;
    background: #fff;    
    box-sizing: border-box;
    display: flex;
    flex: 0 0 150px;
    justify-content: center;
    position: relative;
    border-left: none;
    border-radius: 0 0 4px 4px;
}
.flight-card-aside {
    align-items: center;
    border-top: 1px solid #eee;
    flex-direction: row;
    height: auto;
    padding: 14px 8px 16px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.cancellation-block {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    line-height: 14px;
    margin: 0;
}
.cancellation-block svg {
    cursor: auto;
    fill: rgb(33, 153, 74);
}
.cancellation-block span{
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: rgb(33, 153, 74);
    text-transform: none;
}
.flight-card-aside-price {
    color: rgb(126, 173, 45);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
.flight-card-aside-price p {
    font-size: 12px;
    margin: 0px;
}
.flight-card-aside-price sup.flight-card-aside-price-currency {
    top: 0;
}
.flight-card-aside-price-arrow {
    font-size: 25px;
    line-height: 24px;
    margin-left: 0px;
}
.flight-card-aside button {
    padding-inline: 8px;
    padding-block: 6px;
    background-color: #124f92;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size:12px;
    z-index: 1;
}
/*******Mobile search flight END************/
/***********Flight Infomation**********************/
.flgt_information_modal{
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100dvh; 
    z-index: 9999;
}
.flgt_information_modal .flight-modal-overlay{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    z-index: 0;
}
.flgt_information_modal .flight-modal-content{
        position: relative;
        background: #f6f6f8;
        padding: 0px;
        border-radius: 0px;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
}
.modal-filters-close-btn {
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 18px;
    z-index: 1000;
    margin: 0 0 0 auto;
    right: 16px;
    top: 16px;
}
.modal-filters-close-btn .modal-close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 18px;
}
.modal-filters-close-btn .modal-close-icon::before {
    content: '';
    height: 20px;
    left: 6px;
    position: absolute;
    width: 3px;
    background-color: #124f92;
    transform: rotate(45deg);
}
.modal-filters-close-btn .modal-close-icon::after {
    content: '';
    height: 20px;
    left: 6px;
    position: absolute;
    width: 3px;
    background-color: #124f92;
    transform: rotate(-45deg);
}
h2.flight-card-trip-cities {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(16, 35, 49, .15);
    box-sizing: border-box;
    /* margin: -15px 0 0; */
    padding: 14px 35px 15px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 0px;
    font-size: 15px;
    font-weight: 800;
}
.flgt_information_modal .flight-modal-content .trip-header {
    background: #fff;
    padding: 0;
}
.flgt_information_modal .flight-modal-content .module_stretch-container {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(72 160 224 / 10%);
}
.flgt_information_modal .flight-modal-content .trip-date-information-holder {
    padding-left: 26px;
}
.flgt_information_modal .flight-modal-content .flex-box {
    display: flex;
}
.flgt_information_modal .flight-modal-content .flex-box svg {
    cursor: auto;
    height: 15px;
    width: 15px;
    margin-left: -26px;
    margin-right: 10px;
}
.flgt_information_modal .flight-modal-content .flex-box h3 {
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #121212;
}
.flgt_information_modal .flight-modal-content p.trip-stop-duration {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: rgb(110, 122, 131);
    text-transform: none;
    margin-bottom: 0px;
}
.flgt_information_modal .flight-modal-content .baggage-info {
    align-items: flex-start;
    display: flex;
}
.flgt_information_modal .flight-modal-content .baggage-info svg {
    cursor: auto;
    fill: rgb(194, 201, 207);
    opacity: 0.8;
    margin: 0 4px 0 0;
    width: 10px;
    height: 14px;
}
.flgt_information_modal .flight-modal-content .baggage-info p {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-transform: none;
    color: #121212;
}
.flight-segment-indent {
    padding: 18px 16px;
}
.flight-segment-indent .trip-data-block {
    display: block;
}
.flight-segment-indent .trip-data-info-flight {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.flight-segment-indent .trip-data-info-flight p.trip-data-departure {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: none;
    margin: 0px;
}
.flight-segment-indent .trip-data-info-flight .trip-data-timeline {
    flex: 0 0 30%;
    position: relative;
}
.flight-segment-indent .trip-data-info-flight .trip-data-timeline ul {
    align-items: center;
    background-color: #bcc7cf;
    display: flex;
    height: 1px;
    justify-content: space-around;
    list-style: none;
    margin: 6px auto;
    padding: 0;
    width: 90%;
}
.flight-segment-indent .trip-data-info-flight .trip-data-timeline ul li {
    background: #f6f6f8;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
}
.flight-segment-indent .trip-data-info-flight p.trip-data-arrival {
    padding-left: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: none;
    margin: 0px;
}
.flight-segment-indent .trip-data-airports {
    display: flex;
    justify-content: space-between;
}
.flight-segment-indent .trip-data-airports p {
    box-sizing: border-box;
    color: #303234;
    flex: 1 1 50%;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
}
.flight-segment-indent .trip-data-block {
    display: block;
}
.flight-segment-indent .trip-airways {
    margin-top: 16px;
    margin-left: 0px;
}
.flight-segment-indent .trip-airways .module_flex-box {
    display: flex;
}
.flight-segment-indent .trip-airways .module_flex-box img {
    max-height: 14px;
    margin-right: 10px;
}
.flight-segment-indent .trip-airways .module_flex-box p {
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    text-transform: none;
}
.flight-segment-indent .trip-airways .module_flex-box .class_flight {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: rgb(110, 122, 131);
    text-transform: none;
}
.module_trip-stop {
    background-color: #fff;
    border: 1px solid #eff0f6;
    margin: 0 16px;
}
.module_trip-stop>div {
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
}
.body_open{
    position: fixed;
    top: 0;
}
/************Flight Infomation END*****************/
/************Contact Modal*****************/
#contactModal .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#contactModal .modal-content {
  max-width: 580px;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  border: none;
}

#contactModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #124f92;
  color: #fff;
  position: relative;
}

#contactModal .modal-title {
  font-size: 1.2rem;
  font-weight: bold;
}

#contactModal .btn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    position: absolute;
    right: 20px;
    height: 25px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 0px 0px;
}

#contactModal .modal-body {
  padding: 0px;
}

#contactModal .modal-body form#contactForm {
    padding: 0px 20px 20px;
}

#contactModal .modal-body h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 1.2rem;
    text-align: center;
    position: relative;
    padding: 12px 10px;
    z-index: 6;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}
#contactModal .modal-body h2::after {
    content: '';
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 100px 100px;
    z-index: -1;
    background-image: url(../images/shape2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#contactModal .modal-body h2 a {
    color: #124f92;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}
#contactModal .modal-body h2 a img {
    width: 20px;
    height: 20px;
}
#contactModal .modal-body .form-group {
    margin-bottom: 8px;
}

#contactModal .form-group label {
    font-size: 14px;
}

#contactModal input, #contactModal textarea {
    padding: 0.6rem;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border 0.2s;
    height: 38px;
}
#contactModal textarea{
    height: 70px;
}

#contactModal input:focus,
#contactModal textarea:focus {
  border-color: #007bff;
}

#contactModal .form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

#contactModal #submitButton {
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    background: linear-gradient(to right, #1a76ba, #28a745);
    font-size: 14px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

#contactModal #submitButton:hover {
  background-color: #0056b3;
}

#contactModal .form-loader {
  display: none;
  margin-left: 1rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.flight-search-mobileinner .new-flight-search-input input{
    width: 100%;
}
.flight-search-mobileinner .new-flight-search-input .toggle-airport-icon{
    display: none;
}
.flight-search-mobileinner .new-flight-search-input{
    margin-bottom: 10px;
}


/*****************************************/


@media screen and (max-width: 420px) {
    .departure_city {
        left: 0;
        right: 0;
        top: 30%;
        position: absolute;
        margin: 0 auto;
    }

    .arrival_city {
        left: 0;
        right: 0;
        top: 93%;
        position: absolute;
        margin: 0 auto;
    }
}

.iata_code p {
    font-size: 20px;
}

.loader span {
    /*margin-top: 30px;*/
   /* float: left;
    width: 100%;*/
}

.show_more_pssnger p {
    font-size: 14px;
    cursor: pointer;
}

.show_more_pssnger {
    text-align: right;
}

.cookie_sect img.cookie-img {
    max-width: 50px;
}

section.cookie_sect {
    text-align: center;
    box-shadow: 0px 21px 95px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 30px;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

section.cookie_sect p {
    margin-bottom: 0;
}

.cookie_sect button.cookie_btn {
    border: none;
    font-size: 14px;
    background-color: #124f92;
    color: #fff;
    padding: 10px 15px;
    float: left;
    font-family: "Manrope", sans-serif;
}

section.cookie_sect a {
    color: #124f92;
}

.selectway {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #124f92;
}

/* Hide the browser's default radio button */
.selectway input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.selectway .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.selectway:hover input~.checkmark {
    background-color: #bfe5e9;
}

/* When the radio button is checked, add a blue background */
.selectway input:checked~.checkmark {
    background-color: #bfe5e9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.selectway .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.selectway input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.selectway .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #124f92;
}

.open_popup .modal-imgage img {
   max-width: 110px;
}

.open_popup .modal-body {
    padding: 0px;
}

.open_popup .modal-dialog {
    max-width: 50%;
    margin: 6% auto;
}

.open_popup .modal-header {
    border-bottom: none;
    padding: 0;
}

.open_popup .btn-close {
    opacity: 1;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 16px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    transition: 0.5s;
}
.open_popup .btn-close:hover{
    opacity: 0.7;
}

/*.open_popup .btn-close:hover {
    opacity: 1;
}*/

.open_popup .modal_btm_cont {
    background: linear-gradient(90deg, rgba(193, 234, 177, 1) 0%, rgba(156, 210, 200, 1) 50%);
    padding: 20px;
    float: left;
    width: 100%;
}

.open_popup .modal-body .row {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.open_popup .modal-contact span {
    color: #124f92;
}
.open_popup .modal-contact h5 {
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    font-family: "Manrope", sans-serif;
    color: #161920;
}
.open_popup .modal-contact h2 {
    margin-bottom: 0;
    font-size: 28px;
    background: -webkit-linear-gradient(#bce7b3, #124f92);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-top: 8px;
}

.open_popup .modal-contact {
    text-align: center;
    padding-right: 20px;
}

.open_popup .modal_btm_cont h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 32px;
    color: #161920;
    font-size: 19px;
    position: relative;
}
.open_popup .modal_btm_cont h4::after {
    content: '';
    background-color: #124f93;
    width: 70px;
    left: 0;
    bottom: -8px;
    height: 2px;
    position: absolute;
    right: 0;
    margin: 0 auto;
}

.open_popup .modal_btm_cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.open_popup .modal_btm_cont ul li {
    list-style: none;
    float: none;
    position: relative;
    padding-left: 28px;
    column-count: 2;
    flex: 0 0 48%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    color: #495057;
}
.open_popup .modal_btm_cont ul li img {
    max-width: 22px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
}

.open_popup .modal_btm_cont ul li p {
    font-size: 14px;
    color: #161920;
    line-height: 1.4;
    margin: 0px;
}

.open_popup .top_div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/*.header {
    float: left;
    width: 100%;
    position: absolute;
}*/

/*.sticky.header {
    height: auto;
}*/

section.review_section {
    padding-top: 130px;
    /* padding-bottom: 60rem; */
}

.outbound_inner {
    padding: 20px 0;
}

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

.outbound_dd_inner img {
    float: left;
    width: 60px;
    height: 50px;
    object-fit: cover;
}

.outbound_btm p {
    margin-bottom: 0;
}

.outbound_btm {
    float: left;
    width: auto;
    margin-left: 10px;
}

.outbound_btm span {
    color: #a1a1a1;
}

.outbound_time {
    text-align: right;
}

.grey_bb {
    background-color: #f1f1f1;
    padding: 15px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grey_bb .outbound_details p {
    margin-bottom: 0;
}

.ticket_details.inbound_descp .left_tt img {
    transform: rotate(-180deg);
}

.outbound_description p {
    font-weight: 600;
}

section.blog_detailed {
    margin-top: 80px;
    padding-bottom: 0;
    /*
    background-color: #646464;
    height: 500px;
    position: relative;
*/
}

.blog_listing {
    background-color: #000;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.blog_detailed_list {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    float: left;
    text-align: center;
}

img.blog_inn_image {
    margin-bottom: 20px;
}

.blog_detailed h2 {
    font-weight: 700;
}

.blog_detailed ul {
    padding-left: 0;
    margin-top: 30px;
}

.blog_detailed ul li h3 {
    font-weight: 600;
}

.blog_detailed ul li:before {
    content: '';
    background-image: url(../images/airplane.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.blog_detailed ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 30px;
}

.blog_detailed ul li p {
    font-size: 14px;
}

.blog_detailed_list ol li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.blog_detailed_list h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

.date_row {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.descp_full a {
    background-color: #124f92;
    padding: 15px 20px;
    margin-top: 0px;
    float: left;
    width: auto;
    color: #fff;
    text-decoration: unset;
}

.blog_list_descp {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blog_list_descp img {
    float: left;
    width: 100%;
}

.recent_post {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
}

.recent_post h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.recent_post_descp p a {
    color: #124f92;
    font-size: 14px;
}

section.blog_list_inner {
    padding-bottom: 0px;
}

section.contact_section {
    padding-bottom: 0px;
}

.breadcrumb {
    display: inline-flex;
}

.contact_form_sect .form-group {
    margin-bottom: 20px;
}

.contact_form_sect .form-control {
    border-radius: 0;
}

.contact_form_sect button.btn.btn-default {
    background-color: #124f92;
    padding: 10px 40px;
    margin-top: 0px;
    float: left;
    width: auto;
    color: #fff;
    text-decoration: unset;
    border-radius: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

section.banner_inerpage::after{    
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
section.banner_inerpage {  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 500px;
    position: relative;
}

section.about_info {
    padding-bottom: 0;
}

.about_info h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.flights_dropdown button#dropdownMenuButton {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #124f92;
}

secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.flights_dropdown .dropdown-menu {
    border-radius: 0px;
}

.sidebars {
    width: 25%;
    height: 25vh; 
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}
.home_select {
    margin-top: 20px;
}
.home_select .main_form_cc {
    margin-top: 0;
}
.home_select button.btn.btn-secondary.dropdown-toggle {
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #124f92;
    width: 100%;
}
.home_select ul.dropdown-menu.show li a {
    color: #173846;
}
.home_select ul.dropdown-menu.show {
    background-color: #fff;
}
.sidebar {
 /* position: -webkit-sticky;
  position: sticky;
  top: 160px;*/
}
button.add-segment-btn {
    background: linear-gradient(to right, #1a76ba, #28a745);
    color: white;
    border: none;
    padding: 0 1.5rem;
    height: 42px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-top: 20px;
}
.multi-city-segments .input-row.segment {
    margin-bottom: 15px;
}
.multi-city-segments .new-flight-search-input{
    margin-bottom: 10px;
}
.autocomplete-suggestions li{
    text-align: left;
}
.footer_descp ul {
    padding-left: 0;
}
.dropdown-section .dropdown-toggle p {
    margin-bottom: 0 !important;
    color: rgb(22, 25, 32);
    font-size: 14px;
}
.form_section .dropdown-group {
    min-width: 170px;
}
.form_section .dropdown-toggle::after{
    position: absolute;
    right: 10px;
}
button.remove-segment-btn {
    position: absolute;
    right: 10px;
}
.form_section input#return_date {
    margin-top: 0px;
    padding-left: 0;
    text-align: left;
    float: left;
    height: 100%;
}
.tabs_section .ai_img {
    float: left;
    max-width: 70px;
    height: auto;
    width: auto;
}
.stopwatch_sect img {
    max-width: 40px;
}
.form_section button.remove-segment-btn {
    background: transparent;
}
.gmap_canvas {
    float: left;
    width: 100% !important;
}
.mapouter {
    width: 100% !important;
}
/*.form_section .dropdown-toggle{
    height: 45px;
}*/
.call_to img.callus {
    max-width: 30px;
    margin-bottom: 3px;
    margin-right: 3px;
}
#contactForm button.btn.btn-primary {
    background: linear-gradient(to right, #1a76ba, #28a745);
    font-family: "Manrope", sans-serif;
    border: none;
    font-size: 16px;
}
#bookingForm label {
    font-size: 14px;
    margin-bottom: 5px;
}
.flight_right a {
    color: #124f93;
    font-size: 14px;
}
.show_more_pssnger a {
    color: #124f93;
    font-size: 14px;
}
.review_section h4 {
    margin-top: 20px;
}
.form-control::placeholder{
    font-size: 14px;
}
.passenger-title {
    margin-bottom: 20px;
}
.review_section a {
    color: #124f93;
}
.cancellation_sect p {
    font-size: 14px;
}
#bookingForm .form-control {
    margin-bottom: 20px;
}
#bookingForm .form-control{
    font-size: 14px;
}
.review_radio_btns {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.input-group-text{
    height: 35px;
}
/*.flight_header .form_section input#return_date {
    margin-top: 12px;
}*/
.top_blue_header p:last-child {
    cursor: pointer;
}
a.toggle-details-btn {
    color: #fff;
}
a.toggle-details-btn:hover {
    color: #fff;
}
.need_help_sect {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
}
.need_help_sect h3 {
    font-size: 20px;
}
.need_help_sect p {
    font-size: 12px;
}
.book_with_us {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
    background-color: #fff;
}
.book_with_us h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 15px 10px 0px;
}
.book_with_us ul li img {
    max-width: 30px;
}
.book_with_us ul {
    padding-left: 0;
    margin-bottom: 0;
}
.book_with_us ul li {
    list-style: none;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    border-bottom: 1px solid #ededed;
}

.book_with_us ul li img {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
    margin-top: 0;
}
.book_with_us ul li:last-child {
    margin-bottom: 0;
}
#contactModal .modal-dialog {
    margin: 10% auto;
    max-width: 60%;
}
#contactModal h5{
    font-family: "Manrope", sans-serif;
}
/*.check_fold .check_tick {
    width: 80%;
}*/
/*Mobile Accordion */
.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
/*
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
*/
  padding: 20px 0 20px 0px;
/*
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
*/
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 15px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 15px;
  color: #124f93;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 650px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.mobile_accordion input[type="checkbox"] {
  display: none;
}
.mobile_accordion {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}
.mobile_accordion #return_date {
    margin-top: 0 !important;
}
#myAccords{
    position: sticky !important;
    top: 0;
    z-index: 9;
/*
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
*/
}
.sticky + .dropdown-section {
  padding-top: 102px;
}
.map_section div#gmap_canvas {
    overflow: unset !important;
}
.flight-details.show .inner_data {
    padding: 10px;
}
.flight_catch_ss .sidebar {
    top: -70px;
}
#loader .heading_txt {
    margin-top: 20px;
}
.loaders #myAccords{
    display: none;
}
.flight-entry .inner_data {
    padding: 0px 10px;
}
#faq p {
    font-size: 12px;
    color: #124f92;
}
p.only_mobile{
    display: none;
}
p.only_mobile img {
    max-width: 24px;
}
p.only_mobile a {
    color: #124f93;
    font-size: 14px;
}
.disclaimer_text {
    font-size: 13px;
    margin-top: 10px;
}
span.po_deal {
    margin-bottom: 10px;    
    position: absolute;
    top: -19px;
    font-size: 12px;
    right: 0;
    font-weight: bold;
    animation: blinkFade 1.5s infinite ease-in-out;    
}

@keyframes blinkFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blinker 1s linear infinite;
  font-weight: bold;
}

@keyframes blinker {
  50% { opacity: 0; }
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}
/**********An****************/
.navbar {    
    background-color: #F7F7F7;
    padding: 0px 1.7rem!important;
    border-radius: 32px;
    border: 1px solid rgba(247, 247, 247, 0.1);
        -webkit-transition: all 350ms;
    transition: all 350ms;
    height: 72px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
ul.navbar-nav {
    gap: 30px;
    padding-left: 40px;
}
.header-area.style-three {
    top: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 2%;
    padding-right: 2%;
    left: 0;
    z-index: 5;
    -webkit-transition: all 350ms;
    transition: all 350ms;
        background-color: transparent;
    position: fixed;
    width: 100%;
}
.header-area.style-three.sticky-on {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.brand_logo {
    max-width: 90px;
    position: relative;
    z-index: 1;
    top: 2px;
    position: absolute;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    border-radius: 0.35rem;
}
button.navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.sticky-on .brand_logo {
    max-width: 80px;
}
.banner_text {
    margin-bottom: 24px;
}
.banner_text p {
    font-size: 25px;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Montez", cursive;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}
.banner_text h1,
.banner_text h2{
    font-weight: 800;
    line-height: 1.12;
    font-size: 50px;
    font-family: "Manrope", sans-serif;
}
.cloud-img{
    width: 100%;
}

.form_section .dropdown-toggle {
    height: 30px;
    font-size: 13px;
    min-width: 160px;
    font-weight: 500;
    margin-right: 0px;
    color: rgb(22, 25, 32);
}
.dropdown-section ul.dropdown-menu li {
    padding: 5px 11px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: rgb(22, 25, 32);
    border-bottom: 1px solid #e8e8e8;
}
.dropdown-section ul.dropdown-menu li p b{
    font-weight: 600;
}
.new-flight-search-input {
    height: 42px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 14px;
    color: #1f2a44;
    position: relative;
}    
.new-flight-search-input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    color: #1f2a44;
}
/*.search-button {
    background: linear-gradient(to right, #1a76ba, #28a745);
    color: white;
    border: none;
    padding: 0 1.5rem;
    height: 42px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    text-transform: uppercase;
}*/
.form_section {
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 15px;
}
/**************Topsection**********/
section.why-choose-section {
    padding: 40px 0px;
    position: relative;
}
.why-choose-thumbnail {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.why-choose-section img {
    border-radius: 18px;
    width: 100%;
}
.why-choose-thumbnail .second-img {
    width: 55%;
}
.why-choose-thumbnail .second-img img {
    width: 100%;
}
.why-choose-thumbnail .third-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 45%;
    border-radius: 30px;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
}
.why-choose-thumbnail .third-img img {
    width: 100%;
}
span.sub-title {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Montez", cursive !important;
    display: inline-block;
    font-size: 32px;
    color: #124f92;
}
.why-choose-content p {
    line-height: 1.67;
    color: #767676;
}
.why-choose-content {
    padding-left: 30px;
}
.about-card-sm .icon {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #161920;
    background-color: #F7F7F7;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 2rem;
}
.about-card-sm .icon::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #124f92;
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: -100;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.about-card-sm .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: -5;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
p {
    font-size: 16px;
    line-height: 1.67;
    color: #767676;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #161920;
    font-weight: 700;
    line-height: 1.3;
}
.about-card-sm .line {
    width: 1px;
    height: 60px;
    background: #767676;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.about-card-sm h4 {
    font-size: 20px;
}
a.btn.btn-success{
    height: 54px;
    padding: 14px 32px;
    font-size: 16px;
    background-color: #3CB371;
    color: #FFFFFF;
    min-width: auto;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    border-radius: 5rem;
    border: 0;
    font-weight: 700;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
a.btn.btn-success svg{
     width: 18px;
    fill: #ffff;
    margin-left: 11px;
}
.btn-success:active, .btn-success:hover, .btn-success:focus {
    background-color: #161922!important;
    color: #FFFFFF;
}
.btn-success:active, .btn-success:hover, .btn-success:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 12px;
}
/*********Blog***********/
.tg-blog-item {    
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    position: relative;
}
.tg-blog-thumb img {
    border-radius: 20px 20px 0px 0px;
    transition: all 0.4s ease;
    max-height: 240px;
    object-fit: cover;
    min-height: 240px;
}
.tg-blog-thumb {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.tg-blog-thumb img {
    border-radius: 20px 20px 0px 0px;
    transition: all 0.4s ease;
}
.tg-blog-item:hover .tg-blog-thumb img {
    transform: scale(1.1);
}
img, .img {    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tg-blog-tag {
    top: 30px;
    left: 30px;
}
.tg-blog-tag {
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 4px;
    background: #124f92;
    padding: 1px 14px;
    top: 20px;
    z-index: 1;
    left: 10px;
    position: absolute;
}
.tg-blog-content {
    padding: 18px 25px;
}
.tg-blog-title {    
    font-size: 24px;
    line-height: 1.2;
}
.tg-blog-title a {
    text-decoration: none;
    color: #161920;
    font-size: 18px;
    line-height: 1.4;
}
.tg-blog-date span {
    font-size: 15px;
    line-height: 1.71;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
    color: #353844;
}
.tg-blog-date span img {
    max-width: 13px;
    margin-top: -2px;
}
/****Contact Page********/
section.contact_page {
    padding: 70px 0px 0px;
}

section.contact_page .section-title .sub-content {
    color: #124f92;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 21px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 10px 60px rgba(92,48,253,.2);
    padding: 6px 12px;
    border-radius: 10px;
    font-family: "Montez", cursive;
}
section.contact_page .section-title h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2s;
    text-transform: capitalize;    
    margin: 25px 0px 15px;
}
.section-title .sub-content img {
    margin-right: 10px;
    animation: icon-animation 1.5s ease-in-out infinite
}
@keyframes icon-animation {
    0% {
        transform: rotate(0deg)
    }

    20%,32%,44%,56%,68% {
        transform: rotate(0deg)
    }

    23%,35%,47%,59%,71% {
        transform: rotate(15deg)
    }

    26%,38%,50%,62%,74% {
        transform: rotate(0deg)
    }

    29%,41%,53%,65%,77% {
        transform: rotate(-15deg)
    }

    80% {
        transform: rotate(0deg)
    }
}

.contact-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(30%) brightness(90%);
  transition: filter 0.3s ease;
}

.contact-map:hover iframe {
  filter: none;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.contact-map:hover .map-overlay {
  opacity: 0;
}
.contact-map {
    margin-top: 70px;
}
section.contact_page ul.contact-list {
    padding: 0px;
    margin: 0px;
}
section.contact_page ul.contact-list li {
    list-style: none;
    margin-bottom: 15px;
    color: #212529;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
}
section.contact_page ul.contact-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #124f92;
}
section.contact_page ul.contact-list li a {
    color: #212529;
    text-decoration: none;
}
section.contact_page ul.contact-list li a:hover{
    color: #F56960;
}
section.contact_page .contact-right {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    border-radius: 5px;
}
section.contact_page .contact-right h4 {
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-right .form-group {
    margin-bottom: 12px;
}
.contact-right .form-group .error-text {
    font-size: 12px;
    margin: 0px;
}
section.contact_page .contact-right .form-control, section.contact_page .contact-right textarea {
    width: 100%;
    background-color: transparent;
    color: #696969;
    outline: none;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
section.contact_page .contact-right .theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background: #124f92;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 40px;
    transition: all .4s ease-in-out;
    letter-spacing: 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    z-index: 9;
    font-weight: 600;
    margin-top: 16px;
}
.theme-btn:before {
    left: -20px;
    transform: translate(-50%,-50%);
}
.theme-btn:after {
    right: -20px;
    transform: translate(50%,-50%);
}
.theme-btn:hover:before {
    animation: criss-cross-left .8s both;
    animation-direction: alternate
}
.theme-btn:hover:after {
    animation: criss-cross-right .8s both;
    animation-direction: alternate
}
.theme-btn:after, .theme-btn:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #212529;
    border-radius: 50%;
    z-index: -1;
}
.theme-btn:hover {
    color: #ffffff!important;
}
@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    to {
        left: 50%;
        width: 375px;
        height: 375px
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    to {
        right: 50%;
        width: 375px;
        height: 375px
    }
}

@media only screen and (min-width: 1200px) {
    .header-area.style-three.sticky-on .navbar {
        height: 64px;
    }
}
