
body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color:#141B45;
  background: #F5F5F5;
}
.header {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 20px 0;
  background: #FFFFFF;
}
.container {
  max-width: 1250px;
}
 
.btn-blue {
  background: #436490 !important;
  border: 2px solid #fff !important;
  outline: 3px solid #436490 !important;
  padding: 7px 25px;
  font-size: 19px;
  line-height: 22px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.btn-blue-wo-bord {
  background: #436490 !important;
  border: none !important;
  outline: none !important;
  padding: 9px 25px;
  font-size: 11px;
  line-height: 14px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 16px;
}

.mind-cont-blk p small {
  font-size: 12px;
  line-height: 14px;
  color: #141B45;
  margin: 0;
  padding: 0 0 20px;
}

.modal-small .modal-dialog {
  width: 100%;
  max-width: 360px;
}
.modal-small .modal-content{
  background: #F4F4F4;
  border: 0;
  border-radius: 11px;
  padding: 25px;
}
.modal-small .modal-content h2 {
  font-size: 19px;
  line-height: 22px;
  color: #171717;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center;
  letter-spacing: 2px;
}
.modal-small .modal-content .modal-body {
  padding: 0;
}
.max-120 {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.max-220 {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}

.btn-white {
  border:0 !important;
  background: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.10);
  font-size: 14px;
  line-height: 16px;
  color: #171717;
  text-transform: uppercase;
  text-align: center;
  border-radius: 16px;
  padding: 8px 25px !important;
  cursor: pointer;
}

.close {
  width: 29px;
  height: 29px;
  padding: 0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.10);
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  color: #171717;
  text-align: center;
  border-radius: 50%;
  background: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  position: absolute;
  right: -35px;
  top: -37px;
}
.back-btn {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #171717;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: -10px;
  top: -14px;
}
.para-modal{
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #171717;
  margin: 0;
  padding: 0 0 15px;
  letter-spacing: 1.5px;
}
 
.form-group {
  margin-bottom: 13px;
}
.form-control {
  border:1px solid #5A5A5A !important;
  background: #FFFFFF !important;
  box-shadow: none;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  border-radius: 5px;
  padding: 5px 15px !important;
  height: 43px;
}
textarea.form-control {
  height: auto;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.4;
}
.form-control:-moz-placeholder {
  color:  #000000;
  opacity: 0.4;
}
.form-control::-moz-placeholder {
  color:  #000000;
  opacity: 0.4;
  letter-spacing: 1.5px;
}
.form-control:-ms-input-placeholder {
  color:  #000000;
  opacity: 0.4;
}
.form-label {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 4px;
}

.callus a{
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  text-align: right;
  display: block;
  text-decoration: none;
}
.callus a span {
  display: block;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  font-weight: 500;
}
.flash-banner {
  padding:20px 0 30px;
}
.flash-banner h1 {
  font-size: 22px;
  line-height: 33px;
  color: #147EBA;
  font-weight: 300;
  margin:0 0 15px;
  padding:0;
}
.flash-banner h1 span {
  font-weight: 500;
  display: inline-block;
}
.flash-banner h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  margin:15px 0 0;
  padding:0;
}
.flash-banner h2 span {
  font-weight: 500;
  display: inline-block;
}
.mid-cont-in {
  background: #FFFFFF;
  padding:41px 32px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);

}
.mid-cont-in-rgt-in {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.mid-cont-in-rgt-in h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
  margin:0 0 15px;
  padding:0;
}
.mid-cont-in-rgt-in h3 span {
  font-weight: 500;
  /* display: inline-block; */
}
.hr-line-black {
  border-color: #000000;
}
.hr-line-grey {
  border-color: rgba(0,0,0,0.11);
}
.text-danger {
  color: #ED0000;
}


.custom-control{min-height: 1.0rem;}
.custom-control-label::before{background: #FAFAFA;border: solid  1px #5E5E5E !important;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{ border-color:#5E5E5E !important;  background-color: #5E5E5E !important;}
.custom-control-label{padding: 0px 0 0 5px; cursor: pointer;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    background-image:none;
    border: solid 2px #5E5E5E;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 11px;
    height: 11px;
    display: block;
    background: #5E5E5E;
}
.custom-control-label::before{
    top: 3px;
    left: -20px;
    border: solid 1px #BFBFBF !important;
    width: 19px;
    height: 19px;
}
.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: -16px;
    display: block;
    width: 11px;
    height: 11px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 11px;
    text-align: center;
  }
  
.custom-control-input:focus ~ .custom-control-label::before{box-shadow: none !important;     box-shadow: none !important;}
.custom-control-input:checked ~ .custom-control-label::before{background-color: #EAEAEA !important;}

.row-6 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-6 .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.quantity-txt {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,0.59);
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 24px;
}
.step-nav {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0,0,0,1);
  font-weight: 300;
  margin-bottom: 11px;
}
.step-nav span.slider-counter{
  font-size: 18px;
  line-height: 27px;
}
.step-nav span {
  margin:0 10px;
  font-size: 20px;
}
.step-nav span.step-arrow {
  cursor: pointer;
}
.step-nav span.active, .step-nav span.disabled {
  color: #959595;
  cursor: auto;
}
.max-318 {
  width: 100%;
  max-width: 418px;
  margin: 30px auto 65px;
}
.table-no-border {
  border:0;
}
.table-no-border tbody tr td {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0,0,0,1);
  font-weight: 300;
  padding:0;
  padding-bottom: 10px;
}

.table-no-border tfoot tr td {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0,0,0,1);
  font-weight: 500;
  padding:0;
  padding-top: 10px;
  border-top:1px solid rgba(0,0,0,0.11)
}
.aple-btns {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  padding:0;
  margin:0 0 25px;
}

.order-btn {
  background: #147EBA;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 6px;
  padding:10px 16px;

}
.order-btn span {
  margin-right: 8px;
}
.securepayment {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top:35px;
  padding-bottom:35px;
}
.securepayment-blk-in {
  width:100%;
  max-width: 480px;
  margin: 0 auto;
  padding:20px 0;
  display: flex;
  flex-wrap: wrap;
}
.securepayment-blk-lft {
  width: 55px;
}
.securepayment-blk-rgt {
  width: calc(100% - 55px);
  padding-left: 20px;
}
.securepayment-blk-rgt h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding:0;
  margin:0 0 12px;
  font-weight: 600;
}
.securepayment-blk-rgt p {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding:0;
  margin:0 0 0;
  font-weight: 300;
}
.foot-blk {
  
  background: #fff;
}
.foot-blk-in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.foot-blk-in h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding:0;
  margin:0 0 35px;
  font-weight: 600;
}
.foot-blk-in-lft {
  padding-bottom: 20px;
}
.foot-blk-in-rgt {
  padding-bottom: 20px;
}
.video-frame {
  max-width: 450px;
  width: 100%;
}
.video-frame img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.video-frame video, .video-frame iframe {
  width: 100% !important;
  height: 248px !important;
  border:0;
}
.map-main {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.map-main-lft {
  width:248px;
}
.map-main-rgt {
  width:calc(100% - 248px);
  padding-left: 25px;
}
.map-main-rgt p {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding:10px 0;
  margin:0 0 0;
  font-weight: 300;
}
.copy-rights p {
  font-size: 17px;
  line-height: 26px;
  color:#707070;
  padding:10px 0;
  margin:0;
  font-weight: 300;
  text-align: center;
}
.mid-cont-in-lft-cont {
  width: 100%;
  max-width: 559px;

}
.member-cont {
  margin:40px 0 40px;
  background: #A1D0E4;
  padding:45px 60px;
}
.member-cont h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding:0 0 16px;
  margin:0 0 0;
  font-weight: 600;
}
.member-cont p {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  padding:0 0;
  margin:0 0 0;
  font-weight: 300;
}
.ban-desktop {
  display: block;
}
.ban-mobile {
  display: none;
}





@media (max-width:767px) {
  .header {
    padding:10px 0;
  }
  .banner .container {
    padding: 50px 10px 0px;
  }
  .banner-cont-list {
    max-width: 100%;
  }
  .mid-cont-in-lft-cont{
    margin: 0 auto;
  }
  .video-frame {
    margin: 0 auto;
  }
  .map-main {
    margin-right: auto;
  }
  .foot-blk-in h2 {
    text-align: center;
  }
  .countdown.show .running timer .days, .countdown.hero_count .running timer .days, .countdown.show .running timer .hours, .countdown.hero_count .running timer .hours, .countdown.show .running timer .minutes, .countdown.hero_count .running timer .minutes, .countdown.show .running timer .seconds, .countdown.hero_count .running timer .seconds {
    width: 50px !important;
  }
  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
    width: 68px !important;
  }
  .flash-banner h1 {
    font-size: 20px;
  }
  .flash-banner h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .logo img {
    width: 120px;
  }
  .callus a span {
    font-size: 16px;
    line-height: 18px;
  }
  .callus a {
    font-size: 10px;
    line-height: 15px;
  }
  .mid-cont-in {
    padding:25px 15px;
  }
  .member-cont {
    padding:30px 15px;
  }
  .map-main-lft {
    width: 50%;
  }
  .map-main-rgt {
    width: 50%;
    padding-left: 15px;
  }
  .foot-blk-in {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot-blk-in-rgt {
    padding-bottom: 0;
  }
  .ban-desktop {
    display: none;
  }
  .ban-mobile {
    display: block;
  }

}
@media (max-width:576px) { 
  .map-main-rgt p {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .map-main-lft {
    width: 100%;
  }
  .map-main-rgt {
    width: 100%;
    padding-left: 0;
  }

}


.owl-carousel-file .owl-nav .owl-prev span, .owl-carousel-file .owl-nav .owl-next span{    font-size: 40px;
    font-weight: 300;
    background: transparent !important;}
.owl-theme .owl-nav [class*=owl-]:hover{    background: transparent;
    color: #000;
    text-decoration: none;
    outline: none !important;}
.owl-theme .owl-nav{margin-top:0px !important;}











