@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
    font-family:poppins;
}

.bod-top-banner{
    background-image: url('../assets/images/Stock-images/product-banner.jpg');
    /* height: 63vh; */
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*------overview section --------*/
.bod-overview p{
    line-height: 1.8;
}
.bod-overview .bod-wrapper-1 h1{
    font-size: 2.25rem;
    font-weight: 600;
    padding: 5px 0px 30px 0px !important;
}
.bod-overview .card-body-wrapper .card-body .card-text{
    font-size: .9rem;
    color: #616161;
    line-height: 1.8;
}
.bod-overview .bod-wrapper-1 .card{
    border: none;
    margin-bottom: 24px;
}
.bod-overview .bod-wrapper-1 .card img{
      height: 100% !important;
}
.bod-overview .bod-wrapper-1 .card .card-title{
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    /* color: #212121; */
    line-height: 1.2;
}
.bod-overview .bod-wrapper-1 .card:hover{
    border: none;
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,.3);
    transition:  .5s ease;
    cursor: pointer;
}
.bod-overview .bod-wrapper-1 .card:hover .card-title{
    /*color: #0056B7;*/
    transition:  .5s ease;
}


/*------overview section --end------*/

/*-----------Side Menu Bar-------*/
.bod-wrapper-2 .right-navbar{
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,.3);
    background-color: #FFF;
    }
    .bod-wrapper-2 .right-navbar p{
        padding: 10px 10px 10px 15px;
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0;
        color: #212121 !important;
    }
    .bod-wrapper-2 .right-navbar a {
        display: block;
        color: #616161;
        padding: 5px;
        text-decoration: none;
        padding-left: 1rem;
        font-size: .9rem;
    }
    .bod-wrapper-2 .right-navbar li{
        padding:2.5px 5px;
    }
    .bod-wrapper-2 .right-navbar li:hover a{
        background-color: #EEEEEE;
        color: #000;
    }
    .bod-wrapper-2 .right-navbar li.active a{
        background-color: #EEEEEE;
        font-weight: 500;
        color:#000;
    }
    .bod-wrapper-2 .right-navbar .list-none{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .bod-wrapper-2 {
          padding-bottom: 1rem;
          padding-top: 1rem;
      }

/*---Modal section-----*/
.bod-overview .modal .modal-content .modal-header{
    padding:  10px !important;
    padding-right: 5px;
}
.bod-overview .modal .modal-content .modal-header .btn{
    font-size: 22px;
    color: #fff;
    font-weight: 50;
}
.bod-overview .modal .modal-content .modal-body .modal-title{
    font-weight:600;
    padding: 5px 16px 5px 16px;
    font-size: 1.25rem;
}

.bod-overview .modal .modal-content .modal-body .sub{
    font-size: 12px;
    color: #616161;
    padding: 0px 16px 0px 16px;
}
.bod-overview .modal .modal-content .modal-body p{
    padding: 5px 16px 5px 16px;
    font-size: 0.9rem;
    color: #616161;
    max-height: 300px;
    overflow-y: auto;
    line-height: 1.8;
}
.bod-overview .modal .modal-content .modal-body hr{
    margin: 5px 16px 5px 16px;
}
.bod-overview .modal .modal-content .modal-body{
    padding: 24px;
}

/*-----------Side Menu Bar--end-----*/

 /*-------Gray Box----------*/
 .bod-wrapper-3 .gray-box{
    background-color:#f9f9f9;
    width: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,.3);
    margin: 16px 0px;
}

.bod-wrapper-3 .gray-box{
    text-align: center;
    padding: 32px 0px;
}
.bod-wrapper-3 .gray-box .call-icon i{
  font-size: 1.25rem;
  color: #fff;
  padding: 24px 0px 16px 0px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 0px;
}

.bod-wrapper-3 .gray-box p{
  font-size:1rem;
  padding: 6px 0px 6px 0px;
  margin: 0;
  color: #616161;
  line-height: 1.8;
  text-align: center;
}
.bod-wrapper-3 .gray-box a{
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
 /*-------Gray Box-end---------*/
 /*---------Media Query------*/
 @media (max-width: 600px){
    /* .bod-top-banner{
        height: 200px;
    } */
    .bod-overview .bod-wrapper-1 h1{
        font-size: 1.8rem;
    }
    .bod-overview .card-body-wrapper .card-body p{
        text-align: center;

    }

    .bod-overview .bod-wrapper-1 .card-body .card-title{
        text-align: center;
    }
 }


  @media (max-width: 768px){
    .bod-overview .bod-wrapper-1 h1{
    font-size:1.8rem !important;
  
}
} 
