@font-face { font-family: CreatoDisplay-Black; 
src: url(../desktop_font/CreatoDisplay-Black.otf);
font-weight: normal; }

.bg-buscopan {
    background-color: #e4ede1;
    padding: 30px 30px;
    border-radius: 10px;
}
.innerbuscopan {
    padding: 30px 30px;
    border-radius: 10px;
}
#what-is-buscopan {
    margin-top: 40px;
}
#why-choose-buscopan {
    margin-top: 40px;
    margin-bottom: 40px;
}
.inner-buscopan h2 {
    font-size: 27px;
    color: #006b00;
    font-weight: 600;
}
.bg-buscopan h2 {
    font-size: 27px;
    color: #006b00;
    padding-bottom: 20px;
    font-weight: 600;
}
.inner-buscopan p {
    padding-top: 20px;
    font-size: 15px;
    color: #006b00;
    font-weight: 600;
}
#why-choose-buscopan p.clickable {
    color: #54c400;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 0px;
}
.modal.show .modal-dialog {
    max-width: 50%;
}
.inner-buscopan2 h2 {
   padding-top: 20px;
}
.inner-buscopan-image img {
    height: 299px;
}
#why-choose-buscopan .row {
    align-items: center;
}
.modal-header {
    border: none;
}
.modal-body h3 {
    color: #006b0a;
    font-weight: 600;
}
.modal-body p {
    color: #716767;
    font-size: 18px;
    font-weight: 500;
}
.modal-body {
    padding: 0px 40px 40px;
    align-items: center;
}
.col-md-1.mod-border {
    border-right: 1px solid #ffc719;
    height: 130px;
    position: relative;
    right: 20px;
}
#why-choose-buscopan .col-sm-12.col-md-6 .row {
    padding-bottom: 15px;
}
.modal-content {
    border-radius: 15px !important;
}
.zxy {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 768px){
/*    #why-choose-buscopan img {*/
/*    width: 20% !important;*/
/*}*/
.inner-buscopan-image img {
    height: auto;
    width: 100%;
}
.bg-buscopan{
    padding: 30px 30px !important;
}
.modal.show .modal-dialog{
    max-width: 100% !important;
}
.modal-body img {
    width: 30%;
}
.mod-border {
    border-right: 0px !important;
    border-bottom: 1px solid #ffc719;
    width: 30%;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 15px;
    right: -15px !important;
}
.mobile_view{
    display: block !important;
}
.desktop_view{
    display: none !important;
}
}
@media (min-width: 769px) and (max-width: 992px){
    #why-choose-buscopan p.clickable{
        margin-left: 15px;
    }
}
@media (min-width: 769px) and (max-width: 3000px){
   .mobile_view{
    display: none !important;
} 
.desktop_view{
    display: block !important;
}
}