body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'p22_mackinacregular';
    color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'rundaw00-lightregular';
    font-size: 24px;
    color: #1E1E1E;
    line-height: 1.25;
}

img {
    border: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
}

a:focus,
select:focus,
.blog-slider .slick-slide:focus {
    outline: none;
}

a:hover

/*, a:focus*/
    {
    color: #6fc097;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #6fc097;
}

::selection {
    color: #fff;
    background: #6fc097;
}

button:focus {
    outline: 0;
}

h1 {
    font-size: 56px;
    line-height: 1.17;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

.h1 {
    font-size: 56px !important;
    line-height: 1.17 !important;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

h2 {
    font-size: 42px;
    line-height: 1.17;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

.h2 {
    font-size: 42px !important;
    line-height: 1.17 !important;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

h3 {
    font-size: 36px;
    line-height: 1.15;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

.h3 {
    font-size: 36px !important;
    line-height: 1.15 !important;
    font-family: 'P22 Mackinac';
    font-weight: bold;
}

h4 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
}

.h4 {
    font-size: 26px !important;
    line-height: 1.15 !important;
    font-weight: 700;
}


.small-container,
.container {
    margin: auto;
}

.btn-posh {
    transition: all .5s ease;
    background: #6FC097;
    padding: 18px 50px;
    float: none;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-family: Conv_GT-America-Expanded-Bold;
}

.btn-posh:hover {
    color: #fff;
    background: #457373;
}

.text-center {
    text-align: center;
}

.btn-posh.dark-green {
    background: #457373;
}

.btn-posh.dark-green:hover {
    background: #6FC097;
}


.modify-header {
    padding: 36px 0 18px 0;
    height: 95px;
    width: 100%;
    position: relative;
}

.modify-header .container-fluid {
    padding: 0 32px 0 42px;
}

.modify-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    float: left;
}

.modify-header .logo img {
    width: 233px;
    height: 46px;
}

.modify-header .head_v3 .headup {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modify-header a.phone-text,
.modify-header a.phone-no {
    float: none;
    font-size: 28px;
    margin-right: 7px;
    padding: 0;
    margin-top: 0;
    font-family: 'Conv_GT-America-Expanded-Bold';
    color: #6fc097;
    cursor: pointer;
}
.modify-header .phone-no:hover span.no-text {
    text-decoration: underline !important;
}
.modify-header .icon-phone {
	font-size: 36px;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-right: 8px;
}
.modify-header .phone-no:before {
	font-size: 36px;
}

header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 0 10px #ddd;
    transition: 0.3s ease all;
    -webkit-animation: sticky-menu 0.8s forwards;
    -ms-animation: sticky-menu 0.8s forwards;
    -o-animation: sticky-menu 0.8s forwards;
    animation: sticky-menu 0.8s forwards;
    display: initial;
}

@-webkit-keyframes sticky-menu {
    from {
        top: -50%
    }

    to {
        top: 0
    }
}

@keyframes sticky-menu {
    from {
        top: -50%
    }

    to {
        top: 0
    }
}

.phone-text:before {
    position: absolute;
    top: 1px;
    left: -28px;
    background: url(../images/sprite-posh.svg) no-repeat;
    width: 18px;
    height: 30px;
    content: "";
    background-position: -7px -4px;
    background-size: 450px auto;
    transform: none;
}

.phone-text {
    font-family: 'Conv_GT-America-Expanded-Bold';
    color: #6fc097;
    position: relative;
    cursor: pointer;
}

.modify-header .phone-text:hover {
    text-decoration: underline !important;
}

.modify-header .headmenu ul li a:hover {
    color: #6fc097;
}



.green-color {
    background: #6fc097;
}

.btn-started {
    color: #fff;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Conv_GT-America-Expanded-Bold';
}

.modify-header a.btn-started.green-color.login-text-btn {
    background-color: #457373;
    border-color: #457373;
    padding: 9px 48px;
}

header.modify-header .btn-started {
    margin-left: 18px;
    padding: 9px 16px;
    font-size: 18px;
    /*letter-spacing: 1px;*/
    transition: all ease 0.3s;
    border: 2px solid #6fc097;
}

.modify-header .headmenu {
    text-align: right;
}

.modify-header ul#menu-main-menu {
    display: inline-block;
    margin-top: 18px;
}

ul {
    margin: 0;
    padding: 0;
}

.modify-header .headmenu ul li {
    float: left;
    padding: 0 19px;
}

ul li {
    list-style-type: none;
}

.modify-header .headmenu ul li:last-child {
    padding-right: 0;
}

.modify-header .headmenu ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    /*letter-spacing: .5px;*/
    display: block;
    font-family: 'GT America Expanded';
    /*font-family: 'gt_america_trialexp_rg';*/
    transition: all ease 0.3s;
}

.modify-header .headmenu ul li span {
    display: none;
}

.modify-header ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0 0 0 0;
    border: 0;
    border-radius: 0;
    display: block;
    visibility: hidden;
    pointer-events: auto;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}

.modify-header .headmenu #menu-main-menu #menu-item-295 .sub-menu {
    right: 10px !important;
}

.headright .headmenu .sub-menu #menu-item-3805 {
    line-height: 22px;
}

.modify-header .headmenu ul.sub-menu li {
    padding: 0;
}

.modify-header .headmenu ul li:last-child {
    padding-right: 0;
}

.modify-header .headmenu ul li {
    float: left;
    padding: 0 15px;
}

.modify-header ul.sub-menu li {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
}

header.modify-header .btn-started:hover {
    background: none;
    color: #6fc097;
    border-color: #6fc097;
}

.modify-header a.btn-started.green-color.login-text-btn:hover {
    border-color: #457373;
    color: #457373;
    background: transparent;
}

.modify-header .headmenu ul li.ischild:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.modify-header ul.sub-menu li a {
    padding: 12px;
}

.menu-icon span {
    width: 20px;
    display: inline-block;
    height: 3px;
    background: #6fc097;
    position: relative;
}

.menu-icon span:after,
.menu-icon span:before {
    width: 20px;
    display: inline-block;
    height: 3px;
    background: #6fc097;
    position: absolute;
    content: "";
}

.menu-icon span:before {
    top: -8px;
}

.menu-icon span:after {
    top: 8px;
}

.menu-box {
    width: 500px;
    top: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    padding: 175px 0 100px 0;
    margin-right: -565px;
    transition: all 0.5s ease;
    z-index: 9999999999;
    overflow: auto;
    height: calc(100% - 275px);
}

.close-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 30px;
    right: 70px;
    z-index: 99999;
}

.navigation-menu .close-icon:after,
.navigation-menu .close-icon:before {
    width: 35px;
    height: 1px;
    background: #a0e395;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
}

.navigation-menu .close-icon:before {
    transform: rotate(41deg);
}

.navigation-menu .close-icon:after {
    transform: rotate(135deg);
}

.scrollbar {
    height: 200px;
    overflow-y: auto;
    height: 100%;
    scrollbar-color: #6fc097 #c3bebe;
    scrollbar-width: thin;
    --body-bg-color: #e3e3e3;
    --scroll-color: #6fc097;
    --scroll--hover-color: #6fc097;
    --scroll-track-color: rgba(255, 255, 255, 0);
}

.number-header {
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    position: absolute;
    top: 90px;
    right: 70px;
    display: none;
}

.menu-box ul li a {
    color: #fff;
    font-size: 45px;
    float: left;
    line-height: 60px;
    width: 100%;
}

.menu-box ul li {
    font-size: 24px;
    width: 100%;
    float: left;
    color: #6fc097;
    padding-left: 95px;
    padding-bottom: 50px;
    width: calc(100% - 95px);
}

.login-text {
    color: #a0e395;
    font-size: 18px;
    text-transform: uppercase;
    clear: both;
    float: left;
    font-family: 'Conv_GT-America-Expanded-Bold';
    text-decoration: underline;
    padding: 45px 0 0 95px;
}

.menu-box ul li a:hover {
    color: #6fc097;
}

.number-header a {
    font-size: 35px;
    color: #6fc097;
    position: relative;
}

.number-header a:before {
    position: absolute;
    left: -30px;
    top: 2px;
    background: url(../images/sprite-posh.svg) no-repeat;
    width: 20px;
    height: 32px;
    content: "";
    background-position: -7px -4px;
}


footer {
    background: #000;
    padding-top: 115px;
    overflow: hidden;
    padding-bottom: 140px;
    clear: both;
    width: 100%;
}

.footer-left {
    width: 700px;
    float: left;
}

.footer-left h2 {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-right {
    width: 435px;
    float: right;
    padding-top: 115px;
}

.border-btn {
    border: 4px solid #6fc097;
    padding: 16px 48px;
}

.border-btn:hover {
    background: none;
    color: #6fc097;
}

ul.footer-menu {
    border-top: 1px solid #fff;
    margin-top: 50px;
    padding-top: 40px;
}

ul.footer-menu li {
    display: inline-block;
    width: 32.5%;
    padding-bottom: 30px;
}

ul.footer-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'GT America Expanded';
}

.footer-right .mail-text a:hover,
.footer-right .mail-text:hover,
.footer-right .phone-no:hover,
.footer-right .address-text a:hover {
    color: #fff;
}

.current-menu-item a,
ul.footer-menu li a:hover {
    color: #6fc097 !important;
}

.footer-right .phone-no {
    color: #6fc097;
    font-family: 'GT America Expanded';
    font-weight: 500;
    font-size: 28px;
    clear: both;
    float: left;
    width: 100%;
    letter-spacing: 4%;
    line-height: 1;
}

.footer-right .mail-text,
.footer-right .address-text a {
    color: #6fc097;
    font-size: 24px;
    padding-top: 5px;
    float: left;
    width: 100%;
    line-height: 40px;
    line-height: 1.2;
    font-family: 'P22 Mackinac';
    font-weight: 500;
    letter-spacing: 4%;
}

.footer-right .h5 {
    padding-top: 35px;
    font-size: 22px !important;
    color: #fff;
    clear: both;
    font-weight: 500;
}

.ft-logos {
    display: flex;
    float: none;
    width: 100%;
    align-items: center;
    padding-top: 50px;
}

.ft-logos img {
    margin-right: 35px;
}

.ft-logos img:last-child {
    margin-right: 0;
}

.social-icon {
    padding-top: 50px;
    float: left;
    width: 100%;
}

.social-icon li {
    display: inline-block;
    margin-right: 30px;
}

.social-icon li a {
    display: inline-block;
}

.social-icon li a>span {
    font-size: 73px;
}

.social-icon li a:hover .icon-facebook span.path1:before,
.social-icon li a:hover .icon-instagram span.path1:before,
.social-icon li a:hover .icon-linkedin span.path1:before {
    color: #6fc097;
}
.social-icon li:last-child {
    margin-right: 0;
}
.social-icon li .icon-Twitter:hover:before {
    color: #6fc097;
}
.footer-bottom {
    clear: both;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom ul li a {
    color: #fff;
    font-size: 18px;
    font-family: 'P22 Mackinac';
    font-weight: 500;
}

.footer-bottom ul li {
    float: left;
    position: relative;
}

.footer-bottom ul li a:hover {
    color: #6fc097;
}

.footer-bottom ul li:before {
    content: "";
    display: inline-block;
    margin: 0 7px;
    left: 0;
    top: 2px;
    height: 17px;
    width: 1px;
    background: #fff;
    position: relative;
}

.small-container {
    width: 100%;
    /* padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); */
}

.mobile-dis {
    display: none;
}

#backtotop {
    display: inline-block;
    background-color: #6fc097;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    position: fixed;
    bottom: 90px;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 9999;
}

#backtotop:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

#backtotop:hover {
    background: #23394c;
}

.footer-logo {
    width: 210px;
}

.cyber-img {
    width: 181px;
}

.member-img {
    width: 89px;
}
body .zsiq_custommain,
body .zsiq_floatmain {
    z-index: 99999999 !important;
}
.cc-color-override-161722221.cc-window {
    padding-left: 70px;
    z-index: 9999999999 !important;
}
span.techark-text {
    color: #fff;
    position: relative;
    /* top: 45px !important; */
    top: 20px !important;
    left: 2px;
    font-size: 14px;
    z-index: 99;
}
span.techark-text a:hover {
    color: #fff;
}
span.techark-text a {
    color: #6fc097;
}
footer .desktop-techark {
    display: inline-block;
}
.desktop-techark {
    display: none;
}
.mobile-techark {
  display: none;
}


.page-template-terms .posh-terms p,
.page-id-4145 .entry-content p {
    line-height: 1.75;
}
.page-template-terms .posh-terms ol,
.page-template-terms .posh-terms ul,
.page-id-4145 .entry-content ol,
.page-id-4145 .entry-content ul {
    margin: 0 0 10px 0;
}
.page-template-terms .posh-terms ol li,
.page-template-terms .posh-terms ul li,
.page-id-4145 .entry-content ol li,
.page-id-4145 .entry-content ul li {
    line-height: 1.75;
    font-weight: 400;
    font-family: 'rundaw00-lightregular';
    font-size: 24px;
    color: #1E1E1E;
}
.page-template-terms .posh-terms a,
.page-id-4145 .entry-content a {
    color: #6fc097;
}
.page-template-terms .posh-terms a:hover,
.page-id-4145 .entry-content a:hover {
    color: #1E1E1E;
}

 
@media (min-width: 576px) {
    .small-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .small-container {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .small-container {
        max-width: 900px;
    }
    ul.sub-menu li a {
font-size: 13px !important;
text-decoration: underline;
color: #000 !important;
font-weight: 400 !important;
}

li#menu-item-4156 ul.sub-menu li a:before {
width: 37px;
height: 32px;
position: absolute;
top: 3px;
left: 10px;
content: "";
background: url('https://posh.com/en-uk/wp-content/themes/posh/assets/images/sprite-posh-new-2.svg');
background-repeat: no-repeat;
background-size: 170px;
}

li#menu-item-4156 ul.sub-menu li a {
position: relative;
padding-left: 60px !important;
}

ul.sub-menu {
background: #ededed !important;
}

li#menu-item-4156 li#menu-item-5470 a,
li#menu-item-299 li#menu-item-5262 a {
background: #d9d9d7;
padding: 12px !important;
text-align: center;
text-decoration: none !important;
font-size: 18px !important;
}

li#menu-item-5470 a:before,
li#menu-item-5262 a:before {
display: none;
}

.modify-header ul.sub-menu li {
border-bottom: none !important;
}

li#menu-item-299 li#menu-item-5262 {
margin-top: 10px;
}

li#menu-item-4156 ul.sub-menu li#menu-item-5466 a:before {
background-position: -99px -327px;
}

li#menu-item-4156 ul.sub-menu li#menu-item-5467 a:before {
background-position: -5px -326px;
}

li#menu-item-4156 ul.sub-menu li#menu-item-5468 a:before {
background-position: -49px -327px;
}

li#menu-item-4156 ul.sub-menu li#menu-item-5469 a:before {
background-position: -96px -465px;
}

.modify-header .headmenu ul li a:hover {
color: #6fc097 !important;
}
}

@media (min-width: 1200px) {
    .small-container {
        max-width: 1100px;
    }
}

@media (min-width: 1366px) {
    .small-container {
        max-width: 1215px;
    }
}
@media (min-width: 992px) {
    .modify-header ul.menu li:last-child ul.sub-menu {
        right: 10px;
    }
    .modify-header .navigation-menu {
        display: none;
    }
}
@media (min-width: 1900px) {
    header.modify-header .container-fluid {
        max-width: 1905px;
        margin: auto;
    }
}
@media (max-width: 1650px) {

    

    .modify-header a.btn-started.green-color.login-text-btn,
    header.modify-header .btn-started {
        padding: 13px 20px;
    }

    .modify-header .logo img {
        width: 175px;
        height: 35px;
    }

    ul.footer-menu li a {
        font-size: 16px;
    }

    ul.footer-menu li {
        padding-bottom: 20px;
    }

    

    /*.footer-left {
        width: 47%;
    }
    .footer-right {
        width: 35%;
    }*/

}

@media (max-width: 1530px) {
    header.modify-header .btn-started {
        margin-left: 16px;
        padding: 11px 15px;
        font-size: 15px;
    }

    .modify-header a.phone-text,
    .modify-header a.phone-no {
        font-size: 21px;
    }
    .modify-header .icon-phone {
  		font-size: 30px;
	}
    .modify-header a.btn-started.green-color.login-text-btn {
        padding: 11px 15px;
    }

    .modify-header .headmenu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .modify-header .headmenu ul li {
        padding: 0 12px;
    }

    .modify-header .phone-text:before {
        top: -3px;
        transform: scale(.7);
        height: 30px;
        left: -25px;
    }
}

@media (max-width: 1366px) {
    header.modify-header .btn-started {
        /*margin-left: 10px;
        padding: 9px 15px;
        font-size: 12px;*/
    }

    .modify-header a.btn-started.green-color.login-text-btn {
        /*padding: 9px 15px;*/
    }

    .modify-header a.phone-text {
        /*font-size: 18px;*/
    }
}

@media (max-width: 1365px) {
h1 {
        font-size: 50px;
    }

    .h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 37px;
    }

    .h2 {
        font-size: 37px !important;
    }

    .h3 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 32px;
    }

    p {
        font-size: 22px;
    }
    .footer-right .phone-no,
    .footer-right .mail-text,
    .footer-right .address-text a {
        font-size: 20px;
    }

    footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .footer-bottom {
        padding-top: 40px;
    }

    .social-icon li a>span {
        font-size: 60px;
    }

    .social-icon li {
        margin-right: 20px;
    }

    .ft-logos,
    .social-icon {
        padding-top: 35px;
    }

    .footer-left h2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-left h2 {
        /*max-width: 470px !important;*/
    }

    .footer-left {
        width: 650px;
    }

    .footer-right {
        width: 360px;
    }
    .modify-header .icon-phone {
	  top: -2px;
	}
    .modify-header {
        padding: 25px 0;
        height: 72px;
    }
    .footer-bottom p, .footer-bottom ul li a {
      color: #fff;
      font-size: 14px;
      font-family: 'P22 Mackinac';
      font-weight: 500;
    }
    .footer-bottom ul li::before {
        top: 2px;
        height: 12px
    }
    .footer-bottom ul {
      position: relative;
      top: -1px;
    }
    .page-template-terms .posh-terms p,
    .page-id-4145 .entry-content p,
    .page-template-terms .posh-terms ol li,
    .page-template-terms .posh-terms ul li,
    .page-id-4145 .entry-content ol li,
    .page-id-4145 .entry-content ul li {
        font-size: 22px;
    }
}

@media (max-width: 1300px) {
    .modify-header a.btn-started.green-color.login-text-btn {
        padding: 8px 10px;
    }

    header.modify-header .btn-started {
        padding: 8px 10px;
        /*font-size: 11px;*/
    }

    .modify-header .headmenu ul li a {
        /*font-size: 14px;*/
    }

    .modify-header .headmenu ul li {
        padding: 0 10px;
    }

    .small-container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .btn-posh {
        font-size: 16px;
    }

    h2 {
        font-size: 33px;
    }

    .h2 {
        font-size: 33px !important;
    }

    h3 {
        font-size: 28px;
    }

    .h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 23px;
    }

    .h4 {
        font-size: 23px !important;
    }

    .footer-right {
        padding-top: 90px;
    }

    footer {
        padding-top: 80px;
        padding-bottom: 70px;
    }

}

@media (max-width: 1199px) {
    .modify-header .logo img {
        width: 135px;
        height: 27px;
    }

    .menu-box {
        width: 415px;
        padding: 100px 0 60px 0;
        height: calc(100% - 160px);
    }

    .menu-box ul li {
        padding-left: 55px;
        padding-bottom: 30px;
        font-size: 25px;
        width: calc(100% - 55px);
    }

    .menu-box ul li a {
        font-size: 38px;
    }

    .menu-box ul li {
        padding-left: 55px;
        padding-bottom: 30px;
        font-size: 25px;
        width: calc(100% - 55px);
    }

    .number-header a {
        font-size: 30px;
    }

    h1 {
        font-size: 38px;
    }

    .h1 {
        font-size: 38px !important;
    }

    /* h3 {
        font-size: 26px;
      }
      .h3 {
        font-size: 26px !important;
      } */
    p,
    .page-template-terms .posh-terms p,
    .page-id-4145 .entry-content p,
    .page-template-terms .posh-terms ol li,
    .page-template-terms .posh-terms ul li,
    .page-id-4145 .entry-content ol li,
    .page-id-4145 .entry-content ul li {
        font-size: 22px;
    } {
        font-size: 20px;
    }

    .footer-left h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .border-btn {
        padding: 12px 38px;
    }

    ul.footer-menu {
        margin-top: 40px;
        padding-top: 35px;
    }

    .social-icon li a>span {
        font-size: 50px;
    }

    .footer-right {
        padding-top: 50px;
    }

    ul.footer-menu li a {
        font-size: 14px;
    }

    .footer-left {
        width: 480px;
    }
    .modify-header ul#menu-main-menu {
      margin-top: 13px;
    }
}

@media (max-width: 1024px) {
    .modify-header .container-fluid {
        padding: 0 25px;
    }

    .modify-header a.btn-started.green-color.login-text-btn {
        padding: 8px 10px;
    }

    header.modify-header .btn-started {
        margin-left: 8px;
        /*font-size: 10px;*/
    }
}

@media (max-width: 991px) {
    footer .desktop-techark,
    footer .desktop-dis {
    display: none;
}
footer .mobile-dis {
    display: inline-block;
    width: 100%;
}
.footer-bottom {
    padding-top: 25px;
  }
footer .mobile-techark {
    display: inline-block;
    width: 100%;
}
    .footer-bottom ul {
    top: 0;
  }
.desktop-techark {
    display: inline-block;
    width: 100%;
}
    .menu-box.open-menu {
        margin-right: 0;
    }

    body.scrolladd {
        overflow: hidden;
    }

    .modify-header.sticky-header .phone-no {
        top: 3px;
    }
    .modify-header.sticky-header .menu-icon {
        top: 22px;
    }

    .modify-header .headup a.btn-started,
    .modify-header .headmenu {
        display: none;
    }

    .modify-header .menu-icon {
        width: 22px;
        position: absolute;
        height: 25px;
        top: 26px;
        right: 20px;
    }

    header.modify-header a.phone-text,
    .modify-header .head_v1 a.phone-text {
        margin-right: 55px !important;
        font-size: 0;
        height: 30px;
        top: -3px;
    }

    header.modify-header a.phone-text {
        display: block;
        margin-right: 65px;
        font-size: 0;
    }
    .modify-header a.phone-no {
    	font-size: 0;
		  margin-right: 25px;
		  position: relative;
		  top: 3px;
    }

    .modify-header .phone-text:before {
        top: 5px;
        transform: scale(1);
        left: 0;
    }

    .modify-header {
        height: 30px;
    }

    header.modify-header .login-text.desktop-only {
        display: none;
    }

    .menu-box.open-menu #menu-main-menu-1 .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        background: transparent !important;
    }

    .menu-box.open-menu #menu-main-menu-1 .sub-menu li {
        border: none !important;
    }

    .menu-box.open-menu #menu-main-menu-1 .sub-menu li a {
        padding-left: 25px !important;
        font-size: 20px !important;
        line-height: 28px !important;
        padding-top: 0 !important;
    }

    header.modify-header .btn-started {
        padding: 8px 15px;
        margin-left: 55px;
        margin-bottom: 20px;
        font-size: 18px;
        background: #6fc097;
        border-color: #6fc097;
        text-decoration: none;
        transition: allease 0.3s;
    }

    header.modify-header a.login-text.mobile-only {
        background-color: #457373;
        border: 3px solid #457373;
        padding: 8px 15px;
        margin-left: 55px;
        margin-bottom: 20px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
    }

    p,
    .page-template-terms .posh-terms p,
    .page-id-4145 .entry-content p,
    .page-template-terms .posh-terms ol li,
    .page-template-terms .posh-terms ul li,
    .page-id-4145 .entry-content ol li,
    .page-id-4145 .entry-content ul li {
        font-size: 22px;
    } {
        font-size: 18px;
    }

    h1 {
        font-size: 32px;
    }

    .h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 26px;
    }

    .h2 {
        font-size: 26px !important;
    }

    h3 {
        font-size: 23px;
    }

    .h3 {
        font-size: 23px !important;
    }

    h4 {
        font-size: 20px;
    }

    .h4 {
        font-size: 20px !important;
    }

    .btn-posh {
        padding: 12px 24px;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 50px;
        margin-top: -4px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-left,
    .footer-right {
        text-align: center;
    }

    footer {
        padding-top: 55px;
        padding-bottom: 140px;
    }

    .footer-logo {
        width: 125px;
    }

    .footer-left h2 {
        padding-top: 32px;
        padding-bottom: 26px;
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.footer-menu {
        border: none;
        margin-top: 0;
        padding-top: 35px;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .desktop-dis {
        /*display: none;*/
    }

    .mobile-dis {
        /*display: inline-block;*/
        /*width: 100%;*/
    }

    .footer-right {
        padding-top: 35px;
    }

    .footer-right .h5 {
        padding-top: 30px;
    }

    .ft-logos {
        display: none;
    }

    .social-icon {
        padding-top: 20px;
    }

    .social-icon li {
        margin-right: 16px;
    }

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-bottom ul {
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-bottom ul li:first-child:before {
        /*margin: 0;
        background: none;
        width: 0;*/
    }

    ul.footer-menu li {
        width: calc(50% - 5px);
    }

    .footer-bottom p {
        width: 100%;
    }

    .btn-posh {
        font-size: 14px;
    }

    .border-btn {
        padding: 8px 28px !important;
    }

    .footer-left h2 {
        max-width: 100% !important;
    }

    .small-container {
        padding-left: 28px;
        padding-right: 28px;
        width:calc(100% - 56px);
    }
    .footer-right .phone-no {
        margin-bottom: 5px;
    }
    .footer-right .mail-text,
    .footer-right .address-text a {
        padding-top: 0;
        line-height: 1.64;
    }
    span.techark-text {
      position: initial !important;
      top: 0px !important;
      left: 0;
    }
    footer .mobile-techark {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom ul li::before {
        top: 0;
    }
    .number-header a:before {
        top: 0;
        width: 20px;
        transform: scale(.7);
        height: 30px;
        left: -25px;
        background-size: 450px auto;
    }

    .number-header {
        display: block;
        right: auto;
        top: 25px;
        left: 84px;
    }

    .close-icon {
        right: 50px;
    }

    .modify-header .menu-inner-box {
        height: 60%;
    }

    .menu-box {
        background: rgba(0, 0, 0, .95);
        height: 110%;
    }

    h1 {
        font-size: 26px;
    }

    .h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 17px;
    }

    .h2 {
        font-size: 17px !important;
    }

    h3 {
        font-size: 17px;
    }

    .h3 {
        font-size: 17px !important;
    }

    h4 {
        font-size: 15px;
    }

    .h4 {
        font-size: 15px !important;
    }

    p {
        font-size: 12px;
        line-height: 1.35;
    }

    .btn-posh {
        font-size: 9px;
        padding: 9px 42px;
    }

    .footer-right .phone-no {
        font-size: 26px;
    }

    .footer-right .mail-text,
    .footer-right .address-text a {
        font-size: 17px;
    }

    .footer-right .h5 {
        font-size: 17px !important;
    }

    .social-icon li a>span {
        font-size: 40px;
    }

    ul.footer-menu li a {
        font-size: 13px;
    }

    .footer-bottom p,
    .footer-bottom ul li a {
        font-size: 17px;
    }

    ul.footer-menu {
        width: auto;
    }

    ul.footer-menu li {
        padding-bottom: 13px;
    }
    .page-template-terms .posh-terms p,
    .page-id-4145 .entry-content p,
    .page-template-terms .posh-terms ol li,
    .page-template-terms .posh-terms ul li,
    .page-id-4145 .entry-content ol li,
    .page-id-4145 .entry-content ul li {
        font-size: 16px;
    }
}

@media (max-width: 585px) {
    .menu-box {
        width: 100%;
        margin-right: -600px;
        padding: 90px 0 60px 0;
        height: calc(120% - 150px);
    }

    .number-header {
        top: 27px;
        left: 65px;
    }

    .number-header a {
        font-size: 25px;
    }

    .close-icon {
        right: 40px;
    }

    .menu-box ul li {
        padding-left: 35px;
        padding-bottom: 15px;
        font-size: 20px;
        width: calc(100% - 35px);
    }

    .menu-box ul li a {
        font-size: 32px;
    }

    .menu-box {
        width: 100%;
        padding: 90px 0 60px 0;
        height: calc(120% - 150px);
        opacity: 0;
        visibility: hidden;
    }

    .menu-box.open-menu {
        margin-right: 0;
        opacity: 1;
        visibility: visible;
    }

    header.modify-header .menu-inner-box {
        height: 80%;
        margin-bottom: 30px;
    }

    header .btn-started {
        margin: 20px 0 0 35px;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 35px;
    }

    header.modify-header a.login-text.mobile-only,
    header.modify-header .btn-started {
        margin-left: 35px;
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .close-icon {
        right: 20px;
    }
}

@media(max-width:380px) {

    .footer-bottom p,
    .footer-bottom ul li a {
        font-size: 15px;
    }
     .footer-right .mail-text, .footer-right .address-text a {
    font-size: 16px;
  }
  .address-text a br {
    display: none;
  }
  .footer-right .phone-no {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
    header.modify-header .menu-inner-box {
        overflow-x: hidden;
    }
}