@charset "utf-8";
/* CSS Document */ 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Nunito Sans', sans-serif; font-weight: 400; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #ed9452; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans', sans-serif; font-weight: 700;  margin: 0px; padding: 0px; }
p {font-family: 'Nunito Sans', sans-serif;    font-weight: 400;    color: #333333;    font-size: 16px;    line-height: 25px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }


input,
button,
select,
textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] { -webkit-appearance: button; cursor: pointer;  outline: none !important; text-decoration: none !important;}

button::-moz-focus-inner, 
input::-moz-focus-inner {  padding: 0;  border: 0; }

input[type="checkbox"], 
input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input[type="search"],
input[type="text"],
textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;   margin: 0;}

/* Firefox */
input[type=number] {-moz-appearance: textfield;}

table { border-spacing: 0; border-collapse: collapse; }

.row:before, .row:after {display: inline-block !important;}

.container {max-width: 1130px; width: 100%; margin:0 auto; padding: 0px 15px;}
.container:before, 
.container:after { display:table; content:"";}
.container:after { clear:both;}

.container-fluid {max-width: 100%; width: 100%; margin:0 auto; padding: 0px 15px;}
.container-fluid:before, 
.container-fluid:after { display:table; content:"";}
.container-fluid:after { clear:both;}


a.menu-icon { display:none; height:auto; padding:7px 0 7px 0; width:40px; background:rgba(0,0,0,0.2);}
a.menu-icon span { display:block; margin:4px 10px; background:#fff; height:3px;}


.section-title h1 {position: relative;	text-transform: capitalize;	text-align: center;	font-size: 30px;	color: #f15a29;	margin: 0px;	padding-bottom: 40px;}
.section-title h1::after {content: "";	display: block;	width: 100px;	height: 1px;	position: absolute;	bottom: 25px;	left: 50%;	transform: translate(-50%, 0);	background-color: #f15a29;}


.content-title h1 {position: relative;	text-transform: capitalize;	font-size: 19px;	color: #000;	margin: 0px;	padding-bottom: 36px;}
.content-title h1::after {content: "";	display: block;	width: 90%;	height: 1px;	position: absolute;	bottom: 25px;	left: 0;	background-color: #f15a29;}


.bg {background-size: cover; background-position: center center;  background-repeat: no-repeat;}


.btn.btn-pink {background-color: #f15a29;	padding: 6px 10px;	border-radius: 15px;	color: #fff;	text-transform: capitalize;	font-family: 'QuicksandBook-Regular';	font-size: 14px;	box-shadow: 0px 2px 3px #000;}


#header {}
#header .header-block .header-box {display: flex;	align-items: center;	justify-content: space-between;}
#header .header-block {padding: 0;    z-index: 1111 !important;   width: 100% !important;}
#header .header-block.isStuck {position: fixed !important; background: #fff !important;	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);}
#header .logo-box {max-width: 210px; width: 100%; display: block; }
#header .logo-box img {width: 100% !important;	height: auto !important;}
#header .main-nav {display: block; position: relative;}

.bx-wrapper .bx-controls-direction a.disabled {display: block !important;}



#slider {}
#slider ul li {width: 100% !important;    height: 100vh !important;    overflow: hidden;    position: relative;}
#slider ul li img {width: 100% !important; height: auto !important;}
#slider .slider-content-blocks {position: absolute;    width: 100%;    height: 100%;    display: table;    top: 0px;    left: 0;}
#slider .slider-content-block {display: table-cell;    vertical-align: middle;}
#slider .slider-content-box h1 {font-size: 68px;    color: #000;    margin-bottom: 15px;    max-width: 475px;    line-height: 70px;    font-weight: 900;}
#slider .slider-content-box h1 span {color: #0058f0;}
#slider .slider-content-box {max-width: 480px;    padding-top: 120px;}
#slider .slider-content-box p {font-size: 21px;}
#slider .button_box {margin-top: 20px;}

#header .header-block .header-box {
    display: flex;
    align-items: center;
    justify-content: center;    
}
#header .header-block {
    position: relative;
    z-index: 999 !important;
    width: 100% !important;
    top: 0;
    left: 0;
    background-color: #ed9452;
}
#header .header-block.isStuck {position: fixed !important; background: #ed9452 !important; box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);}
#header .logo-box a {max-width: 340px; width: 100%; display: block; }
#header .logo-box a img {width: 70% !important;  height: auto !important;}
#header .main-nav {display: block; position: relative;}
#header .header-block .logo-box {display: none;}

.header-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    
}
.contact_info {
    max-width: 100%;
    display: inline-grid;
    /* width: 100%; */
}
.contact_info a {
    text-align: end;
    padding: 7px 0;
    color: #2d3485;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.contact_info a span{
    color: #e8282e;
    font-family: 'Montserrat', sans-serif;
}
.contact_info ul {
   
    align-items: center;
    justify-content: flex-end;
    margin: 0px -15px;
    white-space: nowrap;
}
.contact_info ul li {
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: max-content;
}
.contact_info ul li a {
    display: flex;
    align-items: center;
}
.contact_info ul li a .icons {
    border: 1px solid #586b4d;
    aspect-ratio: 16/16;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    color: #586b4d;
    font-size: 20px;
}
.contact_info ul li p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2d3485;
    margin: 0;
    line-height: 18px;
    display: inline-flex;
    padding-left: 8px;
}
#header .header-block.isStuck .logo-box {
    display: none;
    max-width: calc(100% - 460px);
    flex: 0 0 100%;
}
.icons
{
    transition: 0.5s;
}
.icons:hover {
    background: #586b4d;
    
}
.icons:hover i
{
    color: white;
}

#nav {}
#nav ul {}
#nav ul li {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    padding: 20px 10px;
}
#nav .main_menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    position: relative;
}
/* #nav ul li:first-child {margin-left: 0px; padding-left: 0px;}
#nav ul li:last-child {margin-right: 0px; padding-right: 0px;} */

#nav ul li ul.sub_menu {
    background: #fff;
    border: 1px solid #ccc;
    left: -350px;
    margin: 0;
    top: 100%;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 111 !important;
    transition: top .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    padding: 10px 15px 15px 15px;
    height: 0;
}
#nav ul li:hover ul.sub_menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
}
.active
{
    position: relative;
}
ul.main_menu a::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid white;
    width: 0;
    top: 20px;
    transition: 0.2s;
}
ul.main_menu a:hover::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid white;
    width: 100%;
    top: 20px;
}
#nav .main_menu .active a:before {
    position: absolute;
    content: '';
    width:100%;
    border-bottom: 1px solid white;
    left: 0;
    top: 21px;
}
#nav ul li ul.sub_menu > li {
    margin: 0px !important;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 20px !important;
}
#nav ul li ul.sub_menu > li:first-child {
    border-left: none !important;
}
#nav ul li ul.sub_menu li {
    padding: 3px !important;
    margin: 0px !important;
    color: #fff !important;
    display: block;
}
#nav ul li ul.sub_menu li a {
    color: #606062 !important;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    padding: 0px !important;
    line-height: 30px;
}
#nav ul li ul.sub_menu li a:hover {
    color: #ed9452 !important;
}

#header .header-block.isStuck #nav ul li ul.sub_menu
{
    left: auto;
    right: -375px;
    width: 800px;
}


#banner {}
#banner .banner-block {padding: 100px 0px 70px 0px;	width: 100%; background-position: center center;	background-size: cover;	background-repeat: no-repeat;}
#banner .banner-block h1 {color: #fff; text-transform: uppercase;}

.main_banner
{
    position: relative;
}
.banner_image
{
    width: 100%;
}
.banner_image img{
    width: 100%;
}

.banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner_text h1
{
   
        z-index: 6;
        font-family: "Playfair Display";
        text-transform: uppercase;
        visibility: visible;
        text-align: left;
        line-height: 43px;
        letter-spacing: -1px;
        font-weight: 400;
        font-size: 42px;
        border-color: rgb(109, 106, 106);
        border-style: none;
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        color: rgb(255, 58, 45);
        text-decoration: none;
        white-space: nowrap;
        width: auto;
        height: auto;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform-origin: 50% 50% 0px;
        margin-bottom: 25px;
    
}

.banner_text p
{
        z-index: 7;
        font-family: Lora;
        text-align: left;
        line-height: 28px;
        letter-spacing: 1px;
        font-weight: 400;
        font-size: 17px;
        border-color: rgb(109, 106, 106);
        border-style: none;
        max-width:43% ;
        color: rgb(0, 0, 0);
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform-origin: 50% 50% 0px;
}

.sidenav_content
{
    position: fixed;
    top: 250px;
    right: -156px;
    z-index: 999;
    width: 200px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_box i
{
    padding: 12px;
    background-color: #e8282e;
    color: white;
}
.sidenav_box span a
{
    text-decoration: none !important;
}
.sidenav_box p {
    margin: 0 2px;
}
.sidenav_box {
    width: 100%;
    display: flex;
    align-items: center;
}
.sidenav_box_tow span a
{
    text-decoration: none !important;
}
.sidenav_box_tow p {
    margin: 0 10px;
}
.sidenav_box_tow {
    width: 100%;
    display: flex;
    align-items: center;
}
.sidenav_box_tow_three span a
{
    text-decoration: none !important;
}
.sidenav_box_tow_three p {
    margin: 0 10px;
}
.sidenav_box_tow_three {
    width: 100%;
    display: flex;
    align-items: center;
}

.sidenav_content:hover, .sidenav_content:focus 
{
    right: 0;
}

.sidenav_content_tow
{
    position: fixed;
    top: 303px;
    right: -286px;
    z-index: 999;
    width: 330px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_content_tow i
{
    padding: 12px;
    background-color: #e8282e;
    color: white;
}

.sidenav_content_tow:hover, .sidenav_content_tow:focus 
{
    right: 0;
}


.sidenav_content_three
{
    position: fixed;
    top: 356px;
    right: -156px;
    z-index: 999;
    width: 200px;
    background-color: white;
    transition: 0.8s;
    padding: 2px 20px 2px 2px;
    cursor: pointer;
}
.sidenav_content_three i
{
    padding: 12px;
    background-color: #e8282e;
    color: white;
}

.sidenav_content_three:hover, .sidenav_content_three:focus 
{
    right: 0;
}
.main_support {
    width: 100%;
    margin: 30px 0;
}
#support .support_box ul li.icon {
    padding-right: 15px !important;
}

#support .support_box ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px !important;
}
#support .support_box h4 {
    font-size: 15px;
    color: #000;
    margin: 0px;
    font-family: "Playfair Display",serif;
    font-weight: 400;
}
#support .support_box p {
    font-size: 13px;
    color: #999;
    margin: 0px;
    font-family: Lora,serif;
}

.main-support-image {
    width: 100%;
    margin: 40px 0 60px;
}
.support_image img
{
    box-shadow: 0px 0px 9px #aaa;
}

.main-osprey-herbal
{
    width: 100%;
    background-color: #f7f7f7;
}
.osprey_herbal_box {
    width: 100%;
    padding: 80px 0;
}

.osprey-herbal_heading h1
{
    font-size: 34px;
    color: #e8282e;
    font-family: "Playfair Display",serif;
    margin-bottom: 25px !important;
    line-height: 27px;
    font-weight: 400;
    padding-left: 40px;
    
}
.osprey-herbal_text p
{
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: Lora,serif;
    padding-left: 40px;
    margin-bottom: 25px !important;
}
.osprey-herbal_btn {
    padding-left: 40px;
    display: flex;
    margin: 71px 0 0;
}
.osprey-herbal_btn a
{
    padding: 13px 36px;
    background-color: #f34f3d;
   color: white;
   font-size: 12px;
}
.osprey-herbal_btn a:hover
{
    background-color: #ff3d2a
}

.main-our-product {
    width: 100%;
    margin: 70px 0;
}
.product_box_head h1
{
    font-family: "Playfair Display",serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    color: #2b2b2b;
}
.product_box_head p
{
    font-family: Lora,serif;
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    max-width: 66%;
    margin: 0 auto 25px;
    text-align: center;
}
.pro_image
{
    border: 1px solid #ccc;
    padding: 5px;
    transition: 0.3s;
}
.pro_image img
{
    transition: 0.3s;
}
.pro_image img:hover {
    transform: scale(1.02);
}

.pro_image_detail {
    width: 100%;
    text-align: center;
    margin: 23px 0 0;
}
.pro_image_detail h5 {
    margin-bottom: 8px;
}
.pro_image_detail h5 a
{
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 20px;
    color: #6d6a6a;
}
.pro_image_detail span
{
    color: #e8282e;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    
}
.pro_image_detail a
{
    font-size: 15px;
    color: #afafaf;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.pro_image_detail a:hover
{
    color: #e8282e;
}
.pro_image_detail h6
{
    margin: 5px 0;
} 

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    max-width: 523px !important;
    text-align: center;
    margin: 0 auto;
}
.carousel_head {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.carousel_head h3
{
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
}
.item h2
{
    margin: 20px 0;
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 24px;
}
.item p
{
    color: #4b4747;
    font-family: Lora,serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.item span
{
    color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

button.owl-prev {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    background-color: transparent !important;
}
button.owl-prev:hover
{
    opacity: 1;
    background-color: transparent !important;
    color: black !important;
}
button.owl-next {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    background-color: transparent !important;
}
button.owl-next:hover
{
    opacity: 1;
    background-color: transparent !important;
    color: black !important;
}
.carousel-block {
    margin-bottom: 70px;
}

.main-footer
{
    width: 100%;
    background-color: #fefaf3; 
    margin-top: -7px;
}
.footer_box
{
   width: 100%;
   padding: 70px 0 30px;
}

.footer_content_head h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.footer_menu {
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
.footer_menu ul li a
{
    font-size: 12px;
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
}
.footer_menu ul li a:hover
{
    color: #f34f3f;
}
.footer_menu ul li {
    line-height: 27px;
}

.main_copy_right
{
    width: 100%;
    background-color: #fefaf3; 
}
.copy_right_box
{
    border-top: 1px solid #e5e5e5;
    padding: 25px 0;
}
.copy_right_box h6
{
    color: #afafaf;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}


/* about **************************************************************************/
#banner
{
    position: relative;
}
.about_banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about_banner
{
    width: 100%;
    background-image: url(../images/aboutbanner.jpg);
    background-position: center;
     background-size: cover;
     background-attachment: fixed;
     height: 50vh;
}

.about_banner_text h1
{
    text-transform: uppercase;
    font-size: 42px !important;
    line-height: 43px !important;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    color: rgb(255, 58, 45) !important;
}

.main_mission {
    width: 100%;
    margin: 70px 0 40px;
}
.mission_image
{
    box-shadow: 0px 0px 9px #aaa;
}
.mission_head h3
{
    font-family: Playfair Display ,serif;
    color: #2b2b2b;
    font-weight: 400;
    font-size: 27px;
    text-align: center;
}
.mission_text p
{
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: Lora,serif;
    font-style: italic;
    display: block;
    text-align: center;
    max-width: 70%;
    margin: 14px auto 0;
}

.about_last
{
    width: 100%;
    margin: 40px 0;
}
.about_content_head h3
{
    font-size: 22px;
    line-height: 1.363em;
    color: #dd9933;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_content_text p
{
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: Lora,serif;
}

/* product page ******************************************************************/

.product_category {
    margin: 80px 0;
}
.category_head h3
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.category_menu {
    margin: 20px 0;
}
.category_menu ul li a {
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
}
.pro_left p {
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    color: #8b8b8b;
}
.pro_right {
    float: right;
}
.pro_right button {
    background: transparent;
    border: 1px solid #e1e1e1;  
   
    width: 250px;
    margin: 0 auto;
    text-align: left;
    padding: 8px 20px;
    font-size: 12px;
    display: block;
    
    color: #999;
    line-height: inherit;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0.5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    float: right;
    margin-top: 6px;
}
.dropdown-menu.show {
    display: block;
    border-top: none;
    width: 250px;
    border-radius: 0px;
    position: absolute;
    transform: translate3d(0px, 40px, 0px);
    top: -4px;
    left: 0px;
    will-change: transform;
}

.pro_right a
{
    font-size: 12px;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: #999;
    line-height: 30px;
}
.pro_right a:hover
{
    background-color: transparent !important;
}

.category_product_image
{
    border: 1px solid #ccc;
    overflow: hidden;
    transition: 0.4s;
}

.catrgory_name_price h3
{
    font-size: 20px;
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    margin: 20px 0 8px;
    cursor: pointer;
}
.catrgory_name_price {
    text-align: center;
    
}
.catrgory_name_price p
{
    color: #e8282e;
    font-size: 15px;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    cursor: pointer;

}
.catrgory_name_price a
{
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    color: #afafaf;
    font-weight: 500;
}
.catrgory_name_price a:hover
{
    color: #f34f3f;
}
.category_product_image img {
    transition: 0.5s;
    padding: 8px;
}

.category:hover .category_product_image img
{
    transform: scale(1.03);
}
.category_product_box {
    margin: 20px 0;
}
.pagination a {
    padding: 12px 18px;
    margin: 0 5px;
    background-color: #cccccc;
    color: white;
    font-size: 12px;
}
.pagination {
   
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}
.pagination .active {
    background: #ed9452 !important;
    color: white;
}
.pagination a:hover {
    color: #f34f3f;
}
.pagination_sec {
    margin: 50px 0;
}

.main_contact
{
    margin: 70px 0 20px;
}
.contact_content
{
    padding-top: 90px !important;
    padding-right: 9% !important;
    padding-bottom: 90px !important;
    padding-left: 9% !important;
    background-color: #f8f8f8 !important;
}
.contact_info_list h4
{
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}
.contact_address
{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.contact_address i {
    color: #6d6a6a;
    font-size: 27px;
   
}
.contact_address p {
    font-size: 15px;
    color: #6d6a6a;
    font-family: Lora,serif;
    margin-left: 7px;
    margin-bottom: 0;
}
.contact_address a
{
    font-size: 15px;
    color: #6d6a6a;
    font-family: Lora,serif;
}

.contact_address_email
{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.contact_address_email:last-child
{
    margin-bottom: 0;
}

.contact_address_email i
{
    color: #6d6a6a;
    font-size: 27px;
    
}

.contact_address_email p
{
    font-size: 15px;
    color: #6d6a6a;
    font-family: Lora,serif;
}
.contact_address_email a
{
    font-size: 15px;
    color: #6d6a6a;
    font-family: Lora,serif;
    margin-left: 10px;
    transition: 0.5s;
}
.contact_address_email a:hover
{
   color: #e8282e;
}
.get_in h3
{
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 35px;
    color: #2B2B2B;
    margin-bottom: 15px;
}
.get_in p
{
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: Lora,serif;
}
.contact_content_tow {
    margin-left: 5%;
}
.form-control input
{
    color: #959595;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif; 
}
.form-control
{
    box-shadow: none !important;
    color: #959595;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(232, 232, 232, 1) !important;
    padding: 29px 20px;
    border-radius: 0;
    outline: none !important;
    border: 1px solid rgba(232, 232, 232, 1) !important;
}
.form-control::placeholder
{
    font-family: 'Montserrat',sans-serif  !important; 
    color: #959595  !important;
}
input[type="search"], input[type="text"], textarea
{
    font-family: 'Montserrat',sans-serif  !important; 
    color: #959595  !important;
}
.form-group textarea {
    height: 150px;
}
input.submit-btn {
    padding: 20px 45px;
    border: none;
    font-weight: 500;
    background: #f34f3d;
    color: white;
    font-size: 12px;
    letter-spacing: .5px;
    font-family: 'Montserrat',sans-serif;
    transition: .5s;
}
input.submit-btn:hover
{
    background-color: #ff3d2a;
}
.main-map iframe {
    width: 100%;
}

/* delivery page **************************************************/

.main_delivery
{
    width: 100%;
    margin: 80px 0;
}
.delivery_head h3 span
{
    color: #f34f3f;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 35px;
    padding-right: 10px;
}
.delivery_head h3 
{
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 15px;
}
.delivery_head p
{
    color: #000 !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: Lora,serif;
    font-size: 17px;
    margin-bottom: 0;
}
.delivery_box {
    max-width: 90%;
    margin: 0 auto;
}
.delivery_head {
    width: 100%;
    margin-bottom: 40px;
}
.delivery_head:last-child {
    margin-bottom: 0;
}
.terms_condition
{
    
}

.terms_condition h6
{
    font-family: Lora,serif;
    font-size: 17px;
    color: #6d6a6a;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.terms_condition {
    margin-bottom: 40px;
}

/*product_details page ***********************************************************/

.main-product_details
{
    width: 100%;
    margin: 70px 0;
}

.pro_detail_head h3
{
    color: #2b2b2b;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.pro_detail_head p
{
    color: #f34f3f !important;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.pro_detail_text ul li
{
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 24px;
    list-style: inside;
}
.pro_detail_text {
    margin: 30px 0;
}
.product_meta {
    margin: 30px 0;
    display: inline-block;
}
.product_meta span{
    display: block;
    margin: 0 0 7px;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif;
}

.product_meta span a{
    
    margin: 0 0 7px;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif;
}

.discription-btn a
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 16px 51px;
    color: white;
    background-color: #f34f3f;
    font-family: 'Montserrat',sans-serif;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
}
.discription-text p
{
    font-family: Lora,serif;
    color: #6d6a6a;
    margin: 20px 0;
    font-size: 15px;
}
.discription_content {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.discription_image_text h4
{
    font-size: 14px;
    color: #6d6a6a;
    margin: 10px 0;
}
.discription_last_image
{
    width: 100%;
    background-image: url(../images/discription.png);
    height: 115vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.image_hotspot a {
    color: black;
    text-align: center;
    font: 10px/14px 'Roboto','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 400;
    position: absolute;
    /* right: 90%; */
    left: 82%;
    margin-top: -28px;
}
.image_hotspot a:hover
{
    color: #e8282e;
    border-bottom: 1px solid #e8282e ;
}
.discription_box {
    margin-bottom: 100px;
    /* border-bottom: 1px solid; */
}
.main_discription {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 100px;
    position: relative;
}
.releted_head {
    width: 100%;
    margin-bottom: 10px;
}
.releted_head h6
{
    color: #1b1b1b;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.main_releted {
    width: 100%;
    margin-bottom: 50px;
}

#myBtn {
    position: fixed;
    bottom: 70px;
    right: 60px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 17px;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid black;
}

#myBtn:hover {
    background-color: #e8282e;
    border: 1px solid #e8282e;
}
#myBtn:hover i
{
    color: white;
}

#myBtn i {
    color: black;
}
li.active
{
    position: relative;
}



.main_discription::before {
    position: absolute;
    content: '';
    border-top: 1px solid #eee;
    width: 100%;
    top: 60px;
}

.about_linee
{
    border-top-width: 2px;
    border-color: #f7be68;
    border: none;
    position: relative;
    height: 20px;
    top: 0;
    overflow: hidden;
}
.about-line .row
{
    margin: 0;
}
.about-line .col-md-12
{
   padding: 0;
}
.about_linee::after
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    height: 10px;
    border-radius: 100%;
    box-shadow: 10px 10px 10px 2px #f7be68; 
}
ul.sub_menu a::before {
    border: none !important;
}
html{
    scroll-behavior: smooth;
}
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #cccccc !important;
    float: left;
    width: 80%;
    /* background: #f1f1f1; */
  }
  
  form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #e8282e;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  
  form.example button:hover {
    background: #e93d43;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
  
    .delivery_head ul li {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 24px;
    list-style: inside;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* Initially hidden */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

/* Modal content */


/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#myModal p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

#myModal ul li {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 25px;
}

#myModal h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #ed9452;
}

.modal_title {
    margin-top: 15px;
}

#myModal ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#myModal ::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
#myModal ::-webkit-scrollbar-thumb {
    background: #62a403;
}

.modal-header {
    padding: 5px;
}

#myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 80% !important;
    max-width: 80% !important;
}

#myModal .modal-body ul {
    margin-bottom: 5px;
}

#myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 50% !important;
    max-width: 80% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#myModal .modal-body ul {
    margin-bottom: 5px;
}

#myModal .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width:991px)
{
    #myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 80% !important;
    max-width: 80% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
}

@media (max-width:767px)
{
    #myModal .modal-dialog.modal-lg.modal-dialog-scrollable {
    width: 95% !important;
    max-width: 95% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
}

@media (max-width:576px)
{
   #myModal h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #62a403;
}
.modal-body p {
    margin-top: 15px !important;
}
}