@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* icon section styling */

.main_icon_section{
    display:flex;
}

.review_modal{
    min-width: 570px !important;
}

.image_caption{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size:16px;
    color: black;
}
.icon_section{
    cursor: pointer;
    text-align: center;
}

.icon_section .info_section{
    background: black;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 7px;
    margin-bottom: 2px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.icon_section .info_section:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
.icon_section .info_section:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid black 10px;
    bottom: -10px;
    color:black;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
.icon_section:hover .info_section {
    opacity: 1;
    pointer-events: auto;
    }
    



.product{
    transform: translate(0%, 0%);
    width:262px;
    height:250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin:0 50px 70px 0;
    background: #0e0e0f;
    overflow: hidden;
}


.product .imgbox{
    height: 100%;
    box-sizing: border-box;
}

.Read_more_links{
    font-size: 16px !important;
    Color: #0A3B63 !important;
    text-decoration: underline !important;
}

.Read_more_links:hover{
    color:red;
}

.product .imgbox{height: 100%;box-sizing: border-box}
.product .imgbox img{display: block;width: 100%; height:100%}
.specifies{height: 125px; position: absolute;width: 100%;bottom: -82px;background: #fff;padding:10px;box-sizing: border-box;transition: .5s}
.product:hover .specifies{bottom: 0;}
.specifies h2{margin:0 0 9px;padding:0;font-size:20px;width:100%}
.specifies h2 span{font-size:15px;color:#ccc;font-weight:normal}
.specifies>p.community-review-title+p+p{min-height:136px}
.specifies .price{position: absolute;top: 12px;right: 25px;font-weight: 600;color: #000;font-size: 20px}
label{display: block;margin-top: 5px;font-weight: bold;font-size: 15px}
ul{display: flex;margin: 0;padding: 0}
ul li{list-style: none;margin: 5px 5px 0;font-size: 15px;font-style: normal;color: #ccc}
ul li:first-child{margin-left: 0}
ul.colors li{width: 15px;height: 15px}
ul.colors li:nth-child(1){background: #4A148C}
ul.colors li:nth-child(2){background: #F50057}
ul.colors li:nth-child(3){background: #536DFE}
ul.colors li:nth-child(4){background: #388E3C}
ul.colors li:nth-child(5){background: #FF6D00}
.btn{display: block;padding: 5px;color: #fff;margin: 10px 0 0;width:100%;font-size: 13px;border-radius: 2px}

.best_Airline_review{
    display: flex;
    align-items: center;
    width: 675px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 0 50px 0 0;
    background-color: white;
    position: relative;
}

.review_image{                                
    height:215px;
}


.text-content {
    padding:20px;
}

.best-airline-subtitle{
    padding: 0;
    font-size: .79rem;
    line-height: 1.25;
    font-family:'Lato';
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.best-airline-title{
    margin-bottom: 0;
    font-size: 4rem;
    font-family:'Lato';
}

.best-airline-review-link{
    position: static;
    width: auto;
    padding-bottom: 0;
    margin: 1rem 0 1.5rem;
    text-align: left;
    font-size: 0.95rem;
    color: cornflowerblue;
    font-weight: 600;
}

.best-airline-description{
    margin: 0.25rem 0;
    font-family: 'Lato';
    font-size: 1.27rem;
}

.Award-poistion{
    position: absolute;
    top:20px;
    left:435px;
}

hr{
    margin-top: 40px !important;
    border-bottom: 1px solid lightgray !important;
}
.hide {
  display: none;
}

.show{
  display: block;
}

.image-subtitle{
    font-size: 10px;
}

.starss{
    cursor: pointer;
}


i.fa-solid.fa-star {
    color: orange !important;
}


.image-subtitle{
    font-size: 10px;
}

.Story-heading{
    font-size: 30px;
    font-weight: 700;


}


.description-detail-link{
    font-size: 15px;
    font-weight: 600;
    color:#0A3B63;
    text-decoration: underline;
}
.section-tite{
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1rem;
}

.slider {
    width: 100%;
}

.slick-slide{
    height: 200px !important
}

.slick-slide img {
    padding:0 10px;
    height: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev:hover{
    background-color: black !important;
}
.slick-next:hover{
    background-color: black !important;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}



.imgage_slider {
    display: flex;
    align-items: center;
    height: 200px;
    margin: 0 5px;
    justify-content: center;
    overflow: hidden;
}

.imgage_slider img {
    max-width: inherit;
    height: 200px;
}

.reviews-messages{
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    transition: box-shadow .2s;
    height: 100%;
    width:100%;
    padding:15px;
    text-align: inherit;
    font-weight: 600;
    border-radius: 0.625rem;
    background-color: transparent !important;
    color:black !important;
    border-color: white;
}
.community-reviews{
    font-size: 17px;
    color: #7A7A7A;
}
.community-review-title{
    font-weight: 500;
    font-size: 15px;
}
.communtiy-review-name{
    font-weight: 700;
    font-size: 18px;;
}
.review-subheading{
    font-size: 18px;
    font-weight: 700;
    color:black;
}
.review-icon{
    color:#0A3B63;
}
.review-grading{
    font-size: .889rem;
    line-height: 1.5;
    display: inline-block;
    text-decoration: dotted;
    margin-top: 1.5rem;
    color: #757575;
}
.editor{
    
    text-decoration: underline !important;
}
.iwt{
    display:block;
}     
.text_heading{
    text-align: center;
    font-size: 1.602rem;
    font-weight: 700;

}
.text-para{
    text-align: center;
    font-size: 1.266rem;
    font-weight: 500;
    color: #7A7A7A;

}
.review-details-title{font-weight:700;font-size:40px;line-height:40px}
.review-deatils-text{
    font-size: 18px;
    color: #7A7A7A;

}
.review-deatils-rates{
    font-size: 18px;
    color: #7A7A7A;
    font-weight: 600;

}
.review-block{
    background-color: #ebebfc;
    border-color: #ebebfc;
    border-radius: 4px;
    padding: 16px 0 16px 0;
}
.get-unlimitedreview-button{
    padding:6px 10px;
    background-color: #6EC1E4  !important;
    color:white;
    border-radius: 50px;
    font-size: initial;
}

.get-unlimitedreview-button:hover{
    padding:6px 10px;
    background-color: #0A3B63 !important;
    color:white;
    border-radius: 50px;
    font-size: initial;
}
.rate-button{
    background-color: white;
    border:1px solid #0A3B63;
    position: absolute;
    right: 0;
}
.review-details-subtitle{
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}
.reviw-detail-description{
    color:black;
    font-size: 19px;
}
.container .card
{
    max-width: 300px;
    height: 213px;
    margin: 55px 10px;
    /*padding:0 15px;*/
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
}
.container .card:hover
{
    height: 450px;
}
.container .card .imgContainer
{
    position: relative;
    width:100%;
    top:-50px;
    margin-bottom: -50px;
    z-index: 1;
}

.container .card .imgContainer img
{
    max-width: 100%;
    /*border-radius: 4px;*/
}
.container .card .content
{
    position: absolute;
    margin-top: -100%;
    padding: 10px 15px;
    text-align: center;
    color:#111;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.container .card:hover .hide_stars{display:none}
.container .card:hover .imgContainer{margin-bottom:0}
.container .card:hover .content
{
    position: relative;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}


.accordian-tabs{
    width:100%;
    background-color: #0A3B63;
    border: 1px solid #0A3B63;
    color:white;
    font-size: 18px;
    margin:4px 0;
    border-bottom: 1px solid lightgray;

}

.accordian-tabs:hover{
    width:100%;
    background-color: #0A3B63;
    border: 1px solid #0A3B63;
    color:white;
    font-size: 18px;
    
}

.accordian-tabs:active{
    width:100%;
    background-color: #0A3B63;
    border: 1px solid #0A3B63;
    color:white;
    font-size: 18px;
    
}

.show{
    display: block;
}

.Card{
    border: 2px solid lightgray;
    padding: 20px;
    margin: 5   px 0;
    
}

.Card.Card-body{
    font-size: 16px;

}
  
  /* Rating Star Widgets Style */
  .rating-stars ul {
    list-style-type:none;
    padding:0;

  }
  .rating-stars ul > li.star {
    display:inline-block;
    font-size: 17px;
    
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }
  


.button_icons_feature{
    background-color: white !important;
    padding:0 !important;
    margin-left:10px;
}


.feature-icons{width:64px}
.custom-feild-data{text-align: start !important}
.button_title{
    color: black;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.button_icons_feature:hover{
    border: none;
    background-color: black !important;
    color: white !important;

}
/* Login Form Css */

.xoo-el-sidebar{
    background-image:url('../images/emirates.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100% !important;
}


.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #0A3B63 !important;
    color: #ffffff;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background-color:#0A3B63 !important ;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    height: 100% !important;
}




  /* Sign-In form CSS */


  .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }

  .form label{
    display: flex;
  }
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0 0 15px !important;
    padding: 15px !important;
    box-sizing: border-box;
    font-size: 14px;
  }
  .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }
  .form button:hover,.form button:active,.form button:focus {
    background: #43A047;
  }
  .form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 15px;
  }
  .form .message a {
    color: #0A3B63;
    text-decoration: none;
  }
  .form .register-form {
    display: none;
  }





  /* new-css-updated */
  .category-icon{
    margin:0 30px 0 0;
    font-weight: 600;

  }
  .category-icon img{
    align-items: center;
  }


.Airline_Description{
    text-align: justify;
}

.icon_description{
    text-align: justify;
    margin: 0 25px;
}

@media (max-width: 767px){
    .Airline_Description{
    text-align: justify;
}
    .icon_description{
    text-align: justify;
    margin: 0 25px;
}
.col-3, .col-9 {
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100%;
  }
.product{
   margin: 0 0px 70px 0;
}

}

@media (max-width: 330px){
    .container .card .imgContainer{
        left: -2px;
    }
    .Airline_Description{
    text-align: justify;
}
    .icon_description{
    text-align: justify;
    margin: 0 25px;
}
.col-3, .col-9 {
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100%;
  }
  .product{
   margin: 0 0px 70px 0;
}
}

.icon_sections_updated .align-items-center{margin-top:15px;margin-bottom:15px}
.icon_sections_updated p{font-size:15px}
.review-assistance-webpack-link,
.review-assistance-telephone-number{font-size:16px}