@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* global css */
/* 
h1{
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 3rem;
}

h2{
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 2.4rem;
}

h3{
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 1rem; 
}

h4{
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 1.2rem;
}

p{
    font-family: "Montserrat";
    font-size: 0.8rem;
}  */

.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-nw{
    display: flex;
}
.link-btn a{
    color: white;
    text-decoration: none;
}

.link-btn a:hover{
    color: grey;
}

.left-text-container, .text-image-container, 
.center-text-container, .horizontal-text-container {
    padding-top: 100px;
    padding-bottom: 30px;
} 
.red-text{
    color: red;
}
.back-btn{
    padding: 20px 0 50px 0;
    /* width: 400px; */
    text-decoration: none;
}
.back-btn p{
    color: black;
}
.back-btn p:hover{
    color: #555;
}

 
.img-m-b{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.img-s-b{
    width: 80%; 
}
.margin-tb{
    margin: 50px 0px;
}
.padding-tb{
    padding: 30px 0px;
}
 
.info-con{
    padding: 15px 0;
}
.img-con img{
    width: 100%;
}
@media all and (min-width: 992px) {
    .img-con-large img{
        width: 100%;
    }
    .info-con{
        height: 130px;
    }
}
.footer{
    margin-top: 80px;
}

/* herobanner */

.hero1-left-img, .hero1-right-text, .hero2-right-img, .hero2-left-text{
    width: 100%;
}   
@media all and (min-width: 992px) {
    .hero1-left-img{
        width: 45%;
    }  
    .hero1-right-text{
        width: 55%;
    } 
    .hero2-right-img{
        width: 50%;
    }  
    .hero2-left-text{
        width: 50%;
    } 
} 

.hero-text-container{
    padding-top: 10px;
    padding-bottom: 10px; 
}

.hero-text-category, .info-text-category{
    font-size: 12px;
    text-transform: uppercase;
}
.hero-title{
    text-transform: uppercase;
}

/* .info-banner  */
.info-banner{
    padding: 60px 0 60px 0;
    background-color: #F3F3F3;
}
.info-text-category{ 
    padding-right: 30px;
    width: 100px;
}
@media all and (max-width: 400px) {
    .info-text-category{  
        width: 100%;
    }
}
@media all and (min-width: 992px) {
    .info-text-category{  
        width: 80px;
    }
}
.info-text{
}
.link-btn{
    margin-top: 20px;
    background: black;
    border-radius: 15px;
    color: white;
    max-width: 150px;
    padding: 15px 20px;
}
.center-text-container{ 
    text-align: center;
 
}
/* center-text-container */
@media all and (min-width: 992px) {
.center-text-container{  
    max-width: 70%;
    margin: 0 auto;
}
}

.images-container {
    align-content: center;
}

.box-container h5{
    margin-bottom: 30px;
    text-align: center;
}
.box-container{
    height: 90%;
    background: #F3F3F3;
    margin: 0 10px;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.checkmark-icon{
    margin-right: 15px;
}



/* go to top button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0,1);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    border: 2px solid rgb(29, 29, 29);
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  .prevnext-con{
      padding-top: 100px;
      max-width: 980px;
      margin: 0 auto;
  }
  .prevnext-con a{
   color: black;
}
.prevnext-con a:hover{
    color: rgb(25, 103, 167);
 }
  .prev-btn, .next-btn{
      width: 50%;
      padding: 20px;
  }
  .next-btn{
      text-align: right;
  }