/*
Theme Name: DT-SAVE-FREE(DOT)COM
Theme URI: https://google.com
Author: D.T.
Author URI: http://google.com/
Description: DT WordPress Theme © 2024.
Version: 1.0.94
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: dt

DT WordPress Theme © 2024 D.T.
DT is distributed under the terms of the GNU GPL

1. header
2. footer
3. front page
*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");
h1.entry-title.text-center {
    color: #e0306c; /*#E1306C; #d35400*/
    font-size: 1.8em;
}
#wrapper > #header > nav#menu {
    max-height: 50px;
    border-radius: 50px;
    width: 90%;
    margin: 20px auto;
}
.show-detail .advgb-accordion-body, .show-detail .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
    display: block !important;
}
svg#Outline {
    margin-bottom: 4px;
}
svg#reels_svg_icon {
    margin-bottom: 1px;
}
.btn-primary {
    color: #fff;
    background-color: #306ce1 !important;
    border-color: #306ce1 !important;
}
.sh-back-to-top {
    left: 11px;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .tab-pane .loading-img {
    border-top: 3px solid #ffffff;
} */
 .justify-text {
    text-align: justify !important;
 }
.sh-back-to-top {
backface-visibility: hidden;
    position: fixed;
    bottom: 128px;
    right: 30px;
    opacity: 0;
    transition: .3s all ease;
    cursor: pointer;
    width: 56px;
    height: 56px;
    text-align: center;
    overflow: hidden;
    z-index: 5000;
    color: #cecece;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,.07);
    border-radius: 50%;
}
.sh-back-to-top.active {
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#E1306C,#E1306C) border-box;
    border: 3px solid transparent;
    opacity: 1;
}
.sh-back-to-top svg {
    fill: #000000;
}
/*start new data*/
.nav-link span {
    vertical-align: middle;
}
.front-page .nav-tabs .nav-link svg {
    font-size: 21px !important;
}
.front-page .download-instagram-input .input-with-icon {
    border-radius: 6px !important;
}
.input-group-text{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.insta-viewer .entry-content.mx-auto{
    width: 100% !important;
}
.list p {
    color: black !important;
}
.insta-viewer {
    padding: 0 20px !important;
    background-color: unset;
    width: 100%;
    /* min-height: 14rem; */
    background-image: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 12px;
}
.insta-viewer .insta-result.text-center {
    color: black !important;
}
/* .insta-result .loading-img{
    border-top: 3px solid #bd367e !important;
} */
.insta-viewer .entry-content .insta-result .nav-tabs li{
    width: calc(100% / 3);
}
.insta-viewer .download-result-profile .nav-tabs li{
    width: calc(100% / 2) !important;
}
.profile-block .post-wrapper div p{
    color: black !important;
}
#carouselHighlightStory .display-flex{
    background-color: unset !important;
}
#carouselHighlightStory .display-flex .item a{
    color: black !important;
}
.insta-viewer .insta-result .post-wrapper div p{
    color: black !important;
}
.download-result.download-result-profile.row.text-center {
    color: black !important;
}
.insta-viewer .tab-content{
    background-image: unset !important;
}
.form-insta-viewer , .form-insta-story , .form-download-profile{
    background-color: #ffca16;
    padding: 43px 10px;
    border-radius: 9px;
}
.insta-viewer .nav-tabs .nav-link.active{
    border-top: none ;
}
.insta-result a.nav-link.active:before{
    bottom: 10px !important;
}
/* .insta-viewer .text-center .loading-img{
        border-top: 3px solid #bd367e !important;
} */
p.text-result.text-center{
    color: black !important;
}
svg#Capa_1{
    fill: white;
}
a.back{
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    font-size: 16px;
    background: #6c757d;
    color: white;
    width: 50%;
    padding: 16px 20px;
    border-radius: 9px;
    cursor: pointer;

}
a.back:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.009);
}
 .title a.hover_link {
  display: inline-block;
  position: relative;
  color: inherit;
  transition: margin 0.25s;
}
.front-page .download-instagram-input .input-with-icon{
    transform: scale(.99) !important;
}
.paste {
    pointer-events: unset;
    position: absolute;
    top: 50%;
    /* left: 48px; */
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    transform: translate(-100%,-50%);
    z-index: 98;
    right: 110px;
}
.paste span:first-child {
    display: flex;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 15px;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 6px;
}
.front-page .download-instagram-input .submit{
        border-radius: 6px!important;
}
.footer-widgets-area ul {
    text-align: start;
}
#footer-brand {
    background: #E1306C;
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: initial;
    -webkit-box-decoration-break: clone;
    padding-top: 9px;
    display: -webkit-box;
    height: 50px !important;
    margin-left: 5px;
    font-weight: bold;
}
#nav_menu-41 > div > ul > li:before,
#nav_menu-56 > div > ul > li:before {
    content: '›› ';
}
#header-menu > div > ul > li.search-form:before {
    display: none !important;
}
.navbar .nav-menu-primary .menu li a {
    display: initial !important;
}
.clear{
    display:none;
}
/*end new data*/

html {
    scroll-behavior: smooth;
}
a {
    color: #943B00;/*#E1306C;*/
}
body > img {
	display: none;
}
.show-less{
    display:none;
}
.Btn {
  width: 45px;
  height: 45px;
  background: linear-gradient(#44ea76, #39fad7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: none;
}
.arrow path {
  fill: white;
}
.front-page .nav-tabs .nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #517dec !important;
    padding: 5px 0 !important;
    text-align: center;
}
/* .front-page .nav-tabs .nav-link:hover, 
.front-page .nav-tabs .nav-link:focus, 
.front-page .nav-tabs .nav-link.active, 
.front-page .nav-tabs .nav-item.show .nav-link {
    background-color: #e5eff1;
    color: #4cd137;
} */
/* .nav-link.active svg path {
    fill: #4cd137;
} */
/* .nav-link.active span {
    color: #4cd137;
} */
.text {
  font-size: 0.7em;
  width: 100px;
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -18px;
  opacity: 0;
  transition-duration: .7s;
}
.Btn:hover .text {
  opacity: 1;
  transition-duration: .7s;
}
.Btn:hover .arrow {
  animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* @keyframes slide-in-bottom {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */

/* @media only screen and (min-width: 992px) */
header .logo-menu-wrap .menu ul li ul.dropdown-content li a {
    background: #fff;
    display: block;
    padding: 7px 5px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    color: #666;
}
a:hover {
    color: #E1306C;
}
.link_hidden_txt {
    display: inline-block;
    text-indent: -9999em;
}
.ig_video, .ig_img {
    width: 100%;
}
li {
    margin-bottom: 6px;
}
.wpml-ls-slot-13 .sub-menu{
    column-count: 3;
    margin-left: -125px;
}
input, textarea, button {
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
input::placeholder {
    font-size: 14px;
    opacity: 0.8;
}
input:focus::placeholder {
    color: transparent;
}
.open {
    display: block !important;
}
.open-img {
    display: block !important;
}
.d-none {
    display: none !important;
}
.g-recaptcha >div {
    margin: 0 auto;
}

/* start header */
.navbar.logo-menu-wrap {
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.navbar .navbar-brand {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
}
.navbar .navbar-brand img {
    width: 60px;
}
/* .loading-img {
    display: none;
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #bd367e;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-top: 10px;
} */
/* @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}  */
.navbar .navbar-brand .brand-text {
    background: #E1306C;
    background: #E1306C;
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: initial;
    -webkit-box-decoration-break: clone;
    padding-top: 9px;
    display: -webkit-box;
    height: 50px !important;
    margin-left: 5px;
}
.navbar .nav-menu-primary {
transition: all .3s ease;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
    margin-top: 14.5px;
    padding-left: 0;
    list-style-type: none;
    margin-left: auto;
}
.navbar .nav-menu-primary .menu {
    list-style: none;
    padding: 0;
}
.navbar .nav-menu-primary .menu li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 6px;
    padding-right: 20px;
    padding-left: 20px;
}
li.nav-search {
    padding-top: 10px !important;
}
.sub-menu li {
    margin-bottom: -10px !important;
}
.navbar .nav-menu-primary .menu li:hover a, 
.navbar .nav-menu-primary .menu li:focus a {
  text-decoration: none;
}
.navbar .nav-menu-primary .menu li a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  color: #212529
}

.navbar .nav-menu-primary .menu li.current-menu-item > a,
.navbar .nav-menu-primary .menu li:hover > a {
    color: #E1306C;
}
.navbar .nav-menu-primary .menu li.menu-item-has-children > a::after,
#langswitcher .dropdown-toggle::after {
    /* content: '▼'; */
    content: url(assets/img/down.svg);
    margin-top: 8px;
    vertical-align: sub;
}
.navbar .nav-menu-primary .menu li .menu-item-title-wrap {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.navbar .nav-menu-primary .sub-menu {
  background-color: #fff;
  padding: 0;
}
.navbar .nav-menu-primary .sub-menu.dropdown-open {
  opacity: 1;
  visibility: visible;
}
.navbar .nav-menu-primary .sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 1px;
}
.navbar .nav-menu-primary .sub-menu li {
  border-top: none;
  min-width: 205px;
  padding: 0;
}
.navbar .nav-menu-primary .sub-menu li > a {
    padding: 10px 15px;
}
.navbar .nav-menu-primary .wpml-ls-current-language .sub-menu li {
    min-width: auto;
}
.navbar .nav-menu-primary .wpml-ls-menu-item .wpml-ls-flag {
    margin-inline-end: 5px;
}
.navbar .search-form input {
    line-height: 2;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 10px;
}
.modal-content {
    border: none;
    border-radius: 50px;
}
.modal-content .modal-body {
    padding: .5em;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.modal-body .searchform {
    width: 95%;
}
.modal-body input {
    border: none;
    line-height: 3;
    padding: 0 10px;
    width: 100%;
    font-size: 17px;
}
.modal-body .close {
    background: transparent;
    border: none;
    font-size: 40px;
    cursor: pointer;
    color: #7e7e7e;
}
.modal-body .close:hover {
    color: #343434
}
#flags_language_selector {
    display: none;
}
user agent stylesheet

/* end header */

/* start footer */
.footer-widgets-area {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer-widgets-area a.brand {
    font-size: 22px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
	justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.footer-widgets-area a.brand img {
    max-width: 60px;
}
.footer-widgets-area .footer-widget-title {
    font-size: 17px;
    font-weight: bold;
}
.footer-widgets-area ul {
    list-style: none;
    padding: 0;
}
.footer-widgets-area a {
	color: #2b2b2b;
    font-size: 14px;
    text-decoration: none;
}
.footer-widgets-area a:hover {
	color: #E1306C;
}
#copyright {
    text-align: center;
    padding: 10px;
    background: #E1306C;/*#E1306C;*/
    color: #fff;
    font-size: 14px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.wpml-ls-statics-footer .wpml-ls-current-language>a,
.wpml-ls-statics-footer a {
	background-color: #111;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer:focus,
.wpml-ls-statics-footer .wpml-ls-current-language>a:focus,
.wpml-ls-statics-footer a:focus {
    background-color: transparent;
}
.wpml-ls-statics-footer a {
    color: #cecece;
}
.wpml-ls-statics-footer a:hover {
    color: #fff;
    background-color: transparent !important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7px;
}
.wpml-ls-legacy-list-horizontal  li.wpml-ls-item-legacy-list-horizontal {
    margin-inline-end: .4em;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px;
}
.wpml-ls-legacy-list-horizontal a span.wpml-ls-native {
    margin-inline-start: .4em;
}
/* end footer */
ol,ul {
    box-sizing: border-box;
    padding: 0 10px 0 10px;
}

/* start instagram accordion */
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
    padding: 0.1rem 1.3rem !important;
    border-width: 1px !important;
    border-style: solid !important;
    /* border-color: #a32b0a !important; */
    margin-top: 10px;
    position: relative;
    background: unset !important;
    margin-bottom: 0;
    color: #a32b0a !important;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 54px !important;
}
.advgb-accordion-header-icon svg {
    margin-right: 20px;
    vertical-align: middle !important;
    fill: #943B00 !important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    display: block !important;
    transform: rotate(180deg);
    margin-right: -8px;
}
.advgb-accordion-body, 
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
    border-style: none solid none solid !important;
    border-right-width: 1px !important;
    border-bottom-width: 0px !important;
    border-left-width: 1px !important;
    border-top-width: initial !important;
    border-top-color: initial !important;
    border-color: #E1306C !important;
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    padding: 0px 10px 0px 15px !important;
}
/* .advgb-accordion-header {
    background: linear-gradient(45deg,#fb604e,#eca651 100%) !important;
}
.advgb-accordion-body,
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
    border: 0px solid;
}
.advgb-accordion-header h4.advgb-accordion-header-title, .advgb-accordion-header h4 {
    font-size: 1.1em !important;
} 
.advgb-accordion-header:focus, .advgb-accordion-header.ui-accordion-header.ui-state-default:focus
.advgb-accordion-header:focus {
    border: none !important;
    border-radius: 0 !important;
}
*/
/* end instagram accordion */
.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
}

/* end front page */

/* start private downloader page */
.private-downloader {
    padding: 15px 0 80px;
}
.private-downloader .btn {
    margin: 1em 0;
    padding: 8px 40px;
}
/* end private downloader page */

/* start stepper */
.steps {
    counter-reset: number;
    list-style-type: none;
    padding-inline-start: 20px;
}
.steps li {
    position: relative;
    padding-inline-start: 50px;
    margin-bottom: 35px;
}
.steps li:before {
    counter-increment: number;
    content: counter(number)"\a0";
    position: absolute;
    left: 0;
    background-color: #b2b2b2;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline-start: 3px;
}
.steps li:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 15px;
    width: .0625rem;
    height: 40%;
    height: calc(100% - 38px);
    background-color: rgba(0,0,0,.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.steps li img {
    width: 291px !important;
    height: auto;
    margin-top: 15px;
}

/* old stepper */
.stepper {
    list-style: none;
    padding-inline-start: 20px;
}
.stepper .step {
    position: relative;
}
.stepper .step-title {
    cursor: pointer;
}
.stepper .step-title a {
    text-decoration: none;
}
.stepper .step:not(.active) .step-title {
    padding-bottom: 0;
}
.stepper .step-title .step-title-no {
    background-color: #b2b2b2;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 12px;
}
.stepper .step.active .step-title .step-title-no {
    background-color: #3c35c2;
}
.stepper .step .step-content {
    padding-inline-start: 40px;
    margin-bottom: 5px;
    padding-bottom: 20px;
    transition: all 3s;
    visibility: hidden;
    opacity: 0;
}

#menu .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.stepper .step:not(.active) .step-content .content {
    display: block;
}
.stepper .step .step-content {
    visibility: visible;
    opacity: 1;
}
ul.stepper>.step:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 35px;
    left: 15px;
    width: .0625rem;
    height: 40%;
    height: calc(100% - 38px);
    background-color: rgba(0,0,0,.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
ul.stepper>.step.active:not(:last-child):after {
    height: calc(100% - 35px);
}
.stepper .step .step-content .next-step {
    text-decoration: none;
    padding: 7px 20px;
}
.stepper .step .step-content .next-step svg {
    vertical-align: bottom;
}
.stepper .step .step-content img {
    max-width: 100%;
}
/* end stepper */
.note_parg {
    font-size:14px;
    color: #403f3f;
    text-align: left;
}
.dt-img {
    width: 291px;
}
.footer-widgets-area {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
footer i {
    color: #cd1f8f;
    font-size: 20px !important;
    width: 49px;
}
li.nav-search {
    order: 5;
}
li#menu-item-wpml-ls-13-de,
li#menu-item-wpml-ls-13-fr,
li#menu-item-wpml-ls-13-es,
li#menu-item-wpml-ls-13-pt-pt {
    order: 4;
}
.ads-after-results {
    padding-bottom: 10px;
    text-align: center;
    margin: 10px auto 25px auto;
}
.wp-block-uagb-info-box {
    color: #144261;
    background: #d5e9f6;
}
.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-left .uagb-ifb-icon-wrap {
    margin-right: 5px;
    margin-left: 10px;
}
body {
    margin: 0px;
}
#brand-container {
    position: absolute;
    margin: auto;
    width: 172px;
    height: 80pt;
    top: 84px;
    bottom: 0;
    filter: url(#threshold) blur(0.6px);
}
#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 23px;
    text-align: center;
    user-select: none;
    background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}
/* @keyframes textclip {
    to {
        background-position: 200% center;
    }
} */
.wpml-ls-legacy-dropdown a {
	padding: 8px 10px !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	overflow-y: scroll !important;
	height: 99px !important;
}
.textwidget {
    text-align: left;
    padding-left: 9px;
}
div#icl_lang_sel_widget-2 {
    padding-left: 9px;
}

/* ****** dt insta downloader free-viewer plugin ****** */
/* Tabbed Styles */
.tabbed {
    width: 100%;
    min-width: 333px;
    margin: 0 auto;
    overflow: hidden;
    transition: border 250ms ease;
}
.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left !important;
    padding-left: 48px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.tabbed ul * {
    margin: 0px;
    padding: 0px;
}
.tabbed ul li {
    display: block;
    float: right;
    padding: 6px 24px 6px;
     margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
    transition: all 250ms ease;
}
.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;  
    background-color: #FFF;
    transition: all 250ms ease;
}
.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 3px 2px 3px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px 2px 3px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li.active {
    z-index: 3;
}
a.navs-link {
    color: #fff;
    text-decoration: none;
}
  
/* Round Tabs */
.tabbed.round ul li {
    border-radius: 8px 8px 0 0;
}
.tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
}
  
/* Skins */
.tabbed[class*="skin-"] ul li {
    color: #FFF;
    text-shadow: rgba(0,0,0,.1) 0 1px;
}
.tabbed.skin-pumpkin ul li,
.tabbed.skin-pumpkin ul li:before,
.tabbed.skin-pumpkin ul li:after {
    background-color: #ffca16;/*#ED6E1A;*/
}
.tabbed.skin-pumpkin ul li:hover,
.tabbed.skin-pumpkin ul li:hover:before,
.tabbed.skin-pumpkin ul li:hover:after {
    background-color: #E1306C;
}
.tabbed.skin-pumpkin ul li.active,
.tabbed.skin-pumpkin ul li.active:before,
.tabbed.skin-pumpkin ul li.active:after {
    background-color: #E1306C;
}
.d-inline-block {
    display: inline-block !important;
    width: 90%;
}
.small-img {
    width: 8%;
    display: none;
    vertical-align: middle;
}
.grecaptcha-badge {
    display: none !important;
}
.ig_video .ig_img {
    width: 100%;
}
.ig_img_profile {
    width: auto;
}
.front-page .nav-tabs {
    margin-top: 30px;
    justify-content: center;
    padding: 0;
}
.front-page .nav-tabs .nav-link {
    text-decoration: none;
    font-size: 16px;
    color: #63139b;
    padding: 10px 0;
    text-align: center;
}
.front-page .nav-tabs .nav-link svg {
    fill: #63139b;
    font-size: 30px;
    margin-inline-end: 5px;
    vertical-align: middle;
}
.front-page .download-instagram-input {
    position: relative;
    justify-content: space-around;
}
.front-page .download-instagram-input .input-group-start {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.front-page .download-instagram-input .input-group-text {
    line-height: 2;
}
.front-page .input-group-end {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front-page .input-group-end .input-group-text {
    background-color: #ddd;
    border: 1px solid #fff0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front-page .download-instagram-input .col-md-10 {
    padding-right: 0;
}
.front-page .download-instagram-input .input-with-icon {
    border: 1px solid #ccc;
    min-height: 2.97em;
    padding-left: 45px;
    border-radius: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0.9);
    transform: scale(1);
}
.front-page .download-instagram-input .submit {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03),0 0 0 3px rgba(255,255,255,0.22) inset;
}
.front-page .download-instagram-input .input-icon svg {
	vertical-align: middle;
}
.front-page .download-result {
    margin-top: 25px;
    justify-content: center;
}
.front-page .download-result .img_box .post-wrapper a,
.front-page a.download-caption, .front-page a.download-caption-2 {
    color: #fff;
    background-color: #405DE6;
    text-decoration: none;
    padding: 10px 30px;
    margin-block: 15px 20px;
    display: block;
    min-height: 45px;
    font-weight: bold;
    border-radius: 5px;
}
.front-page .nav-tabs .nav-item {
    width: 20%;
}
.front-page .nav-tabs .nav-link svg {
    fill: #517dec !important;
    font-size: 30px;
    margin-inline-end: 5px;
    vertical-align: middle;
}
.front-page .download-instagram-input .submit {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
}
.front-page .tab-content {
    background-color: #f5f5f5;
    padding: 20px 20px 40px 20px;
    color: #2f3640;
    border-radius: 15px;
    border: 2px solid #E1306C;/*#d35400;*/
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.front-page .tab-content .form-inline {
    justify-content: space-around;
}
.front-page .download-result .img_box .post-wrapper a:hover,
.front-page a.download-caption:hover, .front-page a.download-caption-2:hover  {
    background-color: #358ae1;
}
.front-page .download-result .img_box .post-wrapper a svg,
.front-page a.download-caption svg, .front-page a.download-caption-2 svg {
    font-size: 35px;
    fill: #fff;
    stroke: #fff;
}
.story-highlights .folder-name {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
li.recent {
    display: inline-flex;
}
a.wp-block-latest-posts__post-title:hover {
    color: #f46f46 !important;
}
.taxonomy-description p {
    display: none;
}
.taxonomy-description p:first-child {
    display: block;
}
.wp-block-image.aligncenter{
    width:100%;
}
img.wp-image-32073.size-full {
    height: 520px !important;
}
.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap, 
.uagb-infobox-icon-left .uagb-ifb-icon-wrap {
    height: 100% !important;
    display: flex;
    align-items: center;
}
@supports (-webkit-backdrop-filter: blur(1px)) {
    @media (min-width: 600px) {
        body{
            padding-bottom: 0px !important;
        }
    }
}
@supports (-webkit-backdrop-filter: blur(1px)) {
    @media (max-width: 600px) {
        .nav-link.active svg, .nav-link:hover svg {
            fill: #4cd137 !important;
            filter: drop-shadow(0px 0px 15px rgba(0,0,0,.2)) drop-shadow(0px 10px 30px rgba(0,0,0,.2)) drop-shadow(0px 20px 45px rgba(0,0,0,.2)) drop-shadow(0px 30px 60px rgba(0,0,0,.2));
            display: block !important;
            filter: unset !important;
        }
        .navbar .nav-menu-primary .menu{
            display: flex !important;
            flex-direction: column !important;
        }
        .navbar .nav-menu-primary .menu li {
            display: inline-block;
            position: relative;
            margin-bottom: 0;
            cursor: pointer;
            padding: 6px;
        }
        img.wpml-ls-flag {
            display: inline-block;
        }
    }
}
/* *** ring loading image *** */
.ring {
  position:relative;
  width:150px;
  height:150px;
  background:transparent;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:16px;
  color:#ffca16;
  letter-spacing:2px;
  text-transform:uppercase;
  text-shadow:0 0 10px #ffca16;
  background-color: #fff8db;
  margin: 20px auto;
}
.ring:before {
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #fff000;
  border-right:3px solid #fff000;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.rotate_span {
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.rotate_span:before {
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff000;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #fff000;
}
/* edit by ziad */
span.advgb-accordion-header-icon {
    float: right;
    margin-right: -30px;
    line-height: 1.8;
    font-size: 1.2em;
    cursor: pointer;
}
.advgb-accordion-header-title {
    margin: 5px;
}
.margin_auto{
    margin: 0 auto !important;
}

/* edit the tabs */

.tabbed {
    margin-bottom: 10px;
    padding: 7px;
    background: #E1306C;
    border-radius: 15px;
    margin-right: 0px;
    margin-left: 0px;
}
.tabbed ul li:before, .tabbed ul li:after{
    content: unset;
}
.tabbed ul{
    text-align: center;
    width: 100%;
}
.tabs.navs-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabs.navs-tabs .navs-item {
    flex: 1; /* makes them equal width */
    text-align: center;
    box-sizing: border-box;
}
.tabs.navs-tabs .navs-item {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}
.tabbed.skin-pumpkin ul li.active, .tabbed.skin-pumpkin ul li.active:before, .tabbed.skin-pumpkin ul li.active:after{
    background-color: unset;
}
.tabbed.skin-pumpkin ul li, .tabbed.skin-pumpkin ul li:before, .tabbed.skin-pumpkin ul li:after{
    background-color: unset;
}
.tabs.navs-tabs .navs-item{
    border-right: 1px solid white;
    border-radius: 0px;
    direction: ltr;
}
.tabs.navs-tabs .navs-item:first-child{
    border-right: unset;
}
.tabbed ul li{
    margin-right: 0px;
}
.tabbed.skin-pumpkin ul li:hover, .tabbed.skin-pumpkin ul li:hover:before, .tabbed.skin-pumpkin ul li:hover:after{
    background-color: #e86693;
}
.navs-item {
    display: inline-flex !important; /* or flex if you want full width */
    align-items: center; /* vertically centers SVG and text */
    gap: 5px; /* space between SVG and text */
    justify-content: center;
}
.navs-item svg {
    margin-right: 5px;
    fill: white;
    width: 1.5em !important;
    font-size: 16px;
}
.front-page .tab-content{
    border-color: #E1306C;
}
.tabbed.skin-pumpkin ul li.active, .tabbed.skin-pumpkin ul li.active:before, .tabbed.skin-pumpkin ul li.active:after{
    background-color: #e86693;
}
.tabbed.skin-pumpkin ul li.active:first-child ,.tabbed.skin-pumpkin ul li:first-child:hover  {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.tabbed.skin-pumpkin ul li.active:last-child,.tabbed.skin-pumpkin ul li:last-child:hover  {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
/* end edit by ziad */
@keyframes animateC {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform:rotate(45deg);
  } 
  100% {
    transform:rotate(405deg);
  }
}

/* Media Queries for Mobile and Tablet */
@media (min-width: 1200px) {
    .download-instagram-input .form-control{
            width: 106% ;
    }
}
@media (max-width: 1200px) {
    .paste {
        left: auto;
        right: 132px;
    }
}
@media (max-width: 998px) {
    .download-instagram-input .form-control{
        width: 100% ;
    }
    .paste {
        top: 49%;
        left: auto;
        right: 85px;
    }
}
@media (max-width: 800px) {
    .sh-titlebar .titlebar-title,.sh-titlebar .title-level {
        display:block;
        width: 100%;
        text-align: center;
    }
    .sh-titlebar .title-level {
        margin-top: 15px
    }
    .sh-back-to-top {
        bottom: 135px;
        /* right: 19px; */
        right: auto;
        left: 12px;
        transform: scale(.92,.92)
    }
}
@media (max-width: 786px) {
    .paste {
        top: 49%;
        left: auto;
        right: 85px;
    }
    /* button.btn.btn-primary.submit.profile-download-btn {
        margin-top: 15px;
    } */
    .note_parg {
        font-size:13px;
        text-align: justify;
    }
    .mb-md-3 {
        margin-bottom: 1rem!important;
    }
    .front-page .nav-tabs .nav-link{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap {
		display: flex !important;
	}
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,
	.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content {
		width: fit-content !important;
		text-align: justify !important;
	}
	.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg {
        padding-left: 5px !important;
    }
}
@media (max-width: 600px) {
    .paste {
        top: 26%;
        right: 0px;
    }
}
@media (max-width: 567px) {
    .paste {
        top: 21%;
        left: auto;
        right: -24px;
    }
    span.paste_title {
        display: none;
    }
    #flags_language_selector{
        margin-right: 2px;
    }
    .tabs.navs-tabs {
        padding: 0 .5px;
    }
    .tabbed.skin-pumpkin ul li.active:last-child, .tabbed.skin-pumpkin ul li:last-child:hover {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }
}
@media(min-width: 992px) {
    .navbar .nav-menu-primary .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .navbar .nav-menu-primary .sub-menu {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        max-height: inherit;
        top: 100%;
        position: absolute;
        overflow: visible;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
    }
    .navbar .nav-menu-primary .menu-item-has-children:hover > .sub-menu,
    .navbar .nav-menu-primary .menu-item-has-children:focus > .sub-menu,
    .navbar .nav-menu-primary .menu-item-has-children:focus-within > .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .navbar .nav-menu-primary .menu li.search-form {
        display: none;
    }
    .wp-block-media-text__media img, .wp-block-media-text__media video {
        max-width: 100%;
    }

}
@media(max-width: 991px) {
    .navbar-brand {
        margin-right: 0;
    }
    .footer-widgets-area a.brand{
        font-size:16px;
    }
    .navbar .nav-menu-primary {
        background: white;
        border-top: 1px solid #fff;
        z-index: 99;
    }
    .navbar .nav-menu-primary .menu li {
        display: block;
        padding: 6px 25px;
    }
    .navbar .nav-menu-primary .sub-menu {
        display: none;
    }
    .navbar .nav-menu-primary .menu li.nav-search {
        display: none;
    }

    .navbar .nav-menu-primary .menu li.wpml-ls-item {
        display: none;
    }
    #flags_language_selector {
        display: block;
        margin-inline-start: auto;
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0 0 5px 0;
    }
    #flags_language_selector #langswitcher .dropdown-menu {
        min-width: auto;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 0;
        right: 0;
        left: auto;
        column-count: 3;
        margin-top: 18px;  
    }
    .dropdown-item{
        padding: 0.2rem 0.6rem;
        text-decoration: none; 
        display: inline-block;
    }
    .navbar .navbar-brand .brand-text {
        padding-top: 0px;
        height: 40px !important;
    }
    .navbar-brand {
        padding-top: 0 !important;
    }
    #menu > div > a > svg {
        margin-bottom: 5px;
    }
    .navbar-toggler {
        padding: 0 .75rem 5px .75rem;
    }
}
/* Medium devices (landscape tablets, 769px to 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* .container {
        margin-top: -13px;
    } */
    /* .tabbed {
        width: 85%;
    } */
    .tabbed ul {
        padding-left: 60px;
    }
    .tabbed ul li {
        margin-right: 30px;
        padding: 7px 20px 7px;
    }
    .tabbed ul li:before {
        right: -19px;
    }
    .tabbed ul li:before,
    .tabbed ul li:after {
        width: 36px;
    }
}
/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    /* .container {
        margin-top: -13px;
    } */
    .tabbed {
        width: 90%;
    }
    .tabbed ul {
        padding-left: 26px;
    }
    .tabbed ul li {
        margin-right: 23px;
        padding: 7px 13px 6px;
    }
    .tabbed ul li:before,
    .tabbed ul li:after {
        width: 20px;
    }
    .tabbed ul li:before {
        right: -9px;
    }
    .tabbed ul li:after {
        left: -9px;
    }
    div.container > form > div > div {
        width: 75%;
    }
    .paste {
        top: 27%;
        right: 31px;
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
}
/* Extra small devices (phones, 00px and down) */
@media only screen and (max-width: 600px) {
    #menu > div > a > svg {
        margin-bottom: -5px;
    }
    .navbar .navbar-brand .brand-text {
        padding-top: 6px;
        height: 40px !important;
    }
    .front-page .tab-content {
        padding: 0 20px 15px 20px;
    }
    .tabbed ul {
        padding-left: 35px;
    }
    .tabbed ul li {
        padding: 8px 9px 6px;
        font: 600 12px / 11px roboto, "Open Sans", Helvetica, sans-serif;
        margin-right: 0px;
    }
    .tabbed ul li:before, .tabbed ul li:after {
        /* width: 15px; */
        width: 10px;
    }
    .tabbed ul li:before {
        /* right: -7px; */
        right: -3px;
        transform: skew(20deg, 0deg);
    }
    .tabbed ul li:after {
        /* left: -7px; */
        left: -3px;
        transform: skew(-20deg, 0deg);
    }
    .insta-viewer {
        padding: 0 !important;
    }
    .ring {
        top: 40%;
    }
    div.show.active > p {
		font-size: 13px;
	}
    div.show.active > div.container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
    a.back{
        min-width: 100% !important;
    }
    input.form-control.input-with-icon::placeholder {
        font-size: 11.5px;
    }
    .perfecty-push-settings-container{
        z-index: 98 !important;
    }
    #menu .container {
        margin-top: -5px !important;
    }
    nav#menu{
        padding: 0rem !important;
    }
    .navbar .navbar-brand{
        padding-left: 15px !important; /*10px*/
    }
    .navbar-toggler {
        padding-right: 12px !important;
        margin-right: 8px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover{
        padding-right: 19px !important;
    }
    .front-page .input-group-end{
        right: 9px !important;
    }
    .nav-link.active svg{
        margin: 0px !important;
    }
    .wp-block-simple-note-success{
        /* background: #dff2bf url(//dev.save-free.com/wp-content/plugins/simple-note/css/../images/success.svg) no-repeat 15px center; */
        box-sizing: border-box;
        border-left: 4px solid #2ec946;
        background-color: rgba(46,201,70,.05) !important;
        border-inline-start: 7px solid;
        color: #145523;
        border-color: #7ec88f;
    }
    .archive-page article{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 0px 15px 30px 15px;
        border-radius: 15px;
    }
    .archive-page article .entry-thumbnail {
        display: flex;
        align-items: center !important;
        justify-content: center;
    }
    .wp-block-media-text.is-stacked-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }
    .downloader-img-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .navbar .nav-menu-primary {
    transition: all .3s ease;
        margin-bottom: 0;
        justify-content: flex-end;
        align-items: center;
        margin-top: 21.5px;
        padding-left: 0;
        list-style-type: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-left: auto;
        box-shadow: 0px 10px 28px -3px rgba(0,0,0,0.1);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .wp-block-uagb-info-box .uagb-ifb-content{
            padding: 10px;
    }
    .uagb-block-99f45844 .uagb-ifb-icon svg {
        fill: #2ec946;
        font-size: 36px;
        width: 24px;
        height: 31px;
    }
    .success-box {
        color: #145523;
        background-color: #d4edda;
        border-color: #7ec88f;
        border-left: 4px solid #2ec946;
        background-color: rgba(46, 201, 70, 0.05) !important;
    }
    .uagb-block-99f45844.wp-block-uagb-info-box .uagb-ifb-desc {
        margin-bottom: 20px;
        color: #555555;
        font-size: 12px;
    }
    .uagb-block-99f45844 .uagb-ifb-icon {
        width: 23px;
        line-height: 60px;
    }
    .wp-block-uagb-info-box .uagb-ifb-content {
        padding: 7px;
    }
    h1 {
        font-size: 25px;
    }
    h1.entry-title {
        font-size: 1.3em !important;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px !important;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }
    h6 {
        font-size: 10px;
    }
    #content a.hover_link {
    color: inherit;
    text-decoration: none;
    padding-bottom: 3px;
    }
    #content a.hover_link {
        background-size: 100% 3px,0 3px;
        background-position: 100% 100%,0 100%;
        background-repeat: no-repeat;
        transition: background-size .4s;
        background-size: 100% 3px, 0 3px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 400ms;
    }
    #content a:hover.hover_link {
    background-size: 0 3px, 100% 3px;
    }
    div#respond {
        padding: 14px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: white;
        border-radius: 7px;
        box-shadow: 0px 10px 28px -3px rgba(0,0,0,.1);
    }
    div#search-2 {
        background: white;
        padding: 15px;
        box-shadow: 0px 10px 28px -3px rgba(0,0,0,.1);
    }
    div#wp_widget_dt_recent_posts-2 {
        background: white;
        padding: 15px;
        box-shadow: 0px 10px 28px -3px rgba(0,0,0,.1);
        margin-top: 29px;
        border-radius: 9px;
    }
    .uagb-block-99f45844.wp-block-uagb-info-box .uagb-ifb-desc {
        margin-bottom: 0px;
        color: #555;
        font-size: 14px;
    }
    /* #content li , */
    /* #content p, #content span, #content figcaption  {
        font-family: 'Tajawal', sans-serif !important;
    } */
    .comment-form input#submit {
        background-color: #e12c61;
        border: none;
        padding: 10px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 15px;
        margin-top: 10px;
        background-image: linear-gradient(92.88deg, #dc6b63 9.16%, #d14778 43.89%, #d44f74 64.72%);
        border-radius: 8px;
        border-style: none;
        box-sizing: border-box;
        color: #FFFFFF;
        cursor: pointer;
        flex-shrink: 0;
        font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
        font-size: 16px;
        font-weight: 500;
        height: 2.5rem;
        padding: 0 1rem;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
        transition: all .5s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    #reply-title , #search-2 h3 , #wp_widget_dt_recent_posts-2 h3{
        position: relative;
        width: 50%;
        padding-bottom: 6px;}
    #reply-title::after , #search-2 h3:after, #wp_widget_dt_recent_posts-2 h3:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px; /* This determines the border-bottom width */
        background-image: linear-gradient(to right, red, blue); /* Adjust the gradient as needed */
    }
    .footer-widgets-area {
        background-color: #ffffff;
        padding: 10px 0;
        text-align: center;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    div#icl_lang_sel_widget-2 {
        padding-left: 9px;
        width: 49%;
        display: flex;
        align-items: center;
    }
    div#codewidget-2 {
        width: 100%;
    }
    .col-md-4 #text-4{
        width: 50%;
    }
    #footer .row div:nth-child(1).col-md-4 {
        display: inline-flex;
    }
    #footer .textwidget p {
        margin: 0px;
    }
    #header-menu > div > ul > li:before {
        content: '›› ';
    }
    .advgb-accordion-header h4.advgb-accordion-header-title, .advgb-accordion-header h4 {
        font-size: 1.1em !important;
        font-size: 13px !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
        padding-right:7px !important;
        padding-left:7px !important;
    }
    ul.nav.nav-tabs span {
        display: block !important;
    }
    .nav-link.active svg ,.nav-link:hover svg{
        fill: #4cd137 !important;
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2)) drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2)) drop-shadow(0px 20px 45px rgba(0, 0, 0, 0.2)) drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.2));
        margin: 0px;
        
        font-size: 31px !important;;
    }
    .front-page .nav-tabs .nav-link svg{
        font-size: 26px !important;
    }
    .front-page .download-instagram-input .submit {
        padding: 10px 49px;
        font-size: 16px;
        font-weight: 400;
        background-color: #3c35c2;
        border-radius: 11px !important;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgb(0 0 0 / 0%) 0px -12px 30px, rgb(0 0 0 / 0%) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        color: #ffffff;
    }
    .front-page .download-instagram-input .input-with-icon {
        -webkit-transform: scale(.97);
        transform: scale(.98) !important;
        border-radius: 5px;
        width: 100% !important;
    }
    .front-page .download-instagram-input .input-group-text{
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-width: 0px !important;
    }
    .input-group-text {
        padding: 6px 12px !important;
    }
    /* .navbar .navbar-brand .brand-text{
        padding-top:4px;
    } */
    /* #menu > div > a > svg {
        margin-bottom: 10px;
    } */
    /* #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
        margin-bottom: 5px;
    } */
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
    #copyright {
        height: 168px !important;
    }
    .uagb-ifb-icon-wrap {
        width: 11% !important;
        display: inline-flex !important;
        height: 100% !important;
        vertical-align: middle;
        margin: auto 0;
        margin-top: auto;
    }
    .uagb-ifb-content {
        display: inline-flex !important;
        width: 86% !important;
    }
    .uagb-ifb-title-wrap {
        display: contents;
    }
    .download-result  .row, .download-result.row{
        width: 100% !important;
        margin: 0 auto;
        display: flex;
        align-items: normal;
        justify-content: space-between;
        text-align: center;
        margin-top: 10px;
    }
    form.form-inline.row {
        margin: 0px;
    }
    .img_box.col-12.col-md-4 {
        padding: 0px;
    }
}
@media (max-width: 567px) {
    .p_viewer {
        font-size: 11px;
        font-weight: bold;
    }
    .tabbed  .tabs .navs-item .tab-text{
        display: none;
    }
    .navs-item svg{
        font-size: 22px;;
    }
    .tabbed {
    margin-bottom: 10px;
    padding: 3px;
    background: #E1306C;
}
.tabbed.skin-pumpkin ul li.active:first-child, .tabbed.skin-pumpkin ul li:first-child:hover {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

}
@media only screen and (max-width: 414px) {
    .tabbed ul li {
        padding: 8px 9px 6px;
        font: 600 11px / 10px roboto, "Open Sans", Helvetica, sans-serif;
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
    .p_viewer {
        font-size: 10px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 412px) {
    .tabbed {
        min-width: unset !important;
        width: 100%;
    }
    /* .tabbed ul {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
    .tabbed ul li {
        padding: 8px 7px 6px;
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
    span.brand-text {
    /* width: 91px; */
    font-size: 20px;
}
}
@media only screen and (max-width: 390px) {
    /* .tabbed ul {
        padding-left: 0px !important;
        padding-right: 0px !important;
    } */
    .tabbed ul li {
        padding: 8px 9px 6px;
        font: 600 11px / 10px roboto, "Open Sans", Helvetica, sans-serif;
        margin-right: 6px;
    }
    .tabbed ul li:before, 
    .tabbed ul li:after {
        width: 8px;
    }
    .tabbed ul li:before {
        right: -3px;
        transform: skew(15deg, 0deg);
    }
    .tabbed ul li:after {
        left: -3px;
        transform: skew(-20deg, 0deg);
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
    .p_viewer {
        font-size: 9.5px;
        font-weight: bold;
    }
    #post-31402 > div > div.front-page.insta-viewer > div > form > p {
        font-size: 8.5px;
        font-weight: bold;
    }
    #post-31367 > div > p:nth-child(2) {
        font-size: 14px;
    }
    .note_parg {
        font-size: 10px;
    }
}
@media only screen and (max-width: 376px) {
    /* .tabbed ul {
        padding-left: 36px;
    } */
    .tabbed ul li {
        padding: 3px;
        font: 600 7px / 9px roboto, "Open Sans", Helvetica, sans-serif;
    }
    .navbar .navbar-brand .brand-text {
        font-size: 16px;
        padding-top: 8px;
    }
    span#footer-brand {
        font-size: 15px;
    }

    .navbar .navbar-brand img {
        width: 40px;
        vertical-align: -webkit-baseline-middle;
    }
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		overflow-y: scroll !important;
		height: 294px !important;
	}
    .resp-sngp-squr {
        width:300px;
        margin-right: auto;
        margin-left: -10px !important;
    }
    .steps li img {
        width: 200px !important;
    }
    #brand-container {
        top: 68px;
        left: 46px;
        bottom: 0;
    }
    #flags_language_selector #langswitcher .dropdown-toggle {
        padding: 0;
    }
    .p_viewer {
        font-size: 8.5px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 360px) {
    .resp-sngp-squr {
        width:300px;
        margin-right: auto;
        margin-left: -40px !important;
    }
    .navbar-toggler {
        padding: 0;
    }
}