
h2 {
    color: var(--primary);
}
.header-part.active .header-content {
    padding:  10px 0px; 
}
.header-content{
    padding:8px 0px;
}
.color-primary{
    color: var(--primary);
    font-size:14px;
}

.color-primary-fs0{
    color: var(--primary);
}

.dropdown-list li a:hover {
    color: var(--white);
    background: #ff6b35;
}
.user-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%; 
    margin-bottom: -14px;
}
.user-form .form-group {
    margin-bottom: 10px;
}
.user-form-divider {
    margin: 0px 35px;
}
.user-display{
    font-size:11px;
    color:#ff6b35;
    margin-left: 5px;
}
.dropdown-list li a::before {
    content: "";
    }
.suggest-part{
    margin-bottom:0px;
}
.slick-arrow.slick-hidden {
    display: block
}

.dandik:hover,.bamdik:hover {
    color: var(--primary);
    background:var(--white);
}

.suggest-slider li{
    width:auto !important;
}
.suggest-card {
    position: relative

}
.suggest-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,0.4);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.suggest-card:hover {
    background: rgba(17,151,68,0.9);
    color:red;
}

.suggest-card img {
    width: 100%;
    border-radius: 8px
}

/*.suggest-card h5 {*/
/*        color:red !important;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    color: var(--white);*/
/*    font-weight: 400;*/
/*    text-transform: capitalize;*/
/*    text-shadow: var(--primary-tshadow)*/
/*}*/

.suggest-card h5 span {
    display: block;
    font-size: 15px;
    font-weight: 300
    
}
.nav-btn {

    padding: 20px 0px;
}
.branch-card::before {
    background: none !important;
 }
.branch-card:hover .branch-overlay {
  background: rgba(21, 137, 46, 0.75);
  padding:50px;
  /*cursor:pointer;*/
}
.offer-div {
    background: var(--body);
    margin-top: -30px;
}
.offer-div h5 {
    font-weight:bold;
    color:#119744;
    font-size:13px;
}
.offer-select{
    font-weight:bold;
    color:#119744;
     cursor: pointer;
}
fieldset.scheduler-border {
    border: 2px solid #119744 !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-top: -15px;
    padding-left:10px;
     padding-right:10px;
    background: #fff;
    color:#119744;
   width: auto;
}

input[type="radio"]{
    -webkit-appearance:none;
  }
  
  .label-style {
    height: 60px;
    width: 100px;
    border: 2px solid #119744;
    position: relative;
    margin: auto;
    border-radius: 5px;
    color: #119744;
    transition: 0.5s;
    cursor: pointer;
  }
  
  .label-style>span {
    width: 110px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,80%);
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    line-height: 11px;
  }

  .fa-style{
    font-size: 20px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-80%);
  }

  input[type="radio"]:checked + label{
    background-color: #119744;
    color: white;
  }

 .checkbox.custom-checkbox span, .radio.custom-radio span {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
        
.checkbox.custom-checkbox input[type="checkbox"], .radio.custom-radio input[type="radio"], .checkbox.switch input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}

.checkbox.custom-checkbox input:checked+span,
.radio.custom-radio input:checked+span {
    background-color: #119744;
    border-color: #119744;
}
  
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #119744;
    outline: 0;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,.025);
     background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}

.switch {
  position: relative;
  display: inline-block;
    width: 44px;
    height: 17px;
    top: 7px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 16px;
  bottom: -2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.account-card{
  padding: 0px 90px 1px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.cart-media {
    margin-right: 5px !important;
}
.cart-sidebar{
    width: 351px;
}
.cart-php{
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px;
    margin-left: 0px;
    color:#ff6b35 !important;
}
.cart-total span{
    color: var(--white);
}
.cart-header{
    padding: 3px 3px;
    background: var(--primary);
}
.cart-info{
   margin-bottom: 10px;
}
.cart-info p{
      font-size: 12px;
      padding-left:10px;
    letter-spacing: -1px;
    color:var(--primary);
}
.cart-action-group h6{
    font-size: 13px;
    color:#ff6b35;
}
.cart-info h6 a{
      font-size: 15px;
      color:var(--primary);
}
.checkout-label {
    width: 40% !important;
}
.checkout-price {
    width: 60% !important;
}
.cart-checkout-btn {
    padding: 10px 0px;
}
.cart-list {
    max-height: calc(100vh - 147px);
}
.cart-media a img {
    width: 65px;
    border-radius: 8px;
}

.cart-footer .total-amount{
   font-weight:bold;
   color:#ff6b35;
   text-align:right !important;
}
.nav-header{
    background: var(--primary);
}

.header-form{
        margin: 0px 10px;
}
#header-top-loc{
    padding:3px;background:var(--primary);display: flex; flex-wrap: wrap;
}
.header-widget-group .header-widget{
  margin-left: 10px;
}
.header-cart span {
  color:#ff6b35;  
}
.header-widget span small {
    color:#ff6b35;
}
.address-loc{
   text-align: end;
   color:#fff;
   cursor:pointer; 
    line-height: 10px;
}

  /*.address-hov:hover{*/
  /*   color:#ff4400;*/
   /*color: #ffff00 !important;*/
  /* cursor:pointer; */
  /*  text-shadow: 2px 0px #fff;*/
  /* }*/

.header-select .nice-select {
    padding-left: 10px;
}

.header-form {
     border-color: var(--primary);
}

.branch-overlay h3{
    cursor:pointer;
}
.branch-overlay p{
   cursor:pointer; 
}

  .header-widget sup{
      background:#ff6b35;
   }  
    .cart-close i{
        background:#ff6b35;
        color:#fff;
        border: 4px solid white;
        line-height: 25px;
   }
    .cart-footer {
    padding: 10px 10px 0px;
   }
   .checkout-label {
       width: 50%;
   }
   .nav-close i{
       background:#ff6b35;
        color:#fff; 
   }
   
   
    .no-item-cart{
        position: relative;
    margin-right: 25px;
    font-size: 14px;
    line-height: 20px;
    }
    .h5-no-item-cart{
      color:var(--primary);
      padding-bottom:10px;
      padding-top:15px;
      text-align: center;
    }
    .no-item-cart-close {
        padding: 0px 25px;
        letter-spacing: 0.3px;
        color: var(--white);
        cursor:pointer;
    }
    .proceed-checkout{
          padding: 0px 25px;
        letter-spacing: 0.3px;
        color: var(--white);
        cursor:pointer;
        border-left: 1px solid var(--border);
    }
    .proceed-checkout:hover{
        color: var(--white);
    }
   
#style-15::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
           40% 0%,
           75% 84%,
           from(#4D9C41),
           to(#19911D),
           color-stop(.6,#54DE5D))
}
.product-card {
    padding: 10px 13px;
}
.product-price {
    margin-bottom: 5px;
    font-size: 13px;
}
/*.product-action{*/
/*        padding-left: 10px;*/
/*}*/
.product-action input {
    color: var(--primary); 
    background: var(--chalk); 
    border-bottom: 3px solid var(--primary);
    border-radius: 0px;
    font-size: 17px;
    padding: 0px;
    margin: 0px 3px;
}
.product-add{
    margin-top:5px;
}
    .sign-up:hover{
      text-decoration: underline;
      text-decoration-color: #fff;
      text-decoration-thickness: 2px;
      text-decoration-skip-ink: none;
    }


  .ui-state-hover,
  .ui-state-active,
  .ui-state-focus {
    text-decoration: none;
    color: #fff;
    background: #ff6b35 !important;
    cursor: pointer;
    padding:0px;
    border: 1px solid #ced4da important;
  }
  
.toast-error-notification {
  z-index: 9999;
  position: fixed;
  top: 100px;
  right: -310px;
  width: 300px;
  background-color: #bd2130;
  color: #fff;
  box-shadow: 0px 0px 4px #404040ba;
  border-radius: 4px 0 0 4px;
  text-align: center;
/*  padding:10px;*/

  a:link,
  a:visited,
  a:hover {
    color: #ffcb00;
    text-decoration: underline;
  }

  a:hover {
    color: #ffe062;
    text-decoration: underline;
  }

  .toast-content {

      width: 100%;
      text-align: center;
      padding: 5px;
      font-size: 16px;
      color:#fff;

    .close-toast {
      font-weight: 700;
      line-height: 1;
      opacity: 0.8;
      text-shadow: 0 1px 0 #fff;
      background-color: red;
      box-shadow: 1px 1px 2px black;
      padding: 4px;
      font-size: 20px;
      border-radius: 20px;
      line-height: 12px;
      color: #fff;
      width: 25px;
      left: -7px;
      position: absolute;
      top: -8px;
      padding-right:10px;
      cursor: pointer;
    }
    .close-toast:hover{
      background-color: black;
    }
    .toast-message {
      margin-left:10px;
      color:#fff;
    }
  }
}

.toast-show {
  animation-name: showtoast;
  animation-duration: 6s;
}
@keyframes  showtoast {
  0% {
    right: -310px;
    opacity: 1;
  }
  5% {
    right: 0px;
    opacity: 1;
  }
  95% {
    right: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

 .toast-success-notification {
      z-index: 9999;
      position: fixed;
      top: 100px;
      right: -310px;
      width: 300px;
      background-color: #119744;
      color: #fff;
      box-shadow: 0px 0px 4px #404040ba;
      border-radius: 4px 0 0 4px;
      text-align: center;
      padding:10px;

      a:link,
      a:visited,
        a:hover {
        color: #ffcb00;
        text-decoration: underline;
        }

        a:hover {
          color: #ffe062;
          text-decoration: underline;
        }

        .toast-content {

        width: 100%;
        text-align: center;
        padding: 5px;
        font-size: 16px;
           color:#fff;

        .close-toast {
          font-weight: 700;
          line-height: 1;
          opacity: 0.8;
          text-shadow: 0 1px 0 #fff;
          background-color: red;
          box-shadow: 1px 1px 2px black;
          padding: 4px;
          font-size: 20px;
          border-radius: 20px;
          line-height: 12px;
          color: #fff;
          width: 25px;
          left: -7px;
          position: absolute;
          top: -8px;
          cursor: pointer;
          padding-right:10px;
          z-index:99999;
        }
        .close-toast:hover{
          background-color: black;
        }
        .toast-message {
           padding-left:10px;
          color:#fff;
        }
        }
    }
    .x-success-close{
      left: 20px;
      border: 1px solid #fff;
      width: 15px;
      height: 17px;
      background: #fff;
      color: #4bd52c;
      font-weight: bold;
      float: left;
      border-radius: 3px;
      font-size: 13px;
      line-height: 15px;
    }

.mobile-menu a sup, .mobile-menu button sup {
  background: #ff6b35;

} 
.mobile-menu a i, .mobile-menu button i {
    font-size:35px;
    color: var(--primary);
}

.icofont-cart-x{
  color:#ff6b35;
}

.mobile-menu a span, .mobile-menu button span {
    font-size: 13px !important;
}

.mobile-menu a sup, .mobile-menu button sup {
    position: absolute;
      background: #ff6b35;
    top: -10px;
    left: 64%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
}

    .alert {
    background-color: #ffcfcc;
    border: 1px solid #f44336;
    border-left: 9px solid #f44336;
    color: #f44336;
    opacity: 0.83;
    transition: opacity 0.6s;   
    margin-bottom: 15px;
    /*border-radius: 6px;*/
}

/* Alert Success */
.alert.success {
    padding: 9px !important;
    border: 1px solid #fff;
    border-left: 9px solid #4dff4d;
    background-color: #00b33c;
    color: #fff;
    font-size:15px;
    line-height: 20px;
  
}

.cart-item {
    padding: 8px 0px;
}

.small-cart-price{
    font-size: 10px;
    margin-left: 3px;
    color: #808080;
    font-family: sans-serif;
}

@media (max-width: 991px){
    .pboy-map{
        display:none !important;
    }
    .user-display{
        display:none !important;
    }
    #menucategory{
        display:none !important;
    }
    .address-loc{
     text-align: center;   
    }
    .user-avatar{
        display:none;
    }
    .user-display{
        display:none; 
    }
    .switch {
        left: 166px;
        top: 3px;
        width: 40px;
        height: 15px;
        margin-top: 3px;
    }
    .account-card{
      padding: 0px 10px 0px;
     }

    .slider:before {
     position: absolute;
     content: "";
     height: 20px;
    width: 20px;
    left: 14px;
    bottom: -2px;
     }
     .header-select .nice-select {
        padding-left: 0px;
        top: 3px;
    }
    /*.header-media-group a img{
        padding-left:165px;
    }*/
    .product-content {
      padding-top: 5px;
    }

    .mobile-menu {
        height:70px;
    }
    .header-user i, .header-src i{
          background: none;
          border-radius:0px;
    }
    .header-user i:hover,.header-src i:hover {
       background: none;
    }

   .modal-content{
     width:400px !important;
   }

   .close-modal{
    right: 0px !important;
   }
   
   .download_2_bg {
    padding: 30px !important;
   }
   .section_heading h2 {
    font-size: 28px;
   }

 }



/*INVOICE*/

.invoice-recieved {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.invoice-recieved h6 {
    text-transform: capitalize
}

.invoice-recieved h6 span {
    display: block;
    font-weight: 400;
    margin-top: 10px
}

.invoice-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.invoice-details li:last-child {
    margin-bottom: 0px
}

.invoice-details li h6 {
    line-height: 26px;
    white-space: nowrap
}

.invoice-details li h6 small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.invoice-details li p {
    width: 250px;
    text-align: right
}

.table-scroll {
    padding: 35px;
    border-radius: 8px;
    background: var(--white)
}

.back-home {
    text-align: center
}

.back-home a {
    margin-top: 10px;
    font-weight: 500;
    color: var(--primary)
}

.back-home a:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .invoice-recieved {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .invoice-recieved h6 {
        margin-bottom: 25px;
        margin-right: 25px
    }
}





/*HOME GRID*/

.banner-part {
    padding: 25px 0px 0px
}

.home-grid-promo {
    margin-bottom: 25px
}

.home-grid-promo a img {
    width: 100%;
    border-radius: 8px
}

.home-grid-slider {
    margin-bottom: 25px
}

.home-grid-slider img {
    width: 100%;
    border-radius: 8px
}

.suggest-slider li {
    margin: 0px 10px
}

@media (max-width: 575px) {
    .suggest-slider li {
        margin:0px 5px
    }
}

.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.promo-img a {
    width: 100%
}

.promo-img a img {
    width: 100%;
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width: 767px) {
    .promo-img {
        margin:12px 0px
    }
}

.new-slider li {
    margin: 0px 12px
}

@media (max-width: 575px) {
    .new-slider .product-card {
        width:220px
    }
}

.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.testimonial-slider .dandik,.testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .dandik {
    right: 50px
}

.testimonial-slider .bamdik {
    left: 50px
}

.brand-slider .dandik,.brand-slider .bamdik {
    top: 35%
}

.blog-slider .blog-card {
    margin: 0px 15px 25px
}

.blog-slider .dandik,.blog-slider .bamdik {
    top: 43%
}

@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin:0px 10px 25px
    }
}


/*ABOUT*/

body {
    background: var(--white)
}

.about-content h2 {
    margin-bottom: 25px
}

.about-content p {
    margin-bottom: 40px
}

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

.about-list li {
    padding-left: 30px;
    border-left: 1px solid var(--border)
}

.about-list li:first-child {
    border-left: 0px;
    padding-left: 0px
}

.about-list li h3 {
    margin-bottom: 5px
}

.about-list li h6 {
    font-weight: 400;
    color: var(--text);
    text-transform: capitalize
}

.about-img {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-left: 50px
}

.about-img img {
    width: 100%;
    border-radius: 8px
}

.about-testimonial {
    background: url(../images/testimonial-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 70px
}

.testi-content {
    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;
    padding-bottom: 30px
}

.testi-img {
    margin-right: 80px;
    border-radius: 50%;
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow)
}

.testi-img img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 10px solid var(--white)
}

.testi-quote {
    width: 600px
}

.testi-quote i {
    font-size: 50px;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 30px
}

.testi-quote p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px
}

.testi-quote h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.testi-quote h6 {
    font-weight: 400;
    color: var(--text)
}

.about-choose {
    margin-bottom: 75px
}

.choose-card {
    margin: 25px 15px
}

.about-brand {
    background: var(--green-chalk);
    padding: 90px 0px 100px
}

.brand-slider li {
    margin: 0px 10px;
    padding: 20px 0px;
    border-radius: 8px;
    background: var(--white)
}

.brand-slider li img {
    width: 100%
}

.team-slider li {
    margin: 0px 12px
}

.team-slider .dandik,.team-slider .bamdik {
    top: 40%
}
 
.modal-content{
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    width:530px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size:20px;
}
.close-modal{
    background: #ff6b35;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    top: -10px;
    position: absolute;
    right: -10px;
}

@media (max-width: 575px) {
    .about-list li {
        padding-left:15px
    }
}

@media (max-width: 767px) {
    .testi-content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testi-img {
        margin-right: 0px
    }

    .testi-quote {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .testi-img {
        margin-right:50px
    }

    .testi-quote {
        width: 100%
    }
}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
}

@media (max-width: 991px) {
    .about-list {
        margin-bottom:30px
    }

    .about-img {
        margin-left: 0px
    }
}