* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-style: normal;
    font-family: "Arial", Arial, Helvetica, sans-serif;
}
li{
    list-style: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
body {
    height: 100%;
    width: 100%;
    background: #fff;
}
hr{
    border: 1px solid #333;
    padding: 0;
    margin: 0;
}
table {
    border: 1px solid #ddd;
    box-shadow: 1px 2px 5px #777;
    font-size: 14px;
}
th{
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
    background:#00264d;
    color: #fff;
    font-size: 12px;
}
td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    padding: 8px;
    background: #fff;
}
tr:nth-child(even) {

}
.mycarts{
    display: none;
}
.breadcrumb{
    margin:0  0 10px  0;
    padding: 0 20px;
}
.mycartsDesk{
    display: block;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.padng5px{
    padding: 5px;
}
.padng7px{
    padding: 7px 7px;
}
.padding-zero{
    padding: 0;
}
.main-div1{
    margin: 110px 0 0px 0;
}
.main-div{
    margin: 50px 0 10px 0;
}
.main-box{
    margin: 20px 0 20px 0;
}
.alertBox{
    text-align: center;
    opacity: 1;
}

.payimages{
    width: 100px;
    height: 60px;
}
.razorpay-payment-button{
    background: #002752;
    color: #fff;
    font-weight: bold;
    padding: 5px 9px;
    margin-top: 15px;
}
.form-group{
    width: 100%;
    margin: 10px auto 7px auto;    
    margin-bottom: 0;
}
.form-group label{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.form-group input[type="text"],input[type="datetime-local"],input[type="date"],input[type="email"],input[type="number"],input[type="password"],input[type="file"],textarea {
    box-sizing: border-box;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #777;
    color: #000;
    border-radius: 5px;
}
.form-group select{
    box-sizing: border-box;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #777;
    color: #000;
    border-radius: 5px;
}
.form-group1{
    width: 100%;
    margin: 0px 0 0px 0;    
}
.form-group1 label{
    text-align: left;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 600;
    color: #094C09;
    margin-top:5px;
    width: 100%
}
.form-group1 input[type="text"] {
    box-sizing: border-box;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #777;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
}
.form-group1 button[type="button"] {
    box-sizing: border-box;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.form-group1 select{
    box-sizing: border-box;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
}
.form-group1 input[type="checkbox"]{
    box-sizing: border-box;
    padding: 100px 5px;
    height:30px;
    width: 30px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 5px;
    font-weight: 600;
}
.srchbox{
    margin: 0 20px;
}
.input-icons-srch i { 
    position: absolute; 
    left: 0;
    margin: 10px 10px 10px 20px;
} 
.input-icons-rfsh i { 
    position: absolute; 
    right: 0;
    margin: 10px;

} 
@-moz-document url-prefix() {
    .input-icons-rfsh i { 
        position: absolute; 
        right: 0;
        margin-top: -23px;
    } 
}
@-moz-document url-prefix() {
    .input-icons-user i { 
        position: absolute; 
        right: 0;

    } 
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader-64x/loader.gif) center no-repeat #fff;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #009933;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.indx-info{
    margin: 10px 0 10px 0;
}
.indx-info h3{
    margin: 0px 0 10px 0;
    text-align: left;
    font-size: 25px;
    color: #094C09;
    font-weight: 600;
}
.indx-info p{
    font-size: 14px;
    line-height: 30px;
    list-style: decimal;
    font-weight: 600;
}
.indx-info ul li{
    font-size: 14px;
    line-height: 30px;
    list-style: decimal;
    font-weight: 600;
}
.indx-info ul li ul{
    padding: 5px 0 5px 30px;
}
.indx-info ul li ul li{
    font-size: 14px;
    line-height: 30px;
    list-style: lower-alpha;
    font-weight: 600;
    color: #094C09;
}
.choicechart{
    padding:10px 10px;
    background: lavender;
    margin: 30px 0 20px 0;
}
.choicechart h3{
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    padding: 0px 10px 10px 10px;
}
.choicechart .btnSubmit{
    margin: 10px 0;
    font-weight: 600;
    color: #fff;
    background-color: #009900;
    margin: 0 5px;
    width: 100%;
    border-radius: 1rem;
    padding: 7px;
    border: none;
    cursor: pointer;
}
.choicechart .btnSubmit:hover{
    background-color:  #ff8533;
}
.ItemCat-main-div{
}
.ItemCat-main-div h3{
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 30px;
    color: #094C09;
    font-weight: 600;
}
.ItemCat{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.75);
    height: 200px;
}
.ItemCat h3{
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 0;
    font-weight: 600;
}
.ItemCat img{
    width: 100%;
    height: 200px;
}
.bigimg{
    width: 100%;
    height: 300px;
}
.parnNaturl-main{
}
.parnNaturl-main h3{
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 25px;
    color: #094C09;
    font-weight: 600;
}
.parnNaturl{
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    height: 530px;
    border: 1px solid #ccc;
}
.parnNaturl h3{
    margin: 0;
    height: 50px;
    font-size: 18px;
    color: #094C09;
    letter-spacing: 2px;
    background: #ddd;
    padding: 5px 10px;
    font-weight: 600;
    text-align: center;
}
.parnNaturlIMG{
    width: 100px;
    height: 150px;
    display: inline-block;
}
.parnNaturl img{
    width: 100%;
    height: 150px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.parnNaturl li{
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
}
/*********************** Demo - 9 *******************/
.box9 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all 0.35s ease 0s;
}
.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px;
}
.box9 {
    text-align: center;
    position: relative;
}
.box9 img {
    width: 100%;
    height: 200px;
}
.box9:hover img {
    opacity: 1;
}
.box9 .box-content {
    padding: 10px 0px 30px 0px;
    position: absolute;
    top: 60px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.box9:hover .box-content {
    padding: 50px 0px 30px 0px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    border: 3px solid #fff;
    background: rgba(0,0,0,0.4);
}
@media only screen and (max-width: 990px) {
    .box9 {
        margin-bottom: 20px;
    }
}
@keyframes animate {
    0%,
    100% {
        opacity: 1;
    }
}
@keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
}
.ItemMaster-main-div{
    margin: 10px 0 10px 0;
}
.ItemMaster-main-div h3{
    font-size: 35px;
    font-weight: 500;;
    text-align: center;
    margin: 20px 0 30px 0;
}
.ItemMaster{
    margin: 0px 0 30px 0;
    border: 1px solid #ddd;
    width: 100%;
    height: 260px;
}
.ItemMaster img{
    width: 100%;
    height: 200px;
}
.ItemMaster h3{
    font-size: 16px;
    background: #004C48;
    color:#fff;
    margin:2px 0 2px 0; 
    padding: 7px;
    font-weight: 500;
    height: 60px;
}
.left8thdiv{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.right4thdiv{
    margin-bottom: 30px;
    padding: 10px;
}
.service-heading{
    padding: 10px 0;
}
.service-heading h4{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}
.service-heading span{
    color: #232f3e;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 5px 0;
}
.service-heading p{
    color: #232f3e;
    font-weight: 500;
}
.abt-us-main{
}
.abt-us-main img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.abt-us{
}
.abt-us h3{
    margin: 0px 0 10px 0;
    text-align: left;
    font-size: 25px;
    color: #094C09;
    font-weight: 600;
}
.abt-us ul{
}
.abt-us ul li{
    font-size: 14px;
    line-height: 30px;
    list-style: disc;
    font-weight: 600;
}
.contact-us{

}
.contact-us  h3{
    font-size: 25px;
    color: #094C09;
    font-weight: 600;
    text-align: left;
    margin: 0px 0 30px 0;
}
.contact-us h4{
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-align: left;
}
.contact-us p{
    color: #555;
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
    padding: 5px 10px;
}
.contact-us button{
    text-decoration: none;
    background-color: #094C09;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.contact-us i{
    font-size: 20px;
    color: #094C09;
}
/* Carousel Fading slide */
.slider-img img{
    width: 100%;
    height: 450px;
    opacity: 1;
}
.carousel-caption{
    position: absolute;
    top:35%;
    left: 30%;
}
.carousel-caption h3{
    font-size: 35px;
    line-height: 50px;
}
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 40%;
    z-index: 5;
}
.carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -15px; right: 50%; } /* Next */
/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}
/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;   
} 
/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 450px;
}
.thum-grid img{
    width:100%;
    height: 80px;
}
.thum-grid iframe{
    width:100%;
    height: 80px;
}
.mySlides{
    width:100%;
    height: 300px;
}
.mySlides img{
    width:100%;
    height: 350px;
}
.mySlides iframe{
    width:100%;
    height: 300px;
}
.backImg-indx{
    background-image: url("../images/OrgPhoto/slider3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    opacity: 1;
}
.Dashboard_info{
    background: #00264d;
    height: 180px;
    width: 100%;
    margin-bottom: 20px;
}
.Dashboard_info h3{
    padding: 50px 10px 10px 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.Dashboard_info span{
    text-align: center;
    font-size: 18px;
    color: #e6ac00;
}
.Dashboard_info a{
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.pricediv3{
    margin-top: -15px;
}
.videoInfo{
    margin: 0px 0 10px 0;
    background: #e6e6e6;
}
.videoInfo img{
    width: 100%;
    height: 120px;
    padding: 10px;
}
.videoInfo h3{
    font-size: 20px;
    color:#000;
    font-weight: 600;
}
.videoInfo p{
    font-size: 14px;
    color:#000;
    line-height: 20px;
    font-weight: 500;
}
.videoInfo video{
    width: 100%;
    height: 230px;
}
.videoInfo a{
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #004C48;
    border: 1px solid #ddd;
    border-bottom-color: transparent;

}

.nav-tabs {
    height: 40px;
    border-bottom: none;
}
.nav-tabs  li{
    margin-bottom: 30px;

}
.products-text-tabs .nav-tabs li {
    text-align: center;
    padding: 5px;

}
.products-text-tabs .nav-tabs li {
    text-align: center;
    border-radius: 0;
    padding: 0;

}
.products-text-tabs ul li a {
    background: #e1e1e1;
    padding: 8px 10px;
    text-decoration: none;
    color: #28328c;
    font-size: 14px;
    font-weight: 600;
}