﻿body {
   
}

/*Splash*/
@font-face { font-family:MISTRAL; src: url('/fonts/MISTRAL.ttf')format("truetype"); }
@font-face { font-family:COOPERBLACK; src: url('/fonts/COOPBL.ttf')format("truetype"); }
@font-face { font-family:SAMAN; src: url('/fonts/conthrax.otf.otf')format("truetype"); }
.orgfont {
    font-family:SAMAN;
    color:var(--header-font);
    text-underline-position:below;
    font-weight:normal;
    font-size:50px;
    text-shadow: 2px 2px 4px #000000;
}
.orgtitlefont {
    font-family:SAMAN;
    color:var(--header-font);
    text-underline-position:below;
    font-weight:normal;
    font-size:50px;
    text-shadow: 2px 2px 4px #000000;
    font-size:34px;
    font-weight:normal;
    line-height:20px;
}
.orgsubtitlefont {
    font-family:Arial;
    color:var(--header-font);
    text-underline-position:below;
    font-weight:bolder;
    font-size:16px;
    text-shadow: 2px 2px 4px #000000;
    font-size:16px;
    font-weight:bold;
}
.ControlLabelColur {
    color:var(--primary-color);
}
.SplashPage {
    
    height:100vh;
    width:100vw;
    background:#FFFFFF;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.SplashColorDrop {
    display:block;float:left;left:0;top:0;width:100vw;height:100vh;
    background-color:var(--splash-color);
    opacity:0.8
}
.logoContainer {
    position:absolute;
    width:350px;
    height:300px;
    text-align:center;
    
}
.spashLogo {
    position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 200px;
	height: auto;
    margin-bottom:30px;
	border: 0px solid #fff;
	/*box-shadow: 0 0 0 5px #4973ff;*/
	border-radius: 50%;
	overflow: hidden;
    background-color:var(--splash-logo-color);
    
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
    
}
.rounded {
    border-radius: 15px 15px 15px 15px;
}

.logoanimation {
    position:relative;
    height:100%;
    width:100%;
    display:block;
    float:left;
    transform: translate(-50%, -50%) scale(1.6);
    z-index:2000;
    margin-top:2px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    border-radius: 50%;
	overflow: hidden;
    border: 5px solid #fff;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}

.topmargin {
    width:100%;
    display:block;
    float:left;
    
}
.div-logo {
    height:90px;
    width:110px;
    display:block;
    float:left;
    position:absolute;
    margin-top:2px;
    border-radius:40%;
    margin-top:0px;
    padding-left:5px;
    padding-right:5px;
    
}
.logoext {
    display:block;float:left;width:200px;height:auto;position:absolute;top:50px;left:-52px;
}
.shadow {
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}



.btn-primary {
    background-color:var(--primary-color);
    transition: 0.8s;
}
.btn-primary:hover {
    background-color:var(--secondery-color);
    color: white;
    transition: 0.8s;
}

.roundedButton {
    color:white; 
    border:0px solid white; 
    background-color:var(--primary-color); 
    padding-left:0px;
    padding-top:0px;
    
    padding:15px;
    position:fixed;
    border:0px solid white; 
    font-size:xx-large; 
    position:fixed;
    right:5px;
    bottom:90px;
    
    width:90px;
    height:55px;
    width:50px;
    height:50px;
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);

}
.roundedButton:hover {
    background-color:#645e0b;
    color: white;
}




#topnavbar {
       background-color:var(--top-contact_bar);
       
    }
.MasterColour {
    background-color:var(--primary-color);
    color:var(--primary-font-color);
}


.MenuBackgroundColour {
    background-color:var(--header-color);
    border-color:var(--header-color);
}

.SplashBackgroundColour {
    background-color:var(--splash-color);
    border-color:var(--splash-color);
}


.SubColour {
    background-color:#00baff;
   }

.FontColourWhite {
    background-color:#e6eceb;
   }
.newFont {
    font-weight:bold;
    font-size:18pt;
    color:white;
    font-family:'HeadingFont';
}

.headimage {
    width:250px;
    height:45px;
}

/*MENU DROPDOWN CARET*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.navbar .nav li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.dropdown_menu_btn {
    background-color:var(--menu-dropdowm-background);
    color:var(--menu-font-color);
    font-size:10pt;
    font-weight:bolder;
    transition: 0.8s;
}
.dropdown_menu_btn :hover {
    background-color:var(--menu-font-color);
    color:var(--menu-font-color-hover);
}
.Menubtn {
  color:yellow;
  transition: 0.8s;
}
    .Menubtn:hover {
        color:yellow;
        transition: 0.8s;
    }
    .Menubtn:active {
        color:yellow;
        transition: 0.8s;
    }
    .Menubtn:focus {
        color:yellow;
        transition: 0.8s;
    }
    .Menubtn:active {
        color:yellow;
        transition: 0.8s;
    }
    


/*FOOTER DESIGN*/
.footerBackgroundColour {
    background-color:var(--footer-color);
    border-color:var(--footer-color);
    color:var(--footer-font);
}
.footerDivideBorder {
    width:100%;
    height:auto;
    border-top:2px solid var(--footer-font);
}

.footerlinks{
    font-size:10pt;
    font-weight:bolder;
    color:var(--footer-font);
    transition: 0.8s;
}
.footerlinks:hover{
    color:var(--footer-font-hover);
    transition: 0.8s;

}

/*Menu Font Colour Change*/
.navbar-inverse .navbar-nav>li>a{
  color:var(--menu-font-color);
  margin:0;
  padding:0 15px;
  line-height:50px;
  display:block;
  background-color:var(--header-color);
}
.navbar-inverse .navbar-nav>li>a:hover{
  color:var(--menu-font-color-hover);
  background-color:var(--header-color);
}
.navbar-inverse .navbar-nav>.open>a:hover{
  color:var(--menu-font-color-hover);
  background-color:var(--header-color);
}


/* Social Media Buttons */

.fa {
  padding: 6px;
  font-size: 10px;
  width: 20px;
  height:20px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
  border-radius: 50%;
  text-decoration:none;
  cursor:pointer;
  color:var(--top-contact_font);
}

.fa:hover {
    opacity: 0.7;
    background-color:#DEBE09;
    transition: 0.8s;
    text-decoration:none;
}
    .fa:focus {
        color:#DEBE09;
    }

.faText {
    font-size:12px;
    color:var(--top-contact_font);
    text-decoration:none;
    cursor:pointer;
    
}
    .faText:focus {
        color:var(--top-contact_font_hover);
        text-decoration:none;
    }
    .faText:hover {
        color:var(--top-contact_font_hover);
        transition: 0.8s;
        text-decoration:none;
    }

    

.fa-facebook {
  background: #3B5998;
  color: white;
  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-phone-new {
  background:white;
  color: var(--primary-color);
}

.fa-envelope-square-new {
  background: white;
  color: var(--primary-color);
}

.fa-lock-new {
  background: white;
  color: var(--primary-color);
}




/*CSS for Default Page*/
/* Slideshow container */
.homepageslideshowcontainer {
  max-width: 100%;
  position:relative;
  width:100%;
  height:90vh;
  padding: 0;
  margin: 0;
  
}
.sleqptimg {
    width:450px;
    height:450px;
    left:10%;
    top:20%;
    display:block;
    float:left;
    position:absolute;
    animation-name: slideimganim;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
@keyframes slideimganim {
  from {left: -500px;}
  to {left: 10%;}
}

.slide1text {
    width:600px;
    height:180px;
    right:0%;
    top:5%;
    display:block;
    float:left;
    position:absolute;
    animation-name: slide1testanim;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
@keyframes slide1testanim {
  from {right: -700px;}
  to {right: 0%;}
}

.contactusimg {
    width:400px;
    height:100px;
    right:2%;
    bottom:20%;
    display:block;
    float:left;
    position:absolute;
    animation-name: contactusanim;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-fill-mode: both;
}
@keyframes contactusanim {
  from {right: -700px;}
  to {right: 2%;}
}
.sl2eqptimg {
    
    width:450px;
    height:300px;
    left:10%;
    top:30%;
    display:block;
    float:left;
    position:absolute;
    animation-name: slide2imganim;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
@keyframes slide2imganim {
  from {top: -350px;}
  to {top: 30%;}
}

.sl3call {
    top:20%;
}
.slide2img {
    top:0px;
}

.slhumen-waterlevel {
    width:90%;
    height:60%;
    left:10%;
    top:20%;
    display:block;
    float:left;
    position:absolute;
    animation-name: slhumen-waterlevel-anim;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}
@keyframes slhumen-waterlevel-anim {
  from {left: -100%;}
  to {left: 2%;}
}









.divWelcome {
    padding:0px;
    margin:0px;    
    background: #FFFFFF;
    background: -webkit-linear-gradient(bottom, #FFFFFF, #62ABE5);
    background: -moz-linear-gradient(bottom, #FFFFFF, #62ABE5);
    background: linear-gradient(to top, #FFFFFF, #62ABE5);
}
.divWelcomeContect {
    position:relative;
    margin:0px;
    padding:30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    border-radius:25px 25px 25px 25px;
}
.welcomeimgContent {padding:25px;text-align:center;justify-content:center;align-items:center;display: flex;}
.welcome-content-img-animation {
    position: relative;
    animation-name: contentimganimation;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
}
@keyframes contentimganimation {
  from {left: -200px;}
  to {left: 0px;}
}

.ContentHeading {
    font-weight:bold;
    font-size:18pt;
    font-family:'HeadingFont';
}
.ContentText {
    font-weight:normal;
    font-size:12pt;
    font-family:'HeadingFont';
    text-align:justify;
}
.divBottom {
    background-color: #EEEFEE;
}
.divMap {
    width: 100%;
    height: 100%;
}
.divBottomLogo {display:flex;float:left;width:10%;height:50px;text-align:center;justify-content:center;align-items:center;}
.divBottomLogoText{display:block;float:left;width:85%;height:50px;}

/*Data Grid View*/
.ItemBackground
    {
        background-color:white;
        border:0px solid #808080;
        transition: 1s;
        
    }
    .ItemBackground:hover
    {
        background-color:white;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        transition: 1s;
        cursor:pointer
        
    }
.divabouth2 {padding:10px; text-align:justify;height:100%;}
.divabouthrounded {width:100%;height:100%;border-radius:15px 15px 15px 15px;padding:20px;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);}
.buttonCreated {
  border: none;
  color: none;
  background-color:transparent;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.buttonView {
  color: black; 
  border:none;
}

.buttonView:hover {
  color: #008CBA;
}
.tablefont {
    font-family:Arial;
    font-size:12px;
}

/*Product View Page Slide*/
.Slidecontainer {
  position: relative;
  margin-top:0px;
  padding:0px;
  
}
.Slcontainer {
  position: relative;
  margin-top:0px;
  padding:0px;
  height:95vh;
}
.productSlideCaption {
    font-size:12px;
    color:black;
}

.productVideoSize {
    width:880px;
    height:490px;
}
.productVideoCaption {
    font-size:32px;
}
.productDivSize {
    width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    height:90vh;
    padding-top:25px;
}

.productsdatalist {
        justify-content:center;
        padding-left:0%;
        padding-right:0px;
        width:100%;
        margin:0px;
        padding:0px;
        padding-top:50px;
        padding-bottom:50px;
        min-height:500px;
    }
.filterpannel{
    display:block;
    float:Left;
    height:1200px;
    width:25%;
    padding:20px;
    visibility:hidden;
}
.filterclosediv {
    width:100%;
    height:30px;
    text-align:right;
    align-content:right;
    padding-right:20px;
    color:gray;
    font-size:16pt;
    cursor:pointer;
}
.filterclosediv:hover {
    
    color:black;
    
}
.filterpannelbackground{
    width:100vw;
    height:100vh;
    display:block;
    position:fixed;
    top:0px; 
    background-color:gray;
    z-index:1100;
    filter: alpha(opacity=80);
    opacity: 0.8;
    visibility:hidden;
}
.filterButton{
    width:40px;
    height:40px;
    display:block;
    right:20px;
    bottom:20px;
    position:fixed;
    border-radius:50%;
    padding:10px;
    font-size:14pt;
    color:white;
    z-index:1050;
	display:none;
}

.displaycontent{
    display:block;
    float:Left;
    height:100%;
    width:90%;
	margin-top:30px;
    margin-bottom:30px;
}
.imageAdminDatalistDelete {
        
        width:100%;
        margin:0px;
        padding:0px;
        padding-left:25px;
       
    }

.DatalistRoundedTempletes {
    width:100%;
    height:100%;
    padding:20px;
    border-radius:10px 10px 10px 10px;
    background-color: var(--menu-font-color-hover);
    transition:0.8S;
    text-align:center;
    color:var(--primary-color)
}
.DatalistRoundedTempletes:hover {
    background-color:var(--primary-color);
    color:var(--menu-font-color-hover);
    transition:0.8S;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.singleLine {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.propertyHeading { 
  font-size:12pt;
  font-weight:bold;
  height: 1.4em; 
  margin-bottom:0px;
}
.propertyLandamrk {
  font-size:10pt;
  font-weight:bold;
  height: 1.8em; 
  white-space: nowrap;
  margin-bottom:1px;
}

.propertyDesc {
  
  width: 100%;  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:10pt;
  height: 4em; 
  margin-bottom:10px;
  
}

.AdminPropertyHeading { 
  font-size:12pt;
  font-weight:bold;
  height: 1.4em; 
  margin-bottom:0px;
}
.AdminPropertyLandamrk {
  font-size:9pt;
  font-weight:normal;
  height: 1.4em; 
  white-space: nowrap;
  margin-bottom:1px;
}
.AdminPropertyAmount {
  font-size:11pt;
  font-weight:bold;
  height: 1.3em; 
  white-space: nowrap;
  margin-bottom:1px;
}
.AdminPropertyDesc {
  width: 100%;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:8pt;
  height: 2.5em; 
  margin-bottom:10px;
}
.PictureImagebtn {
    color:#6D9773;
    cursor:pointer;
    transition: 1s;
}
.PictureImagebtn:hover {
    color:#0c3b2e;
    cursor:pointer;
    transition: 1s;
}
.PropertyViewDesc {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10pt;
    height: auto;
    margin-bottom: 10px;

}
.masterSearchHeading{
    width:100%;
    border-bottom:2px solid #8a9290;
    height:auto;
}
.masterSearchControls{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    max-height:200px;
    overflow:auto;
    padding:20px;
}



/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.spashLogo {
        width:200px;
        height:200px;
    }
    img.splashOrgName {
        width:250px;
        height:80px;
    }
    img.orgName {
		margin-top:15px;
    	width:160px;
    	height:45px;
    }
    div.topmargin {
        height:30px;
    }
    #topnavbar {
        
        position: fixed;
        height:30px;
        top: 0;
        width: 100%;
        display: block;
        padding-left:20px;
        padding-right:20px;
    }
    div.homepageslideshowcontainer{
      width:100%;
      height:40vh;
      margin-top:45px;
  }
      
        
    div.div-logo {
    height:70px;
    width:70px;
    margin-left:0px;
    display:block;
    float:left;
    position:absolute;
    margin-top:10px;
    
    }
    div.logoext {
        display:block;float:left;width:150px;height:auto;position:absolute;top:50px;left:-35px;
    }
         
    img.headimage {
    width:180px;
    height:40px;
    }
    a.newFont {
        font-size:17px;
    }
    img.sl2eqptimg {
        width:200px;
        height:130px;
        left:10%;
        top:40%;
    }
    img.contactusimg {
        width:150px;
        height:35px;
        right:5%;
        bottom:10%;
    
    }   
    
   /*Default Page*/
    img.sleqptimg {
        width:200px;
        height:200px;
        left:5%;
        top:20%;
    }

    img.slide1text {
        width:200px;
        height:60px;
        right:0%;
        top:20%;
    }
    img.welcome-content-img-animation {
        height:250px;
    }
    .ContentText {
        font-weight:normal;
        font-size:10pt;
        font-family:'HeadingFont';
        text-align:justify;
    }
    img.text2001 {
        width:200px;
        height:100px;
        right:0%;
        top:15%;
    }
    img.slhumen-waterlevel {
        width: 70%;
        height: 40%;
        left: 20%;
        top: 30%;
    }
    h2.productcat {
        font-size:16pt;
    }
    .Slcontainer {
        height:40vh;
    }
    .productSlideCaption {
        font-size:16px;
        color:black;
    }
    .productVideoSize {
        width:450px;
        height:240px;
    }
    .productDivSize {
       height:50vh;
    }
    .productVideoCaption {
    font-size:16px;
    }
    div.displaycontent{
        width:60%;
    }
    div.filterpannel{
    background-color:white;
    top:70px;
    left:-360px;
    bottom:0px;
    display:block;
    position:fixed;
    z-index:1300;
    height:auto;
    width:350px;
    padding:20px;
    margin-top:20px;
    overflow-y:auto;
    border-radius:0px 10px 10px 0px;
    }
	div.PageBackground{
		height:90vh;
	}
	div.loginContainer{
		position:absolute;
		
		top:140px;
	}
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   div.topmargin {
        height:30px;
    }
    #topnavbar {
        
        position: fixed;
        height:25px;
        top: 0;
        width: 100%;
        display: block;
        padding-left:20px;
        padding-right:20px;
    }
    div.homepageslideshowcontainer{
      width:100%;
      height:40vh;
      margin-top:45px;
  }
    
    
        
    div.div-logo {
    height:80px;
    width:80px;
    margin-left:10px;
    display:block;
    float:left;
    position:absolute;
    margin-top:5px;
    }

        
    img.headimage {
    width:180px;
    height:40px;
    }
    a.newFont {
        font-size:17px;
    }
    img.sl2eqptimg {
        width:200px;
        height:130px;
        left:10%;
        top:40%;
    }
    img.contactusimg {
        width:150px;
        height:35px;
        right:5%;
        bottom:10%;
    
    }   
    
   /*Default Page*/
    img.sleqptimg {
        width:200px;
        height:200px;
        left:5%;
        top:20%;
    }

    img.slide1text {
        width:200px;
        height:60px;
        right:0%;
        top:20%;
    }
    img.welcome-content-img-animation {
        height:250px;
    }
    .ContentText {
        font-weight:normal;
        font-size:10pt;
        font-family:'HeadingFont';
        text-align:justify;
    }
    img.text2001 {
        width:200px;
        height:100px;
        right:0%;
        top:15%;
    }
    img.slhumen-waterlevel {
        width: 70%;
        height: 40%;
        left: 20%;
        top: 30%;
    }
    h2.productcat {
        font-size:16pt;
    }
    .Slcontainer {
        height:40vh;
    }
    .productSlideCaption {
        font-size:16px;
        color:black;
    }
    .productVideoSize {
        width:450px;
        height:240px;
    }
    .productDivSize {
       height:50vh;
    }
    .productVideoCaption {
    font-size:16px;
    }
    div.displaycontent{
        width:60%;
    }
    div.filterpannel{
    background-color:white;
    top:70px;
    left:-360px;
    bottom:0px;
    display:block;
    position:fixed;
    z-index:1300;
    height:auto;
    width:350px;
    padding:20px;
    margin-top:20px;
    overflow-y:auto;
    border-radius:0px 10px 10px 0px;
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.div-logo {
    height:100px;
    width:100px;
    margin-left:50px;
    display:block;
    float:left;
    position:absolute;
    margin-top:0px;
    
}
    
   div.topmargin {
        height:90px;
    }
    #topnavbar {
        
        position: fixed;
        height:25px;
        top: 0;
        width: 100%;
        display: block;
        padding-left:100px;
        padding-right:100px;
    }
    div.homepageslideshowcontainer{
      width:100%;
      height:50vh;
      margin-top:110px;
  }
    
    
    img.sleqptimg {
        width:300px;
        height:300px;
        left:5%;
        top:20%;
    }

    img.slide1text {
        width:320px;
        height:100px;
        right:0%;
        top:20%;
    }
    img.contactusimg {
        width:300px;
        height:75px;
        right:5%;
        bottom:5%;
    
    }   
    img.sl2eqptimg {
        width:300px;
        height:200px;
        left:10%;
        top:40%;
    }
    
    img.text2001 {
        width:300px;
        height:150px;
        right:0%;
        top:25%;
    }
    img.slhumen-waterlevel {
        width: 80%;
        height: 50%;
        left: 20%;
        top: 30%;
    }
    .Slcontainer {
        height:60vh;
    }
    .productSlideCaption {
        font-size:14px;
        color:black;
    }
    .productVideoSize {
        width:680px;
        height:390px;
    }
    .productVideoCaption {
        font-size:24px;
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   div.topmargin {
        height:40px;
    }

    
    
#topnavbar {
  
  position: fixed;
  height:25px;
  top: 0;
  width: 100%;
  display: block;
  padding-left:100px;
  padding-right:100px;
}
    div.homepageslideshowcontainer{
      width:100%;
      height:80vh;
      margin-top:50px;
  }
    
  

img.sleqptimg {
    width:400px;
    height:400px;
    left:8%;
    top:15%;
   
}

img.slide1text {
    width:500px;
    height:150px;
    right:0%;
    top:5%;
}
img.contactusimg {
    width:250px;
    height:80px;
    right:5%;
    bottom:5%;
    
}   
img.sl2eqptimg {
    width:400px;
    height:230px;
    left:10%;
    top:40%;
}

img.text2001 {
    width:400px;
    height:150px;
    right:0%;
    top:20%;
}
div.divWelcomeContect {
        height:400px;
    }
div.divabouth2 {
        height:1100px;
    }
.Slcontainer {
        height:70vh;
    }
.productSlideCaption {
        font-size:16px;
        color:black;
    }
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    div.topmargin {
        height:40px;
    }
   #topnavbar {
  
  position: fixed;
  height:25px;
  top: 0;
  width: 100%;
  display: block;
  padding-left:100px;
  padding-right:100px;
}
  div.homepageslideshowcontainer{
      width:100%;
      height:92vh;
      margin-top:50px;
  }
  
  
   
    img.slide2img {
        width:500px;
        height:500px;
    }

img.text2001 {
    width:600px;
    height:200px;
    right:0%;
    top:10%;
}
    div.aboutdiv {
        height:400px;
        padding:10px;
        margin:0px;
    }
    div.divWelcomeContect {
        height:300px;
    }
    div.divabouth2 {
        height:900px;
    }
    .Slcontainer {
        height:80vh;
    }
    .productSlideCaption {
        font-size:18px;
    }
}









/*Callout Box Design*/

div.callout {
	height: 60px;
	width: 200px;
	float: left;
}

div.callout {
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444, #444);
	position: relative;
	color: #ccc;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #999;
	margin: 25px;
	min-height: 50px;
	border: 1px solid #333;
	text-shadow: 0 0 1px #000;
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #444;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #444;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #444;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}







/*Image View in Gallery*/
.gview {
            width:100%;
            height:100%;
            overflow: hidden;
            margin: 0 auto;
            cursor:pointer;

            position: relative;
    
        }
     
        .gview img {
            width: 100%;
            transition: 0.5s all ease-in-out;
        }
     
        .gview:hover img {
            transform: scale(1.5);
        }

          
       .btnview {
           position: absolute;
            top: 0px;
            bottom: -10px;
            color: black;
            border: none;
            background-color:transparent;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            transition-duration: 0.4s;
            cursor: pointer;
            display:block;
       }




/* The Modal (background) */
.mymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1;  /*Sit on top */
  padding-top:50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8);  /*Black w/ opacity */
  
}

/* Modal Content (image) */
.mymodal-content {
  margin: auto;
  display: block;
  height: 100%;
  max-width:95%;
  z-index:10;
}

/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
   div.mymodal-content {
        margin: auto;
        display: block;
        width: 100%;
        max-height:95%;
        z-index:10;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.mymodal-content {
        margin: auto;
        display: block;
        width: 100%;
        max-height:95%;
        z-index:10;
    }
}







/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  bottom:50px;
}

/* Add Animation */
.mymodal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.5s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .mymodal-content {
    width: 100%;
  }
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.slideNavigatorold {
        
    position:absolute;
    display:block;
    float:left;
    width:100%;
    height:2%;
    bottom:30px;
    text-align:center;
    
}


/*Title Animation CSS*/
.backdrop {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.backdrop canvas {
  width: 95%;
  flex: 0 0 60px;
  transform: translateY(1px);
}
@keyframes grow {
  0% {
    flex: 0 0 0%;
  }
  50% {
    flex: 0 0 50%;
  }
  100% {
    flex: 0 0 0%;
  }
}
.backdrop .filler {
  background: var(--primary-color);
  flex: 0 0 20%;
  animation: grow 16s ease-in-out infinite;
}

@keyframes wave {
  0% {
    transform: rotate(-2deg) translatex(-2vw);
  }
  25% {
    transform: rotate(1deg) translatex(2vw);
  }
  30% {
    transform: rotate(-1deg) translatex(-2vw);
  }
 45% {
    transform: rotate(2deg) translatex(2vw);
  }
  70% {
    transform: rotate(-2deg) translatex(-2vw);
  }
}

.content {
    
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(132, 210, 255, 0.5);
  text-shadow: 0 0 120px rgba(255, 255, 255, 0.8);
  filter: blur(2px);
  animation: wave 7s infinite ease-in-out;
}








































/*Slid show master*/
.newslidecontainer {
    width:100%;
    height:40vh;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
    
}

.slider-container {
  
  height: 100%;
  display: inline-flex;
  overflow: hidden;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s ease-out;
  padding-bottom:0px;
  padding-right:20px;
  position: relative;
  margin: auto;
  padding:0px;
}

.slide{
  max-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  --shadow: rgba(0, 0, 0, 0.8);
}

@media(min-width: 1200px){
  
}

.slidediv{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-right:0px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 5px 5px 50px -1px var(--shadow);
  border-radius: 4px;
  user-select: none;
  cursor: grab;
  position: relative;
  overflow:hidden;
}



.grabbing {
  cursor: grabbing;
}

.grabbing .slidediv{
  transform: scale(0.9);
  box-shadow: 5px 5px 40px -1px var(--shadow);
}

.slideNavigator {
        
    position:absolute;
    display:block;
    float:left;
    width:100%;
    height:2%;
    text-align:center;
    
}

.videoslide_btn_container{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:black;
    opacity: 0.5;
    justify-content:center;
    display:flex;
    align-items:center
}
.videoslide_btn{
    color:gray;
    font-size:30pt;
    cursor: pointer;
}
.videoslide_btn:hover{
    color:white;
    font-size:30pt
}
.btnposition{
    color:white;
    cursor: pointer;
    font-size:20pt;
    position:absolute;
    bottom:20px;
    right:100px;
}
.btnposition:hover {
    color:black;
}

.playdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  color: #bbb;
  display: inline-block;
  transition: color 0.6s ease;
  font-size:13pt;
  
}
.playactive,.playdot:hover {
  color: #717171;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  font-size:13pt;
}
.active, .dot:hover {
  
  background-color: #717171;
}

/*Arrow*/
.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  background-color:black;
  border: none;
  width: 5rem;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 100ms;
}
 
.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}
 
#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}





/*Customised Slid show master*/
.custslidecontainer {
    width:100%;
    height:100%;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
    /*border-radius:15px 0px 0px 15px;*/
}
.custslider-container {
  height: 100%;
  display: inline-flex;
  overflow: hidden;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s ease-out;
  padding-bottom:0px;
  padding-right:20px;
  position: relative;
  margin: auto;
  padding:0px;
}
.custslide{
  max-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 0rem;
  
}


.custslidediv{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-right:0px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 5px 5px 50px -1px var(--shadow);
  border-radius: 4px;
  user-select: none;
  cursor: grab;
  position: relative;
  overflow:hidden;
  width: 58%;
  
}
.productViewMain {
    height:500px;
    margin:30px;
    margin-top:120px;
    
}
.productViewSlides {
    width:100%;
    height:100%;
    background-color:white;
    /*border-radius:15px 15px 15px 15px;*/
}
.propertydetailsspan {
    border-top: dashed 1px #e1e1e1;padding: 12px 0;display: block;margin: -1px 0 0 0;border-bottom: dashed 1px #e1e1e1;font-weight: bold;
}
.propertydetailsi {
    display: inline-block;
    width: 50%;
    font-style: normal;
}
.placeHolderContainer {
    padding-right:0px; margin-left:0px;margin-right:0px;margin-top:100px;display:block;margin-bottom:0px;
}




/* For -sx Screen Resalution */
@media screen and (max-width: 480px) {
    div.displaycontent{
        width:90%;
    }
    div.newslidecontainer {
        height:20vh;
    }
    button.slide-arrow{
        display:none;
    }
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 0rem;
	padding-left:0rem;
  }
    div.custslidediv {
        width:100%;
    }
     div.custslidecontainer{
		height:50vh;
        border-radius:15px 15px 15px 15px;
        
    }
     div.productViewMain{
         height:60vh;
         
     }
    
}

/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.newslidecontainer {
        height:30vh;
        
    }
    button.slide-arrow{
        display:none;
    }
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 0rem;
	padding-left:0rem;
  }
    div.custslidediv {
        width:100%;
        
    }
     div.custslidecontainer{
        border-radius:15px 15px 15px 15px;
    }
     div.productViewMain{
         
         height:300px;
     }
}

/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
     div.newslidecontainer {
        height:35vh;
    }
    
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 0rem;
	padding-left:0rem;
  }
    div.custslidediv {
        width:100%;
    }
     div.custslidecontainer{
        border-radius:15px 15px 15px 15px;
    }
     div.productViewMain{
         margin-top:160px;
         height:400px;
     }
}

/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {

    div.newslidecontainer {
        height:65vh;
    }
    
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 0rem;
	padding-left:0rem;
  }
    div.custslidediv {
        width:100%;
    }
    div.custslidecontainer{
        border-radius:15px 15px 15px 15px;
    }
  
}

/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.newslidecontainer {
        height:65vh;
    }
    div.slideNavigator {
        bottom:30px;
    }
    div.slide {
        padding: 0rem;
	
  }
}














.spashLogonew {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 65%;
	height: 65%;
	border-radius: 50%;
	overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}

.newwave
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #4973ff;
	border-radius: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0.5);
}
.newwave:before,
.newwave:after
{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-75%);
	background: #000;
}
.newwave:before
{
	border-radius: 45%;
	background: rgba(255,255,255,1);
	animation: animate 10s linear infinite;
}
.newwave:after
{
	border-radius: 40%;
	background: rgba(255,255,255,.5);
	animation: animate 5s linear infinite;
}
@keyframes animate
{
	0%
	{
		transform: translate(-50%,-70%) rotate(0deg);
	}
	100%
	{
		transform: translate(-50%,-75%) rotate(360deg);
	}
}





/*Popup Model*/
.modal-header_update {
    border-radius:5px 5px 0px 0px;
    height:40px;
    padding:0px;
    margin:0px;
}
/*Header*/
.popup_header_name_column {width:90%;text-align:left;padding-left:20px;vertical-align:top;}
.popup_header_name {color:white;font-weight:bold;}
.popup_header_close_column {width:10%;text-align:right;padding-right:20px;padding-bottom:20px;}
.popupclose {color: white;font-size: 30px;font-weight: bold;transition: 0.3s;}
.popupclose:hover,
.popupclose:focus {color: #bbb;text-decoration: none;cursor: pointer;}



/*Scroll Bar*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color); 
  border-radius: 0px;
  transition: 0.8s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-color-hover); 
  transition: 0.8s;
}











/*Login Page*/
.loginpagestyle {
    margin:0px;
    padding:30px;
    padding-top:60px;
    min-height:92vh;
    background-image: url('../Images/bacground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.PageBackground {
    display: flex;
    height:100vh;
    width:100vw;
    padding:20px;
    justify-content: center; 
    align-items: center;
}
.loginContainer {
    position:absolute;
    width:400px;
    height:auto;
    text-align:center;
    padding:0px;
}
.loginHeader {
    width:100%;
    float:left;
    height:40px;
    border-radius:15px 15px 0px 0px;
    text-align:center;
    padding:5px;
}
.loginControlsDiv{
    height:auto;
    width:100%;
    padding:50px;
    float:left;
    
}

/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.loginContainer {       
        margin-top:10px;
        width:350px;
    }
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
   div.loginContainer {       
        margin-top:10px;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.loginContainer {
        height:500px;
        margin-top:50px;
    }
    div.loginControlsDiv{
    
    padding-top:20px;
    
    
    }
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    
}








/*Heart Design*/
.heart {
    font-size:18pt;
    color:var(--primary-color);
    cursor:pointer;
    transition:0.5s;
}
.heart:hover{
    color:red;
    transition:0.5s;
    text-shadow: 2px 2px 4px #000000;
}
.heartfilled {
    font-size:18pt;
    color:red;
    cursor:pointer;
    transition:0.5s;
}
.heartfilled:hover {
    text-shadow: 2px 2px 4px #000000;
}

.heartMenu {
    font-size:18pt;
    color:var(--primary-color);
    cursor:pointer;
    transition:0.5s;
}
.heartMenu:hover{
    color:red;
    transition:0.5s;
    text-shadow: 2px 2px 4px #000000;
}

/*Login Alert*/
.loginAlertpopup{
    width:150px;
    height:50px;
    float:left;
    background-color:red;
    right:-160px;
    top:200px;
    position:fixed;
    padding:5px;
    padding-left:10px;
    border-radius:15px 0px 0px 15px;
    cursor:pointer;
    z-index:2000;
}
.loginAlertpopuplogo{
    width:40px;
    height:40px;
    float:left;
    color:white;
    font-size:18pt;
    justify-content: center; 
    align-items: center;
    
}
.loginAlertpopupContent{
    width:90px;
    height:50px;
    float:left;
    color:white;
    justify-content: center; 
    align-items: center;
    
}

/*Beacon Animation*/
.beacon{
  position:absolute;
  top:50%;
  left:50%;
  background-color:#DB2828;
  height:2em;
  width:2em;
  border-radius:50%;
  -webkit-animation: grow .4s 1 linear;
  animation: grow .4s 1 linear;
  -webkit-transform:translateX(-50%) translateY(-50%);
}
.beacon:before{
  position:absolute;
  content:"";
  height:2em;
  width:2em;
  left:0;
  top:0;
  background-color:transparent;
  border-radius:50%;
  box-shadow:0px 0px 2px 2px #DB2828;
  -webkit-animation:active 2s infinite linear;
  animation:active 2s infinite linear;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(.1);
  }
  
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes grow {
  0% {
    transform: scale(.1);
  }
  
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes active{
  0%{
    -webkit-transform:scale(.1);
    opacity:1;
  }
  70%{
    -webkit-transform:scale(2.5);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}
@keyframes active{
  0%{
    transform:scale(.1);
    opacity:1;
  }
  70%{
    transform:scale(2.5);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}


/*Animated Button*/
.anmbutton {
  display: inline-block;
  float:left;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #00AFEE;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight:bold;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color:white;
  border:2px solid #00AFEE;
  width:200px;
  padding-left:50px;
}
.anmbutton:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}
.anmbutton:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00AFEE;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.anmbutton:hover {
  color: #000000;
  text-decoration:none;
}
.anmbutton:hover:before {
  width: 100%;
}
.anmbutton:active {
  color: #fff;
  text-decoration:none;
}
.anmbutton:active:before {
  width: 100%;
}






/* General button style */
.splbtn {
  border: none;
  font-family: 'Lato';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  margin: 15px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.splbtn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.splbtn:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.splbtn-sep {
  padding: 25px 60px 25px 120px;
}

.splbtn-sep:before {
  background: rgba(0,0,0,0.15);
}


/* Button 2 */
.splbtn-2 {
  background: red;
  color: #fff;
}

.splbtn-2:hover {
  background: maroon;
}

.splbtn-2:active {
  background: maroon;
  top: 2px;
}

.splbtn-2:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 180%;
  width: 60px;
}


/* Icons */

.icon-cart:before {
  content: "\f095";
}

.likeButton{
    color:black;
    transition:1s;
}
.likeButton:hover{
    color:red;
    transition:1s;
}
.likeButton:active{
    color:red;
}

/*Master Reports*/
.mstrpt_item{
    width:150px;
    height:150px;
    float:left;
    border-radius:50%;
    position:absolute;
    cursor:pointer;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.mstrpt_caption{
    float:left;
    width:100%;
    height:auto;
    bottom:0px;
    position:absolute;
    text-align:center;
    cursor:pointer;
}
.mstrpt_div{
    justify-content: center; 
    display:flex;
}





/*Slide Caption*/
.LeftTop,.RightTop,.LeftBottom,.rightBotom{
    text-shadow: 2px 2px 4px #000000;
    position:absolute; 
    z-index:2000;
    font-family:COOPERBLACK;
    font-weight:bolder;
    color:var(--primary-color);
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
   div.LeftTop{
        left:10px;
        top:10px;
        font-size:2pt;
        display:none;
    }
   div.RightTop{
        right:20px;
        top:20px;
        font-size:10pt;
        display:none;
    }
    div.LeftBottom{
        left:20px;
        bottom:20px;
        font-size:10pt;
        display:none;
    }
    div.rightBotom{
        right:20px;
        bottom:20px;
        font-size:10pt;
        display:none;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.LeftTop{
        left:50px;
        top:60px;
        font-size:15pt;
    }
    div.RightTop{
        right:50px;
        top:60px;
        font-size:15pt;
    }
    div.LeftBottom{
        left:50px;
        bottom:60px;
        font-size:15pt;
    }
    div.rightBotom{
        right:50px;
        bottom:60px;
        font-size:15pt;
    }
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    div.LeftTop{
        left:50px;
        top:50px;
        font-size:20pt;
    }
    div.RightTop{
        right:50px;
        top:50px;
        font-size:20pt;
    }
    div.LeftBottom{
        left:50px;
        bottom:50px;
        font-size:20pt;
    }
    div.rightBotom{
        right:50px;
        bottom:50px;
        font-size:20pt;
    }
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.LeftTop{
        left:50px;
        top:50px;
        font-size:20pt;
    }
    div.RightTop{
        right:50px;
        top:50px;
        font-size:20pt;
    }
    div.LeftBottom{
        left:50px;
        bottom:50px;
        font-size:20pt;
    }
    div.rightBotom{
        right:50px;
        bottom:50px;
        font-size:20pt;
    }
}




/*Text Animation*/
.css-typing h1 {
  border-right: .15em solid orange;
  font-family: "SAMAN";
  white-space:nowrap;
  overflow: hidden;
}
.css-typing h1:nth-child(1) {
  width: 8.5em;
  -webkit-animation: type 2s steps(80, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.typing_anim_header {
    font-family:SAMAN;
    color:var(--splash-title);
    text-underline-position:below;
    font-weight:normal;
    font-size:40px;
    text-shadow: 2px 2px 4px #000000;
    line-height:100px;
}




@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}



@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}





/*offer tag*/
#tagcontainer {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -20px;
  text-align: center;
}
.vc {
  background: #7E0315;
  color: #fff;
  width: 68px;
  text-align: center;
  padding: 6.5px 10px;
  position:absolute;
  top:250px;
  left:0px;
  white-space: nowrap;
}
.vc:after {
  width: 0;
  height: 0;
  border: 12.5px solid transparent;
  position: absolute;
  content: "";
  border-top-color: #7E0315;
  right: -23px;
  top: 0px;
  border-left-color: #7E0315;
}
.vc:before {
    width: 0;
    height: 0;
    border: 13px solid transparent;
    position: absolute;
    content: "";
    border-bottom-color: #7E0315;
    right: -23px;
    top: 0px;
}


/*Corner Rebon*/
.new {
  background: red;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 4px;
  z-index: 2;
  transform: rotate(-45deg);
  
}
.new:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(45deg);
  border-width: 23px 23px 0 23px;
  border-color: red transparent transparent transparent;
  position: absolute;
  right: -28px;
  bottom: -3px;
}
.new:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(-45deg);
  border-width: 23px 23px 0 23px;
  border-color: red transparent transparent transparent;
  position: absolute;
  left: -28px;
  bottom: -3px;
}

/*Price Tag*/
/*Hide Or Active Div*/
.divTagContainerVisible {
    position:absolute;
    width:auto;
    height:auto;
    right:15px;
    top:55%;
    z-index:10;
    display:block;
}
.divTagContainerHide {
    position:absolute;
    width:auto;
    height:auto;
    right:10px;
    top:35%;
    display:none;
}
.tag {
  display: inline-block;

  width: auto;
  height: 38px;

  background-color: var(--primary-color);
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;

  border-left: 1px solid var(--primary-color);

  /* This makes room for the triangle */
  margin-left: 19px;

  position: relative;

  color: white;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 38px;

  padding: 0 10px 0 10px;
  -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}

/* Makes the triangle */
.tag:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid var(--primary-color);
  
}

/* Makes the circle */
.tag:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
  
}





/*Hide Or Active Div*/
.divVisible {
    display:block;
}
.divHide {
    display:none;
}

/*Rounded Button*/
.roundButton {
    border:1px solid var(--primary-color); 
    background-color:white;
    color: var(--primary-color); 
    padding:10px;
    font-size:14pt; 
    width:40px;
    height:40px;
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    transition: 0.8s;
    margin:10px;
    justify-content:center;
    align-items:center;
    display:flex;
    cursor:pointer;
}
.roundButton:hover {
    background-color:var(--primary-color);
    transition: 0.8s;
    color: white;
}
.itemPanelContent {
    display:block;float:right;width:auto;height:auto;position:absolute;right:0;top:0;z-index:99;margin-right:10px;margin-top:10px;padding-right:0px;
}


.roundBtnColor {
    color: var(--primary-color); 
}
.roundBtnColor:hover {
    color: white;
}



/*Datalist Menu*/
.DatalistMenu {
    width:0px;
    height:auto;
    display:none;
    float:right;
    position:absolute;
    right:0px;
    top:80px;
    /*opacity:0.9;*/
    border-radius:10px 0px 0px 10px;
    padding-top:10px;
    padding-bottom:10px;
    
}
.DataListLinkBtn {
    padding: 5px;
  color: #FFF;
  text-decoration: none;
  transition: all .2s;
  text-decoration:none;
}
.DataListLinkBtn:hover,
.DataListLinkBtn:focus {
    background: #CB8641;
  color: #fff;
  text-decoration:none;
}

/* menu appearance*/
#menu {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
 
}
li a {
  padding: 5px;
  color: #FFF;
  text-decoration: none;
  transition: all .2s;
  text-decoration:none;
  
}
li a:hover,
li a:focus {
  background: #CB8641;
  color: #fff;
  text-decoration:none;
}

/*Veg/Non Veg Container*/
.TypeContainerVisible {
    position:absolute;
    left:20px;
    bottom:20px;
    display:block;
}
.TypeContainerHide {
    position:absolute;
    left:20px;
    bottom:20px;
    display:none;
}
/*Veg Non-Veg*/
.logoVegOuter {
    width:30px;
    height:30px;
    float:left;
    background-color:transparent;
    border:3px solid Green;
    justify-content:center;
    align-items:center;
    display:flex;
}
.logoVegInner {
    width:15px;
    height:15px;
    background-color:Green;
    border-radius:50%
}
.logoNonVegOuter {
    width:30px;
    height:30px;
    float:left;
    background-color:transparent;
    border:3px solid red;
    justify-content:center;
    align-items:center;
    display:flex;
}
.logoNonVegInner {
    width:15px;
    height:15px;
    background-color:red;
    border-radius:50%
}

/*DisabledProduct*/
.disabledProductScreen {
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    position:absolute;
    left:0px;
    top:0px;
    justify-content:center;
    align-items:center;
    display:flex;
    padding:10px;
    z-index:100;
    border-radius:10px 10px 10px 10px;
}

.AboutModelPopUp {
    position:fixed;
    left:0px;
    top:0px;
    width:100vw;
    height:100vh;
    padding:5%;
    padding-top:2%;
    background-color: Gray;
    /*filter: alpha(opacity=80);
    opacity: 10;*/
    z-index:1500;
    justify-content:center;
    align-items:center;
    display:flex;
    visibility:hidden;
    
}
.AboutModelPopUpPanel {
    margin-top:100px;
    width:60vw;
    height:auto;
    background-color:white;
    z-index:1500;
    border-radius:10px 10px 0px 0px;
}
.AboutModelHeader {
    width:100%;
    display:block;
    float:left;
    height:40px;
    border-radius:10px 10px 0px 0px;
}
.AboutModelContainer {
    width:100%;
    display:block;
    float:left;
    height:100%;
    overflow-x:auto;
}


@media screen and (max-width: 992px) {
    div.AboutModelPopUp {
        padding-top:25%;
    }
}


 .bullets ul {
    list-style-type: disc;
    padding-left: 40px !important;
}

.bullets ul li {
 display: list-item;  
 list-style-type: disc;
}

.bullets ol {
    list-style-type: disc;
    padding-left: 40px !important;
}

.bullets ol li {
 display: list-item;  
 list-style-type:decimal;
}



/*Product Display*/
.image_container {
    height:600px;
    padding:50px;
    float:left;
	
}
.details_Container {
    height:720px;
    padding:50px;
    float:left;
    display:block;
    height:auto;
   
}
.productList {
    display:block;float:left;width:100%;height:100px;background-color:red;margin-top:10px;margin-bottom:10px;
}
.pv_tumb_div {
    height:100%;
    float:left;
    display:flex;
    position:relative;
    z-index:100;
    justify-content:center;
    
}
.pv_img_viewer {
    width:80%;
    height:100%;
    float:left;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    position:relative;
}

.pv_img {
  display: block;
  height: 100%;
  max-width: 100%;
}

.pv_product-page {
  display: flex;
  width:100%;
  height:100%;
}

.pv_img-display {
  flex-grow: 1;
  float:left;
  width:100%;
}

.pv_thumb {
  opacity: .7;
  margin: 0 .75rem .75rem 0;
  transition: opacity .25s ease-out;
}

.pv_thumb:hover,
.pv_thumb.active {
  opacity: 1;
  border:2px solid #CB8641;
}

.pv_zoom {
    width:100%;
    height:100%;
  display: inline-block;
}

.pv_view {
    height:100%;
}

.pv_hz_container {
    float:left;
    display:flex;
    position:relative;
    z-index:100;
    margin-top:20px;
    justify-content:center;
    width:100%;height:50px;
}
.pvhztumb {
    display:block;
    float:left;
    height:100%;
    width:50px;
    cursor:pointer;
    padding:5px;
    opacity: .7;
    transition: opacity .25s ease-out;
}
.pvhztumbact,.pvhztumb:hover { 
    opacity: 1;
    border:2px solid #CB8641;
}

/*ZOOM Display*/
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 0px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 200px;
  height: 200px;
  z-index:0;
}

.img-zoom-result {
  border: 0px solid #d4d4d4;
  /*set the size of the result div:*/
  width:500px;
  height:500px;
  display:block;
  float:left;
  z-index:100;
  position:absolute;
  top:50px;
  max-width:100%;
}

.productViewBtnContainer {
    display:block;
    float:left;
    width:100%;
    height:auto;
    position:absolute;
    bottom:0px;
    left:0px;
    padding-left:50px;
}
/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.pv_thumb {
        width: 70%;
    }
    div.pv_tumb_div {
        width:10%;
    }
    div.pv_img_viewer {
        justify-content:center;
        z-index:100;
        width:90%;
       
    }
    div.img-zoom-result {
        top:0px;
        right:0;
        visibility:hidden;
    }
    div.image_container {
        z-index:100;
        height:500px;
		padding-left:20px;
		padding-right:20px;
		
    }
    div.details_Container {
        margin-top:20px;
        padding:50px;
        margin-bottom:50px;
        height:700px;
        z-index:1000;
        padding-left:20px;
        padding-right:20px;
        height:auto;
    }
    div.productViewBtnContainer {
        padding-left:20px;
        bottom:-30px;
    }
    
    
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.pv_thumb {
        width: 70%;
    }
    div.pv_tumb_div {
        width:10%;
    }
    div.pv_img_viewer {
        justify-content:center;
        z-index:100;
        width:90%;
       
    }
    div.img-zoom-result {
        top:0px;
        right:0;
        visibility:hidden;
    }
    div.image_container {
        z-index:100;
        height:500px;
		
    }
    div.details_Container {
        margin-top:50px;
        padding:50px;
        margin-bottom:50px;
        height:580px;
        z-index:1000;
        padding-left:20px;
        height:auto;
        padding-right:20px;
       
    }
    div.productViewBtnContainer {
        padding-left:20px;
        bottom:-30px;
    }
    
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.pv_thumb {
        width: 90%;
    }
    div.pv_tumb_div {
        width:7%;
    }
    div.pv_img_viewer {
        align-items:flex-start;
        justify-content:flex-start;
        z-index:200;
    }
    div.img-zoom-result {
        top:-380px;
        width:400px;
        right:10px;
        height:400px;
    }
    div.image_container {
        z-index:200;
        height:500px;
        
    }
    div.details_Container {
        margin-top:0px;
        height:auto;
    }
    
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    div.pv_thumb {
        width: 50%;
    }
    div.pv_tumb_div {
        width:20%;
    }
    div.img-zoom-result {
        top:50px;
        left:-10px;
        width:400px;
        right:10px;
        height:400px;
    }
    div.details_Container {
        padding-left:20px;
        padding-right:20px;
        height:auto;
    }
    div.productViewBtnContainer {
        padding-left:20px;
    }
    div.pv_img_viewer {
        width:70%;
        height:90%;
        padding-left:50px;
    }
   
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.pv_thumb {
        width: 50%;
    }
    div.pv_tumb_div {
        width:20%;
    }
    div.img-zoom-result {
        top:50px;
        left:0;
    }
}





.slidearrow {
  height:70px;
  width:100%;
  position:absolute;
  background-color:black;
  font-size: 6rem;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 100ms;
  display:flex;
}
 
.slidearrow:hover,
.slidearrow:focus {
  opacity: 1;
}
 
#slidearrow-top {
  top:-22px;left:0px;
  padding-left: 5rem;
  padding-bottom:7rem;
  border-radius: 0 0 7rem 7rem;
}
 
#slidearrow-bottom {
  bottom:-22px;left:0px;
  padding-left: 6rem;
  padding-bottom:-5rem;
  border-radius: 7rem 7rem 0 0;
}
.pView_Heading {
    font-size:22pt;
    font-weight:bold;
}
.pView_Caption {
    font-size:12pt;
    font-weight:bold;
}
.pView_PriceContainer {
  font-size:11pt;
  font-weight:bold;
  height: 1.3em; 
  white-space: nowrap;
  margin-bottom:1px;
  margin-bottom:20px;
  height:auto;
}
.pView_CapValue {
    font-size:12pt;
    font-weight:normal;
}
.pView_MRP {
    font-size:20pt;
    font-weight:bold;
    color:black;
}
.pView_MRP_Price {
    font-size:20pt;
    font-weight:bold;
    color:darkgreen;
}
.pView_MRP_OldPrice {
    color:red;
    font-size:16pt;
}


.ProductViewDesc {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12pt;
    height: auto;
    margin-bottom: 10px;
    width:90%;

}
.ProductViewDesc2{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 9pt;
    height: auto;
    margin-bottom: 10px;
    width:90%;

}

.ProductViewTypeContainer {
    
   float:left;
    display:block;
}

/* For -sx Screen Resalution */
@media screen and (max-width: 480px) {
    div.displaycontent{
        width:90%;
    }
    div.newslidecontainer {
        height:30vh;
    }
    button.slide-arrow{
        display:none;
    }
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 0rem;
	padding-left:0rem;
  }
    div.custslidediv {
        width:100%;
    }
     div.custslidecontainer{
        border-radius:15px 15px 15px 15px;
    }
     div.productViewMain{
         height:250px;
     }
}


/*Qty Change Button*/
span {cursor:pointer; }
		.number{
			display:block;
            float:left;
		}
		.minus, .plus{
			width:30px;
			height:100%;
			background:var(--primary-color);
			border-radius:4px;
			padding:8px 5px 8px 5px;
			border:1px solid #ddd;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            color:white;
            transition:1s;
            
		}
            .minus:hover, .plus:hover {
                background:#CB8641;
                transition:1s;
            }
.inputQTY {
    height: 100%;
    width: 100px;
    text-align: center;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    display: inline-block;
    padding:7px;
    vertical-align: middle;
}

.btnBuy {
    margin-bottom:7px;
    padding:15px 40px 15px 40px;
    width:auto;
    height:auto;
    font-family:Arial;
    font-size:12pt;
    color:white;
    text-decoration: none;
    font-weight:bold;
    background-color:var(--primary-color);
    border-radius:4px 4px 4px 4px;
    border:1px Solid var(--primary-color);
    transition:1s;
    
}
.btnBuy:hover {
    background:#CB8641;
    color:var(--primary-color);
    transition:1s;
}

.btnBuySmall {
    margin-bottom:7px;
    padding:10px 30px 10px 30px;
    width:auto;
    height:auto;
    font-family:Arial;
    font-size:12pt;
    color:white;
    text-decoration: none;
    font-weight:bold;
    background-color:var(--primary-color);
    border-radius:4px 4px 4px 4px;
    border:1px Solid var(--primary-color);
    transition:1s;
    
}
.btnBuySmall:hover {
    background:#CB8641;
    color:var(--primary-color);
    transition:1s;
}

.btnAddCart {
    margin-left:10px;
    padding:15px 15px 15px 15px;
    width:auto;
    height:auto;
    font-family:Arial;
    font-size:15pt;
    color:var(--primary-color);
    text-decoration: none;
    font-weight:bold;
    background-color:white;
    border-radius:4px 4px 4px 4px;
    border:1px Solid var(--primary-color);
    transition:1s;
}
.btnAddCart:hover {
    background:var(--primary-color);
    color:white;
    transition:1s;
}
.btnAddCartRed {
    margin-left:10px;
    padding:15px 15px 15px 15px;
    width:auto;
    height:auto;
    font-family:Arial;
    font-size:15pt;
    color:red;
    text-decoration: none;
    font-weight:bold;
    background-color:white;
    border-radius:4px 4px 4px 4px;
    border:1px Solid var(--primary-color);
    transition:1s;
}
.btnAddCartRed:hover {
    background:var(--primary-color);
    color:red;
    transition:1s;
}

/*New Navigation*/
.navcontainer {
    width:100%; 
    height:100%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  cursor:pointer;
  transition:0.5s;
  color:gray;
}

.topnav a:hover {
  border-bottom: 3px solid var(--primary-color);
  color:var(--primary-color);
  transition:0.5s;
}

.topnav a.active {
    background-color:white;
    color:var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}
.aboutviewDiv {
    width:100%;
    border:1px solid var(--primary-color);
    margin-bottom:20px;
    border-radius:8px 8px 8px 8px;
    padding:15px;
}
.pview_datalist_key {
    display:block;
    float:left;
    height:auto;
    width:50%;
    border-radius:8px 0px 0px 8px;
    padding:20px;
    background-color:#CB8641;
}
.pview_datalist_val {
    display:block;
    float:left;
    height:auto;
    width:50%;
    border-radius:0px 8px 8px 0px;
    padding:20px;
    background-color:lightgray;
}
.specviewcontainer {
    padding-top:20px;
    padding-left:10%;
    padding-right:10%;
}
.divReviewTable {
    width:100%;
    margin-left:0px;
    border:1px solid var(--primary-color);
    margin-bottom:20px;
    border-radius:8px 8px 8px 8px;
    padding:15px;
    min-height:100px;
    visibility:hidden;
    max-height:500px;
    overflow:auto;
    display:block;
    position:relative;
}
.divReviewButton {
    width:100%;
    margin-left:0px;
    border:0px solid var(--primary-color);
    margin-top:20px;
    display:block;
    position:relative;
    text-align:right;
    visibility:hidden;
}
.textwidth {
    width:100%;
}
/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.navcontainer {
        display:none;
    }
	div.aboutviewDiv {
    width:100%;
    border:0px solid black;
    margin-bottom:20px;
    border-radius:8px 8px 8px 8px;
    padding:15px;
    }
    div.specviewcontainer {
        padding-left:2%;
        padding-right:2%;
        margin-left:30px;
    }
    div.divReviewTable {
        visibility:visible;
        margin:0px;
    }
    div.divReviewButton {
        visibility:visible;
        margin:0px;
        margin-top:20px;
    }
    .btnBuySmall {
    padding:5px 10px 5px 10px;
    font-size:9pt;
    }
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.navcontainer {
        display:none;
    }

    div.aboutviewDiv {
    width:100%;
    border:0px solid black;
    margin-bottom:20px;
    border-radius:8px 8px 8px 8px;
    padding:15px;
    }
    div.specviewcontainer {
        padding-left:2%;
        padding-right:2%;
        margin-left:30px;
    }
    div.divReviewTable {
        visibility:visible;
        margin:0px;
    }
    div.divReviewButton {
        visibility:visible;
        margin:0px;
        margin-top:20px;
    }
    .btnBuySmall {
    padding:10px 20px 10px 20px;
    font-size:12pt;
    }
}

/*Related Master Datalist*/
/*Arrow*/
.rp_slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  background-color:black;
  border: none;
  width: 5rem;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 0.5s;
}
 
.rp_slide-arrow:hover{
  opacity: 1;
  transition: opacity 0.5s;
}
 
#rp_slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rp_slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}

.rp_master_container {
   justify-content:flex-start;padding-left:0%;padding-right:0%;width:100%;margin:0px;padding:0px;padding-top:50px;padding-bottom:100px;
}
.rp_subcontainer {
    display:block;float:left;height:auto;width:100%;padding-top:30px;
}
.rp_headingContainer {
    display:block;float:left;height:auto;width:100%;padding-left:50px;position:relative;
}
.rp_heading {
    font-weight:bold;font-family:Arial;font-size:22pt;text-decoration:underline;
}
.rp_ItemContainer {
    display:block;float:left;height:auto;width:100%;
}
.rp_ItemSubContainer {
    display:block;float:left;width:100%;height:400px;position:relative;
}
.rp_LeftBtnContainer {
    display:inline-block;float:left; width:50px;height:100%;z-index:999;position:absolute;left:0px;
}
.rp_RightBtnContainer {
    display:inline-block;float:right;width:50px;height:100%;z-index:999;position:absolute;right:0px;
}
.rp_itemHolder {
    display:block;float:left;width:100%;height:auto;position:absolute;padding-left:40px;padding-right:40px;overflow:hidden;
}
.rp_itemPanel {
    display:block;float:left; height:100%;width:auto;
}

.rp_itemview {
    align-content:center;margin:0px;padding:10px; width:250px;
}
.rp_itemBorder {
    position:relative;
    width:100%;
    height:100%;
    padding:0px;
    border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.rp_itemBorder:hover {
    transition:0.2S;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.rp_Item_ImageMain {
    width:100%;height:100%;padding:0px;
}
.rp_item_ImageSub {
    float:left;width:100%;height:auto;padding:0px;
}
.rp_item_upper {
    width:100%;height:auto;display:block;float:left;float:left;padding:10px;max-height:40%;
}
.rp_item_img {
    width:100%; display: block;position: relative;
}
.rp_item_btn_container {
    width:100%;display:flex;float:Left;height:auto;bottom:0px;position:absolute;justify-content: center;margin-top:30px;
}
.rp_item_roundbtn {
    border:1px solid var(--primary-color); 
    background-color:white;
    color: var(--primary-color); 
    padding:10px;
    font-size:14pt; 
    width:40px;
    height:40px;
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    transition: 0.8s;
    margin:10px;
    justify-content:center;
    align-items:center;
    display:flex;
    cursor:pointer;
}
.rp_item_roundbtn:hover {
    background-color:var(--primary-color);
    transition: 0.8s;
    color: white;
}
.rp_item_header {
    display:block;float:Left;position:absolute;left:0px;top:0px;width:100%;height:50px;padding:20px;padding-bottom:0px;
}
.rp_item_header_first {
    float:left;width:50%;height:30px;right:0px;
}
.rp_item_header_second {
    float:right;width:50%;height:30px;right:0px;text-align:right;
}
.rp_details_container {
    margin:0px;text-align:center;height:100%;width:100%;float:left;padding:10px;padding-bottom:20px;padding-top:0px;
}
.rp_details_name {
   font-size:12pt;font-weight:bold;height: 1.4em; margin-bottom:0px;
}
.rp_details_desc {
    width: 100%;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size:8pt;height: 2.5em;margin-bottom:10px;
}
.rp_details_amt_container {
    font-size:11pt;font-weight:bold;height: 1.3em;white-space: nowrap;margin-bottom:1px;color:green;font-size:16pt;
}
.rp_details_prv_amt {
    color:red;font-size:10pt;
}
.rp_details_view_btn_container {
    display:block;float:left;width:100%;height:50px;padding-top:20px;
}

/* Data List Banner*/
.dl_header_baner {
    display:block;
    float:left;
    height:auto;
    width:100%;
    margin-bottom:50px;
    
}
.dl_header_baner_hide {
    display:none;
}

/*Baner Designs*/
.Baner1_cover {
    float:left;
    display:flex;
    height:300px;
    width:100%;
    justify-content:center;
    align-items:center;
    background-color:gray;
}




/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.rp_headingContainer{
        padding-left:10px;
    }
    div.rp_itemHolder{
        padding-left:0px;
    }
    div.rp_itemPanel {
        padding-left:0px;
    }
    div.rp_itemview {
        width:250px;
    }
    label.rp_heading {
        font-size:18pt;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {}


/*Rating Star settings*/
.star {
    color:gray;
    background-color:transparent;
}
.starChecked {
    color:#D4AF37;
}

.actionstar {
    color:gray;
    background-color:transparent;
}
.actionstarChecked {
    color:#D4AF37;
}
.actionstar:hover {
    color:#D4AF37;
    background-color:transparent;
}

/*Rating star size*/
.star_homepage {
    font-size:16pt;
}
.star_productView {
    font-size:16pt;
}
.star_review {
    font-size:12pt;
}

#txtkey{
  width: 100%;
}






/*Datalist Partner Container*/
.pantner_container_master {
    width:100%;
    border:1px solid var(--primary-color);
    margin-bottom:20px;
    border-radius:8px 8px 8px 8px;
    padding:15px;
}


/*FAQ Desins*/


.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 0px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 16px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
  padding-bottom:10px;
}

.panel-close {
  font-size: 16px;
  padding: 0px 5px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.panel-open {
  font-size: 16px;
  padding: 0px 5px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  height: auto;
  opacity: 1;
  padding: 14px;
}


.faqplus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.faqplus_close {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
   -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.panel {
  display: none;
}



/*Cart & Wish List Dropdown*/
.cwld_main_container{
    background-color:white;width:400px;height:600px;position:fixed;right:60px;top:-700px;border-radius:0px 0px 15px 15px;z-index:100;font-size:16pt;
}
.cwld_closebtn {
    width:auto;height:auto;text-align:right;display:block;float:left;position:absolute;right:20px;top:20px;
}
.cwld_heading {
    width:auto;height:auto;text-align:right;display:block;float:left;position:absolute;left:20px;top:0px;
}
.cwld_cart_container {
    width:100%;height:80%;overflow-x:auto;padding:20px;margin-top:40px;visibility:visible;
}
.cwld_wishlist_container {
    width:100%;height:80%;overflow-x:auto;padding:20px;margin-top:0px;visibility:hidden;padding-top:5px;
}
.cwld_item_container {
    display:block;float:left;width:100%;border:0px solid black;margin-bottom:20px;border-radius:8px 8px 8px 8px;padding:7px;height:auto;position:relative;
}
.cwld_img_container {
    display:block;float:left;width:100px;height:100px;
}
.cwld_desc_container {
    height:100px;margin-left: 100px;padding-left:7px;padding-top:10px;
}
.cwld_product_name {
  font-size:12pt;
  font-weight:bold;
  height: 1.4em; 
  margin-bottom:0px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cwld_product_amt {
    font-size:11pt;
  font-weight:bold;
  height: 1.3em; 
  white-space: nowrap;
  margin-bottom:1px;
  color:green;font-size:16pt;
}
.cwld_prev_amt {
    color:red;font-size:10pt;
}
.cwld_delete_container {
    width:auto;height:auto;position:absolute;right:20px;bottom:20px;font-size:12pt;
}
.cwld_delbtn {
    width:10px;
    height:15px;
    cursor:pointer;
    color:#CB8641;
    transition:0.5s;
    font-size:12pt;
}
.cwld_delbtn:hover {
    
    color:var(--primary-color);
    transition:0.5s;
}
.cwld_countpanel {
    width:100%;height:50px;background-color:red;position:absolute;bottom:0px;left:0px;border-radius:0px 0px 15px 15px;padding:5px;padding-left:30px;padding-right:30px;
    
}
.cwld_countpanel_part1 {
    width:20%;display:block;float:left;text-align:left;color:white;
}
.cwld_countpanel_part2 {
    width:50%;display:block;float:left;text-align:right;color:white;
}
.cwld_countpanel_part3 {
    width:30%;display:block;float:left;text-align:right;color:white;
}




/*Cart View Popup*/
/*Veg/Non Veg Container*/
.cartpop_container {
    background-color:white;text-align:justify;padding:35px;
}
.cartpop_closebtn {
    width:30px;height:30px;border-radius:50%;position:absolute;right:-10px;top:-10px;display:flex;justify-content:center;align-items:center;
}
.cartpop_img_caontainer {
    width:100%;padding:0px;height:auto;margin-bottom:10px;position:relative;
}
.cartpop_img {
    width:100%; display: block;position: relative;
}
.cartpop_TypeContainerVisible {
    position:absolute;
    left:10px;
    top:10px;
    display:block;
    padding:10px;
    
}
.cartpop_TypeContainerHide {
    position:absolute;
    left:20px;
    top:20px;
    display:none;
    padding:10px;
}
.cartpop_name_container {
    margin:0px;text-align:left;height:auto;width:75%;float:left;padding-top:0px;
}
.cartpop_Name { 
  font-size:16pt;
  font-weight:bold;
  height: 1.4em; 
  margin-bottom:0px;
}
.cartpop_amt_container {
    margin:0px;text-align:right;height:auto;width:25%;float:left;padding:0px;padding-top:0px;
}
.cartpop_amt {
  font-size:20pt;
  font-weight:bold;
  height: 1.3em; 
  white-space: nowrap;
  margin-bottom:1px;
  color:green;
 
}
.cartpop_desc_container {
    margin:0px;text-align:left;height:auto;width:100%;float:left;padding:0px;padding-top:0px;
}
.cartpop_desc {
  width: 100%;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:12pt;
  height: auto; 
  margin-bottom:10px;
}
.cartpop_control_container {
    width:100%;height:auto;display:block;float:left;
}
.cartpop_qty_container {
    width:40%;height:60px;display:flex;float:left;text-align:left;align-items:center;
}
.cartpop_btn_container {
    width:60%;display:block;float:left;text-align:right;
}

/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
	div.cartpop_container {
		width:90%;
		margin:20px;
		height:70vh;
		padding:20px;
		padding-top:40px;
	}
	div.cartpop_closebtn{
		right:-25px;
	}
	div.cartpop_name_container{
		width:100%;
		text-align:center;
	}
	div.cartpop_amt_container{
		width:100%;
		text-align:center;
	}
	div.cartpop_desc_container{
		width:100%;
		height:auto;
		text-align:left;
	}
	div.cartpop_qty_container{
		width:100%;
		text-align:center;
		padding-bottom:20px;
	}
	div.cartpop_btn_container{
		width:100%;
		text-align:left;
	}
	
	div.cwld_main_container{
		right:5px;
		width:100wh;
	}
	div.cwld_heading{
		padding-top:10px;
	}
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}







.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}


/*CHANGE BUTTON*/
.datalist_btn_view {
    font-size:12PT;
    padding-left:5px;
    color:gray;
    transition:0.8s;
}
.datalist_btn_view:hover {
    color:var(--primary-color);
    transition:0.8s;
}

.cartlbl {
    color:white;
}
.cartlbl:hover {
    color:var(--primary-color);
}

/*PRODUCT CHECKOUT*/
.product_checkout_image {
    float:left;
    height:500px;
}
.checkout_image_container {
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    display:flex;
    padding:30px;
}



/* Tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  float:left;
}

.tooltip .tooltiptext {
  visibility: visible;
  width: 120px;
  min-height: 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptext.active {
  visibility: visible;
  opacity: 1;
}







/*Order Receipt Design*/
.order_row_panel {
    width:100%; margin:0px;padding:0px;height:auto;
}
.order_content_panel_left {
    height:auto;text-align:left;
}
.order_content_panel_right {
    height:auto;text-align:right;
}
.order_heading {
    font-weight:bold;
}
.order_conetct {
    line-height:10px;
}




/*Checkout Page Datalist*/
.copItemBackground
    {
        background-color:white;
        transition: 1s;
        width:100%;
        height:150px;
        border-radius: 14px 14px 14px 14px;
        position:relative;
        border:0.5px solid black;
    }
    .copItemBackground:hover
    {
        background-color:white;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        transition: 1s;
        cursor:pointer
        
    }
.orders_copItemBackground
    {
        background-color:white;
        transition: 1s;
        width:100%;
        height:150px;
        border-radius: 14px 14px 14px 14px;
        position:relative;
        border:0.5px solid black;
    }
.orders_copItemBackground:hover
    {
        background-color:white;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        transition: 1s;
        cursor:pointer
        
    }
.chkOutPage_dl_panel1 {
    width:110px;height:100%;display:block;float:left;padding:10px;
}
.chkOutPage_dl_panel2 {
    width:300px;height:100%;display:block;float:left;padding:10px;
}
.chkOutPage_dl_panel3 {
    width:170px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:0px;right:72px;
}
.chkOutPage_dl_panel4 {
    width:70px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:0px;right:0px;
}
.CheckoutProductContent {
    align-content:center;padding-left:50px;padding-right:50px;width:100%;
}
.chkpView_Heading {
    font-size:14pt;
    font-weight:bold;
}
.chkTotalItemBackground {
    width:100%;height:120px;border-radius: 14px 14px 14px 14px;position:relative;border:0.5px solid black;
}
.chkpview_total_content {
    align-content:center;padding-left:35px;padding-right:65px;width:100%;margin-top:30px;
}
.chkpview_total1 {
    width:auto;height:100%;display:block;float:left;padding:10px;text-align:right;
    position:absolute;
        right:100px;top:0px;
}
.chkpview_total2 {
    width:100px;height:100PX;display:block;float:left;padding:10px;text-align:right;
     position:absolute;
        right:0px;top:0px;
}
/*My Cart Designs*/
.mycartProductContent {
    align-content:center;padding-left:50px;padding-right:50px;width:100%;
}
.mycart_dl_panel1 {
    width:150px;height:100%;display:block;float:left;padding:10px;
}
.mycart_dl_panel2 {
    width:70%;height:100%;display:block;float:left;padding:10px;
}

.mycart_dl_panel4 {
    width:70px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:0px;right:0px;
}

.popupwidth {
    width:60vw;
}
.printPopleftdiv {
    height:auto;
    text-align:left;
    margin:0px;
    padding:0px;
    margin-bottom:20px;
}
.printPoprightdiv {
    height:auto;
    margin:0px;
    text-align:right;
    padding:0px;
    margin-bottom:20px;
}
.printPopRightTable {
    text-align:right;
}

/*Admin Orders Page Design*/
.adminOrders_dlContiner {
    align-content:center;padding-left:50px;padding-right:50px;width:100%;height:auto;
}
.adminOrders_ItemBackground
    {
        background-color:white;transition: 1s;width:100%;height:auto;border-radius: 14px 14px 14px 14px;position:relative;border:0.5px solid black;padding-top:20px;
        padding-left:5%;padding-right:5%;padding-bottom:40px;
    }
.adminOrders_ItemBackground:hover
    {
        background-color:white;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);-moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); transition: 1s; cursor:pointer
        
    }
.reportLebel{
    font-family:Arial;
    font-size:10pt;
}


/* Offer View Dtalist*/

.DatalistOfferItem {
    width:80%;
    height:auto;
    padding:5px;
    margin-right:5px;
    border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.offerItemCaption {
    width:100%;
    text-align:center;
  font-size:7pt;
  font-weight:bold;
  height: 2em; 
  margin-bottom:0px;
  padding-top:5px;
}
.offerFunction {
    display:block;float:left;width:30px;height:100%;
}
.offerFunctionhidden {
    display:none;
}
.offerPrice {
    font-family:Forta;
    font-size:18pt;
    transform: rotate(-20deg);
    color:red;
}

.displaydiv {
    display:block;
}
.hidediv {
    display:none;
}
.offerinnerDatalistContiner1 {
    display:block;float:left;
}
.offerinnerDatalistContiner2 {
    height:100%;display:block;float:left;height:100%;
}
.offrControls {
    width:100%;height:30px;text-align:right;padding-right:0px;
}
.offrItemBtn {
    font-size:10pt;padding-left:5px;color:gray;transition:0.8s;
    position:absolute;left:0px;
}
.offrItemBtn:hover {
    color:var(--primary-color); transition:0.8s;
}
.offerItemPanelBtnContiner {
    display:block;float:left;width:40px;height:100%;position:absolute;right:0px;top:0px;padding-right:30px;padding-top:10px;font-size:10pt;
}
.offerItemPanelQtyContiner {
    display:block;float:left;width:auto;height:30px;position:absolute;left:0px;top:0px;padding-top:5px;font-size:14pt;text-align:left;padding-left:10px;
}
.offrItemQty {
    font-size: 12pt;
    font-weight: bold;
}
.disabledOffr {
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    position:absolute;
    left:0px;
    top:0px;
    justify-content:center;
    align-items:center;
    display:flex;
    padding:10px;
    z-index:100;
    border-radius:10px 10px 10px 10px;
}
.OffrEnableBtn {
    font-size:12PT;
    padding-left:5px;
    color:gray;
    transition:0.8s;
    position:absolute;
    right:10px;
    top:10px;
}
.OffrEnableBtn:hover {
    color:#FFFFFF;
    transition:0.8s;
}
.OffrMainContiner {
    width:100%; padding:50px;margin:0px;min-height:500px;
}
.priceStampContiner {
    align-content:center;margin:0px;padding:0px;position:relative;display:flex;justify-content:flex-end;align-items:center;height:100%;padding-top:1.5em;
}
.offrPrice {
  font-size:12pt;
  font-weight:bold;
  height: 1.3em; 
  white-space: nowrap;
  margin-bottom:1px;
  color:green;text-align:center;
}
.ProductViewOfferContainer {
    justify-content:flex-start;padding:0%;width:100%;margin:0px;
    height:auto;
}
.ProductViewOfferDlItems {
    background-color:white;width:100%;height:auto;position:relative;
}
.ProductViewPriceStampContiner {
    margin:0px;padding:0px;height:200px;
}

/*Group Display*/

.gpa_headingContainer {
    display:block;float:left;height:auto;width:100%;padding-left:50px;position:relative;
}
.gpa_heading {
    font-weight:bold;font-family:Arial;font-size:16pt;text-decoration:underline;
}
.gpa_details_name {
   font-size:9pt;font-weight:bold;height: 3em; margin-bottom:0px;
}
.gpa_netqty_label {
    font-size:11pt;font-weight:bold;height: 1.3em;white-space: nowrap;margin-bottom:1px;color:black;font-size:16pt;
}
.gpa_rate_label {
    font-size:12pt;font-weight:bold;height: 1.3em;white-space: nowrap;margin-bottom:1px;color:red;font-size:16pt;
}
.gpaControls {
        display:block;float:right;width:30px;
    }
.gpu_ItemBackground
    {
        background-color:white;transition: 1s;border-radius: 14px 14px 14px 14px;position:relative;border:0.5px solid #707793;padding-top:20px;
        padding-left:5%;padding-right:5%;padding-bottom:40px;width:75px;height:75px;color:#707793;
    }
.gpu_ItemBackground:hover
    {
        background-color:white;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);-moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); transition: 1s; cursor:pointer;
        border:0.5px solid var(--primary-color);color:var(--primary-color);
    }
.gpu_ItemBackgroundselected
    {
        background-color:white;transition: 1s;border-radius: 14px 14px 14px 14px;position:relative;padding-top:20px;
        padding-left:5%;padding-right:5%;padding-bottom:40px;width:75px;height:75px;color:#707793;background-color:white;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);-moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); transition: 1s; cursor:pointer;
        border:0.5px solid var(--primary-color);color:var(--primary-color);
    }
.gpu_productList {
    display:block;float:left;width:100%;height:85px;margin-top:10px;margin-bottom:10px;
}
.gpu_itemHolder {
    display:block;float:left;width:100%;height:auto;position:relative;padding-left:10px;padding-right:0px;overflow:hidden;
}
.gpu_itemPanel {
    display:block;float:left; height:100%;width:auto;
}
.gpu_LeftBtnContainer {
    display:flex;float:left; width:35px;height:85px;z-index:999;position:absolute;left:35px;justify-content:center;align-items:center;
}
.gpu_RightBtnContainer {
    display:flex;float:right;width:35px;height:85px;z-index:999;position:absolute;right:35px;justify-content:center;align-items:center;
}
.gpu_bttn {
    display:flex;float:left;width:30px;height:30px;border-radius:50%;justify-content:center;align-items:center;border:1px solid var(--primary-color);color:var(--primary-color);background-color:white;
    transition:0.9s;
}
.gpu_bttn:hover {
    color:white;background-color:var(--primary-color);transition:0.9s;
}
.gpu_MainLogoContainer {
    display:flex;float:left;height:35px;position:absolute;bottom:-0px;justify-content:center;align-items:center;width:auto;
}
.gpu_SubLogoContainer {
    display:block;float:left;height:100%;width:auto;
}
.gpu_dl_image {
    width:50px;height:50px;cursor:pointer;margin-right:10px;
}
.info_panelContiner {
    width:100%;
    height:10px;
    display:block;
    float:left;
    position:absolute;
    justify-content:center;
    align-items:center;
    bottom:-40px;
    text-align:center;
    cursor:pointer;
    z-index:1000;
}




/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
	div.CheckoutProductContent {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;height:240px;padding-right:0px;
    }
    div.copItemBackground {
        height:220px;
    }
    .chkpView_Heading {
    font-size:10pt;
    font-weight:bold;
    }
    div.chkOutPage_dl_panel2 {
    width:100%;height:100%;display:block;float:left;padding:10px;
    }
    .chkOutPage_dl_panel1 {
        width:110px;height:100%;display:block;float:left;padding:10px;position:absolute;left:0px;top:100px;
    }
    .chkOutPage_dl_panel3 {
    width:170px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:100px;right:72px;
    }
    .chkOutPage_dl_panel4 {
    width:70px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:100px;right:0px;
    }
    div.chkpview_total_content {
        padding:0px;padding-right:15px;
    }
    div.chkpview_total1 {
        width:auto;height:100%;display:block;float:left;padding:10px;text-align:right;
        position:absolute;
        right:100px;top:0px;
    }
    div.chkpview_total2 {
        width:100px;height:100PX;display:block;float:left;padding:10px;text-align:right;
        position:absolute;
        right:0px;top:0px;
    }
    div.mycartProductContent {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;height:160px;padding-right:0px;
    }
    div.chkpView_Heading {
        font-size:10pt; font-weight:bold;
    }
    
    div.mycart_dl_panel1 {
        width:110px;height:100%;display:block;float:left;padding:10px; width:150px;
    }
   .mycart_dl_panel2 {
    width:60%;height:100%;display:block;float:left;padding:10px;
    }
   .popupwidth {
    width:96vw;
    }
   div.adminOrders_dlContiner {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;padding-right:0px;
    }
    div.adminOrders_ItemBackground {
        padding-bottom:80px;
    }
    div.offrControls {
        display:block;
        float:left;
        width:30px;
    }
    div.gpaControls {
        display:block;
        float:left;
        width:30px;
    }
    div.OffrMainContiner {
        padding:10px;
    }
    div.offerinnerDatalistContiner1 {
        padding:0px;
    }
    .offerPrice {
        font-family:Forta;
        font-size:12pt;
        transform: rotate(-20deg);
        color:red;
    }
    
    .offrItemQty {
        font-size: 10pt;
        font-weight: bold;
    }
    div.offrPrice {
        font-size:10pt;
    }
    div.ProductViewOfferDlItems {
        margin-left:20px;
        margin-right:20px;
    }
    div.priceStampContiner {
        padding-right:10px;
    }
    .ProductViewPriceStampContiner {
        height:150px;
    }
    .gpu_LeftBtnContainer {
        left:10px;
    }
    .gpu_RightBtnContainer {
        right:10px;
    }
    div.gpu_MainLogoContainer {
        display:flex;float:left;height:35px;position:absolute;bottom:80px;justify-content:center;align-items:center;width:100%;
        padding-right:40px;
    }
    div.gpu_SubLogoContainer {
        display:block;float:left;height:100%;width:auto;
    }
    img.gpu_dl_image {
        width:40px;height:40px;cursor:pointer;margin-right:10px;
    }
    div.info_panelContiner {
        bottom:-10px;padding-right:50px;
    }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
    div.CheckoutProductContent {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;height:240px;padding-right:0px;
    }
    div.copItemBackground {
        height:220px;
    }
    .chkpView_Heading {
    font-size:10pt;
    font-weight:bold;
    }
    div.chkOutPage_dl_panel2 {
    width:100%;height:100%;display:block;float:left;padding:10px;
    }
    .chkOutPage_dl_panel1 {
        width:110px;height:100%;display:block;float:left;padding:10px;position:absolute;left:0px;top:100px;
    }
    .chkOutPage_dl_panel3 {
    width:170px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:100px;right:72px;
    }
    .chkOutPage_dl_panel4 {
    width:70px;height:100%;display:block;float:left;padding:10px;text-align:right;position:absolute;top:100px;right:0px;
    }
    div.chkpview_total_content {
        padding:0px;padding-right:15px;
    }
    div.chkpview_total1 {
        width:auto;height:100%;display:block;float:left;padding:10px;text-align:right;
        position:absolute;
        right:100px;top:0px;
    }
    div.chkpview_total2 {
        width:100px;height:100PX;display:block;float:left;padding:10px;text-align:right;
        position:absolute;
        right:0px;top:0px;
    }
    div.mycartProductContent {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;height:160px;padding-right:0px;
    }
    div.chkpView_Heading {
        font-size:10pt; font-weight:bold;
    }
    
    div.mycart_dl_panel1 {
        width:110px;height:100%;display:block;float:left;padding:10px; width:150px;
    }
   .mycart_dl_panel2 {
    width:60%;height:100%;display:block;float:left;padding:10px;
    }
   .popupwidth {
    width:96vw;
    }
   div.adminOrders_dlContiner {
        align-content:center;padding-left:10px;padding-right:10px;width:100%;padding-right:0px;
    }
   div.adminOrders_ItemBackground {
        padding-bottom:80px;
    }
   div.offrControls {
        display:block;
        float:left;
         width:30px;
    }
   div.gpaControls {
        display:block;
        float:left;
        width:30px;
    }
   div.OffrMainContiner {
        padding:10px;
    }
   div.priceStampContiner {
        padding-top:35px;
    }
   .offerPrice {
        font-family:Forta;
        font-size:14pt;
        transform: rotate(-20deg);
        color:red;
    }
   .ProductViewPriceStampContiner {
        height:180px;
    }
   .gpu_LeftBtnContainer {
        left:0px;
    }
    .gpu_RightBtnContainer {
        right:0px;
    }
    div.gpu_MainLogoContainer {
        display:flex;float:left;height:35px;position:absolute;bottom:50px;justify-content:center;align-items:center;width:100%;
        padding-right:100px;
    }
    div.gpu_SubLogoContainer {
        display:block;float:left;height:100%;width:auto;
    }
    img.gpu_dl_image {
        width:40px;height:40px;cursor:pointer;margin-right:10px;
    }
    div.info_panelContiner {
        bottom:-40px;padding-right:100px;
    }
}

/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   div.gpu_MainLogoContainer {
        display:flex;float:left;height:35px;position:absolute;bottom:50px;justify-content:center;align-items:center;width:100%;
        padding-right:100px;
    }
    div.gpu_SubLogoContainer {
        display:block;float:left;height:100%;width:auto;
    }
    img.gpu_dl_image {
        width:40px;height:40px;cursor:pointer;margin-right:10px;
    }
    div.info_panelContiner {
        bottom:-40px;padding-right:100px;
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   div.gpu_MainLogoContainer {
        display:flex;float:left;height:35px;position:absolute;bottom:-0px;justify-content:center;align-items:center;
        height:40px; width:auto;
   }
   div.gpu_SubLogoContainer {
    display:block;float:left;height:100%;width:auto;padding-right:30px;
    }
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
}
    










/*whatsapp-pulse*/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    text-decoration:none;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.faa {
  padding: 0px;
  font-size: 10px;
  width: 50px;
  height:50px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
  border-radius: 50%;
  text-decoration:none;
  cursor:pointer;
  
}

.faa:hover {
    opacity: 0.7;
    background-color:transparent;
    transition: 0.8s;
    text-decoration:none;
}
.faa:focus {
     color:white;
}











/*Chat Boat*/
.chatbot-container {
            width: 400px;
            max-width: 100%;
            margin: 20px auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 10px;
            background-color: #f7f7f7;
        }

        .chat-history {
            height: 300px;
            overflow-y: scroll;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #ccc;
            background-color: #fff;
        }

        .user-message {
            margin-bottom: 10px;
        }

        .chatbot-message {
            text-align: right;
            margin-bottom: 10px;
        }

        .chat-input {
            width: 100%;
            border: 1px solid #ccc;
            padding: 5px;
        }

        .send-button {
            margin-top: 10px;
            padding: 5px 10px;
            background-color: #4caf50;
            border: none;
            color: #fff;
            cursor: pointer;
        }



/*Sticker*/
.sticker {
  position: relative;
  display: table;
  width: 10em;
  height: 10em;
  padding: 1em;
  border-radius: 100%;
  background-color:red;
  box-sizing: border-box;
  overflow: hidden;
  
   
}
.sticker p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: black;
}
.sticker .fold {
  content: "";
  display: block;
  width: 10em;
  height: 10em;
  position: absolute;
  right: -6em;
  top: -6em;
  border-radius: 100%;
  background: -webkit-linear-gradient(-135deg, transparent 11.3em, #feeba7 10em, #feeba7 10em, #feeba7 85%);
  
}

.sticker.yellow {
  background: -webkit-linear-gradient(-135deg, transparent 2.82em, rgb(255,215,7) 0, rgb(255,215,7));
}

/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    .sticker.yellow {
        width:8em;
        height:8em;
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
    .sticker.yellow {
        width:9em;
        height:9em;
    }
   
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}






/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}




/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}


.container {
    margin-top:0px;padding:0px;
}
.webheaderconternt {
    padding-left:100px;padding-top:10px;padding-bottom:0px;text-align:left;height:80px;padding-top:10px;width:430px;
}
.mainhead {
    display:block;float:left;height:auto;width:100%;text-align:left;padding-left:20px;padding-top:15px;
}
.subhead {
    display:block;float:left;height:30px;width:100%;text-align:left;padding-left:20px;
}
.page_container {
    min-height:530px;height:auto;
}
.menuctr {
    
}
.aboutcontainer {
    padding:50px;padding-top:0px;padding-bottom:20px;
}
.about_menu_continer {
    height:auto;width:100%;padding-left:100px;padding-right:100px;
}
.aboutItems {
    margin:100px;margin-top:0px;
}
.about_menu_item_container {
    height:70px;display:flex;align-items:center;justify-content:center
}
.about_menu_item {
    width:90%;height:50px;background-color:var(--menu-font-color-hover);border-radius:10px 10px 10px 10px;
    display:flex;justify-content:center;align-items:center;font-size:12pt;color:black;
    transition: 0.8s;cursor:pointer;
}
.about_menu_item:hover {
    background-color:var(--primary-color);
    color:var(--primary-font-color);
    transition: 0.8s;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.about_item_underline {
    display:block;float:left;width:100%;height:5px;background-color:var(--menu-font-color-hover);
    margin-bottom:20px;margin-top:20px;
}
.aboutItemHeader {
    font-size:20pt;
    text-decoration:underline;
}


/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.webheaderconternt {
        padding-left:100px;
        padding-top:10px;
        padding-bottom:0px;
        text-align:left;
        height:80px;padding-top:10px;
        padding-right:40px;

    }
    div.container {
        padding-left:5px;
    }
    div.mainhead {
        padding-left:0px;
        margin-left:0px;
        padding-top:15px;
        width:auto;
        padding-right:0px;
        
    }
    img.mainhead_image {
       height:25px;
       margin-left:15px;
       margin-top:10px
    }
    div.subhead {
        width:82%;
        padding-left:0px;
        padding-right:0px
    }
    .orgtitlefont {
        font-size:17pt;
    }
    div.about_menu_continer {
        padding-left:0px;padding-right:0px;
    }
    div.page_container {
        padding:0px;
        padding-left:30px;
    }
    div.aboutItems {
        width:100%;
        margin:0px;
        padding:20px;
    }
    div.menuctr {
        width:100%;height:auto;padding:0px;margin:0px;
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.webheaderconternt {
        height:80px;padding-top:10px;width:100vw;

    }
    div.mainhead {
        width:85%;
        padding-left:5px;
    }
    img.mainhead_image {
       height:30px;
       margin-left:15px;
       margin-top:10px
    }
    div.subhead {
        width:85%;
        padding-left:10px;
    }
    .orgtitlefont {
        font-size:20pt;
    }
    div.about_menu_continer {
        padding-left:0px;padding-right:0px;
    }
    div.aboutItems {
        width:100%;
        margin:0px;
        padding:20px;
    }
    div.menuctr {
        width:100%;height:auto;padding:0px;margin:0px;padding-left:50px;margin-top:50px;
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.webheaderconternt {
        width:430px;height:80px;padding-top:10px;
    }
    div.mainhead {
        width:500px;
        padding-left:70px;
    }
    img.mainhead_image {
       height:50px;
    }
    div.subhead {
        width:500px;
    }
     .orgtitlefont {
        font-size:28pt;
    }
    div.aboutItems {
        width:100%;
        margin:0px;
        padding:20px;
    }
    div.menuctr {
        width:auto;height:50px;padding:0px;margin:0px;padding-left:200px;text-align:right;
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {  
    div.webheaderconternt {
        width:430px;height:80px;padding-top:10px;
    }
    div.mainhead {
        width:500px;
    }
    img.mainhead_image {
       height:50px;
    }
    div.subhead {
        width:500px;
    }
     .orgtitlefont {
        font-size:28pt;
    }
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    div.webheaderconternt {
        width:430px;height:80px;padding-top:10px;
    }
    div.mainhead {
        width:420px;
    }
    img.mainhead_image {
       height:50px;
    }
}





















/*Toggle bar to cross*/
.icon-bar.cross {
    transform: rotate(45deg) translate(4px, 4px);
}

.icon-bar.cross:nth-child(2) {
    opacity: 0;
}

.icon-bar.cross:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    
}



/*Option Buttion Design*/

            input[type="radio"] {
                display: none;
            }
            input[type="radio"] + label {
                color: var(--contenttext-color);
            }

            /* Styling the checkbox when not checked */
                input[type="radio"] + label:before {
                    font-family: FontAwesome;
                    display: inline-block;
                    content: "\f10c";
                    letter-spacing: 10px;
                    color: var(--contenttext-color);
                }
                /* Styling the checkbox when checked */
                input[type="radio"]:checked + label:before {
                    content: "\2714";
                    color: var(--contenttext-color);
                    letter-spacing: 10px;
                }
                input[type="radio"] + label:hover {
                    transition: 0.8s;
                    color: var(--menu-font-color-hover);
                }
                
                /*Check Box*/
                input[type="checkbox"] {
                display: none;
            }
                input[type="checkbox"] + label {
                    color: var(--contenttext-color);
                }
                /* Styling the checkbox when not checked */
                input[type="checkbox"] + label:before {
                    font-family: FontAwesome;
                    display: inline-block;
                    content: "\f096";
                    letter-spacing: 10px;
                    color: var(--contenttext-color);
                }
                /* Styling the checkbox when checked */
                input[type="checkbox"]:checked + label:before {
                    content: "\2714";
                    color: var(--contenttext-color);
                    letter-spacing: 10px;
                }
                input[type="checkbox"]:checked + label:hover {
                    transition: 0.8s;
                    color: var(--contenttext-color);
                }




/*Contact*/
.contact_row {
    display:block;float:left;width:100%;height:auto;margin-bottom:20px;
}
.contact_logo_container {
    display:block;float:left;width:10%;height:auto
}
.contact_text_container {
    display:block;float:left;width:70%;height:auto;text-align:left;
}
.contact_logo {
    padding-right:20px;
    font-size:16pt;
    color:var(--primary-color)
}

.ContactText {
   font-size:14px;
   color:var(--primary-color);
   text-decoration:none;
   cursor:pointer;
}
.ContactText:focus {
   color:var(--menu-dropdowm-background);
   text-decoration:none;
}
.ContactText:hover {
   color:var(--menu-font-color-hover);
   transition: 0.8s;
   text-decoration:none;
}

.master_contact_text_container {
    display:block;float:left;width:90%;height:auto;text-align:left;
}
.master_contact_logo {
    padding-right:20px;
    font-size:16pt;
    color:var(--footer-font)
}
.master_ContactText {
   font-size:14px;
   color:var(--footer-font);
   text-decoration:none;
   cursor:pointer;
}
.master_ContactText:focus {
   color:var(--footer-font-hover);
   text-decoration:none;
}
.master_ContactText:hover {
   color:var(--footer-font-hover);
   transition: 0.8s;
   text-decoration:none;
}


.rowcontainer {
    display:block;float:left;width:100%;height:auto;margin-top:0px;margin-bottom:0px;
}
.rowsubcontainer {
    height:auto;position:relative;justify-content:center;align-items:center;display:flex;
}
.vissionContainer {
    display:block;float:left;width:370px;height:700px;
}
.missionContainer {
    display:block;float:left;width:300px;height:500px;
}
.imageContainer {
    display:flex;float:left;width:100%;height:300px;justify-content:center;align-items:center;
}
.textContainer {
    display:block;float:left;width:100%;height:200px;
}
/*Mission & Vission*/


.servicepanel {
    display:block;float:left;width:100%;height:auto;border-radius:10px 10px 10px 10px;margin-bottom:30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.servicepanel_headerContainer {
    text-align:center; width:100%;height:30px; background-color:var(--primary-color);border-radius:10px 10px 0px 0px ;
}
.servicepanel_headerText {
    color:black;padding:0px;padding-top:5px;padding-right:20px; font-weight:bold;font-size:12pt;color:var(--primary-font-color)
}
.servicepanel_listContainer {
    display:block;float:left;width:100%;height:auto;border-radius:0px 0px 10px 10px;padding:20px;
}

.sidepanel {
    display:flex;float:left;width:300px;position:fixed;height:100vh;left:0px;top:0px;padding:20px;align-items:center;margin-left:-50px;
}


/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.sidepanel {
        display:none;
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
     div.sidepanel {
        display:none;
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.sidepanel {
        display:none;
    }
 }
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
   
}


.custom-list {
    list-style-type: disc;
}






/*Hit Counter Display*/
.hc_main {height:150px;padding:20px;padding-left:75px;padding-right:75px;}
.hc_container {
    display:block;float:left;height:100%;width:100%;background-color:var(--primary-color);border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    color:white;padding-left:20px;padding-right:20px;cursor:pointer;
}

.tc_head {
    font-weight:bold;
}





/*Profile Page Designs*/
.pp_page_Container {
    margin:0px;padding:0px;height:auto;margin-top:150px;margin-bottom:30px;
}
.pp_side_panel {
    height:100%;display:block;
}
.pp_side_container {
    display:flex;justify-content:center;float:left;width:100%;height:250px;
}
.pp_side_name_container {
    display:block;text-align:center;float:left;width:100%;height:auto;
}
.pp_image_main_container {
    width: 200px;height: 200px; display:block;float:left;position:relative;
}
.pp_image_container {
    width: 200px;height: 200px; border-radius: 50%; overflow: hidden; border: 5px solid var(--primary-color); 
}
.pp_rounded_image {
    width: 100%; height: 100%; object-fit: cover;
}
.pp_editControl_container {
    display:block;float:left;height:auto;width:auto;position:absolute;right:0px;bottom:0px;
}
.pp_control_panel {
    height:auto;padding-top:50px;
}
.pp_control_container {
    display:flex;justify-content:center;align-items:center;padding:10px;height:auto;
}
.pp_inner_container {
    display:block;float:left;width:100%;height:70px;
}

/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.pp_inner_container {
        padding-left:50px;
    }
    .pp_image_main_container {
        width: 150px;height: 150px; display:block;float:left;position:relative;
    }
    .pp_image_container {
        width: 150px;height: 150px; border-radius: 50%; overflow: hidden; border: 5px solid var(--primary-color); 
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}





/*ADMIN HOME PAGE STATISTICS DESIGNS*/
.status_circle_row_container {
    width:100%;height:50px;display:flex;justify-content:center;align-content:center;position:relative;margin:5px;
}
.status_circle {
    width:50px;height:50px;border-radius:50%;position:absolute;display:block;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.status_circle_text_container {
    width:200px;height:100%;float:left;position:absolute;left:80px;text-align:left;display:flex;align-items:center;
}
.status_line_container {
    width:100%;height:70px;display:flex;justify-content:center;align-content:center;position:relative;margin:5px;
}
.status_line {
    width:10px;height:100%;position:absolute;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.status_line_text_container {
    width:300px;height:100%;float:left;position:absolute;left:30px;text-align:left;display:block;
}

.statistics_rectDLView_container {
    display:block;float:left;height:100%;width:100%;background-color:var(--primary-color);border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    color:white;padding-left:10px;padding-right:10px;cursor:pointer;
}
/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.status_circle_row_container {
        padding-right:200px;
    }
    div.status_line_container {
        padding-right:200px;
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   div.status_circle_row_container {
        padding-right:100px;
    }
   div.status_line_container {
        padding-right:100px;
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.status_circle_row_container {
        padding-right:200px;
    }
    div.status_line_container {
        padding-right:200px;
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    div.status_circle_row_container {
        padding-right:200px;
    }
    div.status_line_container {
        padding-right:200px;
    }
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
     div.status_circle_row_container {
        padding-right:200px;
    }
    div.status_line_container {
        padding-right:200px;
    }
}



/*Chevron Progress Bar*/

.step-menu {
  list-style-type:none;
  width:100%;
  margin:0 auto;
  }
  .step-menu li {
    box-sizing: border-box; 
    float: left;
    background: #ddd;
    height: 50px;
    text-align: center;
    padding: 15px 15px 15px 50px;
    position: relative;
    margin-left: 10px
    }
    .step-menu li:before {
      content: '';
      position: absolute;
      border: 25px solid transparent;
      border-left-color: #fff;
      top:0px;
      right: -59px;
    }
    .step-menu li:after {
      content: '';
      position: absolute;
      border: 25px solid transparent;
      border-left-color: #ddd;
      top:0px;
      right: -49.5px;
    }
    .step-menu li:nth-child(1) {
      z-index:600;
      margin-left: 0;
      padding-left: 30px
    }
    .step-menu li:nth-child(2) {
      z-index:500;
    }
    .step-menu li:nth-child(3) {
      z-index:400;
    }
    .step-menu li:nth-child(4) {
      z-index:300;
    }
    .step-menu li:nth-child(5) {
      z-index:200;      
    }
    .step-menu li:nth-child(6) {
      z-index:100;
      padding-right:30px
    }
    .step-menu li:nth-child(6):after,
    .step-menu li:nth-child(6):before {
      border: none
    }
.step-menu li.current {
  background: rgba(51,122,183, 0.75);
  color: white;
}
.step-menu li.current:after {
  border-left-color: rgba(51,122,183, 0.75);
}
.step-menu li.complete {
  background: rgba(51,122,183, 0.4);
  color: white;
}
.step-menu li.complete:after {
  border-left-color: rgba(51,122,183, 0.4);
}

.DataListInnerItem {
    width:50px;height:50px;border-radius:50%;background-color:black;position:relative;align-items:center;justify-content:center;display:flex;
}
.textfullwidth {
    width:100%;
    border-radius:5px 5px 5px 5px;
}

.newsMainPanel {
    margin:0px;padding:30px;
}

.newsDlDiv {
    width:100%;border:0px solid black;margin-bottom:20px;border-radius:8px 8px 8px 8px;padding:15px;height:auto;position:relative;display:block;float:left;
}
.newsDlCaption {
    width:100%;height:auto;display:block;float:left;
}

.newsDlItem {
    width:100%;height:auto;display:block;float:left;margin-top:20px;
}



/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    div.headerMainFrame {
        top:0px;z-index:3000;width:101%;padding-right:0px;
    }
    div.topNavbarclass {
        width:102%;
    }
    div.orgnamecontainer {
		width:100%;padding:0px;margin:0px;
		
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   div.headerMainFrame {
        top:0px;z-index:3000;width:101%;padding-right:0px;
    }
    div.topNavbarclass {
        width:101%;
    }
    div.orgnamecontainer {
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
   div.headerMainFrame {
        top:0px;z-index:3000;width:101%;padding-right:0px;
    }
    div.topNavbarclass {
        width:101%;
    }
    div.orgnamecontainer {
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   div.headerMainFrame {
        top:0px;z-index:3000;width:101%;padding-right:0px;
    }
    div.topNavbarclass {
        width:101%;
    }
    div.orgnamecontainer {
    }

    div.slideCaptionDiv {
        display:block;float:left;width:100%;position:absolute;bottom:70px;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.6);height:auto;
    }
    h4.slideCaptionText {
        color:white;text-align:center;
    }
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    div.headerMainFrame {
        top:0px;z-index:3000;width:101%;padding-right:0px;
    }
    div.topNavbarclass {
        width:101%;
    }
    div.orgnamecontainer {
    }

    div.slideCaptionDiv {
        display:block;float:left;width:100%;position:absolute;bottom:70px;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.6);height:auto;
    }
    h4.slideCaptionText {
        color:white;text-align:center;
    }
}






/* Default Page vertical slide div*/
.itemrow1 {padding:0px;margin:0px;}


.defaultrow {padding:0px;margin:0px;height:auto;padding-top:0px;}
.vissionItem{width:200px;height:370px;background-color:#F0ECEB;border-radius:100px 100px 0px 0px;padding:20px;position:relative;}
.vissionLogoDiv{width:160px;height:160px;border-radius:80px 80px 80px 80px;background-color:#ffffff;}



.itemrow2 {padding:0px;margin:0px;}
.rowitem11 {height:90vh;display:flex;justify-content:center;align-items:center;position:relative;}
.rowitem12 {height:90vh;display:flex;justify-content:center;align-items:center;position:relative;}
.rowitem21 {height:90vh;display:flex;justify-content:center;align-items:center;position:relative;}
.rowitem22 {height:90vh;display:flex;justify-content:center;align-items:center;position:relative;}
.rowItem12DivHolder {display:block;float:left;position:absolute;width:80%;height:auto;}
.rowsItem12ContentDiv {display:block;float:left;height:auto;width:100%;background-color:var(--contentbox-color);padding:20px;opacity:0.9;border-radius:15px 15px 15px 15px;margin-bottom:20px;}
.rowsItem12ContentSubDiv {display:block;float:left;height:auto;width:100%;padding:20px;border-radius:15px 15px 15px 15px;margin-bottom:20px;height:200px;margin-bottom:30px;}
.rowContentMission {display:block;float:left;width:45%;position:absolute;left:0px;top:0px;height:auto;padding-bottom:15px;background-color:yellow;border-radius:15px 15px 15px 15px;background-color:var(--contentbox-color);opacity:0.9;}
.rowContentVission {display:block;float:left;width:45%;position:absolute;right:0px;top:0px;height:auto;padding-bottom:15px;background-color:black;border-radius:15px 15px 15px 15px;background-color:var(--contentbox-color);opacity:0.9;}

.policydivCont{padding:0px;margin:0px;}
.policyDivContainer {height:auto;padding:20px;margin-bottom:0px;}
.policyHeaderDiv{height:auto;width:auto;padding:5px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.policyDiv{height:360px;width:100%;padding:30px;display:block;float:left;border-radius:15px 15px 15px 15px;background-color:var(--contentbox-color);opacity:0.9;margin-bottom:50px;}
.policy1{background-color:#EB999D;}
.policy2{background-color:#84bbd0;}
.policy3{background-color:#a1d1ab;}

.keyApptContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.keyApptCintainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:var(--contentbox-color);opacity:0.9;}
.keyApptHeaderDiv{height:auto;width:auto;padding:5px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.keyApptHeaader{display:block;float:left;width:auto;height:auto;border-radius:10px 10px 10px 10px;padding:0px;padding-left:30px;padding-right:30px;text-align:center;}
.keyApptHeaderText{text-align:center;font-weight:bold;color:var( --contenttext-color);padding-bottom:10px;}

.ClientContainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:#f0eceb;opacity:0.9;}
.keyApptDlContainer{margin:0px;padding:0px;height:auto;margin-bottom:10px;}
.keyApptDlSubDiv{height:auto;width:auto;padding:5px;display:flex;justify-content:center;align-items:center;}
.keyApptDlImageDiv{display:block;float:left;height:auto;width:auto;background-color:white;padding:10px;opacity:1;}
.keyApptDlImageCaption{display:block;float:left;width:auto;height:auto;border-radius:10px 10px 10px 10px;padding:10px;padding-left:30px;padding-right:30px;text-align:center;}
.keyApptDlCapName{font-size:14pt;color:var( --contenttext-color);font-weight:bold;}
.keyApptDlCapAppt{font-size:12pt;color:var( --contenttext-color);font-weight:bold;}

.aboutusMargin{margin-bottom:50px;}
.AboutContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.AboutContainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:var(--contentbox-color);opacity:0.9;}
.AboutContainerHeaderDiv{height:auto;width:100%;padding:0px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.AboutContainerHeaader{display:block;float:left;width:auto;height:auto;border-radius:10px 10px 10px 10px;padding:0px;padding-left:30px;padding-right:30px;text-align:center;}
.AboutContainerHeaderText{text-align:center;font-weight:bold;color:var( --contenttext-color);padding-bottom:10px;}
.aboutSubHeadLeft{display:flex;float:left;height:30px;width:300px;background-color:#2F4393;border-radius:20px 20px 0px 0px;padding-left:30px;align-items:center;padding-top:5px;}
.aboutSubHeadRight{display:flex;float:right;height:30px;width:300px;background-color:#2F4393;border-radius:20px 20px 0px 0px;padding-right:30px;align-items:center;padding-top:5px;justify-content:flex-end;}
.aboutSubheadText{color:white;}
.MessageImgContainer {width:100%;height:auto;display:flex;float:left;padding:0px;text-align:center;justify-content:center;align-items:center;}
.MessageImgCapName{font-size:12pt;color:var( --contenttext-color);font-weight:bold;}
.MessageImgCapAppt{font-size:10pt;color:var( --contenttext-color);font-weight:bold;}

.ContactMainContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.ContactContainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:var(--contentbox-color);opacity:0.9;}
.ContactContainerDivOrgChart{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:var(--white-background);}

.difaultSideMenu{display:flex;float:left;width:300px;position:fixed;height:100vh;left:0px;top:0px;padding:20px;align-items:center;margin-left:-50px;z-index:1000;}
.CertContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.CertCintainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:transparent;opacity:0.9;}
.CertHeaderDiv{height:auto;width:auto;padding:5px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.CertHeaader{display:block;float:left;width:auto;height:auto;border-radius:10px 10px 10px 10px;padding:0px;padding-left:30px;padding-right:30px;text-align:center;}
.CertHeaderText{text-align:center;font-weight:bold;color:var( --contentbox-color);padding-bottom:10px;}

.StrengthContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.StrengthContainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:var(--contentbox-color);opacity:0.9;}

.EnquiryItemContainer {margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;background-color:var(--contentbox-color);padding-bottom:75px;opacity:0.9;}
.EnquiryHeaderText{text-align:center;font-weight:bold;color:var( --contentbox-color);padding-bottom:10px;}
.EnquiryControlCaption{text-align:left;font-weight:bold;color:var( --contenttext-color);padding-bottom:10px;font-size:12pt;}
.divEnquirySub{}

.FocusonContainer {width:100%;height:auto;display:block;float:left;padding:50px;}
.FocusonDlContainer {display:flex;justify-content:center;align-items:center;padding:10px;}
.FocusonCintainerDiv{display:block;float:left;height:auto;width:100%;padding:30px;border-radius:25px 25px 25px 25px;background-color:transparent;opacity:0.9;}
.FocusonHeadingDiv{width:auto;width:100%;height:auto;padding:5px;border-radius:20px 20px 20px 20px;background-color:var( --contentbox-color);padding-left:0px;text-align:center;width:auto;padding-top:20px;padding-bottom:20px;}
.FocusonDlItemDiv{width:auto;width:100%;height:auto;padding:0px;padding-left:30px;text-align:left;}
.FocusonText{text-align:center;font-weight:bold;color:var( --contenttext-color);text-align:left;}
.FocusonHeadingText{text-align:center;font-weight:bold;color:var( --contenttext-color);text-align:left;padding:0px;margin:0px;}

.paraUnderLine{display:block;float:left;height:5px;width:100%;background-color:#2F4393;}
.contentheader {
    color:var( --contenttext-color);font-weight:bold;font-size:16pt;text-align:center;margin-bottom:30px
}
.ContentText {
    color:var( --contenttext-color);font-size:11pt;text-align:justify;font-family:Arial;text-justify:distribute; word-spacing:-2px;
}
.btnclass {padding-left:20px;text-align:left;}

/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.rowContentVission {height:200px;}
    div.rowContentMission {height:200px;}
    div.divaddress{padding-left:100px;}
    div.rowitem12{display:block;float:left;}
     
    div.aboutusMargin{margin-bottom:50px;padding-left:150px;padding-right:150px;}
    div.policydivCont{margin-bottom:50px;padding-left:150px;padding-right:150px;}
    div.policyDiv{height:430px;width:300px;}
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    div.rowContentVission {
        height:210px;
    }
    div.rowContentMission {
        height:210px;
    }
    
    div.policyDivContainer{padding:10px;height:100%;}
    
    div.CertHeaderDiv{padding:20px;}
    div.divaddress{padding-left:100px;}
    div.rowitem12{display:block;float:left;height:120vh}
     div.aboutusMargin{margin-bottom:50px;padding-left:150px;padding-right:150px;}
     div.policydivCont{margin-bottom:50px;padding-left:150px;padding-right:150px;}
    div.policyDiv{height:580px;width:220px;}
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.rowitem11{height:45vh;}
   div.rowContentVission {height:190px;}
    div.rowContentMission {height:190px;}
    div.difaultSideMenu {display:none;}
    div.btnclass {padding-left:30px;text-align:left;}
     div.policyDiv{height:auto;}
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.rowitem11{height:45vh;}
    div.EnquiryItemContainer{padding:0px;}
   .keyApptHeaderText{font-size:18pt;}
   div.rowContentVission {height:280px;}
    div.rowContentMission {height:280px;}
    div.difaultSideMenu {display:none;}
    div.aboutSubHeadLeft{width:100%;text-align:center;padding:0px;justify-content:center;}
    div.aboutSubHeadRight{width:100%;text-align:center;padding:0px;justify-content:center;}
    div.btnclass {padding-left:30px;text-align:left;}
     div.divEnquirySub{margin-left:30px;}
     div.StrengthContainerDiv {padding:10px;}
     div.StrengthContainer {}
    div.policydivCont {margin-top:150px;}
    .contentheader{font-size:13pt}
    div.ContactMainContainer{padding:20px;}
    div.ContactContainerDiv{padding:10px;}
    .AboutContainerHeaderText{font-size:16pt;font-weight:bold;text-decoration:underline;}
    div.aboutusMargin{margin:0px;padding:0px;}
    div.policydivCont{margin:0px;padding:0px;}
    div.policyDiv{height:auto;}
}

@media screen and (max-width: 480px) {
    div.rowitem11{height:40vh;}
    div.EnquiryItemContainer{padding:0px;}
    div.policydivCont {margin-top:150px;padding-top:50px;}
    .keyApptHeaderText{font-size:16pt;}
    div.rowContentVission {height:280px;}
    div.rowContentMission {height:280px;}
    div.difaultSideMenu {display:none;}
    div.aboutSubHeadLeft{width:100%;text-align:center;padding:0px;justify-content:center;}
    div.aboutSubHeadRight{width:100%;text-align:center;padding:0px;justify-content:center;}
    div.btnclass {padding-left:30px;text-align:left;}
    div.divEnquirySub{margin-left:30px;}
    div.StrengthContainerDiv {padding:10px;}
    div.StrengthContainer {}
    .contentheader{font-size:13pt}
    div.ContactMainContainer{padding:20px;}
    div.ContactContainerDiv{padding:10px;}
    .AboutContainerHeaderText{font-size:16pt;font-weight:bold;text-decoration:underline;}
    div.aboutusMargin{margin:0px;padding:0px;}
    div.policyDiv{height:auto;}
}






/*Submit Buttion*/
.sbbtn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: #111111;
  border: 1px solid maroon;
  outline: none;
  transition: 1s ease-in-out;
  color:#FFFFFF;
}

svg {
  position: absolute;
  left: 20px;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 160 480;
  stroke-dashoffset: 160;
  transition: 1s ease-in-out;
}

.sbbtn:hover {
  transition: 1s ease-in-out;
  background: #001C57;
  color:#fdc500;
}

.sbbtn:hover svg {
  stroke-dashoffset: -480;
  color:black;
}

.sbbtn span {
  
  font-size: 18px;
  font-weight: 100;
}




.faqrowview {
    width:100%; padding:50px;margin:0px;padding-top:0px;
}
.faqfirstPanel {
    height:auto;
}
.faqSecondPanel {
    height:auto;padding:20px;
}
/*FAQ Desins*/


/*FAQ Desins*/


.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 0px 0;
  border-bottom: 1px dotted #111111;
}

.panel-title {
  font-size: 16px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
  padding-bottom:10px;
}

.panel-close {
  font-size: 16px;
  padding: 0px 5px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.panel-open {
  font-size: 16px;
  padding: 0px 5px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  height: auto;
  opacity: 1;
  padding: 14px;
}


.faqplus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.faqplus_close {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
   -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.panel {
  display: none;
}



 .bullets ul {
    list-style-type: disc;
    padding-left: 40px !important;
}

.bullets ul li {
 display: list-item;  
 list-style-type: disc;
}

.bullets ol {
    list-style-type: disc;
    padding-left: 40px !important;
}

.bullets ol li {
 display: list-item;  
 list-style-type:decimal;
}


/*Moving Panel*/
/*Arrow*/
.rps_slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  background-color:black;
  border: none;
  width: 5rem;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 0.5s;
}
 
.rps_slide-arrow:hover{
  opacity: 1;
  transition: opacity 0.5s;
}
 
#rps_slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rps_slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}
#rps_slide-arrow-prev2 {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rps_slide-arrow-next2 {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}
#rps_slide-arrow-prev3 {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rps_slide-arrow-next3 {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}

.rp_LeftBtnContainer {
    display:inline-block;float:left; width:50px;height:100%;z-index:999;position:absolute;left:0px;
}
.rp_RightBtnContainer {
    display:inline-block;float:right;width:50px;height:100%;z-index:999;position:absolute;right:0px;
}
.dl_container {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;margin-left:50px;
}
.dl_container2 {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;margin-left:50px;
}
.rp_subcontainer {
    display:block;float:left;height:auto;width:100%;padding-top:30px;
}
.rp_master_container {
   justify-content:flex-start;padding-left:0%;padding-right:0%;width:100%;margin:0px;padding:0px;padding-top:50px;padding-bottom:100px;
}
.dl_sample_wedding_holder {
    margin:0px;padding:30px;padding-top:0px;padding-bottom:0px;margin-bottom:0px;height:auto;padding-right:0px;width:100%;
    overflow:hidden;
}
.dl_sample_wedding_list {
    margin-left:-25px;display:block;float:left;width:auto;
}
.dl_sample_bday_holder {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;padding-right:0px;width:100%;
    overflow:hidden;background-color:transparent;
}
.dl_sample_bday_list {
    margin-left:-25px;display:block;float:left;width:auto;
}
.difault_item_container2 {
    margin:0px;padding:30px;padding-top:10px;padding-bottom:0px;margin-bottom:0px;height:auto;
}

/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
    div.dl_container {
        margin-left:350px
    }
    div.dl_container2 {
        margin-left:570px
    }
    dl_sample_wedding_holder {
        overflow:auto;
    }
    dl_sample_bday_list {
        overflow:auto;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
   div.dl_container {
        margin-left:250px
    }
    div.dl_container2 {
        margin-left:250px
    }
}

