:root {
    --blue-color: #000000; /*{#4169e1} #304FFD  #0077b5;#1a73e8[#026fc2]#0168B2*/
    --blue-color-hover: #353535; /*#174ea6*/
    --footer-buttons: #000000;
    --body-background: #ffffff;
    --footer-background: #F3F4F4;
    --contact-background: #f6f6f6;
    --heading: #303030;
    --bold-grey: #4d4d4d;
    --blog-title: #424242;
    --border-radius: 3px;
    --border-radius-fields: 3px;
    --blog-text : #616161;
    --blog-info-text: #888888;
    --main-read-text-color: #363636;
    --footer-color: #989909;
    --fs-16: 16px;
    --fs-15: 15px;
    --fs-14: 14px;
    --fs-13: 13px;
    --fs-12: 12px;
    --fs-10: 10px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
  }
html{
    font-family: -apple-system, BlinkMacSystemFont,"Proxima Nova", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    list-style: none;
    text-decoration: none;
    margin:0;
    padding:0;
    min-height: 100%;
    min-width: 100%;
}

input[type="submit"]{
  -webkit-appearance: none;
  border-radius: 3px;
}


body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: var(--body-background);
}

.logo{
    margin-left: 20px;
}

.site-logo{
    width: 35px;
    margin: 0;
}

.inner-logo{
    display: flex;
}
.inner-logo-name{
    color: var(--main-read-text-color);
    font-size: 22px;
    font-weight: 700;
    margin: auto 0px auto 8px;
}

.header-nav-bar-font-top{
    font-size: var(--fs-14) !important;
    display: block;
    margin: 0px 2px;
    color: #313335;
    line-height: 24px;
    font-weight: var(--fw-500);
    text-decoration: none;
    padding: 2px 10px;
}
  
  #scroller {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap; 
  }
  #scroller li {
    display: inline-block;
    text-align: center;
  }
.top-scroll-bar{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


.header-nav-bar-font{
    font-size: var(--fs-14) !important;
    display: block;
    margin: 10px 2px;
    color: #313335;
    line-height: 24px;
    font-weight: var(--fw-500);
    text-decoration: none;
    padding: 5px 10px;
}

.header-nav-bar-font:hover{
    text-decoration: underline;
}

.bottom-line{
    display: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    border-bottom: 1px solid rgb(215, 215, 215) !important;
}

.page-name{
    font-size: 28px; 
    font-weight: 400; 
    color: #ffffff;
    text-align: center;
}
.page-text{
    font-size: 18px; 
    font-weight: 300;
    text-align: center;
}
.page-container{
    background-color: #ffffff;
    margin: 30px 100px 30px 100px;
    padding: 30px;
    border-radius: var(--border-radius);
    /* box-shadow: 0px 1px 6px rgba(0,0,0,0.2); */
    box-shadow: 0 5px 15px hsla(0, 0%, 80%, 0.3);
    line-height: 28px;
    color: var(--main-read-text-color);
}
.nav-direction{
    text-decoration: none;
    color: var(--blog-text) !important;
    text-align: center;
    margin-top: 10px;
}
.nav-direction a{
    color: var(--blog-text) !important;
}

.form-declaration{
    color: var(--blog-text);
}

.hypertext{
    font-weight: 500 !important;
    color :var(--blue-color) !important;
    text-decoration: underline !important;
}

.subscribe-button{
    margin-bottom: 10px;
}
/* body nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
} */

#big-headbar{
    border-bottom: 1px solid #dee1e1;
    position: -webkit-sticky;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 999;
}
#big-fotter{
    width: 100%;
    background: var(--footer-background);
    color: #f4f4f4;
    padding: 50px 0 12px;
    font-size: var(--fs-14);
    line-height: 20px;

}
.top-header{
    height: 27px;
    width: 100%;
    background-color: #000000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
}
.top-header-items{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    margin: 0;    
}
header{
    height: 55px;
    /* width: 100%; */
    max-width: 1280px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
}

.hamburger{
    display: none;
}

.nav-bar{
    margin-right: 20px;
}

ul{
    padding-inline-start: 0;
}

.nav-bar ul{
    display: flex;
    list-style: none;
    max-width: 1280px;
}

footer{
    max-width: 1280px;
    margin: auto;
    background: var(--footer-background);
    color: #f4f4f4;
    padding: 50px 0 12px;
    font-size: var(--fs-14);
    line-height: 20px;
}

.footer-heading-text{
    font-size: var(--fs-14) !important;
    font-weight: var(--fw-500) !important;
    color: var(--blog-text) !important;
}

.footer-link-color{
    color: var(--blog-info-text);
    line-height: 1.66;
}
.footer-text-color{
    color: var(--blog-info-text);
    line-height: 1.66;
}

.footer-link-color:hover{
    color: var(--blog-text);
    text-decoration: underline;
}

.row{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col{
    flex-basis: 25%;
    padding: 10px;
}


.sticky-footer ul li{
    margin-bottom: 1.17px;
}


ul li{
    list-style: none;
}

ul li a{
    color: #000000;
    text-decoration: none;
}

hr{
    justify-content: center;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #535557;
    margin: 20px auto;
}
.hr-trending{
    justify-content: center;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    margin: 7px auto;
}

.copyright{
    text-align: center;
}

.sticky-footer{
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
}

.social-icons{
    margin-right: 12px;
}

.scroll-to-top{
    position: fixed;
    padding: 5px;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: var(--footer-buttons);
    border-radius: 50%;

}
.scroll-to-top:hover{
    background: var(--blue-color);
    cursor: pointer;
}

.enable-share{
    position: fixed;
    bottom: 25px;
    padding: 8px;
    left: 25px;
    z-index: 1;
    display: none;
    background: var(--footer-buttons);
    border-radius: 50%;

}
.enable-share:hover{
    background: var(--blue-color);
    cursor: pointer;
    color:white
}

.contact-box{
    max-width: 60%;
    margin: auto;
    margin-bottom: 50px;
	justify-content: center;
    display: flex;
}

.field{
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: var(--footer-background);
	padding: 0.5rem 0.5rem;
	margin-bottom: 22px;
	transition: .3s;
    border-radius: var(--border-radius-fields);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.field:hover{
	background-color: #e6f5ff;
    border: 2px solid rgba(0, 136, 255, 0.47);
}

.field:focus{
    border: 2px solid rgba(0, 136, 255, 0.47);
    background-color: #ffffff;
}

textarea{
	min-height: 125px;
    border-radius: var(--border-radius) !important;
}

.contact-img{
    width: 200px;
    margin: auto;
}

.contact-form-container #contact-msg{
    margin: 0px 30px 20px 30px;
    text-align: center;
    font-size: var(--fs-14);
}

.contact-form-container{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 40px 40px 40px 40px;
    /* box-shadow: 0px 1px 6px rgba(0,0,0,0.2); */
    box-shadow: 0 5px 15px hsla(0, 0%, 80%, 0.3);
    margin-top: 20px;
}

.contact-form{
    display: flex;
    flex-direction: column;
}

.banner{
    align-items: center;
    text-align: center;
    background: var(--blue-color);
    /* background: rgb(0,93,159);
    background: linear-gradient(180deg, rgba(0,93,159,1) 0%, rgba(0,126,215,1) 100%); */
    padding: 20px 40px 20px 40px;
    color: #ffffff !important;
    font-weight: var(--fw-500);
}

.banner-normal{
    align-items: center;
    text-align: center;
    background: white;
    padding: 20px 40px 20px 40px;
    color: var(--bold-grey) !important;
    font-weight: var(--fw-500);
}

.labels{
    font-size: var(--fs-14) !important;
    font-weight: var(--fw-500);
    margin-left: 10px;
    color : var(--bold-grey);
    margin-bottom: 5px;
}
#insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
            /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* change this to change the size*/
  }
#facebook{
    color: #3b5998
}
#telegram{
    color:#0088cc
}
#twitter{
    color: #1DA1F2
}
.social-icons-top{
    font-size: var(--fs-16);
    color:#fff;
    margin: 3px 10px;
    margin-top: 6px;
    align-items: center;
    justify-content: center;
}
.social-icons-top:hover{
    color: #c5c5c5;
}

.social-icons{
    font-size: var(--fs-16);
    color: var(--blog-info-text);
    background-color: rgb(225, 225, 225);
    padding: 7px;
    border-radius: var(--border-radius);
    margin: 3px;
}
.social-icons:hover{
    color: #000;
}

.icon-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.icon-wrapper-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center
}

.mce-toc{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 3px;
}
.mce-toc ul li a{
    font-size: var(--fs-16);
    margin: 0;
    line-height: 28px;
    color: var(--blue-color);
} 
.mce-toc ul a:hover{
    color: var(--blue-color-hover);
}
.mce-toc ul li ul li a{
    font-size: var(--fs-16);
    padding-left: 20px;
    line-height: 28px;
    color: var(--blue-color);
}
.mce-toc ul li ul li ul li a{
    font-size: var(--fs-16);
    padding-left: 40px;
    line-height: 28px;
    color: var(--blue-color);
}

.mce-toc ul li ul li ul li ul li a{
    font-size: var(--fs-16);
    padding-left: 60px;
    line-height: 28px;
    color: var(--blue-color);
}

.mce-toc ul li ul li ul li ul li ul li a{
    font-size: var(--fs-16);
    padding-left: 80px;
    line-height: 28px;
    color: var(--blue-color);
}

.mce-toc ul li ul li ul li ul li ul li ul li a{
    font-size: var(--fs-16);
    padding-left: 100px;
    line-height: 28px;
    color: var(--blue-color);
}

.post-content-wrapper p a{
    font-weight: 500 !important;
    color :#4285F4 !important;
    text-decoration: underline !important;
}

.post-content-wrapper p span{
    font-weight: 400 !important;
    color :var(--main-read-text-color) !important;
    line-height: 28px !important;
    font-size: var(--fs-18) !important;
}

.post-content-wrapper p{
    font-weight: 400 !important;
    color :var(--main-read-text-color) !important;
    line-height: 28px !important;
    font-size: 18px !important;
}

.post-content-wrapper ol li{
    font-weight: 400 !important;
    color :var(--main-read-text-color) !important;
    line-height: 28px !important;
    font-size: 18px !important;
    font-family: -apple-system, BlinkMacSystemFont,"Proxima Nova", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.post-content-wrapper h1, h2, h3, h4, h5, h6{
    font-weight: 700 !important;
    color :var(--main-read-text-color) !important;
    line-height: 28px !important;
}

.post-content-wrapper h1{
    font-size: 32px !important;
    line-height: 38px !important;
}
.post-content-wrapper h2{
    font-size: 28px !important;
    line-height: 36px !important;
}
.post-content-wrapper h3{
    font-size: 24px !important;
    line-height: 35px !important;
}
.post-content-wrapper h4{
    font-size: 20px !important;
    line-height: 34px !important;
}
.post-content-wrapper h5{
    font-size: 18px !important;
    line-height: 33px !important;
}
.post-content-wrapper h6{
    font-size: 18px !important;
    line-height: 32px !important;
}

.post-content-wrapper h1 span span{
    font-size: 32px !important;
    line-height: 38px !important;
}
.post-content-wrapper h2 span span{
    font-size: 28px !important;
    line-height: 36px !important;
}
.post-content-wrapper h3 span span{
    font-size: 24px !important;
    line-height: 35px !important;
}
.post-content-wrapper h4 span span{
    font-size: 20px !important;
    line-height: 34px !important;
}
.post-content-wrapper h5 span span{
    font-size: 18px !important;
    line-height: 33px !important;
}
.post-content-wrapper h6 span span{
    font-size: 18px !important;
    line-height: 32px !important;
}

.mce-toc h2{
    font-size: 20px !important;
    font-weight: 700 !important;
    color:var(--main-read-text-color);
    margin: 0;
}
.about-list{
    line-height: 2;
    margin-left: 20px;
}

.about-list li{
    list-style: circle !important;
}
.search{
    border: none;
    height: 44px;
    width: 50%;
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
    font-size: var(--fs-16);
    line-height: 44px;
    padding: 5px 10px 5px 10px;
    color:#424242
}
.search:focus{
    outline: none !important;
}
.search-icon{
    padding: 16px;
    padding-bottom: 17px;
    font-size: var(--fs-18);
    margin-left: -5px;
    margin-bottom: -5px;
    font-weight: var(--fw-400);
    border: none;
    border-radius: 0px var(--border-radius) var(--border-radius) 0px;
    background-color: #ffffff;
    cursor: pointer;
}

.tags ul{
    margin-block-start: 0;
    margin-block-end: 0;
}

.tags .tag-list{
    padding: 0;
}

.tag-list-post ul li{
    display: inline-flex;
    font-size: var(--fs-12);
    font-weight: var(--fw-400);
    padding: 5px 12px 5px 12px;
    border-radius: var(--border-radius);
    margin-bottom: 5px;
    margin-top: 20px;
    color:var(--blog-text);
    background-color: #EAEAEA;
}
.tag-list-post ul li:hover{
    color:white;
    background-color: var(--blue-color);
    cursor: pointer;
}

.tag-list{
    width: 55%;
    margin: 0px auto auto auto;
    padding: 1px 20px;
}
.tag-list ul li{
    display: inline-flex;
    font-size: var(--fs-12);
    font-weight: var(--fw-400);
    padding: 5px 12px 5px 12px;
    border-radius: var(--border-radius);
    margin-bottom: 5px;
    color:#ffffff;
    background-color: #ffffff2e;
}
.tag-list ul li:hover{
    color:var(--blue-color);
    background-color: #ffffff;
    cursor: pointer;
}

.tag-list-index{
    margin: 0px auto auto auto;
    /* padding: 1px 20px; */
}
.tag-list-index ul li{
    display: inline-flex;
    font-size: var(--fs-12);
    font-weight: var(--fw-500);
    padding: 5px 12px 5px 12px;
    border-radius: var(--border-radius);
    margin-bottom: 5px;
    color:#000000;
    background-color: #b2b2b22e;
}
.tag-list-index ul li:hover{
    color:#fff;
    background-color: #242424;
    cursor: pointer;
}

.search-results{
    border-radius: var(--border-radius);
    width: 50%;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
    border: 1px solid #000000;
}
.inline {
    display: flex;
} 
.inline p{
    margin-block-start: 10px;
    margin-block-end: 0;
} 
.inline .inline-item {
    font-size: var(--fs-12) !important;
    font-weight: var(--fw-400);
    color: grey;
    padding-right: 0.6em;
    margin-top: 1px;
    padding-left: 2.5px;
} 

.answer-inline {
    display: flex;
    padding-top: 12px;
    margin-left: 6px;
} 
.answer-inline p{
    margin-block-start: 10px;
    margin-block-end: 0;
} 
.answer-inline .answer-inline-item {
    font-size: var(--fs-12) !important;
    font-weight: var(--fw-400);
    color: grey;
    padding-right: 0.6em;
    margin-top: 3px;
    padding-left: 3px;
} 

.inline-item-2 {
    margin-right: 0;
    margin-left: 5px;
}

.blog-inline-item-2 {
    margin-right: 0;
    margin-left: 5px;
    display: flex;
}

.post-inline-item-2 {
    margin-left: auto; 
    margin-right: 0;
    margin-top: 2px;
}

.answerpost-info{
    background-color: #f3f3f3;
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    height: 45px;
    border-bottom: 0.5px solid hsla(0, 0%, 70%, 0.3);
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
}

.grey-eye-text {
    font-size: var(--fs-10) !important;
    font-weight: var(--fw-400) !important;
    color: var(--blog-info-text) !important;
    padding-right: 0.6em;
}
.eye{
    color:var(--blue-color) !important;
}
.eye-grey{
    color:var(--blog-info-text) !important;
    font-size: 10px;
}
.like{
    /* color:#0c9d41 !important; */
    color:rgb(255, 153, 153) !important;
}
.post-category ul{
    margin: 5px 0 5px 0;
    margin-block-start: 0;
}
.post-category ul li{
    display: inline-flex;
    font-size: var(--fs-12);
    font-weight: var(--fw-500);
    padding: 2px 6px 3px 6px;
    border-radius: var(--border-radius);
    margin-right: 3px;
    cursor: pointer;
}

.updated-date{
    margin-left: 4px;
    margin-top: 1.5px;
    font-size:12px;
    color:var(--blog-info-text);
}

.post-updated-date{
    margin-left: 4px;
    margin-top: 7.5px;
    font-size:12px;
    color:var(--blog-info-text);
}

.answer-updated-date{
    margin-left: 4px;
    margin-top: 2px;
    font-size:12px;
    color:var(--blog-info-text);
}

.welcome-search{
    text-align: center;
    color: var(--blog-text);
    font-size: var(--fs-20);
    margin-top: 20px;
    font-weight: var(--fw-500);
}

#searchresultnotfound{
    text-align: center;
    margin-top: 20px;
    color: var(--bold-grey);
    font-weight: var(--fw-600);
    font-size: var(--fs-18);
}

.result-count{
    color: var(--blog-info-text);
    font-weight: var(--fw-400);
    font-size: var(--fs-12); 
    text-align: center;
}

.search-container{
    width: 70%;
    margin: auto;
}

.blog-cta{
    color: var(--blue-color);
    text-decoration: none;
    font-size:13px;
    font-weight: 600;
    padding: 2px 5px 3px 0px !important;
}
.blog-cta:hover{
    border-radius: var(--border-radius);
    padding: 2px 5px 3px 5px !important;
    background-color: var(--blue-color);
    color: #ffffff !important;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
}

.section-1{
    margin: auto;
    width: 80%;
    height: 500px;
}

.main-row{
    display: flex;
}

.main-about{
    width: 50%;
}

.main-image{
    width: 50%;
    align-items: center;
}



.accordion-place {
    margin: auto;
    font-weight: lighter;
    color: var(--blog-title);
    
}

.accordion {
    background-color: #f7f7f7;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-16);
    color: var(--bold-grey);
    cursor: pointer;
    padding: 12px;
    width: 90%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion:after {
    content: "+";
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "-";
    margin-left: 8px;
}

.accordion:hover {
    color: var(--blog-title);
}

.panel {
    margin-left: 10px;
    font-weight: var(--fw-400);
    padding: 0 18px;
    background-color: rgb(255, 255, 255);
    max-height: 0;
    max-width: 85%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* .active {
    color: black;
} */

/*-----------------------*\
      #FRONTEN DESIGN
\*-----------------------*/
a, img{ display: block; }

a{ text-decoration: none;}

a, span{ display: inline-block;}

.h1 span{
    color: var(--blue-color);
}

/* .blog-text a{
    display: inline-block;
} */

.main-blue-button{
    border-radius: var(--border-radius);
    padding: 5px 13px 5px 13px !important;
    background-color: var(--blue-color);
    display: flex;
    color: #ffffff !important;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-500) !important;
    border: none;
    cursor: pointer;
}

.main-blue-button:hover{
    background-color: var(--blue-color-hover);
}
:focus{ outline-offset: 4px;}

/*-----------------------*\
      #HERO SECTION
\*-----------------------*/
.welcome-msg{
    font-weight: var(--fw-700);
    color: var(--bold-grey);
}
.hero{
    background: white;
    text-align: start;
    padding: 50px 90px 20px 90px;
}

.hero .h1{
    margin-bottom: 1rem;
    line-height: 1.6rem;
    font-weight: var(--fw-600);  
}

.hero .h3{
    color: var(--blog-text);
    margin-bottom: 2rem;
    font-size: var(--fs-14);
    line-height: 1.5rem;
}

.hero .hero-btn-group{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}

.hero-continer{
    margin-inline: auto;
    margin : auto;
    padding: 0 15px;
}

.hero-group-btn-primary{
    padding: 0.6875rem 1.1875rem !important;
}
.hero-group-btn-secondary{
    border-radius: var(--border-radius);
    padding: 0.5rem 1rem;
    background-color: #e5e5e5;
    display: flex;
    color: var(--bold-grey) !important;
    justify-content: center;
    align-items: center;
    font-weight: var(--fw-500) !important;
    border: none;
    cursor: pointer;
}

.hero-group-btn-secondary:hover{
    background-color: #dadada;
}

.hero .hero-left{
    margin: auto;
}

/* Main Image zoom in animation */
.zoom-in{
    animation: frontImageZoom 0.5s;
}
 
 @keyframes frontImageZoom{
    from {
        -ms-transform: scale(0.4); 
        -webkit-transform: scale(0.4); 
        transform: scale(0.7); 
    }
    to{
        -ms-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1); 
    }
 }

/*-----------------------*\
      #BLOG SECTION
\*-----------------------*/

.blog-section{

    background: var(--body-background);
    padding: 10px 50px 10px 50px;
    max-width: 1280px;
    margin: auto;
}

.post-section{
    flex-wrap:wrap;
    background: var(--body-background);
    padding: 10px 50px 10px 50px;
    max-width: 1280px;
    margin: auto;
}

.answer-post-section{
    flex-wrap:wrap;
    background: rgb(255, 255, 255);
    padding: 10px 50px 10px 50px;
    max-width: 1280px;
    margin: auto;
    
}

.blog-section-verticle{
    background: var(--body-background);
    /* padding: 10px 90px 10px 90px; */
}

.blog .h2{
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: var(--fw-800);
    font-size: var(--fs-20);
    color: var(--heading);
}

.blog-verticle .h2{
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: var(--fw-800);
    font-size: var(--fs-20);
    color: var(--heading);
} 

.answer-page-verticle .h2{
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: var(--fw-800);
    font-size: var(--fs-20);
    color: var(--heading);
} 

.main-second-heading-post{
    font-size: 28px;
    font-weight: 700;
    margin-left: 10px;
}

.blog-card-group {
    margin-bottom: 3rem;
}

.blog-card{
    background: #ffffff;
    padding: 5px;
    margin-bottom: 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px hsla(0, 0%, 80%, 0.3);
    transition: 0.25s ease;
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap: 10px;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}


.post-card{
    background: #ffffff;
    padding: 5px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: var(--border-radius);
    transition: 0.25s ease;
}


/* .blog-card {
    
  } */
.blog-card-verticle {
    background: #ffffff;
    padding: 5px;
    margin: 1rem;
    border-radius: var(--border-radius);
    transition: 0.25s ease;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}

.blog-card-verticle-index {
    background: #ffffff;
    padding: 2px;
    margin: 8px;
    border-radius: var(--border-radius);
    transition: 0.25s ease;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}

.answer-card-verticle {
    background: #ffffff;
    margin: 1rem;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px hsla(0, 0%, 80%, 0.3);
    transition: 0.25s ease;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}

.blog-card-banner {
    display: block;
    overflow: hidden;
    border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

.blog-card-banner-verticle {
    display: block;
    overflow: hidden;
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.blog-banner-img {
    width:  100%;
    height: 100%;
    object-fit: cover;
  }

.blog-banner-img-verticle {
    width:  100%;
    height: 100%;
    object-fit: cover;
  }

.image{
    object-fit: cover; 
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify; 
    /* overflow-x: auto !important; */
  }

.blog-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 15px hsla(0, 0%, 70%, 0.3);
}

.blog-card-verticle:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 15px hsla(0, 0%, 70%, 0.3);
}

.blog-card-verticle-index:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 15px hsla(0, 0%, 70%, 0.3);
}

.answer-card-verticle:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 15px hsla(0, 0%, 70%, 0.3);
}


.blog-content-wrapper{
    padding: 10px 5px;
}

.post-content-wrapper{
    padding: 10px 12px;
    font-family: -apple-system, BlinkMacSystemFont,"Proxima Nova", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.blog-content-wrapper-verticle{
    padding: 10px 5px;
}

.answer-content-wrapper-verticle{
    padding: 15px 10px;
}

.blog-card .h3{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-18);
    color: var(--bold-grey);
}

.blog-card .h3:hover{
    text-decoration: underline;
}

.blog-card-verticle .h3{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-18);
    color: var(--bold-grey);
}

.blog-card-verticle-index .h3{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-18);
    color: var(--bold-grey);
}

.answer-card-verticle .h3{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-18);
    color: var(--bold-grey);
}

.blog-card-verticle .h3:hover{
    text-decoration: underline;
}

.blog-card-verticle-index .h3:hover{
    text-decoration: underline;
}

.answer-card-verticle .h3:hover{
    text-decoration: underline;
}

.btn-load-more {
    width: fit-content;
    margin: auto;
    padding-bottom: 20px;
}

/*-----------------------------------*\ 
  #ASIDE
\*-----------------------------------*/

.search-box{
    width: 100%;
    position: relative;
    display: flex;
  
  }
  .search-input{
    width: 100%;
    padding: 10px;
    border: 0.5px solid #959595;
    border-radius:var(--border-radius) 0 0 var(--border-radius) ;
    border-right: none;
    outline: none;
    background: none;
    background-color: white;
    box-shadow: 0 10px 15px hsla(0, 0%, 80%, 0.3);
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
  }
  .search-button{
   text-align: center;
  height: 40px;
  width: 40px;
  outline: none;
  cursor: pointer;
  border: 0.5px solid #959595;
   border-radius: 0 var(--border-radius) var(--border-radius) 0 ;
  border-left: none;
  background: none;
  font-size: 15px;
  border-left: 0.5px solid #959595; 
    background-color: white;
    box-shadow: 0 10px 15px hsla(0, 0%, 80%, 0.3);
    border: 0.5px solid hsla(0, 0%, 70%, 0.3); 
  }

.blog-text {
    color: var(--blog-text);
    font-size: 13px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-block-start: 5px !important;
    margin-block-end: 5px !important;
}



  /* .hero { text-align: left; } */

.hero .hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.hero .hero-right {
    position: relative;
    justify-content: center;
    align-items:     center;
}

.hero .hero-img-box {
    position: relative;
    z-index: 2;
}

.hero-img {
    width:  100%;
    height: 100%;
    object-fit: contain;
    /* border-radius: 0 0 280px 230px; */
    transform: translate(10px, -10px);
}

  /* COMPELTE BLOG SECTION */

.blog-section .blog-container {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 30px;
}

.post-section .post-container {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 30px;
}

.answer-post-section .post-container {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 30px;
}

.blog-container-verticle {
    display: block;
    padding: 10px 70px 10px 70px;
    max-width: 1280px;
    margin: auto;
}

.blog-container-verticle-index {
    display: block;
    padding: 10px 0px 10px 0px;
}

.answer-page-container-verticle {
    max-width: 1280px;
    margin: auto;
    display: block;
    padding: 10px 70px 10px 70px;
}

.blog-card-group-verticle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 3rem;
}

.blog-card-group-verticle-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
}

.answer-card-group-verticle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 3rem;
}

.image-card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 3rem;
}

.image-card img{
    height: auto;
    width: 100px;
}


/* SIDE UI */

.aside {
    align-self: stretch;
  }

.aside .h2 {
    color: var(--heading);
    margin-bottom: 1.5rem;
    text-align: start;
    line-height: 1.3;
    font-weight: var(--fw-800);
    font-size: var(--fs-18);
  }

/* SIDE SEARCH */

.search-heading { margin-bottom: 2rem; }

.aside .search{
    width: 79%;
}

/* TOP CATEGORIES */

.top-categories { 
    margin-bottom: 2rem;
    
}

.topic-btn {
    display: flex;
    align-items: stretch;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 10px hsla(0, 0%, 80%, 0.3); 
    overflow: hidden;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}

.topic-btn:not(:last-child) { margin-bottom: 1.5rem; }

.topic-btn .icon-box {
    font-size: var(--fs-20);
    width: 5px;
    display: flex;
    justify-content: center;
    align-items:     center;
}

.topic-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 15px hsla(0, 0%, 70%, 0.3);
    text-decoration: underline;
}

.topic-btn p {
    padding: 5px 5px 5px 10px;
    color: var(--blue-color-hover);
    font-weight: var(--fw-500);
    margin-block-start: 10px !important;
    margin-block-end: 10px !important;
}


.trending-answer{
    margin-bottom: 2rem;
}

.trending-answer .h3{
    font-size: var(--fs-14);
    font-weight: var(--fw-800);
    color: var(--bold-grey);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.trending-answer .h3:hover{
    text-decoration: underline;
}

/* NEWSLETTER */

.aside .wrapper {
    margin: auto;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 10px 10px hsla(0, 0%, 80%, 0.3);
}

.aside .newsletter-img{
    width: 150px;
    margin: auto;
}

.newsletter {
    position: sticky;
    top: 3rem;
    margin-bottom: 98px;
}

.newsletter .wrapper{
    align-items: center;
    border: 0.5px solid hsla(0, 0%, 70%, 0.3);
}

.newsletter .blog-subscribe {
    margin-bottom: 0.8rem;
    font-size: var(--fs-20);
    font-weight: var(--fw-500);
    color: var(--blue-color);
    text-align: center;
    margin-block-start: 0;
}
.newsletter .blog-subscribe-text{
    margin: 0px 30px 20px 30px;
    text-align: center;
    font-size: var(--fs-14);
    color: var(--blog-text);
}

.newsletter input{
    width: 100%;
    box-sizing: border-box;
}

.newsletter #subscribe-msg{
    margin: 0px 30px 20px 30px;
    text-align: center;
    font-size: var(--fs-14);
}


.heading-design {
    border: 0;
    border-bottom: 3px solid var(--blue-color);
    margin: 0;
    padding: 0;
    border-radius: 20px;
    width: 50px;
}

figcaption{
    text-align: center !important;
}

.post-info{
    font-size: 14px !important;
}

.post-path{
    font-weight: 600;
    font-size: 12px;
    margin: 20px auto;
    margin-left: 10px;
}

.post-path-color a{
    color: var(--blue-color) !important;
}

.post-main-heading{
    color: var(--main-read-text-color);
    font-size: 45px;
    line-height: 64px;
    margin-left: 10px;
    font-weight: var(--fw-700);
}

.mobile-search{
    display: none;
}

/* side sticky share buttons */

.sticky-icon  {
	z-index:1;
	position:fixed;
	top:25%;
	left:0;
	width:40px;
	display:flex;
	flex-direction:column;
}  
.sticky-icon a {
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	transition:all 0.3s;}
.sticky-icon a:hover  {
	color:#FFF;
    transform:scale(1.25);
}
.Facebook  {
    padding:5px;
	background-color:#2C80D3;
	color:#FFF;}
.Whatsapp{
    padding:5px;
	background-color:#2cd34b;
	color:#FFF;}
.Telegram{
    padding:5px;
	background-color:#43b1f0;
	color:#FFF;}
.Share  {
    border-radius: 0px 3px 0px 0px;
    padding:5px;
	background-color:#dbdbdb;
	color:#FFF;}
	
.Twitter  {
    padding:5px;
	background-color:#53c5ff;
	color:#FFF;}

.insta-color{
    color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.Instagram  {
    padding:5px;
	background-color:#FD1D1D;
	color:#FFF;}
.Email  {
    border-radius: 0px 0px 3px 0px;
    padding:5px;
	background-color:#010101;
	color:#FFF;}

.sticky-icon a i {
	height:30px;
	width:30px;
	color:#000;
	text-align:center;
	line-height:30px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f, 
a i.fa-whatsapp, 
a i.fa-telegram, 
a i.fa-envelope {
	color:#ffffff;
}

.sticky-icon a i.fa-twitter {
	color:#ffffff;
}

.sticky-icon a i.fa-share-nodes  {
    color:#939393;
}

.error-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.error-container p{
    color: var(--blog-info-text);
    text-align: center;
    line-height: 28px;
}

.error-image{
    margin: auto;
}

/* .recent-posts{
    padding-top: 50px;
} */
.youtube-video{
    padding-top: 50px;
}

.youtube-iframe{
    width: 300px;
    height: 150px;
}

.recent-posts .h3{
    font-size: var(--fs-13);
    font-weight: var(--fw-800);
    color: var(--bold-grey);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.recent-posts .h3:hover{
    text-decoration: underline;
}

.related-answer .h3{
    font-size: var(--fs-13);
    font-weight: var(--fw-800);
    color: var(--bold-grey);
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.related-answer .h3:hover{
    text-decoration: underline;
}


.sticky-sidebar{
    position: sticky;
    top: 4rem;
    margin-bottom: 98px;
}

.answer-recommended a{
    color: var(--blue-color);
    margin: 5px auto;
    font-weight: var(--fw-600);
}
.answer-recommended a:hover{
    color: var(--blue-color-hover);
    text-decoration: underline;
}

.recommended-posts{
    /* margin-top: 0.8rem; */
    position: sticky;
    top: 3rem;
    margin-bottom: 98px;
}


.tag-alignment{
    display: flex;
    flex-direction: column;
}

.related-post-title:hover{
    text-decoration: underline;
}

.related-post-container hr{
    margin: 5px auto;
    border-bottom: 1px solid rgb(210, 210, 210);
}

.post-thumbain-image{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    width: 100%;
    height: 100%;
    margin: auto;
}
.space-after-relatedPosts{
    margin-bottom: 40px;
}

.related-post-body{
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 10px;
}

.related-post-body:hover{
    transition:all 0.4s;
    transform: scale(1.08);
}
.related-post-banner-img{
    padding-top: 7px;
    width:  100px;
    height: 60px;
    border-radius: 3px;
    object-fit: cover;
}

.related-post-content p{
    color: var(--bold-grey);
    /* margin-block-start: 0;
    margin-block-end: 0; */
    font-size: var(--fs-13);
    line-height: 22px;
    font-weight: var(--fw-800)
}
figcaption{
    margin-top: 3px;
    font-size: 13px;
    color: var(--blog-info-text) !important;
}
.post-content-wrapper img{
    border-radius: 3px !important;
    margin: auto;
}

.popup-subscribe-form{
    width: 25%;
    height: 400px;
    background-color: #F3F4F4;
    display: none;
    position: fixed;
    z-index: 1;
    right: 40px;
    bottom: 0;
}

.popup-close-btn{
    position: absolute;
    right: 6px;
    top: 6px;
}
.popup-close-btn:hover{
    cursor: pointer;
}

.popup-subscribe-form #subscribeid{
    padding: 10px 20px 20px 20px;
}

.popup-subscribe-form .blog-subscribe{
    margin-top: 20px;
}

@media only screen and (max-width:1395px) {
    .aside .search{
        width: 77%
    }
    .post-section .post-container {
        gap: 30px;
    }
    .answer-post-section .post-container {
        gap: 30px;
    }
    .blog-section .blog-container {
        gap: 30px
    }
}

@media only screen and (max-width:1300px) {
    .aside .search{
        width: 75%
    }
    .post-section .post-container {
        gap: 30px;
    }
    .answer-post-section .post-container {
        gap: 30px;
    }
    .blog-section .blog-container {
        gap: 30px
    }
}

@media only screen and (max-width:1210px) {
    .aside .search{
        width: 72%
    }
    .post-section .post-container {
        gap: 28px;
    }
    .blog-section .blog-container {
        gap: 28px
    }
}

@media only screen and (max-width:1110px) {
    .popup-subscribe-form{
        width: 30%;
    }
    .aside .search{
        width: 70%
    }
    .post-section{
        padding: 10px 60px 10px 60px;
    }
    .post-section .post-container {
        gap: 25px;
    }
    .answer-post-section{
        padding: 10px 60px 10px 60px;
    }
    .answer-post-section .post-container {
        gap: 25px;
    }
    .blog-section .blog-container {
        gap: 25px
    }
    
}

@media only screen and (max-width:1050px) {
    .post-main-heading{
        font-size: 40px;
        line-height: 57px;
    }
    .popup-subscribe-form{
        width: 35%;
    }
    .aside .search{
        width: 67%
    }
    .post-section{
        padding: 10px 50px 10px 50px;
    }
    .post-section .post-container {
        gap: 22px;
    }
    .answer-post-section{
        padding: 10px 50px 10px 50px;
    }
    .answer-post-section .post-container {
        gap: 22px;
    }
    .blog-section .blog-container {
        gap: 22px
    }
    
}

@media only screen and (max-width:975px) {
    .youtube-iframe{
        width: 400px;
        height: 230px;
    }
    .popup-subscribe-form{
        width: 35%;
    }
    .related-post-banner-img{
        width:  100%;
        height: 100%;
    }
    .page-container{
        background-color: #ffffff;
        margin: 10px;
        padding: 20px;
    }
    .blog-section .blog-container {
        display: block;
    }
    pre {
        white-space: revert;
    }
    .post-section .post-container {
        display: block;
    }
    .post-section{
        padding: 10px 40px 10px 40px;
    }
    .answer-post-section .post-container {
        display: block;
    }
    .answer-post-section{
        padding: 10px 40px 10px 40px;
    }
    .aside .search-heading{
        display: none;
    }
    .aside .newsletter-img{
        width: 200px;
        margin: auto;
    }
    .blog-card-group-verticle {
        display: grid;
        grid-template-columns: auto auto;
        margin-bottom: 3rem;
        margin: 0;
    }
    .blog-card-group-verticle-index {
        display: grid;
        grid-template-columns: auto auto;
        margin-bottom: 3rem;
        margin: 0;
    }
    .answer-card-group-verticle {
        display: grid;
        grid-template-columns: auto auto;
        margin-bottom: 3rem;
        margin: 0;
    }
    .blog-container-verticle {
        padding: 10px 50px 10px 50px;
    }
    .blog-container-verticle-index {
        padding: 10px 0px 10px 0px;
    }
    .answer-page-container-verticle{
        padding: 10px 50px 10px 50px;
    }
    
}

@media only screen and (max-width:920px) {
    .popup-subscribe-form{
        width: 37%;
    }
    .hero{
        padding: 50px 70px 20px 70px;
    }
    .logo{
        margin-left: 20px;
    }
    .nav-bar{
        margin-right: 20px;
    }
    .blog-section{
        padding: 10px 70px 10px 70px;
    }
    .post-section{
        padding: 10px 30px 10px 30px;
    }
    .answer-post-section{
        padding: 10px 30px 10px 30px;
    }

    .blog-container-verticle{
        padding: 10px 40px 10px 40px;
    }
    .blog-container-verticle-index{
        padding: 10px 0px 10px 0px;
    }
    .answer-page-container-verticle{
        padding: 10px 40px 10px 40px;
    }
}

@media only screen and (max-width:768px) {
    .youtube-iframe{
        width: 100%;
        height: 400px;
    }
    .nav-bar{
        margin-right: 0px;
    }

    .post-main-heading{
        font-size: 35px;
        line-height: 43px;
    }
    .related-answer .h3{
        margin-left: 15px;
    }
    .related-post-container{
        margin-left: 10px;
    }
    .recent-posts .h3{
        margin-left: 15px;
    }
    .post-path{
        margin: 20px 12px;
    }
    .popup-subscribe-form{
        width: 50%;
    }
    .post-content-wrapper h1{
        font-size: 28px !important;
    }
    .post-content-wrapper h2{
        font-size: 26px !important;
    }
    .post-content-wrapper h3{
        font-size: 24px !important;
    }
    .post-content-wrapper h4{
        font-size: 20px !important;
    }
    .post-content-wrapper h5{
        font-size: 18px !important;
    }
    .post-content-wrapper h6{
        font-size: 18px !important;
    }
    .post-main-heading{
        margin: 0px 12px;
        font-size: 30px !important;
    }
    .post-content-wrapper img{
        border-radius: 3px !important;
        margin: auto;
        width: 100%;
        height: 100%;
    }
    .aside .h2 {
        margin-left: 15px;
      }
    .scroll-to-top{
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    .enable-share{
        bottom: 15px;
        left: 15px;
        display: block;
    }
    .sticky-icon{
        display: none;
        top:50%;
    }
    .hero{
        padding: 50px 50px 20px 50px;
    }
    .blog-section{
        padding: 10px 50px 10px 50px;
    }

    .post-section{
        padding: 10px 20px 10px 20px;
    }

    .answer-post-section{
        padding: 10px 20px 10px 20px;
    }

    .blog-container-verticle{
        padding: 10px 10px 10px 10px;
    } 
    .blog-container-verticle-index{
        padding: 10px 0px 10px 0px;
    } 
    .answer-page-container-verticle{
        padding: 10px 10px 10px 10px;
    }
    .blog-card-verticle{
        margin: 5px;
        margin-bottom: 20px !important;
    }
    .blog-card-verticle-index{
        margin: 5px;
        margin-bottom: 20px !important;
    }
    .answer-card-verticle{
        margin: 5px;
        margin-bottom: 20px !important;
    }
    .blog-card-group-verticle {
        display: grid;
        grid-template-columns: auto;
        margin-bottom: 3rem;
    }
    .blog-card-group-verticle-index {
        display: grid;
        grid-template-columns: auto;
        margin-bottom: 3rem;
    }
    .answer-card-group-verticle {
        display: grid;
        grid-template-columns: auto;
        margin-bottom: 3rem;
    }
    .hero .hero-container {
        display: block;
        align-items: center;
    }
    .hero .hero-img{
        display: none;
    }
    .blog .blog-text{
        display: none;
    }
    .hamburger{
        display: block;
        cursor: pointer;
    }
    .hamburger .line{
        width: 20px;
        height: 2px;
        background-color: black;
        margin: 5px 0;
        border-radius: 1px;
    }
    .mobile-search{
        display: block;
    }
    .bottom-line{
        display: block;
    }
    .nav-bar{
        position: absolute;
        top: 55px;
        right: -30px;
        width: 0;
        background-color: white;
        transition: 0.4s;
        overflow: scroll;
    }
    .nav-bar.active{
        width: 250px;
    }
    .nav-bar ul{
        display: block;
        text-align: start;

    }
    .nav-bar ul li a{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .logo{
        margin-left: 20px;
    }

    .hamburger{
        margin-right: 20px;
    }
    .col{
        flex-basis: 100%;
        padding: 10px;
    }

    .contact-box{
        grid-template-columns: 1fr;
    }
    .left-contact{
        height: 200px;
    }
    .contact-box{
        display: block;
        max-width: 90%;
        padding: 10px 20px 50px 20px;
    }
    .contact-form-container{
        padding: 30px 30px 30px 30px;
    }
    .tag-list{
        width: 85%;
    }
    .search{
        width: 70%;
    }
    .search-results .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sticky-footer .row{
        margin: 10px;
    }

    .post-content-wrapper h1{
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .post-content-wrapper h2{
        font-size: 27px !important;
        line-height: 36px !important;
    }
    .post-content-wrapper h3{
        font-size: 23px !important;
        line-height: 35px !important;
    }
    .post-content-wrapper h4{
        font-size: 19px !important;
        line-height: 34px !important;
    }
    .post-content-wrapper h5{
        font-size: 18px !important;
        line-height: 33px !important;
    }
    .post-content-wrapper h6{
        font-size: 18px !important;
        line-height: 32px !important;
    }

    .post-content-wrapper h1 span span{
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .post-content-wrapper h2 span span{
        font-size: 27px !important;
        line-height: 36px !important;
    }
    .post-content-wrapper h3 span span{
        font-size: 23px !important;
        line-height: 35px !important;
    }
    .post-content-wrapper h4 span span{
        font-size: 19px !important;
        line-height: 34px !important;
    }
    .post-content-wrapper h5 span span{
        font-size: 18px !important;
        line-height: 33px !important;
    }
    .post-content-wrapper h6 span span{
        font-size: 18px !important;
        line-height: 32px !important;
    }

}

@media only screen and (max-width:650px) {
    .youtube-iframe{
        width: 100%;
        height: 350px;
    }
    .popup-subscribe-form{
        width: 70%;
    }
    .blog-card-banner {
        border-radius: var(--border-radius) var(--border-radius) 0px 0px;
    }
    .hero{
        padding: 50px 35px 20px 35px;
    }
    .blog-section{
        padding: 10px 35px 10px 35px;
    }
    .post-section{
        padding: 10px 10px 10px 10px;
    }
    .answer-post-section{
        padding: 10px 10px 10px 10px;
    }
    .blog-section-verticle{
        padding: 10px 35px 10px 35px;
    }
    .card-image{
        width: 100%;
        height: 280px;
        position: relative;
    }
    .blog-card {
        display: block;
      }
}
@media only screen and (max-width:550px) {
    .youtube-iframe{
        margin-left: 15px;
        width: 400px;
        height: 200px;
    }
    .post-main-heading{
        font-size: 32px;
        line-height: 40px;
    }
    .tag-list-post{
        padding-left: 12px;
    }
    .popup-subscribe-form{
        width: 80%;
        right: 10px;
    }
    .page-container{
        background-color: #ffffff;
        margin: 0px;
        padding: 12px;
    }
    .hero{
        padding: 50px 25px 20px 25px;
    }
    .blog-section{
        padding: 10px 15px 10px 15px;
    }
    .post-section{
        padding: 0;
    }
    .answer-post-section{
        padding: 0;
    }
    .blog-section-verticle{
        padding: 10px 25px 10px 25px;
    }
    .nav-bar.active{
        width: 200px;
    }
    .sticky-icon{
        display: none;
        top:35%;
    }
    
}
@media only screen and (max-width:400px) {
    .youtube-iframe{
        width: 300px;
        height: 150px;
    }
    .popup-subscribe-form{
        width: 100%;
        right: 0px;
    }
    .aside .newsletter-img{
        width: 150px;
        margin: auto;
    }
    .hero{
        padding: 50px 15px 20px 15px;
    }
    .blog-section{
        padding: 10px 10px 10px 10px;
    }
    .post-section{
        padding: 0;
    }
    .answer-post-section{
        padding: 0;
    }
    .blog-section-verticle{
        padding: 10px 20px 10px 20px;
    }
    .contact-box{
        display: block;
        max-width: 95%;
        padding: 10px 10px 30px 10px;
    }
    .contact-form-container{
        padding: 20px 20px 20px 20px;
    }
    
    .search{
        width: 60%;
    }
}
@media only screen and (max-width:380px) {
    .youtube-iframe{
        width: 200px;
        height: 100px;
    }
    .g-recaptcha {
        transform:scale(0.70);
        transform-origin:0 0;
    }
    .nav-bar.active{
        width: 170px;
    }

}

@media only screen and (max-width:300px) {
    .youtube-iframe{
        width: 150px;
        height: 80px;
    }
    .inner-logo-name{
        display: none;
    }
}