@charset "UTF-8";.header-topbar-sec{background-color:#00575e;height:50px}.header-topbar-sec .header-topbar{display:flex;justify-content:end;align-items:center}.header-topbar-sec .header-topbar ul{display:flex;gap:15px;list-style:none}@media only screen and (max-width:767px){.header-topbar-sec .header-topbar ul{display:none}}.header-topbar-sec .header-topbar ul li a{color:#fff;font-size:13px;text-decoration:none}.header-topbar-sec .header-topbar .header-lang{position:relative}.header-topbar-sec .header-topbar .header-lang ul{gap:5px;margin-left:10px}@media only screen and (max-width:767px){.header-topbar-sec .header-topbar .header-lang ul{display:flex}}.header-topbar-sec .header-topbar .header-lang ul li{background:#fff;border:1px solid #c9cfce;margin:0;padding:2px 4px 4px;font-size:14px;cursor:pointer;position:relative;width:80px}.header-topbar-sec .header-topbar .header-lang ul li a{color:#00575e;padding:5px}.header-topbar-sec .header-topbar .header-lang ul li:after{content:"";display:inline-block;position:absolute;width:7px;height:7px;background:0 0;text-indent:-9999px;border-top:1px solid #2a2a2a;border-left:1px solid #2a2a2a;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-135deg);top:5px;right:7px}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown{background-color:#fff;position:absolute;width:450px;right:0;top:38px;box-shadow:0 2px 5px 0 rgba(0,0,0,.44);padding:10px;z-index:9999;display:none}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown.active{display:block}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .languageBox ul{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;grid-auto-rows:minmax(10px,auto);margin-left:0;padding:10px 10px 0 0}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .languageBox ul li{display:inline-block;border:1px solid #eee;padding:6px;color:#161616;text-align:center;border-radius:2px}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .languageBox ul li.active,.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .languageBox ul li:hover{background-color:#bf033b;color:#fff}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .languageBox ul li:after{display:none}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox{margin-top:15px}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;grid-auto-rows:minmax(10px,auto);margin-left:0;padding:10px 10px 0 0}@media only screen and (max-width:767px){.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul{grid-template-columns:repeat(4,1fr)}}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul li{display:inline-block;border:1px solid #eee;padding:6px;color:#161616;text-align:center;border-radius:2px;position:relative}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul li.active,.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul li:hover{background-color:#00808a;color:#fff}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyBox ul li:after{display:none}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyLanguageHeader{display:flex;justify-content:space-between}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyLanguageHeader h6{font-size:14px;font-weight:400}.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown .currencyLanguageHeader button{cursor:pointer;text-decoration:underline;font-size:13px;border:none;background-color:transparent}@media only screen and (max-width:767px){.header-topbar-sec .header-topbar .header-lang .currencyLanguagedropdown{width:375px;right:-15px}}.main-header{background-color:#fff}.main-header .navbarheader{display:flex;gap:25px;align-items:center}.main-header .navbarheader .header-logo{margin-right:auto}.main-header .navbarheader .header-logo img{height:50px}@media only screen and (max-width:1025px){.main-header .navbarheader .navbarmenu{position:fixed;top:0;right:0;background-color:#fff;z-index:999;height:100%;width:315px;padding-top:40px;display:none}}@media only screen and (max-width:1025px) and (max-width:767px){.main-header .navbarheader .navbarmenu.active{display:block}}.main-header .navbarheader .navbarmenu ul{display:flex;gap:30px;list-style:none}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu ul{flex-wrap:wrap;gap:15px}}.main-header .navbarheader .navbarmenu ul li{cursor:pointer;position:relative;font-size:15px}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu ul li{width:100%;padding:5px}}.main-header .navbarheader .navbarmenu ul li:hover{color:#00575e;font-weight:450}.main-header .navbarheader .navbarmenu ul li:hover .crmdropmenu ul li{font-weight:450}.main-header .navbarheader .navbarmenu ul li.active .crmdropmenu{display:block}.main-header .navbarheader .navbarmenu ul li:after{content:"";display:inline-block;position:absolute;width:7px;height:7px;background:0 0;text-indent:-9999px;border-top:2px solid #2a2a2a;border-left:2px solid #2a2a2a;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-135deg);top:3px;right:-14px}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu ul li:after{right:15px}}.main-header .navbarheader .navbarmenu ul li .crmdropmenu{position:absolute;top:45px;display:none;min-width:140px!important;box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);z-index:999;background-color:#fff}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu ul li .crmdropmenu{position:static;box-shadow:0 0 0 0;margin-top:10px}}.main-header .navbarheader .navbarmenu ul li .crmdropmenu ul{display:block}.main-header .navbarheader .navbarmenu ul li .crmdropmenu ul li a{color:#000;display:block;font-size:15px;text-decoration:none;padding:5px 10px}.main-header .navbarheader .navbarmenu ul li .crmdropmenu ul li a:hover{background-color:#00575e;color:#fff}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu ul li .crmdropmenu ul li a{padding-left:0}}.main-header .navbarheader .navbarmenu ul li .crmdropmenu ul li:after{display:none}.main-header .navbarheader .navbarmenu .closenavbar{position:absolute;top:10px;left:10px;display:none}@media only screen and (max-width:767px){.main-header .navbarheader .navbarmenu .closenavbar{display:inline-block}}.flag{width:15px!important;margin-right:5px;height:10px;vertical-align:middle;display:inline-block;float:none;margin-top:-3px;background-image:url(https://c.myholidays.com/cms/images/theme/currency-flag.png);background-position:-72px -80px;background-repeat:no-repeat}.flag.inr{background-position:-71px -33px}.flag.aed{background-position:-88px -33px}.flag.aoa{background-position:-27px 2px}.flag.aud{background-position:-58px 2px}.flag.azn{background-position:-72px 2px}.flag.bdt{background-position:-87px 2px}.flag.bgn{background-position:-102px 2px}.flag.bhd{background-position:3px -10px}.flag.brl{background-position:-12px -10px}.flag.byr{background-position:-28px -10px}.flag.cad{background-position:-42px -10px}.flag.chf{background-position:-57px -10px}.flag.clp{background-position:-72px -10px}.flag.cny{background-position:-86px -10px}.flag.cop{background-position:-102px -10px}.flag.dkk{background-position:-13px -21px}.flag.egp{background-position:-27px -21px}.flag.eur{background-position:-72px -21px}.flag.gbp{background-position:-102px -21px}.flag.hkd{background-position:2px -33px}.flag.hrk{background-position:-13px -33px}.flag.huf{background-position:-27px -33px}.flag.idr{background-position:-42px -33px}.flag.ils{background-position:-57px -33px}.flag.jod{background-position:-87px -33px}.flag.jpy{background-position:-104px -33px}.flag.kwd{background-position:-12px -45px}.flag.kzt{background-position:-27px -45px}.flag.lkr{background-position:-42px -45px}.flag.mxn{background-position:-57px -45px}.flag.myr{background-position:3px -80px}.flag.ngn{background-position:-88px -45px}.flag.nok{background-position:-102px -45px}.flag.npr{background-position:2px -56px}.flag.nzd{background-position:-12px -56px}.flag.omr{background-position:-27px -56px}.flag.pen{background-position:-42px -56px}.flag.php{background-position:-57px -56px}.flag.pln{background-position:-70px -56px}.flag.qar{background-position:-72px -80px}.flag.ron{background-position:-87px -56px}.flag.rsd{background-position:-102px -56px}.flag.rub{background-position:2px -69px}.flag.sar{background-position:-12px -68px}.flag.sek{background-position:-27px -68px}.flag.sgd{background-position:-42px -68px}.flag.thb{background-position:-57px -68px}.flag.try{background-position:-71px -68px}.flag.twd{background-position:-86px -68px}.flag.uah{background-position:-101px -68px}.flag.usd{background-position:-73px -45px}.flag.vnd{background-position:-10px -80px}.flag.zar{background-position:-27px -80px}.menuiconbox{display:none}.menuiconbox .menuicon{position:absolute;right:15px;width:25px;height:2px;background-color:#000;z-index:99}.menuiconbox .menuicon:after{top:-10px}.menuiconbox .menuicon:after,.menuiconbox .menuicon:before{content:"";position:absolute;width:25px;height:2px;background-color:#000}.menuiconbox .menuicon:before{top:10px}@media only screen and (max-width:1025px){.menuiconbox{display:inline-block}}.popupSection{position:fixed;z-index:999;top:0;bottom:0;left:0;right:0;justify-content:center;background-color:rgba(0,0,0,.5);padding:30px}.popupSection .popupBox{background-color:#fff;width:340px;border-radius:5px;margin:auto}.popupSection .popupBox .popupHeading{border-bottom:1px solid #eaeaea;position:relative;padding:10px}.popupSection .popupBox .popupHeading .closeIcon{position:absolute;right:10px;top:10px;cursor:pointer}.popupSection .popupBox .popupHeading h6{font-size:16px;padding-left:40px;font-weight:400;position:relative}.popupSection .popupBox .popupHeading h6 svg{position:absolute;left:5px;top:-2px;color:#00808a}.popupSection .popupBox .popupContent{padding:15px}.popupSection .popupBox .popupContent p{font-size:14px}.popupSection .popupBox .popupContent .wdinput ul{position:static;border:none}.popupSection .popupBox .popupContent .wdinput ul li{border:none}.remmbercheckbox .customcheckbox{font-size:14px;padding-left:25px}.remmbercheckbox .customcheckbox .checkmark{width:20px;height:20px}.remmbercheckbox .customcheckbox .checkmark:after{left:6px;top:4px;width:5px;height:8px;border:solid #b81a52;border-width:0 2px 2px 0;transform:rotate(45deg)}.newuserForgot{margin-top:15px}.newuserForgot ul{display:flex;justify-content:center;gap:10px;list-style:none;padding-left:0}.newuserForgot ul li{font-size:12px;cursor:pointer;position:relative}.newuserForgot ul li:after{content:"|";position:absolute;right:-7px}.newuserForgot ul li:last-child:after{display:none}.newuserForgot ul li.newuserlogin{color:#00a9f8}.newuserForgot ul li.forgotuser{color:#f00000}.facebookbtn button{height:50px;font-size:14px;border:none;background-color:#3b5998;color:#fff;cursor:pointer;position:relative}.facebookbtn button .facebookicon{position:absolute;left:0;width:50px;height:100%;top:0;background-color:#2b4988;display:flex;align-items:center;justify-content:center}.borderdashedor{border:1px dashed #bbb;position:relative;margin:30px 0}.borderdashedor span{font-size:14px;width:30px;height:30px;border:1px dashed #bbb;top:-15px;left:0;right:0;margin:auto;display:flex;align-items:center;justify-content:center;border-radius:50%}.borderdashedor span,.loginDropdown{position:absolute;background-color:#fff}.loginDropdown{top:37px;border:1px solid #ddd;z-index:999}.loginDropdown ul{display:flex;flex-wrap:wrap;gap:0!important}.loginDropdown ul li{display:block;width:100%;border-bottom:1px solid #ddd}.loginDropdown ul li a{color:#000!important;padding:5px 10px;display:block}.loginDropdown ul li:hover{background-color:#00575e}.loginDropdown ul li:hover a{color:#fff!important}.loginIcon{background:url(https://c.myholidays.com/images/sprite_fa_icons.png) -70px -15px no-repeat}.loginIcon,.registerIcon{width:30px;height:30px;position:absolute;left:6px;top:-6px}.registerIcon{background:url(https://c.myholidays.com/images/sprite_fa_icons.png) -239px -15px no-repeat}.forgotIcon{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}@media only screen and (max-width:1025px){.tollfree{display:none}}.tollfree .top_contact{display:flex}.tollfree .top_contact .imageicon{width:50px;height:50px;border:2px solid #00575e;border-radius:100%;text-align:center;overflow:hidden;padding:2px 2px 0}.tollfree .top_contact .imageicon .contactgirl{background-image:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-position:-295px 83px;width:40px;height:42px;display:inline-block;overflow:hidden;border:2px solid #aa184b;border-radius:100%}.tollfree .top_contact .callbtn_top{border:2px solid #aa184b;padding:5px;text-align:center;border-radius:50px;position:relative}.tollfree .top_contact .callbtn_top .blank_red{width:7px;height:12px;background:#aa184b;position:absolute;left:-8px;top:36%;border-top:2px solid #fff;border-bottom:2px solid #fff}.tollfree .top_contact .callbtn_top .callnow{font-size:14px;position:absolute;top:-15px;left:26%;background:#fff;padding:3px}.tollfree .top_contact .callbtn_top a{font-size:16px;margin:5px 10px;font-weight:600;text-decoration:none;color:#161616;display:inline-block;position:relative;top:4px}.menusinglelink:after{display:none!important}.menusinglelink a{color:#000}.arrtl .menuiconbox .menuicon{right:auto;left:15px!important}.arrtl .header-lang ul{margin-left:0!important}@media only screen and (max-width:767px){.arrtl .header-topbar .header-lang{position:static}.arrtl .header-topbar .header-lang .currencyLanguagedropdown{width:95%;left:15px}.arrtl #flightSecondDatePicker .react-datepicker-popper{right:0!important;top:71px!important;transform:inherit!important}.arrtl .wdinput.mw50{width:100%!important}}.footer-tab-section{background-color:#f8f8f8;padding:60px 0 95px}@media only screen and (max-width:767px){.footer-tab-section{padding-top:10px;padding-bottom:10px;background-color:#fff}.footer-tab-section .footer-tab{overflow:hidden}}.footer-tab-section .footer-tab ul{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:2.5px solid #e6e6e6}@media only screen and (max-width:767px){.footer-tab-section .footer-tab ul{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}}.footer-tab-section .footer-tab ul::-webkit-scrollbar{display:none}.footer-tab-section .footer-tab ul li{list-style:none;cursor:pointer;font-weight:700}.footer-tab-section .footer-tab ul li span{padding-bottom:15px;padding-left:10px;padding-right:15px;position:relative;display:inline-block}.footer-tab-section .footer-tab ul li.active span:after{content:"";background-color:#00808a;height:2.5px;width:100%;position:absolute;left:0;bottom:-2px}@media only screen and (max-width:767px){.footer-tab-section .footer-tab ul li{min-width:200px}}.footer-tab-section .footer-tab-result{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.footer-tab-section .footer-tab-result{flex-wrap:wrap}}.footer-tab-section .footer-tab-result h6{font-size:14px;line-height:21px;color:#343a40;padding-right:35px;cursor:pointer;font-weight:600;margin-top:20px}.footer-tab-section .footer-tab-result ul{list-style:none;margin-top:5px;grid-template-columns:repeat(1,1fr);gap:10px;grid-auto-rows:minmax(10px,auto);width:100%;padding-left:0;display:grid}.footer-tab-section .footer-tab-result ul li{line-height:25px}.footer-tab-section .footer-tab-result ul li a{color:#242424;font-size:14px;text-decoration:none}@media only screen and (max-width:767px){.footer-tab-section .footer-tab-result .footer-tab-box{width:100%}.footer-tab-section .footer-tab-result .footer-tab-box ul{display:none}.footer-tab-section .footer-tab-result .footer-tab-box h6{margin-top:10px;height:40px;border:1px solid #e5e5e5;line-height:40px;background-color:#f7f8fb;padding:0 15px;position:relative}.footer-tab-section .footer-tab-result .footer-tab-box h6:after{content:"";top:13px;right:15px;position:absolute;width:8px;height:8px;background:0 0;text-indent:-9999px;border-top:2px solid #000;border-left:2px solid #000;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-135deg)}.footer-tab-section .footer-tab-result .footer-tab-box h6.active:after{transform:rotate(45deg)}}.footer-connect-with-us-sec{background-color:#fff}.footer-connect-with-us-sec .footer-connect-with-us{box-shadow:0 3px 6px rgba(0,0,0,.161);border:1px solid #e3e3e3;border-radius:5px;background-color:#fff;position:relative;top:-55px;padding:28px;width:90%;margin:auto}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer-connect-with-us{flex-wrap:wrap;position:static}}.footer-connect-with-us-sec .footer_box_contact .contact-img-icon{width:50px;height:50px;border:2px solid #008089;border-radius:100%;text-align:center;overflow:hidden;padding:2px 2px 0}.footer-connect-with-us-sec .footer_box_contact .contact-img-icon .footer_support_icon{background-image:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-position:-295px 83px;width:40px;height:42px;display:inline-block;overflow:hidden;border:2px solid #b81a52;border-radius:100%}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer_box_contact .contact-img-icon.contact-img-icon{display:none}}.footer-connect-with-us-sec .footer_box_contact h5{font-size:16px;line-height:26px;color:#505050}.footer-connect-with-us-sec .footer_box_contact a p{font-size:18px;line-height:30px;font-weight:700;color:#2a2a2a}.footer-connect-with-us-sec .footer_box_contact .social_media_icon{list-style:none;display:flex;align-items:center;gap:15px}.footer-connect-with-us-sec .footer_box_contact .social_media_icon li i{background-image:url(https://www.myholidays.com/images/footer-sprite.webp)}.footer-connect-with-us-sec .footer_box_contact .social_media_icon li i.facebook{background-position:-62px 29px;width:14px;height:21px;display:inline-block}.footer-connect-with-us-sec .footer_box_contact .social_media_icon li i.twitter{background-position:-84px 29px;width:24px;height:21px;display:inline-block}.footer-connect-with-us-sec .footer_box_contact .social_media_icon li i.linkedin{background-position:-117px 29px;width:22px;height:21px;display:inline-block}.footer-connect-with-us-sec .footer_box_contact .social_media_icon li i.instagram{background-position:-147px 29px;width:21px;height:21px;display:inline-block}.footer-connect-with-us-sec .footer_box_contact .calltoaction{background-color:#b81a52;color:#fff;font-size:18px;padding:15px 18px;width:100%;text-align:center;border-radius:5px;cursor:pointer;border:none}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer_box_contact.footer_social_media{display:none}.footer-connect-with-us-sec .footer_box_contact{flex-wrap:wrap;width:100%}.footer-connect-with-us-sec .footer_box_contact .footer_email{text-align:center;margin-left:0;width:100%;display:none}}.footer-connect-with-us-sec .footer_box_contact .footer_Speak_sec{display:none}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer_box_contact .footer_Speak_sec{display:block;text-align:center;margin:10px 0}}.footer-connect-with-us-sec .footer_box_contact .footerImgsec{display:none}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer_box_contact .footerImgsec{display:flex;justify-content:center;width:100%}}.footer-connect-with-us-sec .footer_box_contact .footerImgsec img{height:110px;margin:auto}.footer-connect-with-us-sec .footer_box_contact.mobile_social_media{display:none}@media only screen and (max-width:767px){.footer-connect-with-us-sec .footer_box_contact.mobile_social_media{display:block}.footer-connect-with-us-sec .footer_box_contact.mobile_social_media h5{text-align:left}}.footer_mid_sec{padding-top:0;background-color:#fff;border-bottom:1px solid #c8c8c8}.footer_mid_sec .footer_bottom_sec{display:grid;grid-template-columns:repeat(2,1fr);gap:0;grid-auto-rows:minmax(10px,auto)}@media only screen and (max-width:991px){.footer_mid_sec .footer_bottom_sec{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_sec{grid-template-columns:repeat(1,1fr)}}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left:after{content:"";height:90%;width:1px;background-color:#c8c8c8;position:absolute;right:0;top:0}@media only screen and (max-width:991px){.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left:after{display:none}}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link{display:grid;grid-template-columns:repeat(4,1fr);gap:0;grid-auto-rows:minmax(10px,auto)}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link{grid-template-columns:repeat(1,1fr)}}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5{font-size:16px;color:#000;line-height:21px;margin-bottom:10px;font-weight:600;position:relative}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5{margin-top:10px;margin-bottom:0;font-size:14px;height:40px;border:1px solid #e5e5e5;line-height:40px;background-color:#f7f8fb;padding:0 15px;position:relative}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box h5:after{content:"";top:13px;right:15px;position:absolute;width:8px;height:8px;background:0 0;text-indent:-9999px;border-top:2px solid #000;border-left:2px solid #000;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-135deg)}}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul{list-style:none}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul{display:none}}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul li{margin-bottom:10px}.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box ul li a{font-size:14px;color:#000}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_sec .footer_bottom_box_left .footer_bottom_link .footer_sub_bottom_box .active:after{transform:rotate(45deg)}}.footer_mid_sec .footer_bottom_secure_accept{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;grid-auto-rows:minmax(10px,auto);margin-top:10px}@media only screen and (max-width:991px){.footer_mid_sec .footer_bottom_secure_accept{display:flex;justify-content:center;gap:20px}}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_secure_accept{display:none}}.footer_mid_sec .footer_bottom_secure_accept .footer_secure_by h6{font-size:11px;font-weight:700;line-height:20px;color:#000}.footer_mid_sec .footer_bottom_secure_accept .footer_secure_by ul{display:flex;gap:10px;list-style:none;padding-left:0}.footer_mid_sec .footer_bottom_secure_accept .footer_secure_by ul li a i{background-image:url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp)}.footer_mid_sec .footer_bottom_secure_accept .footer_secure_by ul li a i.verified_secured{width:113px;height:35px;display:inline-block;background-position:0 -1px;border-radius:3px;background-size:243px 162px}.footer_mid_sec .footer_bottom_secure_accept .footer_secure_by ul li a i.certified_by{background-position:-158px 0;width:140px;height:36px;display:inline-block;border-radius:3px;background-size:299px 164px}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul{display:flex;gap:10px;list-style:none;padding-left:0;margin-top:8px}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul li i{background-image:url(https://c.myholidays.com/cms/images/theme/footer-sprite.webp)}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul li i.visa{background-position:-8px -31px;width:52px;height:22px;display:inline-block;background-size:202px 127px}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul li i.mastercard{background-position:-136px -47px;width:29px;height:22px;display:inline-block}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul li i.american_express{background-position:-173px -47px;width:45px;height:22px;display:inline-block}.footer_mid_sec .footer_bottom_secure_accept .footer_we_accept_by ul li i.netbanking{background-position:-226px -47px;width:75px;height:22px;display:inline-block}.footer_mid_sec .footer_bottom_box_right{padding-left:30px}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_box_right{padding-left:0;text-align:center;margin-top:30px}}.footer_mid_sec .footer_bottom_box_right .download_app_qr_code{display:flex;gap:10px;justify-content:space-between}@media only screen and (max-width:991px){.footer_mid_sec .footer_bottom_box_right .download_app_qr_code{justify-content:center;margin-top:20px}}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec h6{font-size:24px;color:#000;font-weight:400}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec p{font-size:14px;line-height:19px;margin-top:8px}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec ul{display:flex;gap:10px;list-style:none;margin-top:15px}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_box_right .downloadapp_sec ul{justify-content:center}}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec ul li a i{background-image:url(https://c.myholidays.com/cms/images/theme/flags.png)}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec ul li a i.play_store{background-position:-150px 48px;width:147px;height:44px;display:inline-block}.footer_mid_sec .footer_bottom_box_right .downloadapp_sec ul li a i.ios_store{background-position:0 48px;width:149px;height:44px;display:inline-block}.footer_mid_sec .footer_bottom_box_right .scan_qr_code{text-align:center}@media only screen and (max-width:767px){.footer_mid_sec .footer_bottom_box_right .scan_qr_code{display:none}}.footer_mid_sec .footer_bottom_box_right .scan_qr_code p{font-size:16px;color:#242424}.footer_mid_sec .footer_bottom_box_right .scan_qr_code .scan_qr_icon{height:112px;display:inline-block;vertical-align:middle;background-image:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-position:-227px -3px;background-repeat:no-repeat;width:112px}.footer_mid_sec .global-link{text-align:right;margin-top:30px}@media only screen and (max-width:991px){.footer_mid_sec .global-link{margin-top:10px;display:flex;justify-content:center}}.footer_mid_sec .global-link p{display:flex;align-items:center;justify-content:end;color:#707070;font-size:14px}@media only screen and (max-width:767px){.footer_mid_sec .global-link p{width:100%}.footer_mid_sec .global-link{display:flex;align-items:center}}.footer_bottom_pnl{padding:20px 0;background-color:#fff;text-align:center;border-top:1px solid #c8c8c8}.footer_bottom_pnl p{color:#505050;font-size:14px;line-height:26px}.footer_bottom_pnl h6{color:#707070;font-size:14px;line-height:19px;font-weight:400}.footer_bottom_pnl h6 a{color:#707070;font-size:14px;line-height:19px;text-decoration:none}.FooterPopupOverlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:99}.FooterPopupOverlay .requestCallBackPopup{background-color:#fff;padding:20px;width:500px;z-index:9;transition:.5s ease-out;box-sizing:border-box;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);height:auto;-webkit-animation:getQuotes_bar__r8sYI .5s ease}@media only screen and (max-width:767px){.FooterPopupOverlay .requestCallBackPopup{width:95%;margin:auto}}.FooterPopupOverlay .requestCallBackPopup h6{font-size:26px;margin-bottom:10px;line-height:32px;color:#b81a52!important}.FooterPopupOverlay .requestCallBackPopup p{font-size:16px}.FooterPopupOverlay .requestCallBackPopup .requestCallBackForm{margin-top:20px;display:flex;flex-wrap:wrap;gap:15px}.FooterPopupOverlay .requestCallBackPopup .wdinput{position:relative}.FooterPopupOverlay .requestCallBackPopup .wdinput input{border:1px solid #e6e6e6;background-color:#f8f8f8;font-size:14px;color:#383d41;height:43px;width:100%;padding-left:35px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FooterPopupOverlay .requestCallBackPopup .wdinput input.lookingFor{padding-left:15px}.FooterPopupOverlay .requestCallBackPopup .wdinput input.phoneNUmber{padding-left:90px}.FooterPopupOverlay .requestCallBackPopup .wdinput button{background-color:#b81a52;border-radius:3px;color:#fff;outline:none;padding:10px 8px;border:1px solid #b81a52;cursor:pointer;display:block;text-decoration:none;font-size:20px;text-align:center;font-weight:550;width:100%}.FooterPopupOverlay .requestCallBackPopup .wdinput svg{position:absolute;top:13px;left:10px;z-index:99}.FooterPopupOverlay .requestCallBackPopup .wdinput .stateCode{position:absolute;top:0;width:78px}.FooterPopupOverlay .requestCallBackPopup .wdinput .stateCode input{width:80px;padding:10px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.FooterPopupOverlay .requestCallBackPopup .wdinput .arrowIcon{content:"";background-image:url(https://c.regencyholidays.com/cms/images/theme/regency_down_arrow.png);background-position:100%;background-size:10px;background-repeat:no-repeat;background-position:right 3px center;cursor:pointer}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);left:0;min-height:250px;overflow:hidden;overflow-y:auto;position:absolute;list-style:none;z-index:999;background-color:#fff;width:100%}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist ul{list-style:none;top:42px;width:100%}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist ul li{padding:8px 10px;border-bottom:1px solid #ddd;cursor:pointer}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist ul li:hover{background-color:#008089;color:#fff}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist.loogkinforselect{min-height:138px}.FooterPopupOverlay .requestCallBackPopup .wdinput .selectlist.loogkinforselect ul{top:0}.closrequesCallback{background-color:#00575e;position:absolute;left:-24px;top:0;width:24px;height:24px;outline:none;border:none;cursor:pointer;left:auto;right:0;background-color:#d1d1d1}.closrequesCallback i{position:absolute;top:5px;left:-4px}.closrequesCallback i:after{transform:rotate(-45deg)}.closrequesCallback i:after,.closrequesCallback i:before{position:absolute;left:15px;content:" ";height:14px;width:2px;background-color:#fff}.closrequesCallback i:before{transform:rotate(45deg)}.termscondition{display:flex;justify-content:center;width:100%}.customcheckbox{position:relative;padding-left:22px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#05173c;font-size:12px}.customcheckbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.customcheckbox .checkmark{position:absolute;top:0;left:0;height:14px;width:14px;background-color:#fff!important;border:1px solid #002d61}.customcheckbox .checkmark:after{content:"";position:absolute;display:none}.customcheckbox input:checked~.checkmark:after{display:block}.customcheckbox .checkmark:after{left:4px;top:1px;width:4px;height:8px;border:solid #e41b23;border-width:0 2px 2px 0;transform:rotate(45deg)}.arrtl .mobile_social_media h5{text-align:right!important}@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*{margin:0;padding:0}body{font-family:Roboto,sans-serif}.container{width:1200px;padding:10px;box-sizing:border-box}@media only screen and (max-width:991px){.container{width:100%}}@media only screen and (max-width:767px){.container{padding:10px}}.skeleton-loader{display:inline-block;width:100px;height:25px;background:#e0e0e0;border-radius:4px;animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:100%}to{background-position:-100%}}@media only screen and (max-width:767px){.lp-heading-sec{text-align:center;margin:0}}.lp-heading-sec .lp-heading{font-size:24px;color:#00575e;font-weight:400}@media only screen and (max-width:767px){.lp-heading-sec .lp-heading{font-size:22px}}.lp-heading-sec .lp-heading span{font-weight:600}@media only screen and (max-width:767px){.lp-heading-sec .lp-heading span{display:block}}.lp-heading-sec .lp-text{font-size:18px;color:#00575e;margin-top:12px}.dealPnl{display:grid;grid-template-columns:2fr 1fr;gap:25px;grid-auto-rows:minmax(0,auto);padding:20px 0}@media only screen and (max-width:991px){.dealPnl{grid-template-columns:1fr;gap:5px}}@media only screen and (max-width:767px){.dealsection{display:flex;width:100%;flex-wrap:wrap}}.offerdealHeading{font-size:24px;line-height:29px;margin-bottom:22px;font-weight:450}@media only screen and (max-width:767px){.offerdealHeading{text-align:center;order:1}}.dealCouponcode{border:1px solid #dfdfdf;padding:25px 50px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;grid-auto-rows:minmax(100px,auto)}@media only screen and (max-width:767px){.dealCouponcode{grid-template-columns:repeat(1,1fr);gap:20px;width:100%;order:3}}.dealCouponcode .dealCouponcodebox{text-align:center}.dealCouponcode .dealCouponcodebox h6{font-size:14px;line-height:17px;color:#302d2e;margin-bottom:10px}.dealCouponcode .dealCouponcodebox .dealCoupondate{border:1.5px solid #00808a;height:70px;display:flex;justify-content:center;align-items:center;position:relative}.dealCouponcode .dealCouponcodebox .dealCoupondate:before{content:"";height:14px;width:7px;background-color:#fff;border-bottom-left-radius:20px;border-top-left-radius:20px;position:absolute;right:-2px;border:1.5px solid #00808a;border-right:0}.dealCouponcode .dealCouponcodebox .dealCoupondate:after{content:"";height:14px;width:7px;background-color:#fff;border-bottom-right-radius:20px;border-top-right-radius:20px;position:absolute;left:-2px;border:1.5px solid #00808a;border-left:0}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCoupondateFill{background-color:#00808a}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCoupondateFill:before{right:-2px}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCoupondateFill:after{left:-2px}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCoupondateFill p{background-color:#fff;height:36px;width:130px;display:flex;align-items:center;justify-content:center;border:2px dashed #00808a;border-radius:18px;margin-top:0}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCouponExpire{background-color:#dfdfdf;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dealCouponcode .dealCouponcodebox .dealCoupondate.dealCouponExpire p{border:2px dashed #dfdfdf;color:#dfdfdf;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dealCouponcode .dealCouponcodebox .dealCoupondate p{font-size:16px;line-height:19px;margin-bottom:0;color:#302d2e;font-weight:450;margin-top:0}@media only screen and (max-width:991px){.dealCouponcode .dealCouponcodebox .dealCoupondate p{font-size:14px}}.dealCouponcode .dealCouponcodebox .dealCoupondate svg{position:absolute;right:-30px;bottom:0;top:0;margin:auto;cursor:pointer}.dealCouponcode .dealCouponcodebox .dealCoupondate h6{font-size:12px;position:absolute;bottom:-32px;color:#00808a}.dealyouget{border:1px solid #dfdfdf;padding:22px 20px;margin-top:20px}@media only screen and (max-width:767px){.dealyouget{order:4;padding:10px}}@media only screen and (max-width:375px){.dealyouget{overflow:hidden;width:312px}}.dealyouget h6{font-size:16px;color:#302d2e}@media only screen and (max-width:991px){.dealyouget h6{font-size:14px}}.dealyouget p{font-size:14px;color:#302d2e;margin-bottom:0}@media only screen and (max-width:375px){.dealyouget .servicestable{overflow-x:scroll}}.dealyouget .servicestable table{width:100%;margin-top:20px}@media only screen and (max-width:375px){.dealyouget .servicestable table{overflow-x:scroll;width:680px}}.dealyouget .servicestable table thead{background-color:#f9fafb}.dealyouget .servicestable table thead tr th{padding:15px;font-size:14px;text-align:left;border:1px solid #e2e2e3}.dealyouget .servicestable table tbody tr td{padding:10px;font-size:14px;text-align:left;border:1px solid #e2e2e3}.dealyouget .servicestable table tbody tr:nth-child(2n){background-color:#fafafb}.dealhowtoget{border:1px solid #dfdfdf;padding:22px 20px;margin-top:0;background-color:#fff}@media only screen and (max-width:767px){.dealhowtoget{order:5;padding:10px}}.dealhowtoget h6{font-size:16px;color:#302d2e}.dealhowtoget ul{padding-left:15px;margin-bottom:0}.dealhowtoget ul li{font-size:14px;line-height:24px}.couponexpire{position:relative;display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.couponexpire:before{content:"Deal have got expired";position:absolute;background-color:rgba(0,0,0,.8);height:100%;width:100%;z-index:1;top:0;bottom:0;color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;padding:20px;box-sizing:border-box;text-align:center}.dealdiscountImg{padding:10px;border:1px solid #dfdfdf}@media only screen and (max-width:991px){.dealdiscountImg{display:none}}.dealdiscountImg a{position:relative;display:block}.dealdiscountImg a img{width:100%}.mobiledealdiscountImg{padding:10px;border:1px solid #dfdfdf;display:none;margin:20px auto 0}@media only screen and (max-width:991px){.mobiledealdiscountImg{display:block;width:50%}}@media only screen and (max-width:767px){.mobiledealdiscountImg{width:100%;order:2;margin-top:0;margin-bottom:20px}}.mobiledealdiscountImg a img{width:100%}.dealyoubox{background:transparent linear-gradient(128deg,#00575e,#a80c3f) 0 0 no-repeat padding-box;padding:22px 20px;text-align:center;margin-top:20px}@media only screen and (max-width:991px){.dealyoubox{margin:20px -10px 0}}.dealyoubox h5{color:#fff;font-size:28px;font-weight:400;margin-bottom:15px}.dealyoubox p{color:#fff;font-size:13px;line-height:15px;font-weight:400}.dealyoubox .dealsinput{position:relative;text-align:left;margin-top:25px}@media only screen and (max-width:991px){.dealyoubox .dealsinput{width:50%;margin:25px auto 0}}@media only screen and (max-width:767px){.dealyoubox .dealsinput{width:100%}}.dealyoubox .dealsinput input{border-radius:5px;height:42px;background-color:#fff;border:none;outline:none;padding:13px 20px;width:324px;box-sizing:border-box}@media only screen and (max-width:767px){.dealyoubox .dealsinput input{width:100%}}.dealyoubox .dealsinput button{position:absolute;right:0;height:42px;font-size:14px;text-align:center;border-radius:0 5px 5px 0;background-color:#2a2a2a;color:#fff;width:123px;border:none;outline:none}.whyMyHolidays h6{font-size:18px}.whyMyHolidays .whymyholidaysList{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;grid-auto-rows:minmax(10px,auto);margin-top:20px}.whyMyHolidays .whymyholidaysList.couponwhymyholiday{grid-template-columns:repeat(1,1fr)}@media only screen and (max-width:991px){.whyMyHolidays .whymyholidaysList{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.whyMyHolidays .whymyholidaysList{grid-template-columns:repeat(1,1fr)}}.whyMyHolidays .whymyholidaysList .whymyholidaybox{display:grid;grid-template-columns:1fr 4fr;gap:10px;grid-auto-rows:minmax(10px,auto);padding:15px;align-items:start;background-color:#fff}.whyMyHolidays .whymyholidaysList .whymyholidaybox.triedTrust{background-color:rgba(41,121,255,.051)}.whyMyHolidays .whymyholidaysList .whymyholidaybox.travelPartner{background-color:rgba(243,132,21,.051)}.whyMyHolidays .whymyholidaysList .whymyholidaybox.reilableSupport{background-color:rgba(255,234,0,.102)}.whyMyHolidays .whymyholidaysList .whymyholidaybox.securePayment{background-color:rgba(15,175,82,.051)}.whyMyHolidays .whymyholidaysList .whymyholidaybox h6{font-size:16px;color:#05173c;line-height:20px;margin-bottom:10px}.whyMyHolidays .whymyholidaysList .whymyholidaybox p{font-size:14px;margin-bottom:0;line-height:20px}.offercontenct{background-color:#00575e;display:grid;grid-template-columns:2fr 3fr;gap:0;grid-auto-rows:minmax(0,auto);align-items:center;padding:0 30px}@media only screen and (max-width:767px){.offercontenct{grid-template-columns:1fr;padding:10px;width:100%}.offercontenct .offercontentLeft{display:flex;position:relative;width:100%;justify-content:center}}.offercontenct .offercontentLeft h5{color:#fff;font-size:30px;text-align:center;line-height:42px}@media only screen and (max-width:991px){.offercontenct .offercontentLeft h5{line-height:30px;position:relative;z-index:2;font-size:13px}}@media only screen and (max-width:767px){.offercontenct .offercontentLeft h5{margin-right:5px}}.offercontenct .offercontentRight{text-align:center}.offercontenct .offercontentRight p{font-size:22px;color:#fff;margin-bottom:5px}@media only screen and (max-width:991px){.offercontenct .offercontentRight p{font-size:18px}}@media only screen and (max-width:767px){.offercontenct .offercontentRight p{font-size:12px}}.offercontenct .offercontentRight h5{font-size:48px;color:#fff;margin-bottom:5px}@media only screen and (max-width:991px){.offercontenct .offercontentRight h5{font-size:40px}}@media only screen and (max-width:767px){.offercontenct .offercontentRight h5{font-size:19px}}.offercontenct .offercontentRight h6{font-size:14px;color:#fff;font-weight:400;margin-bottom:5px}@media only screen and (max-width:991px){.offercontenct .offercontentRight h6{font-size:12px}}.offercontenct .offercontentRight h3{font-size:22px;color:#feff03;font-weight:350;margin-bottom:5px}@media only screen and (max-width:991px){.offercontenct .offercontentRight h3{font-size:17px}}@media only screen and (max-width:767px){.offercontenct .offercontentRight h3{font-size:12px}}.offercontenct .offercontentRight h4{font-size:12px;color:#fff;font-weight:350;margin-bottom:5px}@media only screen and (max-width:991px){.offercontenct .offercontentRight h4{font-size:10px}}.offerbanner{display:grid;grid-template-columns:1fr;gap:0;grid-auto-rows:minmax(0,auto)}.offerbanner .offerbannerImg img{width:100%}@media only screen and (max-width:991px){.offerbanner .offerbannerImg img{position:relative;z-index:1}}@media only screen and (max-width:767px){.offerbanner .offerbannerImg img{width:100%}}.faresstrip{display:flex;align-items:center;background:transparent linear-gradient(276deg,#bd033b,#01565d) 0 0 no-repeat padding-box;padding:20px}@media only screen and (max-width:767px){.faresstrip{padding:10px;flex-wrap:wrap;justify-content:center}}.faresstrip .faretripLeft{margin-right:auto}@media only screen and (max-width:767px){.faresstrip .faretripLeft{width:100%;text-align:center}}.faresstrip .faretripLeft h5{color:#fff;font-size:22px;font-weight:400}@media only screen and (max-width:767px){.faresstrip .faretripLeft h5{font-size:18px}}.faresstrip .faretripRight{text-align:right}@media only screen and (max-width:767px){.faresstrip .faretripRight{width:100%;text-align:center}}.faresstrip .faretripRight p{color:#fff;font-size:16px;font-weight:350;line-height:19px}@media only screen and (max-width:767px){.faresstrip .faretripRight p{font-size:14px;margin-top:5px}}.faresroundTrip{border:1px solid #c7c7c7;padding:20px;display:flex;flex-wrap:wrap;gap:10px;background-color:#fff}@media only screen and (max-width:767px){.faresroundTrip{padding:0;border:none}}.faresroundTrip .faresRoundbox{border:1px solid #f2f2f2;display:grid;grid-template-columns:2.5fr 1fr;gap:0;grid-auto-rows:minmax(0,auto);width:49.2%}.faresroundTrip .faresRoundbox:hover{border:1px solid #008c92}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox:hover{border:1px solid #f2f2f2}}.faresroundTrip .faresRoundbox:hover .faresRoundLeft{border-right:2px dashed #008c92}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox:hover .faresRoundLeft{border-right:none}}.faresroundTrip .faresRoundbox:hover .faresRoundLeft:after{border:1.5px solid #008c92;border-bottom:0}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox:hover .faresRoundLeft:after{border:1.5px solid #f2f2f2}}.faresroundTrip .faresRoundbox:hover .faresRoundLeft:before{border:1.5px solid #008c92;border-top:0}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox:hover .faresRoundLeft:before{border:1.5px solid #f2f2f2}}.faresroundTrip .faresRoundbox:hover .fareRoundRight button a{background-color:#008c92!important}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox{grid-template-columns:1fr}}@media only screen and (max-width:991px){.faresroundTrip .faresRoundbox{width:100%}}.faresroundTrip .faresRoundbox .faresdates{display:flex;justify-content:space-between;margin-bottom:25px}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresdates{margin-bottom:10px;margin-top:10px;width:100%;order:3}}.faresroundTrip .faresRoundbox .faresdates h6{font-size:14px;font-weight:400}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresdates h6{font-size:12px;display:flex;gap:5px}}.faresroundTrip .faresRoundbox .faresdates h6 span{font-weight:400}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresdates h6 span{display:block}}.faresroundTrip .faresRoundbox .faresdates h6 span.datetext{font-weight:700}.faresroundTrip .faresRoundbox .fareLocation{display:flex;justify-content:space-between;position:relative}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareLocation{width:100%;order:2;padding:10px 0 5px}}.faresroundTrip .faresRoundbox .fareLocation p{font-size:14px}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareLocation p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}.faresroundTrip .faresRoundbox .fareLocation p.destinationtext{display:none}}.faresroundTrip .faresRoundbox .fareLocation h5{font-size:20px;margin-bottom:5px}.faresroundTrip .faresRoundbox .fareLocation .fareborderflight{position:absolute;width:60%;height:1px;background-color:#cbcbcb;margin:auto;left:0;right:0;top:18px}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareLocation .fareborderflight{width:45%}}.faresroundTrip .faresRoundbox .fareLocation .fareborderflight:after{content:url(/newsletters/lp/_next/static/media/flight_icn.a522c7d5.svg);position:absolute;height:26px;width:26px;overflow:hidden;left:0;right:0;margin:auto;top:-10px}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareLocation .fareborderflight:after{zoom:70%}}.faresroundTrip .faresRoundbox .fareLocationRight{text-align:right}.faresroundTrip .faresRoundbox .fareRoundRight{text-align:right;padding:20px}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareRoundRight{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f5f5f5}.faresroundTrip .faresRoundbox .fareRoundRight .fareprice{display:flex;align-items:end;order:2;gap:2px}}.faresroundTrip .faresRoundbox .fareRoundRight h6{font-size:16px;color:#000;margin-bottom:5px}@media only screen and (max-width:991px){.faresroundTrip .faresRoundbox .fareRoundRight h6{font-size:14px;margin-bottom:0}}.faresroundTrip .faresRoundbox .fareRoundRight h5{font-size:32px;color:#000;line-height:38px}@media only screen and (max-width:991px){.faresroundTrip .faresRoundbox .fareRoundRight h5{font-size:24px;line-height:24px}}.faresroundTrip .faresRoundbox .fareRoundRight button{width:122px;height:44px;border:none;color:#fff;background-color:#bf033b;font-size:18px;border-radius:5px;margin-top:10px;cursor:pointer}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .fareRoundRight button{width:115px;margin-top:0;height:42px;font-size:16px}}.faresroundTrip .faresRoundbox .fareRoundRight button a{width:122px;height:44px;line-height:44px;border:none;color:#fff;background-color:#bf033b;font-size:18px;border-radius:5px;display:block}.faresroundTrip .faresRoundbox .faresRoundLeft{padding:20px;border-right:2px dashed #f2f2f2;position:relative}.faresroundTrip .faresRoundbox .faresRoundLeft[aria-current=page]{pointer-events:none;cursor:default;text-decoration:none;color:#000}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresRoundLeft[aria-current=page]{pointer-events:inherit;display:flex;flex-wrap:wrap}.faresroundTrip .faresRoundbox .faresRoundLeft{padding:10px;border-right:none}}.faresroundTrip .faresRoundbox .faresRoundLeft:after{content:"";background:#fff;display:inline-block;margin:0 1em 1em 0;border-top-left-radius:90px;border-top-right-radius:90px;height:8px;width:16px;position:absolute;bottom:-17px;right:-26px;border:1.5px solid #f2f2f2;border-bottom:0}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresRoundLeft:after{display:none}}.faresroundTrip .faresRoundbox .faresRoundLeft:before{content:"";background:#fff;display:inline-block;margin:0 1em 1em 0;border-bottom-left-radius:90px;border-bottom-right-radius:90px;height:8px;width:16px;position:absolute;top:-1px;right:-26px;border:1.5px solid #f2f2f2;border-top:0}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresRoundLeft:before{display:none}}.faresroundTrip .faresRoundbox .faresRoundLeft .fareimg{display:none}.faresroundTrip .faresRoundbox .faresRoundLeft .fareimg,.faresroundTrip .faresRoundbox .faresRoundLeft .fareimg img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.faresroundTrip .faresRoundbox .faresRoundLeft .fareimg{display:block}}.recent-search-heading h6{font-size:18px;line-height:22px;color:#05173c;font-weight:600;margin-bottom:10px}.recent-search{display:flex;gap:15px;margin-bottom:0}@media only screen and (max-width:767px){.recent-search{overflow-x:auto;margin-bottom:0}}.recent-search .recent-search-box{border:1px solid #e6e6e6;border-radius:5px;display:flex;justify-content:space-between;padding:15px;width:225px}@media only screen and (max-width:767px){.recent-search .recent-search-box{min-width:280px}}.recent-search .recent-search-box:hover{border:1px solid #00575e}.recent-search .recent-search-box .recent-search-details{width:50%;position:relative}.recent-search .recent-search-box .recent-search-details h5{font-size:16px;color:#000;margin-bottom:10px;position:relative}.recent-search .recent-search-box .recent-search-details p{display:inline-block}.recent-search .recent-search-box .recent-search-details p.trip{font-size:10px;color:#000;background-color:#efefef;border-radius:10px;padding:5px}.recent-search .recent-search-box .recent-search-details p.tripdate{font-size:12px;color:#000;font-weight:500}.recent-search .recent-search-box .recent-search-details:last-child{text-align:right}.tripArrow.oneway{position:absolute;right:-10px;top:6px}.tripArrow.oneway:after{content:"→";position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);color:#008c92}.tripArrow.roundtrip{position:absolute;right:-10px;top:6px}.tripArrow.roundtrip:after{top:50%}.tripArrow.roundtrip:after,.tripArrow.roundtrip:before{content:"→";position:absolute;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);color:#008c92}.tripArrow.roundtrip:before{top:100%;transform:rotate(180deg)}.popular-flight-tab{margin-top:18px}@media only screen and (max-width:767px){.popular-flight-tab{overflow:hidden}}.popular-flight-tab ul{padding-left:0;list-style:none;display:inline-flex;gap:15px;border-bottom:3px solid #e6e6e6;padding-bottom:10px}@media only screen and (max-width:767px){.popular-flight-tab ul{gap:10px;width:100%;-ms-overflow-style:none;scrollbar-width:none;justify-content:space-between}}.popular-flight-tab ul::-webkit-scrollbar{display:none}.popular-flight-tab ul li{font-size:18px;color:#00575e;cursor:pointer;padding:0 15px}@media only screen and (max-width:767px){.popular-flight-tab ul li{font-size:14px;padding:0 5px}}.popular-flight-tab ul li.active{font-weight:600;position:relative}.popular-flight-tab ul li.active:after{content:"";position:absolute;bottom:-13px;height:3px;width:100%;background-color:#b81a52;left:0}.popular-flight-routes-slider{margin-top:20px}.popular-flight-routes-slider .slidItem{padding:1px}.popular-flight-routes-slider .slidItem .sliderItemLink{display:flex;box-shadow:0 3px 6px rgba(0,0,0,.161);text-decoration:none;color:#000}.slideimg{position:relative;width:40%}.slideimg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slideimg p{position:absolute;top:5px;font-size:8px;color:#fff;background-color:rgba(0,0,0,.5);border-radius:0 30px 30px 0;padding:5px}.slidercontent{width:60%;padding:10px;background-color:#fff}.slidercontent .popularroute{display:flex;justify-content:space-between;align-items:center}.slidercontent .popularroute .triproute p{font-size:10px;color:#848484;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:50px}.slidercontent .popularroute .triproute h6{font-size:16px;font-weight:600;color:#000}.slidercontent .popularroute .triproute.triprouteright{text-align:right}.slidercontent .popularroute .tripimg img{height:20px;width:20px}.slidercontent .tripdatebox{display:flex;margin-top:10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;justify-content:center}.slidercontent .tripdatebox .tripdate{padding:10px 0;width:50%;border-right:1px solid #ddd;text-align:center}.slidercontent .tripdatebox .tripdate p{font-size:10px;color:#848484;margin-bottom:2px}.slidercontent .tripdatebox .tripdate h6{font-size:16px;font-weight:600;color:#000}.slidercontent .tripdatebox .tripdate:last-child{border-right:0}.slidercontent .triprice{padding:10px 0;text-align:center}.slidercontent .triprice h6{font-size:20px;font-weight:700}.slidercontent .triprice h6 span{font-size:12px}.slick-slide>div{margin:0 5px}.slick-list{margin:0 -10px}.slick-track{margin:0 -5px}.slick-arrow{top:-70px!important;right:0!important;left:auto!important;background-color:#fff!important;border-radius:50%;border:1px solid #ddd!important;height:25px!important;width:25px!important}.slick-arrow.slick-prev{right:50px!important;top:-20px!important}@media only screen and (max-width:767px){.slick-arrow.slick-prev{top:-40px!important}}.slick-arrow.slick-prev:before{content:""!important;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(135deg);-webkit-transform:rotate(135deg);position:absolute;top:8px;left:9px}.slick-arrow.slick-next{top:-20px!important;right:15px!important}@media only screen and (max-width:767px){.slick-arrow.slick-next{top:-40px!important}}.slick-arrow.slick-next:before{content:""!important;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;top:8px;right:9px}.discount-coupon-img{margin-bottom:15px}.discount-coupon-img img{width:100%}.speakSection{background:transparent linear-gradient(280deg,#bd033b,#01565d) 0 0 no-repeat padding-box;margin-top:80px}.speakSection .travelexpertmain{display:flex;align-items:center;justify-content:center;gap:50px}@media only screen and (max-width:767px){.speakSection .travelexpertmain{flex-wrap:wrap;gap:10px}}.speakSection .travelexpertmain .travelexpertimg{position:relative;width:126px;height:100px}.speakSection .travelexpertmain .travelexpertimg img{height:160px;position:absolute;top:-70px}.speakSection .travelexpertmain .travelexperttext{border-right:1px solid #fff;padding-right:100px}@media only screen and (max-width:1025px){.speakSection .travelexpertmain .travelexperttext{padding-right:10px}}@media only screen and (max-width:767px){.speakSection .travelexpertmain .travelexperttext{padding-right:0;border-right:none;text-align:center}}.speakSection .travelexpertmain .travelexperttext h5{font-size:22px;color:#fff;margin-bottom:5px}.speakSection .travelexpertmain .travelexperttext p{font-size:16px;color:#fff;font-weight:400}.speakSection .travelexpertmain .travelexpertnumber h5{font-size:22px;color:#fff;margin-bottom:5px;text-align:right;font-weight:500}.speakSection .travelexpertmain .travelexpertnumber a{background-color:#2a2a2a;padding:10px 20px;border-radius:3px;color:#fff;text-decoration:none;display:block;font-size:16px}.slick-dots{display:none!important}.findthedeals{display:flex;justify-content:end;cursor:pointer;padding-top:0!important}.findthedeals p{cursor:pointer;font-weight:700;font-size:14px;padding:0}.loader .popular-flight-routes-slider{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;grid-auto-rows:minmax(10px,auto)}@media only screen and (max-width:767px){.loader .popular-flight-routes-slider{grid-template-columns:repeat(1,1fr)}.loader .popular-flight-routes-slider .slidItem{display:none}}.loader .popular-flight-routes-slider .slidItem:first-child{display:block}.loader .popular-flight-routes-slider .slideimg{position:relative}.loader .popular-flight-routes-slider .slideimg .loaderimg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:99}.loader .popular-flight-routes-slider .slideimg .loaderimg,.loader .popular-flight-routes-slider .slidercontent .popularroute .triproute h6,.loader .popular-flight-routes-slider .slidercontent .popularroute .triproute p{background-color:#e2e5e7;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;color:#e2e5e7}.loader .popular-flight-routes-slider .slidercontent .popularroute .triproute h6{margin:2px 0}.loader .popular-flight-tab ul li,.loader .tripdatebox .tripdate h6,.loader .tripdatebox .tripdate p,.loader .triprice h6{background-color:#e2e5e7;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;color:#e2e5e7}@keyframes shine{to{background-position:right -40px top 0}}.mainSearchWidgetbox .searchWidgetBoxForm ul{max-height:250px;overflow:auto}.arrtl,.arrtl .faresstrip{direction:rtl}.arrtl .faresstrip .faretripLeft{margin-left:auto;margin-right:0}.arrtl .lp-heading-sec{direction:rtl}.arrtl .slick-prev{left:0!important;right:0}.arrtl .slick-next{left:50px!important;right:0}.arrtl .dealhowtoget{direction:rtl}.arrtl ul{padding-right:15px}.arrtl .footer-tab-section{direction:rtl}.arrtl .footer_bottom_box_left{direction:rtl;padding-right:25px}.arrtl .fareborderflight:after{transform:rotate(179deg);top:-15px}.arrtl .header-logo{margin-left:auto;margin-right:inherit!important}.arrtl .wdinput button{margin-right:5px;margin-left:0}@media only screen and (max-width:767px){.arrtl .wdinput button{margin-right:0}}.arrtl .wdinput button i{right:inherit;left:0}.arrtl .wdinput button i:after{transform:rotate(179deg)}.arrtl .wdinput input{padding:10px 30px 10px 10px!important}.arrtl .switchicon{right:inherit!important;left:-10px}@media only screen and (max-width:767px){.arrtl .switchicon{display:none}}.arrtl .searchWidgetIcon{left:inherit!important;right:37px!important}.arrtl .searchWidgetRadiobtn ul li:before{top:-2px;right:-23px;left:inherit!important}.arrtl .searchWidgetRadiobtn ul li.active:after{left:inherit;right:-19px;top:7px}.arrtl .header-lang ul li:after{left:7px;right:inherit!important}.arrtl .popularroute{direction:rtl}.arrtl .triprouteright{text-align:left!important}.arrtl .tripimg{transform:rotate(179deg)}.arrtl .loginIcon{left:auto;right:0}.arrtl .closeIcon{right:auto!important;left:10px}.arrtl .popupHeading h6{padding-right:40px}.arrtl .footer_bottom_box_left:after{left:15px!important;right:auto!important}.arrtl .searchWidgetTab ul{padding-right:40px!important}.arrtl .searchWidgetTab ul li i{right:-28px;left:auto}.arrtl .tripArrow.oneway{left:25px!important;top:11px!important;rotate:176deg!important}.arrtl .recent-search .recent-search-box .recent-search-box:last-child{text-align:left!important}.arrtl .tollfree .top_contact .imageicon{order:1}.arrtl .tollfree .top_contact .callbtn_top{direction:ltr}.arrtl .remmbercheckbox .customcheckbox{padding-right:25px;padding-left:0}.arrtl .forgotIcon,.arrtl .registerIcon,.arrtl .remmbercheckbox .customcheckbox .checkmark{left:auto;right:0}.arrtl .popupContent .wdinput input{padding-right:10px!important}.arrtl .newuserForgot ul li:after{left:0;right:auto}.arrtl .customcheckbox_searchWidget{padding-left:0;padding-right:28px}.arrtl .customcheckbox,.arrtl .customcheckbox_searchWidget .checkmark_searchWidget{right:0;left:auto}.arrtl .travelexpertnumber h5{direction:ltr}.arrtl .faresRoundLeft{border-left:2px dashed #f2f2f2;border-right:0!important}.arrtl .faresRoundLeft:after,.arrtl .faresRoundLeft:before{left:-10px;right:auto!important}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.postion-relative{position:relative}.text-ffffff{color:#fff}.text-000000{color:#000}.text-008089{color:#008089}.bg-ffffff{background-color:#fff}.bg008089{background-color:#008089}*,:after,:before{box-sizing:border-box;margin:0;padding:0;text-decoration:none;font-family:Roboto,sans-serif;scroll-behavior:smooth}body{background-color:#f8f8f8}.container{max-width:1170px;margin:auto;padding:12px 15px}@media only screen and (max-width:1025px){.container{max-width:100%!important}}.container-fluid{width:100%;padding:0 15px}.align-center{text-align:center}.position-relative{position:relative}.position-absolute{position:absolute}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.w-100{width:100%!important}.h-100{height:100%}.clear-both{clear:both}.list-style-none{list-style:none}.m-0{margin:0}.p-0{padding:0}.border-0{border:0}.outline-none{outline:none}.cursor-p{cursor:pointer}.d-none{display:none!important}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-grid{display:grid;gap:10px;grid-auto-rows:minmax(10px,auto)}.d-grid-5{grid-template-columns:repeat(5,1fr)}.d-grid-7{grid-template-columns:repeat(7,1fr)}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex}@media only screen and (max-width:767px){.m-d-block{display:block!important}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.gap5{gap:5px}.gap15{gap:15px}.gap20{gap:20px}.gap25{gap:25px}.gap30{gap:30px}.gap35{gap:35px}.gap40{gap:40px}.gap45{gap:45px}.gap50{gap:50px}.gap55{gap:55px}.gap60{gap:60px}.gap65{gap:65px}.gap70{gap:70px}.gap75{gap:75px}.gap80{gap:80px}.gap85{gap:85px}.gap90{gap:90px}.gap95{gap:95px}.gap100{gap:100px}.button_progress,.button_progress:hover{background:linear-gradient(-45deg,hsla(0,0%,100%,.6) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.6) 0,hsla(0,0%,100%,.6) 75%,transparent 0,transparent),linear-gradient(0deg,#b81a52,#e1165e);background-repeat:repeat;-ms-background-size:15px 15px,100% 100%;background-size:15px 15px,100% 100%;animation:progress-bar-stripes 2s linear infinite;cursor:default}@keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}.clear{clear:both}.form-group{margin-bottom:15px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.emailerrormsg{color:#fff;font-size:13px;display:none}.mh-heading-section .mh-heading{font-size:28px;color:#00575e;margin:0;font-weight:400}.mh-heading-section .mh-heading span{font-weight:600}.pall5{padding:5px}.pall10{padding:10px}.pall15{padding:15px}.pall20{padding:20px}.pall25{padding:25px}.pall30{padding:30px}.pall40{padding:40px}.plr5{padding:0 5px}.plr10{padding:0 10px}.plr15{padding:0 15px}.plr20{padding:0 20px}.plr25{padding:0 25px}.plR30{padding:0 30px}.plR40{padding:0 40px}.ptb5{padding:5px 0}.ptb10{padding:10px 0}.ptb15{padding:15px 0}.ptb20{padding:20px 0}.ptb25{padding:25px 0}.ptb30{padding:30px 0}.ptb40{padding:40px 0}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pb0{padding-bottom:0!important}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pl5{padding-left:5px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pr5{padding-right:5px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr40{padding-right:40px}.mall5{margin:5px}.mall10{margin:10px}.mall15{margin:15px}.mall20{margin:20px}.mall25{margin:25px}.mall30{margin:30px}.mall40{margin:40px}.mlr5{margin:0 5px}.mlr10{margin:0 10px}.mlr15{margin:0 15px}.mlr20{margin:0 20px}.mlr25{margin:0 25px}.mlr30{margin:0 30px}.mlr40{margin:0 40px}.mtb5{margin:5px 0}.mtb10{margin:10px 0}.mtb15{margin:15px 0}.mtb20{margin:20px 0}.mtb25{margin:25px 0}.mtb30{margin:30px 0}.mtb40{margin:40px 0}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.ml0{margin-left:0!important}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml40{margin-left:40px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr40{margin-right:40px}.containermain{width:1170px;padding:0 15px;margin:0 auto}.innerrow{margin:0 -15px;display:block;clear:both}@media only screen and (max-width:1025px){.innerrow{margin:auto}}.defaulFont{font-size:12px;margin-top:5px;color:#a4a4a4}.defaulFont.dangerText{color:#b81a52}.w10{width:10%!important}@media only screen and (max-width:767px){.w10{width:100%!important}}.w15{width:15%!important}@media only screen and (max-width:767px){.w15{width:100%!important}}.w18{width:18%!important}@media only screen and (max-width:767px){.w18{width:100%!important}}.w20{width:20%!important}@media only screen and (max-width:767px){.w20{width:100%!important}}.w25{width:25%!important}@media only screen and (max-width:767px){.w25{width:100%!important}}.w30{width:30%!important}@media only screen and (max-width:767px){.w30{width:100%!important}}.w35{width:35%!important}@media only screen and (max-width:767px){.w35{width:100%!important}}.w40{width:40%!important}@media only screen and (max-width:767px){.w40{width:100%!important}}.w45{width:45%!important}@media only screen and (max-width:767px){.w45{width:100%!important}}.w50{width:50%!important}@media only screen and (max-width:767px){.w50{width:100%!important}.mw50{width:50%!important}}.w55{width:55%!important}@media only screen and (max-width:767px){.w55{width:100%!important}}.w60{width:60%!important}@media only screen and (max-width:767px){.w60{width:100%!important}}.w65{width:65%!important}@media only screen and (max-width:767px){.w65{width:100%!important}}.w70{width:70%!important}@media only screen and (max-width:767px){.w70{width:100%!important}}.w80{width:80%!important}@media only screen and (max-width:767px){.w80{width:100%!important}}.w85{width:85%!important}@media only screen and (max-width:767px){.w85{width:100%!important}}.w90{width:90%!important}@media only screen and (max-width:767px){.w90{width:100%!important}}.w95{width:95%!important}@media only screen and (max-width:767px){.w95{width:100%!important}}.w100{width:100%!important}@media only screen and (max-width:767px){.mw50{width:50%!important}}.btn404{background-color:#00575e;border-radius:5px;text-align:center;display:inline-flex;height:50px;margin:20px auto}.btn404 a{color:#fff;text-decoration:none;position:relative;display:block;padding:0 50px 0 14px;display:flex;align-items:center}.btn404 a i{height:50px;line-height:50px;font-size:28px;width:33px;text-align:center;border-radius:0 5px 5px 0;position:absolute;background:#bf033b;right:0;top:0}.btn404 a i:after{position:absolute;content:"";background:url(https://c.myholidays.com/cms/images/theme/braces.webp) no-repeat 0 0;width:13px;height:22px;right:10px;top:16px}.react-datepicker__navigation--previous{position:absolute!important;left:0!important;width:20px!important;background-color:transparent!important}.react-datepicker__navigation--previous span{right:-2px}.react-datepicker__navigation--previous span:before{right:-15px!important;top:-1px}.react-datepicker__navigation--next{position:absolute!important;right:0!important;left:auto;width:20px!important;background-color:transparent!important}.react-datepicker__navigation--next span:before{left:6px;top:-1px}.react-datepicker{display:flex;border:1px solid #eee}.react-datepicker .react-datepicker__header{background-color:transparent;padding:10px 6px 0;border:none}.react-datepicker .react-datepicker__day-names{background-color:#eef7f8;margin-top:10px;font-weight:700;display:flex;justify-content:space-between}.react-datepicker .react-datepicker__day-name{width:100%}.react-datepicker .react-datepicker__day{padding:0;height:45px;line-height:20px!important;width:45px;margin:0;border:1px solid #eee;display:flex;align-items:center;justify-content:center}.react-datepicker .react-datepicker__day:hover{background-color:#008c92;color:#fff;border-radius:0}.react-datepicker .react-datepicker__week{display:flex}.react-datepicker .react-datepicker__day--keyboard-selected{background-color:#008c92;border-radius:0;color:#fff}.react-datepicker-popper{top:-11px!important;border:1px solid #eee!important}@media only screen and (max-width:767px){.react-datepicker-popper{z-index:999;top:70px!important;transform:none!important;width:360px}}.react-datepicker__month-container{width:100%}@media only screen and (max-width:767px){.react-datepicker__day{width:100%!important}}.react-datepicker__triangle{display:none}.react-datepicker{border-radius:0}@media only screen and (max-width:767px){.react-datepicker{flex-wrap:wrap}}.react-datepicker__day--disabled.react-datepicker__day--outside-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#f5f5f5!important;color:#f5f5f5;cursor:auto}.react-datepicker__day--disabled.react-datepicker__day--outside-month:hover{background-color:#f5f5f5!important;color:#f5f5f5!important}.react-datepicker__day--today.react-datepicker__day--outside-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#f5f5f5!important;color:#f5f5f5;cursor:auto}.react-datepicker__day--today.react-datepicker__day--outside-month:hover{background-color:#f5f5f5!important;color:#f5f5f5!important}.react-datepicker__day--outside-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#f5f5f5!important;color:#f5f5f5;cursor:auto}.react-datepicker__day--outside-month:hover{background-color:#f5f5f5!important;color:#f5f5f5!important}.react-datepicker__day--disabled:hover{background-color:transparent!important;color:#ccc!important}.react-datepicker__day--selected{background-color:#008c92;border-radius:0;color:#fff}@media only screen and (max-width:767px){.react-datepicker-wrapper{width:100%}}.desktopImg{display:block}@media only screen and (max-width:767px){.desktopImg{display:none}}.mobileimg{display:none}@media only screen and (max-width:767px){.mobileimg{display:block}}.searchWidgetpnl{position:relative}@media only screen and (max-width:767px){.searchWidgetpnl{margin-bottom:0}}.searchWidgetpnl .searchWidgetbg{background:transparent linear-gradient(280deg,#bd033b,#01565d) 0 0 no-repeat padding-box;height:420px;position:relative;clip-path:ellipse(90% 84.78% at 50% 0);display:flex;align-items:center;overflow:hidden}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetbg{z-index:-1}}.searchWidgetpnl .searchWidgetbg img{width:100%;filter:brightness(.5)}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetbg img{position:relative;top:-40px}}.searchWidgetpnl .searchWidgetTab{display:flex;justify-content:center;margin-top:40px}.searchWidgetpnl .searchWidgetTab ul{background-color:#fff;display:inline-flex;list-style:none;gap:20px;padding:15px 22px;border-radius:30px;-webkit-border-radius:30px;box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);-moz-box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16)}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetTab ul{gap:0;padding:15px;width:100%;justify-content:space-between}}.searchWidgetpnl .searchWidgetTab ul li{color:#525252;font-size:16px;display:inline-block;position:relative;padding-left:25px;cursor:pointer}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetTab ul li{padding-left:0;font-size:14px}}.searchWidgetpnl .searchWidgetTab ul li:hover{color:#00575e;font-weight:450}.searchWidgetpnl .searchWidgetTab ul li.active{font-weight:550;color:#00808a}.searchWidgetpnl .searchWidgetTab ul li.active i.flighticon{background-position:-28px 2px}.searchWidgetpnl .searchWidgetTab ul li.active i.hotelicon{background-position:2px 0!important}.searchWidgetpnl .searchWidgetTab ul li.active i.holidayicon{background-position:-280px -123px}.searchWidgetpnl .searchWidgetTab ul li.active i.transfericon{background-position:4px -48px}.searchWidgetpnl .searchWidgetTab ul li i{width:28px;height:23px;background:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-repeat:no-repeat;display:inline-block;position:absolute;left:-5px;top:-3px}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetTab ul li i{display:none}}.searchWidgetpnl .searchWidgetTab ul li i.flighticon{background-position:-28px -23px}.searchWidgetpnl .searchWidgetTab ul li i.hotelicon{background-position:2px -25px}.searchWidgetpnl .searchWidgetTab ul li i.holidayicon{background-position:-304px -123px}.searchWidgetpnl .searchWidgetTab ul li i.transfericon{background-position:-22px -48px}.searchWidgetpnl .searchWidgetTab ul li .newservice{background-color:#f03e3e;border-radius:3px;position:absolute;color:#fff;padding:5px;top:-32px;left:0;right:0;width:45px;margin:auto;font-size:12px;text-align:center}.searchWidgetpnl .searchWidgetTab ul li .newservice:before{content:"";position:absolute;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f03e3e;bottom:-8px;left:0;right:0;width:0;margin:auto}.searchWidgetpnl .mainSearchWidget{margin-top:-400px;position:relative}@media only screen and (max-width:767px){.searchWidgetpnl .mainSearchWidget{position:static;margin-top:-400px}}.searchWidgetpnl .mainSearchWidget .container{padding-top:0}.searchWidgetpnl .mainSearchWidget .searchWidgetHeading{color:#fff;text-align:center;position:relative}.searchWidgetpnl .mainSearchWidget .searchWidgetHeading p{font-size:15px;font-weight:400}.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h1{font-size:35px;font-weight:700;line-height:50px;text-transform:capitalize}@media only screen and (max-width:767px){.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h1{font-size:30px;line-height:40px}}.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h2{font-size:20px;font-weight:400;margin-top:15px}@media only screen and (max-width:767px){.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h2{font-size:18px}}.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h2 span{color:#ffeb3b;font-size:25px;font-weight:700}@media only screen and (max-width:767px){.searchWidgetpnl .mainSearchWidget .searchWidgetHeading h2 span{font-size:22px}}.searchWidgetpnl .main-searchWidgetForm{background-color:#fff;padding:40px 15px 15px;margin-top:-20px;box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);-moz-box-shadow:-1px 3px 5px 0 rgba(0,0,0,.16);min-height:200px}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox{display:none;position:relative}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox.active{display:block}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox form .searchWidgetRadiobtn{margin-bottom:15px;position:absolute;top:-40px}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox form .searchWidgetRadiobtn ul{display:flex;gap:20px;list-style:none}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox form .searchWidgetRadiobtn ul li{cursor:pointer;position:relative;padding-left:25px;font-size:14px;color:#525252}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox form .searchWidgetRadiobtn ul li:before{content:"";width:18px;height:18px;border:1px solid #b5b5b5;position:absolute;left:0;border-radius:50%;top:-2px}.searchWidgetpnl .main-searchWidgetForm .mainSearchWidgetbox form .searchWidgetRadiobtn ul li.active:after{position:absolute;left:9px;width:10px;height:10px;background:#b81a52;content:"";border-radius:20px;top:7px;margin-top:-5px;margin-left:-5px}.searchWidgetpnl .searchWidgetBoxForm{display:flex;align-items:end;margin-top:30px}@media only screen and (max-width:767px){.searchWidgetpnl .searchWidgetBoxForm{flex-wrap:wrap;gap:15px 0}}.switchicon{position:absolute;background:#00808a;width:25px;height:25px;text-align:center;border-radius:100%;line-height:25px;z-index:1;right:-10px;top:34px;cursor:pointer;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease}.switchicon:hover{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg)}.switchicon .switchicon-icon{background-image:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-position:-122px -2px;display:inline-block;position:absolute;left:4px;top:5px;width:16px;height:16px;background-repeat:no-repeat;z-index:2}.depareturnDate .wdinput input{border-radius:0!important}.depareturnDate .react-datepicker__input-container{position:relative}@media only screen and (max-width:767px){#flightSecondDatePicker .react-datepicker-popper,.chekoutDate .react-datepicker-popper{transform:translate(-182.5px,2px)!important}}.wdinput{width:100%;position:relative}@media only screen and (max-width:767px){.wdinput{width:100%!important}}.wdinput label{display:block;font-size:14px;color:#01565d;margin-bottom:5px}.wdinput input{height:50px;width:100%;border:1px solid #ddd;padding:10px 10px 10px 30px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}@media only screen and (max-width:767px){.wdinput input{width:100%!important}}.wdinput input:focus{outline:none;box-shadow:0 0 0;border:1px solid #ddd}.wdinput input.active{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-color:#f5f5f5}.wdinput button{background-color:#01565d;color:#fff;height:50px;border:none;border-radius:5px;margin-left:5px;width:100%;position:relative;overflow:hidden;font-size:18px;padding-right:25px;cursor:pointer}@media only screen and (max-width:767px){.wdinput button{margin-left:0;width:100%}}.wdinput button i{position:absolute;background-color:#b81a52;top:0;right:0;bottom:0;width:40px;height:100%}.wdinput button i:after{content:"";width:25px;height:25px;background:url(https://c.myholidays.com/cms/images/theme/searchbtnicon.svg);top:12px;right:6px;z-index:1;position:absolute;background-size:25px 25px;display:inline-block}.wdinput:first-child input{border-radius:5px 0 0 5px}.wdinput:nth-last-child(2) input{border-radius:0 5px 5px 0}.wdinput ul{position:absolute;background-color:#fff;width:310px;list-style:none;border:1px solid #ddd;top:71px;z-index:9}.wdinput ul li{border-bottom:1px solid #ddd;padding:10px;cursor:pointer;font-size:14px}.wdinput ul li:hover{background-color:#f2f2f2}.wdinput .errorMsg{position:absolute;bottom:-17px;color:#b81a52;left:5px;font-size:14px}@media only screen and (max-width:767px){.wdinput.mw50{width:50%!important}}.customcheckbox_searchWidget{display:block;position:relative;padding-left:28px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.customcheckbox_searchWidget input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.customcheckbox_searchWidget input:checked~.checkmark_searchWidget:after{display:block;left:7px;top:3px;width:4px;height:8px;border:solid #e41b23;border-width:0 2px 2px 0;transform:rotate(45deg)}.customcheckbox_searchWidget .checkmark_searchWidget{position:absolute;top:-4px;left:0;height:20px;width:20px;border:1px solid #ddd}.customcheckbox_searchWidget .checkmark_searchWidget:after{content:"";position:absolute;display:none;left:7px;top:3px;width:4px;height:8px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.additional-search-options{margin-top:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.additional-search-options h5{display:inline-block;font-size:14px;color:#00575e;font-weight:400;position:relative;cursor:pointer;padding-left:15px}.additional-search-options h5:hover{text-decoration:underline}.additional-search-options h5:after{content:"»";padding:0;width:10px;height:13px;position:absolute;top:-8px;left:0;font-size:22px;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease}.additional-search-options .preferred-direct-flight-search{display:none;align-items:center;gap:15px;padding-top:15px}@media only screen and (max-width:767px){.additional-search-options .preferred-direct-flight-search{flex-wrap:wrap}}.additional-search-options .preferred-direct-flight-search.active{display:flex}.additional-search-options .preferred-direct-flight-search .preferred-ariline{order:2}@media only screen and (max-width:767px){.additional-search-options .preferred-direct-flight-search .preferred-ariline{width:100%}}.additional-search-options .preferred-direct-flight-search .direct-flights-only{order:1}.additional-search-options .direct-flights-only label{font-size:14px}.travelersDropdown{position:absolute;top:71px;right:0;width:250px;background-color:#fff;z-index:99;padding:10px;border:1px solid #e6e6e6;box-sizing:border-box;display:none}.travelersDropdown.active{display:block}.travelersDropdown .travelerbox{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;flex-wrap:wrap;gap:15px}.travelersDropdown .travelerbox:last-child{padding-bottom:0}.travelersDropdown .travelerbox h6{font-size:14px;color:#00575e;font-weight:400}.travelersDropdown .travelerbox h6 span{display:block;font-size:11px}.travelersDropdown .travelerbox .travelroombox{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.travelersDropdown .travernumber{display:flex}.travelersDropdown .travernumber button{width:20px;height:20px;margin-left:0;border-radius:0;padding-right:0;background-color:#e6e6e6;color:#000;font-weight:400}.travelersDropdown .travernumber p{padding:0 5px;font-size:14px}.drodownSelectDuration{position:absolute;background-color:#fff;right:0;top:0;width:100%;display:none}.drodownSelectDuration.active{display:block}.drodownSelectDuration ul{list-style:none}.drodownSelectDuration ul li{padding:10px;border-bottom:1px solid #ddd}.drodownSelectDuration ul li label input{width:auto}.dropdowndonebutton{display:block;padding:10px 5px;justify-content:space-between;cursor:pointer;text-align:right;border-top:1px solid #ddd}.dropdowndonebutton p{color:#01565d;font-size:14px}.welcomtoaccount{padding-right:15px}.welcomtoaccount:after{content:"";display:inline-block;position:absolute;width:7px;height:7px;background:0 0;text-indent:-9999px;border-top:1px solid #fff;border-left:1px solid #fff;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-135deg);top:5px;right:2px}.searchWidgetIcon{position:absolute;top:22px;left:0}.searchWidgetIcon i{background-image:url(https://c.myholidays.com/cms/images/theme/search-sprite-img.png);background-position:-92px -100px;width:16px;height:16px;background-repeat:no-repeat;z-index:2;position:absolute;left:10px;top:17px}.searchWidgetIcon i.airport_icon{background-position:-100px -2px}.searchWidgetIcon i.calendar-InputIcon{background-position:-55px -2px}.searchWidgetIcon i.passengers_tabinput{background-position:-77px -2px}.searchWidgetIcon i.building_icon{background-image:url(https://c.myholidays.com/cms/images/theme/fb-sprite.png);background-position:-285px -16px}.searchWidgetIcon i.pickup_location_icon{background-position:-92px -100px}.searchWidgetIcon i.destination_location_icon{background-position:-178px -1px!important}.removebtn{color:#b81a52!important}.timePicker{position:absolute;display:flex;justify-content:space-between;width:100%;padding:10px;background-color:#eee;z-index:99}.timePicker .timeBox{padding:6px 10px;background-color:#fff;font-size:14px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.timePicker .timeBox ul{width:auto;position:absolute;top:29px}.timePicker .timeBox ul li{padding:5px 10px}.timePicker .timeBox:after{content:":";position:absolute;right:-10px}.timePicker .timeBox:last-child:after{display:none}.arrtl .searchWidgetTab ul{gap:35px!important}