html, 
body {
    height: 100%!important;
}

@font-face{
    font-family: "proxima";
    src: url("../font/proxima2.otf");
}

.d-flex{
    align-items: flex-start;
}

body{
    font-family:  'proxima', sans-serif!important;
    background-color: #ccc;
}

.notify-badge{
    position: absolute;
    top: 5px;
    right: 20px;
    background: rgb(253, 49, 49);
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 0px 7px;
    font-size: 0.9rem;
}

.tooltip2 {
    position: relative;
    display: inline-block;
  }
  
  .tooltip2 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip2 */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
  }
  
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }

@font-face {
    font-family: "black";
    src: url("../font/Proxima\ Nova\ Black.otf");
}

@font-face {
    font-family: "timeburner";
    src: url("../font/timeburnerbold.ttf");
}


@font-face {
    font-family: "bold";
    src: url("../font/Proxima\ Nova\ Bold.otf");
}

@font-face {
    font-family: "regular";
    src: url("../font/ProximaNova-Regular.otf")
}

@font-face {
    font-family: "thin";
    src: url("../font/Proxima\ Nova\ Thin.otf");
}

.f-black {
    font-family: "black";
}

.t-bold {
    font-family: "timeburner";
}

.bold {
    font-family: "bold";
}

.thin {
    font-family: "thin";
}

span.thin {
    font-family: "thin";
}

.regular {
    font-family: "regular";
}

video {
    object-fit: fill!important;
}

.pointer{
    cursor: pointer;
}

.sfFont{
    font-family: "sf";
}

.noul {
    list-style: none; /* Remove default bullets */
  }
  
  .list::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #164743; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 1rem;
  }

.droparr {
    background-image:
      linear-gradient(45deg, transparent 50%, white
       50%),
      linear-gradient(135deg, white
        50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc)!important;
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em!important;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em!important;
    background-repeat: no-repeat!important;
  }


.custom-select:focus{
    box-shadow: none!important;
}

.calcBG{
    background-image: url("../img/new/calcBG.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.section-2{
    clear: both;
    width: 100%;
    height: 900px;
    box-sizing: border-box;
    position: relative;
}


.section-2 .reveal-demo {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 4em;
}

.card-border{
    border: unset!important;
    border-top: 1px solid #FDC318!important;
    border-bottom: 1px solid #FDC318!important;
    border-left: 1px solid #FDC318!important;
}

.card-border2{
    border: 1px solid #FDC318!important;
}

.underline{
    text-decoration-line: underline!important;
    text-decoration-style: dotted!important;
}

.col1{
    color: #007bff!important;
}

/* .parallax {
    background-image: url("../img/new/downArr.png");
    height: 100%; 
    width: 100%;
    background-attachment: fixed!important;
    background-position: center;
    position: static;
    background-repeat: no-repeat;
    background-size: cover;
  } */

.active-card{
    border: 2px solid #017D73!important;
}

.inactive-card{
    border: 1px solid #ACACAC;
}

.w-70{
    width: 70%!important;
}

.w-7{
    width: 7%;
}

.w-65{
    width: 65%!important;
}

.w-30{
    width: 30%!important;
}

.w55p{
    width: 55px!important;
}

.h55p{
    height: 55px!important;
}

.w-60{
    width: 60%!important;
}

.w75p {
    width: 75px !important;
}

.fsp7{
    font-size: 0.7rem!important;
}
.fsp8{
    font-size: 0.8rem!important;
}

.fsp9{
    font-size: 0.9rem!important;
}

.fs3{
    font-size: 3rem;
}

.fs4des {
    font-size: 4rem !important;
}

.fs7des {
    font-size: 6rem !important;
}
.fs1p4des{
    font-size: 1.4rem!important;
}
.fs3p5{
    font-size: 3.5rem;
}

.border-y{
    border-top: 2px solid #313131;
    border-bottom: 2px solid #313131;
}

.btncol1{
    background-color: #017D73!important;
    border-color: #017D73!important;
}

.fontCol1{
    color: #545454;
}

.hidetextarea{
    height:0;
position:absolute;
z-index: -1;
opacity: .01;

}

.fontCol2{
    color: #017D73!important;
}

.fontCol3{
    color: #FB5A5A;
}

.fontCol4{
    color: #fcdc00;
}

.fontCol5{
    color: #313131;
}

.fontCol6{
    color: #fe4242;
}

.fontCol7{
    color: #ACACAC;
}

.fontCol8{
    color: #15526B;
}

.fsp5{
    font-size: 0.5rem!important;
}

.fsp6{
    font-size: 0.6rem!important;
}

.fs1p3{
    font-size: 1.3rem!important;
}

.fs1p3mob{
    font-size: 1.3rem!important;
}

.fs1p1{
    font-size: 1.1rem!important;
}

.fs1p4{
    font-size: 1.4rem!important;
}
.fs1p6{
    font-size: 1.6rem!important;
}

.fs2p5{
    font-size: 2.5rem!important;
}

.fs2{
    font-size: 2rem!important;
}

.fs1{
    font-size: 1rem!important;;
}

.mt-10r{
    margin-top: 10rem;
}

.w75p{
    width: 75px;
}
.br-4r{
    border-radius: 4rem!important;
    -moz-border-radius:4rem!important;
    -webkit-border-radius:4rem!important;
}
.br-2r{
    border-radius: 2rem!important;
    -moz-border-radius:2rem!important;
    -webkit-border-radius:2rem!important;
}

.btn-atl{
    color: #fff!important;
    background-color: #15536C!important;
    border-color: #15536C!important;
}

.btn-outline-atl{
    background-color: #fff!important;
    color: #000!important;
    font-weight: bold!important;
    border: 2px solid #ccc!important;
}

.btn-outline-atl:not(:disabled):not(.disabled).active{
    box-shadow: none!important;
    background-color: #fff!important;
    color: #017D73!important;
    font-weight: bold!important;
    border: 2px solid #017D73!important;
  }

  
  .btn-outline-atl:not(:disabled):not(.disabled):hover{
    background-color: #fff!important;
    color: #017D73!important;
    font-weight: bold!important;
    border-color: #017D73!important;
  }

  .btn-outline-atl2{
    background-color: #fff!important;
    color: #017D73!important;
    font-weight: bold!important;
    border: 1px solid #017D73!important;
}

.btn-outline-atl2:not(:disabled):not(.disabled).active{
    box-shadow: none!important;
    background-color: #017D73!important;
    color: #fff!important;
    font-weight: bold!important;
    /* border-color: #017D73!important; */
  }

  
  .btn-outline-atl2:not(:disabled):not(.disabled):hover{
    background-color: #017D73!important;
    color: #fff!important;
    font-weight: bold!important;
    /* border-color: #017D73!important; */
  }

  .btn-outline-atl3{
    background-color: #F6F6F6!important;
    color: #15536C!important;
    font-weight: bold!important;
    border: 1px solid #15536C!important;
}

.btn-outline-atl3:not(:disabled):not(.disabled).active{
    box-shadow: none!important;
    background-color: #F6F6F6!important;
    color: #15536C!important;
    font-weight: bold!important;
    border: 1px solid #15536C!important;
  }

  
  .btn-outline-atl3:not(:disabled):not(.disabled):hover{
    background-color: #15536C!important;
    color: #fff!important;
    font-weight: bold!important;
    border-color: #15536C!important;
  }

  .btn-outline-atl4{
    background-color: #15536C!important;
    color: #fff!important;
    font-weight: bold!important;
    border: 2px solid #fff!important;
}

.btn-outline-atl4:not(:disabled):not(.disabled).active{
    background-color: #f6f6f6!important;
    color: #15536c!important;
    font-weight: bold!important;
    border-color: #15536C!important;
  }

  
  .btn-outline-atl4:not(:disabled):not(.disabled):hover{
    background-color: #f6f6f6!important;
    color: #15536c!important;
    font-weight: bold!important;
    border-color: #15536C!important;
  }

.p07{
    padding: 0.7rem!important;
}

.pb-8{
    padding-bottom: 8rem;
}

.pb-5r{
    padding-bottom: 5rem;
}

.pb-4r{
    padding-bottom: 4rem;
}

.w800{
    width: 800px;
}

.activePlan{
    background-color: #F3F6FF;
    color: #159889;
}

.rounded-bottom2{
    border-bottom-right-radius: 1rem!important;
    border-bottom-left-radius: 1rem!important;
}

.w15p{
    width: 15px;
}

.h15p{
    height: 15px!important;
}

.rounded-top2{
    border-top-right-radius: 1rem!important;
    border-top-left-radius: 1rem!important;
}

.mt-5r{
    margin-top: 5rem!important;
}

.pt5r{
    padding-top: 5rem;
}

.btm0{
    bottom: 0;
}

.ml8r{
    margin-left: 8rem;;
}

.mr8r{
    margin-right: 8rem;;
}

.br-1r{
    border-radius: 1rem!important;
}

.br-0{
    border-radius: unset!important;
}

.scrollmenu{
    background-color: #fff;
  overflow: auto;
  white-space: nowrap;
}

.horizontal-scrollable > .row { 
    overflow-x: auto; 
    white-space: nowrap; 
} 
  
.horizontal-scrollable > .row > .col-xs-4 { 
    display: inline-block; 
    float: none; 
} 
/* Decorations */ 
  
.col-xs-4 { 
    color: white; 
    font-size: 24px; 
    padding-bottom: 20px; 
    padding-top: 18px; 
} 
  
.col-xs-4:nth-child(2n+1) { 
    background: green; 
} 
  
.col-xs-4:nth-child(2n+2) { 
    background: black; 
} 

.td-top{
    border-top: 2px solid #FBC438!important;   
}

.td-btm{
    border-bottom: 2px solid #FBC438;
}



.tdbg{
    background-color: #fff;
    border-left: 2px solid #FBC438;
    border-right: 2px solid #FBC438;
}
.add-desk {
    width: 480px !important;
    min-width: 480px !important;
    left:-1%;
}
/*animation*/

@-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  
    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
   
    }
  }
  
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }

  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  /*End-animation*/
/* td:first-child { 
    font-size: 0.8rem;
 }


td {
    vertical-align: middle!important;
    border-right: 1px solid #000!important;
    border-bottom: none!important;
    border-top: none!important;
    padding: 0 1rem 0 1rem!important;
  } */

/* table,th{
    vertical-align: middle!important;
    border: 1px solid #000!important;
    background-color: #F6F6F6!important
} */

  /* td {
    border: none!important
  } */

.border0{
    border: none!important;
}

.form-control:focus{
    border: 2px solid #017D73!important;
}

.gradient1{
    background-image: linear-gradient(#FBC438, #FFAB62)!important;
}

.gradient2{
    background-image: linear-gradient(#2B8D86, #164743)!important;
}

.gradient3{
    background-image: linear-gradient(#0D6ADC, #07356E)!important;
}

.bgwhite{
    background-color: #fff!important;
}

.bgfff{
    background-color: #fff;
}

.bgcell{
    background-color: #F3F6FF;
}


 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ fill=\'%231ca1a0\'\ viewBox=\'0\ 0\ 8\ 8\'%3E%3Cpath\ d=\'M1.5\ 0l-1.5\ 1.5\ 2.5\ 2.5-2.5\ 2.5\ 1.5\ 1.5\ 4-4-4-4z\'/%3E%3C/svg%3E")!important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")!important
  }

  .carousel-control-next-icon2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")!important
  }
  .carousel-control-prev-icon2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")!important
  }

  .btn-primary{
      background-color: #017D73!important;
      border-color: #017D73!important;
  }

  .shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
  }
  .shadow2{
    box-shadow: 0 .5rem 1rem rgba(161, 154, 154, 0.08)!important
  }

  .topShadow{
    box-shadow: 0 -5px 5px -5px #333!important
  }

  .shadow3{
    -webkit-box-shadow: 0px 3px 12px -1px rgba(145,134,145,1)!important;
    -moz-box-shadow: 0px 3px 12px -1px rgba(145,134,145,1)!important;
    box-shadow: 0px 3px 12px -1px rgba(145,134,145,1)!important; 
  }

  .shadow4{
    box-shadow:0 .5rem 1rem rgba(0,0,1,.08)!important;
    -webkit-box-shadow:0 .5rem 1rem rgba(0,0,1,.08)!important;
    -moz-box-shadow:0 .5rem 1rem rgba(0,0,1,.08)!important;

  }

  .shadowbtm{
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.15);
  }

  .jumbotron{
      /* background-color: #fff!important; */
  }

  .blue{
      color: #7397ED;
  }

  .yellow{
      color: #FFB700;
  }

  .green{
      color: #2DA849;
  }

  .red{
      color: #E23129;
  }

  .w-10{
      width: 10%;
  }

  .w-15{
      width: 15%;
  }
  
  .w-90{
      width: 90%;
  }
  .h-10{
    height: 10%;
}

.active2 {
    border: 4px solid #139789!important;
}

.round-top{
    border-top-left-radius: 0.7rem!important;
    border-top-right-radius: 0.7rem!important;
}

.round-bottom{
    border-bottom-left-radius: 0.7rem!important;
    border-bottom-right-radius: 0.7rem!important;
}

.slick-slide{
    height: unset!important;
}
  .r3{
      right: 3%;
  }

  .bgblue{
   background-color: #7397ED;
}

.bggreen2{
    background-color: #159889;
}

.bgyellow{
   background-color: #FFB700;
}

.bggreen{
   background-color: #2DA849;
}

.bgred{
   background-color: #E23129;
}

.bggrey{
    background-color: #F6F6F6!important;
}

.bgdark{
    background-color: #15526b!important;
}
.bgcol1 {
    background-color: #07a1a9 !important;
}
#map {
    height: 500px; 
    min-width: 310px; 
    max-width: 800px; 
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.h13r{
    height: 13rem;
}

.noatag{
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

.grad1{
    background-image: linear-gradient(#8F97FC, #008FFC)!important;
}

.grad2{
    background-image: linear-gradient(#1CC66C, #159889)!important;
}

/* .brandCol1{
    color: #31AAAA;
} */

.colCCC{
    color: #ccc;
}

.brandCol1{
    color: #159889;
}

.carousel-indicators .active{
    background-color: #31AAAA!important;
}

.carousel-indicators li {
    background-color: darkgrey!important;
}

.w-80{
    width: 80%!important;
}


.w-40{
    width: 40%!important;
}

.yel-border{
    border: 1px solid #ffc107!important
}

.borderbtm{
    border-bottom: 1px solid #000!important;
}

.borderNo{
    border:unset!important;
}

.btn-link{
    color: #000!important;
}


i#tooltipdemo {
    position: relative ;
  }
  i#tooltipdemo:hover::after {
    content: "What is HTML? What is CSS?" ;
    position: absolute ;
    top: 1.1em ;
    left: 1em ;
    min-width: 200px ;
    border: 1px #808080 solid ;
    padding: 8px ;
    color: black ;
    background-color: #cfc ;
    z-index: 1 ;
  }



.lh2{
    line-height: 2!important;
}

.lh1{
    line-height: 1!important;
}

.lh1p3{
    line-height: 1.3!important;
}


.lh3{
    line-height: 3!important;
}

.lh1p5{
    line-height: 1.5!important;
}

.h2r{
    height: 2rem!important;
}

.h20r{
    height: 20rem;
}

.h25r{
    height: 25rem;
}

.h3r{
    height: 3rem!important;
}

.h-20{
    height: 20%;
}

.h-30{
    height: 30%;
}

.h-40{
    height: 40%;
}

.h-400{
    height: 400px;
}

.h-440{
    height: 440px;
}

.h-300{
    height: 300px;
}

.h-60{
    height: 60%;
}

.h-70{
    height: 70%;
}

.ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
}

/* NEW SECTION ADDED QUANTITY*/
.minusBtn:not(:disabled):not(.disabled).active,
.minusBtn:not(:disabled):not(.disabled):active,
.show>.minusBtn.dropdown-toggle {
    color: #212529;
    background-color: #fff3ad !important;
    border-color: #fff3ad !important;
}

button.minusBtn {
    color: #212529;
    background-color: #fff3ad !important;
    border-color: #fff3ad !important;
}

.minusBtn:hover {
    color: #212529;
    background-color: #fff3ad !important;
    border-color: #fff3ad !important;
}

.minusBtn.focus,
.minusBtn:focus {
    color: #212529;
    background-color: #fff3ad !important;
    border-color: #fff3ad !important;
}

.plusBtn {
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.minusBtn,
.plusBtn {
    border-radius: 50% !important;
}
/* END OF QUANTITY SECTION*/

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1350px!important;
  }
  }


  @media screen and (max-width: 1250px) and (min-width: 800px) {
    #webbg{
        padding: 8rem 0 14rem 0!important;
    }
  }

@media only screen and (max-width: 1350px) {
    #first {
        margin-bottom: 1rem!important;
        margin-left: 1rem!important;
        }
    #firstH{
        margin-left: 1rem!important;
    }
    #mobH1{
        font-size: 2rem!important;
    }
    /* #floatForm{
        top: 35%!important;
    } */
  }

@media only screen and (max-width: 1100px) {
    #secondMob{
        margin-top: 1rem!important;
        padding-top: unset!important;
    }
    .fs1p4des{
        font-size: 1.1rem!important;
    }

    .add-desk {
        width: 465px !important;
        min-width: 465px !important;
        left:-1%;
    }
    .d-img {
        width:50px !important;
        height:65px !important;
    }
    .c-quantity {
        font-size: 1.2rem !important;
        margin-left: 15px !important;
    }
}

  @media only screen and (min-width: 1700px) {
    #first {
        margin-bottom: 17rem!important;
        }
  }



  @media (max-width:600px){
    td,th{
        font-size: 0.6rem!important;
    }
    .ui-datepicker{
        width: 95% !important;
        transform: scaleY(1.5);
    }
    .fs1mob{
        font-size: 1rem!important;
    }
    .fsp7mob{
        font-size: 0.7rem!important;
    }
    .ribbon{
        width: 60px!important;
    }
    .w100p {
        width: 100px !important;
    }
  }

  @media (min-width:800px){
    #quizdes{
        width: 800px!important;
    }
    .fs2des{
        font-size: 2rem!important;
    }
    .fs1p6des{
        font-size: 1.6rem!important;
    }
    .step2plans{
        font-size: 1.3rem!important;
    }
    .step2cost{
        font-size: 2rem!important;
    }
    .mrp{
        font-size: 1.3rem!important;
    }
    .w50des{
        width: 50%!important;
    }
    .w35des{
        width: 35%!important;
    }
    .w75des{
        width: 75%!important;
    }
    .deskvid{
        width: 560px;
        height: 315px;
    }
  }


.w-80i{
    width: 80%!important;
}

.w-20i{
    width: 20%!important;
}

.w-150p{
    width: 150px!important;
}

.form-control:focus
{
    box-shadow: unset!important;
}


.beato-outline{
    color: #159889!important;
    border-color: #159889!important;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 85%;
    height: 545px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  /* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  
  /* .flip-card:hover .flip-card-back {
    transform: rotateY(180deg);
  } */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */


  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
  }

  .btn-lg{
      outline: unset!important;
      border: unset!important;
  }

  .btn-warning{
      background-color: #FCDA04!important;
      border-color: #FCDA04!important;
  }

  .btn-link.focus, .btn-link:focus{
      text-decoration: none!important;
  }
  

  .btn-outline-primary:not(:disabled):not(.disabled):active{
      background-color: #159889!important;
      color: #fff!important;
  }

  .btn-outline-primary:hover{
    background-color: #159889!important;
    color: #fff!important; 
  }

  .btn-outline-primary:focus{
      box-shadow: unset!important;
  }

  .btn-outline-dark:focus{
    box-shadow: unset!important;
}

.btn-outline-dark{
    color: #307D73!important;
    border-color: #307D73!important;
}

.btn-outline-dark:hover{
    background-color: unset!important;
    /* color: #307D73!important;
    border-color: #307D73!important; */
}

  .hide{
      display: none;
  }

  .borderX{
    border-left: 1.5px solid rgb(222, 226, 230);
    border-right: 1.5px solid rgb(222, 226, 230);
}

.w-card{
    width: 300px!important;
}


.slider {
    width: 100%;
    margin: 15px auto;
}

.slick-slide {
    margin: 0px 12px;
}

.slick-slide img {
    width: 80%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.slick-list{
    padding-bottom: 1rem!important;
}


input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: -1px;
    position: relative;
    background-color: #159889;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.subplan {
    border: 2px solid #15536C!important;
}
@media only screen and (max-width: 700px) {
.brp5r {
    border-radius: 0.5rem!important;
}

.fs1p7 {
    font-size: 1.2rem !important;
}
.fs1p2des {
    font-size: 1rem !important;
}

.fs1p5des {
    font-size: 2rem !important;
}

.fs4des {
    font-size: 2.5rem !important;
}
img.betao-logo{
    width: 180px !important;
}

.fs7des {
    font-size: 3rem !important;
}
.fs1p8 {
    font-size: 1.6rem !important;
}

.fs1p4des{
    font-size: 1rem!important;
}

.carousel-control-prev-icon2 {
    background: no-repeat 50%/100% 100%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon2 {
    background: no-repeat 50%/100% 100%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important
}

div#insertGlucometerMob,
div#insertStripMob,
div#insertBloodMob {
    position: relative;
}

div#insertGlucometerMob::before {
    position: absolute;
    content: '1';
    width: 50px;
    height: 50px;
    left: 15%;
    top: 6%;
    font-size: 25px;
    font-weight: bold;
    z-index: 3;
    background-color: #15526b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

div#insertStripMob::before {
    position: absolute;
    content: '2';
    width: 50px;
    height: 50px;
    left: 15%;
    top: 6%;
    font-size: 25px;
    font-weight: bold;
    z-index: 3;
    background-color: #15526b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

div#insertBloodMob::before {
    position: absolute;
    content: '3';
    width: 50px;
    height: 50px;
    left: 15%;
    top: 6%;
    font-size: 25px;
    font-weight: bold;
    z-index: 3;
    background-color: #15526b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

}

@media only screen and (max-width: 480px) {
    .fs1p7 {
        font-size: 1.1rem !important;
    }
    .fs1p2des {
        font-size: 1rem !important;
    }
    .fs4des {
        font-size: 2.2rem !important;
    }
    img.betao-logo{
        width: 160px !important;
    }

    .fs7des {
        font-size: 2.8rem !important;
    }
    .fs1p8 {
        font-size: 1.3rem !important;
    }
    .fs1p3mob {
        font-size: 1.2rem!important;
    }
    .fs1p6 {
        font-size: 1.5rem!important;
    }
    .fs1p4des{
        font-size: 0.9rem!important;
    }
}
@media only screen and (max-width: 460px) { 

    .c-quantity {
        font-size: 1.1rem !important;
    }
}
@media only screen and (max-width: 430px) {
    img.h-img{
        width:25px !important;
        height:25px !important;
    }
    .fs1p2des {
        font-size: 0.9rem !important;
    }

    .d-img {
        width:40px !important;
        height:50px !important;
    }
    .c-quantity {
        font-size: 1rem !important;
    }
}
@media only screen and (max-width: 400px) {
    .fs1p7 {
        font-size: 1rem !important;
    }
    .fs1p2des {
        font-size: 0.8rem !important;
    }
    .fsp8 {
        font-size: 0.7rem !important;
    }
    .fs1p5des {
        font-size: 1.7rem !important;
    }
    
    .fs4des {
        font-size: 1.8rem !important;
    }
    img.betao-logo{
        width: 130px !important;
    }
    
    .fs7des {
        font-size: 2.5rem !important;
    }
    .fs1p3mob {
        font-size: 1rem!important;
    }
    .fs1p4des{
        font-size: 0.7rem!important;
    }
    div#insertGlucometerMob::before {
        position: absolute;
        content: '1';
        width: 50px;
        height: 50px;
        left: 15%;
        top: 6%;
        font-size: 25px;
        font-weight: bold;
        z-index: 99;
        background-color: #15526b;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center !important;
        justify-content: center;
    }
    
    div#insertStripMob::before {
        position: absolute;
        content: '2';
        width: 50px;
        height: 50px;
        left: 15%;
        top: 6%;
        font-size: 25px;
        font-weight: bold;
        z-index: 99;
        background-color: #15526b;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center !important;
        justify-content: center;
    }
    
    div#insertBloodMob::before {
        position: absolute;
        content: '3';
        width: 50px;
        height: 50px;
        left: 15%;
        top: 6%;
        font-size: 25px;
        font-weight: bold;
        z-index: 99;
        background-color: #15526b;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center !important;
        justify-content: center;
    }

    .d-img {
        width:35px !important;
        height:45px !important;
    }
    .c-quantity {
        margin-left: 15px !important;
    }

    #paynowmob {
        font-size: 0.9rem !important;
    }

}

@media only screen and (max-width: 370px) { 

    .c-quantity {
        font-size: 0.9rem !important;
        margin-left: 10px !important;
    }
    svg.bi.bi-dash-lg.decrement-btn-mob, svg.bi.bi-plus-lg.increment-btn-mob {
        width: 14px !important;
        height: 14px !important;
    }
}
@media only screen and (max-width: 340px) {
    .fs1p7 {
        font-size: 1rem !important;
    }
    .fs1p2des {
        font-size: 0.7rem !important;
    }
    .fs4des {
        font-size: 1.7rem !important;
    }
    img.betao-logo{
        width: 100px !important;
    }
    
    .fs7des {
        font-size: 2rem !important;
    }
    .c-quantity {
        font-size: 0.8rem !important;
        margin-left: 10px !important;
    }
    #paynowmob {
        font-size: 0.8rem !important;
    }
}

.textarea, textarea.form-control {
    resize: none !important;
}