@charset "UTF-8";

:root{
    --headerBg:#F8F8F8;
    --white:#FFFFFF;
    --darkGreen:#094341;
    --greenLondonist:#82CB5A;
    --blackLondonist:#222223;
    --gray:#F0F0F0 !important;
    --orange:#F08049 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 300;
    src: local(''),
      url('../font/Gilroy-Regular.ttf') format('woff')
  }
  @font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: bold;
    src: local(''),
      url('../font/Gilroy-Bold.ttf') format('woff')
  }

  *,
*::before,
*::after {
    box-sizing: border-box;
}


body{
    background-color: var(--white);
    font-family: "Montserrat", sans-serif !important;
}
p{
    font-family: "Montserrat", sans-serif !important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px !important
    }
}
@media(max-width:768px){
    .modal-header .close {
        position: relative !important;
        right: 10px !important;
        top: 10px !important;
    }
    .modal-header .close span{
        color: var(--blackLondonist) !important;
    }
}
.header-bg{
    background-color: var(--headerBg);
    padding: 32px;
    margin-bottom: 43px;
}
.icon__details{
    display: flex;
    justify-content: space-between;
}
.icon__details div{
    display: flex;
    align-items: center;
}
.icon__details div p{
    margin-bottom: 0px;
    letter-spacing: -0.4px;
    font-size: 16px;
    font-weight: 300;
    color: var(--blackLondonist);
    padding-left: 10px;
}
#product{
    margin-top: 30px;
}
#product img{
    max-width: 530px;
    width: 100%;
    height: 530px;
    object-fit: cover;
}
#product .product__content  h1{
    font-size: 24px;
    font-weight: bold;
    color: var(--darkGreen);
    line-height: 30px;
    margin-bottom: 17px;
}
.product__content {
    padding: 31px 55px;
    background-color: #F0F0F0;
}
.product__details{
    display: flex;

}
.product__details .total{
    background-color: var(--greenLondonist);
    padding: 6px 15px;
    color: var(--white);
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}
.radio__flex{
    margin-top:10px;
}
.radio__flex p{
    font-size: 16px;
    color: var(--blackLondonist);
    font-weight: 300;
    letter-spacing: -0.4px;
   margin-bottom: 0px;
}
.radio__flex label{
    font-size: 16px;
    color: var(--blackLondonist);
    font-weight: 300;
    letter-spacing: -0.4px;
    line-height: 21px;
    margin-bottom: 0px;
    margin-left: 8px;
}
.radio__button{
    display: flex;
    align-items: center;
}
input[type=radio]{
    appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px solid #D5D5D5;
    background-color: white;
  }
  
  input[type="radio"]:checked {
    background-color: #094341;
   padding: 2px;
    border: 1px solid #D5D5D5;
  }
  .button__green{
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: var(--white);
    padding: 8px;
    max-width: 530px;
    width: 100%;
    background-color: var(--darkGreen);
    margin-top: 18px;
  }
  .button__green:hover{
    color: white;
    text-decoration: none ;
  }

  .range__slider{
    margin-top: 6px;
  }
  .range__slider p{
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--blackLondonist);
    letter-spacing: -0.4px;
    font-weight: bold;
  }
  .range-flex{
    display: flex;
    align-items: center;
  }
  .range-slider{
    width: 100%;
  }
  .irs--big .irs-bar{
    border-radius: 60px;
    background: var(--orange) !important;
    border: none !important;
    height: 4px !important;
    box-shadow: none !important;
  }
  .irs--big .irs-line{
    height: 4px !important;
    background: #E4E4E4 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .irs--big .irs-handle{
    background: var(--greenLondonist) !important;
    border: none !important;
    box-shadow: none !important;
    height: 24px !important;
    width: 24px !important;
    top: 23px !important;

  }
  .irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single{
    background: transparent !important;
    font-size: 16px;
    font-weight: bold;
    color: var(--blackLondonist) !important;
    letter-spacing: -0.4px;
    padding: 1px 2px !important
  }
  .irs-min{
    display: none !important;
  }
  .irs-max{
    display: none !important;
  }
  .range-slider{
    margin: 0px 23px;
    transform: translateY(-3px);
  }
  .custom-select{
    width: 107px !important;
    border: 1px solid #F7F7F7 !important;
    border-radius: 18px !important;
    text-align: center;
    font-weight: bold;
    color:#222223 !important
  }
  .custom-select:focus{
    outline: none !important;
    box-shadow: none !important;
  }
  .flex__total{
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
  }
  .flex__total h3  {
    color: var(--blackLondonist);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .flex__total span{
    color: var(--greenLondonist);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  .flex__total h4  {
    color: var(--blackLondonist);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .js-input{
    border: none;
    background: transparent;
    width: 60px;
    color: var(--greenLondonist);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  .js-input:focus{
    outline: none !important;
    box-shadow: none !important;
  }
  .modal {
    background: #22222357;
}
  .total__btn{
    color: var(--white) !important;
    border-radius: 60px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    background-color: var(--greenLondonist);
    max-width: 530px;
    width: 100%;
    display: block;
    margin-top: 21px;
  }
  .total__btn:hover{
    text-decoration: none;
    color: var(--white);
  }
  .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  
  .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #product_sss{
    margin: 48px auto;
    max-width:  980px;
    width:100%
    
  }
  .panel-default>.panel-heading a:after{
    color: var(--greenLondonist);
    font-size: 30px;
    font-weight: bold;
  }
  .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
.panel-default>.panel-heading a[aria-expanded="false"] {
    background-color: transparent;
    border-bottom: 1px solid #D5D5D5;
}
.panel-title a{
    font-size: 25px;
    letter-spacing: -0.63px;
    color: var(--darkGreen);
    font-weight: bold;
    padding: 10px 0px !important;
}
.panel-title a:hover{
    color: var(--darkGreen);
    text-decoration: none;
}
.panel-body{
    margin-bottom: 25px;
    letter-spacing: -0.45px;
    font-size: 16px;
    font-weight: 400;
}
.panel-group{
    margin-bottom: 54px !important;
}

.star__rating{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.star__rating a{
    font-size: 17px;
    letter-spacing: -0.5px;
    color: var(--orange);
    font-weight: 300;
    text-decoration: underline;
}
.star__rating a:hover{
    color: var(--orange);
}
.star__rating img{
    width: 184px !important;
    height: 30px !important;
    margin-right: 16px;
}
#reviews{
    background-color: #F0F0F0;
    padding: 55px;
}
#reviews h5{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: var(--darkGreen);
    margin-bottom: 28px;
}
#reviews h6{
    margin-bottom: 0px;
}
.text-rightt .col-lg-5:nth-child(1){
    text-align: right;

}
.text-rightt{
    border-bottom: 1px solid #D5D5D5;
    padding: 10px;
    display: flex;
    align-items: center;
}

.details__text{
margin-left: 100px;
}

.text-rightt h6{
    font-weight: bold;
    color: var(--blackLondonist);
    letter-spacing: -0.45px;
    font-size: 18px;
}
.text-rightt p{
    color: var(--blackLondonist);
    letter-spacing: -0.45px;
    font-size: 17px;
    font-weight: 400;
}
.reviews-btn{
    font-size: 20px;
    letter-spacing: -0.5px;
    color: var(--orange);
    font-weight: 300;
    text-decoration: underline;
}
.reviews-btn:hover{
    color: var(--orange);
}
.border-none{
    border-bottom: none !important
}
.read__more{
    color: var(--white);
    border-radius: 60px;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    background: var(--greenLondonist);
    max-width: 240px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.read__more:hover{
    color: var(--white);
    text-decoration: none;
}
.write__more{
    color: var(--white);
    border-radius: 60px;
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    background: var(--orange);
    max-width: 240px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.write__more:hover{
    color: var(--white);
    text-decoration: none;
}
.flex-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px;
}
.flex-footer p{
    font-family: 'Gilroy-Regular' !important;
    font-size: 20px;
    color: #444444;
    font-weight: 300;
}

.social-center h4{
    font-family: 'Gilroy-Regular' !important;
    color: var(--greenLondonist);
    font-weight: bold;
    font-size: 20px;
}

.social {
    list-style: none;
}
.social li{
    margin-right: 20px;
}


@media(max-width:1200px){
    .icon__details{
        flex-direction: column;
    }
    .icon__details div{
        margin-bottom: 10px;
    }
    .header-bg{
        margin-bottom: 19px;
        padding: 25px;
    }
    .product__details{
        flex-direction: column;
    }
    #product img{
        height: 392px;
        max-width: 100%;
    }
    #product .container{
        padding: 0px;
    }
    #product .product__content h1{
        font-size: 18px;
        text-align: center;
        letter-spacing: 0px;
        line-height:23px;
    }
    #product .product__content{
        padding: 31px 20px;
    }
    .product__details .total{
        text-align: center;
        display: block;
    }
    .star__rating {
        justify-content: center;
    }
    input[type=radio] {
        top: 4px;
        position: relative;
        width: 15px;
    }
    .radio__button {
        align-items: flex-start;
    }
    .button__green{
        padding: 11px;
        max-width: 100%;
    }
    .flex__total h3{
        font-size: 15px;
    }
    .flex__total span{
        font-size: 15px;
    }
    .flex__total h4{
        font-size: 15px;
    }
    .js-input{
        font-size: 15px;
    }
    .total__btn{
        font-size: 16px;
    }
    .panel-title a{
        font-size: 18px;
    }
    #reviews h5{
        font-size: 18px;
    }
    .text-rightt.pb-3{
        display: none !important;
    }
    #reviews {
        padding: 55px 20px;
        padding-bottom: 5px;
    }
    .text-rightt .col-lg-5:nth-child(1) {
        text-align: center;
    }
    #reviews h6{
        text-align: center;
        margin-bottom: 20px;

        font-size: 16px;
    }
    .details__text img{
        text-align: 25px;
       margin-bottom: 17px;
    }
    .details__text {
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }
    .text-rightt{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    .text-rightt p{
        font-size: 16px; 
        text-align: center;
       
    }
    .none-mobile{
        display: none;
    }
    .write__more{
        margin: 0 auto;
    }
    .flex-footer{
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .social-center{
        margin: 50px 0px;
    }
    .flex-footer p{
        position: absolute;
        bottom: 5px;
        font-size: 17px;
    }
}
@media(min-width:1200px){
    .none-desktop{
        display: none;
    }

}
.intl-tel-input{
    margin-bottom: 10px;
}
.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
  }
  
  .input-group > .intl-tel-input.allow-dropdown > .flag-container {
      z-index: 4;
  }
  
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
      }
  }
  
  @media (min-width: 992px){
    .modal-dialog {
        max-width: 840px !important;
        margin: 1.75rem auto;
        width: 100%;
        height: 100% !important;
       
    }
    .modal-content{
        border-radius: 30px !important;
        padding: 44px 60px !important;
        background: #F0F0F0 !important
    }
  }

  .modal-header{
    border-bottom: none !important;
    padding: 0px !important;
  }
  .modal-header .close{
    position: absolute;
    right: -50px;
    top: 10px;
  }
  .form-control{
    border: 1px solid #CCCCCC !important;
    border-radius: 30px !important;
    margin-bottom: 10px !important;
    height: 45px !important;
    background-color: #F5F5F5 !important;
  }
  ::placeholder{
    color: var(--blackLondonist) !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .form-select span{
    color: var(--blackLondonist) !important;
    font-size: 14px !important;
    font-weight: bold;
  }
.form-select{
    border: 1px solid #CCCCCC !important;
    border-radius: 30px !important;
    margin-bottom: 10px !important;
    height: 45px !important;
    padding: 8px 16px !important;
    background-color: #F5F5F5 !important;
}
.form-control:focus {
    box-shadow: none !important;
}
.modal-open .select2-container--bootstrap5 .select2-dropdown{
    background-color: #F5F5F5 !important;
    border: 1px solid #CCCCCC !important;
}

.select2-search{
    display: none !important;
}
#phone{
    border-radius: 30px !important;
}
.selected-flag{
    border-radius: 30px 0px 0px 30px !important
}
.flag-container{
    border-radius: 30px 0px 0px 30px !important;
    background-color: #E6E6E6;
}

#phone::placeholder{
    font-weight: 400 !important;
    font-size: 16px;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
    font-size: 16px;
    font-weight: 300;
}
.intl-tel-input .country-list{
    border-radius: 0.475rem !important;
    max-width: 330px;
    box-shadow: none !important;
    background-color: #E6E6E6;
    margin-top: 10px !important;
}

.select2-results__option--selectable{
    border-bottom: 1px solid #cccccc7a ;
    font-size: 14px;
}
.select2-results__option--selectable:hover{
    background-color: var(--greenLondonist) !important;
    color: white !important;
   
}
.select2-container--bootstrap5 .select2-dropdown{
    padding: 0px !important;
}
textarea.form-control {
    height: 145px !important;
    padding: 16px 19px !important
}
.flatpickr-calendar{
    background-color: #F5F5F5 !important;
    border: 1px solid #CCCCCC !important;
}
span.flatpickr-day:hover{
    background-color: var(--greenLondonist) !important;
    color: white !important;
}
span.flatpickr-day:focus{
    background-color: var(--greenLondonist) !important;
    color: white !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: var(--bs-gray-700);
    transition: color .2s ease;
    padding: 8px 10px !important;
    margin: 0 0;
}
span.flatpickr-weekday {
    color: var(--bs-gray-800);
    font-size: 14px !important;
    font-weight: 300 !important;
}
.send-green{
    color: white;
    background-color: var(--greenLondonist);
    font-size: 20px;
    font-weight: bold;
    padding: 9px;
    width: 100%;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin-top: 50px;
}
.send-green:hover{
    text-decoration: none;
    color: white;
}
.close span{
color: white;
}
.close:focus{
    box-shadow: none !important;
    outline: none !important;
}
.select2-selection__arrow{
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    top: 18px;
    height: 20px;
    right: 10px;
    position: absolute;
}