/*====================================== reset.css is here ========================================*/
@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureRegular.eot');
    src: url('../fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('../fonts/BrittanySignatureRegular.woff') format('woff'),
        url('../fonts/BrittanySignatureRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
ol,ul { list-style:none;}
a	{color:#464A5D; text-decoration:none; outline:0 none; outline:none;}
a:hover	{color:#464A5D; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; text-decoration:none;}
h1	{font-size:35px; color:#23252B; padding:0;margin:0;}
h2	{font-size:30px; color:#23252B; padding:0;margin:0;}
h3	{font-size:18px; color:#23252B; padding:0;margin:0;}
h4	{font-size:16px; color:#23252B; padding:0;margin:0;}
h5	{font-size:14px; color:#23252B; padding:0;margin:0;}
h6	{font-size:12px; color:#23252B; padding:0;margin:0;}
p 	{font-size:14px; line-height:18px; color: #464A5D; padding:10px 0 10px 0; margin:0;}
p a {color:#464A5D;}
p a:hover{color:#464A5D; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; text-decoration:none;} s
.img-full-fill{display:block; width:100%; height:auto;}
.img-responsive{ display: block; max-width: 100%; height: auto;}
::selection { background: #231E20 !important; color: #fff !important; text-shadow: none;}
::-moz-selection {background: #231E20 !important;color: #fff !important;text-shadow: none;}
img{height: auto;}
/*====================================== reset.css is End ========================================*/
/*====================================== layout ========================================*/
html {width: 100%; height: 100%; background: #fff;}
body {background: #fff; font-size:15px;line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x:hidden;    font-family: "Poppins", sans-serif; font-weight: normal;color: #282834;}
.wrapper {margin: 0 auto; transition: all 0.5s ease-in-out; width: 100%; padding: 118px 0 0;}
.wrapper.alert-sticky{transition: all 0.5s ease-in-out; padding-top: 140px;}
.container{ max-width: 1280px; width: 100%;}
/* ==================== Header Start ==================== */
.header-container { padding: 0 10px 0 10px; }
.header { background-color: #23252B; position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 99; padding: 0; transition: all 0.5s ease-in-out; width: 100%; }
.headertoprgt { transition: all 0.5s ease-in-out; }
.logo { display: block; padding: 9px 0px 10px 0px; float: none; width: 126.57px; }
.logo img { transition: all 0.5s ease-in-out; max-width: 100%; width: 215px; height: auto; display: block; }
.header.sticky { transition: all 0.5s ease-in-out; padding: 0; }
.navbar-header { display: none; }
/* ==================== Header ENd ==================== */
/* ==================== Navigation Start ==================== */
.mobilelist { display: none; }
.mobilelist .headertoprgt { display: none; }
.nav-brand-parent { display: flex; max-width: 1038px; /* width: 100%; */
margin: 0 auto; width: 100%; justify-content: space-between; align-items: center; padding: 8px 0 7px; transition: all 0.5s ease-in-out; }
.navigation { position: relative; background-color: rgba(255, 255, 255, 0.69); }
.navlist { width: 24%; display: inline-block; padding: 0px; position: relative; transition: all 0.5s ease-in-out; }
.navbar-default { width: 76%; display: inline-block; border: none; box-shadow: none; border-radius: 0; background: none; padding: 0px; transition: all 0.5s ease-in-out; }
.navbar-collapse { padding: 0; max-width: 100%; width: 100%; margin: 0; justify-content: space-between; }
.navbar-nav { width: 632px; text-align: right; justify-content: space-between; padding: 0px 1px 0 0px; margin: 0; }
.navbar-nav li { display: inline-block; position: relative; vertical-align: middle; }
.navbar-default .navbar-nav > li { text-align: center; padding: 0px; float: none; }
.navbar-default .navbar-nav > li > a { font-size: 12px; font-weight: 400; display: block; line-height: 20px; color: #fff; padding: 10px 0px 10px; text-shadow: none !important; transition: all ease-in-out 0.3s; }
.navbar-default .navbar-nav > li > a i img{transition: all 0.5s ease-in-out;}
.navbar-default .navbar-nav > li:hover > a{text-decoration: none !important; }
.navbar-default .navbar-nav > li:hover > a i img{ transition: all 0.5s ease-in-out; transform: rotate(180deg);}
.navbar-default .navbar-nav > li.active > a {color:#A7BDED;}
/* .navbar-default .navbar-nav > li > a:hover:after {visibility:visible; width:100%; opacity:1; }  */
.navbar-default .navbar-nav > li > a:after	{content:'';  width:5%; height:0.5px; background:#282834 !important;  margin:0 auto; padding:0; visibility:visible; opacity:0; transition:all ease-in-out 0.3s; }
.navbar-nav > li.active > a:after {content:''; width:25px;  visibility:visible; opacity:1; }
.navbar-default .navbar-nav li.active ul li a {color:#282834;}
.navbar-nav li ul { min-width: 207px; top: 100%; left: -2px; box-shadow: none !important; position: absolute; /* display: none; */
padding: 13px 6px 14px; background: #303239; border-radius: 0px !important; visibility: hidden; opacity: 0; transform: translateY(25px); transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; border-radius: 0px; margin: 0; }
.navbar-nav li ul li { display: block; float: none; padding: 2px 28px 0px 16px; text-align: left; white-space: nowrap; }
.navbar-nav li ul li a { font-size: 12px; line-height: 18px; font-weight: 600; padding: 2px 0; display: block; letter-spacing: 0px; text-transform: none; color: #FFFFFF; padding-bottom: 7px;/* border-bottom: 1px solid #707070; */}
.navbar-nav li ul li:last-child a { border-bottom: 0; }
.navbar-nav li ul li:last-child a::after { display: none; }
.navbar-nav li ul ul { min-width: 266px; top: -9px; left: 200px; border-radius: 0; position: absolute; box-shadow: none !important; display: none; background: #595C69; padding: 0; padding: 8px 8px 17px; }
.navbar-nav li ul ul li { display: block; float: none; padding: 0 5px 0; text-align: left; line-height: 21px; }
.navbar-nav li ul ul li a { font-size: 12px; line-height: 18px; font-weight: 600; padding: 10px 12px 1px; display: block; letter-spacing: 0; }
.navbar-nav	li ul li:hover{background-color: transparent; transition:all ease-in-out 0.5s;}
/*.navbar-nav	li ul li a:hover{color: #282834;}  */
.navbar-nav li span {background:url(../images/nav-arrow.svg) no-repeat center; width:15px; height:15px; position:absolute; right:0; top:10px; display:none; cursor:pointer;background-size: 15px 15px !important;transition:all ease-in-out 0.3s;}
.navbar-nav li span.open {background:url(../images/nav-arrow.svg) no-repeat center;transform: rotate(180deg);transition:all ease-in-out 0.3s;}
.navbar-toggle { float: none; display: block; margin: 5px 0 0 10px; border-color: #fff; padding: 9px; border-radius: 12px; background: #fff; position: relative; outline: none!important; box-shadow: none !important; width: 44px; height: 44px; text-align: center; }
.navbar-toggle .navbar-toggler-icon:nth-child(2) { width: 24px; margin: 4px 0; right: 0; top: 1px; }
.navbar-toggle .navbar-toggler-icon:nth-child(3) { width: 16px; top: 2px; }
.navbar-toggle .navbar-toggler-icon { display: block; width: 17px; height: 3px; border-radius: 50px; background: #3C3C3C; }
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(1) { top: 6px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);}
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(2) { background-color: transparent;}
.navbar-toggle.active .navbar-toggler-icon:nth-of-type(3) { top: -6px; width: 22px !important; transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg);}
.navbar-toggle .sr-only { width:45px;text-align:center;height:auto;font-size:12px;line-height:12px;clip:inherit;position:absolute;left:-31px;top:15px;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);text-shadow:inherit!important;color:#fff;font-weight:400; display: none;}
/*.navbar-default .navbar-nav > li > a:hover{color: rgba(255,255,255,0.70);}  */
/* ==================== Navigation End ==================== */
/* ==================== home ==================== */
.headerTop { background: #303239; }
.headerTopMx { max-width: 1038px; width: 100%; margin: 0 auto; text-align: right; }
.headerTop p { color: #fff; font-size: 12px; font-weight: 600; line-height: 18px; padding: 11px 0; transition: all 0.5s ease-in-out;}
.headerTop p a { color: #fff; }
.bookNow { display: block; max-width: 106px; width: 100%; }
.bookNow .btn { background: #FFFFFF; font-size: 12px; line-height: 18px; font-weight: 600; color: #23252B; width: 100%; display: block; border-radius: 0; padding: 9px 0; }
.main-banner { position: relative; }
.main-banner .mainImg { position: relative; padding-bottom: 32%; }
.main-banner .mainImg img { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; }
.main-banner .mainImg:after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; background: rgba(70,74,93,0.54); }
.mainPosition { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; }
.mainContent p { font-family: "Plus Jakarta Sans", sans-serif; color: #fff; font-size: 14px; line-height: 18px; padding-bottom: 7px; }
.mainContent h2 { font-family: 'Brittany Signature'; font-size: 45px; line-height: 93px; color: #fff; font-weight: normal; }
.mainPosition { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center; }
.main-banner .innerBannerImg { padding-bottom: 25.8%; }
.whatWeDoBox { padding-bottom: 55px; }
.whatWeDoWrapper { max-width: 1040px; width: 100%; margin: 87px auto 53px; }
.whatWeDoContent { max-width: 476px; width: 100%; margin: 0; }
.whatWeDoContent h2 { line-height: 40px; font-weight: 400; padding: 9px 0 35px; }
.whatWeDoContent h3 { font-size: 15px; line-height: 23px; font-weight: 600; color: #464A5D; }
.whatWeDoContent p { font-family: "Plus Jakarta Sans", sans-serif; padding: 4px 0 0; }
.whatWeDoImg img { width: 100%; }
.whatWeDoIcon { min-height: 69px; }
.HomeServiceWrapper { background: rgba(70,74,93,0.05); padding: 20px 0; }
.HomeServiceLeft { max-width: 336.5px; width: 100%; margin: 52px auto 0 108px; }
.HomeServiceLeft h3 { font-size: 30px; line-height: 40px; font-weight: 400; color: #23252B; padding-bottom: 20px; }
.HomeServiceLeft ul li a { font-size: 15px; line-height: 23px; font-weight: 600; color: #464A5D; }
.HomeServiceLeft ul li a:hover { color: #23252B; }
.HomeServiceLeft ul li a:hover span img { width: 7.96px; transition: all 0.5s ease-in-out; }
.HomeServiceLeft ul li a span { float: right; }
.HomeServiceLeft ul li a span img { transition: all 0.5s ease-in-out; }
.HomeServiceLeft ul li { border-bottom: 1.5px solid rgba(35,37,43,0.10); padding: 12px 0 20px; margin-bottom: 9px; }
.HomeServiceLeft ul li:last-child { border-bottom: 0; }
.HomeServiceRight { max-width: 696px; width: 100%; margin: 0 0 0 auto; }
.HomeServiceRight ul li:first-child { width: 60%; float: left; padding: 0 18px 0 0; }
.HomeServiceRight ul li:not(:first-child) { width: 40%; float: right; }
.HomeServiceImg img { width: 100%; }
.HomeServiceImg { margin-bottom: 14px; }
.onGoGird { max-width: 1040px; width: 100%; margin: 25px auto 0; }
.onGoImg { max-width: 537px; width: 100%; margin: 0 auto; }
.onGoImg img { width: 100%; }
.onGoContent { margin-left: -20px; }
.onGoContent h3 { color: #E3AEA2; font-size: 30px; line-height: 40px; font-weight: 400; }
.onGoContent h4 { font-size: 15px; color: #464A5D; line-height: 23px; font-weight: 600; padding-bottom: 20px; }
.onGoContent ul li { display: inline-block; padding-right: 15px; }
/* ==================== service Start ==================== */
.serviceGird { max-width: 1040px; width: 100%; margin: 78px auto; }
.serviceGird .nav-tabs { border: 0; justify-content: flex-start; margin-bottom: 56px; }
.serviceGird .nav-tabs .nav-link.active { background: #464A5D; color: #fff; }
.serviceGird .nav-tabs .nav-link { border: 0; font-size: 12px; color: #464A5D;background: rgba(70, 74, 93, 0.10); font-weight: 600; line-height: 18px; border-radius: 0; padding: 6px 16px; }
.serviceLeft { max-width: 528px; width: 100%; margin: 0; }
.serviceLeft h2 { font-size: 29px; line-height: 60px; font-weight: 400; font-family: 'Brittany Signature'; padding-bottom: 17px; }
.serviceLeft ul li { padding-bottom: 26px; }
.serviceLeft ul li h3 { color: #464A5D; font-size: 15px; line-height: 23px; font-weight: 600; }
.serviceLeft ul li h3 span { float: right; }
.serviceLeft ul li p { font-family: "Plus Jakarta Sans", sans-serif; padding: 6px 0 10px; }
.serviceAddOn { background: #464A5D; padding: 19px 36px 27px; margin: 19px 0 24px; }
.serviceAddOn h3 { font-size: 29px; line-height: 60px; font-weight: 400; font-family: 'Brittany Signature'; color: #fff; padding-bottom: 10px; }
.serviceAddOn ul li { font-family: "Plus Jakarta Sans", sans-serif; font-size: 14px; line-height: 18px; color: #fff; padding-bottom: 19px; }
.serviceAddOn ul li span { font-family: "Poppins", sans-serif; display: block; font-weight: 600; color: #fff; font-size: 15px; line-height: 23px; }
.cancellationPolicy { background: rgba(70,74,93,0.12); padding: 22px 35px 14px; }
.cancellationPolicy h4 { color: #464A5D; font-size: 15px; line-height: 23px; font-weight: 600; }
.cancellationPolicy p { font-size: 12px; font-weight: 600; padding: 5px 0 5px; }
.contactUsCard { background: rgba(70,74,93,0.12); padding: 3px 19px; }
.contactUsCard p { font-size: 15px; font-weight: 600; line-height: 23px; }
.serviceImg { margin: 5px 0 20px; }
.serviceImg img { width: 100%; }
/* ==================== about Start ==================== */
.aboutGird { max-width: 1040px; width: 100%; margin: 108px auto 136px; }
.aboutimg { max-width: 424px; width: 100%; margin: 0; }
.aboutimg img { width: 100%; }
.aboutCont { max-width: 560px; width: 100%; margin:0 0 0 auto; }
.aboutCont h3 { font-family: 'Brittany Signature'; font-size: 29px; line-height: 60px; color: #23252B; }
.aboutCont h4 { color: #464A5D; font-weight: 600; font-size: 15px; line-height: 23px; padding: 22px 0 0; }
.aboutCont p { padding: 6px 0; font-size: 14px; line-height: 18px; font-family: "Plus Jakarta Sans", sans-serif; }
/* ==================== legal Start ==================== */
.legalWrapper { max-width: 590px; width: 100%; margin: 79px auto 43px; padding: 0 15px; }
.legalWrapper h3 { font-family: 'Brittany Signature'; font-size: 29px; line-height: 60px; font-weight: normal; }
.legalWrapper p { font-weight: 400; font-family: "Plus Jakarta Sans", sans-serif; padding: 6px 0 51px; }
/* ==================== contact Start ==================== */
.contactGird{max-width: 831px; width: 100%; margin: 113px auto;}
.contactCont{ padding: 0px 0 0 13px;}
.contactimg{ max-width:424px; width: 100%; margin:0 auto;}
.contactimg img{ width: 100% }
.contactCont h3{ color: #464A5D; font-size: 15px; line-height: 23px; font-weight: 600;}
.contactCont p{ line-height: 21px; padding: 3px 0 37px;}
.contactCont p.font-plus{    font-family: "Plus Jakarta Sans", sans-serif; line-height: 18px; padding-bottom: 23px;}
.contactCont ul{padding: 2px 0 0;}
.contactCont ul li{display: inline-block; padding-right: 9px;}
.contactCont ul li img{  filter: brightness(0) saturate(100%) invert(28%) sepia(6%) saturate(1557%) hue-rotate(192deg) brightness(98%) contrast(92%);}
/* ==================== review Start ==================== */
.reviewGird{    max-width: 1034px; width: 100%; margin: 45px auto;}
.reviewGird .btn-gray{     background: #464A5D; font-size: 12px; line-height: 18px; color: #fff; border-radius: 0; padding: 5px 18.5px;
 font-weight: 600; margin-right: -4px;}
.reviewGird .row{margin-top: 36px;}
.reviewBox{    background: rgba(70,74,93,0.10); padding: 21px 26px; min-height: 208px; margin-bottom: 24px;}
.reviewBox ul li{padding-right: 4px; display: inline-block;}
.reviewBox p{    font-family: "Plus Jakarta Sans", sans-serif; padding-bottom: 15px;}
.reviewBox h3{    color: #464A5D; font-size: 15px; font-weight: 600; line-height: 23px;}
.reviewBox h3 span{display: block;}
/* ==================== team Start ==================== */
.teamGird { max-width: 1040px; width: 100%; margin: 85px auto 10px; }
.teamGird h3 { font-family: 'Brittany Signature'; font-size: 29px; line-height: 60px; padding-bottom: 45px; }
.teamBox { max-width: 248px; width: 100%; margin: 0 auto 62px; }
.teamImg { position: relative; padding-bottom: 96%; margin-bottom: 16px; }
.teamImg img { width: 100%; position: absolute; height: 100%; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; }
.teamBox h4 { text-align: center; color: #464A5D; font-size: 15px; font-weight: 600; line-height: 22px; }
.teamBox p { font-size: 12px; text-align: center; padding: 0; font-weight: 600; }
.teamModal .modal-dialog{    max-width: 720px;}
.teamModal .modal-body{ padding: 28px;}
.teamModal .modal-content{     border: 0; border-radius: 0; position: relative;}
.teamModal .btn-close{ opacity: 1; outline: none !important; box-shadow: none !important; background: transparent; padding: 0; right: 15px; position: absolute; z-index: 11; top: 12px;}
.teamModalGird .teamModalImg{    max-width: 248px; width: 100%; margin: 0;}
.teamModalGird .teamBtns .btn{  background: #464A5D; font-weight: 600; color: #fff; padding: 4px 17px; border-radius: 0; font-size: 12px; line-height: 18px;
 margin-right: 5px;}
.teamModalGird .teamBtns .btn.btn-off-gray{background: rgba(70,74,93,0.10); color: #464A5D;}
.teamModalCont{    max-width: 353px; width: 100%; margin: 0 0 0 auto;}
.teamModalCont h3{font-size: 15px; line-height: 23px; font-weight: 600; color: #464A5D;}
.teamModalCont h4{    color: #464A5D; font-size: 12px; line-height: 18px; font-weight: 600;}
.teamModalCont p{      font-family: "Plus Jakarta Sans", sans-serif; padding-bottom: 21px;}
.teamModalCont ul li{     font-size: 14px; line-height: 18px; color: #464A5D; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400;}
[data-bs-toggle="modal"]{cursor: pointer;}
.modal-backdrop{    background-color: rgba(0, 0, 0, 0.11); backdrop-filter: blur(8px);}
.modal-backdrop.show{opacity: 1;}
/* ==================== faq content Start ==================== */
.faqGird { max-width: 1040px; width: 100%; margin: 63px auto 114px; }
.faqContent { max-width: 528px; width: 100%; margin: 0; }
.faqContent .faqParagh:last-child { padding-bottom: 0; }
.faqParagh { padding-bottom: 30px; }
.faqParagh h3 { font-size: 15px; line-height: 23px; font-weight: 600; color: #464A5D; }
.faqParagh p { font-family: "Plus Jakarta Sans", sans-serif; padding: 5px 0 6px; }
.faqImg { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.faqImg img { width: 100%; }
.scrollPosition{position: relative; top: -130px;}
/* ==================== packages Start ==================== */
.packages-Gird { max-width: 1052px; width: 100%; margin: 65px auto; }
.packages .packages-gird h2 { font-size: 30px; line-height: 40px; color: #23252B; font-weight: 400; font-family: "Poppins", sans-serif; padding-bottom: 10px; }
.packages-club .sub p { color: #464A5DB3; }
.price p { font-size: 12px; color: #23252BB3; line-height: 18px; font-weight: 600;padding: 0;}
.packages-btn .btn { background: #464A5D; font-weight: 600; color: #fff; padding: 9px 22px; border-radius: 0; font-size: 12px; line-height: 18px; margin-right: 5px; }
.price { padding: 10px 0 20px; }
.packages .packages-gird .sub-mail a { color: #464A5DB3; }


/* ==================== Loader content Start ==================== */
.loader { display: table; width: 100%; height: 100%; position: fixed; z-index: 999; left: 0; top: 0; background-color: #303239; background-image: url(../images/logo.svg); background-repeat: no-repeat; background-size: 20%; background-position: 50% 100%; background-attachment: fixed; background-blend-mode: overlay; }
.loaderin { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.loader-circle { width: 48px; height: 48px; border-radius: 50%; display: inline-block; position: relative; border: 3px solid; border-color: #D7EAE9 #D7EAE9 transparent transparent; box-sizing: border-box; animation: rotation 1s linear infinite; }
.loader-circle::after, .loader-circle::before { content: ''; box-sizing: border-box; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 3px solid; border-color: transparent transparent #E3AEA2 #E3AEA2; width: 40px; height: 40px; border-radius: 50%; box-sizing: border-box; animation: rotationBack 0.5s linear infinite; transform-origin: center center; }
.loader-circle::before { width: 32px; height: 32px; border-color: #FFF #FFF transparent transparent; animation: rotation 1.5s linear infinite; }
@keyframes rotation {  0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes rotationBack {  0% { transform: rotate(0deg); }
 100% { transform: rotate(-360deg); }
}
/* ==================== Loader content End ==================== */
footer { background: #464A5D; padding: 40px 0 0; }
footer .container { max-width: 1064px; width: 100%; margin: 0 auto; }
.footerBottom { background: #5E6274; padding: 0 12px; }
.footerList { position: relative; padding-left: 9px; }
.footerList:before { content: ''; position: absolute; width: 2px; height: 100%; left: 0; top: 0; background: #fff; }
.footerList h4 { font-family: 'Brittany Signature'; color: #fff; font-size: 21px; line-height: 44px; font-weight: normal; }
.footerList h5 { font-size: 15px; font-weight: 600; line-height: 23px; color: #fff; }
.footerList p { font-size: 14px; line-height: 21px; font-weight: 400; color: #fff; padding: 0; }
.footerTop { padding-bottom: 49px; }
.footerMiddle { padding-bottom: 28px; }
.f-contact ul li { display: inline-block; padding-right: 8px; }
.f-contact ul { padding: 24px 0 0; }
.f-contact p { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 400; line-height: 18px; }
.footerMx { display: flex; align-items: center; justify-content: space-between; max-width: 1040px; width: 100%; margin: 0 auto; }
.footerMx p { font-size: 12px; line-height: 18px; font-weight: 600; color: #FFFFFF; }
.footerMx ul li { display: inline-block; padding-right: 18px; }
.footerMx ul li a { font-size: 12px; line-height: 18px; color: #fff; font-weight: 600; text-decoration: underline; }
.footerMx ul li:last-child { padding-right: 0; }
/* ==================== Media Queries Start ==================== */
@media (min-width: 1080px) {
    .header.sticky .nav-brand-parent{padding: 5px 0 5px; transition: all 0.5s ease-in-out;}
    .header.sticky .headerTop p{transition: all 0.5s ease-in-out;     padding: 6px 0;}
    .navbar-nav	li:hover ul {display:block;visibility:visible;opacity:1;z-index:1;transform: translateY(0%);transition-delay: 0s, 0s, 0.3s;}
    .navbar-nav	li ul ul {display:none !important;}
    .navbar-nav	li ul li:hover ul{display:block !important;}
    .navbar-nav	li ul {  visibility:hidden;opacity:0;  display: block !important; }
}
@media (max-width: 1200px) {
    .HomeServiceWrapper .row{align-items: center;}
    .HomeServiceLeft{margin: 15px auto 0 0;}
}
@media (max-width: 1079px) {
      .main-banner .innerBannerImg, .main-banner .mainImg{    padding-bottom: 70%;}
    .serviceGird .nav-tabs .nav-link{    background: rgba(70, 74, 93, 0.10);}
    .serviceGird .nav-tabs{background: transparent; justify-content: center;}
    .serviceGird{padding: 0 12px;}
    .reviewGird .reviewBox{margin-bottom: 0; height: 100%;}
    .reviewGird .row .col-md-4{margin-bottom: 24px;}
    .reviewGird .btn-gray{margin-right: 0;}
    .bookNow{padding-bottom: 15px;}
    .headerTopMx{padding: 0 15px;}
    .navbar-toggle .navbar-toggler-icon { position: relative; transition: all 500ms ease-in-out; }.navbar-toggle.active .navbar-toggler-icon:nth-of-type(3) { top: -6px; transform: rotate(-45deg); width: 22px!important; }.navbar-toggle .navbar-toggler-icon:nth-child(2) { width: 24px; margin: 4px 0; }.navbar-toggle.active .navbar-toggler-icon { width: 22px; height: 2px; }
    .wrapper { padding-top: 109px; }
    .wrapper.alert-sticky{padding-top: 90px;}
    .collapse.navbar-collapse { display: none; }
    .navbar-default .navbar-collapse.show { display: flex !important; flex-flow: column; transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; -webkit-transition: all ease-in-out 0.2s; -ms-transition: all ease-in-out 0.2s; }
    .navbar-collapse {    width: 100%;
    max-width: 100%;
    height: calc(100% - 109px);
    top: 109px;
    position: fixed;
    left: -100%;
    display: block !important;
    transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    background: #303239;
    /* transform: translateX(-100%); */
    border-top: 1px solid #49365A;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
    z-index: 9;}
    .navbar-collapse.show { left: 0; transform: translateX(0%); }
    .navbar-default .navbar-collapse { border: none; box-shadow: none; }
    .header.sticky .navbar-collapse { top: 109px; }
    .navbar-nav { width: 100%; max-width: 100%; margin: 0 0 0; padding: 0; }
    .navbar-nav li { width: 100%; }
    .navbar-nav > li > a { padding: 5px 3px !important; }
    .navbar-nav li span { display: block; }
    .navbar-nav li ul { position: static; width: 100% !important; padding: 5px 0; visibility: visible; opacity: 1; transform: none!important; transition: none!important; display: none; margin: 0; background: #23252B;
    border-radius: 10px !important;}
    .navbar-nav li ul ul { position: static; width: 100%; padding: 5px 0; }
    .navlist { padding: 0 0; position: relative; z-index: 9; display: flex; width: 100%; align-items: center; justify-content: space-between; -webkit-align-items: center; -webkit-justify-content: space-between; display: -webkit-flex; }
    .logo img {width: 140px;}
    .navbar-header { display: block; padding: 0 0; margin: 0; }
    .navbar-default .navbar-nav > li > a { font-size: 15px; line-height: 20px; text-align: left; display: block; }
    .navbar-default .navbar-nav > li { padding: 5px 0; text-align: left; }
    .navbar-nav li:hover ul { display: none; }
    /*.navbar-nav	li ul ul {display:none !important;}*/
    .navbar-nav li ul li:hover ul { display: none; }
    .navbar-nav li ul li:hover { color: #fff; }
    .navbar-nav li:last-child { border: none; }
    .navbar-nav li ul li { padding: 0px 5px 0px; text-align: left; }
    .header.sticky .navlist { padding: 0 0px; transition: all 0.5s ease-in-out; }
    .header.sticky { padding: 0; }
    .header { padding: 0; }
    .navbar { display: block; float: none; padding: 0; }
    .header-container { padding: 0 15px; }
    .nav-brand-parent { display: block; padding: 10px 0; }
    .logo { padding: 0; }
    .navbar-default .navbar-nav > li > a i{display: none;}
    .header.sticky .nav-brand-parent{padding: 10px 0;}
    .wrapper.alert-sticky .navbar-collapse{height: calc(100% - 108px); top: 108px;}

    .packages .packages-gird h2 {font-size: 25px;}
}
@media(max-width:767px){
    .onGoContent{    margin: 0 0 10px; text-align: center;}
    .onGoGird .row{flex-direction: column-reverse;}
    .HomeServiceLeft{    max-width: 100%; margin: 0;}
    .whatWeDoContent p br{display: none;}
    .mainContent{padding: 0 10px;}
    .serviceAddOn, .cancellationPolicy{padding: 19px 20px 15px;}
    .mainContent h2{    font-size: 25px; line-height: 73px;}
    .teamModalGird .teamBtns .btn{margin-bottom: 5px;}
      .contactGird, .aboutGird, .teamGird{margin: 60px auto;}
    .footerList{margin-bottom: 10px;}
    .footerMx{display: block; padding-bottom: 10px; text-align: center;}
    .packages .packages-gird h2 {font-size: 20px;line-height: 26px; padding-bottom: 12px;}

}

@media(max-width:575px){
    .HomeServiceRight ul li:first-child .HomeServiceImg img{    height: 328px;}
    .HomeServiceImg img{height: 100px; object-fit: cover;}
    .contactUsCard p{font-size: 12px; line-height: 18px;}
    .teamModalCont{margin: 15px 0 0;}
    .contactCont, .aboutCont{padding: 20px 0 0;}
    .contactimg, .aboutimg{max-width: 100%;}

    .package-img{padding-top: 25px;}
}


/* ==================== Media Queries Start ==================== */
/* .wrapper { max-width: 1280px; width: 100%; margin: 0 auto;}
  body { max-width: 1280px; width: 100%; margin: 0 auto; }
  .header { max-width: 1280px; width: 100%; margin: 0 auto; } */
