img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.card {
    display: flex;
    flex-direction: column;
    width: clamp(34rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;

    border-radius: 1em;
    background: #ffffff;


}



.card__body {
    padding: 2rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: .5rem;

}


.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag+.tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h2 {
    margin: 1rem 0rem;
    padding: 0;
}

.card__footer {
    display: flex;
    padding: 0rem 1rem 4rem 2rem;
    margin-top: auto;
}

.card__footer a {
    color: #222222;
    font-weight: 700;
    text-decoration: none;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info>small {
    color: #666;
}

.blog-card {
    margin-top: 25px;
    }
    @media only screen and (max-width: 600px) {
        .blog-card {            
            right:6%;
        }
    }
    

/*faq section*/
.faq-heading {

    font-weight: 400;
    font-size: 19px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;

}

.faq-text {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
}

.faq {
    width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    text-align: center;

}

@media only screen and (max-width: 600px) {
    .faq {
        width: 100%;

    }
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #ffffff;
    border-bottom: 1px solid #ccc9c9;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(0, 0, 0, 0.33);
    border-right: 2px solid rgba(0, 0, 0, 0.33);
    float: right;
    position: relative;
    top: -35px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #ef473a;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

#faqsection {
    margin: 50px !important;
}

.address-adj {
    margin-left: 21px;
}

.address-adj-contact {
    margin-left: 21px;
}
.right-f {
    float: right;
}

@media only screen and (max-width: 600px) {
    .right-f {

        text-align: center !important;
        float: none;

    }
}


#contactus .fa{
    font-size: 30px;
    color: #ef473a;
    padding-right:10px ;
}

#contact-us p{
    font-size: 25px;
}
.separet{
    margin: 43px 0px;
}


@media screen and (max-width: 600px){
    .copyright p{
      text-align: center;
    }
  }

  @media screen and (max-width: 600px){
    .copyright {
      display: none;
    }
  }

.copyright-1  {
    display: none;
    text-align: center;
  }

  @media screen and (max-width: 600px){
    .copyright-1 {
      display: block;
    }
  }
 @media screen and (max-width: 600px){ 
  #contact-us h1{
    font-size: 25px;
}
}

 @media screen and (max-width: 600px){ 
  #contact-us h1{
    font-size: 25px;
}
}

@media screen and (max-width: 600px){ 
  #contact-us p{
    font-size: 20px;
}
}
@media screen and (max-width: 600px){ 
    #faqsection h1{
        font-size: 25px;
    }
    }
    
    @media screen and (max-width: 600px){ 
    #faqsection h2{
        font-size: 20px;
        line-height:1.8;
    }
    }
    
    .text-deco{
        text-decoration: none;
        color:#ffffff;
        }
        
     .text-deco:hover{
        text-decoration: none;
        color:#ffffff;
        }
        
        .gray-box-what-2{
            height:100%;
            background-color: #ffffff;
            padding: 9rem;
            text-align: left;
        }
        
         @media screen and (max-width: 600px){ 
    .gray-box-what-2 {
    padding: 4rem;
    }
    }
        
        @media screen and (max-width: 600px){ 
    #forth {
        display:none;
    }
    }
    
    #third{
        display:none;
    }
     @media screen and (max-width: 600px){ 
    #third{
        display:block;
    }
    }
    
    #second-2{
        display:none;
    }
    
     @media screen and (max-width: 600px){ 
     #second-2{
        display:block;
    }
    }
     @media screen and (max-width: 600px){ 
     #second{
        display:none;
    }
    }
    
    