 body {
    max-width:100%;
    margin:0 auto;
}

p {
    font-family:monospace;
    font-weight:400;
    font-size:1.2em;
    color:#222021; /* dark grey */
}
.content_box a {
    color:blue;
}
.content_box a:hover {
    color:orange;
}


.nav a {
    color:inherit;
}
a {
    color:blue;
}
a:hover {
  color: orange;
  text-decoration: underline;
}




@media (hover: none) {
  /* when hover is not supported */
  a:hover {
    color: orange;
  }
}
ol {
    list-style:bold;
}
ul {
    list-style-type:disc;
}

h1 {
  display: block;
  font-family:monospace;
  font-size: 2em;
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}
h2 {
  display: block;
  font-family:monospace;
  font-size: 1.7em;
  margin-top: 0.0em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}
h3 {
  display: block;
  font-family:monospace;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}
h3grey {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  color:grey;
}

h4 {
  display: block;
  font-size: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  color:black;
}
h4grey {
  display: block;
  font-size: 1em;
  margin-top: 1.15em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  color:#63666A;
}
h5 {
  display: block;
  font-family:cabin;
  font-size: .83em;
  margin-top: 0.0em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
h6 {
  display: block;
  font-size: .67em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
h7 {
  display: block;
  font-family:Cabin;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}
t1 {
  display: block;
  font-family:monospace;
  font-size: 2em;
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}
t2 {
  display: block;
  font-family:monospace;
  font-size: 1.7em;
  margin-top: 0.0em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}


.contact-01{
    position: relative; 
    display:block;
    float:left;
    height:auto;
    width:100%;
    margin-left:0%;
    margin-right:0%;
    border:0px solid black;
}
.contact-01::before{
    content:"";
    display: block;/*missing prop*/
    background-image:url('/COPYRIGHT/img/contact_us-b506f565-640w.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    position:absolute;
    height: 100%;
    width: 100%;
    opacity:0.4;
}

.myButton{
    margin-left:5px;
    font-family:Cabin;
    font-size:18px;
    color:red;
    background-color:white;
    border:1px solid black;
}

#watch_button:hover {
    color:grey;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 0.5;
}

/* Nav Bar */


.nav {
  height: 100px;
  width: 100%;
  margin:0 0 20% 0;
 border:0px solid green;
 background-color: #ffffffd9;
  background-image: url("/img/logos/christmas_002.#");
    background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  background-position:right top;
  position:fixed;
  top:0;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
  z-index:9998;
}

.nav > .nav-header {
  display: inline;
  pointer-events:auto;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  width:auto;
  max-height:55%;
  border:0px solid black;
  padding: 0 0 0 20px;
  font-family:poppins;
  color:#6b8ba9;
  font-weight:400;
}

.nav> .nav-header > .nav-title img {
    display:block;
    padding:1px 0px 5% 0;
    margin:0 0 0 0;
    float:right;
    width:80px;
    height:auto;
    border:0px solid blue;
    pointer-events:auto;
}

.nav > .nav-header > .info{
  display: block;
  float:right;
  font-family:Mountains of Christmas;
  font-weight:400;
  font-size: 32px;
  color: red;
  margin:0 0 0 0%;
  border:0px solid black;
  padding: 0px 0px 0px 0px;
  pointer-events:none;
}
.nav > .nav-header > .nav-title> a {
    font-family:cabin;
    font-size:32px;
    font-weight:400;
  color: #6b8ba9;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  pointer-events:auto;
}
.nav > .nav-header > .nav-title> a:hover {
  color: orange;
}

@media (max-width:1100px){
    .nav > .nav-header > .nav-title {
        width:100%;
        padding:10px 0px 0 25%;
        color:#6b8ba9;
        font-family:cabin;
        font-size:24px;
        text-align:center;
        font-weight:400;
        text-align: center;
        pointer-events:auto;
    }
    .nav> .nav-header > .nav-title img {
    display:block;
    padding:5px 0px 5% 10%;
    margin:0 1% 2% 0;
    float:right;
    width:140px;
    height:auto;
    pointer-events:auto;
}
}
@media (max-width:1100px){
    .nav > .nav-header > .nav-title a{
        width:80%;
        float:center;
        
        color:#6b8ba9;
        font-family:cabin;
        font-size:24px;
        font-weight:600;
        text-align:center;
    }
}
@media (max-width:1100px){
    .nav > .nav-header > .info{
        font-size:20px;
        float:left;
        margin:0 0 0 0;
        padding:0 0 0 0;
        display:none;
        pointer-events:none;
    }
}
@media (max-width:1100px){
    .nav > .nav-header > .nav-title> a:hover {
        background-color:rgba(0, 0, 0,0.1);
}
.nav > .nav-header > .nav-title> a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color:#337175;
  font-family:cabin;
  margin: 0 -.25rem;
  padding: 0 .25rem;
}
 }
.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: block;
  padding:1% 0 0 35%;
        font-family: workbench;
        font-size: 16px;
        color:#337175;
        font-weight:600;
        margin:0 0 20px 0;
        pointer-events:auto;
   transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
.nav-links img {
    display:block;
    padding:10px 10px 0 10px;
    margin:0 1% 0 0;
    float:right;
    width:120px;
    height:auto;
    pointer-events:none;
}

 /* Style the dropdown menu */
	.list{
		position:absolute;
		max-width:80%;
		height:0;
		border:1px solid black;
		border-radius:5px;
		margin-left:0;
	    background-color: rgb(250,250,250,1);
        box-shadow: rgba(0, 0, 0, 1.35) 0 5px 15px;
        padding:2px;
        transition: all 0.0s ease-in-out;
        transform: scale(0, 0);
        opacity:0.1;
        visibility: hidden;
		
	}
	.list a {
	    padding:0 2% 0 2%;
	    pointer-events:auto;
	}
	.nav-links drop:hover .list{
	    width:60%;
	    height:auto;
		margin-top:-16px;
		max-height:400%;
		overflow-y:scroll;
		visibility: visible;
		transition: all 0.3s ease-in-out;
		transition-delay: 0.0s;
        transform: scale(1, 1);
        opacity:1.0;
        pointer-events:auto;
	}
	.mobileL{
    display:none;
    visibility:hidden;
}


@media (max-width:1100px){
    .nav > .nav-links {
        font-family:poppins;
        font-size:18px;
        font-weight:200;
        text-align:center;
        padding:1% 0 0 2%;
        pointer-events:auto;
    }}
@media (max-width:1100px){
    .nav > .nav-links img{    
        display:block;
        float:right;
        width:100px;
        height:auto;
        pointer-events:auto;
    }}

.nav > .nav-links > a {
  display: inline-block;
  padding: 5px 10px 15px 10px;
  text-decoration: none;
  color: #337175;
  pointer-events:auto;
}

.nav > .nav-links > a:hover {
  color: orange;
}

.nav > #nav-check {
  display: none;
}
.nav a{
    text-decoration:none;
}

@media (max-width:1100px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 15px;
    pointer-events:auto;
    transition: all 0.0s ease-out;
  }
.line:nth-child(1) { top: 8px; }
.line:nth-child(2) { top: 16px; }
.line:nth-child(3) { top: 24px; }
.text:nth-child(4) { font-size:14px;}
 
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding: 1px;
    font-family:Cabin;
    background-color:inherit;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 29px;
    height: 10px;
    border-top: 2px solid #000;
    transition: all 0.2s ease-out;
  }
  
 
  .nav > .nav-btn text{
    display: block;
    width: 30px;
    height: 15px;
    font-size:20px;
    padding:10px 20px 0 0;
    margin-top: -0.5em;
    margin-left:-0.7em;
    margin-right:0.5em;
     transition: all 0.0s ease-out;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 60%;
    padding:0 0 0 0;
    background-color: rgba(137, 196, 244);
    height: 10px;
    transition: all 0.1s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 2%;
    border:0px solid black;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    position:block;
    text-align:left;
    height: 0px;
    font-size:22px;
    background-color:inherit;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(65vh);
    width:85%;
    overflow-y: auto;
    float:left;
    text-align:left;
    border:1px solid black;
    box-shadow: rgba(0, 0, 0, 0.55) 0 5px 15px;
    border-radius:2%;
  }
   .nav > #nav-check:checked ~ .nav-btn .line:nth-child(1){
   transform: rotate(45deg) translate(5px, 6px);
   }
   .nav > #nav-check:checked ~ .nav-btn .line:nth-child(2){
   opacity:0;
   }
   .nav > #nav-check:checked ~ .nav-btn .line:nth-child(3){
   transform: rotate(-45deg) translate(12px, -5px);
   }
   .nav > #nav-check:checked ~ .nav-btn .text:nth-child(4){
   opacity:0;
   }
}

/* DropDowns */
.hidenDIV {
  width: 75%;
  padding: 10px 0;
  text-align: left;
  background-color:  #ddddff;
  margin-top: 20px;
  margin-left:10px;
  font-family:Cabin;
  color: black;
  border: 1px solid #353535;
  border-radius: 5px;
}
#categoryDIV{
  display:visible;
  height:auto;
  width: 95%;
  padding: 10px 0;
  text-align: left;
  background-color:  #ffffff;
  margin:0 0 0 5px;
  padding-right:5px;
  font-family:cabin;
  color: black;
  border: 0px solid #353535;
  border-radius: 5px;
  font-size:22px;
  cursor:pointer;
}


.MethodCategoryDIV{
    display:none;
  width: 100%;
  padding: 10px 0;
  text-align: left;
  background-color: #d9d9d933;
  margin-top: 0px;
  margin-left:5px;
  padding-right:5px;
  font-family:Cabin; 
  font-size:22px; 
  color:#444444;
  border: 1px solid #353535;
  border-radius: 5px;
}


.Method_title{
    font-family:Cabin;
    color:grey;
    font-size:24px;
    font-weight:bold;
    
}
.ClickMethod{
    font-family:Cabin;
    color:teal;
    font-size:22px;
    font-weight:bold;
}
 
 .column1 .tooltiptext {
  visibility: hidden;
  width: 140px;
  height:auto;
  bottom:100%;
  background-color:inherit;
  color: #000;
  font-size: 6px;
  font-family:Cabin;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 1s;
  padding: 0px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
}
.column1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  content: " ";
    position: absolute;
    left:-20%;
    bottom: 150%;
    border: 1px solid #000000;
    font-size: 14px;
    font-family:Cabin;
    background-color: rgb(250,250,250,1);
    box-shadow: rgba(0, 5, 10, 0.3) 0 8px 8px;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px;
}
.infotips {
    width:36%;
    height:auto;
    border:1px solid black;
}
.tips_text .infotips .tooltiptext2 {
  visibility: hidden;
  width: 55%;
  height:auto;
  top:5%;
  margin:0% 2% 2% 2%;
  background-color:inherit;
  color: #000;
  font-size: 16px;
  font-family:Cabin;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 1s;
  padding: 2%;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
}
.tips_text .infotips:hover .tooltiptext2 {
  visibility: visible;
  width:55%;
  height:100%;
  opacity: 1;
  display: inline-block;
  content: " ";
    position: absolute;
    left:40%;
    bottom: 0%;
    border: 1px solid #000000;
    font-size: 16px;
    font-family:Cabin;
    background-color: rgb(250,250,250,1);
    box-shadow: rgba(0, 0, 0, 0.65) 0 5px 15px;
    text-decoration: none;
    border-radius: 0px;
    padding: 5px;
    overflow-y:visible;
    z-index:9999;
}
.tips_text .infotips .tooltiptext2::after {
  content: " ";
  position: absolute;
  left: -7%; /* to the left of the tooltip */
  top:25%;
  border: 1px solid #777777;
  margin-left: -9px;
  border-width: 10px;
  border-style: solid #77777;
  border-color:  transparent #777777 transparent transparent ;
}
.column1 img{
    width:25px;
    height:25px;
    border:0px solid black;
    transition: transform .2s; /* Animation */
}
.column1 IMG:hover {
  transform: scale(1.5); /* (10% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.column1 .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 25%;
  border: 1px solid #777777;
  margin-left: -9px;
  border-width: 10px;
  border-style: solid #77777;
  border-color: #777777 transparent transparent transparent;
}
  * {
    box-sizing: border-box;
}
.column1 
{
    position: relative;
  display: inline-block;
  
  border: 0px solid black;
  font-family: Cabin;
  float:right;
    font-size: 14px;
    width: 25%;
    padding: 0px;
}
/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}
.column2 
{
    position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
    font-size: 16px;
    float: right;
    width: 33.3%;
    padding: 0px;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
td, th:a {
    text-decoration:none;
}
tr:hover{
  background-color:lightblue;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
tr:nth-child(even):hover {
  background-color: lightblue
}

  
 /* biography */
  
  Bh::before{
      font-family:Cabin;
      font-size: 1em;
      content:"Recipe By";
  }
  
   Tt::before {
       width:100%;
       font-family:Cabin;
       font-size:20px;
       color:orange;
       content: "Jon Noble";
}
  
  Bt::before{
      width:100%;
      font-family:Cabin;
      content:"Professional Chef Since - 1988";
  }
  qr::before{
      font-family:Cabin;
      text-align:center;
      color:black;
      font-weight:700;
      content:"Scan to your Mobile";
  }
 
  /* Video container */

  .videoPlayer {
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-repeat: no-repeat;;
    background-position: center center;
    cursor: pointer;
    width:300px;
    height:auto;
    left:0;
    border:none;
  }

  /* play button */

  .videoPlayer > a {
    transition: 0.25s ease-in-out;
    width: 128px;
    height: 96px;
    background-color:inherit;
    background-image: url("/img/icons/playbutton_82419_large.png");
    background-repeat: no-repeat;
    background-position:center center center;
    position:absolute;
  top: 40px; /*[wherever you want it]*/
  left:80px; /*[wherever you want it]*/
  }

  .videoPlayer:hover > a,
  .videoPlayer > iframe {
    visibility:visible; 
  } 
 

  /* video player iframe */

  .videoPlayer > iframe {
    visibility:hidden;  
    position: absolute;
    top: 0px;
    left: -30px;
    width: 360px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    background-color:green;
    background: url("/img/gifs/2cLoad.gif") no-repeat center;
    background-size: 300px 250px;
    border:1px solid black;
  }
  @media (min-width:1224px) {.videoPlayer > iframe {left:-40px; width:380px; height:200px;}}
    @media (nim-width:768px) {.videoPlayer > iframe {left: -25px; width:300px; height:180px;}}
    
  
  .div-videoframe_text{

      font-family:Cabin;
      font-size: 16px;
    top: 100px;
    text-align:center;
    padding-top:12px;
    padding-bottom:0px;
    display:block;
    color:grey;
  }
  .Div-videoframe_title{
      font-family:Cabin bold;
      font-size: 18px;
    top: 100px;
    text-align:center;
    padding-top:5px;
    padding-bottom:10px;
    color:blue;
  }
  .div_videoframe_header{
      border-color:blue;
      border-left:5px solid lightblue;
      border-bottom:1px none grey;
      width:75%;
      margin-left:10%;
      margin-bottom:10px;
      font-family:Cabin;
      padding-left:5px;
      font-size:24px;
      font-weight:bold;
      text-align:left;
      color:grey;
  }
 
 
/*Sticky Footer */
 
  @media(max-width:300px){.rw-ui-container{ display:none;}}
  @media (max-width: 300px){.fotads_fxmain{ display:none; } }
.fotads_fxmain{ position: fixed; bottom: 2px; left: 0; width: 100%; height: auto;z-index: 9999; pointer-events: none; }
.fotbackcolor{ width: 100%; height: auto; background-color:rgba(255, 255, 255, 0.4) ; margin: 2px; position: relative; }
.fotitems{ float: none; position: absolute; background-color: rgba(255,255,255, 0.0); width: 68px; height: 25%; margin-top:-0px;margin-left:25px;border-radius: 10px; border-left:0px solid lightgrey; border-top:0px solid lightgrey; pointer-events: auto; cursor: pointer; z-index: 9999; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.fotbuttonarea{ color: rgba(0,0,0,.0.4) ;letter-spacing: 0px; font-size:20px;border-radius:10px;color:green;}
.fotbtclos{ color: white; margin-left: 0; z-index:9999; border-radius:10px;}
.fotads_showalign{ position: relative; height: auto; background-color: transparent; display: flex; justify-content: center; pointer-events: auto; }

/*Ads Slots */
  /* Footer Ad */
  .adslot_1b { width: 320px; height: 50px; display:inline-block; pointer-events:auto; border:1px solid black;}
@media (min-width:400px)   {.adslot_1b {width:320px; height:50px; display:inline-block;pointer-events:auto; margin-top:35px;margin-bottom:1%;}}
@media (min-width:768px) { .adslot_1b { width: 728px; height: 50px; display:inline-block;pointer-events:auto;margin-bottom:1%;}}
@media (min-width:1224px) { .adslot_1b { width: 930px; height: 90px;display:inline-block;pointer-events:auto;margin-bottom:1%;}}
@media (min-width:1400px) { .adslot_1b { width: 970px; height: 90px;display:inline-block;pointer-events:auto;margin-bottom:1%;}}
  
  /* Top Ad */
  .adslot_1 { width: 320px; height: 50px; display:inline-block; pointer-events:auto; border:0px solid black;}
@media (min-width:400px)   {.adslot_1 {width:320px; height:60px; display:inline-block;pointer-events:auto; margin-top:35px;margin-bottom:1%;}}
@media (min-width:768px) { .adslot_1 { width: 728px; height: 60px; display:inline-block;pointer-events:auto;margin-bottom:1%;}}
@media (min-width:1224px) { .adslot_1 { width: 930px; height: 90px;display:inline-block;pointer-events:auto;margin-bottom:1%;margin-top:10%;}}
@media (min-width:1400px) { .adslot_1 { width: 970px; height: 90px;display:inline-block;pointer-events:auto;margin-bottom:1%;margin-top:10%;}}


/*Desktop */
 .adslot_2 {width:300px;height:250px;display:none;border:1px solid black;pointer-events:auto;}
 @media(min-width:400px) {.adslot_2 {width:320px;height:100px; margin-top:10px;display:none;pointer-events:auto;}}
@media(min-width:768px) {.adslot_2 {width:300px;height:250px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}
@media(min-width:1224px) {.adslot_2 {width:300px;height:250px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}

/*Small Desktop & Mobile*/
 .adslot_2b {width:300px;height:250px;display:inline-block;border:0px solid black;pointer-events:auto;}
 @media(min-width:400px) {.adslot_2b {width:320px;height:100px; margin-top:10px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_2b {width:300px;height:250px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}
@media(min-width:1224px) {.adslot_2b {width:300px;height:250px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}

/*Small Desktop & Mobile-Narrow Banner*/
 .adslot_2c {width:300px;height:100px;display:inline-block;border:0px solid black;pointer-events:auto;}
 @media(min-width:400px) {.adslot_2c {width:300px;height:100px; margin-top:10px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_2c {width:300px;height:100px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}
@media(min-width:1224px) {.adslot_2c {width:300px;height:100px; margin:0 0 0 0;display:inline-block;pointer-events:auto;}}


/*Mobile */
.adslot_3 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_3 {width:336px; height:280px; margin:3% 0 0 0;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_3 {width:300px; height:250px;display:none;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_3 {width:336px; height:280px; margin:2% 0 0 0;display:none;pointer-events:auto;}}

.adslot_3b {width:320px; height:50px;display:inline-block; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_3b {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_3b {width:320px; height:50px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_3b {width:468px; height:50px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}

/* Desktop & Tablet Ad Only */
.adslot_4 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_4 {width:320px; height:50px;display:none;pointer-events:auto;}}
@media(min-width:768px) {.adslot_4 {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_4 {width:250px; height:250px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_4 {width:728px; height:90px; margin:2% 0 2% 0;display:inline-block;pointer-events:auto;}}

/* Desktop & Tablet Ad Only */
.adslot_4a {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_4a {width:320px; height:50px;display:none;pointer-events:auto;}}
@media(min-width:768px) {.adslot_4a {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_4a {width:336px; height:280px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1690px) {.adslot_4a {width:728px; height:250px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}

.adslot_5 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_5 {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_5 {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_5 {width:728px; height:90px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_5 {width:970px; height:90px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}

.adslot_6 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_6 {width:320px; height:50px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_6 {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_6 {width:336px; height:280px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_6 {width:300px; height:600px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}


/* mobile only Ad */
.adslot_8 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_8 {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_8 {width:250px; height:250px;display:none;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_8 {width:728px; height:90px; margin:2% 0 0 0;display:none;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_8 {width:970px; height:90px; margin:2% 0 0 0;display:none;pointer-events:auto;}}

/* mobile only Ad */
.adslot_8a {width:320px; height:100px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_8a {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_8a {width:250px; height:250px;display:none;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_8a {width:728px; height:90px; margin:2% 0 0 0;display:none;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_8a {width:970px; height:90px; margin:2% 0 0 0;display:none;pointer-events:auto;}}

.adslot_9 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_9 {width:320px; height:50px;display:block; pointer-events:auto; margin:5% 0% 2% 10%;}}
@media (min-width:800px) { .adslot_9 { width: 160px; height: 600px;  margin:2% 0 0 5%; display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_9 {width:300px; height:600px; margin:2% 0 0 5%;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_9 {width:300px; height:600px; margin:2% 0 0 10%;display:inline-block;pointer-events:auto;}}

/* Desktop and tablet */
.adslot_9a {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_9a {width:320px; height:50px;display:none; pointer-events:auto; float:center;}}
@media (min-width:800px) { .adslot_9a { width: 160px; height: 600px;  margin:2% 0 0 5%; display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_9a {width:300px; height:600px; margin:2% 0 0 5%;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_9a {width:300px; height:600px; margin:2% 0 0 10%;display:inline-block;pointer-events:auto;}}

.adslot_9b {width:160px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_9b {width:160px; height:50px;display:none; pointer-events:auto;}}
@media (min-width:800px) { .adslot_9b { width: 160px; height: 600px; display:inline-block;pointer-events:auto; margin:1%; float:left;}}
@media (min-width:1224px) {.adslot_9b {width:160px; height:600px; display:inline-block;pointer-events:auto;  margin:1%; float:left;}}
@media (min-width:1536px) {.adslot_9b {width:160px; height:600px; display:inline-block;pointer-events:auto;  margin:1%; float:left;}}


.adslot_10 {width:320px; height:50px;display:inline-block; border:1px solid black; pointer-events:auto; float:center;}
@media(min-width:400px) {.adslot_10 {width:250px; height:250px;display:inline-block;pointer-events:auto;}}
@media(min-width:768px) {.adslot_10 {width:320px; height:50px;display:inline-block;pointer-events:auto; }}
@media (min-width:1224px) {.adslot_10 {width:250px; height:250px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}

.adslot_11 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_11 {width:320px; height:100px;display:inline-block; pointer-events:auto;}}
@media(min-width:768px) {.adslot_11 {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_11 {width:468px; height:60px; margin:5% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_11 {width:468px; height:60px; margin:5% 0 5% 0;display:inline-block;pointer-events:auto;}}


.adslot_11b {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_11b {width:320px; height:100px;display:inline-block; pointer-events:auto;}}
@media(min-width:768px) {.adslot_11b {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_11b {width:468px; height:60px; margin:5% 0 0 0;display:inline-block;pointer-events:auto; border:1px solid black;}}
@media (min-width:1536px) {.adslot_11b {width:728px; height:90px; margin:0% 0 0% 0;display:inline-block;pointer-events:auto;border:1px solid black;}}


.adslot_11a {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_11a {width:320px; height:100px;display:inline-block; pointer-events:auto;}}
@media(min-width:768px) {.adslot_11a {width:320px; height:100px;display:inline-block;pointer-events:auto;}}
@media (min-width:1224px) {.adslot_11a {width:468px; height:100px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}
@media (min-width:1536px) {.adslot_11a {width:468px; height:100px; margin:2% 0 0 0;display:inline-block;pointer-events:auto;}}

.adslot_12 {width:320px; height:50px;display:none; border:1px solid black; pointer-events:auto;}
@media(min-width:400px) {.adslot_12 {width:300px; height:250px;display:inline-block; border:1px solid black; pointer-events:auto;}}
@media(min-width:768px) {.adslot_12 {width:300px; height:250px;display:inline-block; border:1px solid black; pointer-events:auto;}}
@media (min-width:1224px) {.adslot_12 {width:300px; height:250px; margin:2% 0 0 0;display:inline-block;border:1px solid black; pointer-events:auto;}}
@media (min-width:1536px) {.adslot_12 {width:300px; height:250px; margin:2% 0 0 0;display:inline-block;border:1px solid black; pointer-events:auto;}}


.PolicyDate{
    font-size:14px;
}
.anchor1{
    margin-top:100px;
    padding-top:150px;
}
.anchor2{
    margin-top:500px;
    padding-top:250px;
}

/* Convertion Chart */

.dropbtn {
  background-color: #3498DB;
  color: white;
   
  padding: 15px;
  font-family:cabin;
  font-weight:600;
  font-size: 14px;
  border: 1px solid black;
  border-radius:5px;
  text-align:centre;
  cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  width:34%;
  height:350px;
  overflow-y: scroll;
  background-color: #f1f1f1ef;
  border: 1px solid black;
  border-top:0px;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
  border-radius:0%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

/* Year dropdown button */


.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  pointer-events:auto;
}

.navbar a:hover, .dropdown1:hover .dropbtn1 {
  background-color: blue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 160px;
  height:250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:3px;
  overflow-x:none;
  overflow-y:scroll;
  pointer-events:auto;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown1:hover .dropdown-content {
  display: block;
}

.menubutton-Gen99 p1{
    background-color: rgba(0,0,0,.5);
    color:#fff;
    border:2px solid black;
    border-radius:5px;
    padding:2%;
}
.feedback {
   position: fixed;
   right: 0;
   bottom: 30%;
   height: 80px;
   width: 20px;
  
padding:5px 2px 5px 2px;
   background-color: #fff;
   color: black;
}
.feedback {
   writing-mode: vertical-lr;
   text-align:center;

}

.feedback:hover {
    width: 30px;
}

/* Contact Form Css */
 .formcarry-container {
      box-sizing: border-box;
      margin: 40px 0 2% 0;
      padding: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.01em;
      padding:0 0 40px 0;
      width: 100%;

      /* NORMAL */
      --fc-border-color: #ECEFF9;
      --fc-normal-text-color: #0E0B3D;
      --fc-normal-placeholder-color: #B3B8D0;

      /* PRIMARY COLOR | HSL FORMAT*/
      --fc-primary-color-hue: 220;
      --fc-error-color-hue: 356;
      --fc-primary-hsl: var(--fc-primary-color-hue), 100%, 54%;
      --fc-error-hsl: var(--fc-error-color-hue), 100%, 54%;

      /* HOVER */
      --fc-field-hover-bg-color: #F7F9FC;
      --fc-border-hover-color: #DDE0EE;
      --fc-field-hover-text-color: #B3B8D0;

      --fc-border-active-color: #ddd;
    }

    .formcarry-container * {
      box-sizing: border-box;
    }

    .formcarry-container label {
      display: block;
      cursor: pointer;
    }

    .formcarry-container .formcarry-block:not(:first-child) {
      margin-top: 16px;
    }

    /*=============================================
    =            Fields           =
    =============================================*/
    
    .formcarry-container input,
    .formcarry-container textarea,
    .formcarry-container select {
      margin-top: 4px;
      width: 100%;
      height: 42px;
      border: 1px solid var(--fc-border-color);
      color: var(--fc-normal-text-color);
      border-radius: 6px;
      padding: 8px 12px;
      
      font-family: "Inter", sans-serif;
      font-size:14px;
      transition: 125ms background, 125ms color, 125ms box-shadow;
    }

    .formcarry-container textarea{
      min-height: 188px;
      max-width: 100%;
      padding-top: 12px;
    }

    .formcarry-container input::placeholder,
    .formcarry-container textarea::placeholder,
    .formcarry-container select::placeholder {
      color: var(--fc-normal-placeholder-color);
    }

    .formcarry-container input:hover,
    .formcarry-container textarea:hover,
    .formcarry-container select:hover {
      border-color: var(--fc-border-hover-color);
      background-color: var(--fc-field-hover-bg-color);
    }

    .formcarry-container input:hover::placeholder,
    .formcarry-container textarea:hover::placeholder,
    .formcarry-container select:hover::placeholder {
      color: var(--fc-field-hover-text-color);
    }

    .formcarry-container input:focus,
    .formcarry-container textarea:focus,
    .formcarry-container select:focus {
      background-color: #fff;
      border-color: hsl(var(--fc-primary-hsl));
      box-shadow: hsla(var(--fc-primary-hsl), 8%) 0px 0px 0px 3px;
      outline: none;
    }

    .formcarry-container select {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9997 14.5001L8.46387 10.9642L9.64303 9.78589L11.9997 12.1434L14.3564 9.78589L15.5355 10.9642L11.9997 14.5001Z' fill='%236C6F93'/%3E%3C/svg%3E%0A");
      /* background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px); */
      background-size: 24px 24px;
      background-position: 98%;
      background-repeat: no-repeat;
      appearance: none;
      -webkit-appearance: none;
    }

    .formcarry-container button {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: -0.02em;
      height: 42px;
      line-height: 40px;
      width: 100%;
      border-radius: 6px;
      box-sizing: border-box;
      border: 1px solid hsla(var(--fc-primary-hsl));
      background-color: hsla(var(--fc-primary-hsl));
      color: #fff;
      cursor: pointer;
    }

    .formcarry-container button {
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: -0.02em;
      height: 40px;
      line-height: 24px;
      width: 100%;
      border: 0;
      border-radius: 6px;
      box-sizing: border-box;
      background-color: hsla(var(--fc-primary-hsl));
      color: #fff;
      cursor: pointer;
      box-shadow: 0 0 0 0 transparent;
      
      transition: 125ms all;
    }
    
    .formcarry-container button:hover {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), hsla(var(--fc-primary-hsl));
    }
    
    .formcarry-container button:focus {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
      border-inline: 1px solid inline rgba(255, 255, 255, 0.6);
      box-shadow: 0px 0px 0px 3px rgba(var(--fc-primary-hsl), 12%);
    }

    .formcarry-container button:active {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), hsla(var(--fc-primary-hsl));
    }

    .formcarry-container button:disabled {
      background-color: hsla(var(--fc-primary-hsl), 40%);
      cursor: not-allowed;
    }

    .formcarry-container input:focus:required:invalid,
    .formcarry-container input:focus:invalid, 
    .formcarry-container select:focus:required:invalid,
    .formcarry-container select:focus:invalid
    {
      color: hsl(var(--fc-error-hsl)); 
      border-color: hsl(var(--fc-error-hsl));
      box-shadow: 0px 0px 0px 3px hsla(var(--fc-error-hsl), 12%);
    }
    
     /* new table */
  #myInput2 {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}
#myTable td img {
    float:left;
    width:50px;
    height:auto;
    border-radius:5px;
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}
