@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: 'Inter', sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1205px;
}
.Header {
  transition: 0.5s; }
  .Header.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    z-index: 9999;
    background: #fff;
    padding-bottom: 5px; }
  .Header .container .row .Logo {
    width: 169px;
    /*background-image: url(../images/bg.jpg);*/
    background-size: 100% 100%; }
    .Header .container .row .Logo img {
      width: 100%;
      padding: 0px 13px 0px 15px; }
  .Header .container .row .Navigation {
    width: calc(100% - 169px);
    padding-left: 123px; }
    .Header .container .row .Navigation .SideNavButton {
      display: none; }
    .Header .container .row .Navigation .OnlyForMobile {
      display: none; }
    .Header .container .row .Navigation .NavLinks {
      vertical-align: middle;
      display: flex;
      align-items: center;
      height: 100%; }
      .Header .container .row .Navigation .NavLinks ul {
        list-style-type: none;
        display: inline-flex;
        flex-wrap: nowrap;
        margin-bottom: 0px;
        padding-left: 0px; }
        .HeaderButton button {
    background: #017EFF;
    width: 119px;
    color: #fff;
}
.HeaderButton button8 {
    background: #017EFF;
    width: 100%;
    color: #fff;
}
.HeaderButton2 button {
    border: 1px solid;
    width: 119px;
    
}
       .Header .container .row .Navigation .NavLinks ul li {
    margin-right: 27px;
    min-width: 65px;
}
          .Header .container .row .Navigation .NavLinks ul li a {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            /* identical to box height, or 137% */
            letter-spacing: 0.5px;
            color: #2E2A4A;
            transition: 0.5s; }
          .Header .container .row .Navigation .NavLinks ul li.active a {
            color: #017EFF; }
          .Header .container .row .Navigation .NavLinks ul li:hover a {
            color: #017EFF; }

.Banner {
  background-image: url(../images/faq-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 420px 0px;
  overflow: hidden;
  max-height: 626px;
 }
 .Banner2 {
  background-image: url(../images/faq-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 420px 0px;
  overflow: hidden;
  max-height: 626px;
 }
 .Banner3 {
  background-image: url(../images/blogs-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 420px 0px;
  overflow: hidden;
  max-height: 626px;
 }
 .Banner4 {
  background-image: url(../images/contact-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 420px 0px;
  overflow: hidden;
  max-height: 626px;
 }
 .BannerButton2 button {
    background: #017EFF;
    font-size: 26px;
    font-weight: 500;
    width: 45%;
    color: #fff;
    margin-bottom: 2%;
}
  .Banner .container-fluid {
    padding: 0px; }
    .Banner .container-fluid .row {
      margin: 0px; }
      .Banner .container-fluid .row .col-md-7 {
        vertical-align: middle;
        display: flex;
        align-items: center; }
        .Banner .container-fluid .row .col-md-7 .BannerText {
          padding-left: 204px; }
          .Banner .container-fluid .row .col-md-7 .BannerText h1 {
            font-style: normal;
            font-weight: 800;
            font-size: 55px;
            line-height: 65px;
            letter-spacing: -1px;
            color: #2E2A4A;
            margin-bottom: 18px; }
            
            .Banner2 .container-fluid .row .col-md-7 .BannerText p {
              font-style: normal;
              font-weight: normal;
              font-size: 2rem !important;
              line-height: 38px !important;
              color: #2E2A4A;
              margin-bottom: 24px;
              margin-left: %;
          }
          .Banner3 .container-fluid .row .col-md-7 .BannerText p {
            font-style: normal;
            font-weight: normal;
            font-size: 2rem !important;
            line-height: 38px !important;
            color: #2E2A4A;
            margin-bottom: 24px;
        }
            .Banner4 .container-fluid .row .col-md-7 .BannerText p {
              font-style: normal;
              font-weight: normal;
              font-size: 2rem !important;
              line-height: 38px !important;
              color: #2E2A4A;
              margin-bottom: 24px;
              margin-left: 5%;
          }

          .Banner .container-fluid .row .col-md-7 .BannerText p {
            font-style: normal;
            font-weight: normal;
            font-size: 0.9rem;
            line-height: 28px;
            /* or 156% */
            color: #2E2A4A;
            margin-bottom: 24px; }
          .Banner .container-fluid .row .col-md-7 .BannerText .BannerButton {
            position: relative; }
            .Banner .container-fluid .row .col-md-7 .BannerText .BannerButton button {
              padding: 0px; }
              .Banner .container-fluid .row .col-md-7 .BannerText .BannerButton button img {
                max-height: 60px; }
                .BannerButton2 {position: relative;}
            .Banner .container-fluid .row .col-md-7 .BannerText .BannerButton:before {
              content: '';
              position: absolute;
              top: 100%;
              left: -59px;
              width: 91.5px;
              height: 101.5px;
              background-image: url(../images/Dot-Ornament.png);
              background-size: 100% 100%; }
      .Banner .container-fluid .row .col-md-5 {
        padding: 0px; }
        .Banner .container-fluid .row .col-md-5 .BannerImage img {
          max-height: 626px;
          width: 88%; }

.Title {
  margin-top: 45px; }
  .Title .container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 45px;
    /* or 150% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #2E2A4A; }

.SecondryTitle {
  margin-top: 100px; }
  .SecondryTitle .container .row .col-md-6 h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    /* or 150% */
    letter-spacing: 0.3px;
    color: #2E2A4A;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-bottom: 0px; }
  .SecondryTitle .container .row .col-md-6 p {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 28px;
    /* or 187% */
    letter-spacing: 0.346154px;
    color: #2E2A4A;
    padding-bottom: 0px; }

.RoomType {
  margin-top: 48px;
  margin-bottom: 80px; }
  .RoomType .container {
    position: relative; }
    .RoomType .container:before {
      content: '';
      position: absolute;
      top: -13%;
      left: -29px;
      width: 91.5px;
      height: 101.5px;
      background-image: url(../images/Dot-Ornament.png);
      background-size: 100% 100%; }
    .RoomType .container .row .col-md-4 .SingleRoom {
      background: #ECFFEA;
      border-radius: 10px;
      padding: 33.34px 22px 38px  31px; }
      .RoomType .container .row .col-md-4 .SingleRoom .RoomIcon {
        width: 60px;
        height: 60px;
        position: relative;
        margin-bottom: 19px; }
        .RoomType .container .row .col-md-4 .SingleRoom .RoomIcon img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .RoomType .container .row .col-md-4 .SingleRoom h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.352941px;
        color: #2E2A4A;
        margin-bottom: 10px; }
      .RoomType .container .row .col-md-4 .SingleRoom p {
        font-style: normal;
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 25px;
        letter-spacing: 0.346154px;
        color: #2E2A4A; }

.Info {
  background-image: url(../images/Info-Bg.png);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 140px; }
  
.Info.bg-orange {
    background-image: url(../images/Box-Background.png);
    background-position: center right;
  padding-bottom: 0;
}
  
  
  
  .Info.AppFeature {
    background-image: url(../images/App-Bg.png);
    background-position: right;
    margin-top: 28px;
    padding: 0px; }
  .Info.LoveUs {
    background-image: url(../images/LoveUs-Bg.png);
    margin-top: 28px; }
  .Info .container .row .col-md-6.Center {
    vertical-align: middle;
    display: flex;
    align-items: center; }
  .Info .container .row .col-md-6 .Coverage {
    padding-right: 122px;
    padding-top: 70px; }
    .Info .container .row .col-md-6 .Coverage .CoverageIcon {
      position: relative;
      margin-bottom: 19px; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon.AppIcon:before {
        top: 80%;
        left: -69px; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon.AppIcon img {
        width: 247px;
        height: 247px; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon.LoveUsIcon:before {
        top: 80%;
        left: -69px; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon.LoveUsIcon img {
        width: 261px;
        height: 261px; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon:before {
        content: '';
        position: absolute;
        top: 62%;
        left: -74px;
        width: 91.5px;
        height: 101.5px;
        background-image: url(../images/Dot-Ornament.png);
        background-size: 100% 100%; }
      .Info .container .row .col-md-6 .Coverage .CoverageIcon img {
        width: 123px;
        height: 152px; }
    .Info .container .row .col-md-6 .Coverage h4 {
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 42px;
      letter-spacing: 0.003em;
      color: #2E2A4A;
      margin-bottom: 10px; }
    .Info .container .row .col-md-6 .Coverage p {
      font-style: normal;
      font-weight: normal;
      font-size: 0.9rem;
      line-height: 28px;
      letter-spacing: 0.346154px;
      color: #2E2A4A; }
  .Info .container .row .InfooSlider {
    padding-left: 87px; }
    .Info .container .row .InfooSlider #InfooSlider .carousel-indicators {
      top: 100%;
      bottom: initial; }
      .Info .container .row .InfooSlider #InfooSlider .carousel-indicators li {
        width: 14px;
        height: 14px;
        border: 3px solid #fff;
        background-color: #017EFF;
        border-radius: 50%;
        opacity: 1; }
        .Info .container .row .InfooSlider #InfooSlider .carousel-indicators li.active {
          border: 3px solid #017EFF;
          background-color: #fff; }
    .Info .container .row .InfooSlider #InfooSlider .carousel-inner .carousel-item .Board .row {
      padding: 12px 22px 30px 22px; }
      .Info .container .row .InfooSlider #InfooSlider .carousel-inner .carousel-item .Board .row .BoardLogo {
        width: 96px;
        height: 96px;
        background-image: url(../images/CBSE-Bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-right: 17px; }
        .Info .container .row .InfooSlider #InfooSlider .carousel-inner .carousel-item .Board .row .BoardLogo img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .Info .container .row .InfooSlider #InfooSlider .carousel-inner .carousel-item .Board .row .BoardTitle {
        vertical-align: middle;
        display: flex;
        align-items: center; }
    .Info .container .row .InfooSlider #InfooSlider .carousel-inner .carousel-item .Board .BoardContent ul li {
      font-style: normal;
      font-weight: normal;
      font-size: 0.9rem;
      line-height: 25px;
      letter-spacing: 0.35px;
      color: #2E2A4A;
      margin-bottom: 22px; }
  .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-indicators {
    display: none; }
  .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials {
    padding: 100px 0px 100px 135px; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .Quatation {
      margin-bottom: 28.18px; }
      .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .Quatation img {
        opacity: 0.5;
        display: block;
        margin-left: auto; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserImage {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      overflow: hidden; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserInfo {
      width: calc(100% - 70px);
      vertical-align: middle;
      display: flex;
      align-items: center; }
      .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserInfo .UserName {
        padding-left: 19px; }
        .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserInfo .UserName h4 {
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 28px;
          letter-spacing: 0.35px;
          color: #2E2A4A;
          margin-bottom: 1px; }
        .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserInfo .UserName p {
          font-style: normal;
          font-weight: normal;
          font-size: 0.9rem;
          line-height: 24px;
          letter-spacing: 0.4375px;
          color: #404852;
          mix-blend-mode: normal;
          opacity: 0.6;
          margin-bottom: 0px; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserFeedback {
      margin-top: 48px; }
      .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-item .Testimonials .SingleTestimonial .UserDetails .row .UserFeedback p {
        font-style: normal;
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 30px;
        letter-spacing: 0.346154px;
        color: #2E2A4A; }
  .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-control-prev {
    left: calc(50% - 30px);
    width: 1;
    z-index: 9;
    width: max-content;
    opacity: 1;
    height: max-content;
    bottom: 0;
    top: initial; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-control-prev .carousel-control-prev-icon {
      background-image: url("../images/Vector.svg");
      opacity: 1; }
  .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-control-next {
    right: calc(50% - 30px);
    width: 1;
    z-index: 9;
    width: max-content;
    opacity: 1;
    height: max-content;
    bottom: 0;
    top: initial; }
    .Info .container .row .LoveUsSlider #LoveUsSlider .carousel-inner .carousel-control-next .carousel-control-next-icon {
      background-image: url("../images/Vector-2.svg");
      opacity: 1; }
      
      
  /*.Info .container .row .AppContent {
    padding: 88px 88px 87px 88px; }*/
    
    
    .Info .container .row .AppContent .row {
          margin-bottom: 0;
          margin-left: 0px;
          margin-right: 0px; 
        
    }
    .Info .container .row .AppContent .row .AppContentIcon {
         width:80px;
         height:80px;
    }
    .Info .container .row .AppContent .row .AppContentIcon img {
        width: 50px;
    }
    .AppContent .col-md-3 {
        padding: 8px;
    }
    .AppContent .col-md-9 {
        padding: 8px;
    }
    .AppContent {
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .AppContent .content h5{
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.352941px;
        color: #2E2A4A;
    }
    .AppContent .content p{
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.346154px;
        color: #2E2A4A;
    }
        
        
.Info .container .row .AppContent .row .AppContentText h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.352941px;
    color: #2E2A4A;
    margin-bottom: 10px; 
    
}
.Info .container .row .AppContent .row .AppContentText p {
    font-style: normal;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 25px;
    letter-spacing: 0.346154px;
    color: #2E2A4A; 
    
}

.Pricing {
    background-color: #2E2A4A;
    padding: 56px 0px 59px 0px;
    position: relative;
    margin-top: 28px; 
}
.Pricing .BackgoundIcon {
    position: absolute;
    width: 99%;
    height: 100%;
}
.Pricing .BackgoundIcon img {
    width: 166.54px;
    height: 166.54px;
    position: absolute; 
}
.Pricing .BackgoundIcon img.Doodle1 {
    left: 0%;
    right: -11.43%;
    top: 109.77px;
    bottom: -109.77%;
    transform: rotate(-350.45deg); }
.Pricing .BackgoundIcon img.Doodle2 {
    left: 4%;
    top: 294.46px;
    bottom: -99.95%;
    background: url(doodle-6.png); }
.Pricing .BackgoundIcon img.Doodle3 {
    left: 9%;
    top: 68.66%;
    bottom: 28.93%; }
.Pricing .BackgoundIcon img.Doodle4 {
    right: 0%;
    top: 0px;
    bottom: -109.77%;
    transform: rotate(-100.45deg); }
.Pricing .BackgoundIcon img.Doodle5 {
    right: 5%;
    top: 184.69px;
    background: url(doodle-6.png);
    transform: rotate(-241.21deg); }
.Pricing .BackgoundIcon img.Doodle6 {
    right: 8%;
    top: 58.66%;
    bottom: 28.93%;
    transform: rotate(-100.45deg); }
  .Pricing .container {
    z-index: 99;
    position: relative; }
    .Pricing .container .Heading {
      width: 80%;
      display: block;
      margin: auto; }
      .Pricing .container .Heading h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 110%;
        /* identical to box height, or 33px */
        letter-spacing: -0.01em;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 14px; }
      .Pricing .container .Heading p {
        font-style: normal;
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 28px;
        /* or 187% */
        text-align: center;
        letter-spacing: 0.35px;
        color: #FFFFFF; }
    .Pricing .container .TabLink {
      width: max-content;
      margin: auto;
      margin-top: 46px; }
      .Pricing .container .TabLink ul {
        background-color: #F9F9FB;
        border: none;
        border-radius: 14px;
        width: max-content; }
        .Pricing .container .TabLink ul li a {
          border: none;
          border: none;
          vertical-align: middle;
          display: flex;
          align-items: center;
          width: 157.88px;
          height: 48.78px;
          padding: 5px;
          text-align: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 19px;
          color: #2E2A4A; }
          .Pricing .container .TabLink ul li a.active {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            color: #FFFFFF;
            background: #017EFF;
            border-radius: 14px; }
    .Pricing .container .TabContent {
      margin-top: 48.22px; }
      .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 {
        display: block;
        margin: auto; }
        .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox {
          padding: 38px 24px 97px 24px;
          border: 1.5px solid #FFFFFF;
          box-sizing: border-box;
          border-radius: 14px;
          height: 100%; }
          .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox h4 {
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0.35px;
            color: #FFFFFF;
            margin-bottom: 28px; }
          .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox h3 {
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0.35px;
            color: #FFFFFF;
            margin-bottom: 30px; }
            .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox h3.Blue {
              color: #017EFF; }
              .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox h3.Blue span {
                color: #017EFF; }
            .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox h3 span {
              font-style: normal;
              font-weight: bold;
              font-size: 48px;
              line-height: 28px;
              /* identical to box height, or 58% */
              letter-spacing: 0.35px;
              color: #FFFFFF; }
          .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox ul {
            list-style-type: none;
            padding-left: 0px;
            margin-bottom: 0px; }
            .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox ul li {
              font-style: normal;
              font-weight: normal;
              font-size: 18px;
              line-height: 28px;
              letter-spacing: 0.35px;
              position: relative;
              color: #FFFFFF;
              padding-left: 30px; }
              .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox ul li:before {
                content: '';
                position: absolute;
                top: 4px;
                left: 0px;
                width: 20px;
                height: 20px;
                background-image: url(../images/check.png);
                background-size: 100% 100%; }
          .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox button {
            width: 190px;
            height: 55px;
            background: #FFFFFF;
            border-radius: 14px;
            display: block;
            margin: auto;
            color: #2E2A4A;
            position: absolute;
            bottom: 20px;
            left: calc(50% - 95px);
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            /* identical to box height, or 140% */
            text-align: center;
            letter-spacing: 0.35px;
            color: #2E2A4A; }
            .Pricing .container .TabContent .tab-content .tab-pane .col-md-8 .row .col-md-6 .PriceBox button.Blue {
              background-color: #017EFF;
              color: #FFFFFF; }

.AvailableOn {
  margin-top: 28px; }
  .AvailableOn .container {
    background: #A0DCFF;
    border-radius: 14px;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative; }
   
    .AvailableOn .container:before {
      content: '';
      
      background-size: cover;
      width: 291px;
      height: 291px;
      position: absolute;
      right: 0;
      top: 25%;
      bottom: 0;
      background-repeat: no-repeat; }
    .AvailableOn .container .Heading {
      margin-bottom: 55px !important; }
      .AvailableOn .container .Heading h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 53px;
        padding-left: 12%;
        letter-spacing: -0.01em;
        color: #000000;
        margin-bottom: 22px; }
    .AvailableOn .container img {
      width: 100%; }
    .AvailableOn .container .col-md-7 {
      display: block;
      margin: auto; }
      .AvailableOn .container .col-md-7 .row .col-4 .Device {
        text-align: center; }
        .AvailableOn .container .col-md-7 .row .col-4 .Device img {
          height: 60px;
          width: auto;
          margin-bottom: 30px; }
        .AvailableOn .container .col-md-7 .row .col-4 .Device h4 {
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 28px;
          /* identical to box height, or 140% */
          letter-spacing: 0.35px;
          color: #2E2A4A;
          margin-bottom: 10px; }
        .AvailableOn .container .col-md-7 .row .col-4 .Device p {
          font-style: normal;
          font-weight: normal;
          font-size: 20px;
          line-height: 28px;
          letter-spacing: 0.35px;
          color: #000000; }

.Footer {
  background: #2E2A4A;
  padding-top: 44px;
  padding-bottom: 65px;
  margin-top: 30px; }
  .Footer .container {
    padding: 0px; }
    .Footer .container .row .col-md-3 .FooterLogo img {
      height: 90px; }
    .Footer .container .row .col-md-6 .FooterLink {
      width: max-content;
      display: block;
      margin: auto; }
      .Footer .container .row .col-md-6 .FooterLink ul {
        list-style-type: none;
        display: inline-flex;
        flex-wrap: nowrap;
        margin-bottom: 0px;
        padding-left: 0px; }
        .Footer .container .row .col-md-6 .FooterLink ul li {
          margin-right: 45px; }
          .Footer .container .row .col-md-6 .FooterLink ul li a {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 26px;
            color: #FFFFFF;
            transition: 0.5s; }
          .Footer .container .row .col-md-6 .FooterLink ul li.active a {
            color: #017EFF; }
          .Footer .container .row .col-md-6 .FooterLink ul li:hover a {
            color: #017EFF; }
    .Footer .container .row .col-md-6 .FooterButton {
      margin-top: 37px;
      text-align: center; }
      .Footer .container .row .col-md-6 .FooterButton button img {
        width: 201px;
        height: 60px; }
        .social {
          margin-left: 18%;
          margin-top: 6%;
      }
    .Footer .container .row .social .SocialLinks {
      width: max-content;
      display: block;
      margin-left: ; }
      .Footer .container .row .social .SocialLinks ul {
        list-style-type: none;
        display: inline-flex;
        flex-wrap: nowrap;
        margin-bottom: 0px;
        padding-left: 0px; }
        .Footer .container .row .social .SocialLinks ul li {
          margin-left: 24px;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          vertical-align: middle;
          display: flex;
          align-items: center;
          height: 100%; }
          .Footer .container .row .col-md-3 .SocialLinks ul li:first-child {
            margin-left: 0px; }
          .Footer .container .row .col-md-3 .SocialLinks ul li a img {
            width: 28px;
            height: 26px; }




/*FAQ Page*/
.Title2 {
    margin-top: 75px;
}
.container .row .col-md-6 .Coverage .CoverageIcon {
      z-index: 2;
}
.heading h2 {
    text-align: left !important;
    margin-left: 5%;
    margin-top: 12%;
    font-size: 42px !important;
}
.container .row .col-md-2 .Coverage .CoverageIcon:before {
    content: '';
    position: absolute;
    top: 3%;
    left: 71%;
    width: 91.5px;
    height: 101.5px;
    background-image: url(../images/Dot-Ornament2.png);
    background-size: 100% 100%;
    z-index: 1;
}

.accordion-section .panel-default > .panel-heading {
    border-radius: 11px;
    background: #F9F9FB;
    padding: 2rem 1rem !important;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    color: #2E2A4A;
    font-size: 1rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 0.9rem;
    background: #F9F9FB;
    margin-top: -26px;
    padding: 2%;
        padding-right: 2%;
        padding-left: 2%;
    font-weight: normal;
    color: #2E2A4A;
    border-radius: 0 0 10px 10px;
}


/*Contact Us*/

.CoverageIcon2 img {
  width: 85%;
}

.container .row .col-md-4 .Coverage .CoverageIcon2::before {
    content: '';
    position: absolute;
    top: -8%;
    left: 42%;
    width: 91.5px;
    height: 101.5px;
    background-image: url(../images/Dot-Ornament2.png);
    background-size: 100% 100%;
    z-index: 1;
}
.fornSection .form-group input {
  background:#F9F9FB ;
  height: 65px;
  border: none;
}
.fornSection .form-group textarea {
  background:#F9F9FB ;
  border: none;
}
.Title3 {
    margin-top: 75px;
}
.Title3 .container {
    padding: 5% 2%;
    box-shadow: 0px 0px 8px #999;
    border-radius: 10px;
}
.button-sec button {
    background: #017EFF;
    padding: 2%;
    width: 100%;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 10px;
}
.mapSection {
    margin-top: 5%;
    margin-left: 12%;
}
.mapSection h4 {
  margin-bottom: 4%;
}
.fornSection {
    margin-top: 4%;
}
.form-group {
    margin-bottom: 1.5rem;
}
.mapSection iframe {
    width: 370px;
    height: 370px;
}
.adressPin {
    margin-top: 25%;
}
.adressPin p {
  float: right;
padding-left: 11px;
}
.adressPin ul {
    list-style-type: none;
    
}
.adressPin i {
  color: #017EFF;
  font-size: 1.3rem;
}
.adressPin i p {
  color: #000;
  font-size: 1rem;
}
.SocialIcon ul {
    list-style-type: none;
    display: inline-flex;
    margin-left: 3%;
}
.SocialIcon ul li {
    padding-left: 2%;
}
.SocialIcon i {
  color: #017EFF;
  font-size: 1.3rem;  
}
/**********************************************blog**********************************************************************/
.blog .heading .image::before {
    content: '';
    position: absolute;
    top: -8%;
    left: 62%;
    width: 91.5px;
    height: 101.5px;
    background-image: url(../images/Dot-Ornament2.png);
    background-size: 100% 100%;
    z-index: 1;
}
.blog{
  text-align:center;
  padding: 6% 0 5%;
  position:relative;
}
.blog .heading h2 {
    text-align: center !important;
    margin: 0 !important;
    padding-left: 12%;
}
#blog-slider{
  margin-top:60px;
}
.blog-box{
  background:#fff;
  /*-webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);*/
}
.blog-box .content{
  padding:15px;
}
.blog .circle.one{
  position: absolute;
    left: 11%;
    top: 15%;
}
.blog .circle.one img{
  width:32px;
}
.blog .heading{
  position:relative;
}
.blog .heading .image{
  position: absolute;
    top: -56px;
    left: 32%;
}
.blog .heading .image img{
  max-width: 172px;
}
.blog .circle.two{
  position: absolute;
    top: 37%;
    left: 8%;
}
.blog .circle.three{
      top: 5%;
   position: absolute;
    right: 3%;
}
.blog .circle.four{
      position: absolute;
    right: 3%;
    top: 44%;
}
.blog .circle.four img{
  width:32px;
}
.blog-box h4{
      font-size: 18px;
  text-align:left;
}
.blog-box h4 span i {
    color: #097df8;
    float: right;
    margin-top: -10px;
    border-radius: 50%;
    background: #F9F9FB;
    padding: 12px;
}
.blog-box p{
  text-align:left;
  font-size:14px;
}
#blog-slider .owl-prev {
        color: #fff !important;
    top: 104% !important;
    left:-60px;
    display: block !important;
    background: #097df8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 0;
    margin: auto;
  cursor:pointer;
}
#blog-slider .owl-prev i{
  font-size: 46px;
    vertical-align: top;
    text-align: center;
    padding-right: 4px;
}
#blog-slider .owl-next i{
  font-size: 46px;
    vertical-align: top;
    text-align: center;
    padding-left: 4px;
}
#blog-slider .owl-next {
  cursor:pointer;
     color: #fff !important;
    top: 104% !important;
    left: 0;
    display: block !important;
    background: #097df8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -60px;
    margin: auto;
}
.adressPin ul{
  padding-top: 15px;
}
.adressPin ul li{
       list-style: none;
    position: relative;
    margin-left: 57px;
    line-height: 24px;
    padding-bottom: 10px;
}
.adressPin ul li i{
      position: absolute;
    left: -24px;
    top: 4px;
  color:#097df8;
}
.adressPin ul li span.block{
  display:block;
}
.contact-social ul{
  margin-left:36px;
}
.contact-social ul li{
  list-style:none;
  display:inline-block;
}
.contact-social ul li a{
  display:block;
      padding-right: 12px;
}
@media(max-width:1024px){
  .blog .heading .image img {
    max-width: 130px;
   }
   .blog .heading .image{
    top:-34%;
   }
}
@media(max-width:800px){
  .blog .heading .image img {
    max-width: 85px;
    }
  .blog{padding:10% 0;}
  .blog .heading .image {
    top: -32%;
  left: 28%;
  }
}
@media(max-width:768px){
  .blog .heading .image {
    top: -49%;
    }
  .blog .heading .image img {
    max-width: 93px;
   }
}
@media(max-width:540px){
  .blog .heading .image {
    top: -56%;
    left:21%;
  }
  #blog-slider .owl-prev{
    width:40px;
    height:40px;
  }
  #blog-slider .owl-prev i{
    font-size:37px;
  }
  #blog-slider .owl-next{
    width:40px;
    height:40px;
  }
  #blog-slider .owl-next i{
    font-size:37px;
  }
  .blog {
    padding: 0 0 10%;
    }
}
@media(max-width:415px){
  .blog .heading .image {left:11%}
}
@media(max-width:360px){
  .blog .heading .image {left:10%}
}
@media(max-width:320px){
  .blog .heading .image {left:4%}
}




.heading2 {
  position: relative;
}
.heading2::before {
    content: '';
    position: absolute;
    top: -176px;
    right: 63%;
    width: 200px;
    height: 200px;
    background-image: url(../images/flying.png);
    background-size: 100% 100%;
}



.heading3::before {
    content: '';
    position: absolute;
    top: -176px;
    right: 63%;
    width: 200px;
    height: 200px;
       background-size: 100% 100%;
}

#customers-testimonials .owl-nav{
    display: flex;    
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#customers-testimonials .owl-next, #customers-testimonials .owl-prev{
    width: 43px;
    height: 43px;
     background-color: #017EFF;
    color: #fff;
    text-align: center;
    margin: 5px 5px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 28px;
    transition: .3s all ease-in-out;
    position: relative;
    padding-top: 3px;
}
#customers-testimonials .owl-prev i{
    margin-left: -4px;
}
#customers-testimonials .owl-next i{
    margin-left: 4px;
}


#customers-testimonials .owl-next:before, #customers-testimonials .owl-prev:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background-color: #fff;
    border: 2px solid #FFA910;
    border-radius: 50%;
    z-index: -1;
    transition: .4s all ease-in-out;
}
#customers-testimonials .owl-next:hover, #customers-testimonials .owl-prev:hover{
    background-color: #FFA910;
}
#customers-testimonials .owl-next:hover::before, #customers-testimonials .owl-prev:hover::before{
    width: 50px;
    height: 50px;
}

#customers-testimonials .img-box, .image1, .image2{
    border-radius:20px;
    overflow: hidden;
    max-width:200px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    width:100%;
}
.image2{
    max-width:150px;
    
}
    
.image2 img{
    width:100%;
}

#customers-testimonials .owl-item h2, .SecondryTitle h3{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #2E2A4A;
}

#customers-testimonials .owl-item p, .SecondryTitle p{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #2E2A4A;
}
.global-h2-heading{
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    /*text-align: center;*/
    letter-spacing: -1px;
    color: #2E2A4A;
}
.SecondryTitle h4{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.3px;
    color: #2E2A4A;
}
.content-team h2{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #2E2A4A;
}
.content-team p{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.346154px;
    color: #2E2A4A;
}


		
