* {
    margin-top: 0;
    padding-top: 0;
    font-family: 'Roboto', sans-serif;
}
.turbo-progress-bar {
    height: 5px;
    background-color: #E72B24;
  }

body {
    background-color: #FAFAFA;
}


.btn_primary_custom{
    background: #1e406c;
    color:#fff;
}

.primary_color{
    color:#1e406c !important;
}

.btn_primary_custom:hover{
    color:#fff;
}

/*custom button shadow*/
.custom_button_shadow{
    box-shadow: 3px 4px 5px #b7b5b5;
}
/* ajax search list*/
#auto_suggest_list li{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 20px;
    cursor: pointer;
    font-weight: 400;
    padding-left: 15px;
}
#auto_suggest_list li a{
    color:rgb(77, 77, 77);

}
#auto_suggest_list li:hover{
    background-color: #cacaca;
    }

    @media only screen and (max-width: 992px) {
        #auto_suggest_list li a{
            font-size: 14px;
        }

    }


/* product top radius */
.view{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.coming_soon{
    background: url('/fontend/img/coming_soon.jpg');
    background-size:cover;
    background-blend-mode: multiply;
    box-shadow:inset 0 0 0 2000px rgba(230, 227, 227, 0.9);

}
/* Similar, May like */
.custom-border-radius-10{
  border-radius: 10px;
}

/*nav top start*/
.navbar {
    background-color: #E0E0E0;
    padding: 0px;
    box-shadow: 1px 1px 17px rgb(181, 181, 181);
}

.navbar li .navbar-main-link {
    padding: 5px 0;
}

.nav-top {

    background: #1c2554;
    border-bottom: 7px solid #E72B24;
    z-index: 99999999999 !important;
    margin-bottom: 16px;
    padding: 6px 0;
}

.nav-top a {
    color: rgb(235, 235, 235);
    transition: 1s;
}

.nav-top a:hover {
    color: #00b8d4;
}

@media only screen and (min-width: 993px) {
    .custom_sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 991;
    }
}

.display-flex {
    display: flex;
}

.sticky-hotline a {
    margin-right: 10px;
}

.top-social-media {
    margin-left: auto;
}

.top-social-media a {
    margin-right: 10px;
}


/*user profile dropdown style*/

.user-profile-dropdown .dropdown-menu a {
    background-color: #1c2554;
    color: #fff;
    padding-left: 6px;
    transition: 0.5s;
}

.user-profile-dropdown .dropdown-menu a:hover {
    background-color: #141b40;
    padding-left: 9px;
}

.top-of-menubar {
    background: #EAE6E6;
    margin-bottom: -3px;
}


/*maga menu start*/

.dropdown:hover .dropdown-menu {
    display: block;
}


/*mega menu end*/


/*right side menu || cart || wishlist */
.coupon_label:hover{
color: #1e406c;
cursor: pointer;
}

nav .menu-right {
    padding-right: 150px;
}

@media only screen and (max-width: 1350px) {
    nav .menu-right {
        padding-right: 130px;
    }
}

@media only screen and (max-width: 1080px) {
    nav .menu-right {
        padding-right: 80px;
    }
}

@media screen and (max-width: 1030px) and (min-width: 993px) {
    nav .menu-right {
        padding-right: 60px;
    }
}


/*carousel slider image*/


/*slider start*/

.swiper-container .swiper-wrapper .swiper-slide img {
    height: 450px;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .swiper-container .swiper-wrapper .swiper-slide img {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .swiper-container .swiper-wrapper .swiper-slide img {
        height: 250px;
    }
}


/*product name*/

.product_name span {
    position: absolute;
    margin-top: -100px;
}


/*main category section start*/

.category-image-title .hov_icon i:hover {
    color: #ff3547 !important;
    ;
}

.main-section-category .view,
.category-image-title h6 {
    cursor: pointer;
}

.category-image-title i {
    font-size: 20px;
    color: white;
}

.main-section-category .category-image-title {
    padding: 11px 0;
    background: rgba(0, 0, 0, 0.39);
    position: relative;
    margin-top: -46px;
}

.main-section-category .category-image-title h6 {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}


/*main category section end*/

/*job circular*/
.job-circular ul{
    list-style: inside;
}

.image_view {
    background-color: #FAFAFA;
}

.main_view_image {
    cursor: pointer;
    border-top: 10px solid gray;
    border-bottom: 20px solid gray;
    border-left: 10px solid gray;
    border-right: 10px solid gray;
}


/*singup / login*/

.singup-login .custom-input-border {
    border-bottom: 2px solid red;
}

@media only screen and (min-width: 768px) {
    .first_div {
        border-right: 2px solid red;
    }
}
@media only screen and (min-width: 768px) {
    .glob {
        margin-top: 90px;
    }
}


/*body logo after::before*/


/*after::before section*/

.section-header p {
    position: relative;
}

.section-header p img {
    display: block;
    margin: auto;
}

.section-header p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 39%;
    background-color: #1c2554;
    width: 120px;
    height: 3px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-header p:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 39%;
    background-color: #1c2554;
    width: 120px;
    height: 3px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*responsive after::before start*/

@media only screen and (max-width: 2000px) {
    .career-header p:after {
        left: 36%;
    }
    .career-header p:before {
        right: 36%;
    }
}

@media only screen and (max-width: 1200px) {
    .section-header p:after {
        left: 34%;
    }
    .section-header p:before {
        right: 34%;
    }
}

@media only screen and (max-width: 1000px) {
    .section-header p:after {
        left: 32%;
    }
    .section-header p:before {
        right: 32%;
    }
}

@media only screen and (max-width: 992px) {
    .section-header p:after {
        left: 30%;
    }
    .section-header p:before {
        right: 30%;
    }
}

@media only screen and (max-width: 850px) {
    .section-header p:after {
        left: 29%;
    }
    .section-header p:before {
        right: 29%;
    }
}

@media only screen and (max-width: 767px) {
    .section-header p:after {
        left: 23%;
    }
    .section-header p:before {
        right: 23%;
    }
}

@media only screen and (max-width: 670px) {
    .section-header p:after {
        left: 22%;
        width: 100px;
    }
    .section-header p:before {
        right: 22%;
        width: 100px;
    }
}

@media only screen and (max-width: 450px) {
    .section-header p:after {
        left: 13%;
        width: 100px;
    }
}

@media only screen and (max-width: 450px) {
    .section-header p:before {
        right: 13%;
        width: 100px;
    }
}

@media only screen and (max-width: 350px) {
    .section-header p:after {
        left: 7%;
        width: 80px;
    }
}

@media only screen and (max-width: 350px) {
    .section-header p:before {
        right: 7%;
        width: 80px;
    }
}


/*custom img breadcrump*/

@font-face {
    font-family: Ultra;
    src: url(/backend/fonts/ITCErasStd-Ultra.otf);
}

.custom_img_breadcrump {
    position: relative;
    text-align: center;
    color: white;
    white-space: nowrap;
}

.custom_img_breadcrump .custom_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 3px rgba(217, 72, 15, 0.4);
    font-family: Ultra !important;
    font-style: italic;
    letter-spacing: 1px;
}
.custom_img_breadcrump .custom_img_text h1{
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 3px rgba(217, 72, 15, 0.4);
    font-family: Ultra !important;
    font-style: italic;
    letter-spacing: 1px;
}
@media only screen and (min-width: 550px) {
    .custom_img_breadcrump .custom_img_text {
        font-size: 45px;
    }
}

@media only screen and (max-width: 550px) {
    .custom_img_breadcrump .custom_img_text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 350px) {
    .custom_img_breadcrump .custom_img_text {
        font-size: 25px;
    }
}


/* logo carousel */

.custom_container {
    max-width: 90%;
    margin: auto;
}

.slide_carousel_section .slide_carousel img {
    width: 100%;
}

    /* imprint */
    .imprint-pricing-card-head-bg {
        background: linear-gradient(40deg, #3981df, #232f6c) !important;
    }

    /* mobile buttom menu start*/

    .mobile_buttom_menu{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background-color: rgb(236, 231, 231);
        color:rgb(117, 116, 116);
        border-top: 1.3px solid rgb(202, 194, 194);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }


    .mobile_buttom_menu a i{
        font-size: 17px;
    }
    .mobile_buttom_menu .dropdown button i{
        font-size: 19px;
    }
    .mobile_buttom_menu a:hover{
        color:rgb(117, 116, 116);
    }

    .mobile_buttom_menu a .home{
        font-size: 21px;
        margin-top:1px;
    }    .mobile_buttom_menu a .account{
        font-size: 19px;

    }
    .mobile_buttom_menu a span{
        font-size: 13px;
    }

    .mobile_buttom_menu a .badge{
        font-size: 10px;
        /* background:#1c2554; */

    }

    .mobile_buttom_drop{
        position: fixed;
        right:0;
        bottom:60px;
        border-top-left-radius: 10px 10px;
    }
    /* mobile buttom menu end*/

    /* checkout */
    .pg_logo li
    {
        display: inline-block;
        margin-right: 16px;
    }
    .pg_logo li:last-child
    {
        margin-right: 0px;
    }


    /* .contributor_modal{

        right: 90px !important;

    } */

    .custom_modal{
        max-width: 400px;
        min-width: 300px;
        max-height: 250px;
        min-height: 190px;
        position: fixed;
        bottom: -300px;
        right: 80px;
        background-color: #f6f1f1;
        box-shadow: 1px 1px 14px 4px gray;
        border-radius: 10px;
        z-index: 1;
    }

    .custom_modal_mobile{
        max-width: 300px;
        min-width: 250px;
        max-height: 250px;
        min-height: 150px;
        position: fixed;
        bottom: -150px;
        right: 20px;
        background-color: #f6f1f1;
        box-shadow: 1px 1px 14px 4px gray;
        border-radius: 10px;
        z-index: 1;
    }
    .contributor_close{
        cursor: pointer;
        transition-duration: 0.4s;
        transition-property: transform;
    }
    .contributor_close:hover{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }


/*footer start*/

.footer {
    color: #bfbebd;
    /* text-align: center; */
}

.footer a {
    text-decoration: none;
    color: #95abca;
    font-size: 13px;
}

.footer ul {
    list-style-type: none;
    text-align: left;
}

.footer ul li a {
    font-size: 12px;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #fd4326;
    margin-left: 5px;
}

.footer i {
    color: #fd4326;
}


/*footer top start*/

.footer-top {
    padding: 10px 10px 0 10px;
    color: #bfbebd;
}

.footer .footer-top p {
    font-size: 15px;
    color: white;
}

@media only screen and (max-width: 992px) {
    .footer .footer-top p {
        text-align: left;
    }
}

.footer .footer-top p i {
    color: white;
    background: #d32f2f;
    margin-right: 6px;
    font-size: 25px;
    border: 2px solid white;
    padding: 10px;
    border-radius: 50%;
    transition: 1s;
}

.footer .footer-top p i:hover {
    background: #c62828;
    transform: rotate(360deg);
}


/*footer top end*/


/*footer 1st body start*/

.footer-first-body {
    padding: 20px 0;
    border-top: 0.5px solid #fff;
}

.footer-first-body {
    padding: 20px 0;
    border-top: 0.5px solid #fff;
}

.footer-first-body h6 {
    text-align: left;
    padding-left: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(76, 103, 156);
}


/*footer 1st body end*/


/*footer 2nd body start*/

.footer-second-body {
    padding: 20px 0;
}

.footer-second-body h6 {
    text-align: left;
    padding-left: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(76, 103, 156);
}

.footer-second-body .newsletter input {
    background-color: rgb(232, 232, 234);
}

@media only screen and (max-width: 575px) {
    .footer-second-body .newsletter {
        margin-left: 35px;
    }
}


/* footer social icons */

.social ul {
    padding-top: 10px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    margin-left: 0px;
}

.social-network a.icoTwitter:hover {
    background-color: #28aae1;
    margin-left: 0px;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    margin-left: 0px;
}

.social-network a.icoYoutube:hover {
    background-color: #ff0000;
    margin-left: 0px;
}


/*social media responsive*/

@media only screen and (max-width: 767px) {
    .social-network a.icoYoutube {
        visibility: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .social-network a.icoYoutube {
        display: none;
    }
}

.social-network a.icoPinterest:hover {
    background-color: #C41F26;
    margin-left: 0px;
}

.social-network a.icoInstagram:hover {
    background-color: #CF2158;
    margin-left: 0px;
}


/*my custom social*/

.social-network a i {
    color: #fff;
}


/*social background*/

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #28aae1;
}

.social-network a.icoYoutube {
    background-color: #e92b2b;
}

.social-network a.icoPinterest {
    background-color: #C41F26;
}

.social-network a.icoInstagram {
    background-color: #CF2158;
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
}


/*edn of my custom social*/

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li {
    display: inline;
    margin-right: 10px;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
     transition: all 0.4s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

.footer-address p {
    color: #95abca;
    font-size: 11px;
    text-align: left;
    line-height: 13px;
}


/*footer 2nd body end*/


/*footer bottom start*/

.footer_bottom {
    padding: 10px 0;
    font-size: 13px;
    border-top: 0.5px solid #fff;
}

.footer_bottom p a {
    color: #fd4326;
    font-size: 13px;
}

.footer-payment-image img {
    width: 15%;
}


/*footer bottom end*/


/*footer media query*/


/*footer end*/
