body {
    margin: 0;
    font-family: 'Gilroy';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494848;
    text-align: left;
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link { 
   color: rgb(255 255 255);
   font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(253 255 0);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgb(253 255 0);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgb(253 255 0);
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 53%);
    transform: skewX(-12deg);
    left: calc(-60% + 50px);
    opacity: .7;
}

.banner > * {
    z-index: 100;
}
.banner {
    position: relative;
    min-height: 300px;
    background-image: url(../img/apple1.jpg?v=2.1);
    background-size: cover;
    display: flex;
  
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 73%);
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menuicon.svg);
}
.submenudiv {
    height: 40px;
    position: initial;
    top: 50px;
    z-index: 5;
    background-color: #dcebf2;
}
.submenuList {
    width: 94%;
    overflow: auto;
    background-color: transparent;
    display: inline-flex;
    height: inherit;
    position: absolute;
    left: 3%;
    overflow-y: hidden;
}
.submenuposition {
    margin: 0 auto;
    display: inline-flex;
    width: auto;
    text-decoration: none;
}
.submenuposition a{
    text-decoration: none;
}
.submenu {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    white-space: nowrap;
    padding: 5px 5px;
    font-size: .8em;
    text-transform: uppercase;
}
.submenu img {
    height: 24px;
}
.submenu span.textcontent {
    color: #394c5c;
}
h1 {
    font-size: 3.75rem;
    font-weight: 900;
    color: #1A1919;
    line-height: 1.285em;
}
.padtop20{
    padding-top:20px;
}
.padbot20{
    padding-bottom:20px;
}
.padtop40{
    padding-top:40px;
}
.padbot40{
    padding-bottom:40px;
}
.padtop60{
    padding-top:60px;
}
.padbot60{
    padding-bottom:60px;
}
.icon_usa {
  background: url('../img/united-states.png');
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
.icon_india {
  background: url('../img/india.png');
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
.icon_eng {
  background: url('../img/english.png?v=1.0');
  width: 39px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.icon_hi {
  background: url('../img/hindi.png?v=1.0');
  width: 39px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.icon_urd {
  background: url('../img/urdu.png?v=1.0');
  width: 39px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-menu {
    color: #ffffff;
    background-color: #e00034;
        border: none;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus {
    color: rgb(253 255 0);
    background-color: #ffffff00;
}

.dropdown-item {
    color: #ffffff;
}
.submenubo{
  position: relative;
}
.submenubo:after{
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: -5px;
  top: 0;
  background-color: #394c5c;
}
.apple_icon {
  background: url('../img/apple-icon.png?v=1.1');
  height: 100px;
  width: 122px;
  display: inline-block;
  vertical-align: middle;
}

.apple_iconx1 {
  background: url('../img/apple-iconx1.svg?v=1.0');
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.apple_iconx2 {
  background: url('../img/apple-iconx2.svg?v=1.0');
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.borderdiv{
    margin-bottom: 20px;
    border-bottom: 1px solid #bababa;
}
.extra:before {
    content: "";
    position: absolute;
    width: 128px;
    height: 24px;
    background: url(../img/pattern-dots-1.png?v=1.0) 0 0 repeat;
}
p{
    font-size: 1.1rem;
}
ul > li{
    font-size: 1.1rem;
}
.bg-color-gray-light {
    background-color: #f3f1ee;
}
.padding15{
    padding:15px;
}
.bordertop{
    margin-bottom: 20px;
    border-top: 1px solid #bababa;
}
.jumbo{
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    background: #e00034;
    color: #fff;
    border-radius: 0px;
}
.weather-icon {
   width: 40% !important;
   vertical-align: middle;
}
.location {
   font-size: 20px;
   margin-bottom: 0;
}
.bannerx iframe{top: 0;left: 0;width: 100%;height: 303px;}
@media (max-width: 767px) {
.submenuList {
    width: 100%;
    left: 0;
}
h1 {
    font-size: 2.875rem;
    font-weight: 900;
    color: #1A1919;
    line-height: 1.333em;
}
.bannerx iframe{width: 100%;height: 190px;margin-top: 28px;}
}

/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

.imagex1 {
    animation: float 4s ease-in-out infinite;
    width: 100%;
    max-width: 380px;
}

.bbanner {
    background: linear-gradient(0deg,#d9ffcfe6,hsl(205deg 100% 85% / 86%) 95%);
    margin-top: 40px;
    max-height: 300px;
}

.bbanner::before {
    content: '';
    background: url('../img/apple1.webp?v=1.1') no-repeat;
    position: absolute;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    z-index: -1;
    left: 0;
    right: 0;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.whatsapp-btn1-span{font-size: 16px;vertical-align: bottom;text-decoration: none;}.whatsapp-btn1:visited {text-decoration: none;}.whatsapp-btn1:hover {text-decoration: none;}.whatsapp-btn1:active {text-decoration: none;}.whatsapp-btn1 {font-size: 40px;line-height: 55px;color: #fff !important;display: inline;height: 55px;width: 55px;padding: 0;position: fixed;bottom: 20px;left: 20px;text-align: center;text-decoration: none;z-index: 99;border-radius: 100%;background-color: #4dc247;}.whtstext{z-index: 99;box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;border: 1px solid rgb(226, 226, 226);border-radius: 5px;background: white;cursor: pointer;max-width: 155px;max-height: 44px;display: flex;order: 2;text-decoration: none !important;color: rgb(0, 0, 0) !important;padding: 0;position: fixed;bottom: 32px;left: 84px;}.whtstext::before {content: "";position: absolute;background: white;border-top: 1px solid rgb(226, 226, 226);border-left: 1px solid rgb(226, 226, 226);left: -5px;top: 50%;margin-top: -4px;width: 8px;height: 8px;z-index: 1;transform: rotate(-45deg);}.whtstext::after {content: "";position: absolute;background: white;border-top: 1px solid rgb(226, 226, 226);border-left: 1px solid rgb(226, 226, 226);left: -5px;top: 50%;margin-top: -4px;width: 8px;height: 8px;z-index: 1;transform: rotate(-45deg);}.fXBuHm {text-align: center;padding: 7px 10px;line-height: 14px;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;font-size: 14px;margin: auto;}
.bg-move {
  position: relative;
}
.fruitshape {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.fruitshape:hover {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 767px) {
.bg-move {
  position: inherit;
}
}
.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #007d51;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    z-index: 2147483000;
}

.cookie-container.hide {
	opacity: 0;
	visibility: hidden;
}

.cookie-container a {
	color: #fff;
}

.cookie-container a:hover {
	color: #fbff00;
}

.cookie-container .cookie-text {
	flex: 8 768px;
}

.cookie-container .agree {
	flex: 1 150px;
	text-align: center;
}

.agree button {
	background: #fff;
	color: #000;
	border: none;
	padding: 0.4rem 1.2rem;
	cursor: pointer;
	border-radius: 20px;
	font-size: 1rem;
}

.agree button:hover {
	background: #000;
		color: #fff;
}
#faq .card {
  margin-bottom: 30px;
  border: 0;
  background: #f1f1f1;
}

#faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  background: #f1f1f1;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f1f1f1;
  color: #007D51;
  font-weight: bold;
  padding: 10px;
}

#faq .card .card-header .btn-header-link h5:after {
    content: "\f063";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: bold;
    float: right;
    color: #e00034;
    font-size: 22px;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #f1f1f1;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: #bababa;
  color: #007D51;
  font-weight: bold;
}

#faq .card .card-header .btn-header-link.collapsed h5:after {
  content: "\f061";
}

#faq .card .collapsing {
  background: #f1f1f1;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
    background: #f1f1f1;
    line-height: 30px;
    color: #222;
}

.btn-header-link {white-space: inherit;}

.btn-header-link:focus { outline:none !important;box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}
.faqs {background: #f1f1f1; padding: 20px;}

.footer-section {
    padding: 20px;
    background: #e00034;
}
.footer-links a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.copyright-text {
    color: #fff;
    font-size: 20px;
}
.socialicons {
    padding-left: 20px;
    padding-top: 10px;
}
.socialicons a {
    color: #ebebeb;
    border: 1px solid #ebebeb;
    padding: 8px;
    border-radius: 50%;
}
.socialicons a i {
    width: 25px;
    height: 25px;
    text-align: center;
}
.copyright-link {
    color: #ebebeb;
    font-size: 20px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.socialicons .facebook:hover {
    background: #3b5998;
}

.socialicons .twitter:hover {
    background: #00acee;
}

.socialicons .linkedin:hover {
    background: #0A66C2;
}

.socialicons .youtube:hover {
    background: #c4302b;
}

.socialicons .instagram:hover{
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
  
.buttonstory {
    background: #007d51;
    color: #fff;
    padding: 5px 8px 5px 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-color: #016443;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}
.buttonstory:hover {
    background: #e00034;
    border-color: #c3032f;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}

.card{
 --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.border-t-8 {
    border-top-width: 8px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(52,211,153,var(--tw-border-opacity));
}

.card:hover{
  transform: scale(1.05);
  transition: all 1s ease;
}

.card-01 .card-body{
  position:relative; padding-top:40px;
}

.card-01 .badge-box{
  position:absolute; 
  top:-20px;
  left:50%;
  width:100px;
  height:100px;
  margin-left:-50px;
  text-align:center;
}

.card-01 .badge-box i{
  background:#34d399;
  color:#fff;
  border-radius:50%;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  font-size:20px;
}
.form-control {
    border-radius: 0px;
    min-height: 40px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
	src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),	url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),	url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),	url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    font-display: swap;
}
.container.gallery-container {
    padding: 0px 20px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 6px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(224 0 52 / 61%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#websitefield { display:none;}

/* End Custom Fonts CSS */