@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}

.icon-tags:before {
    content: "\e7e5";
}

.icon-right1:before {
    content: "\e670";
}

.icon-left-arrow:before {
    content: "\e83d";
}

.icon-tag:before {
    content: "\e66c";
}

.icon-left1:before {
    content: "\e661";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-time:before {
    content: "\e627";
}

.icon-audio:before {
    content: "\e613";
}

.icon-config:before {
    content: "\e626";
}

.icon-leftquote:before {
    content: "\e778";
}

.icon-service:before {
    content: "\e617";
}

.icon-info:before {
    content: "\e60e";
}

.icon-plus:before {
    content: "\e60d";
}

.icon-check:before {
    content: "\e614";
}

.icon-star:before {
    content: "\e629";
}

.icon-mobile:before {
    content: "\e62a";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-leftquote1:before {
    content: "\e7c8";
}

.icon-calender:before {
    content: "\e600";
}

.icon-linkedin:before {
    content: "\e6ce";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-edit:before {
    content: "\e603";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-navbar1:before {
    content: "\e611";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-rightquote:before {
    content: "\e663";
}

.icon-close:before {
    content: "\e606";
}

.icon-search:before {
    content: "\e6c8";
}

:root {
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #343a40;
    --font-family-sans-serif: Lora;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: Lora;
    line-height: 1.15;
}

aside,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 20px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-9,
.col-md-12,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}


.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

@media (min-width:992px) {
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}


body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    font-display: swap;
    color: #6b6b6b;
    background-color: #fff;
    text-rendering: optimizelegibility;
}

main {
    overflow: hidden;
    position: relative
}

h2,
h3,
h4 {
    color: #000;
    font-weight: 700;
}

a,
button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

a:hover,
button:hover {
    text-decoration: none
}

a:focus,
button:focus {
    outline: 0
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0
}

button:focus {
    outline: 0
}

img {
    height: auto;
    max-width: 100%
}

.form_item {
    position: relative;
    margin-bottom: 30px
}

.form_item input,
.form_item textarea {
    width: 100%;
    border: none;
    outline: 0;
    display: block;
    border: 1px solid #e8e8e8;
    transition: .6s cubic-bezier(.25, 1, .5, 1)
}

.form_item input:focus,
.form_item textarea:focus {
    border-color: #38dbe4
}

.form_item input {
    height: 60px;
    padding: 0 30px
}

.form_item textarea {
    min-height: 130px;
    padding: 20px 30px
}

.form_item .submit_btn {
    top: 50%;
    right: 30px;
    position: absolute;
    transform: translateY(-50%)
}

.container {
    max-width: 1200px
}

.ul_li,
.ul_li_center,
.ul_li_right {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ul_li>li,
.ul_li_center>li,
.ul_li_right>li {
    float: left;
    list-style: none;
    display: inline-block
}

.ul_li {
    justify-content: flex-start
}

.ul_li_center {
    justify-content: center
}

.ul_li_right {
    justify-content: flex-end
}

.ul_li_block {
    margin: 0;
    padding: 0;
    display: block
}

.ul_li_block>li {
    display: block;
    list-style: none
}

.post_meta>li {
    font-size: 14px;
    position: relative
}

.post_meta>li:not(:last-child) {
    margin-right: 23px;
    padding-right: 23px
}

.post_meta>li:after {
    top: 50%;
    width: 2px;
    right: -1px;
    content: "";
    height: 14px;
    position: absolute;
    background-color: #6c6c6c;
    transform: translateY(-50%)
}

.post_meta>li:last-child:after {
    display: none
}

.post_meta a {
    color: #555
}

.post_meta a:hover {
    color: #38dbe4
}

.post_meta .post_admin {
    align-items: center;
    display: inline-flex
}

.post_meta .admin_thumbnail {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 8px;
    border-radius: 100%;
    display: inline-block
}

.circle_social_links li:not(:last-child) {
    margin-right: 8px
}

.circle_social_links a {
    width: 45px;
    height: 45px;
    color: #000;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    background-color: #fafafa
}

.sec_ptb_100 {
    padding: 100px 0
}

.sec_ptb_140 {
    padding: 100px 0
}

.mb_15 {
    margin-bottom: 15px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_50 {
    margin-bottom: 50px
}

a,
button {
    transition: .6s cubic-bezier(.25, 1, .5, 1)
}

.bg_default_black {
    background-color: #2e2e2e
}

.bg_default_red {
    background-color: #38dbe4
}

.custom_btn {
    z-index: 1;
    height: 60px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px;
    position: relative;
    align-items: center;
    display: inline-flex;
    letter-spacing: .5px;
    justify-content: center
}

.custom_btn:before {
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    transition: all .3s ease-in-out
}

.custom_btn:hover {
    color: #fff
}

.custom_btn:hover:before {
    left: 0;
    width: 100%;
    right: auto
}

.custom_btn.bg_default_black:before {
    background: #38dbe4
}

.custom_btn.bg_default_red:before {
    background: #2e2e2e
}

.sticky_header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: auto;
    position: fixed
}

.mh_action_btns {
    display: none
}

.mh_action_btns>li>button {
    width: 40px;
    height: 40px;
    display: flex;
    color: #000;
    font-size: 14px;
    position: relative;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #fff
}

.action_btns_group>li {
    position: relative
}

.action_btns_group button {
    width: 50px;
    height: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    background-color: #2e2e2e
}

.main_menu>ul>li:not(:last-child) {
    margin-right: 40px
}

.main_menu>ul>li>a {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e
}

.sidebar-menu-wrapper {
    display: block
}

.sidebar-menu-wrapper .close_btn {
    top: 20px;
    right: 30px;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    display: inline-block
}

.sidebar_mobile_menu {
    top: 0;
    width: 400px;
    right: -420px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    overflow-y: scroll;
    padding: 100px 40px;
    background-color: #fff;
    transition: .6s cubic-bezier(1, 0, 0, 1)
}

.sidebar_mobile_menu.active {
    right: 0
}

.sidebar_mobile_menu .msb_widget {
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1
}

.sidebar_mobile_menu .mobile_menu_list>ul {
    margin: 0 -15px
}

.sidebar_mobile_menu .mobile_menu_list>ul>li>a {
    padding: 15px;
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #6b6b6b
}

.sidebar_mobile_menu .mobile_menu_list>ul>li:hover>a {
    color: #000
}

.sidebar_mobile_menu::-webkit-scrollbar {
    width: 0
}

.default_header+main {
    margin-top: 45px
}

.default_header .header_bottom {
    background-color: #1d1d1d;
    padding: 20px 0
}

.default_header .main_menu>ul>li {
    padding: 15px 0
}

.default_header .main_menu>ul>li:not(:last-child) {
    margin-right: 50px
}

.default_header .main_menu>ul>li>a {
    color: #fff;
    font-size: 16px
}

.default_header .main_menu>ul>li:hover>a {
    color: #38dbe4
}

.default_header .action_btns_group button {
    color: #000;
    background-color: #fff
}

.footer_bottom {
    padding: 20px 0;
    border-top: 1px solid #666;
}

.default_footer {
    color: #999
}

.default_footer .circle_social_links a {
    width: 35px;
    height: 35px;
    color: #ccc;
    font-size: 14px;
    line-height: 35px;
    border-radius: 4px;
    background-color: #333
}

.default_footer .circle_social_links a:hover {
    color: #fff;
    background-color: #38dbe4
}

.df_widget_title {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px
}

.df_contact_info li:not(:last-child) {
    margin-bottom: 6px
}

.df_contact_info i {
    margin-right: 10px
}

.df_newsletter .form_item input {
    height: 50px;
    padding: 0 15px;
    border-radius: 5px
}

.df_newsletter .form_item .submit_btn {
    top: 50%;
    right: 15px;
    font-size: 20px;
    position: absolute;
    transform: translateY(-50%)
}

.sb_widget:not(:last-child) {
    margin-bottom: 50px
}

.sb_widget_title {
    line-height: 1;
    font-size: 22px;
    margin-bottom: 20px
}

.sb_category a {
    color: #333;
    display: block;
    line-height: 1
}

.sb_category a:hover {
    color: #38dbe4
}

.sb_category a span {
    float: right
}

.sb_category li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8
}

.sb_category li:not(:last-child) a {
    padding-bottom: 15px
}

.sb_tags ul {
    margin: -5px
}

.sb_tags li {
    padding: 5px
}

.sb_tags a {
    display: block;
    line-height: 1;
    color: #333;
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 3px;
    border: 1px solid #e6e6e6
}

.sb_tags a:hover {
    color: #fff;
    border-color: #38dbe4;
    background-color: #38dbe4
}

.main_contact_section .title_text {
    line-height: 1;
    font-size: 22px
}

.main_contact_section p {
    font-size: 22px;
    line-height: 1.3;
    color: #2e2e2e
}

.main_contact_section .form_item input,
.main_contact_section .form_item textarea {
    background-color: #f3f4f6
}

.main_contact_section .form_item textarea {
    min-height: 170px
}

.main_contact_info li {
    display: flex;
    align-items: center
}

.main_contact_info li:not(:last-child) {
    margin-bottom: 15px
}

.main_contact_info .icon {
    height: 70px;
    min-width: 70px;
    font-size: 20px;
    margin-right: 30px;
    color: #38dbe4;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    background-color: #f3f4f6
}

.main_contact_info p {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.blog_grid {
    margin-bottom: 50px
}

.blog_grid .blog_image {
    display: block;
    background-color: #000
}

.blog_grid .blog_image img {
    width: 100%;
    display: block;
    transition: .6s cubic-bezier(.25, 1, .5, 1)
}

.blog_grid:hover .blog_image img {
    opacity: .6
}

.blog_grid .blog_content {
	padding-top: 10px;
	position: relative
}

.blog_grid .blog_post_time {
	height: 42px;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 25px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 10px;
}

.blog_grid .blog_category>li {
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.blog_grid .blog_category>li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px
}

.blog_grid .blog_category>li:after {
    top: 50%;
    width: 4px;
    height: 4px;
    content: "";
    right: -2px;
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    background-color: #38dbe4
}

.blog_grid .blog_category>li:last-child:after {
    display: none
}

.blog_grid .blog_category a {
    color: #2e2e2e
}

.blog_grid .blog_category a:hover {
    color: #38dbe4
}

.blog_grid .blog_title {
    margin-top: 10px;
    margin-bottom: 5px
}

.blog_grid .blog_title>a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700
}

.blog_grid:hover .blog_title>a {
    color: #38dbe4
}

.small_blog {
    display: flex;
    align-items: center
}

.small_blog:not(:last-child) {
    margin-bottom: 20px
}

.small_blog .item_title {
    margin-bottom: 3px
}

.small_blog .item_title>a {
    color: #333;
    font-size: 18px;
    font-weight: 600
}

.small_blog:hover .item_title>a {
    color: #38dbe4
}

.small_blog .post_date {
    display: block;
    line-height: 1;
    font-size: 14px
}

.product_list>ul>li:not(:last-child) {
    margin-bottom: 20px
}

.small_product {
    display: flex;
    align-items: center
}

.small_product .item_title {
    margin-bottom: 8px
}

.small_product .item_title a {
    font-size: 16px;
    font-weight: 500
}

.small_product:hover .item_title a {
    text-decoration: underline
}

.small_product .item_price {
    line-height: 1;
    display: block
}

.details_section .list_title {
    display: block;
    line-height: 1;
    font-size: 18px
}

.details_section .circle_social_links a {
    width: 40px;
    height: 40px;
    font-size: 14px
}

.dotted_info_list li {
    position: relative;
    padding-left: 25px
}

.dotted_info_list li:not(:last-child) {
    margin-bottom: 15px
}

.dotted_info_list li:before {
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #666
}

blockquote {
    padding-left: 40px;
    padding-bottom: 10px;
    border-left: 5px solid #e6e6e6
}

blockquote .blockquote_title {
    font-size: 16px
}

.item_tag_list {
    margin: -5px;
    margin-bottom: 45px
}

.item_tag_list li {
    padding: 5px
}

.item_tag_list a {
    display: block;
    line-height: 1;
    color: #333;
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 3px;
    border: 1px solid #e6e6e6
}

.item_tag_list a:hover {
    color: #fff;
    border-color: #38dbe4;
    background-color: #38dbe4
}

.post_share_box {
    display: flex;
    padding: 30px 35px;
    border-radius: 3px;
    align-items: center;
    background: #38dbe4;
    justify-content: space-between
}

.post_share_box .wrap_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.comment_form .form_item input,
.comment_form .form_item textarea {
    background-color: #f3f4f6
}

.comment_form .form_item textarea {
    min-height: 160px
}

.blog_details .post_meta {
    margin-bottom: 15px
}

.blog_details .item_title {
    font-size: 20px
}

@media screen and (max-width:1460px) {
    .main_menu>ul>li:not(:last-child) {
        margin-right: 25px
    }
}

@media screen and (max-width:1360px) {
    .sec_ptb_140 {
        padding: 120px 0
    }
}

@media screen and (max-width:1280px) {
    .main_menu>ul>li:not(:last-child) {
        margin-right: 20px
    }

    .main_menu>ul>li>a {
        font-size: 14px
    }
}

@media screen and (max-width:1199px) {
    .default_header .main_menu>ul>li:not(:last-child) {
        margin-right: 40px
    }

    .default_header .main_menu>ul>li>a {
        font-size: 14px
    }

    .small_blog .item_title>a {
        font-size: 15px
    }

    .small_blog .post_date {
        font-size: 13px
    }

    .main_menu>ul>li:not(:last-child) {
        margin-right: 30px
    }
}

@media screen and (max-width:1024px) {
    .main_menu>ul>li:not(:last-child) {
        margin-right: 20px
    }
}

@media screen and (max-width:991px) {
    .mb_15 {
        margin-bottom: 10px;
    }

    .mb_50 {
        margin-bottom: 25px;
    }

    .mb_30 {
        margin-bottom: 15px;
    }

    .blog_grid {
        margin-bottom: 25px;
    }

    .pagination_nav a {
        height: 32px !important;
        min-width: 30px !important;
        font-size: 14px !important;
    }

    .sec_ptb_140 {
        padding: 100px 0
    }

    .custom_btn {
        height: 50px;
        font-size: 12px;
        padding: 10px 25px
    }

    .form_item input {
        height: 50px;
        padding: 0 20px
    }

    .form_item textarea {
        padding: 20px;
        min-height: 110px
    }

    .default_header+main {
        margin-top: 0
    }

    .header_section .action_btns_group,
    .main_menu {
        display: none
    }

    .mh_action_btns {
        display: block
    }

    .header_section .brand_logo {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .default_header .header_bottom {
        min-height: auto;
        padding: 10px 0
    }

    .default_footer .footer_widget_area {
        padding: 10px 0
    }

    .default_footer .footer_widget {
        padding: 30px 0
    }

    .sidebar_section {
        max-width: 370px;
        margin-top: 50px
    }

    .blog_grid .blog_title {
        margin-bottom: 10px
    }

    .blog_grid .blog_title>a {
        font-size: 22px;
        line-height: 1
    }

    .blog_grid p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .details_section .details_image img {
        width: 100%;
        display: block
    }

    .main_contact_content {
        margin-bottom: 50px
    }

    .main_contact_content p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .main_contact_content .main_contact_info {
        max-width: 370px
    }

    .main_contact_content .main_contact_info li {
        display: flex;
        align-items: center
    }

    .main_contact_section .form_item textarea {
        min-height: 130px
    }

    .header_section .brand_logo {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .sec_ptb_100 {
        padding: 80px 0
    }

    .sec_ptb_140 {
        padding: 100px 0
    }

    .default_footer .footer_widget {
        max-width: 370px
    }

    .default_footer .footer_bottom {
        text-align: center
    }

    .default_footer .circle_social_links {
        margin-top: 15px;
        justify-content: center
    }

    .details_section .post_meta.ul_li_right {
        justify-content: flex-start
    }

    .circle_social_links a {
        width: 40px;
        height: 40px;
        font-size: 14px
    }

    .circle_social_links li:not(:last-child) {
        margin-right: 5px
    }
}

@media screen and (max-width:575px) {
    .mh_action_btns>li>button {
        width: 35px;
        height: 35px;
        font-size: 12px
    }

    .sidebar_mobile_menu {
        width: 300px;
        right: -320px;
        padding: 70px 30px
    }

    .sidebar_mobile_menu .mobile_menu_list>ul>li>a {
        font-size: 16px
    }

    .post_share_box {
        padding: 20px;
        display: block
    }

    .post_share_box .circle_social_links {
        margin-top: 10px
    }
}

@media screen and (max-width:480px) {
    .custom_btn {
        height: 45px
    }

    .blog_grid .blog_title>a {
        font-size: 20px
    }
}

@media screen and (max-width:380px) {
    .sec_ptb_100 {
        padding: 60px 0
    }

    .sec_ptb_140 {
        padding: 60px 0
    }

    .mh_action_btns>li>button {
        width: 30px;
        height: 30px;
        font-size: 10px
    }
}

.pagination_nav {
    margin: -3px;
    margin-top: 27px;
}

.pagination_nav li {
    padding: 3px;
}

.pagination_nav li:first-child {
    margin-right: 12px;
}

.pagination_nav li:last-child {
    margin-left: 12px;
}

.pagination_nav li:first-child a,
.pagination_nav li:last-child a {
    padding: 10px 15px;
}

.pagination_nav a {
    height: 44px;
    padding: 10px;
    display: flex;
    color: #252525;
    min-width: 44px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}

.pagination_nav li:hover a,
.pagination_nav li.active a {
    color: #ffffff;
    background-color: #38dbe4;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.text-white,
footer .logo {
    color: #fff !important;
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
	margin-bottom: 20px;
	width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}