/* @import url('https://cdn.jsdelivr.net/npm/font-awesome-animation@1/font-awesome-animation.scss'); */

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?z2zkc");
    src: url("../fonts/icomoon.eot?z2zkc#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?z2zkc") format("truetype"), url("../fonts/icomoon.woff?z2zkc") format("woff"), url("../fonts/icomoon.svg?z2zkc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 50px;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload:before {
    content: "\e902";
}

@font-face {
    font-family: "Roboto-Black";
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: "Roboto-BlackItalic";
    src: url(../fonts/Roboto-BlackItalic.ttf);
}

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

@font-face {
    font-family: "Roboto-Italic";
    src: url(../fonts/Roboto-Italic.ttf);
}

@font-face {
    font-family: "Roboto-Italic";
    src: url(../fonts/Roboto-Italic.ttf);
}

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

@font-face {
    font-family: "Roboto-LightItalic";
    src: url(../fonts/Roboto-LightItalic.ttf);
}

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

@font-face {
    font-family: "Roboto-MediumItalic";
    src: url(../fonts/Roboto-MediumItalic.ttf);
}

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

@font-face {
    font-family: "Roboto-Thin";
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: "Roboto-ThinItalic";
    src: url(../fonts/Roboto-ThinItalic.ttf);
}


/* ===============font poppins====================== */

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

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

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

@font-face {
    font-family: "SegoePrint";
    src: url(../fonts/SegoePrint.ttf);
}

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

body {
    margin: 0;
    padding: 0;
    /* background-color: #f7fbfe !important; */
    /* font-family: "Segoe UI";  2d2d2d*/
}

::-ms-reveal {
    display: none !important;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear10 {
    clear: both;
    height: 10px;
}

h1,
h2,
h3 {
    padding: 0px !important;
    margin: 0px !important;
}

p {
    margin: 0;
    padding: 0;
    /* font-family: "Segoe UI"; */
}

.logo {
    margin-top: 10px;
}


/* ========================toggle=============== */

#toggle {
    width: 45px;
    height: 45px;
    margin: 0px 20px;
    cursor: pointer;
    position: relative;
}

.navbar__space--end {
    padding: 0px !important;
}

#toggle div {
    width: 100%;
    border-radius: 5px;
    height: 6px;
    background: #000000;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-40deg) translate(9px, -10px);
    /* transform: rotate(-45deg) translate(7px, -8px); */
}

#menu {
    position: absolute;
    color: white;
    border: 1px solid #414956;
    width: 200px;
    z-index: 999;
    box-shadow: 0 4px 5px #333;
    /* box-shadow: 0 20px 50px #333; */
    overflow: hidden;
    background-color: #212121;
    height: auto;
    top: 60px;
    left: 0;
    /* padding: 10px; */
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    line-height: 100px;
    text-align: center;
    margin: auto;
    display: none;
}

.nav__main--toggle {
    padding: 0px;
    margin-bottom: 0px;
}

.nav__main--toggle li {
    list-style-type: none;
    line-height: 2;
    text-align: left;
    padding: 8px 12px;
    background: #414956;
    border-bottom: solid 1px #3b424d;
}

.nav__main--toggle li a {
    text-decoration: none;
    width: 100%;
    display: block;
}

.nav__main--toggle li:hover {
    background: transparent;
}


/* ==================topbar====================== */

.custm__nav--link {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}


/* ==================navbar====================== */

.navbar__justify--content {
    justify-content: flex-end;
}

.nav__font--size a {
    color: #231f20 !important;
    font-weight: 500;
    font-family: "Roboto-Regular";
}

.login-me .button__sell,
.button__sell {
    border-radius: 50px;
    color: #000000;
    font-size: 14px;
    font-family: "Roboto-Regular";
    padding: 8px 15px !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-color: #ffd966 !important;
    position: relative;
    -webkit-appearance: none;
}


/*.addto-cart{
      background-color: #ffd966 !important;
        padding: 8px 30px !important;
}*/

.button__sell:hover {
    background-color: #fff !important;
    border: 1px solid #ffd966;
    color: #000000;
}

.button__sell:focus {
    box-shadow: none !important;
}

.nav__font--size a:hover {
    color: #f7931a !important;
}

.custom-form {
    max-width: 65%;
    position: relative;
    margin: auto;
    padding-bottom: 3rem;
}

.search__icons {
    position: absolute;
    background: transparent;
    border: none;
    top: 20px;
    color: #b7b7b7;
    /* margin-right: 39px; */
    display: flex;
    box-sizing: border-box;
    padding: 0px 18px;
    overflow: hidden;
    transform: rotate(90deg);
    font-size: 28px;
}

.search_bar {
    height: 65px;
    border-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
    font-family: "Roboto-Regular";
    padding-left: 20px;
    padding-left: 55px;
    color: #696969;
    font-size: 14px;
    font-weight: lighter;
}

.search-btn {
    background: #f6d865 !important;
    border: #f6d865 !important;
    color: #141323;
    font-size: 16px;
    font-family: "Roboto-Regular";
    text-transform: uppercase;
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.search-btn:hover {
    color: #fff;
}

.search-btn:focus {
    box-shadow: none !important;
}

.search_bar:focus {
    box-shadow: none !important;
}

.text__line--height p {
    font-size: 14px;
    margin-top: 100px;
    font-family: "Roboto-Black";
    padding-bottom: 3rem;
}

.banner__content--box {
    font-size: 24px;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-family: "Roboto-Black";
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousal__controls {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    top: 45%;
}

.carousal__background--color {
    background-color: #ffd966;
    padding: 2rem 0rem 2.5rem 0rem;
}

.carousal__heading--style {
    font-size: 30px;
    padding-bottom: 2rem !important;
    font-family: "Roboto-Bold";
}


/* ==================banner====================== */

.banner {
    /* background-image: url(../images/banner.png); */
    background-position: center;
    background-size: cover;
}

.generic__font {
    font-size: 30px !important;
    color: #2d2d2d !important;
}

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

.banner__content {
    padding: 14rem 0px 0rem 0px;
}

.banner__content h2 {
    font-size: 48px !important;
    font-family: "Poppins-Bold";
    margin-bottom: 1rem !important;
}

.color__content {
    color: #f7931a !important;
}

.banner-heading {
    padding: 0px !important;
}

.banner-heading li {
    list-style-type: none;
    padding: 15px 0px;
}

.custm__banner--heading li {
    display: flex;
}

.banner-heading span {
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins-Bold";
}

.banner__heading--button:hover {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}

.banner__heading--button:hover .chrvron__right {
    background-color: #fff !important;
    /* border: 1px solid #f7931a; */
    color: #1f2a74;
}


/* ==================end banner====================== */

.features {
    background-color: #ffd966 !important;
    padding: 3rem 0px !important;
}

.features h2 {
    font-family: "Poppins-Bold";
}

.features__img {
    margin: 10px auto;
    display: inherit;
}

.feature__padding--custom {
    padding: 3rem 0rem 5rem 0rem !important;
}

.feature-headings {
    padding: 2rem 0px;
}

.feature-headings p {
    font-family: "Poppins-Bold";
    margin-bottom: 1rem !important;
    color: #1c2127 !important;
    font-size: 30px;
    padding: 0px 30px;
    text-align: center;
}

.feature-headings span {
    color: #333333 !important;
    font-size: 14px !important;
    font-family: "Roboto-Regular";
    font-weight: bold;
}

.search_bar::after {
    background-image: url("../images/search--icon.png");
    width: 10px;
    height: 10px;
    display: block;
    content: "";
}

.feature__line {
    padding: 0px 70px !important;
}

.btn__join {
    background-color: #1c2127;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    padding: 0.75rem 4.5rem;
    font-family: "Roboto-Bold";
}

.btn__join:hover {
    background-color: transparent;
    border: 1px solid #1c2127;
    color: #1c2127;
}

.btn__join:focus {
    box-shadow: 0 0 0 0.2rem rgb(246 216 102);
}


/* ==================end services====================== */

.img__height--contnet {
    height: 100% !important;
    object-fit: cover;
}

.carousal__height {
    height: 364px;
}

.carousal__item--height {
    height: 360px;
}

.banner__main {
    width: 100%;
    /* height: 489px; */
    background-color: #000000;
}


/* ==================end banner====================== */

.font__carousal {
    font-family: "Poppins-Bold";
    text-align: left;
    font-size: 28px;
}

.photographer__color {
    color: #ffd966;
    font-size: 36px;
    font-family: "SegoePrint";
}

.carousel-indicators__main .active {
    background-color: #f6d865 !important;
}

.caroual__fonts {
    text-align: left;
    line-height: 2;
    text-indent: inherit;
    text-shadow: none;
    font-weight: normal !important;
    font-family: "Roboto-Light";
}


/* .carousal__caption--content{
	width: 70%;
    right: 2rem;
    margin-left: auto;

    bottom: 20%;
} */

.carousel-indicators__main {
    bottom: -15%;
    left: 15%;
}

.carousel-indicators__main li {
    width: 20px;
    height: 2px;
}

.carousal__width--box {
    width: 100%;
    max-width: 60%;
}

.carousal__img--box {
    width: 100%;
    max-width: 40%;
}

.background__black {
    background-color: #000000;
}

.bg__footer {
    background-color: #212121;
    background-position: center;
    background-size: cover;
    padding: 3rem 0rem;
    color: #fff;
    font-family: "Poppins-Regular" !important;
}

.social--navbar li {
    text-align: center;
    list-style-type: none;
    display: inline;
}

.footer__nav--links li {
    padding: 0px 0px 10px 0px;
}

.footer__nav--links a {
    font-size: 14px;
    font-family: "OpenSans-Regular";
}


/* .ftr__link li{
list-style-type: none !important;
padding: 0px 0px 31px 0px;
}
.ftr__link li:last-child{
	padding-bottom: 0px !important;
} */

.custm__font-size {
    font-family: "OpenSans-Regular";
    font-size: 24px !important;
}

.ftr-clr {
    background-color: #000000;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.text__color {
    color: #f7931a !important;
}

.address__content {
    line-height: 3;
    margin-bottom: 0.75rem;
}


/* ==================end banner====================== */

.feature--bg {
    /* background-color: #ffffff; */
    padding: 15px;
    border-radius: 8px;
    height: 100% !important;
}

.carousal__caption--content {
    width: 70%;
    display: block !important;
    right: 0;
    margin-left: auto;
    margin-right: 1rem;
}

.carousal__caption--content {
    opacity: 0.5;
}

.carousal__item--height .active .carousal__caption--content {
    opacity: 1;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
    .banner__content {
        padding: 6rem 0px 0rem 0px;
    }
    .img__height--contnet {
        height: 400px;
        object-fit: cover;
    }
    .banner__content--box {
        font-size: 20px;
    }
    .custom-form {
        max-width: 90%;
    }
    .banner__main {
        height: fit-content;
    }
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }
    .feature__responsive {
        margin: 0.5rem 0rem;
    }
    .carousal__caption--content {
        width: 80%;
        display: block !important;
    }
    .carousal__height {
        height: 450px;
    }
    .carousel-indicators__main {
        bottom: 5%;
    }
    /* .carousal__caption--content{
		bottom: 0%;
	} */
    .carousal__item--height {
        height: 420px;
    }
    .carousal__width--box {
        width: 100%;
        max-width: 100%;
    }
    .carousal__img--box {
        width: 100%;
        max-width: 100%;
    }
    .features {
        padding: 1rem 0rem !important;
    }
    .feature-headings p {
        font-size: 20px !important;
        padding: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* .carousal__caption--content {
    width: 80%;
    right: 0;
    margin-left: auto;
    margin-right: 1rem;
    bottom: 12%;
} */
    .carousal__item--height {
        height: 380px;
    }
    .carousal__height {
        height: 400px;
    }
    .feature-headings p {
        font-size: 20px;
        padding: 0px;
    }
    .feature__line {
        padding: 0px 30px !important;
    }
    .btn__join {
        padding: 0.75rem 3rem;
    }
    .carousel-control-next {
        right: -30px !important;
    }
    .carousel-control-prev {
        left: -30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-headings p {
        font-size: 20px;
        padding: 0px 30px;
    }
    .feature__line {
        padding: 0px 75px !important;
    }
    .carousal__caption--content {
        width: 90%;
    }
    .bt__google {
        width: 100% !important;
    }
    .btn__login--button {
        padding: 0.75rem 8rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .carousal__caption--content {
        width: 75%;
        margin-left: auto;
    }
}


/* ==============login================= */

.login__banner {
    background-image: url("../images/login--menu.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login__banner__black {
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login {
    background-image: url("../images/login--banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.login__text {
    padding: 6rem 0rem;
}

.login__text h1 {
    font-family: "Roboto-Medium";
    font-size: 39px;
    text-transform: uppercase;
}

.form__magrgin--bottom {
    margin-bottom: 22px !important;
}

.login__input--position {
    border: 1px solid;
    border-radius: 0;
    height: auto;
    background: transparent !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    height: 45px;
    border: 1px solid #000 !important;
    padding: 0.375rem 1.75rem;
}

.login__input--position:focus {
    box-shadow: none !important;
    border-color: #000000 !important;
}

.login__input--position::placeholder {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #000000 !important;
}

.login__icons {
    float: right;
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    /* top: 14px; */
    padding: 16px 20px;
    font-size: 18px;
}

.login__form--box {
    background-color: #ffd966;
    padding: 80px 0px;
}

.login__form--width {
    width: 450px;
    margin: 0px 0px auto;
}

.login__form--widthbox {
    margin: 0px 0px 0px auto;
    width: 450px;
}

.login__form--font {
    font-size: 25px;
    font-family: "Roboto-Medium";
    text-transform: uppercase;
    margin-top: 25px !important;
    margin-bottom: 39px !important;
}

.login__remember {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.login__forgot--button {
    float: right;
    display: block;
    font-size: 16px;
    font-family: "Roboto-Regular";
    color: #000;
}

.login__forgot--button:hover {
    text-decoration: none;
}

.form__magrgin--bottom2 {
    margin-bottom: 10px;
}

.btn__login--button {
    background-color: #020100;
    padding: 0.75rem 9rem;
    border-radius: 50px;
    font-family: "Roboto-Medium";
    color: #fefefe;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}

.btn__login--button:hover {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.btn__login--button:focus {
    box-shadow: none !important;
}

.login__form--social {
    margin-top: 45px;
    position: relative;
}

.login__form--more {
    font-size: 18px;
    font-family: "Roboto-Bold";
    position: relative;
}


/* .login__form--social::after {
    position: absolute;
    content: "";
    width: 162px;
    height: 1px;
    background-color: #141323;
    bottom: 9px;
    left: 10%;
}

.login__form--social::before {
    position: absolute;
    content: "";
    width: 162px;
    height: 1px;
    background-color: #141323;
    left: -29%;
    bottom: 10px;
} */

.bt__google {
    background-color: #eb3e2f;
    color: #ffffff;
    font-family: "Roboto-Medium";
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0.75rem 10.5rem 0.75rem 14px;
    border-radius: 50px;
}

.bt__google:focus {
    box-shadow: none;
}

.bt__google:hover {
    background-color: transparent !important;
    border: 1px solid #eb3e2f;
    color: #000000;
}

.google__img {
    margin: 0px 5rem 0px 0px;
    display: inline-block;
}

.bt__facebook {
    background-color: #1c4499 !important;
    padding: 0.75rem 9.5rem 0.75rem 14px !important;
}

.bt__facebook:hover {
    background-color: transparent !important;
    border: 1px solid #1c4499;
    color: #000000;
}

.btn__iphone {
    background-color: #000000 !important;
    padding: 0.75rem 11.3rem 0.75rem 14px !important;
}

.btn__iphone:hover {
    background-color: transparent !important;
    border: 1px solid #000000;
    color: #000000;
}

.margin__social--button {
    margin-top: 45px;
}

.account__sign--up {
    margin-top: 74px;
    text-align: center;
}

.account__sign--up p {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto-Regular";
}

.account__sign--up a {
    color: #000000;
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto-Regular";
}

.titlebox {
    display: table;
    width: 100%;
    /*    outline:1px dotted red;  /* TEST Outline */
}

.login__border-right {
    border-right: 1px solid #000000;
}

.titlebox span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    height: 1px;
    font-family: "Roboto-Bold";
    white-space: nowrap;
    padding: 0.125em 0.375em;
}

.titlebox::before,
.titlebox::after {
    content: "";
    display: table-cell;
    width: 50%;
    height: 1px !important;
    /*    outline:1px solid lime;  /* TEST Outline */
    vertical-align: middle;
    /*    background:url("imgs/reddot3.png") repeat-x 0 49%;  /* can use a background image, if preferred */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0)), color-stop(46%, rgba(0, 0, 255, 1)), color-stop(54%, rgba(0, 0, 255, 1)), color-stop(55%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(180, 180, 180, 1) 46%, rgba(180, 180, 180, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    /* background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 45%,
			rgba(180, 180, 180, 1) 46%,
			rgba(180, 180, 180, 1) 54%,
			rgba(0, 0, 0, 0) 55%
		),
		rgba(0, 0, 0, 0) 100%); */
    /* W3C */
}

.label__font {
    margin-left: 10px;
    font-size: 18px;
    font-family: "Roboto-Regular";
}

.login__forgot--button:hover {
    color: #000000;
}

input[type="checkbox"]+label {
    color: #000000;
    font-size: 18px;
    font-family: "Roboto-Regular";
}

input[type="checkbox"]:checked+label {
    color: #000000;
    font-style: normal;
}

.form-check-input {
    height: 18px !important;
    width: 18px !important;
}

.font__bold {
    font-weight: bold;
}

.text__uppercase {
    text-transform: none;
}

.addto-cart {
    position: relative;
}

.addto-cart #cartcount {
    position: absolute;
    top: -10px;
    left: 16px;
    height: 17px;
    width: 15px;
    background: #000000c9;
    border-radius: 70px;
    line-height: 17px;
    color: #fff;
    font-size: 11px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .login__border-right {
        /* border-bottom: 1px solid #000000; */
        border-right: none !important;
    }
    .login__form--box {
        padding: 40px 0px;
    }
    .login__form--width {
        width: 100%;
        margin: auto;
    }
    .btn__login--button {
        width: 100%;
        padding: 0.75rem 7rem;
    }
    .bt__google {
        width: 100%;
        padding: 0.75rem 3.5rem 0.75rem 14px;
    }
    .google__img {
        margin: 0px 2rem 0px 0px;
        display: inline-block;
    }
    .bt__facebook {
        padding: 0.75rem 3rem 0.75rem 14px !important;
    }
    .btn__iphone {
        padding: 0.75rem 4.8rem 0.75rem 14px !important;
    }
    .login__form--widthbox {
        margin: auto;
        width: 100%;
    }
    .account__sign--up {
        margin: 30px 0px;
    }
    .footer__logo--image {
        text-align: center;
        margin: 1rem 0rem;
    }
    .text__center--response {
        margin: 1rem 0rem;
        text-align: center;
    }
    .text__center--follow {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login__form--box {
        padding: 50px 0px;
    }
    .login__form--width {
        width: 100%;
        margin: auto;
    }
    .btn__login--button {
        width: 100%;
        padding: 0.75rem 7rem;
    }
    .bt__google {
        width: 100%;
        padding: 0.75rem 3.5rem 0.75rem 14px;
    }
    .google__img {
        margin: 0px 2rem 0px 0px;
        display: inline-block;
    }
    .bt__facebook {
        padding: 0.75rem 3rem 0.75rem 14px !important;
    }
    .btn__iphone {
        padding: 0.75rem 4.8rem 0.75rem 14px !important;
    }
    .login__form--widthbox {
        margin: auto;
        width: 100%;
    }
    .account__sign--up {
        margin: 30px 0px;
    }
}

@media screen and (max-width: 480px) {
    .header-logins {
        margin: 0 !important;
        margin-right: 3px !important;
        padding: 8px 24px !important;
        margin-bottom: 15px !important;
    }
    .nav_btn_img {
        margin-right: .25rem!important;
    }
    .header-logins img {
        width: 20px;
    }
    .addto-cart #cartcount {
        position: absolute;
        top: -9px;
        left: 11px;
    }
    .w-res100 {
        width: 50%;
    }
    .font-on-mobile-dropdown a {
        font-size: 14px !important;
    }
}


/* ==========search banner================ */

.search__banner {
    background-color: #000000;
    padding: 16px 0px;
}

.banner--search {
    padding: 0rem !important;
}

.search-btn--width {
    font-size: 24px;
    font-family: "OpenSans-Regular";
}

.search__content {
    background-color: #ffd966;
    padding: 2rem 0rem;
}

.img__box--contnet {
    width: 202px;
    height: 202px;
    display: block;
    margin-right: 15px;
    padding-top: 40px;
}

.rounded-cirlce {
    padding: 16px 40px;
    ;
    font-size: 65px;
    border-radius: 82px !important;
    background-color: black;
    color: f6d865;
}

.search__content--align {
    align-items: center;
}

.profile__content h1 {
    font-size: 25px;
    font-family: "Roboto-Bold";
}

.profile__content p {
    font-size: 18px;
    font-family: "Roboto-Regular";
}

.profile__img--box {
    height: 206px;
    width: 206px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.search__photos {
    margin-top: 40px;
}

.search__photos h1 {
    font-size: 30px !important;
    font-family: "Roboto-Bold";
}

.search__photo--contentbox {
    margin-bottom: 35px !important;
}

.seach__border--radius {
    background-color: #000;
    color: #fff;
    padding: 14px 30px;
    border-top-left-radius: 50px;
    font-family: "Roboto-Bold";
    margin-right: 1px;
    width: 100%;
    border-bottom-left-radius: 50px;
}

.btn__view {
    background-color: #000000;
    color: #ffd966;
    padding: 0.75rem 30px 0.75rem 20px;
    font-family: "Roboto-Bold";
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.btn__view:hover {
    color: #fff;
}

.btn__view:focus {
    box-shadow: none !important;
}

.search__margin--bottom {
    margin-bottom: 20px;
}

.image__gallery {
    font-family: "Roboto-Bold";
    font-size: 30px !important;
}

.btn__show--all {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    padding: 0.5rem 3rem;
    background-color: #1c2127;
}

.btn__show--all:focus {
    box-shadow: none;
}

.btn__show--all:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

.float__right--cotnent {
    text-align: right;
    margin-top: 30px;
}

.margin__gallery--content {
    margin: 45px 0px 30px 0px;
}

.gallery__box {
    margin: 15px 0px;
}

.display__imnlie--content {
    display: inline-block;
}

.float__right--side {
    float: right;
    display: inline-block;
}

.btn__black {
    background-color: #000000 !important;
}

.btn__black:hover {
    background-color: transparent !important;
}

.search__border--color {
    background-color: #4b4b4b !important;
}

.btn__view--disabled {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.footer__nav--links li {
    list-style-type: none;
}

.footer__nav--links a {
    color: #fff;
    text-decoration: none;
}

.footer__nav--links a:hover {
    color: #ffd966;
}

.footer__logo--image {
    margin-top: 2rem;
}

.form-main {
    width: calc(100% - 237px);
    float: right;
}

.form-img {
    width: 202px;
    float: left;
}

.w10 {
    width: 15px;
}

.containerss {
    position: relative;
    padding-left: 35px;
    margin-bottom: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #000;
    border: 1px solid #ffd966;
}


/* On mouse-over, add a grey background color */

.containerss:hover input~.checkmark {
    background-color: #000;
    border: 1px solid #ffd966;
}


/* When the checkbox is checked, add a blue background */

.containerss input:checked~.checkmark {
    background-color: black;
    border: 1px solid #ffd966;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.containerss input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.containerss .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffd966;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 320px) and (max-width: 767px) {
    .social--navbar {
        width: 100%;
        text-align: center;
    }
    .search__content--align {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .img__box--contnet {
        margin: auto !important;
    }
    .profile__content {
        margin: 20px 0px;
    }
    .form-img {
        width: 100%;
    }
    .form-img .position-relative {
        height: auto;
    }
    .form-main {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text__center--follow {
        text-align: center;
    }
    .social--navbar {
        width: 100%;
        text-align: center;
    }
}


/* =====================photoprapher-blog============= */

.banner__photographer {
    background-image: url(../images/banner003.png);
    background-position: center;
    background-size: cover;
    padding: 25px 0px;
}

.banner__form--color {
    background-color: #f6d865;
    padding: 2rem 5rem;
    border-radius: 4px;
}

.account__margin {
    margin-top: 15px !important;
}

.banner__photo--heading {
    font-size: 48px;
    font-family: "Roboto-Bold";
    color: #ffffff;
    margin-bottom: 10px !important;
}

.banner__photo--label {
    font-size: 18px;
    font-family: "Roboto-Regular";
    color: #ffffff;
}

.banner__content--margin {
    margin: 10rem 1rem;
}

.banner__bg--color {
    background-color: #f6d865;
    padding: 40px 0px 60px 0px;
}

.banner__bg--heading {
    font-size: 24px;
    font-family: "Roboto-Medium";
    margin-top: 20px !important;
}

.banner__bg--label {
    font-size: 14px;
    margin-top: 25px !important;
    font-family: "Roboto-Regular";
}

.font__carousal--heading {
    font-family: "Poppins-Bold";
    font-size: 36px;
    color: #ffffff;
}

.caroual__fonts--label {
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #ffffff;
}

.padding__box--content {
    padding: 9rem 7rem 9rem 13rem;
}

.banner__main--height {
    background-color: #000000;
    /* height: 100%; */
}

.Video__banner {
    background-image: url(../images/photgrapher-banner.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.watch__video {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.watch__button--color {
    background-color: #f6d865;
    border-radius: 50px;
    padding: 0.75rem 3rem;
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #000;
}

.watch__button--color:hover {
    background-color: transparent;
    border: 1px solid #000000;
    color: #ffffff;
}

.right__arrow--chev {
    padding-left: 10px;
    font-size: 20px !important;
    vertical-align: middle;
}

.features__heading--content {
    font-size: 28px;
    font-family: "Poppins-Bold";
}

.feature__heading--box {
    font-size: 20px !important;
    padding: 0px !important;
    font-family: "Poppins-Regular" !important;
    color: #000000 !important;
}

.background__black {
    background-color: #000000;
    padding: 40px 0px;
}

.faq__heading {
    font-family: "Roboto-Medium";
    font-size: 24px !important;
    color: #ffffff;
    margin-bottom: 40px !important;
}

.accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
    color: #f6d865;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.faq__card--color {
    background-color: transparent !important;
}

.faq__card__label {
    border-bottom: 1px solid #f6d865 !important;
    text-align: left !important;
}

.faq__title--color {
    color: #fff !important;
}

.cardbody__text-left {
    text-align: left !important;
}

.background__color--yellow {
    background-color: #ffd966 !important;
    padding: 40px 0px;
}

.btn__join--color {
    background-color: #000000 !important;
}

.btn__join--color:hover {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .banner__form--color {
        background-color: #f6d865;
        padding: 2rem 1rem;
        border-radius: 4px;
    }
    .banner__content--margin {
        margin: 2rem 0rem;
    }
    .Video__banner {
        height: 350px;
    }
    .padding__box--content {
        padding: 3rem 2rem;
    }
    .feature-headings {
        padding: 1rem 0rem !important;
    }
    .banner__photo--heading {
        font-size: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner__form--color {
        background-color: #f6d865;
        padding: 2rem 1rem;
        border-radius: 4px;
    }
    .padding__box--content {
        padding: 4rem 2rem 4rem 2rem;
    }
    .faq__card__label {
        padding: 0.75rem 0.5rem;
    }
}

.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 36, 22, 0.95);
    text-align: center;
    z-index: 100;
}

.popup__overlay:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: "";
}

.popup {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    padding: 20px;
    border: 1px solid black;
    background: black;
    color: white;
    vertical-align: middle;
}

.popup-form__row {
    margin: 1em 0;
}

.popup__close {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 12px;
    height: 12px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: rgba(53, 36, 22, 0.95);
    text-decoration: none;
    font-weight: bold;
}

.popup__close:hover {
    color: #eea200;
}

iframe {
    width: 100%;
    height: 100%;
}


/* =============================photograph__dashboard===================================== */


/* =============================photograph__dashboard===================================== */

.photograph__banner {
    background-image: url("../images/bannerphotograph.png");
    background-size: cover;
    background-position: center;
}

.banner__heading {
    font-size: 39px;
    font-family: "Roboto-Medium";
    color: #ffffff;
}

.banner__box {
    padding: 100px 0px;
}

.btn__update {
    border: 1px solid #000000;
    border-radius: 50px;
    color: #202020;
    padding: 0.75rem 2rem;
    background-color: transparent;
    font-size: 18px;
    font-family: "Roboto-Bold";
    margin-top: 1.5rem;
}

.btn__update:focus {
    box-shadow: none;
}

.btn__update:hover {
    background-color: #212121;
    color: #ffffff;
}

.display__inline--block {
    display: inline-block;
}

.black__box {
    background-color: #000000;
    border-radius: 8px;
    color: #ffffff;
    padding: 1.5rem 2.5rem;
}

.brown__box {
    background-color: #e6c89d;
    border-radius: 8px;
    color: #ffffff;
    padding: 1.5rem 2.5rem;
}

.profile__content .black__box--heading {
    font-size: 24px;
    font-family: "Roboto-Bold";
    margin: 0px !important;
    text-transform: uppercase !important;
    line-height: 2;
}

.black__box--label {
    text-align: center !important;
    font-size: 36px !important;
    font-family: "Roboto-Bold" !important;
}

.border__right--black {
    border-right: 2px solid #000000;
    /* position: relative; */
}

.nav__link--black {
    background-color: #000000 !important;
    margin-bottom: 12px;
    text-align: center;
    padding: 1rem;
    position: relative;
    border: 1px solid #000000;
    color: #ffffff;
}

.nav__link--black:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.nav__link--black:active {
    color: #000000 !important;
}

.black__box--label2 {
    font-family: "Roboto-Bold" !important;
    font-size: 24px !important;
    color: #f0b35b;
}

.black__box--heading2 {
    font-family: "Roboto-Bold" !important;
    font-size: 24px !important;
    line-height: 2;
}

.black__box--padding {
    padding: 2rem 1.25rem !important;
    text-align: center;
}

.black__box--padding:hover {
    text-decoration: none;
}

.brown__box--label2 {
    font-family: "Roboto-Bold" !important;
    font-size: 24px !important;
    color: #f0b35b;
}

.brown__box--heading2 {
    font-family: "Roboto-Bold" !important;
    font-size: 24px !important;
    line-height: 2;
}

.brown__box--padding {
    padding: 2rem 1.25rem !important;
    text-align: center;
}

.brown__box--padding:hover {
    text-decoration: none;
}

.color__box {
    background-color: #97dca2;
}

.color__box--yellow {
    text-decoration: none;
    background-color: #f0b35b;
}

.color__box--yellow:hover {
    text-decoration: none !important;
}

.color__box--light {
    background-color: #a4c8ff;
}

.gallery__headings {
    font-size: 20px;
    margin-left: 6px;
    font-family: "Roboto-Bold" !important;
    color: #000000 !important;
}

.padding__content--box {
    padding: 15px;
}


/* .nav-pills .nav-link.active */

.nav-pills .nav-link.active {
    color: #ffffff;
}

.position-relative {
    position: relative;
    height: 100%;
}

.logout__site {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
    .black__box--heading2 {
        font-size: 18px !important;
    }
    .box__right--side {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    .profile__content .black__box--heading {
        font-size: 18px;
    }
    .black__box--label {
        font-size: 20px;
    }
    .nav__link--black:last-child {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .black__box--padding {
        padding: 2rem !important;
        height: 100%;
    }
    .black__box--heading2 {
        font-size: 16px !important;
    }
    .gallery__headings {
        font-size: 18px;
    }
    .profile__content .black__box--heading {
        font-size: 16px;
        text-align: center;
    }
    .box__right--side {
        float: none;
        width: 100%;
        margin-top: 1rem;
    }
    .black__box--label {
        font-size: 18px;
    }
    @supports (-webkit-touch-callout: none) {
        .gallery__top--margin {
            margin-top: 8rem;
        }
    }
}


/* =============================MANAGE-EVENT-GALLERY===================================== */


/* =============================MANAGE-EVENT-GALLERY===================================== */

.gallery__banner {
    background-image: url("../images/gallery-banner.png");
    background-size: cover;
    background-position: center;
}

.heading__box {
    background-color: #000000;
    padding: 1rem;
    width: 100%;
    border-radius: 6px;
    color: #fff;
}

.gallery__box--margin {
    margin-top: 30px !important;
}

.gallery__heading1 {
    font-size: 22px;
    font-family: "Roboto-Medium" !important;
}

.gallery__invite--button {
    border-radius: 0;
    border-right: 1px solid;
    padding: 0.75rem 2rem;
}

.gallery__submit--button {
    color: #ffffff;
    font-size: 14px;
    font-family: "Roboto-Bold" !important;
    padding: 0.75rem 5rem !important;
    border-radius: 50px;
    text-transform: uppercase;
    background: #000000;
    border: 1px solid #000000;
}

.gallery__submit--button:focus {
    box-shadow: none;
}

.gallery__submit--button:hover {
    background-color: transparent;
    color: #000000;
}

input:focus {
    outline: 0;
    box-shadow: none;
}

.save-gallry-btn:focus {
    box-shadow: none;
}

.up-load-div {
    width: 191px;
    height: 161px;
}

.up-load-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
    .gallery__invite--button {
        width: 130px;
        font-size: 14px;
        display: inline-block;
        white-space: normal;
        padding: 10px;
    }
    .gallery__top--margin {
        margin-top: 2rem;
    }
    @supports (-webkit-touch-callout: none) {
        @media (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
            .gallery__top--margin {
                margin-top: 20rem !important;
            }
        }
        .gallery__top--margin {
            margin-top: 8rem;
        }
    }
}


/* Only iPhone 5 and iPhone SE(landscape mode) */


/* =============pricing and manage galler css start============ */


/* =============pricing and manage galler css start============ */

.photo-gallery-hed {
    padding: 18px 20px !important;
    background-color: #000000;
    font-size: 22px;
    border-radius: 4px;
    color: #ffffff;
    font-family: "Roboto-Bold";
    margin-bottom: 1rem !important;
}

.price-per-photo {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto-Regular";
    margin-bottom: 10px;
}

.price-per-photo label {
    margin-bottom: 0;
}

.price-per-photo input {
    border: 1px solid #000;
    width: 50px;
    font-weight: bold;
    color: #000000;
    background: transparent;
    text-align: center;
}

.price-per-photo input::placeholder {
    color: #000000;
}

.manage-gallery-form [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.manage-gallery-form [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
}

.manage-gallery-form [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: transparent;
}

.manage-gallery-form [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.manage-gallery-form [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.manage-gallery-form [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.left-buy-free {
    padding-left: 66px;
}

.save-gallry-btn {
    font-family: "Roboto-Bold";
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    height: 31px;
    width: 100px;
    background-color: #1c2127;
}

.save-gallry-btn:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

.save-me-div {
    text-align: right;
    margin-bottom: 1rem;
}

.hovereffect {
    position: relative;
}

.heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.hovereffect:hover .manage_gallry-img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: inherit;
    -webkit-filter: initial;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1);
}

.manage_gallry-img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.gallery_images {
    min-height: 150px !important;
    max-height: 150px !important;
}

.manage-gallry-links ul {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.manage-gallry-links ul li {
    display: inline-block;
    margin: 0px 4px;
}

.manage-gallry-links a {
    /* width: 100%; */
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: "OpenSans-Regular";
}

.drag-and-drop-img {
    width: 100%;
    display: inline-block;
    height: 230px;
    border: 2px dashed #000000;
    text-align: center;
    margin-top: 1rem;
    font-family: "Roboto-Regular";
}

.drag-and-drop-img p {
    margin: 10px;
}

.drag-and-drop-img h2 {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    font-family: "Roboto-Regular";
}


/* .drag-and-drop-img  input[type="file"] {
    display: none;
    } */

.drag-and-drop-img label {
    padding: 10px;
    background: #000000;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.drag-and-drop-img input[type="file"] {
    display: none;
}

.drag-and-drop-img .wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.drag-and-drop-img .valign-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.drag-and-drop-img .form-group {
    margin-bottom: 0;
}

.manage_gallery_banner {
    background-image: url(../images/manage-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.manage_gallery_banner .banner__heading {
    font-family: "Roboto-Medium";
    font-size: 39px;
    text-transform: uppercase;
}

.manage_gallery_banner .banner__box {
    padding: 6rem 0rem;
}

.image-grid-cover {
    position: relative;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.gallery__box--content {
    padding: 5px;
}

.gallery__box--content2 {
    padding: 5px 5px 0px 0px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    padding: 0.25rem 0px;
    left: 0;
    display: none;
    /* background: antiquewhite; */
    background-color: rgb(93 88 88 / 70%);
}

.hovereffect:hover .overlay {
    display: block !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* mehmood css  */
    .image-grid-cover {
        height: 145px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    @supports (-webkit-touch-callout: none) {
        .gallery__top--margin {
            margin-top: 8rem;
        }
    }
}


/* =============pricing and manage galler css End============ */


/* =============pricing and manage galler css start============ */


/* =============================MANAGE PROFILE===================================== */


/* =============================MANAGE PROFILE===================================== */

.profile__banner {
    background-image: url("../images/profile-banner.png");
    background-size: cover;
    background-position: center;
}

.profile__heading {
    background-color: #000000;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.profile__label {
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: "Roboto-Bold" !important;
    color: #ffffff;
}

.form--label {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto-Bold" !important;
}

.form__input--field {
    padding: 0.75rem !important;
    background-color: transparent;
    background: #fad966 !important;
    border: 1px solid;
    border-radius: 0px;
}

.form__input--field:focus {
    background-color: transparent;
    background: #fad966 !important;
    box-shadow: none;
    border-color: #000000;
}

.form__input--field::placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto-Regular" !important;
}

.form__padding--box {
    margin-bottom: 15px;
}

.frm__submit--box {
    float: right;
    display: block;
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    font-family: "Roboto-Bold" !important;
    padding: 0.75rem 4rem;
    border-radius: 50px;
}

.frm__submit--box:hover {
    box-shadow: none;
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent !important;
}

.margin__top--box {
    margin: 2rem 0px;
}

.btn__dropdown--content {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.text__field {
    background-color: transparent !important;
    border: 1px solid #000000;
    border-radius: 0px;
}

.text__field:focus {
    box-shadow: none;
    border-color: #000000;
}

.text__field {
    resize: none;
}

.float__right-side {
    float: right;
    font-size: 14px;
    color: #000000 !important;
    font-family: "Roboto-Bold" !important;
}

.icon--label {
    margin-right: 15px;
}

.fb__icons {
    font-size: 24px !important;
    vertical-align: middle !important;
    display: block !important;
    height: 22px !important;
    width: 18px !important;
}

.share__profile--button {
    margin-left: 30px;
}

.table__border {
    border: 2px solid #000000 !important;
}

.table__fonts {
    font-size: 14px;
    padding: 1rem 0.75rem !important;
    font-family: "Roboto-Bold";
}

.table__fonts--data {
    padding: 1rem 0.75rem !important;
    font-size: 14px;
    vertical-align: middle !important;
    font-family: "Roboto-Regular";
}

.eidt__remove--button {
    font-size: 20px;
    color: #000 !important;
    padding: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #000000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #000000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.p-image {
    position: absolute;
}

.file__upload {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    background: #000000;
    border-radius: 8px;
}

.upload--imgae {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.btn__dropdown--content::after {
    margin-top: 11px;
}

.icon__right--align {
    float: right !important;
    display: block !important;
    padding: 1rem !important;
}

.icon__right--align::after {
    float: right !important;
    display: block !important;
}

.label__swatch {
    font-family: "Roboto-Bold" !important;
    font-size: 18px;
}

.file__upload:focus {
    background-color: #000000 !important;
}

.col__padding-sides {
    padding: 0px 20px !important;
}

.select__box {
    background-color: transparent;
    border: 1px solid #000;
    height: calc(3rem + 2px);
    border-radius: 0px;
    background-image: url("../images/drp-down-arrow.png");
}

.select__box:focus {
    box-shadow: none;
    border-color: #000000;
}

.select__box {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto-Regular" !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .col__padding-none {
        padding: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col__padding-none {
        padding-left: 1.5rem !important;
    }
}


/* =============================Post Card gallery css start====================== */


/* =============================Post Card gallery css start====================== */

.heart {
    z-index: 999;
}

.postcard_gallery_banner {
    background-image: url(../images/postCard-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.close-gallry-btn:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

.close-gallry-btn {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    height: 46px;
    width: 187px;
    background-color: #000000;
}

.btn:focus {
    box-shadow: none;
}

.submit-postcard {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.submit-gallry-btn {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    height: 46px;
    width: 250px;
    background-color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.submit-gallry-btn:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

#card--none {
    display: none;
}

@media (min-width: 576px) and (max-width: 767px) {
    .image-grid-cover {
        position: relative;
        height: 200px;
    }
    .photcard--wrapper {
        min-width: 150px;
    }
}

.photcard--wrapper {
    min-width: 150px;
}

@media (min-width: 320px) and (max-width: 576px) {
    .image-grid-cover {
        position: relative;
        height: 244px;
    }
    .banner__heading {
        font-size: 38px;
    }
    #card__wrapper-none {
        display: none !important;
    }
    #card--none {
        display: block;
    }
    .photcard--wrapper {
        min-width: auto !important;
    }
}


/* =============================Post Card gallery css End ======================= */


/* =============================Mange Event gallery css start====================== */


/* =============================Mange Event gallery css start====================== */

.manage_gallery_banner {
    background-image: url(../images/manage-event-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.gallery-detail-input {
    border: 1px solid #000000;
    padding: 12px 10px;
    width: 290px;
    font-size: 14px;
    color: #000000;
    background: transparent;
}

.gallery-detail-input::placeholder {
    color: #000000;
}

.plus {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
    font-weight: 700;
    float: right;
}

.label-plus {
    width: 130px;
    font-size: 14px;
    color: #000000;
    font-family: "Roboto-Regular";
}

.pl-discpount {
    padding-left: 40px;
}

.save-me-div .close-gallry-btn {
    margin: 15px 5px 0px 0px;
}

@media (max-width: 767px) {
    /* mehmood css start */
    .photo-gallery-hed {
        margin-top: 2rem !important;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .save-me-div {
        text-align: center;
    }
    .label-plus {
        width: 100%;
    }
    .pl-discpount {
        padding-left: 15px;
    }
    .pl-discpount .left-buy-free {
        padding-left: 67px;
    }
    .submit-gallry-btn {
        width: 180px;
    }
    .containerss {
        position: relative;
        padding-left: 0px;
        margin-bottom: 14px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .checkmark {
        height: 18px;
        width: 18px;
    }
    .text-color-brown {
        font-weight: bold
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .label-plus {
        width: 126px;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .label-plus {
        width: 100%;
    }
    .gallery-detail-input {
        width: 100%;
    }
    .show-pswd {
        width: calc(100% - 76px);
    }
}

.img-container {
    position: relative;
}

.img-container::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}


/* =============================Mange Event gallery css End====================== */


/* Carousel CSS */

.section-heading {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 50px;
}

.gallery-img {
    box-shadow: 0 0.025rem 0.25rem 1px rgba(0, 0, 0, 0.075);
    height: 230px;
    margin: 70px 0px;
    border-radius: 12px;
}

.gallery-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.banner-carousel.owl-carousel .owl-nav button.owl-next,
.banner-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    background-color: #000000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.banner-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.banner-carousel.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

.banner-carouse.owl-carousel .owl-nav button.owl-next {
    right: -20px;
    padding-left: 5px !important;
}

.banner-carousel.banner-carousel .owl-prev span,
.banner-carousel.banner-carousel .owl-next span {
    display: none;
}

.banner-carousel.owl-carousel .owl-nav button.owl-next:before,
.banner-carousel.owl-carousel .owl-nav button.owl-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffd966;
}

.banner-carousel.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
}

.banner-carousel.owl-carousel .owl-nav button.owl-next:before {
    content: "\f054";
}

.banner-carousel.owl-carousel .owl-nav button.owl-next:focus,
.banner-carousel.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.banner-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.profile_photo {
    height: 100% !important;
}

.img-fluid {
    height: auto;
}

.contact_bg_1 h2 {
    font-size: 24px;
    color: #000;
    font-family: mythirdFont;
    text-align: left;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.contact_us_page label {
    margin-left: 10px;
    color: #000000;
}

.contact_us_page input {
    border-radius: 30px;
    border: solid 1px #d0d0d0;
    height: 49px;
    color: #787878;
}

.border_about_top {
    border-bottom: solid 2px #00000036;
    border-top: solid 2px #00000036;
    padding-top: 40px;
    padding-bottom: 40px;
    /* margin-bottom: 50px;*/
}

.mission_and_vission_label {
    color: #24b04f;
    font-family: "Roboto-Regular";
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.about_1_heading {
    font-size: 33px;
    color: #000;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.about_1_heading span {
    font-size: 33px;
    color: #5068d2;
    text-align: left;
    font-weight: bold;
}

.about_bg_middle_label {
    font-size: 18px;
    color: #5a5a5a;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}

.text__main--box {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
}

.border__radius-none {
    padding: 0.375rem .5rem !important;
    border-radius: 0px !important;
}

.profile__images--main {
    width: 70px;
}

.download__btn {
    border-radius: 50px;
    background-color: #ffd966;
    padding: .5rem 2rem;
    font-weight: 700;
}

.order_download {
    border-radius: 50px;
    padding: .5rem 2rem;
    font-weight: 700;
}

.order--sumery {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0rem !important;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 8px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    /* top: 72px; */
}

.p-image {
    position: absolute;
    top: 130px;
    right: 0px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.main--profile--box--conetn {
    position: relative;
    width: 200px;
}

.fa__color--black {
    background: #000;
    padding: 20px;
    border-radius: 50px;
    font-size: 30px !important;
}


/* =============================Sale-report====================== */


/* =============================Sale-report====================== */

.report__banner {
    background-image: url('../images/sale-repot-banner.png');
    background-size: cover;
    background-position: center;
}


/* The radio */

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* Hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* When the radio button is checked, add a blue background */

.radio input:checked~.checkround {
    background-color: transparent;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkround:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
}

.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.text__margin-right {
    margin-right: 3rem;
}

.label__radio {
    font-size: 14px;
    font-family: 'Roboto-Bold';
    line-height: 2;
}

.radio__summery {
    margin: 2rem 0rem;
}

.gallery__label {
    display: inline-block;
    width: max-content;
    min-width: 80px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    margin-top: 1rem;
    margin-bottom: 0;
}

.post__gallery--margin-top {
    margin-top: 5rem;
}

.gallery__info--date {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    padding-bottom: 8px !important;
    border-bottom: 3px solid #000;
}

.galley_background-black {
    background-color: #000;
    padding: 1rem;
    color: #fff;
}

.galley_background-black .profile__label {
    text-transform: capitalize !important;
}

.text__color--black {
    color: #000 !important;
    font-family: 'Roboto-Regular';
}

.date__summery--title {
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 1rem;
}

.post__gallery--margin {
    margin: 5rem 0px 2rem 0px;
}

.table__border1 {
    border: 1px solid #000000 !important;
}

.th__color {
    color: #fff !important;
    background-color: #5e5e5e;
}

.background-black {
    background-color: #000;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 16px !important;
}

.tbl__total--data {
    text-align: right;
    font-size: 18px;
    font-family: 'Roboto-Bold';
}


/*=======================sale-summery=============================*/

.sale__summery--button {
    padding: 1rem 2rem;
    margin: 1rem;
    display: block;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto-Bold' !important;
    text-transform: uppercase;
    border-radius: 50px;
}

.sale__summery--button:hover {
    background-color: transparent;
    color: #000;
}

.sale__summery--button:active {
    background-color: transparent;
    color: #000;
}

.text__capitalize {
    text-transform: capitalize !important;
}

.sale__summery--font {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    color: #000 !important;
}


/*feature photo slider css start*/

.feature-photo-slider .owl-carousel .owl-nav button.owl-next,
.feature-photo-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    background-color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffd966;
    font-size: 20px;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-next {
    right: -20px;
    padding-left: 5px !important;
}

.feature-photo-slider .banner-carousel .owl-prev span,
.feature-photo-slider .banner-carousel .owl-next span {
    display: none;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-next:before,
.feature-photo-slider .owl-carousel .owl-nav button.owl-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
    line-height: 40px;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f054";
    line-height: 40px;
}

.feature-photo-slider .owl-carousel .owl-nav button.owl-next:focus,
.feature-photo-slider .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.banner-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.banner-carousel2 .gallery-img img {
    border-radius: 0;
}

.banner-carousel2 .owl-nav span {
    display: none;
}

.about_1_heading p {
    margin-top: 15px;
}

.info-icon {
    font-size: 20px;
    padding-right: 10px;
}

.required-text {
    font-weight: 500;
}

.profile-serch .img__box--contnet img {
    height: 100%;
    width: 100%;
}

.profile-serch .search__border--color {
    font-size: 14px;
    padding: 10px 15px;
}

.profile-serch .seach__border--radius {
    font-size: 14px;
    padding: 14px 15px;
}

.profile-serch .showall-new {
    padding: 13px 15px;
    background-color: #000 !important;
}

.profile-serch .search__photos h1 {
    font-size: 25px !important;
}

.banner-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.banner-carousel.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.textright {
    text-align: right;
}

.blue-color {
    color: blue;
}

.list-photo-main .textright a {
    width: 100px;
    height: 100px;
    display: block;
    float: right;
}

.list-photo-main .textright a img {
    width: 100%;
    height: 100%;
}

.list-photo-main {
    padding: 2rem 0rem 3rem;
}

.mlFive {
    margin-left: 3rem;
}

.post-title {
    padding-top: 1rem !important;
    font-size: 20px !important;
    color: #000000 !important;
}

h3.post-title {
    min-height: 150px !important;
}

h2.post-title {
    min-height: 50px !important;
}

.dashboard-imgs {
    height: initial;
    padding-top: 0;
}

.mp_inputs {
    border: 1px solid #000 !important;
    background-color: transparent !important;
}

.user-fa-res {
    margin-top: 29px;
}

.dategallery-navs .btn__view {
    min-width: 110px;
    padding: 0.80rem 30px 0.80rem 20px;
}

.gallery-detail-input::placeholder {
    color: #000000 !important;
}

button.ap-id-close {
    background-color: black;
    color: white;
    border-radius: 83%;
    height: 56px;
    width: 53px;
    position: absolute;
    top: -20px;
    right: -17px;
    opacity: 1;
}

button.ap-id-close:hover {
    color: #fff;
}

button.ap-id-close:focus {
    outline: none;
}

.im-input-style {
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .15);
}

.im-input-style input:focus {
    outline: none;
    box-shadow: none;
}

button.ap-id-close2 {
    height: 40px;
    width: 40px;
    top: -6px;
    right: 2px;
    padding: 0 !important;
}


/*end css */

@media(min-width: 768px) and (max-width: 991px) {
    .nav__link--black {
        font-size: 14px;
        padding: 1rem .4rem;
    }
}

@media(min-width: 320px) and (max-width: 991px) {
    .flex__column-media {
        flex-direction: column;
    }
    .btn.btn-primary {
        white-space: normal;
    }
    .pgid-mt-mob {
        margin-top: 30px;
    }
    .file__upload {
        margin-top: -38px;
        width: 58.1%;
    }
    .eventgallery_all-main .seach__border--radius {
        padding: 14px 10px 14px 15px;
        font-size: 14px;
    }
    .eventgallery_all-main .gallery__invite--button {
        padding: 14px 12px;
        font-size: 14px;
    }
    .affi-input-resp {
        padding-right: 37px !important;
        font-size: 14px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .sale__summery--button {
        margin: 1rem .5rem;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
    .summery__responsive {
        display: block !important;
    }
    .btn__response {
        display: block;
        float: none;
        margin: auto;
    }
    .profile__label {
        font-size: 18px !important;
    }
    .login__form--box {
        padding-bottom: 0;
    }
    .faq-main {
        padding-bottom: 40px
    }
    .db-hed-ped {
        padding-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .last-footer,
    .last-footer .text-right {
        text-align: center !important;
    }
    .mt-resp {
        margin-top: 20px;
    }
    .mt-col-0 {
        margin-top: 0 !important;
    }
    .mdall-res {
        margin: 20px 0px;
    }
    .pagination-all-main .pagination {
        margin: 0;
        padding-bottom: 30px;
    }
    .pagination-all-main .pagination .page-link {
        margin: 0px 4px;
    }
    .feature-photo-slider .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .feature-photo-slider .owl-carousel .owl-nav button.owl-next {
        right: -12px;
    }
    .gallery-img {
        margin: 0;
    }
    .search_bar {
        height: 47px;
        padding-left: 44px;
    }
    .search__icons {
        top: 15px;
        font-size: 20px;
    }
    .search-btn {
        padding-left: 23px;
        padding-right: 23px
    }
    .about_1_heading,
    .about_1_heading span {
        font-size: 27px;
    }
    .login__text h1 {
        font-size: 30px
    }
    .about_1_heading h3 {
        font-size: 20px;
    }
    .about-25 {
        font-size: 20px
    }
    .about_bg_middle_label {
        font-size: 16px;
    }
    .faq-main .section-title h1 {
        margin-bottom: 7px !important;
    }
    .contact-area p {
        padding-bottom: 15px;
    }
    .btn_submit_contact {
        padding: 0.75rem 3rem;
        font-size: 16px;
    }
    .bg__footer {
        padding: 0rem 0rem 2rem;
    }
    .login__check--box input[type="checkbox"]+label {
        font-size: 15px;
    }
    .login__check--box .form-check-input {
        height: 15px !important;
        width: 15px !important;
        margin-top: .2rem;
    }
    .banner__photographer .banner__photo--label {
        font-size: 16px;
    }
    .get-paid-img {
        margin-top: 15px;
    }
    .watch__button--color {
        padding: 0.75rem 2rem;
        font-size: 16px;
    }
    .register-center {
        text-align: center;
    }
    .profile-serch h1 {
        font-size: 30px
    }
    .profile-serch .img__box--contnet img {
        height: 100%;
    }
    .profile-serch .img__box--contnet {
        width: 100%;
        height: 125px;
    }
    .profile-serch .profile__content h1 {
        font-size: 20px;
    }
    .profile-serch .profile__content.mt-5 {
        margin-left: 0 !important;
    }
    .profile-serch .profile__content p {
        font-size: 16px;
    }
    .profile-serch .search__photos {
        margin-top: 25px;
    }
    .textright {
        text-align: left;
    }
    .list-photo-main h1 {
        font-size: 30px;
    }
    .list-photo-main .mt-3.h4 {
        font-size: 16px;
    }
    .list-photo-main .pl-5 {
        padding-left: 0 !important;
    }
    .list-photo-main .textright a {
        float: left;
    }
    .location-hed,
    .location-hed a {
        font-size: 22px;
        margin-bottom: 0 !important;
    }
    .loc-gallry {
        margin: 30px 0px 30px 0px;
    }
    .loc-gallry .image__gallery {
        font-size: 25px !important;
    }
    .row_pswd {
        margin: 0 !important;
    }
    .row_pswd .w50input {
        width: 100% !important;
        margin: 0 !important;
    }
    .calander-img {
        width: auto;
    }
    .calander-img .fa-calendar-o {
        font-size: 102px !important;
    }
    .search__content .profile__content.ml-4 {
        margin-left: 0 !important;
    }
    .mlFive {
        margin-left: 0;
        text-align: left;
        margin-bottom: 0 !important;
    }
    .post-title {
        font-size: 15px !important;
    }
    .by-hed-text {
        font-size: 15px
    }
    .mt-2-mobile {
        margin-top: 15px;
    }
    .place-order {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .place-order h5 {
        font-size: 16px;
    }
    .mp_upload-img {
        width: 281px;
    }
    .file__upload {
        width: 100%;
    }
    .allGaleries-box {
        margin-bottom: 1rem;
    }
    .user-fa-res {
        font-size: 2em !important;
        margin-top: 36px !important;
    }
    .affi-icon3 {
        top: 38% !important;
        right: 14px !important;
    }
    .position-relative2 {
        position: relative;
    }
    .affi-user-icon3 {
        display: flex;
        align-items: center;
        height: 97px;
    }
    .affi-user-icon3 .fa-briefcase {
        font-size: 2em !important;
    }
    .dategallery-navs p {
        padding: 10px 13px 14px 15px;
        font-size: 14px;
    }
    .dategallery-navs .btn__view {
        font-size: 14px;
        padding: 22px 13px;
        min-width: 85px;
    }
    .mp-input-date-text {
        font-size: 12px;
    }
    .file-upload {
        padding: 0 !important;
    }
    .save-gallry-btn {
        height: 33px;
        width: 147px;
        margin-top: 15px;
    }
    .close-gallry-div {
        text-align: right;
    }
    .close-gallry-div .close-gallry-btn {
        height: 42px;
        width: 145px;
        font-size: 14px;
    }
    .eventgallery_all-main .seach__border--radius {
        padding: 14px 10px 14px 17px;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .eventgallery_all-main .btn__view {
        padding: 26px 8px;
        font-size: 12px;
    }
    .eventgallery_all-main .gallery__invite--button {
        padding: 14px 8px;
        font-size: 12px;
    }
    .eventgallery_all-main .gallery__submit--button {
        padding: 12px 15px !important;
        font-size: 12px;
    }
    .modal-header button.ap-id-close {
        width: 40px;
        height: 40px;
        font-size: 22px;
        padding: 0;
        top: -12px;
        right: 8px;
    }
    @supports (-webkit-touch-callout: none) {
        .gallery__top--margin {
            margin-top: 8rem;
        }
    }
    .dategallery--inner p {
        padding: 10px 10px 14px 10px !important;
    }
    .btn__gallery2 {
        padding: 25px 13px !important;
    }
    .card--order1 {
        order: 1;
    }
    .card--order2 {
        order: 2;
    }
    .card--order3 {
        order: 3;
    }
    .card--order4 {
        order: 4;
    }
    .card--order5 {
        order: 5;
    }
    .card--order6 {
        order: 6;
    }
    .card--order7 {
        order: 7;
    }
    .card--order8 {
        order: 8;
    }
    .btn__manage--wrapper {
        padding: 34px 10px !important;
    }
}


/* ==========================================start faq page============================================== */


/* ==========================================start faq page============================================== */

.myaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card {
    border: none;
    min-height: initial;
}

.myaccordion .card-header {
    background-color: transparent;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 .2rem .7rem rgba(0, 0, 0, .15)!important;
}

#accordion .card {
    border-radius: 7px;
    background-color: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #000000;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

#accordion .card-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
    text-align: justify;
}

@media(max-width:575px) {
    .section-title h1 {
        font-size: 30px;
    }
    .photocard {
        padding: 21px 5px !important;
    }
    .photo___lbel {
        padding-top: 20px !important;
    }
}

@media(min-width: 389px) and (max-width:575px) {
    .search__border {
        padding-top: 32px !important;
    }
}

@media(min-width: 320px) and (max-width:375px) {
    .w-50 {
        width: 38% !important;
    }
    .search__border {
        padding-top: 25px !important;
    }
}

@media(min-width: 376px) and (max-width:490px) {
    .w-50 {
        width: 24% !important;
    }
}

@media(min-width: 490px) and (max-width:767px) {
    .w-50 {
        width: 19% !important;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .w-50 {
        width: 32% !important;
    }
}


/* ==========================================end faq page============================================== */


/* ==========================================end faq page============================================== */


/* ==========================================start privacy policy page============================================== */


/* ==========================================start privacy policy page============================================== */

.policy-content h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 1rem;
}

.policy-content p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1rem;
}

.useleftSpacing {
    margin-left: 0.5in;
    text-indent: -0.25in;
    tab-stops: list 0.5in;
}

.useleftSpacing span {
    display: inline-block;
    width: 24px;
    text-indent: 0;
    margin-left: 0;
}

@media (max-width:575px) {
    .policy-content p {
        font-size: 14px;
    }
    .policy-content h2 {
        font-size: 26px;
    }
}


/* ==========================================end privacy policy page============================================== */


/* ==========================================end privacy policy page============================================== */


/* ==========================================blog page============================================== */


/* ==========================================blog page============================================== */

.section-padding {
    padding: 70px 0;
    position: relative;
}

.post-grid span {
    font-size: 15px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.text-color {
    color: #ce8460;
}

.font-extra {
    font-family: "Lora", serif;
}

.post-title {
    text-transform: capitalize;
}

.font-sm {
    font-size: 12px !important;
}

.letter-spacing {
    letter-spacing: 3px;
}

.pagination ul li a.active {
    background: #ce8460;
    color: #fff;
    border-color: #ce8460;
}

.pagination ul li a {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding-top: 8px;
    font-size: 14px;
}


/* ==========================================end blog page============================================== */


/* ==========================================end blog page============================================== */


/* =====================================blog detail page=========================================================== */


/* =====================================blog detail page=========================================================== */

.sidebar-widget.about .about-author img {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    border: 5px solid #eee;
}

blockquote {
    position: relative;
    padding: 0px 50px 30px 40px;
    margin: 50px 0 40px;
    font-size: 20px;
    line-height: 34px;
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

.post-tags a {
    margin-right: 15px;
}

.sidebar-post-item img {
    width: 100px;
}

.bgcolor--content {
    background-color: #ffd966;
}

.text--color__black {
    color: #000 !important;
}

.font__size-20 {
    font-size: 20px !important;
}

.border-bottom__1pxblack {
    padding-bottom: 8px;
    border-bottom: 1px solid #000 !important;
}

.text__field::placeholder {
    color: #000 !important;
}

.follow-socials {
    margin-top: 20px;
    display: block;
}

.follow-socials a {
    padding: 0px 10px;
    background-color: #000;
    color: #fff;
}

.follow-socials a {
    padding: 8px 12px;
    background-color: #000;
    color: #ffd966;
    margin-right: 8px;
    text-align: center;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.follow-socials a:hover {
    color: #fff;
}

.post-grid {
    box-shadow: 0px 0px 2px 2px rgb(214 212 212 / 75%);
    background: #fff;
    padding: 16px;
    border-radius: 5px;
}

.author-social {
    padding: 8px 12px;
    background-color: #000;
    color: #ffd966;
    margin-right: 8px;
    text-align: center;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.author-social:hover {
    color: #fff !important;
}


/* Upload FIle CSS */

.file-upload {
    /* background-color: #ffffff; */
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: block;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #000000;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #000000;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #000000;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    height: 230px;
    margin-top: 20px;
    border: 4px dashed #000000;
    position: relative;
}


/* .image-dropping,
  .image-upload-wrap:hover {
    background-color: #000000;
    border: 4px dashed #000000;
  } */

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    padding: 12% !important;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.show-pswd {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.show-pswd .login__icons {
    position: absolute;
    right: 0;
    border: none;
    background-color: transparent;
    top: 0;
    padding: 16px 20px;
    font-size: 18px;
}

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

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

.myaccordion .card-header {
    background-color: transparent;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 .2rem .7rem rgba(0, 0, 0, .15)!important;
    border: transparent !important;
}

#accordion .card {
    border-radius: 7px;
    background-color: transparent;
}

.margin--bottom--40 {
    margin-bottom: 70px;
}

.heading--one-label {
    font-size: 30px;
    margin: 45px 0 30px 0px !important;
    font-family: 'Poppins-Medium';
}

.list__type-decimal {
    list-style-type: decimal;
    padding-left: 55px;
}

.mail-label {
    color: #000;
    font-size: 15px;
    white-space: break-spaces;
    font-family: 'Poppins-Medium';
}

.mail-label:hover {
    color: #585757;
}

.mail-label-heading1 {
    color: #000;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

#accordion1 .card {
    background-color: transparent !important;
}

#accordion2 .card {
    background-color: transparent !important;
}

.rounded-circle {
    border-radius: 100px !important;
}

@media only screen and (max-width: 600px) {
    .img-logo {
        width: 130px !important;
    }
    .nav_btn_img {
        margin-right: .25rem!important;
    }
    .login-me .button__sell,
    .button__sell {
        font-size: 10px !important;
        padding: 8px 7px !important;
    }
}


/* my new css start here  */

.logo-img {
    width: 116px;
}

.logo-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.payment-form {
    /* height: 336px; */
    width: 242px;
    background-color: #fff;
    padding: 10px;
}

.inaction-hed {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}

.inaction-hed h2 {
    font-size: 16px;
}

.input-div {
    width: calc(100% - 50px);
    display: inline-block;
    position: relative;
    right: -16px;
}

.new-input {
    background-color: #f1f2f6;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
}

.payment-top-text {
    font-size: 14px;
}

.payment-logoes img {
    width: 34px;
}

.payment-logoes span {
    float: left;
}

.text-center .fa-chevron-down {
    color: #d2d2e4;
}

.payment-last-text {
    font-size: 10px;
    width: calc(100% - 50px);
    float: left;
    text-align: justify;
}

.price-usd {
    padding-top: 20px;
    font-size: 15px;
}

.payment-zero-text {
    background-color: black;
    color: white;
    font-size: 18px;
    margin-top: 5px;
    padding: 5px;
    float: right;
}

.payment-last-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 14px;
}

.payment-last-btns .btn {
    border: 0;
    border-radius: 20px;
    background-color: #000;
    text-align: center;
    width: 100px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 4px;
    border: 1px solid black;
}

.payment-last-btns .btn:focus,
.payment-last-btns .btn:hover {
    box-shadow: none;
    background-color: #fff;
    color: #000;
}

.go__btn {
    background-color: black;
    border: none;
    color: white;
    padding: 3px 16px;
    border-radius: 21px;
    cursor: pointer;
}

.active__gallery {
    background-color: #351C75 !important;
    color: white !important;
}

.photocard_link {
    text-decoration: none;
    color: white;
}

.photocard_link:hover {
    text-decoration: none;
    color: white;
}

.font-weight-bolder {
    font-weight: bolder;
}

.photocard {
    background-color: black;
    padding: 14px 30px;
}

.photocard a {
    color: #ffd966;
    text-decoration: none;
}

.photocard a:hover {
    color: #ffd966;
    text-decoration: none;
}