
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/**Fonts**/

/**Avenir Fonts**/
.futura-demi{
  font-family: futura-demi;
}

@font-face {
  font-family: 'futura-demi';
  src: url('../fonts/Futura_PT/Futura_PT_Demi.otf') format('opentype');
}

.futura-bold{
  font-family: futura-bold;
}

@font-face {
  font-family: 'futura-bold';
  src: url('../fonts/Futura_PT/Futura_PT_Bold.otf') format('opentype');
}

.futura-book{
  font-family: futura-book;
}

@font-face {
  font-family: 'futura-book';
  src: url('../fonts/Futura_PT/Futura_PT_Book.otf') format('opentype');
}

.futura-medium{
  font-family: futura-medium;
}

@font-face {
  font-family: 'futura-medium';
  src: url('../fonts/Futura_PT/Futura_PT_Medium.otf') format('opentype');
}



body {
  font-family: futura-book;
  background: #fff;
  color: #4c4d4e;
  line-height: 1.25;
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}


a {
  color: #061f5c;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #d1baa8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futura-demi;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(6 31 92 / 73%);
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  border:1px solid #d1baa8;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d1baa8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  font-size: 15px;
  padding: 0;
  /* height: 40px; */
  text-align: right;
}
#topbar .contact-info{
  padding-right:5px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #061f5c;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #4c4d4e;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #061f5c;
}

#topbar .social-links a {
  color: #4c4d4e;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #061f5c;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 98px;
  transition: all 0.5s;
  z-index: 997;
  /* background: #061f5c; 
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}
.header-sec{
  background: #061f5c;
  box-shadow: 0px 6px 9px 0px rgba(72, 95, 151, 0.32);
  padding: 10px 16px 16px 16px;
}
.logo{
  width:300px;
  position: relative;
  top:-10px;
}
.contact-info .nz-txt{
  position: relative;
  top: 10px;
  left:-5px;
}
@media screen and (max-width: 991px) {
  .contact-info .nz-txt{
    z-index: 1001;
  }
}
@media (max-width: 768px) {
  #header {
    height: 86px;
  }
  .logo{
    width:231px;
    top:2px;
  }
  .contact-info .nz-txt{
    font-size: 13px;
    top:3px;
    left:-5px;
  }
}

.scrolled-offset {
  margin-top: 97px;
}

@media screen and (max-width:767px){
  .scrolled-offset {
    margin-top: 85px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: futura-medium;
  font-size: 16px;
  /* font-weight: 600; */
  color: #fff;
  white-space: nowrap;
  transition: 0.1s;
}



.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d1baa8;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.menu-adjust{
  right:0 !important; left: auto !important;
}

.navbar li.dropdown ul li a{
  color: #061f5c;
}

.navbar .dropdown ul li {
  min-width: 200px;
}
.brb-blue{border-bottom:1px solid #495c88}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #d1baa8;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media screen and (min-width:992px) and (max-width:1024px){
  .navbar a, .navbar a:focus{
    font-size: 14px;
  }
  .logo {
    width: 250px;
  }
}
@media screen and (min-width:1025px) and (max-width:1199px){
  .navbar a, .navbar a:focus{
    font-size: 14px;
  }
  .logo {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .navbar-mobile li{border-bottom:2px solid #d1baa8; padding-top: 3px; padding-bottom: 3px;}
  .navbar-mobile li:last-child{border-bottom:0px;}
  .navbar-mobile a, .navbar-mobile a:focus{justify-content: center !important;}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  text-align: center;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}
.mob-menu{
    display: block;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    margin-top: 5px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 35px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #d1baa8;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #d1baa8;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

@media screen and (max-width:991px){
  .navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cdd2de;
}
#logo .logo{position: relative; z-index: 1000;}
.navbar-mobile .mob-menu{display: none;}
.navbar-mobile ul{padding:10px 15px;}

#topbar .contact-info{
  position: relative;
  z-index: 1000;
}

}

@media screen and (min-width:768px) and (max-width:991px){
  .navbar-mobile{
    width:720px;
    margin:0 auto;
  }
  .navbar-mobile ul{
    top:100px;
  }
 
}

@media screen and (min-width:576px) and (max-width:767px){
  .navbar-mobile{
    width:540px;
    margin:0 auto;
  }
  .navbar-mobile ul{
    top:70px;
  }
  #topbar .contact-info{
    font-size: 0.85rem;
  }
  .navbar-mobile ul{
    top:87px;
  }
}

@media screen and (max-width:576px){
  .navbar-mobile{
    width:100%;
    margin:0 auto;
  }
  .navbar-mobile ul{
    top:87px;
  }
  #topbar .contact-info{
    font-size: 0.85rem;
  }
}


/****Accordian Start****/
/**https://bootstrapbrain.com/component/bootstrap-faq-accordion-example/#preview**/
.expand-all, .collapse-all{cursor: pointer;}
.bsb-accordion-flush .accordion-body{padding:0px 44px 25px 44px; font-size: 1rem; color:#4c4d4e;}
.bsb-accordion-flush .accordion-body p{margin-bottom: 5px;}
.bsb-accordion-flush .accordion-button {
    background-color: transparent!important;
    padding: 25px 0px;
    font-family: futura-demi;
    font-size: 1.25rem;
    line-height: 1.1;
    align-items: start;
}
.bsb-accordion-flush .accordion-button span{padding-left:5px;}

.bsb-accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none
}

.bsb-accordion-flush .accordion-item {
    background-color: transparent!important;
    border-bottom: 1px solid #d1baa8 !important;
}
.accordion-flush>.accordion-item:last-child{
  border-bottom: 0px solid #dabaa8 !important;
}
.bsb-accordion-icon-caret {
    /* --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3E%3Cpath d=%27M13.65 4.77c-.46-.46-1.15-.46-1.62 0L7.99 8.81 3.96 4.77c-.46-.46-1.15-.46-1.62 0s-.46 1.15 0 1.62l4.85 4.85c.23.23.46.35.81.35s.58-.12.81-.35l4.85-4.85c.46-.46.46-1.15 0-1.62Z%27/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23052c65%27%3E%3Cpath d=%27M13.65 4.77c-.46-.46-1.15-.46-1.62 0L7.99 8.81 3.96 4.77c-.46-.46-1.15-.46-1.62 0s-.46 1.15 0 1.62l4.85 4.85c.23.23.46.35.81.35s.58-.12.81-.35l4.85-4.85c.46-.46.46-1.15 0-1.62Z%27/%3E%3C/svg%3E"); */

    /** Plus Miuns
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
*/
--bs-accordion-btn-icon: url("../images/ICON-Plus.png");
--bs-accordion-btn-active-icon:url("../images/ICON-Minus.png")

}

.bsb-accordion-icon-position-before .accordion-button:not(.collapsed):after {
    display: none!important
}

.bsb-accordion-icon-position-before .accordion-button:not(.collapsed):before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.bsb-accordion-icon-position-before .accordion-button:after {
    display: none!important
}

.bsb-accordion-icon-position-before .accordion-button:before {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    /* background-size: var(--bs-accordion-btn-icon-width); 
     width: var(--bs-accordion-btn-icon-width)
     height: var(--bs-accordion-btn-icon-width);*/
    background-size:25px;
    content: "";
    flex-shrink: 0;
    margin-right: .8rem;
    transition: var(--bs-accordion-btn-icon-transition);
    width:25px;
    height: 25px;
}

@media(prefers-reduced-motion:reduce) {
    .bsb-accordion-icon-position-before .accordion-button:before {
        transition: none
    }
}
@media screen and (max-width:767px){
    .bsb-accordion-flush .accordion-body {
        padding: 0px 5px 0px 48px;
    }
    .bsb-accordion-flush .accordion-body p {
      margin-bottom: 20px;
  }

}
@media screen and (max-width:575px){
  .accordion-header span{font-size: 1em !important;}
  .bsb-accordion-flush .accordion-body p.fs-15{
    font-size: 1.12rem !important;
  }
}
/****Accordian end****/


.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  color: #061f5c;
  font-family: futura-bold;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 60vh; */
  height: 320px;
  position: relative;
  /* background: url("../images/trelegy-hero-mechanic.jpg") no-repeat;
  background-size: cover; */
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #d1baa8;
  text-decoration: underline;
}
#hero .heading{
  padding:50px 0px 0px 50px;
}
#hero .heading1{
  margin-top: 30px;
}
#hero .heading1 h2.fs-225{
 font-size: 2rem;
}
#hero .hero-icon-1{width:120px;}
#hero .mid-ico{border-left:2px solid #fff; border-right:2px solid #fff}

#hero .caro-1{background-image: url('../images/trelegy-hero-mechanic.jpg');}

@media screen and (max-width:767px){
  #hero .caro-1{background-image: url('../images/trelegy-hero-mechanic-mob.jpg');}
}




@media screen and (min-width:768px) and (max-width:991px){
  #hero .heading{
    padding:80px 0px 0px 60px;
  }
  #hero .content2 p{font-size: 18px !important;}
  .heading1 h2{font-size: 2em !important;}
  .heading h1{font-size: 1.8em !important; margin-bottom: 5px;}
}

@media (max-width: 767px) {
  #hero .heading{
    background: transparent;
    /* background: #142857;
    background: -moz-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
    background: -webkit-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
    background: linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);        
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142857",endColorstr="#0d3691",GradientType=1);
    */
    text-align: center;
    padding:10px 10px 10px 10px;
  }
  #hero .heading1{padding:10px 20px 10px 25px;}
  #hero .mid-ico{border-left:0px solid #fff; border-right:0px solid #fff}
  .heading1 h2{font-size: 1.5em !important;}
  .heading h1{font-size: 1.5em !important; margin-bottom: 5px;}
  #hero .hero-icon-1{width:70px;}
  #hero .content2 p{min-height: 56px; margin-bottom: 10px;}
  #hero .hero-slider .swiper-slide {background-position: center !important;}
  #hero .hero-slider, #hero{height: 300px;}
}

@media screen and (min-width:380px) and (max-width:767px){
  #hero .heading{padding:10px 40px 10px 40px;}
  #hero .heading1{padding:10px 40px 10px 40px;}
}

@media (max-width: 565px) {
  #hero .content2 p{font-size: 13px !important;}
  #hero .hero-icon-1{width:65px;}
  #hero .mid-ico{padding-left:0px; padding-right:0px;}
  #hero .content2 p{min-height: 40px; margin-bottom: 10px;}
  .heading1 h2{font-size: 1.25em !important;}
}

@media (max-width: 374px) {
  #hero .content2 p{font-size: 11px !important;}
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  font-family: futura-book;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#hero .hero-slider {
  z-index: 8;
  /* height: 60vh; */
  height: 320px;
}

#hero .hero-slider::before {
  /* content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7; */
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
  background-repeat: no-repeat;
}


@media screen and (min-width:992px) and (max-width:1199px){
  #hero{height: 350px;}
  #hero .hero-slider{height: 350px;}
  #hero .heading{padding:80px 0px 0px 50px}
}
@media screen and (min-width:768px) and (max-width:991px){
  #hero{height: 350px;}
  #hero .hero-slider{height: 350px;}
  #hero .heading{padding:100px 0px 0px 50px}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width:767px){
  section {
    padding: 15px 0;
    overflow: hidden;
}
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .footer-links{
  background-color: #061f5c;
  padding: 25px 10px;
  text-align: center;
  color:#fff;
}

#footer .footer-links ul{
  list-style-type: none; 
  display: flex; 
  flex-direction: row;
  justify-content: center; 
  margin-bottom: 0px;
  padding-left: 0px;
}
#footer .footer-links ul li.br-2p{  
  border-right: 2px solid #fff;
}
#footer .footer-links ul li{
  padding: 0px 18px;
}
#footer .footer-links ul li a{
 color:#fff;
 text-decoration: underline;
 text-decoration-thickness: 1px;
 /* border-bottom: 1px solid #fff; */
}

#footer .footer-links .gsk-arrow{
    position: absolute;
    width: 70px;
    top: 23px;
    margin: 0px -35px;
}

#footer .footer-content {
  font-size: 0.95em;
  color: #4c4d4e;
}
.foot-logo{
  width:200px;
}

.spalsh-footer .footer-links ul li{
  padding: 0px 0px !important; 
}
.spalsh-footer .footer-links ul li.br-2p a{
  border-right: 1px solid #4c4d4e !important;
}
.spalsh-footer .footer-links{
  background-color: #fff !important;
  text-align: center !important;
  color:#4c4d4e !important;
}

.spalsh-footer .footer-links ul li a{
  color:#4c4d4e !important;
  text-decoration: none !important;
  font-size: 0.85em;
  padding: 0px 10px !important;
 }

@media screen and (max-width:767px){
  #footer .footer-links ul{
    flex-direction: column;
  }
  #footer .footer-links ul li.br-2p{  
    border-right: 0px solid #fff;
    padding: 5px 10px;
  }
}

@media screen and (max-width:565px){
#footer .footer-content { font-size: 0.85em !important; }
}


/*Styles by vasanth*/

/**Swiper Carousel starts**/
.mySwiper.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  font-size: 18px;
  background: #f2f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px 0px 20px;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 300px;
  height: auto;
  object-fit: cover;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 25px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 25px);
  left: auto;
}
.swiper-button-next, .swiper-button-prev{
  color: #4c4d4e;
}
@media screen and (min-width:768px) and (max-width:991px){
  .mySwiper .swiper-slide img {width:200px;}
  .mySwiper .swiper-slide p {font-size: 1.2em !important;}
}
@media screen and (max-width:767px){
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    top:150px;
    left: var(--swiper-navigation-sides-offset, 10px);
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
   top:150px;
  }
  .mySwiper .swiper-slide img {margin: 0 auto;}
  .mySwiper .swiper-slide {align-items: start;}
}

@media screen and (max-width:565px){
  .mySwiper .swiper-slide{padding: 10px 5px 0px 5px;}
  .mySwiper .swiper-slide img {width:75%;}
  .mySwiper .swiper-slide p{font-size: 0.86em !important;}
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.5em;
  }
}

/**Swiper Carousel ends**/

/**Backgrounds**/
.bg-blue{background-color:#061f5c;}
.bg-meat{background-color: #d1baa8;}
.bg-gray{background-color: #4c4d4e;}
.bg-white{background-color: #ffffff;}
.bg-lt-gray{background-color: #808184;}
.bg-thin-grey{background-color: #f2f3f5;}

/**Text**/
.text-blue{color:#061f5c;}
.text-meat{color: #d1baa8;}
.text-gray{color: #4c4d4e;}
.text-white{color: #ffffff;}
.text-lt-gray{color: #808184;}

/**lists**/
ol li{padding: 5px 5px;}

/**font styles**/
.italic{font-style: italic;}
.bold{font-weight: bold;}

/**Borders**/
.border-bottom-5px{
  border-bottom:5px solid #d1baa8;
}
.border-bottom-4px{
  border-bottom:4px solid #d1baa8;
}
.border-bottom-3px{
  border-bottom:3px solid #d1baa8;
}
.border-bottom-2px{
  border-bottom:2px solid #d1baa8;
}
.border-bottom-1px{
  border-bottom:1px solid #d1baa8;
}
.border-tb{
  border-top:3px solid #4c4d4e;
  border-bottom:3px solid #4c4d4e;
}
.border-meat{
  border-color:#d1baa8 !important;
}
.border-blue{
  border-color:#061f5c !important;
}
.border-white{
  border-color:#fff !important;
}

/**fonts**/
.fs-12{font-size: 1.2em;}
.fs-125{font-size: 1.25em;}
.fs-15{font-size: 1.5em;}
.fs-16{font-size: 1.65em;}
.fs-18{font-size: 1.8em;}
.fs-20{font-size: 2em;}
.fs-225{font-size: 2.25em;}
.fs-25{font-size: 2.5em;}



/**Buttons**/
.btn-blue{
  color: #fff;
  background:#061f5c;
  padding:10px 20px;
  text-align: center;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:visited, .btn-blue:active, .btn-blue:first-child:active{
  color: #fff;
  background:#061f5c;
  padding:10px 20px;
  text-align: center;
}
.btn-meat{
  color: #061f5c;
  background:#d1baa8;
  padding:10px 20px;
  text-align: center;
}

.btn-meat:hover, .btn-meat:focus, .btn-meat:visited, .btn-meat:active, .btn-meat.active, .btn-meat:first-child:active{
  color: #061f5c;
  background:#d6b8a1;
  padding:10px 20px;
  text-align: center;
}
.btn-download{
  display: inline-flex;
  align-items:center;
}
.btn-download .btn-txt{width: 330px; line-height: 1.2;}
.btn-download .btn-icon{margin:0px 8px 0px 8px;}
.btn-download .btn-icon img{width:20px;}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  /* color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color); */
}
@media screen and (min-width:1400px){
  .btn-download .btn-txt{width: 380px; line-height: 1.2;}
}

.btn-gray{
  color: #fff;
  background:#5f6d85;
  padding:10px 20px;
  text-align: center;
  border-radius: 15px;
}
.btn-gray:hover, .btn-gary:focus, .btn-gary:visited, .btn-gray:active, .btn-gray.active, .btn-gary:first-child:active{
  color: #fff;
  background:#5f6d85;
  padding:10px 20px;
  text-align: center;
}

.btn-meat{
  color: #061f5c;
  background:#d1baa8;
  padding:10px 20px;
  text-align: center;
}
.btn-meat:hover, .btn-meat:focus, .btn-meat:visited, .btn-meat:active, .btn-meat.active, .btn-meat:first-child:active{
  color: #061f5c;
  background:#d1baa8;
  padding:10px 20px;
  text-align: center;
}

.confirm-cancel-btn {
  text-transform: capitalize !important;
  min-width: 112px;
  color: white;
  padding: 8px 30px !important;
  margin-left: 10px !important;
  font-weight: normal !important;
  background-color: #4c4d4e;
}
.confirm-ok-btn{
  color: #fff;
  background-color:#061f5c;
  font-weight: normal !important;
  min-width: 112px;
  padding: 8px 30px !important;
}
.confirm-ok-btn:hover{background-color:#1c3981 !important; color:#d1baa8;}
.confirm-cancel-btn:hover{background-color:#707070 !important; color:#f5f5f5;}
.jconfirm-content-pane{padding: 0px 9px !important;}
.jconfirm .jconfirm-box.jconfirm-type-red{
  border-top:7px solid #FF6700 !important;
}

.circle{
  width:40px;
  height: 40px;
  border-radius: 50%;
}

/**booklet download**/
.download-booklet .booklet .trel-med-icon{
  width:120px;
}
.download-booklet .booklet{
  display:inline-flex;
  align-items: center;
}
.download-booklet .booklet .booklet-txt{
  width:200px; line-height: 1.1;
}

/**more about copd**/
.more-about-copd .content-sec{
  border-top:3px solid #d1baa8;
  border-bottom:3px solid #d1baa8;
}
.more-about-copd .more-logo-1 img{width:210px;}
.more-about-copd .more-logo-2 img{width:170px;}
.more-about-copd .more-logo-3 img{width:100px;}

@media screen and (min-width:1400px){
  /**fonts**/
  /* .fs-12{font-size: 1.2em;}
  .fs-125{font-size: 1.45em;}
  .fs-15{font-size: 1.8em;}
  .fs-16{font-size: 1.75em;}
  .fs-18{font-size: 2em;}
  .fs-20{font-size: 2.1em;}
  .fs-225{font-size: 2.35em;}
  .fs-25{font-size: 2.6em;} */
}

@media screen and (min-width:768px) and (max-width:991px){
  /**fonts**/
.fs-12{font-size: 1em;}
.fs-125{font-size: 1.2em;}
.fs-15{font-size: 1.4em;}
.fs-16{font-size: 1.5em;}
.fs-18{font-size:1.7em;}
.fs-20{font-size: 1.9em;}
.fs-225{font-size: 2.15em;}
.fs-25{font-size: 2.35em;}

/**More about COPD**/
.more-about-copd .more-logo-1 img{width:150px;}
.more-about-copd .more-logo-2 img{width:120px;}
.more-about-copd .more-logo-3 img{width:100px;}
}
@media screen and (min-width:992px) and (max-width:1199px){
  .header-sec{
    padding: 19px 16px;
  }
}
@media screen and (min-width:1024px) and (max-width:1199px){
  .mob-text-left{
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .mobile-flex{display: flex;}
  .mob-text-left{text-align: left !important;}
}

@media screen and (max-width:767px){
  /**fonts**/
.fs-12{font-size: 1em;}
.fs-125{font-size: 1.2em;}
.fs-15{font-size: 1.15em;}
.fs-16{font-size: 1.2em;}
.fs-18{font-size:1.41em;}
.fs-20{font-size: 1.8em;}
.fs-225{font-size: 2em;}
.fs-25{font-size: 2.25em;}
.download-booklet .booklet .booklet-txt {width: 170px;}
.mobile-flex{display: flex;}
.mob-text-left{text-align: left !important;}
.circle{height: 25px; width: 25px;}
.more-about-copd .find br{display: none;}
.more-about-copd .find{font-size: 1.2em !important;}
.more-about-copd .content-sec {border-bottom:0px;}
}

@media screen and (min-width:320px) and (max-width:480px){
  /**Buttons**/
  .btn-download .btn-txt{width: 100%; font-size: 0.9em !important;}
}

/*--------------------------------------------------------------
# SPLASH Page
--------------------------------------------------------------*/
.nz-text{font-size: 20px;}
  .splash-logo{
    width:150px;
  }
.splash-page .sp-trelegy-icon{
  z-index:2;
  position: relative;
  left: 15px;
}
.splash-page .sp-trelegy-text{    
  margin-top: 74px;
  padding: 25px 30px 24px 50px;
  background: #061f5c;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  right: 20px;
}
.splash-page .sp-anoro-icon{
  z-index:2;
  position: relative;
  right: 15px;
  bottom:83px;
}
.splash-page .sp-anoro-text{
  padding: 25px 30px 24px 50px;
  background: #95112f;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  left: 35px;
}
.splash-cat{width:125px;}

#footer.spalsh-footer .footer-content{
  font-size: 0.884rem;
} 
@media screen and (min-width:1200px){
  .splash-page .sp-anoro-text h2{
    font-size: 2.5rem;
  }
  .nz-text{font-size: 22px;}
  .splash-logo{
    width:160px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px){
  .splash-page .sp-trelegy-icon img{
    width:180px;
  }
  .splash-page .sp-anoro-icon img{
    width:180px;
  }
  .splash-page .sp-trelegy-text{
    margin-top: 60px;
    padding: 23px 50px 22px 70px;
  }
  .splash-page .sp-trelegy-text h1{
    font-size: 30px !important;
  }
  .splash-page .sp-anoro-text h2{
    font-size: 30px !important;
  }
  .splash-page .sp-anoro-icon{bottom:67px;}
  .splash-page .sp-anoro-text {
    padding: 24px 50px 23px 60px;
}
}

@media screen and (min-width:768px) and (max-width:991px){
  .splash-page .sp-trelegy-icon img{
    width:150px;
  }
  .splash-page .sp-anoro-icon img{
    width:150px;
  }
  .splash-page .sp-trelegy-text{
    margin-top: 50px;
    padding: 20px 30px 20px 50px;
  }
  .splash-page .sp-trelegy-text h1{
    font-size: 24px !important;
  }
  .splash-page .sp-anoro-text h2{
    font-size: 24px !important;
  }
  .splash-page .sp-anoro-icon{bottom:56px;}
  .splash-page .sp-anoro-text {
    padding: 20px 30px 20px 35px;
}
.spalsh-footer .splash-urls ul{
flex-direction: column !important;
}
.spalsh-footer .splash-urls ul li.br-2p a{
  border-right: 0px !important;
}
.spalsh-footer .footer-links ul li{
  padding:5px 0px !important;
}
}

@media screen and (max-width:767px){
  .spalsh-footer .footer-links ul li.br-2p a{
    border-right: 0px !important;
  }
  .spalsh-footer .footer-links ul li {
    padding: 5px 0px !important;
}
  .splash-page .sp-trelegy-icon img{
    width:130px;
  }
  .splash-page .sp-trelegy-text{ 
    margin-top: 43px;
    padding: 16px 20px 16px 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .splash-page .sp-trelegy-text h1{
    font-size: 22px !important;
  }
  .splash-page .sp-anoro-text h2{
    font-size: 22px !important;
  }
  .splash-page .sp-anoro-icon{
    bottom:48px;
  }
  .splash-page .sp-anoro-icon img{
    width:130px;
  }
  .splash-page .sp-anoro-text{
    padding: 16px 40px 17px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .nz-text{font-size: 16px;}
  .splash-logo{
    width:120px;
  }
  
}

@media screen and (max-width:575px){
  .mob-flex{display: flex !important; justify-content: center !important;}
  .splash-page .sp-trelegy-text{
    width:210px;
    padding: 14px 20px 14px 40px;
    margin-top: 33px;
  }
  .splash-page .sp-trelegy-text h1{
    font-size: 16px !important;
  }
  .splash-page .sp-anoro-text{
    width:210px;
    padding: 14px 20px 14px 15px;
  }
  .splash-page .sp-anoro-text h2{
    font-size: 16px !important;
  }

  .splash-page .sp-trelegy-icon{
    left:10px;
  }
  .splash-page .sp-trelegy-text {
    padding: 14px 10px 14px 30px;
  }
  .splash-page .sp-anoro-icon{
    bottom:37px;
  }
  .splash-page .sp-anoro-icon img{
    width:100px;
  }
  .splash-page .sp-trelegy-icon img{
    width:100px;
  }
  .nz-text{font-size: 13px;}
  .splash-logo{
    width:100px;
  }
}

/*--------------------------------------------------------------
# Starting Trelegy Page
--------------------------------------------------------------*/
.hero-trelegy{
  background: url("../images/hero-Trelegy-product.png");
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 379px;
}
.hero-trelegy .bg-content{
  width: 570px;
  padding-right: 120px;
}

.introduction .tre-med{width:120px; position: relative;}
.introduction .fund{ 
    padding-right: 40px !important;
    position: relative;
    top: 25px;
    left:35px;
    border-width: 2px !important;
    border-radius: 20px;
}

.COPD-symptoms .icon-1{width:110px;}
.ask-your-doctor ol{
  padding-left:28px;
}

@media screen and (min-width:1400px){
  #about-medicine .t1.fs-15{font-size: 1.65rem;}
}
@media screen and (min-width:1200px) and (max-width:1399px){
  #about-medicine .t1.fs-15{font-size: 1.65rem;}
}
@media screen and (min-width:992px) and (max-width:1199px){
  .hero-trelegy .bg-content {
    width: 500px;
    padding-right: 50px;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .hero-trelegy .bg-content {
    width: 385px;
    padding-right: 0px;
  }
  .hero-trelegy .bg-content h2{font-size: 2.1em;}
}

@media screen and (max-width:767px){
  .hero-trelegy{
    min-height: 170px;
  }
  .hero-trelegy .bg-content{
    width: 52%;
    padding-right: 70px;
  }
  .hero-trelegy .bg-content h2{
    font-size: 1.8em !important;
    line-height: 1.2;
    margin-top: 15px;
  }
  .introduction .tre-med{
    width:110px;
  }
  .ask-your-doctor ol{
    padding-left:23px;
  }
}
@media screen and (max-width:575px){
  .hero-trelegy .bg-content{
    width: 55%;
    padding-right: 10px;
  }
  .introduction .tre-med{
    width:85px;
    right: 10px;
  }
  .introduction .fund{
    font-size: 11px !important;
  }
  .introduction .fund{
    left:25px;
  }
  .imp-safety-info p{font-size: 1.1em !important;}
  .cat-test .cat-content h2{font-size: 1em !important; margin-bottom: 5px !important;}
  .cat-test .cat-content p{font-size: 1em !important;}
}

@media screen and (max-width:365px){
  .introduction .tre-med{
    width:70px;
  }
}


/*--------------------------------------------------------------
# HOW TO USE TRELEGY Page
--------------------------------------------------------------*/
.bg-how-to-use{
  background: url("../images/hero-trelegy-usage.jpg");
  background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

@media screen and (max-width:767px){
  .bg-how-to-use {
    align-items: start !important;
    background: url("../images/hero-trelegy-usage-mob.png");
    background-size: cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 340px;
  }
  .bg-how-to-use .bg-content{
    background: #142857;
  background: -moz-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
  background: -webkit-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
  background: linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);        
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142857",endColorstr="#0d3691",GradientType=1);

    padding: 10px 10px 10px 10px;
    text-align: center;
  }
  .bg-how-to-use .bg-content h1{
    font-size: 1.9em;
    width: 300px;
    margin: 0 auto;
  } 
}
@media screen and (max-width:575px){
  .trelegy-device-demo h2{font-size: 1.12em;}
}

/*--------------------------------------------------------------
# Additional Resources Page
--------------------------------------------------------------*/
.resource-content .support-icon{
  width:185px;
}



hr{
  border-top:1px solid #d1baa8;
  opacity: 1;
}

.bg-grad-blue{
  background: #142857;
  background: -moz-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
  background: -webkit-linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);
  background: linear-gradient(360deg, rgb(20, 40, 87) 10%, rgb(13, 54, 145) 100%, rgb(13, 54, 145) 100%);        
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142857",endColorstr="#0d3691",GradientType=1);
}


