:root {
  --footerSpriteImgUrl: url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp);
  --flagSpriteImgUrl: url(https://c.myholidays.com/cms/images/theme/flags.png);
  --searchSpriteImgUrl: url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);
  --maskBtnImgUrl: url(https://c.myholidays.com/cms/images/theme/Maskbtnbg.svg);
  --downArrowImgUrl: url(https://c.myholidays.com/cms/images/theme/down_arrow.png);
  --bgClearImgUrl: url(https://c.myholidays.com/cms/images/theme/bg_crl_path.png);
  --myhFlightImgUrl: url(https://c.myholidays.com/cms/images/theme/MyHolidaysFlight.png);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
button,
input,
select,
textarea {
  outline: 0 !important;
  border: none;
  text-decoration: none;
}
a {
  cursor: pointer;
}
.col_grid1 {
  width: 8.33333333%;
  float: left;
  padding: 0 15px;
}
.col_grid2 {
  width: 16.66%;
  float: left;
  padding: 0 15px;
}
.col_grid3 {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.col_grid4 {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.col_grid5 {
  width: 41.66666667%;
  padding: 0 15px;
}
.col_grid6 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.col_grid7 {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}
.col_grid8 {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
}
.col_grid9 {
  width: 75%;
  float: left;
  padding: 0 15px;
}
.col_grid10 {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
}
.col_grid11 {
  width: 91.66666667%;
  float: left;
  padding: 0 15px;
}
.col_grid12 {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.pull_left_sec {
  float: left !important;
}
.pull_right_sec {
  float: right !important;
}
.centerContainer {
  width: 80%;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: robotoregular;
  color: #161616;
  background: #f8f8f8 !important;
}

.landingpageeditor {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}

#contrytopBox {
  background: #00808a;
  width: 100%;
}
#contrytopBox .contrytopBoxcontent {
  padding: 5px;
  color: #fff;
  font-size: 12px;
}
#contrytopBox .contrytopBoxcontent a {
  color: #fff;
  text-decoration: none;
}
#contrytopBox .contrytopBoxcontent .contrytopBoxclose {
  float: right;
  cursor: pointer;
}
#contrytopBox .contrytopBoxcontent .contrytopBoxclose:hover {
  color: #b81a52;
}

.containermain {
  width: 1170px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
.innerrow {
  margin: 0 -15px 0 -15px;
  display: block;
  clear: both;
}

.ExploreUsMain {
  width: 100%;
  float: left;
  clear: both;
  background: #e6e6e6;
  padding: 40px 0 0 0;
}
.ExploreUsMain h5 {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
}

.flex-full-row.flex-bg.flex-bg2 img{
  clip-path: ellipse(90% 84.78% at 50% 0);
}


.ExploreUsMain ul.mainfmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ExploreUsMain ul.mainfmenu li {
  margin: 0 0 15px 0;
}
.ExploreUsMain ul.mainfmenu li a {
  color: #161616;
  text-decoration: none;
  display: inline-block;
}
.ExploreUsMain ul.mainfmenu li a:hover {
  color: #01575e;
}
.ExploreUsMain ul.mainfmenu li a:hover:after {
  content: "\25B6";
  color: #01575e;
  margin-left: 5px;
  font-size: 12px;
}
.ExploreUsMain ul.mainfmenu li a.active:after {
  content: "\25B6";
  color: #01575e;
  margin-left: 5px;
  font-size: 12px;
}
.ExploreUsMain ul.mainfmenu li a.active {
  color: #01575e;
}
.ExploreUsMain .frightdata {
  width: 100%;
  display: none;
}
.ExploreUsMain .frightdata.active {
  display: block;
  transition: 0.5s ease-in-out !important;
}
.ExploreUsMain .frightdata ul.fonefor {
  width: 25%;
  padding-right: 10px;
  float: left;
  transition: 0.5s ease-in-out !important;
  margin: 0;
  list-style: none;
}
.ExploreUsMain .frightdata ul.fonefor span {
  color: #111;
  font-family: robotomedium;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 10px;
}
.ExploreUsMain .frightdata ul.fonefor li {
  margin: 0 0 10px 0;
  transition: 0.5s ease-in-out !important;
}
.ExploreUsMain .frightdata ul.fonefor li a {
  color: #161616;
  text-decoration: none;
  display: inline-block;
}
.ExploreUsMain .frightdata ul.fonefor li a:hover {
  color: #00808a;
}
.ExploreUsMain .frightdata ul.fullul {
  width: 100%;
  padding-right: 10px;
  float: left;
  transition: 0.5s ease-in-out !important;
  margin: 0;
  list-style: none;
}
.ExploreUsMain .frightdata ul.fullul li {
  margin: 0 0 10px 0;
  transition: 0.5s ease-in-out !important;
  width: 25%;
  float: left;
  padding-right: 10px;
}
.ExploreUsMain .frightdata ul.fullul li a {
  color: #161616;
  text-decoration: none;
  display: block;
}
.ExploreUsMain .frightdata ul.fullul li a:hover {
  color: #00808a;
}
.ExploreUsMain .frightdata ul.fullul li a img {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}
.ConnectUsfooter {
  background: #e6e6e6;
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
}
.ConnectUsfooter hr:first-child {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ConnectUsfooter h5 {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
}
.ConnectUsfooter h6 {
  color: #505050;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.ConnectUsfooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ConnectUsfooter ul li {
  float: left;
  margin: 0 15px 0 0;
}
.ConnectUsfooter ul li:last-child {
  margin: 0;
}
.ConnectUsfooter .contflink {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  font-family: robotomedium;
  margin-bottom: 30px;
}
.ConnectUsfooter .contflink a {
  color: #2a2a2a;
  text-decoration: none;
}
.ConnectUsfooter .contflink a:hover {
  color: #00808a;
}
.ConnectUsfooter hr {
  clear: both;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.ConnectUsfooter .fcle {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
}
.ConnectUsfooter .fcle .col_grid3 img {
  max-width: 150px;
}
.ConnectUsfooter .fcle .commentBox {
  padding: 10px 25px;
  line-height: 22px;
  font-size: 14px;
  position: relative;
}
.ConnectUsfooter .fcle .commentBox::before {
  content: "";
  float: left;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 19px;
  height: 21px;
  margin: 0;
  background: var(--footerSpriteImgUrl) -225px 53px;
}
.ConnectUsfooter .fcle .commentBox::after {
  content: "";
  background: var(--footerSpriteImgUrl) -225px 30px;
  float: left;
  line-height: 20px;
  width: 19px;
  height: 21px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.ConnectUsfooter .fcle .footerAddr {
  text-align: right;
  padding-top: 50px;
  padding-bottom: 30px;
}
.ConnectUsfooter .fcle .footerAddr span {
  display: block;
  margin: 0 0 5px 0;
  color: #505050;
}
.ConnectUsfooter .domestrouts {
  background: #fff;
  width: 100%;
  clear: both;
  float: left;
  padding: 30px 0 30px 0;
  color: #505050;
}
.ConnectUsfooter .domestrouts a {
  color: #505050;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 0 5px;
  position: relative;
}
.ConnectUsfooter .domestrouts a::after {
  position: absolute;
  content: "";
  right: -2px;
  height: 10px;
  width: 1px;
  background: #505050;
  top: 4px;
}
.ConnectUsfooter .domestrouts a:last-child:after {
  display: none;
}
.ConnectUsfooter .footerICons {
  width: 100%;
  clear: both;
  float: left;
  padding: 20px 0 0 0;
}
.ConnectUsfooter .footerICons .fcards {
  float: right;
  margin-top: 10px;
}
.ConnectUsfooter .footerICons .fcards img {
  margin: 0 15px 0 0;
  height: 22px;
}
.ConnectUsfooter .footerICons a {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  border-radius: 5px;
  border: 0;
}
.ConnectUsfooter .footerICons a img {
  width: 150px;
}
.ConnectUsfooter .footerICons a:after {
  display: none;
}
.ConnectUsfooter small {
  display: block;
  font-size: 14px;
  padding: 5px 0 0 0;
  float: left;
  width: 100%;
}
.ExploreUsMain .frightdata ul.fullul li a i {
  float: right;
  width: 22px;
  height: 15px;
  margin-top: 3px;
}
i.ar {
  background: var(--flagSpriteImgUrl) -5px -8px;
}
i.aus {
  background: var(--flagSpriteImgUrl) -31px -8px;
}
i.bah {
  background: var(--flagSpriteImgUrl) -58px -8px;
}
i.bra {
  background: var(--flagSpriteImgUrl) -85px -8px;
}
i.can {
  background: var(--flagSpriteImgUrl) -113px -8px;
}
i.colo {
  background: var(--flagSpriteImgUrl) -139px -9px;
}
i.cze {
  background: var(--flagSpriteImgUrl) -166px -9px;
}
i.egy {
  background: var(--flagSpriteImgUrl) -194px -9px;
}
i.fra {
  background: var(--flagSpriteImgUrl) -221px -9px;
}
i.ger {
  background: var(--flagSpriteImgUrl) -248px -9px;
}
i.hong {
  background: var(--flagSpriteImgUrl) -275px -9px;
}
i.ind {
  background: var(--flagSpriteImgUrl) -5px -28px;
}
i.indo {
  background: var(--flagSpriteImgUrl) -32px -29px;
}
i.Ire {
  background: var(--flagSpriteImgUrl) -59px -29px;
}
i.Isr {
  background: var(--flagSpriteImgUrl) -86px -29px;
}
i.Ita {
  background: var(--flagSpriteImgUrl) -113px -29px;
}
i.Kuw {
  background: var(--flagSpriteImgUrl) -141px -29px;
}
i.Mala {
  background: var(--flagSpriteImgUrl) -166px -29px;
}
i.Mex {
  background: var(--flagSpriteImgUrl) -195px -29px;
}
i.NewZea {
  background: var(--flagSpriteImgUrl) -221px -29px;
}
i.Oman {
  background: var(--flagSpriteImgUrl) -248px -29px;
}
i.Peru {
  background: var(--flagSpriteImgUrl) -275px -29px;
}
i.Isra {
  background: var(--flagSpriteImgUrl) -306px -49px;
}
i.Port {
  background: var(--flagSpriteImgUrl) -332px -49px;
}
i.Qatar {
  background: var(--flagSpriteImgUrl) -359px -49px;
}
i.Rus {
  background: var(--flagSpriteImgUrl) -384px -49px;
}
i.Saudi {
  background: var(--flagSpriteImgUrl) -413px -49px;
}
i.Sing {
  background: var(--flagSpriteImgUrl) -440px -49px;
}
i.safri {
  background: var(--flagSpriteImgUrl) -467px -49px;
}
i.Spain {
  background: var(--flagSpriteImgUrl) -493px -49px;
}
i.Swit {
  background: var(--flagSpriteImgUrl) -522px -49px;
}
i.Thai {
  background: var(--flagSpriteImgUrl) -548px -49px;
}
i.uae {
  background: var(--flagSpriteImgUrl) -574px -49px;
}
i.uk {
  background: var(--flagSpriteImgUrl) -605px -67px;
}
i.usa {
  background: var(--flagSpriteImgUrl) -632px -67px;
}
i.yemen {
  background: var(--flagSpriteImgUrl) -712px -67px;
}
i.jor {
  background: var(--flagSpriteImgUrl) -739px -67px;
}
i.leban {
  background: var(--flagSpriteImgUrl) -766px -67px;
}
i.turkey {
  background: var(--flagSpriteImgUrl) -685px -67px;
}
i.iran {
  background: var(--flagSpriteImgUrl) -659px -67px;
}
i.visa {
  background: var(--footerSpriteImgUrl) -8px -47px;
  width: 72px;
  height: 22px;
  display: inline-block;
  margin: 0 5px 0 0;
}
i.jcb {
  background: var(--footerSpriteImgUrl) -92px -47px;
  width: 30px;
  height: 22px;
  display: inline-block;
  margin: 0 5px 0 0;
}
i.master {
  background: var(--footerSpriteImgUrl) -136px -47px;
  width: 29px;
  height: 22px;
  display: inline-block;
  margin: 0 5px 0 0;
}
i.americanexp {
  background: var(--footerSpriteImgUrl) -173px -47px;
  width: 45px;
  height: 22px;
  display: inline-block;
  margin: 0 5px 0 0;
}
i.netbanking {
  background: var(--footerSpriteImgUrl) -226px -47px;
  width: 75px;
  height: 22px;
  display: inline-block;
}
i.secureimage {
  background: var(--footerSpriteImgUrl) 0 -1px;
  width: 152px;
  height: 36px;
  display: inline-block;
}
i.pcj {
  background: var(--footerSpriteImgUrl) -158px 0;
  width: 146px;
  height: 36px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
i.fb {
  background: var(--footerSpriteImgUrl) -62px 29px;
  width: 14px;
  height: 21px;
  display: inline-block;
}
i.tw {
  background: var(--footerSpriteImgUrl) -84px 29px;
  width: 24px;
  height: 21px;
  display: inline-block;
}
i.linkdin {
  background: var(--footerSpriteImgUrl) -117px 29px;
  width: 22px;
  height: 21px;
  display: inline-block;
}
i.insta {
  background: var(--footerSpriteImgUrl) -147px 29px;
  width: 21px;
  height: 21px;
  display: inline-block;
}
i.hotel_pin {
  background: var(--footerSpriteImgUrl) -13px 53px;
  width: 17px;
  display: inline-block;
}
.ConnectUsfooter .fcle .footerAddr {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}
.ConnectUsfooter .fcle {
  width: 100%;
  margin-top: 5px;
}
hr.footer_fcle_hr {
  margin-top: 25px !important;
  float: left;
}
.col_grid4.logo_sitback_grid {
  text-align: center;
  padding: 0 0 0 110px;
  margin-top: -58px;
}
.logo_sitback_grid .commentBox {
  text-align: left;
  margin-top: 4px;
  position: relative;
}
.logo_sitback_grid .commentBox:after,
.logo_sitback_grid .commentBox:before {
  position: absolute;
  left: -28px;
  content: "\275B\275B";
  font-size: 40px;
  color: #000;
  top: -11px;
  letter-spacing: -1.9px;
}
.logo_sitback_grid .commentBox:before {
  border: 0;
  right: 0;
  bottom: -40px;
  top: auto !important;
  left: auto;
  content: "\275C\275C";
}
.col_grid3.call_grid {
  padding-left: 40px;
}
.ConnectUsfooter .fcle .footerAddr {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}
.ConnectUsfooter .fcle {
  width: 100%;
  margin-top: 5px;
}
hr.footer_fcle_hr {
  margin-top: 25px !important;
  float: left;
}
.col_grid4.logo_sitback_grid {
  text-align: center;
  padding: 0 0 0 110px;
  margin-top: -58px;
}
.logo_sitback_grid .commentBox {
  text-align: left;
  margin-top: 4px;
  position: relative;
}
.logo_sitback_grid .commentBox:after,
.logo_sitback_grid .commentBox:before {
  position: absolute;
  left: -28px;
  content: "\275B\275B";
  font-size: 40px;
  color: #000;
  top: -11px;
  letter-spacing: -1.9px;
}
.logo_sitback_grid .commentBox:before {
  border: 0;
  right: 0;
  bottom: -40px;
  top: auto !important;
  left: auto;
  content: "\275C\275C";
}
.col_grid3.call_grid {
  padding-left: 40px;
}
.topScroll {
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  color: #fff;
  font-size: 28px;
}
.topScroll img {
  width: 100%;
}
.fiveelement ul li .databox p b {
  font-weight: 600;
  margin: 0 0 3px 0;
}
.dwnl_mh_text span {
  display: block;
  font-size: 13px;
  font-family: robotoregular;
  font-weight: 400;
  margin: 5px 0 10px 0;
}
.recommendedBy_text {
  font-size: 28px;
  color: #2a2a2a;
  padding-bottom: 20px;
  font-weight: 400;
}
.recommendedBy_text span {
  font-family: robotomedium;
  font-weight: 600;
}
.PopularDestinations .recommendedBy_text {
  text-align: center;
  padding-bottom: 30px;
}
.dwnl_mh_text {
  font-size: 28px;
  padding: 70px 0 0 0;
  font-weight: 400;
}
.flights_text {
  font-size: 28px;
  color: #161616;
  font-weight: 400;
}
.TravelBlogs .flights_text strong,
.allflight .flights_text strong {
  font-family: robotomedium;
}
.TravelBlogs .flights_text {
  float: left;
}
.footer_heading {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
  font-weight: 600;
}
.ConnectUsfooter .footer_small_heading {
  color: #505050;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
#PWDRequirement {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0;
  padding-top: 7px;
  clear: both;
  color: #b81a52;
}
.footer_cms_cont .ExploreUsMain #tab-2 li {
  padding-right: 35px;
  position: relative;
  padding-left: 15px;
}
.footer_cms_cont #tab-2 li:after {
  position: absolute;
  left: -1px;
  top: -5px;
  font-size: 20px;
  content: "\00BB";
  font-weight: 500;
}


.oopsflightmsg{
  background-color: #ffffff;
  padding: 20px;
}

.flightmsgOps{
  background-color: #F8D7DA;
  border:1px solid #F5C6CB;
  font-size:12px;
  color: #721C24;
  padding: 22px;
  text-align: center;
}

.oppsimgmsg{
  text-align: center;
    width: 350px;
    margin: auto;
    padding: 30px 0;
}
.oppsimgmsg img{
  width: 100%;
}
.oppsimgmsg p{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.oppsform{
  border:1px solid #A4A4A4;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.oppsform .wdinput .select2{
  width: 100%!important;
}
.oppsform .wdinput .select2-selection__rendered{
padding: 10px;
line-height: normal!important;
font-size: 12px!important;
}
.oppsform .wdinput .select2-selection{
height: auto!important;
}
.oppsform .wdinput .select2-selection__arrow b{
top: 64%!important;
}
#select2-countryCodeOnFbpage-results li:hover{
background-color:#00808a;
color: #ffffff;
}

.oppsform .wdinput{
  width: 48%;
}
.oppsform .wdinput label{
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.oppsform .wdinput input{
  border:1px solid #A4A4A4;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 12px;
}
.oppsform .wdinput select{
  border:1px solid #A4A4A4;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 12px;
}

.oppsform .wdinput.wbtn100{
  width: 100%;
  text-align: center;
}

.oppsform .wdinput button{
  padding: 10px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  background-color: #BF033B;
  width: 200px;
  margin: auto;
}






.ques_ans span:nth-of-type(odd) {
  margin-bottom: 10px;
  display: block;
}
.ques_ans span:nth-of-type(even) {
  margin-bottom: 20px;
  display: block;
}
.ques_ans span:nth-of-type(even) span ol {
  margin-bottom: 20px;
}
.ques_ans span:nth-of-type(even) strong span.ans_num {
  display: none;
}
.ques_ans span:nth-of-type(even) strong {
  display: inline-block;
}
.ques_ans br {
  display: none;
}
.ques_ans span:nth-of-type(even) ol {
  margin-left: 0 !important;
  list-style-position: inside;
}
.ques_ans span.accordion_content strong {
  display: none;
}
.flex-full-row
  .flex-container
  .topdeals_sec.innerpage
  .col-sm-4
  .box
  img.img-responsive {
  height: auto;
}
.logo_sitback_grid .commentBox::after,
.logo_sitback_grid .commentBox::before {
  font-size: 30px;
}
.col_grid4.logo_sitback_grid {
  text-align: center;
  padding: 0 0 0 110px;
  margin-top: -58px;
}
.footer_heading {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
  font-weight: 600;
  color: #01575e;
}
.signuploginbtn #userNameBox {
  cursor: pointer;
}
.Faqmain .accordion_content.show {
  overflow: inherit;
  display: block;
  clear: both;
  height: auto;
}
.ExploreUsMain .frightdata .tabulbox {
  width: 25%;
  float: left;
}
.ExploreUsMain .frightdata .tabulbox ul.fonefor {
  width: 100%;
}
.ExploreUsMain .frightdata .tabulbox span {
  color: #111;
  font-family: robotomedium;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 10px;
}
.flex-container > .gray-text-container .aboutExpand a {
  color: #fff !important;
  text-decoration: underline;
}

.gray-text-container p{
  color: #ffffff!important;
}

.advance-search-widget .airline-section {
  margin-bottom: 15px !important;
}
.flex-full-box .search-widget.citysrch ul.tabs li {
  display: inline-block;
}
.flex-full-box .search-widget.citysrch ul.tabs li a {
  background: #fff !important;
}
.landing_cms_header header .mhlogo a {
  display: inline-block;
}
.landing_cms_header header .mhlogo a img {
  width: 180px;
}
.landing_cms_header header .col_grid9 {
  margin-top: 8px;
}
.farechart-sec .farebox .price {
  background-color: #01575e !important;
}
.farechart-sec .farebox .price:focus,
.farechart-sec .farebox .price:hover {
  background: #094e56 !important;
}
.why-book i {
  color: #01575e !important;
}
.search-widget .tab-content .advance-search {
  color: #01575e !important;
}
.search-widget .tab-content .triptype li {
  color: #01575e !important;
  cursor: pointer;
  margin: 0 15px 0 0 !important;
}
.search-widget .tab-content .triptype li input:checked + span:after {
  left: 2px !important;
  top: 2px !important;
}
.search-widget .tab-content .triptype li label span {
  border: 2px solid #b5b5b5 !important;
}
.search-widget .tab-content .triptype li label {
  cursor: pointer;
}
.search-widget .tab-content .form-content .box label {
  color: #01575e !important;
}
.advance-search-widget .airline-section label {
  font-size: 14px !important;
  color: #00575e;
  margin: 0 !important;
}
.advance-search-widget .airline-section {
  margin: 0 !important;
}
.advance-search-widget .airline-section .preferd i {
  background: var(--searchSpriteImgUrl);
  background-position: -100px 0;
  width: 20px !important;
  height: 20px !important;
  margin-top: 9px;
  margin-left: 4px;
}
.advance-search-widget .choose-section {
  margin: 0 1% 0 0 !important;
}
.gray-text-container.landingpageeditor p,
article,
blockquote,
code,
h1,
h2,
h3,
h4,
h5,
h6,
kbd,
pre,
samp {
  color: #fff;
}
.gray-text-container.landingpageeditor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gray-text-container.landingpageeditor ul li {
  position: relative;
}

header .signuploginbtn .logoutBox ul li#LogoutDropDown {
  display: block !important;
}
.gray-text-container.landingpageeditor .information-table-sec {
  width: 100% !important;
  color: #fff;
}
.gray-text-container.landingpageeditor table {
  border: 1px solid #fff;
  background: #fff;
  margin: 0 !important;
  width: 100%;
}
.gray-text-container.landingpageeditor table td p {
  color: #000;
  margin: 0;
  padding: 5px;
}
.gray-text-container.landingpageeditor table tr {
  border-bottom: 1px;
}
.gray-text-container.landingpageeditor table tr:nth-of-type(odd) {
  background: #f3f2f2;
}
.gray-text-container.landingpageeditor table td {
  color: #000;
}
.chattawkto a {
  background: #03a84e;
  color: #fff;
  display: inline-block;
  padding: 11px 120px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.chattawkto {
  position: fixed;
  left: 10px;
  z-index: 9999999999;
  bottom: 0;
}
.TravelBlogs .travelblog .travelBoxamin p {
  height: 47px;
  display: block;
  overflow: hidden;
}
.flex-full-row.flex-bg.flex-bg2 .flex-full-box.flex-nopad {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 5%;
}
.flex-full-row.flex-bg.flex-bg2 .flex-container {
  width: 1170px;
  text-align: left;
  padding: 0 15px 0 15px;
}
.flex-full-row.faredeals .flex-container .farechart-sec .fareMessage {
  width: 65%;
  clear: both;
  position: absolute;
  bottom: 0;
}
.flex-full-row.faredeals .flex-container .farechart-sec .fareMessage div {
  border: 1px solid #f5c6cb !important;
  border-radius: 5px;
  background: #f8d7da !important;
  text-align: center;
  color: #721c24 !important;
}
.landingOffers .mhOffers .alloffershome .offerm .offerData h3 {
  font-family: robotomedium;
}
.flex-full-row.faq_landing .flex-container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px 0 15px;
}
.flex-full-row.faq_landing .flex-container .Faqmain.faq-city {
  background: 0 0;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  h3.common-title {
  font-size: 28px;
  color: #00575e;
  text-align: left;
  font-family: robotomedium;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: 0 0;
}
.flex-full-row.faq_landing .flex-container .Faqmain.faq-city .faq .ques_ans {
  padding: 0;
}
.flex-full-row.faq_landing .flex-container .Faqmain.faq-city .faq .ques_ans {
  padding: 0;
  width: 100%;
  float: left;
  background: 0 0;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .accordion_title {
  font-size: 14px;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .accordion_title
  b {
  width: 94%;
  display: block;
}
.landing_allflights .allflight.allflight_loader_height .flights_text span {
  float: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent {
  width: 100%;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(odd) {
  float: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(even) {
  float: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(3) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(4) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(5) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(6) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(7) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(8) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(9) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(10) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(11) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(12) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(13) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(14) {
  clear: right;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(15) {
  clear: left;
}
.flex-full-row.faq_landing
  .flex-container
  .Faqmain.faq-city
  .faq
  .ques_ans
  .qa_Parent:nth-of-type(16) {
  clear: right;
}
.landing_allflights .allflight.allflight_loader_height {
  padding: 15px 0 15px 0;
}
.landing_allflights .allflight.allflight_loader_height h3.flights_text span {
  font-size: 15px;
  color: #161616;
}
.landing_allflights
  .allflight.allflight_loader_height
  h3.flights_text
  span
  select {
  padding: 5px;
  border: 1px solid #ccc;
}
.landing_allflights
  .allflight.allflight_loader_height
  #destinationInterlinkingsInternational {
  width: 100%;
  clear: both;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.trustcallmain {
  background: #fff;
  width: 100%;
  clear: both;
  float: left;
  padding: 30px 0 30px 0;
}
.trustcallmain .callbackMain {
  background: #00575e;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  min-height: 277px;
}
.trustcallmain .callbackMain h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.trustcallmain .callbackMain p {
  text-align: center;
  color: #fff;
  margin: 10px 0 30px 0;
}
.trustcallmain .callbackMain a {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 800;
  text-decoration: none;
  color: #00575e;
}
.trustcallmain .truthomemain {
  background: #fff;
  padding: 18px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  min-height: 277px;
}
.ConnectUsfooter .col_grid4.logo_sitback_grid {
  float: right;
}
.trustcallmain .col_grid6 {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.flex-full-row.mhflight_landing .flex-container {
  width: 1170px;
  padding: 0 15px 0 15px;
}
.flex-full-row.mhflight_landing {
  background: #fff;
  width: 100%;
  clear: both;
  padding-top:30px ;
}
.flex-full-row.mhflight_landing
  .flex-container
  .gray-text-container.landingpageeditor {
  background: #00575e;
  border-radius: 5px;
  width: 100%;
  float: left;
  padding: 0 15px 0 15px;
  margin-bottom: 40px;
}

.landingpageeditor .col_grid3{
  width: 100%;
}

.landing_allflights
  .allflight.allflight_loader_height
  h3.flights_text:nth-of-type(2) {
  padding-top: 20px;
  clear: both;
  border-top: 1px solid #ccc;
}
.landing_allflights
  .allflight.allflight_loader_height
  #destinationInterlinkingsDomestic {
  margin-bottom: 15px;
  width: 100%;
  clear: both;
  float: left;
}
.flex-full-row.mhflight_landing
  .flex-container
  .gray-text-container.landingpageeditor
  .aboutExpand.about_Expand {
  float: left;
  padding-left: 0;
  margin-left: 0;
  background: 0 0;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img {
  background: #ebfcfe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  overflow: hidden;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img img {
  height: 154px;
  width: auto;
  display: inline-block;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .flightdtl {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.flex-full-row.flex-bg.flex-bg2
  .flex-full-box.flex-nopad
  .homeSearchmain
  #flightSearchForm
  .tabresultData
  .tabbingData
  .tabbs
  .airportbox
  .error-msg.msg_style.search_widget_error.origin_error {
  clear: both;
  color: red;
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
}
.flex-full-row.flex-bg.flex-bg2
  .flex-full-box.flex-nopad
  .homeSearchmain
  #flightSearchForm
  .tabresultData
  .tabbingData
  .tabbs
  .airportbox
  .error-msg.msg_style.search_widget_error.dest_error {
  clear: both;
  color: red;
  position: absolute;
  left: 235px;
  bottom: -18px;
  font-size: 13px;
}
.flex-full-row.flex-bg.flex-bg2
  .flex-full-box.flex-nopad
  .homeSearchmain
  #flightSearchForm
  .tabresultData
  .tabbingData
  .tabbs
  .airportbox
  .error-msg.msg_style.search_widget_error.cantsameerror {
  clear: both;
  color: red;
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  text-align: left;
}
.FlightBox .travel-sec .col_grid3.img-sec {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.FlightBox .travel-sec .col_grid3.img-sec .img-dtl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
.FlightBox .travel-sec .col_grid3.img-sec .img-dtl .airport-dtl {
  font-size: 14px;
}
.FlightBox .travel-sec .col_grid3.img-sec .img-dtl .airport-dtl .airport-name {
  font-size: 12px;
  font-weight: 400;
}
.FlightBox .travel-sec .col_grid3.img-sec a:hover {
  text-decoration: none;
}
.FlightBox .travel-sec .col_grid3.img-sec a {
  box-shadow: 0 0 5px #ccc;
}
.newsletterMain {
  width: 100%;
  clear: both;
  background: linear-gradient(to right, #00575e, #bf033b);
  float: left;
  padding: 40px 0 40px 0;
}
.newsletterMain .centerdivbox {
  width: 90%;
  margin: 0 auto;
}
.newsletterMain .centerdivbox .col_grid6 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.newsletterMain h3 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px 0;
}
.newsletterMain span {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.newsletterMain .centerdivbox .newsform {
  padding-top: 20px;
}
.newsletterMain input {
  background: #fff;
  padding: 15px;
  border: 0;
  float: left;
  width: calc(100% - 135px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.newsletterMain button#newsLetterSubsBtn {
  cursor: pointer;
  background: #2a2a2a;
  padding: 15px 20px;
  width: auto;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 51px;
}
.newsletterMain .centerdivbox .newsform label {
  width: 100%;
}
.emailerrormsg {
  display: none;
  color: #fff;
  font-size: 13px;
}
.emailmsgshow {
  color: #fff;
  font-size: 13px;
}
.newsletterMain .centerdivbox .newsform label {
  width: 100%;
}
#userNameBox {
  margin-top: 10px;
  color: #333;
}

.landing_cms_header {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.sml_menu_main {
  display: none;
}
.landing_cms_header .toplangcurn {
  display: none;
}

.footer_heading {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
  font-weight: 600;
}
.ConnectUsfooter .footer_small_heading {
  color: #505050;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.ui-autocomplete {
  z-index: 9999999 !important;
}
.landing_cms_header header .col_grid3.mhlogo.innerheader a img {
  height: 53px;
}
.ConnectUsfooter .col_grid4 {
  width: 25%;
  padding: 0;
}
.banner_img {
  width: 100%;
}
#noofdays{
  width: 100%;
  position: absolute;
  left: -17px;
  bottom: -8px;
  color: #ff1d1d;
}
.flex-full-row.flex-bg.flex-bg2 {
  position: relative;
  padding-top: 0;
  min-height: 520px;
}
.landing_cms_header header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.landing_cms_header header .col_grid10 {
  margin-top: -5px;
}
.breadcum_row .flex-container {
  width: 1170px;
  margin: 0 auto;
}
#ui-id-1.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content
  li.sub-airport.ui-menu-item {
  padding-left: 10px !important;
}
.flex-full-row.faredeals {
  background: #f8f8f8;
}
.flex-full-row.faredeals .flex-container > .farechart-sec{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;

}

.flex-full-row.faredeals .flex-container > .farechart-sec .singlecolumn{
  width: 67%;
}
.flex-full-row.faredeals .flex-container > .farechart-sec .Ad_sectionMain{
width: 30%;
}



.flex-full-row.faredeals .flex-container .farechart-sec {
  background: 0 0;
  padding: 10px 0 10px 0;
}
.flex-full-row.faredeals .flex-container .farechart-sec > .farechart-sec{
width: 67%;
}
.flex-full-row.faredeals .flex-container {
  width: 1170px;
  padding: 0 15px 0 15px;
}
.flex-full-row.flex-bg.flex-bg2:after {
  /* background-image: url(https://c.myholidays.com/cms/images/theme/bg_crl_path.png); */
  position: absolute;
  width: 100%;
  bottom: 110px;
  content: "";
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.search-widget .tab-content .search-btn:after {
  width: 38px !important;
  height: 53px !important;
  right: 0 !important;
  top: 0 !important;
  line-height: 53px !important;
  background-position: center !important;
  background-color: #b81a52 !important;
  border-radius: 0 4px 4px 0 !important;
}
.search-widget .tab-content .search-btn {
  border-radius: 0 4px 4px 0 !important;
  background: #00575e !important;
  font-weight: 400 !important;
  text-align: left;
  padding-left: 25px;
  margin-left: -4px !important;
  width: 160px !important;
}
.search-widget .tab-content .search-btn:hover {
  background-color: #00575e !important;
}
.search-widget .tab-content .search-btn:hover:after {
  background-color: #960035 !important;
}
.search-widget .tabs li a {
  border-radius: 4px 4px 0 0;
}
.search-widget .tab-content .form-content .box:first-child input {
  border-left: 2px solid #d9d9d9 !important;
}
.search-widget .tab-content .form-content .box .viewvalue,
.search-widget .tab-content .form-content .box input,
.search-widget .tab-content .form-content .box select,
.search-widget .tab-content .form-content .box:last-child select {
  height: 53px;
  border-top: 2px solid #d9d9d9 !important;
  border-bottom: 2px solid #d9d9d9 !important;
}
.search-widget .tab-content .form-content .box:after {
  height: 50px !important;
  top: 25px !important;
}
.newsletter_sec {
  position: relative;
  width: auto;
  clear: both;
  background: linear-gradient(to right, #00808a, #bf033b) !important;
  float: left;
  padding: 40px 0 40px 0 !important;
}
.newsletter_sec .subscribe_form h3 {
  font-size: 15px !important;
  display: block !important;
  position: relative;
  padding-top: 30px;
  text-align: left;
  margin: 0;
}
.newsletter_sec .subscribe_form h3 span {
  font-size: 28px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-weight: 600;
  color: #fff;
}
.newsletter_sec .subscribe_form h3 br {
  display: none;
}
.newsletter_sec .subscribe_form .flex-row {
  padding: 0 10%;
}
.newsletter_sec .subscribe_form .emailbox {
  margin: 0 0 0 10%;
}
.newsletter_sec .subscribe_form input[type="submit"],
.subscribe_form button {
  height: 45px;
  border: 1px solid #2a2a2a !important;
  border-radius: 4px;
  width: 135px;
  text-align: center;
  font-family: robotomedium;
  background: #2a2a2a !important;
  color: #fff !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 14px !important;
}
.newsletter_sec .subscribe_form input[type="email"] {
  height: 45px;
  width: 100%;
  border: none;
  padding: 5px 10px 5px 40px;
  border-radius: 4px 0 0 4px;
}
.newsletter_sec .subscribe_form input[type="submit"]:hover,
.subscribe_form button:hover {
  background: #00808a !important;
  border: 1px solid #00808a !important;
}
.flex-container > .gray-text-container {
  text-align: left !important;
  position: relative;
  background: #00575e !important;
  border-radius: 0;
  width: 100%;
  float: left;
  padding: 15px 30px 15px 30px !important;
  color: #ffffff!important;
}

.flex-container > .gray-text-container ul{
  list-style: disc;
  padding-left: 40px;
}
.flex-container > .gray-text-container ul li{
  line-height: 30px;
}

.flex-container > .gray-text-container .common-title {
  line-height: 40px;
  text-align: left !important;
  margin: 0 0 15px !important;
  padding: 0 0 0 !important;
  background: no-repeat;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}
.flex-container > .gray-text-container .aboutExpand {
  text-align: justify !important;
  line-height: 20px;
  color: #fff;
  padding-right: 25%;
  /* background-image: var(--myhFlightImgUrl); */
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 235px;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  top: 4px;
  left: 4px;
}
.flex-full-row.faredeals .common-title {
  text-align: left;
  background: 0 0;
  font-size: 28px;
  color: #00575e;
  margin-bottom: 10px;
  padding-bottom: 0;
  width: 100%;
}
.flex-full-row.faredeals .flex-container .farechart-sec .faredeal_left {
  float: left;
  width: 65%;
}
.Ad_sectionMain {
  float: right;
  width: 360px;
  background: #fff;
  padding: 10px;
}
.Ad_sectionMain .AddBoxMain {
  width: 100%;
  background: #00808a;
  padding-top: 15px;
 
}
.Ad_sectionMain .AddBoxMain .addBubble {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  position: static;
  text-align: center;
  color: #00808a;
  font-weight: 700;
  font-size: 31px;
  padding: 15px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 15px;
}
.Ad_sectionMain .AddBoxMain .addBubble:after {
  content: "";
  position: absolute;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  font-family: robotobold;
  border-top: 17px solid #fff;
  line-height: 40px;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  bottom: -10px;
}
.Ad_sectionMain .AddBoxMain h2 {
  text-align: center;
  width: 69%;
  margin: 0 auto;
  font-family: robotomedium;
  font-size: 32px;
  padding-bottom: 30px;
}
.Ad_sectionMain .AddBoxMain .callBtnads {
  text-align: center;
  padding-bottom: 20px;
}
.Ad_sectionMain .AddBoxMain .callBtnads a {
  display: inline-block;
  background: #ffd600;
  color: #000;
  text-decoration: none;
  font-family: robotobold;
  font-size: 24px;
  position: relative;
  padding: 3px 20px;
  border-radius: 5px;
}
.Ad_sectionMain .AddBoxMain .callBtnads a:hover {
  background: #e0bc02;
}
.Ad_sectionMain .AddBoxMain .callBtnads a i {
  background: var(--searchSpriteImgUrl) -300px 134px;
  width: 26px;
  height: 26px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}



.Ad_sectionMain .AddBoxMain .girlIamge {
  text-align: right;
  display: flex;
  justify-content: end;
}
.Ad_sectionMain .AddBoxMain .girlIamge img {
  margin-right: -1px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .airline-img {
  display: flex;
  flex-direction: column;
  width: 100px;
  justify-content: center;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .airline-img
  img {
  max-width: 35px;
  margin: 0 auto;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .airline-img
  p {
  margin: 0;
  text-align: center;
  font-size: 11px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 70%;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .source.country {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-left: 10px;
  justify-content: flex-start;
  font-size: 12px;
  color: #000;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .port-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .depart-port {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .col {
  flex: 1;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .source.country
  small {
  font-size: 18px;
  display: block;
  margin-top: 1px;
  font-family: robotomedium;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .destination.country
  small {
  font-size: 18px;
  display: block;
  margin-top: 1px;
  font-family: robotomedium;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .destination.country {
  text-align: right;
  font-size: 12px;
  color: #000;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .fare_Middle
  .col.port-time
  .trip-date {
  display: block;
  margin-top: 3px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .price-box {
  width: 20%;
  background: #00575e;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 15px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .price-box
  .currency {
  color: #fff;
  font-size: 14px;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .price-box
  .price {
  font-size: 18px;
  font-family: robotomedium;
}
.flex-full-row.faredeals
  .flex-container
  .farechart-sec
  .faredeal_left
  .farebox
  .price-box
  .price:hover {
  background: 0 0;
}
.aboutExpand .less,
.aboutExpand .less:hover,
.aboutExpand .read_more,
.aboutExpand .read_more:hover {
  color: #bbf6ff !important;
  font-size: 15px;
}
.flex-container > .gray-text-container .aboutExpand {
  background-image: none;
}
.col_grid2 img.logo {
  width: 180px;
}
header .topTollfree .top_contact {
  width: 100%;
}
header .topTollfree .top_contact .imageicon {
  float: left;
  width: 50px;
  height: 50px;
  border: 2px solid #00808a;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  padding: 2px 2px 0 2px;
}
header .topTollfree .top_contact .imageicon i.contactgirl {
  background: var(--searchSpriteImgUrl) -295px 83px;
  width: 40px;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #b91a52;
  border-radius: 100%;
}
header .topTollfree .top_contact .callbtn_top {
  float: left;
  border: 2px solid #b91a52;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
header .topTollfree .top_contact .callbtn_top .blank_red {
  width: 7px;
  height: 12px;
  background: #b91a52;
  position: absolute;
  left: -8px;
  top: 36%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
header .topTollfree .top_contact .callbtn_top .callnow {
  font-size: 14px;
  font-family: robotomedium;
  position: absolute;
  top: -13px;
  left: 26%;
  background: #fff;
  padding: 3px;
}
header .topTollfree .top_contact .callbtn_top a {
  font-size: 16px;
  margin: 5px 10px 5px 10px;
  font-family: robotomedium;
  font-weight: 600;
  text-decoration: none;
  color: #161616;
  display: inline-block;
}
.accordion_title b {
  cursor: pointer;
}
.related-post
  .carousel
  .carousel-inner
  .carousel-item
  .row
  .col-md-4
  .blog-sec
  .content
  img {
  width: 100%;
}
.TravelBlogs {
  width: 100%;
  background: #fff;
  clear: both;
  float: left;
  padding: 30px 0 30px 0;
}
.travelblog_loader_heaight {
  min-height: 387px;
  position: relative;
}
.containermain {
  width: 1170px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
.TravelBlogs .flights_text {
  float: left;
  color: #00575e;
}
.flights_text {
  font-size: 28px;
  color: #00575e;
  font-weight: 400;
}
.TravelBlogs .travelblog {
  clear: both;
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
  position: relative;
}
.TravelBlogs .travelblog .owl-stage-outer .owl-item .col_grid4 {
  width: 100%;
}
.col_grid4 {
  float: left;
  padding: 0 15px;
}
.TravelBlogs .travelblog .travelBoxamin {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  height: 250px;
}
.TravelBlogs .travelblog .travelBoxamin .image {
  width: 100%;
}
.TravelBlogs .travelblog .travelBoxamin .image img {
  width: 100%;
  height: 160px;
  display: block;
}
.TravelBlogs .travelblog .travelBoxamin p {
  color: #161616;
  font-size: 14px;
  font-family: robotomedium;
  padding: 10px 15px;
}
.TravelBlogs .travelblog .travelBoxamin p a {
  color: #161616;
}
.TravelBlogs .travelblog .travelBoxamin .timeread {
  padding: 0 15px 15px 15px;
  float: left;
  width: 100%;
  position: relative;
}
.TravelBlogs .travelblog .travelBoxamin .timeread small {
  display: inline-block;
  color: #525252;
}
.TravelBlogs .travelblog .travelBoxamin .timeread a {
  float: right;
  font-size: 14px;
  color: #00575e;
  text-decoration: none;
}
.TravelBlogs .travelblog .arrowsslider {
  position: absolute;
  top: -36px;
  right: 65px;
}
.TravelBlogs .travelblog .arrowsslider a {
  color: #00575e;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
}
.TravelBlogs .travelblog .owl-theme .owl-nav {
  position: absolute;
  top: -63px;
  right: 10px;
}
.TravelBlogs .travelblog .owl-theme .owl-nav .owl-prev span {
  text-indent: -30px;
  overflow: hidden;
  background: url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -174px
    52px;
  border: 1px solid #ccc;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 100%;
}
.TravelBlogs .travelblog .owl-dots {
  display: none;
}
.TravelBlogs .travelblog .owl-theme .owl-nav .owl-next span {
  text-indent: -30px;
  overflow: hidden;
  background: url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -198px
    52px;
  border: 1px solid #ccc;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 100%;
}
.owl-nav.disabled {
  display: block !important;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button.owl-prev:hover span {
  background: #00575e
    url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -174px 27px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button:hover {
  background: 0 0;
  border: none;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button.owl-next:hover span {
  background: #00575e
    url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -198px 28px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.TravelBlogs .travelblog .travelBoxamin p a:hover {
  text-decoration: none;
}
.TravelBlogs .containermain {
  width: 1170px;
  padding: 0 30px 0 15px;
}
.newsletter_sec .subscribe_form .emailbox p {
  margin: 0 0 0 !important;
  color: #fff;
  position: absolute;
}
.newsletter_sec .subscribe_form .emailbox #emailIdErr,
.newsletter_sec .subscribe_form .emailbox #newsLetterRequir {
  position: absolute;
  color: #fff;
}
.banner_sec h1.banner-title,
.flex-bg h1.banner-title {
  z-index: 1;
}
.SafeSecure {
  background: var(--footerSpriteImgUrl) -130px 100px;
  width: 50px;
  height: 44px;
  display: block;
}
.flex-full-row.mhflight_landing
  .flex-container
  .gray-text-container.landingpageeditor
  p.aboutExpand {
  float: left;
  background: 0 0;
}
.testimonial_sec .col-md-12 {
  display: none;
}
.flex-full-row.faq_landing {
  background: #fff;
}
.PreferredFlightsClass .preffered-Airline h2 {
  padding-left: 0;
}
.PreferredFlightsClass .preffered-Airline .innerrow:nth-of-type(2) {
  margin: 0 -30px 0 -30px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 52px;
  border: 1px solid #e6e6e6;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox {
  padding: 5px 10px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  font-family: robotomedium;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .roomTxt {
  text-align: left;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-left
  .txt
  em {
  display: block;
  color: #2a2a2a;
  opacity: 0.5;
  font-size: 10px;
  font-style: inherit;
  font-weight: 400;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-left {
  text-align: left;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Adults_room_1_1_minus {
  float: left;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  font-family: robotomedium;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Children_room_1_1_minus {
  float: left;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  font-family: robotomedium;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hotelchildclass {
  float: left;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  font-family: robotomedium;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .childresAgeTxt {
  text-align: left;
  font-weight: 400;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .hPax {
  text-align: left;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .hPax
  select {
  border: 1px solid #ccc;
  margin-top: 6px;
  font-size: 14px;
  padding: 3px 5px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  #Adults_room_1_1 {
  float: left;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  #Children_room_1_1 {
  float: left;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Adults_room_1_1_plus {
  float: left;
  background: #e6e6e6;
  font-weight: 500;
  line-height: 18px;
  width: 20px;
  color: #000;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Children_room_1_1_plus {
  float: left;
  background: #e6e6e6;
  font-weight: 500;
  line-height: 18px;
  width: 20px;
  color: #000;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Adults_room_1_1_minus
  .mh.mh-minus {
  content: "-";
  background: 0 0;
  position: static;
  font-weight: 600;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Children_room_1_1_minus
  .mh.mh-minus {
  content: "-";
  background: 0 0;
  position: static;
  font-weight: 600;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Adults_room_1_1_plus
  .mh.mh-plus {
  content: "+";
  background: 0 0;
  position: static;
  font-weight: 400;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#Children_room_1_1_plus
  .mh.mh-plus {
  content: "+";
  background: 0 0;
  position: static;
  font-weight: 400;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .spacer {
  clear: both;
  width: 100%;
  padding: 5px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .footer-pax {
  border-top: 1px solid #f2f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .footer-pax
  a:hover {
  text-decoration: none;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .footer-pax
  a.addroom {
  color: #00808a;
  font-size: 12px;
  float: left;
  margin: 0 0 0 5px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  .footer-pax
  a.addroom.exitroom {
  color: #00808a;
  font-size: 12px;
  float: right;
  margin: 0 5px 0 0;
}
.footer-pax {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hoteladultclass {
  float: left;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  font-family: robotomedium;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hoteladultclass {
  float: left;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  font-family: robotomedium;
  line-height: 18px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#hoteladultclass
  .mh.mh-minus {
  content: "-";
  background: 0 0;
  position: static;
  font-weight: 600;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#hoteladultclass {
  float: left;
  background: #e6e6e6;
  font-weight: 500;
  line-height: 18px;
  width: 20px;
  color: #000;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button#hoteladultclass
  .mh.mh-plus {
  content: "+";
  background: 0 0;
  position: static;
  font-weight: 400;
  font-style: inherit;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  .num {
  float: left;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hoteladultclass
  .mh.mh-minus {
  position: static;
  background: 0 0;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hoteladultclass
  .mh.mh-plus {
  position: static;
  font-style: normal;
  font-weight: 400;
  background: 0 0;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hotelchildclass
  .mh.mh-minus {
  position: static;
  background: 0 0;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hotelchildclass
  .mh.mh-plus {
  position: static;
  font-style: normal;
  font-weight: 400;
  background: 0 0;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hotelchildclass
  .mh.mh-minus {
  position: static;
  background: 0 0;
}
.homeSearchmain
  .tabresultData
  .tabbingData
  .tabbs
  .travellers
  #divHotelPaxContent.paxContent
  #roomshtml
  .box.hBox
  .hPax
  .pull-right
  button.hotelchildclass
  .mh.mh-plus {
  position: static;
  font-style: normal;
  font-weight: 400;
  background: 0 0;
}
.flex-full-row.BreadCrumb .flex-container .breadcrumb {
  padding: 0;
  width: 1150px;
  margin: 0 auto;
}
.flex-full-row.BreadCrumb .flex-container {
  width: 100%;
}
.flex-full-row.BreadCrumb {
  clear: both;
}
body.stopScroll {
  overflow: hidden;
}
.error-msg {
  clear: both;
  color: red;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img {
  background: #ebfcfe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  overflow: hidden;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img img {
  height: 154px;
  width: auto;
  display: inline-block;
}
.PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .flightdtl {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.PreferredFlightsClass .preffered-Airline h2 {
  padding-left: 0;
}
.PreferredFlightsClass .preffered-Airline .innerrow:nth-of-type(2) {
  margin: 0 -30px 0 -30px;
}
.aboutExpand .less,
.aboutExpand .less:hover,
.aboutExpand .read_more,
.aboutExpand .read_more:hover {
  color: #bbf6ff !important;
  font-size: 15px;
}
.flex-container > .gray-text-container .aboutExpand {
  background-image: none;
}
.col_grid2 img.logo {
  width: 180px;
}
header .topTollfree .top_contact {
  width: 100%;
}
header .topTollfree .top_contact .imageicon {
  float: left;
  width: 50px;
  height: 50px;
  border: 2px solid #00808a;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  padding: 2px 2px 0 2px;
}
header .topTollfree .top_contact .imageicon i.contactgirl {
  background: var(--searchSpriteImgUrl) -295px 83px;
  width: 40px;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #b91a52;
  border-radius: 100%;
}
header .topTollfree .top_contact .callbtn_top {
  float: left;
  border: 2px solid #b91a52;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
header .topTollfree .top_contact .callbtn_top .blank_red {
  width: 7px;
  height: 12px;
  background: #b91a52;
  position: absolute;
  left: -8px;
  top: 36%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

header .topTollfree .top_contact .callbtn_top a {
  font-size: 16px;
  margin: 5px 10px 5px 10px;
  font-family: robotomedium;
  font-weight: 600;
  text-decoration: none;
  color: #161616;
  display: inline-block;
}
.accordion_title b {
  cursor: pointer;
}
.related-post
  .carousel
  .carousel-inner
  .carousel-item
  .row
  .col-md-4
  .blog-sec
  .content
  img {
  width: 100%;
}
.TravelBlogs {
  width: 100%;
  background: #fff;
  clear: both;
  float: left;
  padding: 30px 0 30px 0;
}
.travelblog_loader_heaight {
  min-height: 387px;
  position: relative;
}
.containermain {
  width: 1170px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
.TravelBlogs .flights_text {
  float: left;
  color: #00575e;
}
.flights_text {
  font-size: 28px;
  color: #00575e;
  font-weight: 400;
}
.TravelBlogs .travelblog {
  clear: both;
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
  position: relative;
}
.TravelBlogs .travelblog .owl-stage-outer .owl-item .col_grid4 {
  width: 100%;
}
.col_grid4 {
  float: left;
  padding: 0 15px;
}
.TravelBlogs .travelblog .travelBoxamin {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 30px;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  height: 250px;
}
.TravelBlogs .travelblog .travelBoxamin .image {
  width: 100%;
}
.TravelBlogs .travelblog .travelBoxamin .image img {
  width: 100%;
  height: 160px;
  display: block;
}
.TravelBlogs .travelblog .travelBoxamin p {
  color: #161616;
  font-size: 14px;
  font-family: robotomedium;
  padding: 10px 15px;
}
.TravelBlogs .travelblog .travelBoxamin p a {
  color: #161616;
}
.TravelBlogs .travelblog .travelBoxamin .timeread {
  padding: 0 15px 15px 15px;
  float: left;
  width: 100%;
  position: relative;
}
.TravelBlogs .travelblog .travelBoxamin .timeread small {
  display: inline-block;
  color: #525252;
}
.TravelBlogs .travelblog .travelBoxamin .timeread a {
  float: right;
  font-size: 14px;
  color: #00575e;
  text-decoration: none;
}
.TravelBlogs .travelblog .arrowsslider {
  position: absolute;
  top: -36px;
  right: 65px;
}
.TravelBlogs .travelblog .arrowsslider a {
  color: #00575e;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
}
.TravelBlogs .travelblog .owl-theme .owl-nav {
  position: absolute;
  top: -63px;
  right: 10px;
}
.TravelBlogs .travelblog .owl-theme .owl-nav .owl-prev span {
  text-indent: -30px;
  overflow: hidden;
  background: url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -174px
    52px;
  border: 1px solid #ccc;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 100%;
}
.TravelBlogs .travelblog .owl-dots {
  display: none;
}
.TravelBlogs .travelblog .owl-theme .owl-nav .owl-next span {
  text-indent: -30px;
  overflow: hidden;
  background: url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -198px
    52px;
  border: 1px solid #ccc;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 100%;
}
.owl-nav.disabled {
  display: block !important;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button.owl-prev:hover span {
  background: #00575e
    url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -174px 27px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button:hover {
  background: 0 0;
  border: none;
}
.TravelBlogs .travelblog .owl-theme .owl-nav button.owl-next:hover span {
  background: #00575e
    url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp) -198px 28px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
}
.TravelBlogs .travelblog .travelBoxamin p a:hover {
  text-decoration: none;
}
.TravelBlogs .containermain {
  width: 1100px;
  padding: 0 30px 0 15px;
}
.newsletter_sec .subscribe_form .emailbox p {
  margin: 0 0 0 !important;
  color: #fff;
  position: absolute;
}
.newsletter_sec .subscribe_form .emailbox #emailIdErr,
.newsletter_sec .subscribe_form .emailbox #newsLetterRequir {
  position: absolute;
  color: #fff;
}
.breadcum_row .flex-container .breadcrumb {
  padding: 10px;
  background-color: #ffffff;
}
.landingOffers .mhOffers .containermain {
  width: 1140px;
}
.flex-full-row .InerBlog_background {
  background: #fff;
  clear: both;
}
.flex-full-row .TopDeal_background {
  background: #eee;
  clear: both;
}
.flex-full-row .TopDeal_background .preffered-Airline .col_grid4.img-sec img {
  width: auto;
  display: inline-block;
}
.flex-full-row .TopDeal_background .preffered-Airline .col_grid4.img-sec {
  text-align: center;
}
.flex-full-row.mhflight_landing
  .flex-container
  .gray-text-container.landingpageeditor
  p.aboutExpand
  table {
  width: 100% !important;
}
.flex-full-row.mhflight_landing
  .flex-container
  .gray-text-container.landingpageeditor
  p.aboutExpand
  table
  tr
  td {
  padding: 5px;
}
@media screen and (max-width: 1250px) {
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 1030px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 1030px;
  }
  .containermain {
    width: 1030px;
  }
  .footer_cms_cont .containermain {
    width: 1030px;
  }
  .TravelBlogs .containermain {
    width: 1030px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 1030px;
  }
  .breadcum_row .flex-container {
    width: 1030px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 1030px;
  }
  .Ad_sectionMain {
    width: 300px;
  }
  .Ad_sectionMain .AddBoxMain .addBubble {
    font-size: 25px;
  }
  .Ad_sectionMain .AddBoxMain .addBubble:after {
    top: 130px;
  }
  .Ad_sectionMain .AddBoxMain h2 {
    width: 80%;
    font-size: 30px;
    line-height: 35px;
  }
  .flex-full-row.faredeals .flex-container .farechart-sec .faredeal_left {
    width: 67%;
  }
 
  .flex-full-row.flex-bg.flex-bg2 {
    height: 380px;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    height: 100%;
  }
  .homeSearchmain {
    width: 98%;
  }
  .FlightBox .travel-sec .col_grid3.img-sec {
    width: 33%;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    max-height: 380px;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1015px;
  }
}
#userNameBox {
  margin-top: 10px;
  color: #333;
}

.landing_cms_header {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 9999;
}
.sml_menu_main {
  display: none;
}
.landing_cms_header .toplangcurn {
  display: none;
}

.footer_heading {
  font-size: 28px;
  font-family: robotomedium;
  margin-bottom: 15px;
  font-weight: 600;
}
.ConnectUsfooter .footer_small_heading {
  color: #505050;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.ui-autocomplete {
  z-index: 9999999 !important;
}
.landing_cms_header header .col_grid3.mhlogo.innerheader a img {
  height: 53px;
}
@media screen and (max-width: 1250px) {
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 1030px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 1030px;
  }
  .containermain {
    width: 1030px;
  }
  .footer_cms_cont .containermain {
    width: 1030px;
  }
  .trustcallmain .containermain {
    width: 1030px;
  }
  .flex-container-fluid .containermain {
    width: 1030px;
  }
  .fiveelement .containermain {
    width: 1030px;
  }
  .landingOffers .mhOffers .containermain {
    width: 1000px;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 1030px;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 1030px;
  }
  .TravelBlogs .containermain {
    width: 1030px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 1030px;
  }
  .breadcum_row .flex-container {
    width: 1030px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 1030px;
  }
  .Ad_sectionMain {
    width: 300px;
  }
  .Ad_sectionMain .AddBoxMain .addBubble {
    font-size: 25px;
  }
  .Ad_sectionMain .AddBoxMain .addBubble:after {
    top: 130px;
  }
  .Ad_sectionMain .AddBoxMain h2 {
    width: 80%;
    font-size: 30px;
    line-height: 35px;
  }
  .flex-full-row.faredeals .flex-container .farechart-sec .faredeal_left {
    width: 67%;
  }
  .flex-full-row.flex-bg.flex-bg2 {
    height: 380px;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    height: 100%;
  }
  .homeSearchmain {
    width: 98%;
  }
  .FlightBox .travel-sec .col_grid3.img-sec {
    width: 33%;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    max-height: 380px;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1015px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 1015px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 1015px;
  }
  .containermain {
    width: 1015px;
  }
  .trustcallmain .containermain {
    width: 1015px;
  }
  .flex-container-fluid .containermain {
    width: 1015px;
  }
  .fiveelement .containermain {
    width: 1015px;
  }
  .landingOffers .mhOffers .containermain {
    width: 980px;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 1015px;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 1015px;
  }
  .TravelBlogs .containermain {
    width: 1015px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 1015px;
  }
  .breadcum_row .flex-container {
    width: 1015px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 1015px;
  }
  .TravelBlogs .containermain {
    width: 1015px;
  }
  .footer_cms_cont .containermain {
    width: 1015px;
  }
}
@media screen and (max-width: 1200px) {
  .owl-carousel .owl-item img {
    height: 100%;
  }
  .mhOffers .alloffershome .offerm .offerData {
    width: 52%;
  }
  .mhOffers .alloffershome .offerm .offerData h3 {
    font-size: 15px;
  }
  .mobileAppmain h4 {
    font-size: 24px;
  }
  .mobileAppmain .storeicons a img {
    width: 80%;
  }
  .mobileAppmain .storeicons a {
    padding: 0;
  }
  .mobileAppmain .getApplink .textbx {
    width: 45%;
  }
  .mobileAppmain .mobileimg img {
    width: 100%;
  }
  .mobileAppmain .qucode {
    padding-top: 25%;
  }
  .mobileAppmain .qucode span {
    display: block;
    font-size: 13px;
  }
  .mobileAppmain .mobileimg {
    margin-top: -50px;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hotelName {
    width: 52%;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hotelPrice {
    width: 35%;
  }
  .newsletterMain input {
    width: 75%;
  }
  .trustcallmain .callbackMain h3 {
    font-size: 24px;
  }
  .trustcallmain .truthomemain {
    padding: 13px;
  }
  .TravelBlogs .travelblog .travelBoxamin h5 {
    font-size: 16px;
  }
  .TravelBlogs .travelblog .travelBoxamin .timeread a {
    font-size: 13px;
  }
  .TravelBlogs .travelblog .travelBoxamin .image img {
    height: 160px;
  }
  .TravelBlogs .travelblog .travelBoxamin .timeread .storyby .userarea .imgs {
    width: 35px;
    height: 35px;
  }
  .downloadApp .col_grid4:nth-of-type(3) span {
    max-width: 180px;
  }
  .downloadApp input {
    width: 43%;
  }
  .centerContainer {
    width: 100%;
  }
  .mhflight_content .col_grid3 img {
    width: 100%;
  }
  header .col_grid2 img {
    width: 100%;
  }
  .mobileAppmain .storeicons a {
    padding: 0;
    display: inline-block;
  }
  .mobileAppmain.smlmobileapp h4 {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .mobileAppmain h4 span {
    display: block;
    font-size: 13px;
    font-family: robotoregular;
    font-weight: 400;
    margin: 5px 0 10px 0;
  }
  .mobileAppmain .storeicons a {
    padding: 0;
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1075px) {
  .container {
    width: 1000px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 1000px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 1000px;
  }
  .containermain {
    width: 1000px;
  }
  .trustcallmain .containermain {
    width: 1000px;
  }
  .flex-container-fluid .containermain {
    width: 1000px;
  }
  .fiveelement .containermain {
    width: 1000px;
  }
  .landingOffers .mhOffers .containermain {
    width: 970px;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 1000px;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 1000px;
  }
  .TravelBlogs .containermain {
    width: 1000px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 1000px;
  }
  .breadcum_row .flex-container {
    width: 1000px;
  }
  .footer_cms_cont .containermain {
    width: 1000px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 1000px;
  }
  .TravelBlogs .containermain {
    width: 1000px;
  }
  header .topManu ul li a {
    font-size: 15px;
  }
  header .topTollfree a {
    font-size: 15px;
  }
  .mobileAppmain .mobileimg {
    margin-top: 10px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airportbox {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers .selectlist {
    padding: 16px 18px 16px 26px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs {
    border: 0;
    width: 100%;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers {
    width: 27%;
    border-right: 1px solid #e6e6e6;
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart {
    width: 27%;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .homeSearchmain .tabresultData .tabbingData .srchbtn {
    margin-top: -50px;
  }
  .searchhome h1 {
    font-size: 26px;
  }
  h1 {
    font-size: 26px;
    padding-top: 20px;
    z-index: -1;
    padding-bottom: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport input {
    padding: 16px 10px 16px 35px;
    border-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport i {
    left: 9px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport.landingairport i {
    left: 20px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart input {
    padding: 16px 10px 16px 34px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart i {
    left: 10px;
    top: 17px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers i {
    left: 10px;
    top: 17px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers input {
    padding: 16px 10px 16px 34px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .srchbtn input {
    padding: 14px;
  }
  .searchhome {
    height: 202px;
  }
  .fiveelement ul li {
    width: 25%;
  }
  .fiveelement ul li:last-child {
    width: 100%;
    background: #fff;
    padding: 5px;
    margin: 40px 0 0 0;
  }
  .mobileAppmain .col_grid2 {
    display: none;
  }
  .centerContainer {
    width: 90%;
  }
  .mobileAppmain .col_grid6 {
    width: 56%;
  }
  .mobileAppmain h4 {
    margin-left: 20%;
  }
  .mobileAppmain.smlmobileapp h4 {
    padding-top: 15px;
  }
  .mobileAppmain .storeicons {
    margin-left: 20%;
  }
  .mobileAppmain .getApplink {
    margin-left: 20%;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hotelName {
    font-size: 14px;
    line-height: 22px;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hotelPrice .hprice {
    font-size: 14px;
    padding: 5px 0 5px 0;
  }
  .SellingPackages .tabingtimes ul {
    width: 89%;
  }
  .PopularDestinations .tabingtimes ul {
    width: 89%;
  }
  .PopularDestinations .innercontry {
    margin-bottom: 22px;
  }
  .trustcallmain .callbackMain {
    padding: 47px;
  }
  .trustcallmain .truthomemain {
    padding: 10px;
  }
  .allflight .allflightsdata {
    width: 100%;
  }
  .downloadApp input {
    width: 42%;
  }
  .homeSearchmain {
    margin-top: 10px;
    top: -260px;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hoverlViewbtn a {
    padding: 6px 10px;
  }
  .downloadApp .col_grid4:nth-of-type(3) {
    display: none;
  }
  .downloadApp .col_grid4 {
    width: 50%;
  }
  .downloadApp .col_grid4:nth-of-type(1) {
    padding-left: 15%;
  }
  .ConnectUsfooter .contflink {
    font-size: 16px;
  }
  .fiveelement ul li:last-child .databox,
  .fiveelement ul li:last-child .icon {
    display: none;
  }
  .fiveelement ul li .tabframe {
    display: block;
  }
  .fiveelement {
    padding-bottom: 0;
  }
  .flightsrc#takeoffbox {
    top: 49px;
    width: 50%;
    left: 0;
  }
  .flightsrc#landingbox {
    top: 49px;
    width: 50%;
    left: inherit;
    right: 0;
  }
  .SellingPackages .tabingtimes {
    width: 100%;
  }
  .PopularDestinations,
  .SellingPackages {
    padding: 30px 0;
  }
  .PopularDestinations .tabingtimes {
    width: 100%;
  }
  .PopularDestinations,
  .SellingPackages {
    padding: 30px 0;
  }
  .PopularDestinations .tabingtimes {
    width: 100%;
  }
  .mhflight_content .col_grid9 {
    width: 65%;
  }
  .mhflight_content .col_grid3 {
    width: 35%;
  }
  .SellingPackages.PopularDestinationflights .col_grid3 {
    width: 33.33%;
  }
  .searchhome:after {
    display: none;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart.DepartDate {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart.DepartDate input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hotelPrice .hprice span {
    font-size: 14px;
  }
  .mobileAppmain.smlmobileapp .col_grid6 {
    width: 100%;
    text-align: center;
  }
  .ConnectUsfooter .col_grid4 {
    width: 25%;
    padding: 0;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    height: 380px;
  }
  .banner_sec h1.banner-title,
  .flex-bg h1.banner-title {
    z-index: 1;
    font-size: 30px;
    top: 0;
    margin: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs {
    margin-bottom: 15px;
  }
  .fiveelement {
    padding-top: 20px;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 970px;
  }
  .fiveelement ul li:last-child {
    display: none;
  }
  .flex-full-row.BreadCrumb .flex-container {
    margin-top: 50px;
  }
  .homeSearchmain
    #hotelSearchForm
    .tabbingData.hotel-tabbing
    .tabbs
    .travellers.hotel-guest
    input#lblroomSelectionMsg {
    padding: 15px 0 16px 35px;
    width: 100%;
  }
  .Ad_sectionMain .AddBoxMain .girlIamge img {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .topbar {
    display: none;
  }
  header .signuploginbtn,
  header .topManu {
    display: none;
  }
  header .col_grid2 {
    width: 40%;
  }
  .homeSearchmain .tabresultData .tabingName {
    text-align: center;
  }
  h1 {
    font-family: inherit;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart {
    width: 33.3%;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers {
    width: 33.3%;
  }
  .homeSearchmain .tabresultData .tabbingData .srchbtn {
    margin-top: 15px;
    width: 100%;
  }
  .centerContainer {
    width: 100%;
  }
  .searchhome {
    height: 167px;
  }
  .mobileAppmain .getApplink,
  .mobileAppmain .storeicons,
  .mobileAppmain h4 {
    margin: 0;
  }
  .ConnectUsfooter h5,
  .ExploreUsMain h5,
  .HomehotelMain h4,
  .PopularDestinations h4,
  .SellingPackages h4,
  .TravelBlogs h4,
  .allflight h4,
  .mhOffers h2 {
    font-size: 24px;
  }
  .SellingPackages .tabingtimes {
    width: 100%;
  }
  .SellingPackages .tabingtimes ul li {
    width: auto;
    margin-right: 5px;
  }
  .SellingPackages .tabingtimes ul {
    width: 85%;
  }
  .SellingPackages .tabingtimes ul li a {
    padding: 12px;
  }
  .SellingPackages .tabingtimes {
    height: 43px;
  }
  .PopularDestinations .tabingtimes {
    width: 100%;
  }
  .PopularDestinations .tabingtimes {
    height: 43px;
  }
  .PopularDestinations .tabingtimes ul li a {
    padding: 12px 0;
  }
  .PopularDestinations .tabingtimes ul {
    width: 85%;
  }
  .trustcallmain .callbackMain {
    padding: 23px;
  }
  .driversectionmain h4 {
    font-size: 24px;
  }
  .allflight .image {
    width: 50px;
    height: 50px;
  }
  .allflight .allflightsdata {
    width: 100%;
  }
  .downloadApp .col_grid4:nth-of-type(1) {
    margin: 0;
    padding: 0;
  }
  .ConnectUsfooter .contflink {
    font-size: 14px;
    font-family: robotoregular;
    font-weight: 400;
  }
  .ConnectUsfooter .contflink a {
    font-family: robotoregular;
  }
  .ConnectUsfooter h6 {
    font-size: 14px;
  }
  .ConnectUsfooter .col_grid2 {
    width: 22%;
  }
  .ConnectUsfooter .col_grid3 {
    width: 25%;
  }
  .ConnectUsfooter .col_grid4 {
    width: 35%;
  }
  .ConnectUsfooter .col_grid3:nth-of-type(4) {
    width: 17%;
  }
  .ConnectUsfooter .fcle .col_grid3 {
    width: 38%;
  }
  .ConnectUsfooter .fcle .col_grid9 {
    width: 62%;
  }
  .ConnectUsfooter .footerICons .fcards {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .ConnectUsfooter .footerICons {
    text-align: center;
  }
  .ConnectUsfooter small {
    text-align: center;
  }
  header .col_grid10 {
    width: 60%;
  }
  .sml_menu_main {
    float: right;
    display: block;
    margin-left: 20px;
  }
  .sml_menu_main .burgmenu {
    font-size: 28px;
    cursor: pointer;
    margin-top: 6px;
  }
  .menubox.showmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #f3f4f6;
    display: block !important;
    left: 0;
    top: 0;
  }
  .menubox.showmenu .comlogo {
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 2px #ccc;
    background: #fff;
  }
  .menubox.showmenu .comlogo a {
    display: inline-block;
  }
  .menubox.showmenu .comlogo .closemenusml {
    float: right;
    font-size: 24px;
    cursor: pointer;
  }
  .menubox.showmenu .menuone {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 3px;
  }
  .menubox.showmenu .menuone ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
    display: block;
  }
  .menubox.showmenu .menuone ul li {
    width: 25%;
    float: left;
    text-align: center;
    background: #fff;
    border-right: 5px solid #f3f4f6;
    min-height: 160px;
  }
  .menubox.showmenu .menuone ul li:last-child {
    margin-right: 0;
    border: 0;
  }
  .menubox.showmenu .menuone ul li a {
    display: block;
    font-size: 24px;
    text-decoration: none;
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .menubox.showmenu .menuone ul li a span {
    display: block;
    color: #000;
    font-size: 18px;
  }
  .newsletterMain h3 {
    font-size: 23px;
  }
  .newsletterMain input {
    width: 63%;
  }
  .menubox.showmenu .menutwo {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 4px;
  }
  .menubox.showmenu .menutwo ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
    display: block;
  }
  .menubox.showmenu .menuthree {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 4px;
  }
  .menubox.showmenu .menuthree ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
    display: block;
  }
  .mobileAppmain.smlmobileapp {
    background: #fff;
    margin-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
  .mobileAppmain.smlmobileapp .getApplink .textbx input {
    background: #f3f4f6;
  }
  .mobileAppmain.smlmobileapp .getApplink .linkform .contry select {
    background: #f3f4f6;
  }
  .menubox.showmenu .myholisupport {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0;
    background: #fff;
    padding: 10px;
  }
  .menubox.showmenu .myholisupport .boldtext {
    float: left;
    color: #2a2a2a;
    font-weight: 600;
  }
  .menubox.showmenu .myholisupport .suportdata {
    float: right;
  }
  .menubox.showmenu .myholisupport .suportdata ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menubox.showmenu .myholisupport .suportdata ul li {
    width: 40%;
    float: left;
  }
  .menubox.showmenu .myholisupport .suportdata ul li:nth-of-type(2) {
    width: 33%;
    float: left;
  }
  .menubox.showmenu .myholisupport .suportdata ul li:nth-of-type(3) {
    width: 23%;
    float: left;
  }
  .menubox.showmenu .myholisupport .suportdata ul li span {
    display: block;
    font-size: 13px;
    color: #000;
  }
  .menubox.showmenu .myholisupport .suportdata ul li a {
    color: #000;
    text-decoration: none;
    white-space: pre-line;
    word-break: break-all;
  }
  .mobileAppmain.smlmobileapp {
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
  .mobileAppmain.smlmobileapp .getApplink .textbx input {
    background: #f3f4f6;
  }
  .mobileAppmain.smlmobileapp .getApplink .linkform .contry select {
    background: #f3f4f6;
  }
  .menubox.showmenu .myholisupport .boldtext {
    float: left;
    color: #2a2a2a;
    font-weight: 600;
  }
  .mhsocial {
    width: 100%;
    float: left;
    background: #fff;
    clear: both;
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .mhsocial .socialHeading {
    float: left;
    font-weight: 600;
  }
  .mhsocial .socialHeading span {
    display: block;
    font-weight: 400;
  }
  .mhsocial .menusocial {
    float: right;
    width: 50%;
  }
  .mhsocial .menusocial ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mhsocial .menusocial ul li {
    width: 25%;
    text-align: center;
    float: left;
  }
  .mhsocial .menusocial ul li span {
    display: block;
    font-size: 11px;
  }
  .mhsocial .menusocial ul li img {
    height: 20px;
  }
  .menubox.showmenu .loginbtns {
    background: #00808a var(--maskBtnImgUrl) no-repeat right center;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    clear: both;
    text-align: center;
    text-decoration: none;
    width: 96%;
    margin: 0 auto;
  }
  .ExploreUsMain .frightdata ul.fullul li {
    width: 33%;
  }
  .containermain {
    width: 860px;
  }
  .homeSearchmain .tabresultData .tabingName {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    float: left;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .homeSearchmain .tabresultData .tabingName .fchbox {
    float: left;
  }
  .menubox.showmenu .menutwo {
    margin-top: 0;
    border-top: 5px solid #f3f4f6;
  }
  .menubox.showmenu .menuone {
    margin-top: 0;
    border-top: 5px solid #f3f4f6;
  }
  .menubox.showmenu .menuthree {
    margin-top: 0;
    border-top: 5px solid #f3f4f6;
  }
  .mobileAppmain.smlmobileapp {
    float: left;
    width: 100%;
  }
  .menubox.showmenu .menutwo ul li {
    height: 40px !important;
    width: 100% !important;
    line-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 1px !important;
  }
  .menubox.showmenu .menutwo ul li a {
    padding: 0 20px !important;
    margin: 0;
    line-height: 40px;
    text-align: left;
    color: #000;
    font-size: 14px !important;
  }
  .menubox.showmenu .menutwo ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
    display: block;
  }
  .menubox.showmenu .menuthree ul {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    list-style: none;
  }
  .menubox.showmenu .menuthree ul li {
    width: 100% !important;
    border-right: 0 !important;
    min-height: 1px !important;
    text-align: left !important;
  }
  .menubox.showmenu .menuthree ul li a {
    padding: 0 20px !important;
    line-height: 40px;
    font-size: 14px !important;
  }
  .menubox.showmenu .myholisupport {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0;
    background: #fff;
    padding: 15px 10px 10px;
    border-top: 1px solid #eee;
  }
  .menubox.showmenu .menuthree {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0 !important;
    border-top: 1px solid #eee;
  }
  .menubox.showmenu .menuthree ul li a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px !important;
  }
  .menubox.showmenu .myholisupport .boldtext {
    text-align: left !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    padding: 0 10px;
    width: 100%;
  }
  .menubox.showmenu .myholisupport .suportdata ul li {
    width: 100% !important;
    float: left !important;
    margin: 9px 0;
    padding: 0 10px;
  }
  .myholisupport .suportdata ul li span {
    display: inline-block !important;
    font-size: 13px;
    color: #000;
    margin-right: 7px;
    font-weight: 600;
  }
  .menubox.showmenu .myholisupport .suportdata {
    float: right;
    width: 100%;
  }
  .menubox.showmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    display: block !important;
    left: 0;
    top: 0;
  }
  .menubox.showmenu .menuthree ul.topbar {
    background: #fff;
  }
  .menubox.showmenu .comlogo a img {
    width: 160px;
  }
  .col_grid3.mhlogo a img {
    max-width: 175px;
  }
  .PreferredFlightsClass .col_grid4.img-sec {
    width: 50%;
  }
  .PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img img {
    height: 155px;
  }
  .container {
    width: 860px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 860px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 860px;
  }
  .containermain {
    width: 860px;
  }
  .trustcallmain .containermain {
    width: 860px;
  }
  .flex-container-fluid .containermain {
    width: 860px;
  }
  .fiveelement .containermain {
    width: 860px;
  }
  .landingOffers .mhOffers .containermain {
    width: 830px;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 860px;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 860px;
  }
  .TravelBlogs .containermain {
    width: 860px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 860px;
  }
  .breadcum_row .flex-container {
    width: 860px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 860px;
  }
  .TravelBlogs .containermain {
    width: 860px;
  }
  .footer_cms_cont .containermain {
    width: 860px;
  }
  .fiveelement {
    padding-top: 95px;
  }
  .homeSearchmain {
    width: 97%;
  }
  .FlightBox .travel-sec .containermain .col_grid3.img-sec {
    width: 50%;
  }
  .PreferredFlightsClass .col_grid4.img-sec {
    width: 50%;
  }
  .PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img img {
    height: 155px;
  }
  .ConnectUsfooter .col_grid4.logo_sitback_grid {
    width: 26%;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #destinationInterlinkingsInternational
    .col_grid4 {
    width: 50%;
  }
  .allflight .allflightsdata h4,
  .allflight .allflightsdata h5 {
    text-align: left;
  }
  .allflight .allflightsdata {
    margin-top: 18px;
  }
  .flex-full-row.mhflight_landing
    .flex-container
    .gray-text-container.landingpageeditor
    .aboutExpand.about_Expand {
    width: 100%;
  }
  .flex-full-row.mhflight_landing
    .flex-container
    .gray-text-container.landingpageeditor
    .col_grid3 {
    width: 100%;
    text-align: center;
  }
  .flex-full-row.mhflight_landing
    .flex-container
    .gray-text-container.landingpageeditor
    p.aboutExpand {
    width: 100%;
    float: left;
    background: 0 0;
  }
  .Ad_sectionMain {
    width: 265px;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 830px;
  }
  .allflight .allflightsdata h4,
  .allflight .allflightsdata h5 {
    text-align: left;
    margin-top: 0;
    line-height: 22px;
  }
}
.ConnectUsfooter .col_grid4 {
  width: 25%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .PopularDestinations .innercontry {
    margin-bottom: 18px;
  }
  .PopularDestinations .innercontry .contname {
    font-size: 15px;
  }
  .ExploreUsMain .col_grid2 {
    width: 160px;
  }
  .ExploreUsMain .col_grid10 {
    width: 78%;
  }
  .ExploreUsMain .frightdata ul.fullul li {
    width: 50%;
  }
  .ExploreUsMain .frightdata ul.fonefor {
    width: 33.3%;
  }
  .ExploreUsMain .frightdata .tabulbox ul.fonefor {
    width: 100%;
  }
  .homeSearchmain .tabingBox ul li {
    float: left;
  }
  .containermain {
    width: 700px;
  }
  .Faqmain .col_grid6 {
    width: 100%;
  }
  .mhflight_content .col_grid9 {
    width: 100%;
    float: left;
  }
  .mhflight_content .col_grid3 {
    width: 100%;
    text-align: center;
  }
  .SellingPackages.PopularDestinationflights .col_grid3 {
    width: 50%;
  }
  .mhflight_content .col_grid3 img {
    width: auto;
  }
  .mobileAppmain h4 {
    padding: 15px 0 0 0;
  }
  .homeSearchmain
    .tabresultData
    .tabbingData
    .AdditionalSearchOptions
    .AdditionalOptions
    .selectbox {
    width: 50%;
  }
  .happycus {
    background: var(--footerSpriteImgUrl) -37px 100px;
  }
  .BestPrice {
    background: var(--footerSpriteImgUrl) -88px 100px;
  }
  .SafeSecure {
    background: var(--footerSpriteImgUrl) -138px 100px;
  }
  .CustomerSupport {
    background: var(--footerSpriteImgUrl) -188px 100px;
  }
  .ExploreUsMain .frightdata .tabulbox {
    width: 50%;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 700px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-full-box.flex-nopad {
    top: 10px;
  }
  .banner_sec h1.banner-title,
  .flex-bg h1.banner-title {
    font-size: 25px;
    padding-top: 0;
  }
  .container {
    width: 700px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 700px;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 700px;
  }
  .containermain {
    width: 700px;
  }
  .trustcallmain .containermain {
    width: 700px;
  }
  .flex-container-fluid .containermain {
    width: 700px;
  }
  .footer_cms_cont .containermain {
    width: 700px;
  }
  .fiveelement .containermain {
    width: 700px;
  }
  .landingOffers .mhOffers .containermain {
    width: 670px;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 700px;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 700px;
  }
  .TravelBlogs .containermain {
    width: 700px;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 700px;
  }
  .breadcum_row .flex-container {
    width: 700px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 700px;
  }
  .TravelBlogs .containermain {
    width: 700px;
  }
  .flex-full-row.flex-bg.flex-bg2 img.img-responsive.banner_img {
    height: 300px;
  }
  .flex-full-row.flex-bg.flex-bg2 {
    min-height: 415px;
  }
  .fiveelement {
    padding-top: 210px;
  }
  .Ad_sectionMain .AddBoxMain .girlIamge img {
    width: 100%;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time
    .trip-date
    span {
    display: block;
    line-height: 0;
  }
  .trip-type {
    margin-bottom: 5px;
  }
  .flex-full-row.faredeals .flex-container {
    width: 700px;
  }
  .flex-full-row.faredeals .flex-container .farechart-sec .faredeal_left {
    width: 100%;
  }
  .flex-full-row.faredeals .flex-container .farechart-sec .fareMessage {
    width: 100%;
    clear: both;
    position: static;
    bottom: 0;
    padding-top: 20px;
  }
  .flex-full-row.faredeals .common-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .homeSearchmain {
    top: -210px;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 670px;
  }
  .Ad_sectionMain {
    width: 300px;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time
    .trip-date {
    padding-top: 5px;
    display: flex;
  }
  .homeSearchmain
    #hotelSearchForm
    .tabbingData.hotel-tabbing
    .tabbs
    .travellers.hotel-guest
    input#lblroomSelectionMsg {
    padding: 15px 0 15px 35px;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #destinationInterlinkingsDomestic
    .col_grid4 {
    width: 50%;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #originInterlinkingsInternational
    .col_grid4 {
    width: 50%;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #originInterlinkingsDomestic
    .col_grid4 {
    width: 50%;
  }
  .allflight .allflightsdata h4,
  .allflight .allflightsdata h5 {
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  #noofdays{
    bottom: 139px;
  }
  .flex-full-row.flex-bg.flex-bg2{
    min-height: 595px!important;
    background: linear-gradient(to right, #00575e, #bf033b);
    min-height: 150px !important;
    height: 150px!important;
    
  }
  .flex-full-row.faredeals .flex-container > .farechart-sec{
    flex-wrap: wrap;
    gap: 5px;
  }

  .flex-full-row.faredeals .flex-container > .farechart-sec .singlecolumn {
    width: 100%;
}

.flex-full-row.faredeals .flex-container > .farechart-sec .Ad_sectionMain {
  width:100%;
}
  .oppsimgmsg{
    width: 100%;
  }
  .oppsform .wdinput{
    width: 100%;
  }
  .landing_cms_header header .col_grid3.mhlogo.innerheader a img {
    height: 53px;
    width: 140px;
  }
  .landingpageeditor {
    grid-template-columns: auto;
  }
  .ui-autocomplete ~ .ui-autocomplete {
    z-index: 9999 !important;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travelselcts {
    width: 100%;
  }
  .SellingPackages.PopularDestinationflights .tabingtimes .Packagesicns {
    display: none;
  }
  .homeSearchmain .tabresultData {
    display: block;
    width: 100%;
    float: left;
    padding-top: 0;
  }
  .containermain {
    width: 90%!important;
  }
  .homeSearchmain .tabingBox {
    width: 80%;
    position: absolute;
    border-radius: 30px;
    float: none;
    padding: 10px 0;
    margin: 25px auto -15px;
    left: 10%;
    height: 40px;
    top: -70px;
  }
  .homeSearchmain .tabingBox ul {
    margin: 0;
  }
  .innerrow h1 {
    font-size: 20px;
    padding: 10px 0 10px 0;
  }
  .searchhome {
    height: 108px;
  }
  /* .homeSearchmain {
    margin-top:-35px;
  } */
  .homeSearchmain .tabingBox ul li {
    margin: 0;
    float: left;
    width: 25%;
    text-align: center;
  }
  .homeSearchmain .tabingBox ul li a i {
    float: none;
    line-height: 28px;
    margin-right: 0;
    position: relative;
    display: block;
    text-align: center;
  }
  .homeSearchmain .tabingBox ul li.active a img.activem {
    position: static;
    display: inline-block !important;
  }
  .homeSearchmain .tabingBox ul li a i img {
    display: none;
  }
  .homeSearchmain .tabingBox ul a:hover img.activem {
    display: inline-block;
    position: static;
  }
  .homeSearchmain .tabingBox ul li:last-child {
    margin-right: 0;
  }
  .homeSearchmain .tabingBox ul li a {
    color: #008089;
  }
  .homeSearchmain .tabingBox ul li.active a {
    font-family: robotoregular;
  }
  .homeSearchmain .tabingBox ul li a i img.activem {
    position: static;
    opacity: 1;
    display: inline-block;
  }
  .homeSearchmain .tabingBox ul a:hover {
    color: #00808a;
    font-family: robotoregular;
  }
  header .topTollfree {
    display: none;
  }
  .sml_menu_main {
    margin-right: 15px;
  }
  header .col_grid2 {
    width: auto;
    margin-left: 15px;
  }
  header .col_grid2 img {
    max-width: 140px;
  }
  header .col_grid10 {
    float: right;
    width: auto;
  }
  .fiveelement ul li {
    width: 50%;
    margin-bottom: 15px;
    padding-left: 9px;
  }
  .fiveelement ul li .icon {
    width: 30px;
  }
  .fiveelement ul li .databox {
    padding-left: 10px;
  }
  .fiveelement ul li .databox h2 {
    font-size: 13px;
  }
  .fiveelement ul li:nth-of-type(3) {
    clear: both;
  }
  .mhOffers .alloffershome .arrowsslider {
    display: none;
  }
  .mhOffers {
    padding: 10px 0 10px 0;
  }
  .ExploreUsMain h5,
  .PopularDestinations h4,
  .TravelBlogs h4,
  .allflight h4,
  .mhOffers h2 {
    text-align: center;
    font-size: 18px;
    width: 100%;
  }
  .HomehotelMain h4,
  .SellingPackages h4 {
    font-size: 18px;
    text-align: center;
  }
  .mobileAppmain {
    display: none;
  }
  .HomehotelMain .hotelsMain .imagesec .usersmprofile .usersml h4 {
    text-align: left;
  }
  .SellingPackages {
    padding: 20px 10px;
  }
  .SellingPackages .twotabs a {
    font-size: 13px;
    margin: 0 7px 0 0;
  }
  .newsletterMain .col_grid6 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .newsletterMain {
    padding: 20px 0 20px 0;
  }
  .newsletterMain h3 {
    font-size: 21.5px;
  }
  .trustcallmain .col_grid6 {
    width: 100%;
    padding: 0;
  }
  .driversectionmain .col_grid6 {
    width: 100%;
  }
  .driversectionmain h4 {
    font-size: 20px;
    padding: 0 0 10px 0;
  }
  .driversectionmain img {
    margin-bottom: 40px;
  }
  .driversectionmain {
    position: relative;
  }
  .driversectionmain a {
    position: absolute;
    bottom: 20px;
    left: 40%;
  }
  .allflight .filtershort .flter {
    float: none;
  }
  .allflight .filtershort .ddsort select {
    background: #fff var(--downArrowImgUrl) 95% center no-repeat;
    width: 90%;
  }
  .allflight .filtershort .ddsort {
    float: none;
  }
  .allflight .filtershort {
    float: none;
    text-align: center;
  }
  .allflight .image {
    margin-left: 10px;
  }
  .col_grid4 {
    width: 100%;
    float: left;
    padding: 0 15px;
  }
  .TravelBlogs .travelblog .arrowsslider {
    right: 0 !important;
  }
  .TravelBlogs .travelblog .owl-dots {
    display: block !important;
  }
  .downloadApp {
    display: none;
  }
  .ExploreUsMain h5 {
    font-size: 23px;
    text-align: left;
    padding-left: 0;
  }
  .mobileAppmain.smlmobileapp {
    display: block;
    background: #fff;
    width: 100%;
    clear: both;
    float: left;
  }
  .mobileAppmain.smlmobileapp .col_grid4 {
    width: 35%;
  }
  .mobileAppmain.smlmobileapp .col_grid6 {
    margin-left: 15px;
    float: left;
  }
  .mobileAppmain.smlmobileapp .col_grid6 {
    margin-left: 0;
    float: left;
    width: 100%;
    text-align: center;
  }
  .menubox.showmenu .menuone ul li a span {
    font-size: 15px;
  }
  .menubox.showmenu .menuone ul li a img {
    width: 22px;
  }
  .menubox.showmenu .menuone ul li,
  .menubox.showmenu .menuthree ul li,
  .menubox.showmenu .menutwo ul li {
    min-height: auto;
  }
  .menubox.showmenu .menuthree ul li a,
  .menubox.showmenu .menutwo ul li a {
    font-size: 15px;
  }
  .mobileAppmain .getApplink .linkform {
    clear: both;
    float: none;
    max-width: 65%;
    margin: 0 auto;
  }
  .mobileAppmain.smlmobileapp .col_grid4 {
    display: none;
  }
  .mobileAppmain.smlmobileapp {
    padding-bottom: 10px;
  }
  .menubox.showmenu .myholisupport .boldtext {
    float: none;
    color: #2a2a2a;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .menubox.showmenu .myholisupport .suportdata {
    float: none;
    width: 100%;
  }
  .menubox.showmenu .myholisupport .suportdata ul li {
    width: 45%;
    float: left;
  }
  .menubox.showmenu .myholisupport .suportdata ul li:nth-of-type(2) {
    width: 28%;
    float: right;
  }
  .menubox.showmenu .myholisupport .suportdata ul li:nth-of-type(3) {
    width: 100%;
    float: none;
    clear: both;
  }
  .mhsocial .socialHeading {
    display: none;
  }
  .mhsocial .menusocial {
    float: none;
    width: 100%;
  }
  .menubox.showmenu .loginbtns {
    background: #00808a;
    color: #fff;
    font-size: 18px;
    border: 0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    clear: both;
    text-align: center;
    text-decoration: none;
    width: 96%;
    margin: 0 auto;
  }
  .ExploreUsMain .col_grid2 {
    width: 180px;
    padding-left: 25px;
  }
  .ExploreUsMain .col_grid10 {
    width: 60%;
  }
  .ExploreUsMain .frightdata ul.fonefor {
    width: 40%;
  }
  .ExploreUsMain .frightdata ul.fullul li {
    width: 50%;
  }
  .ExploreUsMain .frightdata .tabulbox ul.fonefor {
    width: 100%;
  }
  .ConnectUsfooter h5 {
    font-size: 26px;
    text-align: center;
  }
  .ConnectUsfooter {
    position: relative;
  }
  .ConnectUsfooter ul li {
    float: none;
    margin: 0 15px 0 0;
    display: inline-block;
  }
  .ConnectUsfooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .ConnectUsfooter .col_grid2 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .ConnectUsfooter .col_grid3:nth-of-type(4) {
    width: 100%;
    margin-bottom: 100px;
  }
  .ConnectUsfooter .col_grid4 {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .ConnectUsfooter .contflink {
    margin-bottom: 10px;
  }
  .ConnectUsfooter .col_grid3 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ConnectUsfooter .fcle .col_grid3 {
    width: 100%;
  }
  .ConnectUsfooter .fcle .col_grid9 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ConnectUsfooter .fcle .footerAddr {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .ConnectUsfooter hr {
    display: none;
  }
  .ConnectUsfooter .domestrouts .alcitynames {
    display: none;
  }
  .ConnectUsfooter .fcle .commentBox::after,
  .ConnectUsfooter .fcle .commentBox::before {
    display: none;
  }
  .innerrow {
    padding: 0;
  }
  .HomehotelMain .arrowsslider {
    display: none;
  }
  .menubox.showmenu .menuone ul li {
    border-right: 2px solid #f3f4f6;
  }
  .ConnectUsfooter .domestrouts {
    padding-top: 0;
  }
  #contrytopBox .contrytopBoxcontent {
    width: 98%;
    position: relative;
  }
  #contrytopBox .contrytopBoxcontent .contrytopBoxclose {
    float: right;
    position: absolute;
    right: 0;
    top: 6px;
  }
  .allflight .filtershort .flter span {
    float: none;
    margin-right: 10px;
    display: inline-block;
  }
  .allflight .filtershort .flter .sortcol {
    float: none;
    display: inline-block;
  }
  .allflight .filtershort .ddsort select {
    background: #fff var(--downArrowImgUrl) 98% center no-repeat;
    width: 100%;
    padding: 10px;
  }
  .trustcallmain .callbackMain {
    padding: 23px;
    height: auto;
    width: 95%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .trustcallmain .truthomemain {
    padding: 23px;
    height: auto;
    width: 95%;
    min-height: auto;
    margin: 0 auto;
  }
  .PopularDestinations .col_grid8 {
    width: 100%;
  }
  .homeSearchmain .tabingBox ul li a,
  .homeSearchmain .tabingBox ul li a:hover,
  .homeSearchmain .tabingBox ul li.active a {
    text-shadow: none;
  }
  .homeSearchmain .tabresultData.mobSrchbox {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
  }
  .homeSearchmain .tabresultData.mobSrchbox .srchClose {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airportbox {
    border: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport i.switchicon {
    right: 8px;
    top: 44px;
    transform: rotate(90deg);
  }
  .homeSearchmain
    .tabresultData
    .tabbingData
    .tabbs
    .airport
    i.switchicon:hover {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport.landingairport {
    border-left: 1px solid #e6e6e6;
    padding-left: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport.landingairport i {
    left: 10px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers {
    width: 100%;
    border-radius: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart.DepartDate {
    border-radius: 0;
    width: 50%;
    margin: 0;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart {
    width: 50%;
    border-right: 1px solid #e6e6e6;
    margin: 0;
  }
  .homeSearchmain .tabresultData .tabingName {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
  .homeSearchmain .tabresultData .tabingName .fchbox {
    float: left;
  }
  .homeSearchmain
    .tabresultData
    .tabbingData
    .AdditionalSearchOptions
    .AdditionalOptions
    .checkboxs
    .container-checkbox {
    display: block;
  }
  .homeSearchmain
    .tabresultData
    .tabbingData
    .AdditionalSearchOptions
    .AdditionalOptions
    .selectbox {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 0;
    clear: both;
    width: 100%;
  }
  .mhOffers .alloffershome .offerm .image {
    width: 122px;
  }
  .mhOffers .alloffershome .offerm .offerData {
    width: 76%;
  }
  .owl-nav {
    display: none;
  }
  .newsletterMain input {
    width: calc(100% - 115px);
  }
  .placeholdeTakeoff {
    left: 40px;
  }
  .HomehotelMain .hotelsMain .hotelTxt .hoverlViewbtn a {
    padding: 10px;
  }
  .col_grid4.logo_sitback_grid {
    padding: 0 15px 0 35px;
  }
  .newsletter_sec .subscribe_form .emailbox {
    margin: 0 !important;
  }
  .newsletter_sec .subscribe_form h3 {
    margin-bottom: 10px !important;
  }
  .search-widget .tab-content .form-content .box label {
    position: relative;
    z-index: 99;
    color: #01575e !important;
  }
  .flights_text,
  .footer_heading {
    font-size: 18px;
  }
  .ExploreUsMain .col_grid2 {
    width: 100%;
    padding-right: 0;
    padding-left: 15px;
  }
  .ExploreUsMain ul.mainfmenu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ExploreUsMain ul.mainfmenu li {
    margin: 0 0 15px 0;
    float: left;
    width: 25%;
  }
  .ExploreUsMain ul.mainfmenu li a.active {
    font-weight: 600;
  }
  .ExploreUsMain .col_grid10 {
    width: 100%;
  }
  .ExploreUsMain .frightdata {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ExploreUsMain .frightdata ul.fonefor {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ExploreUsMain .frightdata .tabulbox ul.fonefor {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ConnectUsfooter .col_grid3 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ConnectUsfooter .footer_small_heading {
    padding: 0 0 10px 15px;
    float: left;
  }
  .ConnectUsfooter .contflink {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 10px;
    float: left;
    line-height: 22px;
  }
  .col_grid2.Socialmedia_grid {
    margin-top: 0;
  }
  .col_grid2.Socialmedia_grid ul {
    float: left;
    width: auto;
    margin-left: 10px;
  }
  .col_grid2.Socialmedia_grid .footer_small_heading {
    margin: 0;
    padding: 0;
  }
  .ConnectUsfooter .fcle .footerAddr {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .ConnectUsfooter .fcle {
    width: 100%;
    margin-top: 25px;
  }
  .flex-container > .gray-text-container .aboutExpand.about_Expand {
    margin: 0;
  }
  .flex-shadow .flex-container {
    overflow: inherit;
  }
  .flex-shadow .flex-container .topdeals_sec.innerpage {
    display: block;
  }
  .flex-shadow .flex-container .topdeals_sec.innerpage .row {
    display: block;
  }
  .flex-shadow
    .flex-container
    .topdeals_sec.innerpage
    .col-md-4.col-sm-4
    .box
    .details {
    height: 100px;
  }
  .ExploreUsMain ul.mainfmenu li a.active::after {
    display: none;
  }
  .ExploreUsMain ul.mainfmenu li a:hover::after {
    display: none;
  }
  .related-post .row {
    display: block;
  }
  .flex-shadow {
    margin: 0 auto;
    width: 92%;
    box-shadow: none;
  }
  .ques_ans span.accordion_title b {
    font-size: 14px;
  }
  .ques_ans span.accordion_title {
    padding-right: 35px;
  }
  .chattawkto a {
    background: #03a84e;
    height: inherit;
    width: inherit;
    padding: 11px 80px;
    text-indent: inherit;
    overflow: hidden;
    background-color: transparent;
  }
  .chattawkto {
    left: 20px;
    bottom: 0;
  }
  .newsletterMain .centerdivbox .col_grid6 {
    width: 100%;
  }
  .FlightBox .travel-sec .containermain .col_grid3.img-sec {
    width: 50%;
  }
  .PreferredFlightsClass .col_grid4.img-sec {
    width: 100%;
  }
  .PreferredFlightsClass .preffered-Airline .col_grid4.img-sec .img img {
    height: auto;
  }
  .preffered-Airline h2 {
    font-size: 18px;
  }
  .trustcallmain .truthomemain .trustpilot-widget {
    padding: 0;
  }

  .banner_sec h1.banner-title,
  .flex-bg h1.banner-title {
    display: inline-block;
  }
  .homeSearchmain {
    position: static;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-full-box.flex-nopad.srchWidget {
    background: linear-gradient(to right, #00575e, #bf033b);
    width: auto;
    clear: both;
    display: block;
    padding: 5px;
    height: 150px;
    line-height: 75px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers #divHotelPaxContent.paxContent{
    z-index: 99;
  }

  .flex-full-row.flex-bg.flex-bg2 .flex-full-box.flex-nopad{
    position: relative;
    z-index: 2;
  }

  .flex-container{
    width: 100%;
  }

  .banner_sec h1.banner-title,
  .flex-bg h1.banner-title {
    display: inline-block;
    position: static;
    font-size: 20px;
    padding: 6px;
    font-size: 20px;
  }
  .ConnectUsfooter .col_grid4.logo_sitback_grid {
    width: 100%;
    text-align: center;
  }
  .logo_sitback_grid .commentBox {
    text-align: center;
  }
  .flex-full-row.faq_landing
    .flex-container
    .Faqmain.faq-city
    .faq
    .ques_ans
    .qa_Parent:nth-of-type(even) {
    width: 100%;
  }
  .flex-full-row.faq_landing
    .flex-container
    .Faqmain.faq-city
    .faq
    .ques_ans
    .qa_Parent:nth-of-type(odd) {
    width: 100%;
  }
  .flex-full-row.faq_landing .flex-container {
    width: 96%;
  }
  .homeSearchmain {
    width: 100%;
  }
  .homeSearchmain .tabresultData {
    background: #fff;
    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.16);
    margin-top: -10px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airport i.switchicon {
    display: none;
  }
  .homeSearchmain
    .tabresultData
    .tabbingData#Roundtriptab
    .airportbox
    .airport {
    margin-bottom: 33px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .airportbox {
    margin-bottom: 0;
  }
  .homeSearchmain .tabresultData .tabbingData {
    padding-top: 0;
  }
  .flex-full-row.flex-bg.flex-bg2
    .flex-full-box.flex-nopad
    .homeSearchmain
    #flightSearchForm
    .tabresultData
    .tabbingData
    .tabbs
    .airportbox
    .error-msg.msg_style.search_widget_error.origin_error {
    clear: both;
    color: red;
    position: absolute;
    left: 0;
    bottom: inherit;
    font-size: 13px;
    top: 50px;
  }
  .flex-full-row.flex-bg.flex-bg2
    .flex-full-box.flex-nopad
    .homeSearchmain
    #flightSearchForm
    .tabresultData
    .tabbingData
    .tabbs
    .airportbox
    .error-msg.msg_style.search_widget_error.dest_error {
    clear: both;
    color: red;
    position: absolute;
    left: 0;
    bottom: 17px;
    font-size: 13px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart.DepartDate {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .travellers {
    border-radius: 5px;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 100%;
  }
  .homeSearchmain .tabresultData .tabbingData .tabbs .Depart i {
    z-index: 1;
  }
  .breadcum_row .flex-container {
    width: 90%;
  }
  .homeSearchmain .tabingBox ul li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    display: -webkit-inline-flex;
  }
  .homeSearchmain .tabingBox ul li a i {
    float: left;
    line-height: 28px;
    margin-right: 0;
    position: relative;
    display: block;
    text-align: center;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #destinationInterlinkingsInternational
    .col_grid4 {
    width: 100%;
  }
  .landing_allflights .allflight.allflight_loader_height h3.flights_text span {
    font-size: 15px;
    color: #161616;
    display: block;
    float: none;
    margin-top: 15px;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #destinationInterlinkingsInternational
    .col_grid4
    .image {
    margin-left: 0;
  }
  .flex-full-row.mhflight_landing .flex-container {
    width: 100%;
  }
  .homeSearchmain .tabresultData .tabingName {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .fiveelement {
    padding-top: 120px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox {
    height: auto;
    display: block;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .airline-img {
    display: block;
    flex-direction: inherit;
    width: 100%;
    justify-content: inherit;
    text-align: center;
    margin-bottom: 10px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle {
    display: block;
    flex-direction: inherit;
    justify-content: inherit;
    width: 100%;
    float: left;
    padding-bottom: 14px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .price-box {
    width: 100%;
    background: #00575e;
    height: auto;
    display: block;
    justify-content: inherit;
    align-items: inherit;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 0;
    clear: both;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 5px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .source.country {
    display: inline-block;
    flex-direction: inherit;
    align-items: inherit;
    padding-left: 10px;
    justify-content: inherit;
    font-size: 12px;
    color: #000;
    float: left;
    width: 20%;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time {
    width: calc(100% - 40%);
    float: left;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .destination.country {
    text-align: right;
    font-size: 12px;
    color: #000;
    float: right;
    width: 20%;
    padding-right: 6px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time
    .trip-date
    span {
    display: inline-block;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .price-box
    .price {
    display: inline;
  }
  .flex-full-row.faredeals .flex-container {
    width: 96%;
  }
  .flex-full-row.BreadCrumb .flex-container .breadcrumb {
    width: 96%;
  }
  .homeSearchmain
    #hotelSearchForm
    .tabbingData.hotel-tabbing
    .tabbs
    .travellers.hotel-guest
    input#lblroomSelectionMsg {
    padding: 15px 0 15px 35px;
  }
  form.landing_search_panel.searchwrapflt
    .whitebox
    .tab-content.active
    a.advance-search {
    background: 0 0;
  }
  .search-widget
    .tab-content
    .form-content
    .box
    .error-msg.msg_style.search_widget_error.origin_error {
    top: 40px;
  }
  .search-widget
    .tab-content
    .form-content
    .box
    .error-msg.msg_style.search_widget_error.dest_error {
    top: 40px;
  }
  .breadcum_row {
    clear: both;
  }
  .flex-container-fluid .containermain {
    width: 94%;
  }
  .fiveelement .containermain {
    width: 94%;
  }
  .flex-full-row.BreadCrumb .flex-container {
    width: 94%;
    clear: both;
    overflow: auto;
  }
  .landingOffers .mhOffers .containermain {
    width: 92%;
  }
  .flex-full-row.mhflight_landing
    .flex-container
    .gray-text-container.landingpageeditor {
    margin: 0 auto;
    float: none;
    width: 96%;
  }
  .landing_allflights .allflight.allflight_loader_height .containermain {
    width: 96%;
  }
  .TravelBlogs .containermain {
    width: 90%;
  }
  .PreferredFlightsClass .preffered-Airline .containermain {
    width: 90%;
  }
  .trustcallmain .containermain {
    width: 90%;
  }
  .footer_cms_cont .containermain {
    width: 90%;
  }
  .flex-full-row.flex-bg.flex-bg2 .flex-container {
    width: 96%;
  }
  .flex-container-fluid .landing_cms_header header .containermain {
    width: 90%;
  }
  .homeSearchmain .tabresultData .tabingName {
    padding-top: 45px;
  }
  .flex-container > .gray-text-container .common-title {
    font-size: 20px !important;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #destinationInterlinkingsDomestic
    .col_grid4 {
    width: 100%;
  }
  .flex-full-row.mhflight_landing
    .flex-container
    .gray-text-container.landingpageeditor
    .col_grid3
    img {
    width: 100%;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #originInterlinkingsInternational
    .col_grid4 {
    width: 100%;
  }
  .landing_allflights
    .allflight.allflight_loader_height
    #originInterlinkingsDomestic
    .col_grid4 {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .mhOffers .alloffershome .offerm .offerData {
    width: 70%;
  }
  .PopularDestinations .col_grid8 .col_grid6 {
    width: 100%;
  }
  .newsletterMain input {
    width: 77%;
  }
  .flex-full-row.faq_landing
    .flex-container
    .Faqmain.faq-city
    .faq
    h3.common-title {
    font-size: 20px;
  }
  .allflight .allflightsdata h4,
  .allflight .allflightsdata h5 {
    text-align: center;
    margin-top: 0;
    line-height: 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 610px) {
  .FlightBox .travel-sec .containermain .col_grid3.img-sec {
    width: 100%;
  }
  .newsletterMain input {
    width: calc(100% - 110px);
  }
  .flex-full-row.mhflight_landing {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .driversectionmain a {
    left: 34%;
  }
  .homeSearchmain .tabingBox ul li {
    float: none;
  }
  .innerrow h1 {
    font-family: robotoregular;
    font-weight: 400;
  }
  .homeSearchmain .tabingBox ul li a,
  .homeSearchmain .tabingBox ul li.active a {
    font-size: 14px;
  }
  .menubox.showmenu .menuone ul li a span,
  .menubox.showmenu .menuthree ul li a,
  .menubox.showmenu .menutwo ul li a {
    font-size: 12px;
  }
  .mobileAppmain.smlmobileapp h4 {
    font-size: 20px;
  }
  .mobileAppmain .getApplink .linkform {
    width: 100%;
    max-width: 100%;
  }
  .mobileAppmain .getApplink .textbx {
    width: 53%;
  }
  .menubox.showmenu .myholisupport .suportdata ul li:nth-of-type(2) {
    width: 37%;
    float: right;
  }
  .mhflight_content .col_grid3 img {
    width: 100%;
  }
  .SellingPackages.PopularDestinationflights .col_grid3 {
    width: 100%;
  }
  .newsletterMain input {
    width: calc(100% - 110px);
  }
  .mhOffers .alloffershome .offerm .tcavil {
    position: static;
  }
}
@media screen and (max-width: 540px) {
  .ExploreUsMain .frightdata ul.fullul li {
    width: 100%;
  }
  .footer_cms_cont .ExploreUsMain #tab-2 li {
    padding-right: 15px;
  }
  .ExploreUsMain .frightdata ul.fullul {
    padding-right: 0;
  }
  .farechart-sec{
    display: flex;
    flex-wrap: wrap;
  }
  .Ad_sectionMain{
    width: 100%;
  }

  .oppsform{
    padding: 10px;
  
  }

  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .source.country {
    display: inline-block;
    flex-direction: inherit;
    align-items: inherit;
    padding-left: 10px;
    justify-content: inherit;
    font-size: 12px;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .destination.country {
    text-align: right;
    font-size: 12px;
    color: #000;
    float: right;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .destination.country {
    width: 100%;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time {
    width: 100%;
    display: block;
    text-align: center;
  }
  .trip-type {
    display: inline-block;
  }
  .flex-full-row.faredeals .common-title {
    font-size: 20px;
  }
  .flex-full-row.faredeals
    .flex-container
    .farechart-sec
    .faredeal_left
    .farebox
    .fare_Middle
    .col.port-time
    .trip-date {
    display: block;
  }
}
@media screen and (max-width: 510px) {
  .mhOffers .alloffershome .offerm .offerData {
    width: 64%;
  }
  .ExploreUsMain .frightdata .tabulbox {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .innerrow h1 {
    font-size: 16px;
  }
  .homeSearchmain .tabingBox ul li {
    float: none;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .driversectionmain a {
    left: 28%;
  }
  .ExploreUsMain .col_grid10 {
    width: 100%;
  }
  .ExploreUsMain .frightdata ul.fonefor {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .ConnectUsfooter .col_grid3 {
    width: 100%;
    text-align: center;
  }
  .ConnectUsfooter .footerICons a img {
    width: 120px;
    height: 28px;
  }
  .searchhome {
    height: 103px;
  }
  .mobileAppmain .getApplink .textbx {
    width: 44%;
  }
  .mhOffers .alloffershome .offerm .offerData {
    width: 56%;
  }
  .newsletterMain input {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 400px) {
  .ExploreUsMain ul.mainfmenu li {
    padding-right: 6px;
  }
}
@media screen and (max-width: 380px) {
  .menubox.showmenu .menutwo ul li {
    height: 50px;
  }
  .menubox.showmenu .menutwo ul li:nth-of-type(1),
  .menubox.showmenu .menutwo ul li:nth-of-type(4) {
    padding-top: 10px;
  }
  .mobileAppmain .storeicons a img {
    max-width: 135px;
  }
  .mobileAppmain .getApplink .linkform {
    width: 100%;
    max-width: 94%;
  }
  .mobileAppmain .getApplink .linkform .contry {
    margin: 0 5px 0 0;
  }
  .mobileAppmain .getApplink .textbx {
    width: 75%;
  }
  .mobileAppmain .getApplink .subbtn {
    float: left;
    width: 100%;
    padding-top: 10px;
  }
  .mhsocial .menusocial ul li span {
    word-wrap: break-word;
    padding: 0 5px;
    font-size: 9px;
  }
  .mobileAppmain .getApplink .subbtn input[type="submit"] {
    padding: 14px 6px;
    width: 100%;
    border-radius: 5px;
  }
  .fiveelement ul li .databox {
    width: 76%;
  }
  .menubox.showmenu .comlogo a img {
    width: 125px;
  }
  .trustcallmain .callbackMain,
  .trustcallmain .truthomemain {
    width: 90%;
  }
  .mhOffers .alloffershome .offerm .offerData {
    width: 48%;
  }
  .landingOffers .mhOffers .containermain {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .menubox.showmenu .menutwo ul li:nth-of-type(2) {
    padding-top: 10px;
  }
}
.banner_img {
  width: 100%;
}
.flex-full-row.flex-bg.flex-bg2 {
  position: relative;
  padding-top: 0;
}
.landing_cms_header header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.landing_cms_header header .col_grid10 {
  margin-top: -5px;
}
.flex-full-row.flex-bg.flex-bg2:after {
  /* background-image: var(--bgClearImgUrl); */
  position: absolute;
  width: 100%;
  bottom: 110px;
  content: "";
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.search-widget .tab-content .search-btn:after {
  width: 38px !important;
  height: 53px !important;
  right: 0 !important;
  top: 0 !important;
  line-height: 53px !important;
  background-position: center !important;
  background-color: #b81a52 !important;
  border-radius: 0 4px 4px 0 !important;
}
.search-widget .tab-content .search-btn {
  border-radius: 0 4px 4px 0 !important;
  background: #00575e !important;
  font-weight: 400 !important;
  text-align: left;
  padding-left: 25px;
  margin-left: -4px !important;
  width: 160px !important;
}
.search-widget .tab-content .search-btn:hover {
  background-color: #00575e !important;
}
.search-widget .tab-content .search-btn:hover:after {
  background-color: #960035 !important;
}
.search-widget .tabs li a {
  border-radius: 4px 4px 0 0;
}
.search-widget .tab-content .form-content .box:first-child input {
  border-left: 2px solid #d9d9d9 !important;
}
.search-widget .tab-content .form-content .box .viewvalue,
.search-widget .tab-content .form-content .box input,
.search-widget .tab-content .form-content .box select,
.search-widget .tab-content .form-content .box:last-child select {
  height: 53px;
  border-top: 2px solid #d9d9d9 !important;
  border-bottom: 2px solid #d9d9d9 !important;
}
.search-widget .tab-content .form-content .box:after {
  height: 50px !important;
  top: 25px !important;
}
.newsletter_sec {
  position: relative;
  width: auto;
  clear: both;
  background: linear-gradient(to right, #00808a, #bf033b) !important;
  float: left;
  padding: 40px 0 40px 0 !important;
}
.newsletter_sec .subscribe_form h3 {
  font-size: 15px !important;
  display: block !important;
  position: relative;
  padding-top: 30px;
  text-align: left;
  margin: 0;
}
.newsletter_sec .subscribe_form h3 span {
  font-size: 28px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-weight: 600;
  color: #fff;
}
.newsletter_sec .subscribe_form h3 br {
  display: none;
}
.newsletter_sec .subscribe_form .flex-row {
  padding: 0 10%;
}
.newsletter_sec .subscribe_form .emailbox {
  margin: 0 0 0 10%;
}
.newsletter_sec .subscribe_form input[type="submit"],
.subscribe_form button {
  height: 45px;
  border: 1px solid #2a2a2a !important;
  border-radius: 4px;
  width: 135px;
  text-align: center;
  font-family: robotomedium;
  background: #2a2a2a !important;
  color: #fff !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 14px !important;
}
.newsletter_sec .subscribe_form input[type="email"] {
  height: 45px;
  width: 100%;
  border: none;
  padding: 5px 10px 5px 40px;
  border-radius: 4px 0 0 4px;
}
.newsletter_sec .subscribe_form input[type="submit"]:hover,
.subscribe_form button:hover {
  background: #00808a !important;
  border: 1px solid #00808a !important;
}
.flex-container > .gray-text-container {
  text-align: left !important;
  position: relative;
  background: #00575e !important;
  border-radius: 0;
  width: 100%;
  float: left;
  padding: 15px 30px 15px 30px !important;
  color: #ffffff!important;
}

.flex-container > .gray-text-container ul{
  list-style: disc;
  padding-left: 40px;
}
.flex-container > .gray-text-container ul li{
  line-height: 30px;
  padding-left: 0!important;
}

.flex-container > .gray-text-container .common-title {
  line-height: 40px;
  text-align: left !important;
  margin: 0 0 15px !important;
  padding: 0 0 0 !important;
  background: no-repeat;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}
.flex-container > .gray-text-container .aboutExpand {
  text-align: justify !important;
  line-height: 20px;
  color: #fff;
  padding-right: 25%;
  /* background-image: var(--myhFlightImgUrl); */
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 235px;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  top: 4px;
  left: 4px;
}
@media (max-width: 767px) {
  #ui-datepicker-div.ui-datepicker.ui-datepicker-multi{
    top: 86px!important;
    left: 0 !important;
}
 
  .ContrypairHederBox .homeSearchmain{
    margin-top: 0px!important;
  }
  .ContrypairHederBox .homeSearchmain .tabingBox{
    top: -26px!important;
  }
  .search-widget .tab-content .form-content .box:first-child input {
    border-left: 0 !important;
  }
  .search-widget .tab-content .form-content .box .viewvalue,
  .search-widget .tab-content .form-content .box input,
  .search-widget .tab-content .form-content .box select,
  .search-widget .tab-content .form-content .box:last-child select {
    height: 35px !important;
    border-top: 2px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-top: 0 !important;
  }
  .search-widget .tab-content .search-btn:after {
    width: 35px !important;
    height: 42px !important;
    line-height: 42px !important;
  }
  .flex-full-row.flex-bg.flex-bg2:after {
    display: none;
  }
  #ui-datepicker-div {
    z-index: 99 !important;
  }
  .search-widget .tab-content .form-content .box .swapcity {
    top: 50px;
  }
  .flex-container > .gray-text-container .aboutExpand {
    background-size: 295px;
    background-attachment: fixed;
    padding-right: 0;
  }
}
.login_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -70px -15px
    no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.login_popup_heading {
  margin-left: 40px;
}
.findBooking_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -15px -15px
    no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.findBooking_popup_heading {
  margin-left: 40px;
}
.farealert_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -115px -8px
    no-repeat;
  width: 130px;
  height: 50px;
  transform: translate(-25px, 0);
}
.forgotPass_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -186px -15px
    no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.signup_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -239px -15px
    no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.flight_SearchW_popup_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -18px -75px
    no-repeat;
  width: 24px;
  height: 26px;
  position: absolute;
  left: 40px;
  top: 12px;
}
.searchW_addSea_plus_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -90px -77px
    no-repeat;
  width: 24px;
  height: 26px;
  position: absolute;
  z-index: 9;
}
.preferdAir_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -125px -71px
    no-repeat;
  width: 24px;
  height: 36px;
  position: absolute;
  z-index: 9;
}
.newsLetter_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -348px -127px
    no-repeat;
  width: 35px;
  height: 45px;
  position: absolute;
  z-index: 9;
}
.searchW_addSea_minus_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -58px -77px
    no-repeat !important;
}
.safeBooking_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -10px -125px
    no-repeat;
  width: 50px;
  height: 50px;
  z-index: 9;
  display: block;
  margin: 6px auto !important;
}
.overMillon_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -86px -123px
    no-repeat;
  width: 65px;
  height: 50px;
  z-index: 9;
  display: block;
  margin: 6px auto !important;
}
.bestPrice_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -172px -123px
    no-repeat;
  width: 50px;
  height: 50px;
  z-index: 9;
  display: block;
  margin: 6px auto !important;
}
.customerSupprot_ico_sprite_img {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png) -258px -125px
    no-repeat;
  width: 56px;
  height: 50px;
  z-index: 9;
  display: block;
  margin: 6px auto !important;
}
#ui-id-1 .ui-menu-item div .autoCountryName {
  color: #b81a52;
  font-weight: 600;
  font-size: 13px;
}
#ui-id-1 .ui-menu-item div .hotelCountryName {
  display: block;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  color: #7d7d7d;
}
#ui-id-1 .ui-menu-item div .icon {
  width: auto;
  background: 0 0;
  border: none;
  padding: 0;
  border-radius: initial;
  color: #b81a52;
  font-weight: 600;
  transform: translate(0, -28px);
}

.email_us_citypair {
  background: url(https://c.myholidays.com/images/sprite_fa_icons.png)-355px -136px !important;
  width: 26px;
  height: 26px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

/* .landingpageeditor > h1,
.landingpageeditor > h2,
.landingpageeditor > h3,
.landingpageeditor > h4,
.landingpageeditor > h5,
.landingpageeditor > h6,
.landingpageeditor > p {
  display: none;
} */

.new-parent h1,
.new-parent h2,
.new-parent h3,
.new-parent h4,
.new-parent h5,
.new-parent h6 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.aboutExpand {
  margin-top: 15px !important;
}
