

/*font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;*/
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?45898082');
  src: url('../fonts/fontello.eot?45898082#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?45898082') format('woff2'),
       url('../fonts/fontello.woff?45898082') format('woff'),
       url('../fonts/fontello.ttf?45898082') format('truetype'),
       url('../fonts/fontello.svg?45898082#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
} 

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-size: 16px;
}
 
.icon-basket:before { content: '\e800';font-size: 24px; }
.icon-link:before { content: '\e801'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-gplus:before { content: '\f0d5'; }
.icon-angle-up:before { content: '\f106';font-size: 24px; }
.icon-right-circled2:before { content: '\f18e'; }
.icon-facebook-1:before { content: '\f300'; }
/************** Default CSS **************/
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding:0;
  margin:0;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #fff;
}


a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
  line-height: 1.3;
  color: #272024;
}

h1 {
  font-size: 56px;
  line-height: 1.21;
  font-weight: 200;

}

h2 {
  font-size: 28px;
  line-height: 1.36;
  margin-top: 10px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.73;
  color: #535152;
  margin-bottom: 25px;
}

a:hover {
  text-decoration: underline;
}
a {
  font-family: 'Titillium Web', sans-serif;
font-size: 100%;
text-decoration: none;
color:#337ab7;
font-weight: bold;
}
button.navbar-toggler {
  border: 1px solid #ddd;
}
/************** Default CSS End **************/
.text-bold{
  font-weight: 700;
}
.banner-right-img img {
  width: 100%;
}

.social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-share ul li a {
  display: block;
  padding: 6px 0px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
}
.social-share ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.1px;
  color: #222222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  min-width: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  border:2px solid #eff0f5;
  margin-right:20px;
}
.icon-facebook,
.icon-twitter,
.icon-link {
  color: #ed4622;
}

a.nav-link {
  font-size: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #222222;
  font-weight: normal;
}

li.nav-item {
  margin-right: 30px;
}
li.nav-item:last-child {
  margin-right: 0px;
}
.logo-item{
  margin-right: 0px;
}
a.nav-link.brand-logo img {
  width: 100%;
  max-width: 260px;
}

a.nav-link:hover {
  color: #222222a6;
}

li.nav-item.logo-item {
  margin-bottom: -24px;
}

a.nav-link.brand-logo {
  margin-left: 50px;
}

header {
  background-image: url(./mosquito-block-watch-2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  z-index: 2;
}

.social-share ul li:hover {
  background: #e9f5fa;
}
.social-share {
  margin-top: 80px;
}

header:after {
  background-image: url(./mosquito-block-watch-2.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  z-index: -1;
  content: "";
  left: -10px;
  width: 148px;
  height: 460px;
  bottom: -370px;
}

.container-inner {
  -webkit-box-shadow: 0px -30px 30px 0px rgb(0 0 0 / 6%);
          box-shadow: 0px -30px 30px 0px rgb(0 0 0 / 6%);
  padding-top: 40px;
  border-top: 3px solid #ed4622;
  background: #ffffff;
  position: relative;
  z-index: 9999;
  padding-left: 40px;
  padding-right: 40px;
}

.container-inner {
  -webkit-box-shadow: 0px -30px 30px 0px rgb(0 0 0 / 6%);
          box-shadow: 0px -30px 30px 0px rgb(0 0 0 / 6%);
  padding-top: 140px;
  border-top: 3px solid #ed4622;
  background: #ffffff;
  position: relative;
  z-index: 9999;
  padding-left: 40px;
  padding-right: 40px;
}

ul.airticale-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

ul.airticale-info li span {
  margin-left: 8px;
}

ul.airticale-info li {
  margin-right: 24px;
}
.fs-18 {
  font-size: 18px;
}

.black {
  color: #535152;
}
.fs-700{
  font-weight: 700;
}

.yellow-box {
  background-color: #ffffff;
  padding: 25px 40px 31px;
  margin-bottom: 25px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 10px 30px 0 rgb(0 0 0 / 6%);
          box-shadow: 0px 10px 30px 0 rgb(0 0 0 / 6%);
  border: 2px solid #ed4622;
  text-align: center;
}

.yellow-box p {
  margin: 0;
}

.yellow-box p span {
  padding: 0px 7px 2px;
  background-color: #fdece8;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.73;
  color: #ed4622;
}

.content-section img{
  margin-bottom:24px;
  width:100%;
}

.offer-wrap {
  padding: 25px 50px 35px;
  background-color: #ed502e;
  color: #ffffff;
  text-align: center;
  margin-bottom: 90px;
}

.offer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-header h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.36;
  color: #ffffff;
  text-align: center;
}

span.round-price {
  font-size: 24px;
  line-height: 1.58;
  color: #ed4622;
  border-radius: 100px;
  background-color: #ffffff;
  height: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  font-weight: 700;
  padding: 0 10px;
}

.abailibility p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}

.abailibility {
  max-width: 190px;
}

.offer-link a {
  padding: 9px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  line-height: 1.73;
  text-align: center;
  color: #1f181c;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 15px;
  display: block;
  font-weight: 700;
}

.offer-link {
  margin-top: 30px;
}

.offer-link a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.sidebar {
  -webkit-box-shadow: 0px 5px 10px 0px #dddddd;
          box-shadow: 0px 5px 10px 0px #dddddd;
  padding: 0px 0px 20px 0px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #ffffff;
  position: relative;
}
.sidebar-content {
  padding: 0px 20px;
}

.sidebar-img img {
  width: 100%;
}

.side-link {
  border: 2px solid #ed4622;
  background-color: #ed4622;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  line-height: 1.73;
  font-weight: bold;
  border-radius: 20px;
 
}

.sidebar {
  border-radius: 3px;
  overflow: hidden;
}

.side-link:hover {
  background-color: transparent;
  color: #ed4622;
  text-decoration: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px !important;
  z-index: 101;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.side-overlay {
  position: absolute;
  right: 16px;
  top: 16px;
}

.side-overlay span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.73;
  color: #ffffff;
  border-radius: 3px;
  background-color: #3b2a34;
  padding: 4px 8px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu ul li a {
  /* margin-right: 24px; */
  font-weight: normal;
  color: #212529;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #222222a6;
}

.footer-logo {
  width: 100%;
  max-width: 320px;
}

.footer-menu {
  width: 100%;
}

footer {
  border-top: 1px solid #eeeff4;
  border-bottom: 3px solid #ed4622;
  padding: 16px 0px;
  position: relative;
}
footer:after {
  position: absolute;
  content: "";
  left: 0;
  width: 595px;
  height: 360px;
  background: url(./mosquito-block-watch-footer.jpg);
  background-repeat: no-repeat;
  bottom: 0;
  z-index: -11;
}
.footer-logo  img {
  width: 100%;
  max-width: 260px;
}

 .icon-bar {
  background-color: #ed4622 !important;
}
 .icon-bar {
  background-color: #888;
}
 .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom:4px;
}
.line-through {
  text-decoration: line-through;
}
.flouting {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 100px;
  background-color: rgba(238, 49, 62, 0.8);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.flouting .demo-icon {
  color: #ffffff;
}
.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 13px;
  z-index: 21;
  border-radius: 6px;
  opacity: 1;
  text-shadow: none;
  color: #2d2f33 !important;
  font-weight: 400;
} 
.btn-pulse .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -0.666em auto auto -0.666em;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
  -webkit-transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
  -o-transition: opacity .2s ease-in, transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out, -webkit-transform .1s ease-out;
  color: #fff;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.btn-pulse .circle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn-pulse .circle:active {
  -webkit-transform: scale(0.875);
          -ms-transform: scale(0.875);
      transform: scale(0.875);
}
.btn-pulse .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  margin: -1.1em auto auto -1.1em;
  -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #ed0048;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
          animation: pulsate 3s ease-out infinite;
}
.btn-pulse:hover .ring {
  -webkit-animation: none;
          animation: none;
}
.btn-pulse:active .ring {
  -webkit-animation: stop-pulsate 0.3s;
          animation: stop-pulsate 0.3s;
}
#totop {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 999;
  background: #fff;
  display: none;
  height: 36px;
  width: 36px;
  padding: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 2em;
  color: #f8ee99;
  opacity: 0.6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #0e0e0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
}
#totop .demo-icon {
  color: #000;
  margin: 0;
}
.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 13px;
  z-index: 21;
  border-radius: 6px;
  opacity: 1;
  text-shadow: none;
  color: #2d2f33 !important;
  font-weight: 400;
}
/************** Template CSS End **************/


/* ***Responsive media query*** */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width:1500px){ 
    
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px){ 
    .banner-right-img {
        display: none;
    }
    .header-title {
        padding-top: 40px;
    }
    .social-share {
        margin-bottom: 40px;
    }
    .container-inner {
        padding-top: 60px;
    }
    .sidebar {
        display: none;
        position: fixed;
        max-width: 320px;
        right: 0;
        bottom:0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .sidebar-content h2 {
        text-align: center;
        font-size:24px;
    }
    .flouting {
        display: block;
        z-index: 9999;

    }
    .side-overlay {
        position: absolute;
        right: 50px;
        top: 16px;
    }
    .close {
        display: block;
    }
    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-logo {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .social-share ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
      
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    h1 {
        font-size: 38px;
        text-align: center;
    
}
.social-share ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-title {
    padding-top: 16px;
}
.social-share {
    margin-bottom: 32px;
    margin-top: 32px;
}


}

/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767.98px) { 
    a.nav-link.brand-logo {
        margin-left: 0;
    } 
    h1 {
        font-size: 36px;
        text-align:center;
    }
    header:after{ 
        display: none;

    }
    .container-inner {
        padding-left:0;
        padding-right:0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    a.nav-link.brand-logo img {
        width: 100%;
        max-width: 140px;
    }
    li.nav-item {
        margin-right: 0px;
        text-align: center;
    }
    footer:after {
  
        width: 100%;
        height: 100%;

    }
    .footer-logo  img {
        width: 100%;
        max-width: 200px;
    }
    .offer-wrap {
        margin-bottom: 32px;
    }
    .offer-wrap {
        padding: 25px 16px 35px;

    }
    .offer-header {
        display: block;
        text-align: center;
    }
    .abailibility {
        max-width: 100%;
        text-align:center;
    }
    .abailibility p {
        max-width: 100%;
        text-align:center;
    }
    h2 {
        font-size: 22px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 400.98px) { 
   

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 575.98px) { 
   
    ul.airticale-info {
    
        -webkit-box-orient: vertical;
    
        -webkit-box-direction: normal;
    
            -ms-flex-direction: column;
    
                flex-direction: column;
        margin-bottom:24px;
    }
    ul.airticale-info li {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .fs-18 {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
       
    }
    .header-title {
        padding-top: 24px;
    }
    .social-share {
        margin-top: 40px;
    }
    .container-inner {
        padding-top: 32px;
    }
}