/* primary: #F46F30
secondary: #EFEDED
shadowColor: rgba(0, 0, 0, .16)
gray: #373432
border color: #B5B5B5*/

@font-face {
    font-family: BarlowRegular;
    src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: BarlowMedium;
    src: url(../fonts/Barlow-Medium.ttf);
}

@font-face {
    font-family: BarlowBold;
    src: url(../fonts/Barlow-Bold.ttf);
}

@font-face {
    font-family: BarlowSemiBold;
    src: url(../fonts/Barlow-SemiBold.ttf);
}

@font-face {
    font-family: BarlowLight;
    src: url(../fonts/Barlow-Light.ttf);
}

body {
    background-color: #EFEDED;
    font-size: 17px !important;
    font-family: BarlowMedium;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #F46F30;
}

::selection {
  color: #fff;
  background: #F46F30;
}

.root {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100vh;
}
/* .navbar{ */
	/* position:fixed; */
	/* background-color: #fff; */
	/* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; */
/* } */

li {
    list-style-type: none;
}

.text-primary {
    color: rgb(244, 111, 48) !important;
}

.theme-container {
    padding-left: 6%;
    padding-right: 6%;
}

.min-vw-auto {
    min-width: auto !important;
}

.btn-primary {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 48px;
    border-radius: 4px;
    background-color: #F46F30;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    transition: all .3s ease-in;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #F46F30;
    text-transform: uppercase;
}

.btn-primary:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #F46F30;
    border-color: #fff;
    transition: all .3s ease-out;
}

.btn-primary:focus {
    background-color: #fff!important;
    outline: none!important;
}

.btn-secondary {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 48px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    transition: all .3s ease-in;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #B5B5B5;
}

.btn-secondary:hover {
    text-decoration: none;
    background-color: #F46F30;
    border-color: #F46F30;
    color: #fff;
    transition: all .3s ease-out;
}

.btn-secondary:focus {
    background-color: #F46F30 !important;
    outline: none!important;
}

.site-logo {
    max-width: 315px;
    margin-right: 30px;
}

.header {
    max-height: 240px;
    min-height: 240px;
}

.header .nav-item .nav-link,
.header .dropdown-item {
    font-family: BarlowBold;
    font-size: 28px;
    color: #000;
}

h1 {
    font-size: 40px;
    font-family: BarlowBold;
}

h2 {
    font-size: 33px;
    font-family: BarlowBold;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

h4 {
    font-size: 24px;
    font-family: BarlowBold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
}

p a {
    font-size: 17px;
}

a {
    font-size: 16px;
    font-family: BarlowMedium;
    color: #222222
}

.mt-6 {
    margin-top: 24px;
}

a:hover {
    color: #F46F30;
    text-decoration: none;
}

.hero-banner {
    padding-top: 15px;
    padding-bottom: 80px;
}

.hero-banner .text-block {
    width: 48%;
}

.hero-banner .image-block {
    width: 50%;
}

.hero-banner .text-block {
    width: 50%;
}

.text-gray {
    color: rgb(255 255 255 / 0.56);
}

.text-gray-2 {
    color: rgb(0 0 0 / 0.56);
}

.f-20 {
    font-size: 18px;
}

.fw-600 {
    font-family: BarlowSemiBold;
}

.post-schedule {
    padding-top: 68px;
    padding-bottom: 68px;
}

.bg-secondary {
    background-color: #EFEDED !important;
}

.post-schedule .text {
    padding-left: 4%;
    padding-right: 4%;
}

.theme-padding-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.insta-post-schedule .insta-post-block {
    background-color: #373737;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 0 5%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.insta-post-schedule .insta-post-block .check-center {
    right: -90px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.insta-post-schedule .image {
    max-height: 580px;
}

.auto-post-upload .inner-block {
    max-width: 1470px;
    margin: auto;
}

.auto-post-upload .inner-block .button-container {
    margin-top: 32px;
}

.auto-post-upload .inner-block .button-container a img {
    margin-right: 30px;
}

footer {
    padding-top: 60px;
    padding-bottom: 80px;
}

footer .logo {
    max-width: 268px;
}

footer .footer-link {
    margin-top: 45px;
    padding-left: 0;
}

footer .footer-link li {
    list-style-type: none;
    margin-bottom: 20px;
}

footer .footer-link li {
    list-style-type: none;
    margin-bottom: 20px;
}

footer p {
    font-size: 16px;
    font-family: BarlowMedium;
}

footer p.address {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #000000;
}

footer .company {
    max-width: 210px;
}

footer p:last-child {
    border-bottom: 0;
}

footer .newsletter .email-input {
    padding: 38px 30px;
    background-color: #F46F30;
    border-radius: 9px;
    font-size: 18px;
}

footer .newsletter .input-group {
    margin-top: 40px;
}

footer .newsletter button {
    font-size: 20px;
}

footer input.form-control {
    color: #fff !important;
}

footer input.form-control::placeholder {
    font-family: "Font Awesome 5 Free", BarlowMedium;
    color: #fff !important;
}

.font-bold {
    font-family: BarlowBold;
}

.fab {
    font-family: "Font Awesome 5 Free";
}

footer .social .social-icon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #373737;
    margin-right: 20px;
    color: #fff;
}

footer .social .social-icon:hover {
    background-color: #F46F30;
}

footer .social .schedule-box {
    padding: 32px 30px;
    background-color: #fff;
    border-radius: 9px;
    border: 1px solid #D2D2D2;
    box-shadow: 0 9px 10px rgba(0, 0, 0, .06);
    margin-bottom: 45px;
}

footer .social .schedule-box .fa-check-circle {
    font-size: 30px;
    color: #F46F30;
}

footer .social .schedule-box .fa-instagram {
    color: #FE0030;
    font-size: 34px;
}

footer .social .schedule-box p {
    padding-left: 16px;
    margin-left: 34px;
    margin-bottom: 0;
    border-left: 1px solid rgba(112, 112, 112, .23);
}


/* modal */

input.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

input.form-control {
    border-bottom: 1px solid gray !important;
    border: 0;
    font-size: 22px;
    border-radius: 0;
}

input.form-control::placeholder {
    color: #5C5C5C !important;
}

textarea.form-control {
    border: 0;
    border-bottom: 1px solid gray;
    border-radius: 0;
    font-size: 22px;
    margin-bottom: 73.5px;
    padding: 0;
}

label {
    margin-top: 69px;
}

.justify-content-start {
    justify-content: start !important;
}

/*button.close {
    position: absolute;
    right: -20px;
    top: -10px;
    color: white;
    align-items: center;
    width: 80px;
    line-height: 0;
    height: 80px;
    font-size: 60px;
    background-color: black;
    border-radius: 50px;
    opacity: 1;
}

input[type="radio"] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 40px;
    text-transform: inherit;
}*/

.mr-20 {
    margin-right: 20px;
}

/*.modal-content {
    border-radius: 20px;
    padding: 59px 63px;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}*/

@media (min-width: 576px) {
  /*  .modal-dialog {
        max-width: 844px !important;
        margin: 1.75rem auto;
    }*/
}

.contact-banner {
    background-image: url('../images/Path\ 122.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-text {
    width: 35%;
    padding-top: 59px;
    color: white;
}

.contact-form {
    width: 50%;
    padding: 59px 63px;
    border-radius: 10px;
    box-shadow: 0 24px 51px rgba(0, 0, 0, .09);
    background-color: white;
}

.mb-16 {
    margin-bottom: 16px;
}

.contact-section {
    padding: 220px 6%;
}

.mr-135 {
    margin-right: 135px;
}

.mr-40 {
    margin-right: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-26 {
    margin-bottom: 26px;
}

.color-rgba {
    color: rgba(0, 0, 0, .55)
}


/* social Media Banner */

.social-media-banner {
    background-image: url(../images/blog-banner.png);
    background-size: cover;
    padding-top: 74px;
    padding-bottom: 69px;
}

.social-text {
    max-width: 700px;
    padding: 39px 10px 74px 47px;
    background-color: white;
    border-radius: 10px;
}

p.text-bold {
    font-size: calc(2vw + 16px);
    padding: 10px;
    margin-bottom: 31px;
}

.mb-26 a.d-flex.align-items-center.justify-content-center.social-icon {
    width: 42px;
    height: 42px;
    background-color: #f46f30;
    margin-right: 10px;
    color: white;
    font-size: 25px;
    border-radius: 48px;
}

.popular-posts.theme-container {
    padding-top: 71px;
    padding-bottom: 130px;
}

.popular-posts .inner-block {
    width: 23%;
}

.popular-posts .inner-block .img {
    max-height: 302px;
    margin-bottom: 20px;
}

.profile-img {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    margin-right: 9px;
}

.text-b {
    font-size: 19px;
    font-weight: bold;
    font-family: 'BarlowBold';
    margin-bottom: 16px;
}

.border-radius-15 {
    border-radius: 15px
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.small-text {
    font-size: 16px;
    width: 53%;
    margin-bottom: 0px;
}

.mb-36 {
    margin-bottom: 36px;
}

.recent-post {
    padding-bottom: 54px;
}

.ml-3 {
    margin-left: 30px !important;
}

.fs-30 {
    font-size: 30px!important;
}

.w-5 {
    width: 500px;
}

.mt-33 {
    margin-top: 33px;
}

.w-68 {
    width: 68%;
}

.w-30 {
    width: 30%;
}

.h-251 {
    max-height: 251px !important;
}

.insta .fa-instagram {
    font-size: 60px;
    color: crimson;
}

.contact-banner {
    background-size: cover;
    background-position: bottom;
}

.border-radius-24 {
    border-radius: 24px;
}

.contact-banner .address-block {
    position: relative;
}

.contact-banner .address-block::after {
    content: '';
    border: 20px solid #fff;
    position: absolute;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 50%;
    transform: translateX(-50%);
}

.contact-banner .address-block img {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-banner {
    padding-top: 90px;
}

.recent-post .insta .img-box {
    width: 48%;
    border-radius: 10px
}

.dashboard .side-menu {
    min-height: 100vh;
    background-color: #F46F30;
    width: 270px;
    padding: 20px 30px;
}

.dashboard .content {
    width: calc(100% - 270px);
}

.dashboard .content .dashboard-header {
    width: 100%;
    height: 170px;
    background-color: #fff;
}

.dashboard .content .dashboard-header a {
    font-size: 28px;
}

.dashboard .content .dashboard-header .profile-menu img {
    width: 70px;
    height: 70px;
}

.dashboard .dashboard-menu ul li {
    list-style-type: none;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.dashboard .dashboard-menu ul li:last-child {
    border-bottom: 0;
}

.dashboard .dashboard-menu ul li a {
    font-size: 18px;
    align-items: center;
    color: #fff;
}


/* new */

.main-block {
    padding-top: 60px;
    padding-bottom: 15%;
}

h4.dashboard-heading {
    font-size: 22px;
    font-weight: 100;
    font-family: 'BarlowMedium';
    color: #000;
}

ul.inner-content-menu.d-flex li {
    border-right: 1px solid #8D8686;
    padding: 0 30px 0 30px;
}

ul.inner-content-menu.d-flex li:nth-child(3) {
    border: 0;
}

ul.inner-content-menu.d-flex li:nth-child(4) {
    border-right: 0;
    border-left: 1px solid #8D8686;
    padding-right: 0;
}

ul.inner-content-menu.d-flex li:nth-child(1) {
    padding-left: 0;
}

.inner-content-menu li a {
    font-size: 20px;
    display: block;
    align-items: center;
}

.textarea-content>textarea {
    border: 1px solid #E0E0E0;
    padding: 15px;
    height: 190px;
    font-size: 20px;
    border-radius: 10px;
}

.inner-dashboard-content {
    width: 65%;
}

.bg-default {
    background-color: #E0E0E0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 rgb(0 0 0 / 16%);
}

.left-side-box {
    width: 30%;
}

.left-side-box>input {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

.right-side-box {
    width: 70%;
}

.text-default {
    font-size: 18px !important;
}

.right-side-box .form-group label {
    font-size: 18px;
}

.right-side-box .form-group label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 5px;
}

.profile-content {
    width: 28%;
    padding-top: 4%;
}

.profile-content-img {
    margin-bottom: 52px;
}

.btn-small-primary {
    width: 50%;
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
}
/*added by logixwebtech*/
.w-60{
	 width: 55%;
}

.w-32{
	 width: 33%;
}
.w-80{
	 width: 80%;
}

.recent-post-img .h-251{
	max-height: 140px !important;
}

.singleBlogImg{
		margin-top:30px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  opacity: 0;
}

.socialBtn{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 48px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    transition: all .3s ease-in;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    border: none;
    text-transform: uppercase;	
}
.socialBtn:hover{
	 color: #fff;
}

/* social Networking */

.paragraph-text {
    color: #000;
    font-size: 23px;
}

.img-width {
    width: 41px;
    height: 41px;
    border-radius: 41px;
}

.profile-box {
    width: 15%;
}

.icon-box span.devider {
    border-right: 1px solid black;
    margin: 0 10px;
    transform: rotate(25deg);
}

.icon-box {
    width: 8%;
}

.icon-box svg {
    font-size: 20px;
    font-weight: normal;
}


/* Account-summary */

.posts-block {
    width: 60%;
}

.active-plan {
    width: 35%;
    padding-bottom: 55px;
}

.account-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-top: 38px;
}

.profile-input-group {
    border: 0;
    background-color: white;
    color: #8D8686;
    padding: 5px 10px;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 13px;
}

.input-group input {
    border: 0 !important;
    border-radius: 10px;
    padding: 0;
    font-size: 13px;
}

.active-plan-btn {
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 30px;
}

.input-group select {
    width: 100%;
    color: #8D8686;
    padding: 10px 0;
    font-size: 13px;
    border: 0;
}

.input-group select option {
    width: 100%;
}

.input-group select:focus {
    outline: 0;
}

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

.left-side-box .logo-icon {
    width: 36px;
    height: 36px;
}

.profile-form-name {
    font-size: 13px;
}

.header-shadow {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.plan-main-block .inner-block {
    width: 23%;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
    padding: 35px;
    transition: all .3s;
}

.plan-main-block .inner-block h3 {
    font-family: BarlowBold;
}

.plan-main-block .inner-block .plan-price {
    font-size: 22px;
    color: #F46F30;
}

.plan-main-block .inner-block .plan-price span {
    font-size: calc(1.5vw + 13px);
}

.plan-main-block .inner-block .fancy-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .17);
    border-left: 0;
    border-right: 0;
}

.plan-main-block .inner-block p {
    font-size: 22px;
    margin-top: 37px;
    padding-left: 10px;
}

.plan-main-block .inner-block a {
    margin-top: 37px;
}

.plan-main-block .inner-block:hover {
    background-color: #f46f30;
    color: #fff;
    transition: all .3s;
}

.plan-main-block .inner-block:hover .plan-price {
    color: #fff;
}

.plan-main-block .inner-block:hover .fancy-box {
    border-color: rgba(255, 255, 255, .43);
}

.plan-main-block .inner-block:hover a.btn-primary {
    background-color: #fff;
    color: #f46f30;
}

.faq-block {
    border-top: 1px solid;
    border-color: rgba(112, 112, 112, 46%)
}

.faq-block .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-header.collapsed {
    border-bottom: 1px solid rgba(112, 112, 112, 46%);
}

.faq-body.collapse.show {
    border-bottom: 1px solid rgba(112, 112, 112, 46%);
}

.faq-block .faq-header p {
    font-size: 24px;
    padding-right: 40px;
}

.faq-block .faq-body {
    padding-bottom: 40px;
}

.faq-block .faq-body p {
    font-size: 28px;
}

.accordion .faq-header:after {
    content: "";
    position: absolute;
    right: 0;
    width: 23px;
    height: 23px;
    border: 5px solid #707070;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg) translateY(-50%);
    top: 43%;
}

.accordion .faq-header.collapsed:after {
    border: 5px solid #707070;
    border-top: 0;
    border-right: 0;
}

.plan-switch {
    display: none;
}

.plan-switch+.checkbox-component {
    position: relative;
    top: -29px;
    left: 110px;
}

label.label-left {
    margin-right: 90px;
}

label.label-right {
    margin-left: 90px;
}

.plan-switch+.checkbox-component::before {
    width: 138px;
    height: 62px;
    border: 3px solid #EEEEEE;
    border-radius: 100px;
    background-color: #fff;
    content: '';
    position: absolute;
    padding: 14px 15px;
}

.plan-switch+.checkbox-component::after {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-color: #f46f30;
    content: '';
    position: absolute;
    top: 14px;
    left: 15px;
    transition: all .3s ease-in-out;
}

input.plan-switch[type=checkbox]:checked+.checkbox-component::after {
    top: 14px;
    left: auto;
    right: -120px;
    transition: all .3s ease-in-out;
}

input.plan-switch[type=checkbox]:checked+label+label+label {
    color: #f46f30;
}

input.plan-switch[type=checkbox]:checked+label+label {
    color: #000;
}

input.plan-switch[type=checkbox]:not(checked)+label+label {
    color: #f46f30;
}

.troubles {
    position: fixed;
    width: 360px;
    background-color: #f46f30;
    border: 5px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 16%);
    top: 70px;
    right: -5px;
    padding: 32px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 1;
}

.theme-container-footer {
    padding-left: 6%;
    padding-right: 6%;
}

/*added by logixwebtech*/
@media (min-width: 750px) {
	.singleBlogImg{
		margin-top:30px;
		margin-right:130px;
	}
}

@media (max-width: 1599px) {
    .theme-container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1260px !important;
        margin: auto;
    }
    .theme-container-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    body {
        font-size: 22px;
    }
    .site-logo {
        max-width: 230px;
    }
    .site-logo img {
        width: 100%;
    }
    .header {
        max-height: 160px;
        min-height: 160px;
    }
    .header .nav-item .nav-link,
    .header .dropdown-item {
        font-size: 18px;
    }
    .insta-post-schedule .insta-post-block .check-center {
        right: -50px;
        width: 100px;
        height: 100px;
    }
    footer .logo {
        max-width: 220px;
    }
    .btn-primary,
    .btn-secondary {
        padding: 10px 30px;
    }
    footer .social .schedule-box {
        padding: 20px 20px;
    }
  /*  .modal .modal-content {
        max-width: 700px;
        margin: auto;
    }*/
    .contact-section {
        padding-bottom: 100px;
        padding-top: 120px;
    }
    .dashboard .content .dashboard-header {
        height: 100px;
    }
    .connected-account {
        width: 100%;
        overflow: overlay;
    }
    ul.inner-content-menu.d-flex li {
        padding: 0 15px;
    }
    .dashboard .content .dashboard-header a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px){
	.img-brand{ max-width: 160px!important; width: 100%!important;}
	.header { max-height: 100px!important; min-height: 100px!important;}
	.auto-post-upload .inner-block .button-container a img{ margin-right: 0px!important;}
	footer .newsletter .email-input{ padding: 30px 20px;}
	footer .social .schedule-box{ padding: 10px 20px!important;}
	footer .footer-link li{ margin-bottom: 10px;}
	footer p.address { padding-bottom: 14px; margin-bottom: 14px;}
	
	.bg-default{ padding: 10px 20px!important;}
	body { font-size: 16px!important;}
	.btn1{ padding: 5px 10px 5px 0px; font-size: 16px;}
	
	.dashboard .content .dashboard-header .profile-menu img{ width:50px; height: 50px;}
	.dashboard .content .dashboard-header{ height: 70px;}
	.main-block{ padding-top: 40px;}
	
	.profile-box{ width: 16%;}
	.paragraph-text, input.form-control{ font-size: 18px;}
	.connected-account>div{ min-width: 0px;}
	
	.contact-form{ padding: 20px;}
	
	input.form-control{ padding-left: 0px;}
	textarea.form-control{ margin-bottom: 40px; font-size: 18px;}
	.con-img{ max-width: 50px; width: 100%;}
	.mr-40{ margin-right: 20px;}
	h4{ font-size: 20px;}
	.color-rgba{ font-size: 14px;}
	
	p.text-bold{ font-size: calc(2vw + 6px);}
	.social-text { padding: 39px 20px 40px 30px;}
	
	h1{ font-size: 30px;}
	.text-gray-2{ font-size: 18px;}
	label.label-right{ margin-left: 150px;}
	.plan-switch+.checkbox-component::before{ height: 50px;}
	.plan-switch+.checkbox-component::after{ top: 8px;}
	.plan-main-block .inner-block{ padding: 15px;}
	.plan-main-block .inner-block p{ font-size: 20px; margin-top: 20px;}
	.theme-padding-container{ padding: 50px 0px;}
	.faq-block .faq-header p{ font-size: 18px;}
	.faq-block .faq-header{ padding: 12px 0px;}
	.accordion .faq-header:after{ width: 16px; height: 16px;}
}

@media (max-width: 1365px) {
    body {
        font-size: 18px;
    }
    .btn-primary,
    .btn-secondary {
        font-size: 18px;
    }
    .insta-post-schedule .insta-post-block,
    .insta-post-schedule .image {
        min-height: inherit;
        max-height: inherit;
    }
    .site-logo {
        max-width: 200px;
    }
    .header .nav-item .nav-link,
    .header .dropdown-item {
        font-size: 18px;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    footer .logo {
        width: 14%;
    }
    footer .social {
        width: 27%;
    }
    footer .company {
        width: 16%;
    }
    footer .newsletter {
        width: 32%;
    }
    footer .newsletter .email-input {
        padding: 28px 20px;
    }
    .contact-section img {
        width: 40px;
    }
    .recent-post .insta-logo {
        font-size: 22px !important;
    }
    .recent-post .insta-logo span {
        margin-left: 20px !important;
    }
    .recent-post .insta .fa-instagram {
        font-size: 30px;
    }
    .text-b {
        font-size: 18px;
    }
    .dashboard .content {
        width: calc(100% - 270px);
    }
    .dashboard .side-menu {
        width: 270px;
    }
    .dashboard .side-menu ul li a {
        font-size: 18px;
    }
    .inner-content-menu li a {
        font-size: 18px;
    }
    .dashboard .content .dashboard-header a {
        font-size: 20px;
    }
    .plan-switch+.checkbox-component::before {
        width: 128px;
        height: 52px;
    }
    .plan-switch+.checkbox-component::after {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 1300px){
	.connected-account>div{ min-width: 1200px;}
}

@media (max-width: 1199px) {
    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
    }
    .auto-post-upload .inner-block .button-container a img {
        margin-right: 15px;
        width: 30px;
    }
    h4 {
        font-size: 22px;
    }
    footer .social .social-icon {
        margin-right: 10px;
    }
    .theme-padding-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .contact-banner {
        padding-top: 50px;
    }
    .inner-content-menu {
        padding-left: 0;
    }
    .inner-dashboard-content {
        width: 100%;
    }
    ul.inner-content-menu.d-flex li {
        padding: 0 15px;
    }
    .profile-content {
        width: 100%;
        max-width: 320px;
        margin-top: 20px;
    }
    .dashboard .content .dashboard-header {
        height: 120px;
    }
    .dashboard .content .dashboard-header a {
        font-size: 18px;
    }
    .active-plan {
        width: 100%;
        max-width: 540px;
    }
    .posts-block {
        margin-top: 30px;
        width: 100%;
    }
    .plan-main-block .inner-block p {
        font-size: 18px;
    }
    .plan-main-block .inner-block {
        padding: 20px
    }
    .plan-main-block .inner-block p.icon-check img {
        width: 25px;
        height: 25px;
    }
    .faq-block .faq-body p {
        font-size: 18px;
    }
    .accordion .faq-header.collapsed:after {
        border: 3px solid #707070;
        border-top: 0;
        border-right: 0
    }
    .accordion .faq-header:after {
        border-width: 3px;
    }
    .troubles {
        width: 320px;
    }
}

@media (max-width: 991px) {
    div#navbarSupportedContent {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        max-width: 270px;
        height: 110vh;
        box-shadow: 0 1px 7px #4f4d4d;
        background-color: #fff;
        padding: 15px;
        transition: left .5s ease-in-out;
    }
    div#navbarSupportedContent.show {
        left: 0;
        transition: left .5s ease-in;
    }
    div#navbarSupportedContent>div.d-flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    div#navbarSupportedContent>div.d-flex a,
    div#navbarSupportedContent>div.d-flex select {
        margin-bottom: 10px;
    }
    div#navbarSupportedContent>div.d-flex a.btn-primary,
    div#navbarSupportedContent>div.d-flex a.btn-secondary {
        width: 230px;
    }
    .auto-post-upload .inner-block .button-container a {
        margin-bottom: 10px;
    }
    footer {
        flex-direction: column;
        align-items: center;
    }
    footer>div {
        width: 100% !important;
        max-width: 300px !important;
        margin-bottom: 40px;
    }
    footer .logo img {
        max-width: 230px;
    }
    .site-logo {
        max-width: 160px;
    }
    /*.modal .modal-content {
        max-width: 640px;
        margin: auto;
        padding: 30px;
    }*/
    .contact-form {
        padding: 30px;
    }
    input.form-control {
        font-size: 18px;
    }
    .contact-banner .contact-text,
    .contact-banner .contact-form {
        width: 100%;
    }
    .contact-banner .contact-text {
        padding-top: 0;
    }
    .contact-banner .contact-form {
        margin-top: 120px;
    }
    .contact-section>div {
        flex-direction: column;
    }
    .contact-section .inner-block {
        width: 100%;
        max-width: 320px;
        margin: 10px auto;
    }
    .popular-posts .inner-block {
        width: 48%;
        margin-bottom: 30px;
        display: grid;
    }
    .popular-posts .inner-block .img {
        max-height: 302px;
        height: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .popular-posts .inner-block .img img {
        object-fit: cover;
        height: 100%;
    }
    .popular-posts.theme-container {
        padding-bottom: 70px;
    }
    .recent-post .recent-post-block,
    .recent-post .recent-post-block .small-text,
    .recent-post .insta {
        width: 100%;
    }
    .recent-post .insta .img-box {
        width: 23%;
    }
    .plan-main-block .inner-block {
        width: 48%;
        margin-bottom: 40px;
    }
    .troubles {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .header {
        max-height: 100px;
        min-height: 100px;
    }
    h2 {
        margin-bottom: 20px;
    }
    .header nav {
        padding: 0;
    }
    .hero-banner {
        padding-bottom: 40px;
    }
    .hero-banner .text-block,
    .hero-banner .image-block {
        width: 100%;
    }
    .hero-banner .image-block {
        margin-top: 20px;
    }
    .post-schedule .image,
    .post-schedule .text {
        width: 100% !important;
    }
    .post-schedule .image {
        margin-bottom: 20px;
    }
    .insta-post-schedule .insta-post-block,
    .insta-post-schedule .image {
        width: 100% !important;
    }
    .insta-post-schedule .image {
        background-color: #f9f9f9;
    }
    .insta-post-schedule .insta-post-block {
        padding-bottom: 40px;
        padding-top: 40px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 25px;
    }
    .insta-post-schedule .insta-post-block img {
        display: none;
    }
 /*   .modal .modal-content {
        max-width: 640px;
        margin: auto;
        padding: 10px;
    }
    input.form-control,
    textarea.form-control {
        font-size: 18px;
    }
    .modal-header .close {
        width: 50px;
        height: 50px;
        right: 9px;
        top: 5px;
        padding: 11px;
    }*/
    .recent-post .insta .img-box {
        width: 48%;
    }
    .social-media-banner {
        justify-content: center !important;
    }
    .social-media-banner .social-text {
        padding: 20px 10px;
    }
    .faq-block .faq-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .troubles {
        width: 260px;
    }
}

@media (max-width: 576px) {
    .popular-posts .inner-block {
        width: 100%;
    }
    .plan-main-block .inner-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .troubles {
        width: 220px;
        padding: 20px;
    }
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #000;
}

.searchbox-input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.searchbox-input:-moz-placeholder {
    color: #b4b4b4;
}

.searchbox-input::-moz-placeholder {
    color: #b4b4b4;
}

.searchbox-input:-ms-input-placeholder {
    color: #b4b4b4;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background: transparent;
}

.dashboard-header .search {
    margin-right: 20px;
    border-right: 1px solid;
    padding-right: 20px;
}

.searchbox-open {
    width: 100%;
}


/* slider */

.testimonial .reviews .review-inner {
    margin-left: 33px;
    margin-right: 33px;
}

.testimonial .reviews .review-inner .review-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-top: 60px;
}

.testimonial .reviews .review-inner.active .review-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 0;
    margin-bottom: 30px
}

.testimonial .owl-slider {
    margin: 100px auto 0;
    max-width: 700px
}

.testimonial .reviews .review-inner.active h5 {
    font-size: 24px;
}

.testimonial .reviews .review-inner.active p {
    font-size: 20px;
}

.testimonial .reviews .review-inner.active .fa-star {
    color: gray;
}

.testimonial .reviews .review-inner.active .fa-star.active {
    color: #FBBC05;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 120%;
    left: -10%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    width: 60px;
    height: 60px;
}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-prev {
    background-image: url('../images/right-arrow.png') !important;
    background-size: contain !important;
}

.owl-nav button.owl-next {
    background-image: url('../images/left-arrow.png') !important;
    background-size: contain !important;
}


/* Blog */

.inner-blog-heading {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.writer-blog div {
    z-index: 1;
    right: 0;
}

.section-container-img {
    margin-top: -80px;
}

.theme-container.section-container {
    padding-bottom: 5%;
}

.blog-article-container {
    padding-top: 2%;
    padding-bottom: 5%;
}

.left-blog-article {
    width: 50%;
}

.right-blog-article {
    width: 30%;
}

.blockquote-text {
    font-size: calc(1vw + 5px);
    font-family: BarlowRegular;
    color: #707070;
    margin-bottom: 22px;
}

.blockquote-link {
    font-weight: bold;
    font-size: calc(1vw + 8px);
}

.left-blog-article p {
    font-family: BarlowRegular;
    margin-bottom: 30px;
}

.right-blog-article>blockquote {
    border-left: 3px solid gray;
    padding: 1% 0 2% 6%;
}

.left-blog-article>h3 {
    font-family: BarlowSemiBold;
}

.social-icon-blog-container {
    margin: 0 auto;
    padding-bottom: 5%;
    padding-top: 10%;
}

.blog-comment-section.flex-wrap {
    padding: 0 2%;
}

.blog-comment-section>.inner-block-comment>h5 {
    font-size: calc(1vw + 16px);
    font-family: BarlowSemiBold;
}

.blog-comment-section>.inner-block-comment {
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.blog-comment-section>.inner-block-comment .inner-sort-block p,
select {
    font-size: calc(1vw + 6px);
    font-family: BarlowRegular;
}

.inner-sort-block select {
    padding: 10px;
    border-color: #837f7f;
    border-radius: 5px;
}

.comment-box textarea {
    width: calc(100% - 122px);
    height: 87px;
    border: 1px solid #707070;
    padding: 24px;
    color: #8D8686;
    font-size: 25px;
    font-family: 'BARLOWREGULAR';
}

.text-medium {
    font-size: 25px;
    font-family: BarlowRegular;
    color: #8D8686;
}

.text-small {
    font-size: 18px;
    font-family: BarlowRegular;
    color: #8D8686;
    margin: 0;
}

.commenters {
    width: calc(100% - 122px);
}

.comment-img {
    width: 89px;
    height: 89px;
}

.commenters a {
    color: #004EB4;
}

.comment-link a {
    color: #004EB4;
}

.related-post {
    width: 22%;
}

.recent-block-post {
    padding-bottom: 2%;
	padding-top:3%;
    border-bottom: 3px solid gainsboro;
}

.inner-recent-block-post>a {
    font-size: calc(0.5vw + 11px);
}

@media (max-width: 991px) {
    .testimonial .owl-slider {
        max-width: 600px;
    }
    .testimonial .reviews .review-inner {
        display: none;
    }
    .testimonial .reviews .review-inner.active {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial .reviews .review-inner.active .review-img {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .inner-blog-heading {
        width: 100%;
    }
    .writer-blog div img.icon {
        width: 30px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .right-blog-article {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .left-blog-article,
    .right-blog-article {
        width: 100%;
    }
    .recent-block-post {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .inner-blog-heading {
        margin-bottom: 80px;
    }
    .writer-blog div.position-absolute {
        top: -60px;
        left: 0;
        max-width: 320px;
        margin: auto;
    }
    h5 {
        font-size: 18px;
    }
    .side-menu .menu-toggle {
        right: -37px;
        display: flex !important;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: absolute;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #b4b1b1;
        box-shadow: 0 0 15px #b0a5a5;
    }
    .dashboard .side-menu {
        width: 0;
        position: fixed !important;
        z-index: 5;
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard .side-menu .dashboard-menu {
        overflow: hidden;
    }
    .dashboard .side-menu.active {
        width: 270px;
        position: fixed !important;
        z-index: 5;
        padding-left: 30px;
        padding-right: 30px;
    }
    .dashboard .side-menu.active .menu-toggle {
        right: -17px;
    }
    .dashboard .content {
        width: calc(100%);
    }
    /* .dashboard .content .dashboard-header .profile-menu span {
        display: none;
    } */
    .blog-comment-section>.inner-block-comment .inner-sort-block p,
    select {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .testimonial .owl-slider {
        max-width: 90%;
        margin-top: 40px;
    }
    .dashboard-header .search {
        display: none;
    }
    .inner-dashboard-content .social-media-pages .right-side-box,
    .inner-dashboard-content .social-media-pages .left-side-box {
        width: 100%;
        flex-wrap: wrap;
    }
    .inner-dashboard-content .social-media-pages .right-side-box div {
        width: 100%;
    }
    .inner-dashboard-content .social-media-pages>div .left-side-box {
        width: auto;
    }
    .inner-dashboard-content .social-media-pages>div .btn {
        margin-bottom: 15px;
        min-width: 200px;
    }
    .posts-block {
        width: 100%;
        overflow: overlay;
    }
    .posts-block>div {
        width: 500px !important;
    }
    .paragraph-text {
        font-size: 18px;
    }
    h4.dashboard-heading {
        font-size: 22px;
    }
}