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

html, body {
    overflow-wrap: break-word;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p, li, .main-content p, .main-content li {
    font-size: 19px;
}

header {
    width: 100%;
}

.header-div-3{
    height: 20px;
    background: #003366;
    border-top: 5px solid #C20017;
}

.header-text-1{
    margin: 0;
    font-size:13px;
}

/*LOGO*/
.logo{
    max-width: 150px;
    margin-bottom: 15px;
}


#image-header img{
    border-radius: 5px;
}

footer {
    background-color: #F5F5F5;
    padding: 2.5rem;
    color: black;
}

.main-content p, .main-content li {
    font-size: 18px;
    line-height: 21px;
}

.title-1{
    font-weight: 800;
    line-height: 43px;
}

.author-container {
display: flex;
align-items: flex-start;
gap: 10px;
max-width: 100%;
}

.author-info {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}

.author-text {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    color: #1a4a89;
    padding-right: 8px;
}

.date {
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
    margin-bottom:1rem;
}

.results {
    color: gray;
    font-size: .875em !important;
}

.link-gray{
    font-style:italic;
    color: #2b2b2b;
    text-decoration:underline;
    display:block;
    text-align:center;
}

/*---------------------------------------------------------------------*/
/*--------------------BOXES--------------------------*/
/*---------------------------------------------------------------------*/

/* YELLOWBOX */
.yellowbox {
    background: #ffffc2;
    padding: 5px 20px;
}

.yellowbox-btn-bg{
    background-image: url("{'imagesBasePath' | snippet}/green_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height:150px;
    padding: 20px 20px 20px 85px;
}

.yellowbox-btn-text{
    margin:0;
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px 4px black;
    font-size: 27px;
}

.yellowbox-btn-1 a{
    text-decoration:none;
}

.yellowbox-btn-1{
    width:75%
}

.yellowbox{
    background: #ffffc2;
    padding: 5px 20px;
}

.yellowbox p {
    font-size: 19px;
}

.yellowbox img{
    width:50%;
}

.yellowbox-image-2{
    max-width: 250px !important;
}

a.yellowbox-btn-1{
background: linear-gradient(to right,#31cd13 ,#28a311);
background-color: #31cd13;
color: #fff;
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding: 25px 20px;
border: 0px solid #000;
border-radius: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
text-shadow: 1px 1px 13px #179b0d;
}
a.yellowbox-btn-1 span{
margin-right: 20px;
display: block;
transform: rotate(0deg);
font-size: 35px;
}
a.yellowbox-btn-1:hover{
background: linear-gradient(to right,#2ec212 ,#4af22a);
background-color: #2ec212;
}
a.yellowbox-btn-1:active{
transform: scale(0.95);
}



/* YELLOWBOX ENDS */


/*---------------------------------------------------------------------*/
/*--------------------BOXES END--------------------------*/
/*---------------------------------------------------------------------*/


/*COMMENTS*/
    .comments {
	display: block;
	margin-bottom: 30px;
    }
    
    .comments-author{
        margin:0 !important;
        font-size:16px !important;
        font-weight: 700;
    }
    
    .comments-date{
        margin:0 !important;
        font-size:14px !important;
        color:gray;
    }
    
    .comments-text{
        margin:0 0 10px 0 !important;
        font-size:14px !important;
    }
    
    .comment-img{
        max-width:100%;
        margin-left:auto;
    }
    
    .line{
        border-bottom: 1px solid rgb(224, 224, 224, 0.3);
    }


/*SIDEBAR*/
.sidebar-div-1{
    
}

.sidebar-div-reviews{
    margin: 50px 0;
}

.sidebar-review-image{
    max-width: 60px;
    border-radius: 100px;
}

.sidebar-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.sidebar-sticky .div-1{
    background: #ffd928;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.sidebar-sticky .div-2{
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffc2 none repeat scroll 0% 0%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.sidebar-sticky .div-1{
    background: #ffd928;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.sidebar-sticky .div-1 h5{
    margin:0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.sidebar-sticky .div-2{
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffc2 none repeat scroll 0% 0%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.sidebar-sticky .sidebar-div-2 h4{
    margin:0;
    font-size: 21px;
}

.sidebar-div-1b h4{
    margin:0;
}

.sidebar-text-1 p{
    margin:0 !important;
}

.sidebar-review-text-2{
    display:flex;
    align-items: center;
    gap: 10px;
}

/* SIDEBAR BUTTON */
a.sidebar-btn-1{
background: linear-gradient(to right,#31cd13 ,#28a311);
background-color: #31cd13;
color: #fff;
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding:20px;
border: 0px solid #000;
border-radius: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
text-shadow: 1px 1px 13px #179b0d;
}
a.sidebar-btn-1 span{
margin-right: 20px;
display: block;
transform: rotate(0deg);
font-size: 30px;
}
a.sidebar-btn-1:hover{
background: linear-gradient(to right,#2ec212 ,#4af22a);
background-color: #2ec212;
}
a.sidebar-btn-1:active{
transform: scale(0.95);
}

.pulse {
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.bottomdiv{
    width:100%;
    height: 50px;
    border-top:1px solid rgb(245 245 245);
    margin-top:30px;
}

.sidebar-review{
    border-bottom: 1px dashed #274593;
    margin: 15px 0;
}

.sidebar-review p{
    font-size:16px;
}

.sidebar-review{
    line-height: 1.4;
}

.sidebar-review-div{
    padding: 15px 0;
}

.sidebar-review-text-1{
    font-size:16px;
    color: #274593;
    font-weight:500;
}

.sidebar-review-text-2{
    font-size:16px;
    color: #274593;
}

.sidebar-review-text-3{
    font-size:14px;
    text-align: center;
}

/*END SIDEBAR*/



@media (max-width: 768px){
    
.yellowbox-btn-1{
        width: 100%;
    }

}




@media (min-width: 768px) {
    
    a.yellowbox-btn-1 {
        font-size: 25px;
    }
    
    .author-container {
        align-items: center;
    }
    
    .main-content p, .main-content li {
        /*font-size: 1.35rem;*/
        line-height: 1.4;
    }
    
    .accordion-button{
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    .accordion-body{
        font-size: 1.3rem;
    }
    
    .comments-text{
        font-size:16px !important;
    }
    
    .comment-img{
        width:50%;
        margin-left:auto;
    }
    
}


@media (min-width: 992px) {
    .comment-content-img {
            max-width: 450px;
            margin: auto;
            display: block;
    }
    
    .sidebar-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 16px;
        padding: 5px 0;
        margin:0;
    }
    
    .yellowbox-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 16px;
        padding: 5px 0;
        margin:0;
    }
    
    .product-image-sidebar{
        max-width:100%;
        margin: 0 auto;
        display: block;
    }
    
    .product-image-sidebar{
        max-width:250px;
        margin: 0 auto;
        display: block;
    }
    
}

@media (min-width: 1200px) {
    
    .container{
        max-width: 1170px;
    }
    
    .sidebar-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 18px;
        padding: 5px 0;
        margin:0;
    }
    
}
