@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700&display=swap");
:root {
  --main-color: #5a6c73;
  --secondry-color: #f98770;
  --white: #fff;
  --dark: #111;
  --black: #000000;
}

* {
  font-family: "Tajawal", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  direction: rtl;
  overflow-x: hidden;
  overflow: hidden;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
i {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit !important;
}
iframe {
  width: 100%;
  border: 0;
  height: 100%;
}
.dropdown-menu {
  background-clip: none;
  text-align: right;
  padding: 0;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px #70707029;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: var(--secondry-color) !important;
}
.dropdown-item {
  padding: 0.6rem !important;
}
.dropdown-menu {
  --bs-dropdown-min-width: 7rem;
}
.dropdown-item:focus {
  background: transparent;
}
.dropdown-item:hover {
  color: var(--secondry-color) !important;
  background: none;
}
::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.25rem;
}
::-webkit-scrollbar-track {
  background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb {
  background: var(--main-color);
}
.nice-select {
  width: 100%;
  height: 45px;
  color: var(--text-nav) !important;
}
.nice-select .list {
  width: 100%;
}
.nice-select {
  border: none;
}
.nice-select,
.nice-select .list li {
  text-align: right !important;
  padding-right: 18px;
  padding-left: 30px;
}
.nice-select:after {
  right: unset;
  left: 12px;
}
.form-select,
.form-select:focus {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  background-position: left 0.75rem center;
  box-shadow: none;
  outline: 0;
}
.form-control {
  font-size: 0.8rem;
  padding: 1.2rem 1.4rem;
  border: none;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.form-control:focus {
  border: 1px solid var(--secondry-color);
  outline: 0;
  box-shadow: none;
}
textarea {
  resize: none;
}
.hide-sm {
  display: block;
}
.hide-lg {
  display: none;
}
.btn {
  border-radius: 15px;
  padding: 0.5rem 1.2rem;
  margin: 0 0.6rem;
}
.main-btn {
  background: var(--main-color);
  color: var(--white) !important;
}
.btn i {
  margin-left: 0.5rem;
  font-size: 18px;
}
.btn span {
  line-height: 0;
  font-weight: bold;
  font-size: 13px;
}
.btn,
.btn:focus,
.btn:hover {
  outline: none !important;
  box-shadow: none;
  border-color: transparent;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000cc;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll-top {
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--main-color);
  font-size: 22px;
  line-height: 2px;
  vertical-align: middle;
  z-index: 98;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#scroll-top.show {
  visibility: visible;
}
#scroll-top:hover {
  background-color: var(--main-color);
}

.bi {
  line-height: 0;
}
.heading {
  color: #5a6c73;
  font-weight: 600;
}
.heading span {
  color: var(--secondry-color);
}
/* --------------------------------- */
/* --------- header ------ */
header {
  background-color: var(--main-color);
  color: var(--white);
}
header .header-left ul li {
  border: 1px solid var(--white);
  color: var(--white);
  opacity: 70%;
  padding: 4px 8px;
  margin: 5px;
  border-radius: 50% 50% 50% 0px;
  cursor: pointer;
}
header .header-left ul li:hover {
  background-color: var(--white);
  opacity: 100%;
  color: var(--main-color);
}
/* navbar */
.final-search .srch-i,
.search .srch-i {
  background: #b1bdb9;
  color: var(--white);
  border-radius: 20px 20px 20px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-size: 20px;
  line-height: 0;
}
.final-search .search-input,
.search .search-input {
  border-radius: 20px 5px 5px 35px;
  background: #fcfcfc;
}
nav .btn {
  padding: 0.5rem 0rem;
  margin: 0 0rem;
}
nav .btn button {
  width: 150px;
  height: 50px;
  background-color: transparent;
}
nav .btn .login {
  color: var(--white);
  border-radius: 15px 15px 15px 0px;
  background-color: var(--secondry-color);
}
nav .nav-content {
  background-color: #fcfcfc;
  color: #b1bdb9;
}
nav .nav-content .navbar-nav .nav-item .active {
  color: #5a6c73 !important;
  font-weight: 600;
}
.nav-content .add-blog,
.tab-content .add-blog {
  color: var(--secondry-color) !important;
}
.icon-profile a i {
  color: var(--white);
  background-color: #b1bdb9;
  padding: 12px;
  border-radius: 50px 50px 50px 0;
  font-size: 22px;
  margin-left: 20px;
}
.icon-profile a i:hover,
.icon-profile i.active {
  background-color: var(--secondry-color);
}
.icon-profile .dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondry-color);
  color: var(--white) !important;
}

.icon-profile .dropdown-menu {
  background-color: var(--main-color);
  color: var(--white);
  transform: translate3d(19px, 48px, 0px) !important;
  border-radius: 0px 35px 35px 35px;
}
.icon-profile .dropdown-item {
  padding: 0.9rem 1.5rem !important;
  color: var(--white);
}

 .img-notifi{
  width: 30px;
}
.image-notification{
  padding: 13px;
    border-radius: 50%;
    background: #fff;
  box-shadow: 0px 0px 20px #AFAFAF29;

}
.icon-profile .a_user{
  padding-right: 15px;
  line-height: 1.9;
}
.icon-profile .a_user h6{
  color: #5A6C73;
  padding-bottom: 5px;
}

.icon-profile .dropdown-menu-notifi {
  background-color: #FCFCFC;
  box-shadow: 0px 0px 15px #AFAFAF28;
  color: #989898;
  transform: translate3d(19px, 48px, 0px) !important;
  border-radius: 0px 35px 35px 35px;
  width: 450px;
  padding-top: 10px;
  font-size: 12px;
  direction: ltr;
  padding-top: 30px;
}
.icon-profile .dropdown-menu-notifi ul{
  max-height: 400px;
  overflow-y: auto;
}

.icon-profile .dropdown-menu-notifi li{
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
  direction: rtl;
}

.icon-profile .dropdown-menu-notifi ul::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    
  }
  .icon-profile .dropdown-menu-notifi ul::-webkit-scrollbar-thumb {
    background:var(--secondry-color);
    border-radius: 12px 0 0 12px;
  }
  .icon-profile .dropdown-menu-notifi ul::-webkit-scrollbar-thumb:hover {
    background:var(--secondry-color)
  }
  .icon-profile .dropdown-menu-notifi ul::-webkit-scrollbar-track {
    background: #FCFCFC;
    border-radius: 12px 0 0 12px;
    box-shadow: inset 7px 10px 12px transparent;
  }

/* ------- services-steps start ------ */

.mob-head {
  display: none;
}
.m-mid {
  color: var(--main-color);
}
.main-sticky {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  width: 280px;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.11);
  transition: all 0.3s;
  transform: translateX(-150%);
}
.main-sticky .tab-content li a {
  display: block;
  color: #2e2e2e;
  font-size: 13px;
  padding: 12px;
  border-bottom: 1px solid #efefef !important;
  position: relative;
  transition: all 0.3s;
  border-right: 3px solid transparent;
}

.main-sticky .tab-content li a:after {
  float: left;
}

.main-sticky .tab-content li .sub-menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.main-sticky .tab-content li:hover .sub-menu {
  height: auto;
}

.main-sticky .tab-content li .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.main-sticky .tab-content li .sub-menu li:hover .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.main-sticky .tab-content li .sub-menu li a {
  padding: 12px 20px;
  background-color: #f7f7f7;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a {
  padding: 12px 30px;
  background-color: #ffffff;
  color: #2e2e2e !important;
  border-color: transparent;
  border-bottom-color: #efefef;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a img {
  width: 20px;
  height: 23px;
  object-fit: scale-down;
  margin-left: 7px;
}

.main-sticky .tab-content li .sub-menu .sub-menu li a:hover {
  border-color: var(--main-color);
  color: var(--main-color) !important;
}

.main-sticky .tab-content ul {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100vh;
}

.main-sticky .tab-content ul::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.main-sticky .tab-content ul::-webkit-scrollbar-track {
  background-color: #ddd;
}

.main-sticky .tab-content ul::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.main-sticky .tab-content li a img {
  width: 15px;
  height: 15px;
  margin-left: 7px;
  object-fit: scale-down;
}

.main-sticky .tab-content li a .badgo {
  position: relative;
  top: auto;
  right: auto;
  float: left;
}

.main-sticky .tab-content li a:hover {
  color: var(--main-color);
  right: auto;
  transition: all 0.3s;
  border-color: var(--main-color);
}

.main-sticky .off-menu {
  margin: 20px;
  padding: 0;
  border: 0;
  line-height: normal;
  background-color: transparent;
  font-size: 17px;
  font-weight: normal;
}

.main-sticky.active {
  transform: none;
  transition: all 0.3s;
}

.main-sticky .menu-item-has-children:after {
  position: absolute;
  top: 11px;
  left: 10px;
}
.final-search {
  display: none;
}

/* ------------- section first --------------- */
.fillter-icon {
  color: #b1bdb9;
  font-size: 35px;
}
.fillter-icon:hover {
  color: var(--secondry-color);
}
.sec-group .data {
  top: 45%;
  color: var(--white);
  line-height: 2;
}
.sec-group .title {
  font-size: 16px;
  width: 85px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 50px 50px 50px 0px;
  background-color: var(--white);
  color: #5a6c73;
}
.news-first {
  overflow: hidden;
}
.news-first img {
  filter: brightness(0.6);
  border-radius: 40px 40px 0px 40px;
  padding: 5px 7px;
  transition: .4s;
}
/* .news-first .sec-1:hover img{
  transform: scale(.9);
} */
/* .news-first .sec-1:hover .data{
  padding-right: 40px !important;
  padding-left: 40px !important;
} */
.news-first .image-2 {
  border-radius: 40px 40px 40px 0px;
}
/* ------------- Articles --------------- */
.Articles {
  color: #989898;
}
.Articles .desciption {
  font-size: 24px;
}
.Articles .advertisement {
  filter: brightness(0.6);
  border-radius: 20px 20px 20px 0;
  margin-top: 50px;
  height: 87%;
}

.Articles .Art-image {
  border-radius: 50px 50px 50px 0;
}
.Articles .Art-p {
  font-size: 16px;
}
.Articles .Art-btn {
  width: 150px;
  height: 50px;
  color: var(--secondry-color);
  border-radius: 17px 17px 17px 0px;
  border: 1px solid var(--secondry-color);
  background-color: var(--white);
}
.Articles .Art-btn:hover {
  color: var(--white);
  background-color: var(--secondry-color);
}
.Articles .Art-icon {
  color: #5a6c73;
  border: 1px solid #5a6c73;
  padding: 20px 20px 16px 16px;
  border-radius: 40px 40px 40px 0px;
  font-size: 24px;
}
.Articles .subscrib {
  border-bottom: 1px solid #b1bdb9;
}
.Articles .adver-more {
  border-radius: 20px 20px 20px 0;
}
.Articles .content-more {
  height: 300px;
}
.content-single .name-blog,
.Articles .content-more .name-blog{
  display: none;
  position: absolute;
  top: 0%;
  background: #f98770bd;
  color: var(--white);
  width: 92%;
    height: 68%;
  border-radius: 20px;
  transition: .9s;
  text-align: center;
  padding-top: 25%;
  margin: 13px;
}
.content-single .name-blog-single{
    top: 3% !important;
    width: 90%;
    height: 69%;
}
 .content-single:hover .name-blog-single,
.Articles .content-more:hover .name-blog{
  cursor: pointer;
  display:block;
}
.Articles .adver-p {
  background-color: var(--secondry-color);
  color: var(--white);
  border-radius: 0px 0px 20px 0;
  padding: 17px 20px;
  font-size: 12px;
}
/* single page */
.Articles .adver-single {
  filter: brightness(0.6);
  border-radius: 20px 20px 20px 0;
}
.Articles .content-single {
  padding: 10px;
}
.Articles .single-more {
  filter: brightness(0.6);
  border-radius: 40px 40px 0px 40px;
}
.Articles .single-p {
  background-color: var(--secondry-color);
  color: var(--white);
  border-radius: 0px 0px 0px 40px;
  padding: 17px 20px;
  font-size: 12px;
  margin: 10px;
}
/* ------------- about --------------- */
.about .heading {
  width: 75%;
  line-height: 1.9;
}
.term-detail,
.about-detail {
  color: #b1bdb9;
  font-size: 24px;
}
.term-detail p,
.about-detail p {
  color: #989898;
  font-size: 18px;
}
.bg-about {
  background-color: var(--secondry-color);
  border-radius: 60px 60px 60px 0px;
  margin: auto;
  width: 90%;
  height: 400px;
  margin-top: 100px;
}
.bg-about img {
  transform: translateY(-15%);
  height: 470px;
}
/* ------------- contact us --------------- */
.contact .social {
  padding: 90px 20px;
  color: var(--white);
  background-color: var(--main-color);
  border-radius: 50px 50px 50px 0;
  width: 30%;
  height: 100%;
}
.social .social-media ul li {
  background: #fff;
  color: var(--main-color);
  padding: 9px 15px;
  font-size: 22px;
  border-radius: 10px 10px 10px 0;
}
.contactus {
  width: 40%;
  border-radius: 20px;
  padding: 60px 30px;
  box-shadow: -25px 25px 50px #4141410c;
}
.contactus .heading {
  text-align: center;
  font-weight: 500;
}
.contactus .form-group .form-control {
  border: 1px solid #ececec;
  border-radius: 40px 40px 40px 0px;
  padding: 0.8rem 1.4rem;
}
.contactus .btn {
  background-color: var(--secondry-color);
  color: var(--white);
  border-radius: 15px 15px 15px 0px;
}
.contactus .form-group .form-control::placeholder {
  color: #e1e1e1;
}
/* try profile */
.profile .profile-nav .nav button {
  background-color: #b1bdb936;
  color: var(--dark);
  padding: 15px 12px;
}
.profile .profile-nav .nav button.active {
  background-color: var(--main-color);
  color: var(--white);
}
.profile .profile-nav .nav .complaint.active{
  background-color: #00b54882;
}
.profile .profile-nav .nav .progress-btn.active{
  background-color: var(--secondry-color)
}
.profile .prof-detail .part-usermail {
  border: 1px solid #b1bdb91f;
  background: #fcfcfc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  color: #b1bdb9;
}
.profile .prof-detail .part-usermail h5,
.profile .prof-detail .part-detail h5 {
  color: #5a6c73;
}
.profile .prof-detail .part-usermail .prof-img {
  padding: 20px;
  border-radius: 50%;
  background: #fcfcfc;
  box-shadow: 0px 0px 20px #afafaf29;
}
.profile .prof-detail .part-usermail  .profile-pic{
  width: 100%
}
.profile .prof-detail .part-usermail  .profile-pic img {
  border: none;
  border-radius: 0;
  object-fit: fill;
  padding:20px;
  width: 100px;
  height: 100px;
}
.profile .prof-detail .part-detail {
  border: 1px solid #b1bdb93d;
  border-radius: 20px;
  padding: 40px 70px;
  background-color: #fcfcfc;
}
.profile .prof-detail .part-detail fieldset input {
  background-color: transparent;
}
.form-switch {
  width: 58%;
}
.form-switch .form-check-input:checked {
  background-color: #00b548;
  border: none;
}

fieldset {
  border: 1px solid #b1bdb973;
  padding-right: 20px;
  padding-left: 10px;
  border-radius: 35px 35px 35px 0;
  padding-bottom: 10px;
  color: #b1bdb9;
  width: 45%;
}
legend {
  font-size: 14px;
  float: none;
  width: auto;
}
.profile .prof-detail .part-detail .btn {
  width: 200px;
  height: 45px;
  color: var(--secondry-color);
  background-color: transparent;
  border: 1px solid var(--secondry-color);
  border-radius: 35px 35px 35px 0px;
}
.profile .prof-detail .part-detail .btn:hover {
  color: var(--white);
  background-color: var(--secondry-color);
}
.profile .Art-detail{
  border: 1px solid #b1bdb973;
  background: #fcfcfc;
  border-radius: 24px;
  color: #B1BDB9;
}
.profile .prof-complaint .head a{
  color:#989898 !important ;
}
.profile .prof-complaint .Art-image {
border-radius: 50px 50px 50px 0;
}
.profile .prof-complaint .head i{
  padding: 6px 8px 5px;
  color: var(--white);
  background: var(--secondry-color);
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 11px;
}
/* ------------- login and register --------------- */
.sign .image-sign .heading {
  line-height: 1.7;
}
.sign .detail-sign {
  padding: 100px 100px;
  background-color: var(--main-color);
  border-radius: 50px 50px 50px 0;
  width: 50%;
  height: 100%;
}
.sign .detail-sign .sign-social {
  background-color: var(--white);
  border-radius: 20px 20px 20px 0;
  padding: 18px 50px;
  text-align: center;
}

.sign .detail-sign .sign-social img {
  width: 20px;
  display: inline;
}
.sign .logo-sign {
  display: none;
}
/* ------------- add blog --------------- */
.addBlog form{
  font-size: 1.25rem;
  color: #5A6C73;
  font-weight: 500;
}
.addBlog .form-group label{
  padding-right: 20px;
}
.addBlog .form-group .form-control{
  border: 1px solid #b1bdb973;
  border-radius: 50px 50px 50px 0;
    padding: 2rem 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.addBlog .btn{
  width: 200px;
  height: 50px;
  color: var(--secondry-color);
  border: 1px solid var(--secondry-color);
  border-radius: 35px 35px 35px 0;
}
.addBlog .btn:hover{
  background-color: var(--secondry-color);
  color: var(--white);
  border: none;
}
.profile-pic{
  width: max-content;
  text-align: center;
}
.profile-pic img{
  height: 250px;
  border: 1px solid #b1bdb973;
  border-radius: 50px 50px 50px 0;
  object-fit: cover;
  padding: 15% 30%;}
.profile-pic #file ,.profile-pic #uploadBtn{
  display: none;
}

.profile-pic .profile-pic-icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  width: 100%;
  z-index:9;
  opacity: 0;
  border-radius: 50px 50px 50px 0;
  border: none;
  font-size: xx-large;
  transition: .2s;
  cursor: pointer;
}
.profile-pic:hover .profile-pic-icon {
  opacity: 1;
}
.profile-pic i {
  position: absolute;
    font-size: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 75px;
    left: 60px;
    color: #B1BDB9;
    z-index: 6;
}
.modal-content{
  border-radius: 35px 35px 35px 0;
  padding: 20px 30px;
}
/*  */


/* ------------- footer --------------- */
footer {
  background-color: #f2f2f2;
  color:var(--black);
  font-size: 16px;
}
footer .img-smallscreen {
  display: none;
}
footer .footer .img-fullscreen {
  display: inline-block;
  width: 16%;
}
/* ------ scrollup ------ */
.up {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999;
  display: none;
}
.up i {
  font-size: large;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.2;
  color: white;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
  transition: 0.5s;
}

/* ------------- media -> responsive --------------- */
@media (max-width: 1399.98px) {
  .profile .prof-detail .part-usermail .prof-img {
    padding: 0px;
  }
  .profile .prof-detail .part-usermail .profile-pic img {
    width: 80px;
    height: 80px;
  }
    .content-single .name-blog-single{
      width: 88%;
    height: 65%;
  }
  .content-single .name-blog,
.Articles .content-more .name-blog{
  width: 90%;
    height: 63%;

}
}
@media (max-width: 1200px) {
  header .header-center {
    display: none !important;
  }
  .nav-full .search {
    width: 40% !important;
  }
  .nav-full .btn button {
    width: 130px;
    height: 45px;
  }
  .sign .detail-sign {
    padding: 100px 50px;
    width: 75%;
  }
  .sign .image-sign {
    width: 65% !important;
    padding-right: 0px !important;
    padding-left: 100px !important;
  }
  .sign .image-sign .heading {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .profile .prof-detail .part-usermail {
    padding: 50px 30px;
  }
  fieldset {
    width: 65%;
  }
  .form-switch {
    width: 85%;
  }

  .content-single .name-blog-single{
    width: 85%;
  height: 53%;
  padding: 20%;
}
.content-single .name-blog,
.Articles .content-more .name-blog{
  width: 88%;
    height: 64%;
}
}

@media (max-width: 992px) {
  .mob-head {
    display: block;
  }
  .nav-full {
    display: none;
  }
  footer {
    font-size: 10px;
  }
  .withu {
    flex-direction: column !important;
  }
  .Articles .content-single {
    padding: 0;
    margin-bottom: 10px;
  }
  .Articles .single-p {
    margin: 0px;
    width: 100%;
  }
  .sec-hide {
    display: none;
  }
  .sec-show {
    margin-top: 1.5rem;
    height: 250px;
  }
  .adver-single {
    height: 100%;
  }
  .about .heading {
    width: 100%;
  }
  .bg-about {
    height: 370px;
  }
  .bg-about img {
    height: 435px;
  }
  .contact .social {
    width: 50%;
  }
  .contact .contactus {
    width: 50%;
  }
  .sign .detail-sign .sign-social {
    padding: 18px 14px;
  }
  .sign .sign-small {
    flex-direction: column !important;
  }
  .sign .image-sign {
    display: none;
  }
  .sign .logo-sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
  }
  .sign .logo-sign img {
    width: 15% !important;
  }
  .sign .detail-sign {
    width: 100%;
  }
  .prof-detail {
    flex-direction: column !important;
  }
  .prof-detail .part-usermail,
  .prof-detail .part-detail {
    width: 90% !important;
  }
  .prof-detail .prof-img {
    width: 25% !important;
  }
  fieldset {
    width: 100%;
  }
  .form-switch {
    width: 100%;
  }
  .profile .prof-complaint .head {
    flex-direction: column !important;
    justify-content: none !important;
    align-items: flex-start !important;
    padding: 10px 0;

  }
  .profile .prof-complaint .head a{
    padding-top: 10px;
  }
  .profile .prof-complaint .Art-image,
  .profile .prof-complaint .Art-p{
    width: 90% !important;
  }
  
    .content-single .name-blog-single{
      width: 95%;
      height: 84%;
  }
  .content-single .name-blog,
  .Articles .content-more .name-blog{
    width: 85%;
    height: 51%;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .sec-group .data p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sec-group .data {
    top: 35%;
    line-height: 1.7;
  }
  .Articles .advertisement {
    margin-top: 0px;
    height: 350px;
  }
  footer .footer {
    flex-direction: column !important;
  }
  footer .footer .center-foot {
    display: none;
  }
  footer .footer .img-smallscreen {
    display: inline-block
    
  }
  footer .footer .img-smallscreen img{
    width: 50%;
  }
  footer .footer .img-fullscreen {
    display: none;
  }
  footer {
    font-size: 14px;
  }
  .contact-section {
    flex-direction: column !important;
  }
  .contact .social {
    width: 100%;
  }
  .contact .contactus {
    width: 100%;
  }
  .addBlog{
    width: 90% !important;
  }
  .profile-pic img {
    padding: 15% 15%;
}
.content-single .name-blog-single{
  width: 96%;
    height: 82%;
}
.content-single .name-blog, .Articles .content-more .name-blog {
  width: 95%;
  height: 69%;
  padding-top: 15%;
}
}
@media (max-width: 567px) {
  header .first-header {
    flex-direction: column;
  }
  .search {
    display: none;
  }
  .final-search {
    display: block;
  }
  .sec-group .data {
    font-size: 11px;
  }
  .news-first .image-2 {
    border-radius: 25px 25px 25px 0px;
  }
  .news-first img {
    border-radius: 25px 25px 0px 25px;
    padding: 4px 0;
  }

  .sign .logo-sign {
    padding-bottom: 20px;
  }

  .sign .logo-sign img {
    width: 20% !important;
  }
  .sign .detail-sign {
    padding: 70px 20px;
  }
  .profile .profile-nav .nav button {
    padding: 11px;
    font-size: 10px;
  }
  .prof-detail .prof-img {
    width: 30% !important;
}
  .profile .prof-detail .part-detail {
    padding: 40px 12px;}
    .profile .prof-detail .part-usermail .prof-img {
      padding: 4px;
  }

  .content-single .name-blog-single{
    height: 75%;
  }
}
