/* 
    Document   : style
    Created on : Mar 9, 2015, 5:10:42 PM
    Author     : IT-PC-02
    Description:
        Purpose of the stylesheet follows.
*/
/** 
theme-color: #6DDEB3;
sub-theme-color: #F66548;
sub-theme-color: #37B4E7;
sub-theme-color2: #2ac8fc;

**/
body{
    height: 100%;
    width: 100%;
    font-size: 13px;
    color: #555;
    background-color: #f7f8fa;
    font-family: raleway-medium;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: "OpenSans",Arial,"Helvetica Neue",Helvetica,sans-serif;*/
}
h1,h2,h3,h4,h5,h6{
    font-family: raleway-bold;
}
a{
    color: #191919;
    text-decoration: none;
}
@font-face {
    font-family: raleway-light;
    src: url(../../fonts/raleway-light.ttf);
}
@font-face {
    font-family: raleway-medium;
    src: url(../../fonts/raleway-medium.ttf);
}
@font-face {
    font-family: raleway-bold;
    src: url(../../fonts/raleway-semibold.ttf);
}

.row-sp{
    margin-left: 0px;
    margin-right: 0px;
}

.feature-section{
    padding-top: 10px;  
}

.item-list ul li{
    display:block;
}

.form-panel{
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
}

.form-panel input, .form-panel textarea, .form-panel select{
    /*background-color: rgba(255,255,255,0.2);*/
    border: none;
    /*color: #BEC6C9;*/
    color: #666;
    border-radius: 1px; 
    /*background-color: #425a7a;*/
    background-color: #ececec;
}
.form-panel input::-webkit-input-placeholder, .form-panel textarea::-webkit-input-placeholder, .form-panel select::-webkit-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::-ms-input-placeholder, .form-panel textarea::-ms-input-placeholder, .form-panel select::-ms-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::-ms-input-placeholder, .form-panel textarea::-ms-input-placeholder, .form-panel select::-ms-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::placeholder, .form-panel textarea::placeholder, .form-panel select::placeholder{
    color: #BEC6C9;
}

.footer-middle .btn-primary{
    /*background-color: #425a7a;*/
    /*background-color: #ffffff;*/    
    border: 1px solid #BEC6C9;
    /*color: #BEC6C9;*/
}

.form-button{
    font-weight: bold; 
    margin-bottom: 10px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(163,100,197,0.9);
    color: #fff;
    height: 30px;
    width: 90px;
}

.social-media-sec li{
    width: 35px;
    height: 35px; 
    color: #fff;
    border-radius: 100px;
    /*background-color: #2ac8fc;*/ 
    /*background-color: #0e1e33;*/ 
    background-color: #0e1e33; 
    border: 2px solid #2ac8fc;
    border: 2px solid #fff;
    padding: 3px;
    font-size: 20px;
    list-style-type: none;
    display: inline-block;
    /*padding-left: 25px;*/
    transition: 0.8s;
    text-align: center;
}

.social-media-sec li:hover{
    background-color: #fff; 
    color: #2ac8fc;  
    transition: 0.8s;
}

@-webkit-keyframes 
click-wave { 0% {
                 width: 15px;
                 height: 15px;
                 opacity: 0.35;
                 position: relative;
             }
             100% {
                 width: 60px;
                 height: 60px;
                 margin-left: -20px;
                 margin-top: -20px;
                 opacity: 0.0;
                 outline: none;
             }
}
@-moz-keyframes 
click-wave { 0% {
                 width: 15px;
                 height: 15px;
                 opacity: 0.35;
                 position: relative;
             }
             100% {
                 width: 60px;
                 height: 60px;
                 margin-left: -20px;
                 margin-top: -20px;
                 opacity: 0.0;
                 outline: none;
             }
}
@-o-keyframes 
click-wave { 0% {
                 width: 15px;
                 height: 15px;
                 opacity: 0.35;
                 position: relative;

             }
             100% {
                 width: 60px;
                 height: 60px;
                 margin-left: -20px;
                 margin-top: -20px;
                 opacity: 0.0;
                 outline: none;
             }
}
@keyframes 
click-wave { 0% {
                 width: 15px;
                 height: 15px;
                 opacity: 0.35;
                 position: relative;
             }
             100% {
                 width: 60px;
                 height: 60px;
                 margin-left: -20px;
                 margin-top: -20px;
                 opacity: 0.0;
                 outline: none;
             }
}

.category-sec-ul li label{
    font-weight: 300;   
}
.category-sec-ul li label:hover{
    color: #000;
    cursor: pointer;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #cbd1d8;
    border: none;
    outline: none;
    position: relative;
}

/*.option-input:hover { background: #9faab7; }*/

/*.option-input:hover { background: #AC73CA;  border: none; outline: none;}*/
.category-sec-ul li:hover .option-input::before {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 25px;

}

.category-sec-ul li:hover .option-input::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #AC73CA;
    content: '';
    display: block;
    position: relative;
    z-index: 100;

}
.option-input:checked {
    background: #AC73CA;
}
/*.option-input:hover::before {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 25px;

}

.option-input:hover::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #AC73CA;
    content: '';
    display: block;
    position: relative;
    z-index: 100;

}*/


.hr-heading-sec-left{
    border: 0;
    height: 1px;
    background: #585858;
    background-image: linear-gradient(to right, #ccc, #585858,#585858);
}

.hr-heading-sec-right{
    border: 0;
    height: 1px;
    background: #585858;
    background-image: linear-gradient(to right,#585858, #585858, #ccc);
}

.all-icon-sec{
    margin-top: 30px;
    color: #6DDEB3;
    font-size: 20px;
}
.all-icon-sec a{
    color: #6DDEB3;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
.brand-box{
    min-height: 70px;
    /*min-width: 100%;*/
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

.brand-box ul li {
    padding-top: 15px;
    list-style: none;
    right:0px;
    position: relative;

    -webkit-animation:brand-movement 15s linear infinite;
    -moz-animation:brand-movement 15s linear infinite;
    -o-animation:brand-movement 15s linear infinite;
    animation: brand-movement 15s linear infinite; 
}

.brand-box ul li:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.brand-box ul li a img{
    padding-left: 15px;
    padding-bottom: 5px;
    height: 40px;
    widht: 100px;
}

@-webkit-keyframes brand-movement {
    0% {right:0%; left: 100%; }
    50%{right:50%; left: 50%;}
    100% {right:100%; left: 0%;}

}

@-moz-keyframes brand-movement {
    0% {right:0%; left: 100%; }
    50%{right:50%; left: 50%;}
    100% {right:100%; left: 0%;}

}

@-o-keyframes brand-movement {
    0% {right:0%; left: 100%; }
    50%{right:50%; left: 50%;}
    100% {right:100%; left: 0%;}

}

@keyframes brand-movement {
    0% {right:0%; left: 100%; }
    50%{right:50%; left: 50%;}
    100% {right:100%; left: 0%;}

}

@media screen and (max-width: 767px) {
    .navbar {
        background-color: #f1f1f1;
    }
    /*.category-box {*/
    /*border-right: solid #fff;*/
    /*width: 107px !important;*/
    /*}*/
}
.footer-t{
    overflow: auto;
}
.div-style{
    animation: animate-div 1s ease-out;

}

@keyframes animate-div{
    0% { transform: translateY(20px);}
    100% {transform: translateY(0px);}
} 



.login-tag{
    min-width: 50%;
    margin-top: -5px;
    margin-left: -1px;
    border-radius: 0px;
}

.login-tag-txt{
    font-weight: bold;
    color: #965DB5;
}

.login-tag-txt:hover{
    color: #965DB5;  
}
.log-panel{
    padding: 10px;
    /*line-height: 30px;*/
}
.log-panel label *{
    display: inline-block;
    font-weight: 100;
}

.log-panel .txt-header, .txt-header{
    color: #6DDEB3;
    font-weight: inherit;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.label-txt{
    color: #585858;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

.icon-bg span{
    background-color: transparent;
    border:none;
}

.panel-login{
    margin-top: 10px;
    font-size: 15px;
    line-height: 40px;
}

.login-title{
    font-size: 30px;
    text-align:center;
    /*font-family:Chaparral Pro;*/
    font-weight: lighter;
    padding-bottom: 15px;
}

.login-title-sub{
    font-size: 18px;
    color: #7f8d96;
    text-align:center;
    /*font-family:Chaparral Pro;*/
    padding-bottom: 10px;
    font-style: italic;

}

.panel-login-txt{
    margin-top: -50px;
    margin-left: 80px;
    color: #7f8d96; 
    font-size: 14px;
}

.txt-password{
    font-size: 11px;
    color: #6DDEB3;
    margin-left: 20px;
}

.img-animate{
    position: relative;
    left: 0px;
    animation: moving-icon 1s ease-out;
    -webkit-animation: moving-icon 1s ease-out;
    -o-animation: moving-icon 1s ease-out;
    -moz-animation: moving-icon 1s ease-out;
}

@keyframes moving-icon{
    0% {left:-20px;}
    100% {left:0px;}
}
@-webkit-keyframes moving-icon{
    0% {left:-20px;}
    100% {left:0px;}
}
@-o-keyframes moving-icon{
    0% {left:-20px;}
    100% {left:0px;}
}
@-moz-keyframes moving-icon{
    0% {left:-20px;}
    100% {left:0px;}
}

.navbar-sec{
    padding: 0px;
    /*    padding-top: 15px;
        padding-bottom: 15px;*/
    z-index: 1001;
    position: fixed;
    width: 100%;
    transition: 1s;
    background-color: #fff;
    box-shadow: 0.5px 0px 12px #999;
    /*height: 80px;*/
    height: 100px;
}
/*.navbar-sec.load{
        padding-left: 5px;
        padding-right: 5px;
    transition: 0.2s ease;
    transform: translate(-0.5em,0);
}*/
.navbar-sec.scroll-top{
    box-shadow: 0.5px 0px 8px #888;
    /*background-color: rgba(55,180,231, 0.90);*/
    /*background-color: rgba(255,255,255, 0.90);*/
    /*background-color: rgba(241,241,241, 0.90);*/
    /*color: #fff;*/
    /*height: 60px;*/
    /*height: 120px;*/
    /*height: auto;*/
    height: 95px;
    margin-top: 0px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*transition: 0.2s ease;*/
    /*border-bottom: 2px solid #6DDEB3;*/
}

.navbar-sec.scroll-bottom{
    background-color: #fff;
    /*transition: .2s ease;*/
}

.nav-logo{
    /*margin-top: -20px;*/
    display: inline;
}
.nav-logo:hover{
    text-decoration: none;
}

/*.nav-logo h3 *{
    display: inline;
}*/

.nav-logo img{
    height: 70px; 
    margin-top: -30px;
}
/*.nav-logo.scroll-top{
    padding-left: 15px;
    transition: 0.2s ease; 
}
.nav-logo.scroll-bottm{
    padding-left: 0px;
    transition: 1s ease; 
}*/


.nav-menu.scroll-top{
    padding-right: 0px;
    /*transition: 0.2s ease;*/
}
.nav-menu.scroll-bottom{
    padding-right: 0px;
    /*transition: 0.2s ease;*/
}

.navbar-sec ul li a{
    color: #555;
    /*    padding-top: 8px;
        padding-bottom: 8px;*/
    font-weight: 100;
    transition: .5s;
    /*box-shadow: 0px 3px 0px #fff;*/
    font-size: 13px;
}
/*.navbar-sec ul li a.scroll-top{
    color: #3a3a3a;
}*/

/*.navbar-sec ul li a.scroll-top:hover{
    color: #3a3a3a;
}*/

.navbar-sec ul li a:hover, .nav-menu a.hover, .nav-menu a.active{

    /*box-shadow: inset 2px 2px 2px #6DDEB3;*/
    color: #F66548;
    text-decoration: none;
    /*background-color: #f7f8fa;*/
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*box-shadow: 0px 3px 0px #6DDEB3;*/

}
.nav-menu li{
    /*    padding-left: 10px;
        padding-right: 10px;*/
    margin-right: 66px;
}
.nav-menu a{
    font-weight: 100;
}
.navbar-form-sec{
    /*margin: 0px 10px;*/  
    margin: 0px;  
    display: inline-block; 
    /*opacity: 0.9;*/ 
    /*background-color: #eee;*/
    background-color: #fff;
    color: #666; 
    border: 2px solid #6DDEB3; 
    z-index: 10;
    border-radius: 5px 7px 5px 5px;
    margin-top: 3px;
}
.navbar-form-sec *{
    display: inline;
}
.navbar-form-sec .dropdown-menu-cat-link{
    padding: 10px;
    height: 40px;
    border-right: 1px solid #ccc;
}
.dropdown-menu-cat{
    display: none;
    margin-left: 0px;
    width: 800px; 
    height: 500px; 
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #f7f8fa;
}
.dropdown-menu-cat-link:hover .dropdown-menu-cat{
    display: inline;
}

/*diyan start*/
.dropdown-submenu_one{
    margin: 0px 0 0;

}
.dropdown-submenu_one .dropdown-submenu a{
    color: #555;  
}

.dropdown:hover .dropdown-submenu_one {display: block;}
/*edit by diyan end*/

.navbar-form-sec input{
    width: 450px;  
    height: 40px;
    padding: 10px;
    /*background-color: #eee;*/ 
    background-color: #fff; 
    border: none; 
    color: #666;
    /*border-bottom: 2px solid #eee;*/
    /*    border-bottom: 2px solid #fff;*/
    border-radius: 2px 0px 0px 2px;

}
.navbar-form-sec input:focus{
    outline: none;
    background-color: #fff;
    opacity:1; 
    /*border-bottom: 2px solid #6DDEB3;*/
    transition: 1s;

}
.navbar-form-sec .navbar-form-btn{
    background-color: #6DDEB3;
    height: 40px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 14px;
    cursor: pointer;
    margin-right: -1px;

}

.navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
    height: 42px;
    border-radius: 21px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 8px;
    width:  200px;
    color: #fff;
    /*border: 2px solid #F66548;*/
} 

.navbar-sec a.btn-navbar.btn-sub-theme:hover{ 
    color: #F66548;
    background-color: #fff;
    /*border: 2px solid #F66548;*/
    box-shadow: none;
}
.navbar-sec a.btn-navbar.btn-theme:hover{ 
    color: #6DDEB3;
    background-color: #fff;
    /*border: 2px solid #F66548;*/
    box-shadow: none;
}

.cart-menu{
    background-color: #fff;
    padding: 15px 15px;
}
.cart-menu:hover{
    text-decoration: none;
}


.cart-dropdown{
    background: #fff;
    display: none;
    width: 400px;
    position: absolute;
    top: 20px;
    z-index: 10001;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 2px;
    margin-left:-300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-bottom: 3px solid #6DDEB3;

}
.cart-dropdown .alert{
    padding: 3px 10px;
}
.cart-dropdown ul{

    list-style: none;
    padding-left: 0px;
    max-height: 250px;
    overflow-y: auto;
    color: #444;
    margin-bottom: 5px;
}
ul li:hover .cart-dropdown{
    z-index: 10001;
    padding: 10px;
    display: block;	/* Display the dropdown */
}

.cart-dropdown li{
    padding-bottom: 3px;
}
.cart-dropdown li *{
    display: inline;
}
.cart-dropdown li .light-txt{

}

.cart-dropdown li:hover{
    color: #333;
    background-color: #f1f1f1;
}


.cart-align{
    /*padding-top: 10px;*/
    padding-bottom: 20px;
    text-align: center;
}

.cart-align a.btn-primary{
    color: #fff;    
}
.cart-menu-sec{
    /*width: 250px;*/
    padding: 0px;
    margin: 0px;
    top: 200px;
    list-style: none;
    margin:0px; 
    padding:0px; 
    padding-top: 10px;
}
.cart-menu-sec img{
    max-height: 80px;
    max-width: 80px;
}
.cart-menu-sec .cart-menu-link-sec{
    /*background-color: #6DDEB3;*/
    /*background-color: #2dc6c1;*/
    background-color: #fff;
    text-align: center;
    /*height: 50px;*/
    /*width: 100px;*/
    /*margin-left: 15%;*/
    /*height:48px;*/
    /*border-bottom: 2px solid #FF4747;*/
    /*color: #FF4747;*/
    font-weight: bold;
    /*padding: 0px 5px 0px 5px;*/
}
.cart-menu-sec .cart-menu-link-sec:hover{
    background-color: #fff;
    text-align: center;
    /*color: #6DDEB3;*/
    /*color: #FF4747;*/
    /*border-bottom: 2px solid #FF4747;*/
}
/*.cart-menu-sec .cart-menu-link-sec:hover .cart-menu-link{
    color: #FF4747;

}*/
.cart-menu-sec .cart-menu-link-sec .cart-menu-link{
    /*color: #FF4747;*/
    /*    padding-top: 10px;
        margin-top: 5px;
        padding-bottom: 30px;*/
    text-decoration: none;
    /*font-size: 14px;*/
    /*padding-left: 10px;*/
}
/*.cart-menu-sec .cart-menu-link-sec .cart-items-count{
    display: block;
    border-top: 1.4px solid #fff;
    padding: 0px;
}*/

.cart-menu-qty{
    font-size: 16px;
    position: absolute;
    top: 15px; 
    left: 195px;
}
.cart-menu-count-sec img{
    height: 30px;
}
.cart-dropdown-cancel{
    font-size: 30px;
}
.cart-qty{
    font-size: 12px;
    font-weight: bold;
    color:#fff;

    /*    background-repeat: no-repeat;
        background-image: url(../../../assets/img/cart-gry.png);*/
}

.cart-qty-purc{
    /*margin-left: -18px;*/
    font-size: 18px;
    text-align: center;
    color: #dc4b3a; 
    /*    background-color: #F66548;
        padding: 5px;
        border-radius: 5px;*/
    font-weight: 600;
}


/*cart process*/
.cart-process-sec{
    text-align: center;
    margin-top: 20px;
}
.cart-process {
    margin-left: 20px;
    width: 120px;
    height: 50px;
    color:#777;
    padding-top:15px;
    background: #f1f1f1;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    min-height: 10px;
    text-align: left;

}

.cart-process-active {
    margin-left: 20px;
    width: 120px;
    font-weight: 700;
    height: 50px;
    color:#fff;
    padding-top:14px;
    /*background: #25BBB6;*/
    /*background: #2ac8fc;*/
    background: #2dc6c1;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    min-height: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.cart-process i{
    padding-right: 5px;
    font-size: 20px;
    padding-left:1px;
}

.cart-process-active i{
    padding-right: 5px;
    font-size: 20px;
    padding-left:1px;
}
.cart-process-active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    /*    border-color: transparent transparent transparent #25BBB6;
        border-color: transparent transparent transparent #2ac8fc;*/
    border-color: transparent transparent transparent #2dc6c1;
    border-style: solid;
    border-width: 25px;
}
.cart-process-active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 25px;
}

.cart-process:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f1f1f1;
    border-style: solid;
    border-width: 25px;
}
.cart-process:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 25px;
}

.cart-ul{
    list-style: none;
    margin-bottom:30px;

}


/*cart remove button*/
.remove-button{
    color: #C988EC; 
    font-size: 15px;
}

.cart-item th{
    letter-spacing: 1px;
    color:#666;
}

.icon-align-left{
    font-size: 10px;padding-right:5px;  
}

.icon-align-right{
    font-size: 10px;padding-left:5px; 
}

/*customer delivery address page*/

.delivery-heading-txt{
    font-size: 16px;
    color: #666;
    padding-bottom: 20px;
}
.delivery-heading-txt:hover{
    transition-delay: 0.5s ease;
    color:#FE5F01;
    cursor: pointer;
}

.common-heading-txt{
    font-size: 18px;
    color: #666;
    padding-bottom: 20px;
}

.address-field-sec{
    padding:15px !important;
    border:1px  solid #ddd;
    margin-bottom: 20px !important;
}

/*payment image */
.payment-image{
    padding-top: 60px;
    font-size:14px;
    text-align: justify;
    color: #666;
}

.navbar-top-sec{
    height: 28px;
    margin-bottom: 10px;
    padding: 0px 15px;
    /*background-color: #2b3c08;*/
    /*background-color: #202c3b;*/
    background-color: #6DDEB3;
    transition: 1s;
}
.navbar-sec.scroll-top .navbar-top-sec{
    /*margin-bottom: 0px;*/
    /*transition: 0.2s ease;*/
}

.navbar-top-sec a{
    font-size: 13px;
    color: #fff;
}
.navbar-top-sec li{
    padding: 0px 15px;
}

.navbar-top-sec ul li a{
    color: #fff;    
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 350px;
    /*height:200px;*/
    padding:30px;
    right:0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-bottom: 3px solid #6DDEB3;
}
.dropdown-content label *{
    display: inline;
}
.dropdown:hover .dropdown-content, .dropdown-content:hover {
    display: block;
}


/*menu link effect*/
/* Shutter Out Horizontal */
.hvr-shutter-effect {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6DDEB3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-effect.white-effect:before{
    background: #fff;
}
.hvr-shutter-effect:hover, .hvr-shutter-effect:focus, .hvr-shutter-effect:active {
    color: #fff;
}
.hvr-shutter-effect:hover:before, .hvr-shutter-effect:focus:before, .hvr-shutter-effect:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*end menu link effect*/


.center-sec{
    padding-top:20px;
    padding-bottom: 15px;
    /*margin-left: 12%;*/
    margin: 0px auto;

}
.center-inner-page-sec{
    padding-top:95px;
    padding-bottom: 15px;
    margin: 0px auto;
    width: 88%;
    padding-bottom: 20px;


}


.container-fluid.light-grey-sec{
    margin-top: -4px;
    position: relative;
}

.slider-sec{
    box-shadow: inset 2px 2px 10px 20px #fff;
}

.home-content-sec{
    /*background-color: #fff;*/
    width: 99%;
    border-radius: 2px;
    /*box-shadow: 1px 1px 2px #ddd;*/
}

.home-heading-sec{
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 24px;
    /*font-weight: 600;*/
    /*color: #6DDEB3;*/
    text-transform: uppercase;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;

}
.home-heading-sec a{
    color: #7f8d96;
    text-decoration: none;
}
.home-heading-sec a:hover{
    color: #555;
}

.home-body-sec{
    text-align: justify;
}

.row-theme-sec{
    background-color: #6DDEB3;
    background-image: linear-gradient(to right, #6DDEB3, #197faa,#32b8f2);
    color: #fff;
}
.row-sub-theme-sec{
    background-color: #0ba5a0;
    background-image: linear-gradient(to right, #0ba5a0, #0c7f7b,#06e0d9);
    color: #fff;
}
.row-white-sec{
    background-color: #fff;
}
.row-light-grey-sec{
    background-color: #f7f8fa;
}

.row-theme-sec .home-heading-sec, .row-sub-theme-sec .home-heading-sec{
    color: #fff;

}
.row-theme-sec .hr-heading-sec-left, .row-sub-theme-sec .hr-heading-sec-left{
    background-image: linear-gradient(to right, #ccc, #fff,#fff);
}

.row-theme-sec .hr-heading-sec-right, .row-sub-theme-sec .hr-heading-sec-right{
    background-image: linear-gradient(to right,#fff,#fff, #ccc);
}

.home-items-row{
    /*    margin-top: 15px;
        margin-bottom: 15px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-items-row-left-sec ul{
    padding-left: 0px;
    padding: 15px 0px;
}

.home-items-row-left-sec ul li{
    list-style: none;
    padding: 10px;
    margin-left: 0px;
    font-size: 15px;
}
.home-icons-row{
    margin-top: 0px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-icons-row .heading-txt{
    font-size: 20px;
}

.div-animate-style{
    text-align: center;
    font-size: 15px;
    /*font-weight:650;*/
    font-style: italic;
    color: #7f8d96;
}

.div-animate-style i{
    color:#7f8d96;
}

.home-item-full-sec {
    /*text-align: justify;*/
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
    margin:0px auto;
    height: 430px;
    /*display: inline-block;*/
}
.home-item-full-sec li{
    display: inline-block;
    text-align: center;
}

.home-item-sec, .item-ind-sec {
    position: relative;
    background-color: #fff;
    /*box-shadow: inset 0px -2px 0px  #fff;*/
    /*border-top: 2px solid #fff;*/
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    text-align: center;
    /*    margin: 0px auto;
        margin-right :0px;*/
    /*    margin-right: 10px;
        margin-left: 10px;*/
    margin: 0px auto;
    margin-bottom: 30px;
    /*        width: 210px;
            width: 190px;*/
    width: 200px;
    height: 440px;
    overflow: hidden;


    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;

}
.row-white-sec .home-item-sec {
    border: 1px solid #eee;
}
.home-item-sec:hover .item-top-sec img{
    transform: scale(1.03);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.home-item-sec:hover, .item-ind-sec:hover{
    background-color: #eee;
    /*border-top: 2px solid #6DDEB3;*/
    border-bottom: 2px solid #6DDEB3;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.home-item-sec a, .item-ind-sec a{
    text-decoration: none;

}

.item-top-sec{
    padding: 5px;
    /*border-bottom: 1px solid #eee;*/
    height: 365px;
    color: #444;
    font-size: 13px;
    line-height: 22px;

}
.item-top-sec-link{
    text-decoration: none;
    color: #555;
}
.item-top-sec-link:hover{
    text-decoration: none;
    color: #000;
}
.item-top-sec strong, .item-top-sec span{
    display: block;
    line-height: 30px;
}
.item-top-sec img{
    max-width: 130px;
    max-height: 195px;
    margin: 0px auto;
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.item-bottom-sec{
    padding: 5px; 
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*height: 65px;*/
    height: 65px;
}

.item-ind-sec{
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
}
.item-ind-sec .item-top-sec img{
    border: none;
}

.left-menu-icon-full-sec{
    text-align: center;
    margin-top: 10px;
    /*padding: 5px;*/
}
.left-menu-icon-full-sec .col-sm-2{
    padding: 0px;
}
.left-menu-icon-sec{
    text-align: center;
    background-color: #f7f8fa;
    margin: 5px;
    padding: 5px;
}
.left-menu-icon-sec a{
    color: #7f8d96;
    color: #555;

    text-decoration: none;
}
.left-menu-icon-sec a:hover, .left-menu-icon-sec a:hover i{
    color: #f66548;
}
.left-menu-icon-sec a *{
    /*display: block;*/
}
.left-menu-icon-sec i{
    font-size: 40px;
    /*color: #b6c0c6;*/
    color: #444;
    color: #6DDEB3;
}

.category-icon-sec, .related-item-sec {
    text-align: center;
}
.category-icon-sec a, .related-item-sec a{
    /*color: #7f8d96;   */
    color: #468dc2;   
    transition: 1s;
}
.category-icon-sec a:hover, .related-item-sec a:hover{
    color: #000;  
    text-decoration: none;
    transition: 1s;
}
.category-icon-sec img{
    height: 60px;
    width: 60px;
    margin: 0px auto;
    border-radius: 30px;
    border: 1px solid #ddd;
    transition: 1s;
}
.category-icon-sec:hover img, .related-item-sec:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.dropdown-menu-cat .category-icon-sec img{
    height: 50px;
    width: 50px;
    border-radius: 25px;
    /*edit by diyan start*/
    height: 37px;
    width: 37px;
    /*edit by diyan end*/
}

.sell-starx a, .sell-starx .my-dropdown{
    display: inline;
}
.sell-starx a{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
}

.related-items-full-sec {
    list-style: none;
}
.related-item-sec {
    line-height: 0px; 
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}
.related-item-sec img{
    max-height: 70px;
    max-width: 70px;
    margin: 0px auto;
    /*border-radius: 80px;*/
    border: 1px solid #ddd;
    transition: 1s;
}

/*.item-bottom-sec a{ 
    text-decoration: none;

    margin-bottom: 10px;
    font-size: 12px;
    background-color: #6DDEB3;
    color: #fff;
    border: 1px solid #6DDEB3;
    height: 40px;

    padding: 8px;    

}
.item-bottom-sec a:hover{ 
    background-color: #fff;
    color: #6DDEB3;

    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}*/
.item-bottom-sec button{
    margin-bottom: 10px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(163,100,197,0.9);
    color: #fff;
    height: 30px;
    width: 90px;
    padding: 5px;
}

.item-more-info{

}


.item-map{
    font-size: 12px;
    padding: 12px;
    letter-spacing: 1px;
}

.item-map li a{
    color: #6DDEB3;
    font-weight: bold;
}

.img-item{
    margin-top: 13px;
    border:1px solid #fff;
    position: relative;
    overflow: hidden;
    /*width: 250px;*/ 
    /*height: 350px;*/
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.img-item:hover{
    transform: scale(1.02);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.item-sub-img-sec {
    background-color: #f7f8fa;
}
.item-sub-img-sec img{
    display: inline;
    width: 65px;
}


.item_title{
    color:#333;
    font-style: normal;
}

.item_price{
    color:#D9534F; 
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.item-delievery-est-sec{
    background-color: #ddd;
    color: #555;
    font-weight: bold;
    padding-left: 5px;
    /*    border-left: 2px solid #F66548;
        border-right: 2px solid #F66548;*/
}
.item-delievery-est-sec input{
    border: none;
    border-bottom: 2px solid #F66548;
    border-top: 2px solid #F66548;
    padding: 6px ;
    width: 220px;
    margin-left: 10px;
}

.important-field{
    color: #ff007f;
    font-size: 20px;
    font-style: normal;
}
/**checkout*/

.cart-table .td-remove{
    padding-top: 3px;
    width: 50px;
}
.cart-table .td-remove a{
    color: #f66548; 
    font-size: 25px;

}
.cart-table .td-qty .form-control{
    width: 50px; 
    border:1px solid #6DDEB3;
}
.cart-table .td-qty .input-group-addon{
    background-color: #6DDEB3;
    border:1px solid #6DDEB3;
    color: #fff; font-size: 13px; 
    width: 40px; 
    height:30px;
}
.top-cart-btns, .cart-qty-multiply{
    display: none;
}
/**end checkout*/

/*
.front-head{
    height: 40px;
    padding-top: 3px;


}

.front-head {
    font-size: 21px;
    padding: 3px;
    border: none;
    background: none;
}

.front-body{
    padding-top: 10px;
    padding-bottom: 10px;
}

.adavnce-serach-left{
    border-right: 1px solid #ccc;
}

.gallery-item-img{
    border: 1px solid #CAC6C6;
    width: 140px; 
    height: 220px;
}

.txt-heading{
    color: #333;
}

.light-grey-sec-o{
    background-color: #f2f2f2;
}*/

/*prescription*/
.prescription-full-sec{
    margin-top: 10px;
    margin-bottom: 30px;
}
.prescription-banner-sec{
    background-image: linear-gradient(210deg,#15eae7 0, #6DDEB3  70%,#6DDEB3);
    padding: 60px 10px;
    color: #fff;
    border-radius: 100px 0px 0px 0px;
    min-height: 900px;
    font-size: 16px;
}
.prescription-banner-sec i{
    margin-right: 10px;
}
.prescription-upload-sec{
    background-image: linear-gradient(330deg,#ccc 0, #fff  50%,#fff);
    padding: 30px;
    border-radius: 0px 0px 100px 0px;
    min-height: 500px;
    min-height: 900px;
}
.prescription-img-sec{
    display: none;
    background-color: #F7F8FA;
}
.prescription-img-sec div i{
    font-size: 25px;
    cursor: pointer;
    color: #bbb;
}
.prescription-img-sec div{
    display: inline-block;
    height: 100px; 
    width: 100px;
}
.prescription-img-sec img{
    height: 100px; 
    width: 100px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 3px;
}
/*end prescription*/

/*user account*/
.user-icon-sec{
    color: #666;
    color: #6DDEB3;
    margin: 0 auto;
    background-color: #f1f1f1;
    /*box-shadow: 0.5px 0.5px 3px #ccc;*/
    padding: 25px;
    /*text-align: center;*/
    vertical-align: central;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    /*margin-left: 13%;*/
    height: 100px;
    border-left: 3px solid #6DDEB3;
    /*width: 30%;*/
    /*display: inline-block;*/

}

.user-icon-sec:hover{

}

a.user-icon-link{
    font-size: 20px;
    color: #666;
    text-decoration: none;
    padding-top: 20px;
}
a.user-icon-link:hover{
    color: #6DDEB3;
}

.user-icon-sec a{
    color: #666;
    color: #6DDEB3;
    text-decoration: none;
}


.user-icon-sec a:hover{
    color: #888;
    box-shadow: none;

    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.user-icon-sec i{
    font-size: 40px;
}

.start-rating{
    font-size: 12px;
}

.glyphicon-star{
    color: #ffc200;
}

.start-rating .colored{
    background-color: yellow;
}

.available-book{
    color: #117211;
}

.unavailable-book{
    color: #c45858;
}

.home-book-menu{
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    box-shadow: 1px 1px 2px #ccc;
    border-radius: 2px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
    text-decoration: none;

}

.home-book-menu:hover, .home-book-menu.active{
    text-decoration: none;
    background-color: #2197c5;
    /*background-color: #1cb8f6;*/
    /*background-color: #666;*/
    color: #fff;
    transition: 1s;
    font-size: 21px;

}



@media only screen and (max-width: 1200px) {
    .page-inner-sec{
        margin: 0px auto;
        width: 100%;
    }

    .nav-item{
        display: none;
    }

    /*.category-box {*/
    /*border-right: solid #fff;*/
    /*width: 159px !important;*/
    /*}*/
}
@media only screen and (max-width: 900px) {
    .user-icon-sec{
        font-size: 16px;
    }

    .user-icon-sec i{
        font-size: 22px;
    }


}


/*footer*/
.footer-up-sec{
    background: #6DDEB3;
    background: #E8E8E8;
    height: 3px;
    margin-top: 5px;
}
.footer-up-sec-second {
    background: #7b47c1;
    height: 3px;
}


.footer-middle{
    /*background: #22354f ;*dark*/
    background: #fff ;/**dark*/
    /*    background: #E8E8E8 ;*light grey
        background: #ddd ;*light grey*/
    /*background-image: linear-gradient(270deg,#ddd 0, #eee 50%,#eee);*/
    font-family: Tahoma;
    min-height: 400px;
    /*color: #666;*/
    /*border-top: 3px solid #fff;*/
    line-height: 30px;

    /*background-color: #2B3340;*/
    /*border-top: 3px solid #fff;*/
    /*font-size:15px;*/
    /*    color: #f66548;*/
    /*color: #BEC6C9;*/
    color: #666;
}
.footer-middle a{
    color: #f3f3f3;
    /*color: #BEC6C9;*/
    color: #666;
    text-decoration: none;
    transition: .5s;
    padding-left: 0px;

}
.footer-middle a:hover{
    color:#6DDEB3;
    color:#6DDEB3;
    text-decoration: none;
    transition: .5s;
    padding-left: 3px;
}
.footer-middle li{
    color: #f2f2f2;
    /*color: #BEC6C9;*/
    color: #666;
    padding-left: 5px;
    list-style: none;
    line-height: 30px;
}

.footer-sub-txt {
    color: #bbb;
    color: #666;
    padding-left: 45px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-size: 13px;
}

.footer-middle li h5{
    padding-top: 10px;
    font-size: 14px; 
    /*border-bottom: 1px solid #BFD4D5;*/
    height: 35px;
    /*margin-bottom: 10px;*/

}
.footer-middle li hr{
    margin-top: 0px;

}

.footer-bottom{
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
    background-color: #fff;
    background-color: #0e1e33;
    /*border-top: 3px solid #fff;*/
    font-size:15px;
    color: #f66548;
    color: #BEC6C9;

}




/*qatarebuy.com style*/
.profile-sec{
    /*display: block;*/
    margin-bottom: 20px;
    background-color: #f7f8fa;
    border-top: 2px solid #F66548;
    border-bottom: 2px solid #F66548;
    padding: 5px;
}
.profile-img-sec{
    text-align: center;
}
.profile-img-sec img{
    max-width: 220px;
    max-height: 160px;
}
.profile-sec h2 {
    font-size: 20px;
}

.latest-update-sec{
    margin: 0px;
    padding: 3px;
    text-align: center;
    background-color: #ccc;
    margin-top: -10px;
    height: 62px;
}
.latest-update-sec strong{
    color: #333;
}
.latest-update-sec input{
    display: inline;
    width: 160px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 3px;
    height: 30px;
}
.latest-update-sec button{
    width: 50px;
    height: 30px;

}

.deal-label{
    background-color: #76BC42;
    color: #fff;
    margin: 0px auto;
    width: 80px;
    height: 30px;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    text-align: center;
    top: 15px;
    padding: 3px 6px;
    text-align: center;
    font-size: 16px;

}
.deal-label span{
    line-height: 25px;
}
.deal-label small{
    font-size: 12px;
    color: #000;
}

.img-cod-label{
    background-color: #FF4747;
    color: #fff;
    margin: 0px auto;
    width: 160px;
    height: 45px;
    /*height: 22px;*/
    transform: rotate(320deg);
    border-radius: 0px;
    position: absolute;
    text-align: center;
    left: -62px;
    top: -10px;
    /*top: 20px;*/
    padding: 0px;
    /*padding-top: 2px;*/
    text-align: center;
    /*font-size: 13px;*/
    font-size: 13px;
    line-height: 0px;
    padding-top: 10px;
    /*padding-left: -2px;*/
    /*padding-top: 0px;*/
    /*font-weight: bold;*/
    /*padding-left: 20px;*/

}
.img-cod-label span{
    line-height: 18px;
}

.other-page{
    line-height: 25px;
    color: #666;
}
.page-title{
    color: #6DDEB3;
    font-size: 22px;
}

.customer-dashboard-menu{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.customer-dashboard-menu a{
    padding: 15px 20px;
    color: #6DDEB3;
    font-size: 14px;
}
.customer-dashboard-menu a:hover, .customer-dashboard-menu a.active{
    background-color: #eee;
    border-bottom: 2px solid #6DDEB3;
    text-decoration: none;
}

.customer-dashboard-menu-mobile{
    text-align: center;
}
.customer-dashboard-menu-mobile *{
    display: inline-block;
}
.customer-dashboard-menu-mobile a{
    padding: 5px 10px;
    text-decoration: none;
    /*background-color: #f7f8fa;*/
    color: #7f8d96;
    transition: 1s;
}
.customer-dashboard-menu-mobile a:hover{
    color: #000;
    transition: 1s;
}
.customer-dashboard-menu-mobile a *{
    display: inline-block;
}
.customer-dashboard-menu-mobile i{
    font-size: 30px;
}

/*end qatarebuy.com style*/


/*theme color = #6DDEB3*/
.btn-theme{
    border: 2px solid #6DDEB3;
    background-color: #6DDEB3;
    color: #fff;
    padding: 6px;
    /*border-radius: 1px;*/
}
.btn-theme:hover{

    color: #6DDEB3;
    background-color: #fff;
    text-decoration: none;

    transition: 1s;

}
.btn-theme-o{
    border: 2px solid #6DDEB3;
    background-color: #fff;
    color: #6DDEB3;
}
.btn-theme-o:hover{
    color: #fff;
    background-color: #6DDEB3;
    text-decoration: none;
    transition: 1s;

}

.btn-sub-theme{
    border: 2px solid #F66548;
    background-color: #F66548;
    color: #fff;
}
.btn-sub-theme:hover{
    color: #F66548;
    background-color: #fff;
    text-decoration: none;
    transition: 1s;
}

.btn-sub-theme-o{
    border: 2px solid #F66548;
    background-color: #fff;
    color: #F66548;
}
.btn-sub-theme-o:hover{
    color: #fff;
    background-color: #F66548;
    text-decoration: none;
    transition: 1s;
}

.btn-sec {
    margin: 20px 0px;
    background-color: #f5f5f5;
    padding: 15px;
    /*text-align: right;*/
}
.btn-sec *{
    margin-left: 10px;

}
.align-right {
    text-align: right;
}

.more_text, .read_less{
    display: none;
}


/*classified items*/
.item-listup{
    list-style-type: none;
    margin: 0px auto;

}

.item-search-sec{
    width:230px;
    border:2px solid #fff;
    text-align: center;
    display: inline-block;
    line-height: 25px;

    background-color: #f7f8fa;
    margin: 20px 20px;
    padding: 15px;


}

.item-search-sec:hover{
    border:2px solid #6DDEB3; 
    transition: 1s;
    -moz-transition: 1s;
    -wekbit-transition: 1s;
    -o-transition: 1s;
}

.item-search-sec-top{
    height: 330px;
    position: relative;
}
.item-search-sec-bottom{

}

.item-search-sec a img{
    margin:0 auto; 
    padding-bottom: 20px;

    /*width: 210px;*/
    width: 200px;
    height: 200px;

}

.item-listup-title{
    color:#555;
}

.lg-margin-top{
    margin-top: 110px;
}

.home-bottom-info{
    height: 200px;
    /*text-align: center;*/
    padding-top: 15px;
    padding-bottom: 80px;
    text-align: center;
    /*background-color: #6DDEB3;*/
    background-image: linear-gradient(270deg,#F66548 0, #9b2651 50%,#eab2c6);
    background-image: linear-gradient(270deg,#6DDEB3 0, #ff9456 50%,#6DDEB3);
    color: #fff;
    margin-bottom: -15px;

}
.home-bottom-info h3{
    font-size: 35px; 
    color: #fff;
    /*font-weight: bold;*/
    font-family: monospace;
    line-height: 40px;
}
.home-bottom-info h3 *{
    display: inline;
    /*text-shadow: 30px 25px 4px #f1f1f1;*/
}

.home-bottom-banner{
    height: 350px;
    background-image: url('../../img/baby_bg.jpg');
    background-repeat: no-repeat;

    /*text-align: center;*/
    padding-top: 80px;
    padding-bottom: 80px;

    position: relative;
    overflow: hidden;


}

.home-bottom-banner .btn-banner{
    width: 220px;
    height: 50px;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 20px;
}
.home-bottom-banner-sub{
    position: absolute;
    opacity: 0.2;
    bottom: 40px;
    text-align: center;
    margin-left: 400px;
    /*zoom: 0.6;*/
    /*line-height: 200px;*/

}
.home-bottom-banner-sub h3{
    line-height: 30px;
}

.slider-txt1{

}

.slider-txt2{
    position: absolute;
    opacity: 0;
    text-align: center;
    margin-left: 400px;
    bottom: 40px;
    zoom: 0.85;
}




@keyframes home-bottom-banner-move{
    0% {padding-bottom:0px;}
    100% {padding-bottom:200px;}
}
@-webkit-keyframes home-bottom-banner-move{
    0% {padding-bottom:0px;}
    100% {padding-bottom:200px;}
}
@-o-keyframes home-bottom-banner-move{
    0% {padding-bottom:0px;}
    100% {padding-bottom:200px;}
}
@-moz-keyframes home-bottom-banner-move{
    0% {padding-bottom:0px;}
    100% {padding-bottom:200px;}
}


.sidemenu-form-sec{
    margin: 0px auto;  
    display: inline-block; 
    color: #666; 
    /*border: 0.5px solid #ddd ;*/
    background-color: #eee;
    display: block;
    box-shadow: 2px 0px 2px #f1f1f1;
    border-bottom: 2px solid #6DDEB3;
}
.sidemenu-form-sec i{
    margin: 5px 10px;
    width: 20px;
    color: #6DDEB3;
    font-weight: bold;
    margin-right: 0px;
    cursor: pointer;
}
.sidemenu-form-sec input{
    height: 40px;
    padding: 5px;
    background-color: #eee; 
    border: none; 
    color: #666;
    width: 85%;
    font-weight: bold;
    font-size: 14px;

}
.sidemenu-form-sec input:focus{
    outline: none;
}
.sidemenu-form-sec input:focus {
    background-color: #fff;
    transition: .5s;
}
.sidemenu-form-sec input:focus .sidemenu-form-sec {
    border-bottom: 2px solid #555;
}

#arrow-down, #arrow-up{
    margin-left: 10px; 
    font-size: 16px; 
    width: 18px; 
    height: 18px; 
    border-radius: 9px; 
    /*background-color: #888;*/ 
    color: #6DDEB3;
}
#arrow-down{
    padding: 4.5px 3.5px; 
}
#arrow-up{
    padding: 3.5px 4px; 
}

/*makeen style*/
.front-page-body{

}

.page-inner-sec{
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    /*width: 90%;*/
    background-color: #fff;
}
.other-page-full-sec{
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    /*width: 90%;*/
    background-color: #fff;
}


.page-full-sec{
    min-height: 600px;
}
.banner-full-sec{
    background-color: #fff;
    background-image: linear-gradient(270deg,#B6E2EA 0, #cdeef4 50%,#cdeef4);
    margin-top: -10px;
}
.grocery-banner-full-sec ul li img{
    width: 100%;
    height: 250px;
}
.triangle-bottom:after {
    content:'';
    position: absolute;
    /*top: 100%;*/
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #e15915;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.seller-icons-triangle-right:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:60px solid transparent;
    border-left: 30px solid #eee;
}
.btn-upload-prescription{
    /*background-image: linear-gradient(270deg,#FEC4D5 0, #F66548 50%,#FEC4D5);*/
    border-radius: 50px; 
    font-size: 15px; 
    font-family:  monospace; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.category-icon-full-sec{
    /*padding-top: 5px; diyan*/
    padding-top: 10px;
    /*background-color: #fff;*/
}
.btn-upload-prescription:hover{
    /*background-image: linear-gradient(270deg,#fff 0, #f5f5f5 50%,#fff);*/
}
.btn-upload-prescription img{
    height: 60px; 
    width: 200px; 
    margin-right: 30px; 
    border-radius: 30px;
}
.category-menu-left-sec{
    /*background-color: #f7f8fa;*/
    list-style: none;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}
.category-menu-left-sec ul{
    padding: 0px;
    margin: 0px;
}
.category-menu-left-sec li{
    padding: 10px 10px;
    list-style: none;
    border-left: 3px solid #fff;
    transition: .5s;

    /*border-right: 3px solid #fff;*/
    /*    margin-left: 0px;
        padding-left: 0px;*/

}
.category-menu-left-sec li:hover, .category-menu-left-sec li.active{
    background-color: #e2e2e2;
    border-left: 3px solid #6DDEB3;
    padding-left: 12px;
    transition: .5s;
    /*border-right: 3px solid #6DDEB3;*/
}
.category-menu-left-sec li a{

    color: #333;
    text-decoration: none;
}
.category-menu-left-sec li.child-category-menu{
    padding: 10px;
    padding-left: 70px;
    background-color: #eee;
    border-left: 3px solid #ccc;

}
.category-menu-left-sec li.child-category-menu a{
    color: #666;
}
.category-menu-left-sec li.child-category-menu:hover, .category-menu-left-sec li.child-category-menu.active{
    background-color: #e2e2e2;
    border-left: 3px solid #6DDEB3;
    transition: .5s;
    /*border-right: 3px solid #6DDEB3;*/
}
.category-menu-left-sec li img{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
}
.category-menu-left-sec li i{
    padding-right: 15px;
}

.bottom-banner-sec{
    margin-top: 300px;
}

.home-icon-menu-sec .col-sm-3{
    padding: 6px 5px;
}
.home-icon-menu-sec a:hover {
    text-decoration: none;
}
.home-ind-icon-menu{
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    background-color: #f7f8fa;
    background-color: #eee;
    padding: 3px;
    height: 75px;
    width: 100%;
    /*border-bottom: 2px solid #6DDEB3;*/
    color: #6DDEB3;
}
.home-ind-icon-menu i{
    font-size: 38px;
    color: #6DDEB3;
    display: block;
}
.home-ind-icon-menu:hover i{
    color: #fff;
}
.heading-txt{
    font-family: var;
    font-size: 28px;
    /*font-weight: 600;*/
    /*color: #6DDEB3;*/
    /*color: #666;*/
    color: #000;
    margin: 15px 0px;

}
.top-seller-full-sec{
    width: 100%;
    height: 64px;
    overflow: hidden;
    padding: 0px;
    padding-left: 15px;
    padding-right: -15px;
    margin-top: -10px;
    margin-bottom: 0px;
}
.top-seller-sec{ 
    background-color: #fff;
    left: 0px; top: 0px;
    font-size: 14px;
    width: 3000px;

}

.top-seller-sec li img{ 
    height: 60px;
    margin: 2px 20px;
}

.deal-banner-sec{
    /*background-color: #F66548;*/
    background-image: linear-gradient(270deg,#F66548 0,#F66548 47.5%,#a50964);
    color: #fff;
    height: 450px;
    margin: 0px;
    text-align: center;

}
/*End makeen style*/

/*starx style*/
.item-variant-option-select-sec h6{
    margin-top: 15px;
}
.item-variant-option-select-sec .item-variant-ind-sec, .item-variant-option-select-sec .item-variant-option-ind-sec{
    width: 100px;
    height: 60px;
    border: 1px solid #6ddeb3;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    display: inline-table;
    margin-right: 5px;
}


/*End starx style*/



@media only screen and (max-width: 1250px) {

    .brand-box ul li img{
        width: 70px;
        height: 25px;
        padding-left: 5px;
    }
    .navbar-form-sec{
        /*display: none;*/
        /*width: 100%;*/
    }
    .navbar-form-sec input{
        width: 200px;   
    }

    .sidemenu-form-sec input{
        width: 75%;
    }

    .left-menu-icon-sec{
        margin: 2px;
        padding: 2px;
    }
    .left-menu-icon-sec i{
        font-size: 30px;
    }

}

@media only screen and (max-width: 1100px) {
    .home-bottom-banner-sub{
        margin-left: 400px;
    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 18px;
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 18px;
        width: 90px;
        height: 40px;
        padding-top:12px;
        padding-left: 19px;
        font-size: 11px;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 11px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 20px;
    }

}
@media only screen and (max-width: 1000px) {
    .navbar-sec{
        height: auto;
    }
    .navbar-sec.scroll-top{
        height: auto;
    }
    .navbar-sec-grocery{
        height:auto;
    }
    .navbar-sec-grocery.scroll-top{
        height:auto;
    }
    .front-page-body{
        padding-top: 75px;
    }

    .navbar-header{
        text-align: center;
        width: 100%;
    }
    .nav-logo img{
        height: 50px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .nav-menu li{
        display: inline-block;   
    }
    .navbar-form-sec{
        width: 75%;  
        margin: 0px 5px;  
        display: inline-block; 
        /*border: 2px solid #6DDEB3;*/ 
        border: 1px solid #eee; 
        background-color: #eee;
        border-radius: 2px;
    }
    .navbar-form-sec input{
        /*width: 300px;*/  
        width: 75%;  
        height: 32px;
        padding: 10px;
        border-radius: 2px;
        background-color: #eee;

    }
    .navbar-form-sec .navbar-form-btn{
        height: 32px;
        border-radius: 0px 2px 2px 0px;
        padding: 7px 10px;
        float: right;
        clear: both;
        background-color: #eee;
        color: #555;
    }
    .mobile-header-icon-sec *{
        display: inline
    }
    .grocery-banner-full-sec ul li img{
        height: 130px;
    }
    .cart-menu-sec{
        display: inline-block; 
    }
    .navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
        height: auto;
        width:  auto;
        padding: 0px;
        background: none;
        color: #6DDEB3;
        border:none;
        font-size: 0px;
        margin-right: 4px;
        margin-left: 4px;
    } 
    .navbar-sec .btn-navbar i, .navbar-sec a.btn-navbar i{
        font-size: 32px;
    }
    .cart-menu-link small{
        /*background-color: #F66548;*/
        font-size: 13px;
        color: #F66548;
        vertical-align: top;
        border-radius: 8px;
    }
    .cart-qty-purc{
        font-size: 13px;
        color: #6DDEB3;
        font-style: italic;
        margin-right: 4px;
        margin-left: 4px;
    }
    .home-item-sec, .item-ind-sec {
        margin: 0px auto;
    }
    .content-sidemenu-nav-icon{
        display: initial;
    }
    /*    #categoryForm{
            display: none;
        }*/

    .home-bottom-banner-sub{
        margin-left: 340px;

    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 16px;
    } 



}


@media only screen and (max-width: 865px) {

    .navbar-form-sec{
        /*width: 70%;*/  
        /*edit by diyan*/
        width: 80%;  
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 10px;
        width: 65px;
        height: 30px;
        padding-top:9px;
        padding-left: 15px;
        font-size: 8px;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 8px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 15px;
    }
    .user-icon-sec{
        height: 60px;
        padding-top: 15px;
    }

    .cart-table{
        border: none;
        font-size: 12px;
    }
    .cart-table thead{
        display: none;
    }
    .cart-table tr{
        border: none;
        background-color: #f1f1f1;
        border-bottom: 5px #fff solid;
        border-left: 3px #6DDEB3 solid;
    }
    .cart-table td{
        border-top: none; 
        /*height: 160px;*/
    }
    .cart-table .td-img
    {
        width: 80px;
        /*        display: block;*/
    }
    .cart-table .td-img img
    {
        height: 110px;
        min-width: 80px;
    }
    /*sachith edit16*/
    .cart-table .td-name {
        /*font-size: 10px;*/
        width: 280px;
        /*display: inline-block;*/
    }
    .cart-table .td-name .text-danger{
        font-size: 10px;
    }
    /*end sachith edit16*/

    .cart-table .td-order-type, .cart-table .td-qty, .cart-table .td-unit-price, .cart-table .td-line-amount{
        display: table-row;
        height: 30px;
        border-top: none;
    }
    .cart-table .td-order-type{
        text-align: right;
        float:right; /*sachith edit16*/
    }

    .cart-table .td-unit-price {
        color: #7f8d96;
        font-size: 10px;
        float:right; /*sachith edit16*/
    }
    .cart-table .td-unit-price *{
        display: inline;
    }
    .cart-table .td-line-amount{
        font-size: 11px;
        /*font-weight: 600;*/

    }
    .cart-table .normal-order, .cart-table .special-order{
        padding: 0px;
        /*font-size: 10px;*/
    }
    .cart-table .td-qty .form-control{
        text-align: center;
        padding-top: 30px;
    }
    .cart-table .td-qty .input-group-addon{
        padding: 0px;
    }
    .cart-table .td-line-amount{
        /*line-height: 30px;*/
        text-align: right; /*sachith edit16*/
    }

    .cart-table .td-remove a{
        font-size: 22px;
    }

    .cart-table .tr-total-line-amount{
        font-size: 11px;
    }
    .cart-table .tr-total-line-amount .td-hidden-sm, .cart-table .tr-delivery-amount .td-hidden-sm, .cart-table .tr-net-total .td-hidden-sm{
        display: none;
    }


    .top-cart-btns, .cart-qty-multiply{
        display: initial;
    }
}
@media only screen and (max-width: 700px) {
    .navbar-form-sec{
        width: 65%;  
    }

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        /*        width: 210px;
                width: 170px;*/
        /*height: 260px;*/
        height: 370px;
        width: 170px;
    }

    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 300px;

    }
    .item-top-sec strong, span{
        display: block;
        line-height: 25px;
    }
    .item-top-sec img{
        max-width: 100px;
        max-height: 150px;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .item-bottom-sec{ 
        /*        font-size: 13px;
                margin-top: 15px;
                margin-bottom: 5px;*/
        /*display: none;*/
    }
    .home-item-full-sec {
        padding-top: 10px;
        height: 350px;
    }
}
@media only screen and (max-width: 600px) {
    .navbar-form-sec{
        /*width: 60%;*/ 
        /*edit by diyan*/
        width: 75%;   
    }
    .home-bottom-banner-sub{
        margin-left: 50px;

    }

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        height: 380px;
        width: 160px;
    }

    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 300px;

    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 16px;
        font-weight: bold;
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 10px;
        width: 40px;
        height: 30px;
        padding-top:9px;
        padding-left: 15px;
        font-size: 0px;
        text-align: center;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 15px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 15px;
    }

    ul.nav-menu li a{
        color: #fff;
    }

    .home-ind-icon-menu{
        font-size: 13px;
        line-height: 25px;
        height: 45px;
    }
    .home-ind-icon-menu i{
        font-size: 18px;
    }
    .home-bottom-info h3{
        font-size: 18px;
    }
    .title-theme{
        font-size: 15px;
    }

}


@media only screen and (max-width: 550px) {
    .navbar-form-sec{
        /*width: 55%;*/
        /*edit by diyan*/
        width: 75%;
    }

    /*    .home-item-sec, .item-ind-sec {
            width: 200px;
        }*/

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        height: 380px;
        width: 160px;
    }

    .item-top-sec{
        padding: 5px;
        height: 300px;

    }
    .item-top-sec strong, span{
        line-height: 25px;
    }
    /*    .item-top-sec img{
            max-width: 190px;
            max-height: 140px;
        }*/
}
@media only screen and (max-width: 450px) {
    .front-page-body{
        padding-top: 75px;
    }

    .nav-logo img{
        height: 45px;
        margin-bottom: 5px;
    }
    .navbar-form-sec{
        /*width: 50%;*/
        /*edit by diyan start*/
        width: 70%;
        /*edit by diyan end*/
        margin: 0px 3px;  
    }
    .navbar-form-sec input{
        /*width: 300px;*/  
        width: 75%;  
        height: 30px;
        padding: 4px;
        border-radius: 2px;

    }
    .navbar-form-sec .navbar-form-btn{
        height: 30px;
        color: #6DDEB3;
        background-color: #eee;
        color: #555;
        padding: 7px 4px;
    }
    .mobile-header-icon-sec *{
        display: inline
    }
    .grocery-banner-full-sec ul li img{
        height: 120px;
    }
    .navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
        margin-right: 3px;
        margin-left: 3px;
    } 
    .navbar-sec .btn-navbar i, .navbar-sec a.btn-navbar i{
        font-size: 30px;
    }
    .cart-menu-link small{
        font-size: 12px;
    }
    .cart-qty-purc{
        font-size: 12px;
    }


    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 8px;
        width: 20px;
        height: 14px;
        padding-top:4px;
        padding-left: 8px;
        font-size: 0px;
        text-align: left;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 8px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 7px;
    }

    .cart-table .td-img 
    {
        width: 55px;
    }
    .cart-table .td-img img
    {
        height: 90px;
        min-width: 55px;
    }
    .cart-table .td-name {
        /*font-size: 10px;*/ /*sachith edit16*/ 
        width: 200px;
        /*display: inline-block;*/
    }

    .home-item-sec, .item-ind-sec {
        width: 170px;
    }
    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 280px;

    }
    .item-top-sec strong, span{
        display: block;
        line-height: 23px;
    }
    .item-top-sec img{
        max-width: 100px;
        max-height: 150px;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .home-item-full-sec {
        padding-top: 10px;
        height: 350px;
    }


}


@media only screen and (max-width: 400px) {
    .navbar-form-sec{
        /*width: 45%;*/ 
        /*edit by diyan*/
        width: 70%;  
    }
    .home-item-sec, .item-ind-sec {
        width: 150px;
    }
}
@media only screen and (max-width: 350px) {
    .navbar-form-sec{
        /*width: 40%;*/
        /*edit by diyan*/
        width: 65%;  
    }

}
@media only screen and (max-width: 300px) {
    .navbar-form-sec{
        /*width: 35%;*/
        /*edit by diyan*/
        width: 60%; 
    }

}

/**site navigation bar for mobile and tab*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /*background-image: linear-gradient(120deg,#fff 20%, #77d6ff 70%, #44c6ff 85%,#6DDEB3);  edit by diyan */
    background-color: #fff;
    box-shadow: 2px 1px 12px #999;
    border-top: 20px solid #6DDEB3;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #333;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .delivery-txt {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    font-size: 11px;
    text-align: center;
    font-style: italic;
    color: #7f8d96;
}

.sidenav .btn-primary{
    border: 2px solid #6DDEB3;
    background-color: #6DDEB3;
    color: #fff;
    margin: 10px 20px;
}
.sidenav .btn-primary:hover{
    border: 2px solid #6DDEB3;
    color: #6DDEB3;
    background-color: #fff;
    text-decoration: none;

    transition: 1s;

}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/**end site navigation bar for mobile and tab*/

/* edit by diyan -  footer  */

.payments-sec{
    padding-top:20px;
    padding-bottom: 15px;
    /*margin-left: 12%;*/
    margin: 0px auto;
}

.track-order{
    background-color: #ccc;
}

/* end edit by diyan -  footer  */


.navfooter{
    display: none;
}

@media only screen and (max-width: 1000px) {

    #scrollUp{
        display: none !important;
    }

    .navfooter {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        display: flex;
        overflow-x: auto;
        z-index: 999999;
    }

    .nav__link {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-width: 50px;
        overflow: hidden;
        white-space: nowrap;
        font-family: sans-serif;
        font-size: 13px;
        color: #444444;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: background-color 0.1s ease-in-out;
    }

    .nav__link:hover {
        background-color: #eeeeee;
        color: #6DDEB3;
        text-decoration: none;
    }

    .nav__link--active {
        color: #6DDEB3;
    }
    .nav__icon {
        font-size: 24px;
    }
}


/*@media only screen and (max-width: 450px) {
    .navfooter {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        background-color: green;
    }
}*/

.stationery_deals_text{
    animation: blinkingText 1.2s infinite;
}

/*@keyframes blinkingText{*/

/*    0% { background-color:#f66548; color:#fff; height:23px;}*/
/*    49%{ background-color:#f66548; color:#fff; height:23px;}*/
/*    60%{ height:23px; color:transparent; }*/
/*    99%{ height:23px; color:transparent; }*/
/*    100%{ background-color:#f66548; color:#fff; height:23px; }*/
/*}*/
@keyframes blinkingText{

    0% {  color:#fff;}
    49%{ color:#fff;}
    60%{ color:transparent; }
    99%{ color:transparent; }
    100%{ color:#fff; }
}

.static-pages-body{

    font-size: 14px;
    color: #000;
}

/*edit by diyan end*/




