
html,
body {
    margin: 0px;
    padding: 0px;
    background-color:#061f2c; 
}

h1,h2{
    /*font-family:cursive;*/
    font-family: 'Roboto Black', sans-serif;
}

.customer_care-image {
    background-image: url("/images/homepage/customer_care_background.png");
    background-color: #cccccc;
    width: 100vw;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.customer_satisfaction-image {
    background-image: url("/images/homepage/Customer_Satisfaction.png");
    background-color: #cccccc;
    width: 100vw;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.customer_care_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }*/

.customer_care_background {
    background: #112b3c
}

.customer_satisfaction_background {
    background: #112b3c
}

/*CARDS HOVER START*/
/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    text-align: center;
    /*background: #F7F7F7;*/
  }
  #cards_landscape_wrap-2 .container{
    padding-top: 80px; 
    padding-bottom: 100px;
  }
  #cards_landscape_wrap-2 a{
    color: #ffffff;
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #112b3c;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgb(255, 255, 255);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;
    height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
  }
  #cards_landscape_wrap-2 .card-flyer{
    /*background: #FFFFFF;*/
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    
    box-shadow: 0px 15px 26px #ffffff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
  }
/*CARDS HOVER END*/

/*SCROLL SMOOT TOP START*/
footer {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

#scrollToTopBtn {
  
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
}

/*SCROLL SMOOT TOP END*/
