
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2){
    #main{
        margin-top: 0;
    }
}

.post-header-image .wrapper-service {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
    background-color: #00000000;
}
.main-text-h1 {
    font-size: 90px;
    transition: 1.5s;
    font-family: Montserrat;
    font-weight: 900;
    letter-spacing: -2px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}

.main-title-blog{
    padding: 10px 1rem;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .main-text-h1 {
        font-size: 3em;
        padding-left: 0px;
        letter-spacing: 0px;
        text-align: center;
    }

}

@media only screen 
        and (min-device-width: 768px) 
        and (max-device-width: 1024px) 
        and (-webkit-min-device-pixel-ratio: 2){
            .main-text-h1 {
                            font-size: 90px;
                            padding-left: 0px;
                            letter-spacing: 0px;
                            text-align: center;
                        }
                        
        }
/* @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
        .mobile-table{
            display: none;
        }
    } */
.post-header-image {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.blog-main-img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 25px;
}
.post-header-image::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #0007;
}

.post-header-image .wrapper {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
color: #fff;
position: relative;
z-index: 10;
padding-bottom: 60px;
}


.post-header-image .wrapper span {
font-family: "Crete Round", serif;
font-style: italic;
}

.blog-in {
display: flex;
align-items: flex-start;
}

.blog-in .share,.blog-in .share-section {
position: relative;
transition: all 0.3s linear 0.2s;
}

.blog-in .share {
margin-right: 1rem;
}

.blog-in .share h3 {
font-size: 1.2rem;
}

.blog-in .share ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

.blog-in .share ul a {
color: #ccc;
font-size: 1.6rem;
line-height: 3rem;
transition: all 0.2s linear;
}

.blog-in .share ul a:hover {
color: #0569bd;
}

.share-section h3 {
font-size: 1.3rem;
}

.share-section ul {
font-family: "Crete Round", serif;
line-height: 2rem;
padding: 0;
list-style: none;
border-left: solid 2px #ccc;
}

.share-section ul a {
color: #999;
text-decoration: none;
transition: all 0.2s linear;
margin-bottom: 15px;
display: block;
padding-left: 15px;
/* pointer-events: none; */
}

.share-section ul a:hover {
color: #0569bd;
text-decoration: none;
}

.share-section ul a.active {
color: white;
font-weight: 700;
text-decoration: none;
border-left: solid 8px #000;
box-shadow: -1px 0;
background-color: #0569bd;
}
#article_title {
    font-size: 35px;
    font-weight: 500;
    padding: 35px 0;
    text-align: left;
}
    h6.content-article {
        text-align: justify;
    }
    .page-second-header {
    font-weight: bold;
    padding-bottom: 10px;
    }
@media (min-width: 320px) and (max-width: 767px) {
        #main {
            margin-top: 0;
        }
        #article_title {
        font-size: 22px;		
        padding: 25px 0;	
    }
}

/*FAQs*/
.section_padding_130 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #0569bd;
}
.wow h3{
    font-size: 90px;
    transition: 1.5s;
    font-family: Montserrat;
    font-weight: 900;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
}
.wow p{
    font-size: 18px;
    transition: 1.5s;
    font-family: Montserrat;
    text-align: center;
    color: #fff;
}
.faq-accordian {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h5 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #0569bd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h5 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h5.collapsed {
    color: #0569bd;
}
.faq-accordian .card .card-header h5.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}


@media only screen and (max-width: 767px) {
    .support-button p {
        font-size: 14px;
    }
    .wow h3{
        font-size: 3em;
        padding-left: 0px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.support-button i {
    color: #000000;
    font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
    .support-button i {
        font-size: 1rem;
    }
}

a.contact-page-link {
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
}
a.contact-page-link:hover {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

