:root {
  --main-bg-color: #1f1f21;
  --main-txt-color: white;
  --black-txt-color: #212a11;
  --testiMonial-bg-color: #ececec;
  --testiMonial-client-name-color: rgba(124, 184, 34, 1);
  --contact-us-border-color: #ebebeb;
  --quick-link-p-tag-hover-color: #23527c;
  --copy-right-bg-color: rgba(43, 42, 47, 255);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  height: 65px;
  width: 65px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fbb62d;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: black;
}
.prevNext{
  display: flex;
  justify-content: flex-end;
}
/* .showProducts{
  display: flex;
  justify-content: center;
  width:100%;
} */
/* ==============             Header Part ==============================
 ========================================================================== */
#demo {
  margin-top: 105px;
}
#header1 {
  height: 121px !important;
}
#hreftag {
  background: black;
  border: solid #f9c10a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 280px;
}
#logo {
  height: 100px !important;
  margin-top: 156px;
  margin-bottom: 0px;
}

#imgHeader {
  background: black;
  margin-bottom: 2% !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 108%;
  border: solid #fbb62d;
}

#navbarCollapse > div > a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffffff !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
a {
  text-decoration: none;
  /* font-family: 'Raleway' !important; */
  /* font-family: 'Reggae One', cursive; */
  /* font-family: 'Cabin Condensed', sans-serif; */
  font-family: 'Itim', cursive;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom-style: solid;
  border-bottom-width: 3.1px;
  width: fit-content;
  color: white;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(253, 253, 253);
  border-bottom-style: solid;
  border-bottom-width: 3.1px;
  width: fit-content;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 20px;
}

ul.menutype {
  list-style-type: none;
  display: contents;
}

#navbar-hamburger {
  display:block;
}

#navbar-close {
  display: none;
}

#left159{
  left: 98%;
  padding-left: 5%;
  height: auto;
}

/* ==============     End Header Part ==============================
 ========================================================================== */

/* ==============    Management  Section Part ==============================
 ========================================================================== */

.management {
  margin-bottom: 5%;
}

.section-title2 {
  text-align: center;
  padding-bottom: 60px;
  margin-top: 50px;
}

.section-title2 h2 {
  font-family: 'Raleway';
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: rgb(65, 62, 62);
}

.section-title2 p {
  margin-bottom: 0;
}

.managementText {
  font-family: 'Raleway';
  font-size: 24px;
}

/* ==============     Management  Section Part  End==============================
 ========================================================================== */

/* ==============     carousel Part ==============================
 ========================================================================== */

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel {
  position: relative;
}

/* ==============     End carousel Part ==============================
 ========================================================================== */

/* ==============     where to Buy Part ==============================
 ========================================================================== */

.WhereBuy {
  width: 100%;
  height: 800px;
}

/* ==============     End carousel Part ==============================
 ========================================================================== */

/* ==============     Product Tital Part ==============================
 ========================================================================== */

.product-title {
  text-align: center;
  padding-bottom: 60px;
  margin-top: 50px;
}

.product-title h2 {
  font-family: 'Raleway';
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: rgb(65, 62, 62);
}

.product-title p {
  margin-bottom: 0;
}

.AvailbleButton {
  display: none;
}

.ProdName {
  font-family: 'Merienda', cursive;
  font-size: 18px;
  text-transform: uppercase;
}
#caption {
  font-family: 'Merienda', cursive;
}

.productNameWeight {
  font-family: 'Raleway';
}

.prodImage {
  width: 100%;
}

.NameImageConatainer {
  position: relative;
  width: 100%;
}

.NameImageConatainer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.NameImageConatainer:hover::before {
  background-color: rgba(128, 120, 120, 0.5);
}
.NameImageConatainer a img {
  display: block;
}

.NameImageConatainer button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
.NameImageConatainer:hover button {
  opacity: 1;
}

.LearnMore {
  background-color: #fbb62d !important;
  color: var(--main-txt-color) !important;
  border-radius: 0px;
  width: 95%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
}

/* .LearnMore:hover {
  background-color: #f5faf4 !important;
  color: #fbb62d !important;
} */

/* The Modal (background) */
.modal {
  margin-top: 121px;
  margin-left: 270px;
  width: 70%;
  height: 75%;
  overflow: auto;
  border-radius: 50px;
  background-color: rgba(6, 140, 230, 0.4);
  display: 'none';
}

.modelImage {
  margin-top: 50px;
  box-shadow: 0px 1px 12px 9px rgb(250, 249, 248);
  -webkit-animation: MoveUpDown 10s linear infinite;
  animation: MoveUpDown 10s linear infinite;
  position: relative;
  display: inline-block;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.modelImage > a > img {
  transform: rotateY(-30deg);
}

@-webkit-keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}
@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}

.model-title {
  text-align: center;
  padding-bottom: 50px;
  margin-top: 50px;
}

.model-title h2 {
  font-family: 'Raleway';
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: rgb(255, 255, 255);
}

.model-title p {
  margin-bottom: 0;
}

.modelText {
  font-size: 25px;
  color: #ebebeb;
  font-weight: initial;
}

#close1 {
  color: white;
  background-color: #002552;
  float: right;
  font-size: 25px;
  opacity: 1;
  font-weight: bold;
  /* right: 30px; */
  height: 60px;
  width: 60px;
  /* margin-left: 500px; */
  cursor: pointer;
  /* padding: 20px; */
  border-radius: 100%;
}

#close1:hover,
#close1:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
}

.fa.fa-times:hover {
  transform: rotate(180deg);
}
.fa.fa-times {
  transition: transform 0.5s ease 0s;
}

/* ==============     Product Tital End ==============================
 ========================================================================== */

/* ==============     Section Tital Part ==============================
 ========================================================================== */

section {
  padding: 0px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

/* ==============     Section Tital Part ==============================
 ========================================================================== */

/*--------------------------------------------------------------
# Testimonials Section Strat
--------------------------------------------------------------*/

.testimonials {
  background-image: url(../images/banner-2s.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: "100%";
}

#testimonialsContainer {
  background-color: white; 
  height: 400px;
  padding: 0%;
}

.section-title1 {
  text-align: center;
  /* padding-bottom: 35px; */
  padding-top: 50px;
}

.section-title1 h2 {
  font-family: 'Raleway';
  font-size: 42px;
  font-weight: bold;
  position: relative;
  color: rgb(255, 255, 255);
}

.testimonialsCarousel {
  width: 40%;
  height: 100%;
}

.testimonialsBotton {
  position: inherit;
  margin-top: 5%;
}

.carousel-tital {
  text-align: center;
  padding-bottom: 10%;
}

.carousel-tital > div {
  margin: 15% 16%;
}

.carousel-tital .wrap {
  padding: 1rem;
  text-align: center;
}

.carousel-tital .wrap h3 {
  font-family: 'Raleway';
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 80px;
  position: relative;
  color: #fbb62d;
}

.carousel-tital .wrap h3::after {
  content: url(../images/ic-quote.png);
  position: absolute;
  display: block;
  width: 40px;
  height: 190px;
  transform: translate(84%, -100%);
}

.wrapInsidePre {
  font-size: 16px;
  font-family: 'Raleway';
}

.word-carousel {
  margin-bottom: 10%;
}

/*--------------------------------------------------------------
# Testimonials Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# distributors Section 
--------------------------------------------------------------*/
.distributors {
  margin-bottom: 5%;
}


.section-title {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-title h2 {
  font-family: 'Raleway';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  color: rgb(65, 62, 62);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# distributors Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Section Start
--------------------------------------------------------------*/

.footer {
  background-color: var(--main-bg-color);
  padding-bottom: 50px;
  color: var(--main-txt-color);
  padding-top: 75px;
}
.footerLogoImages {
  height: auto;
  width: 50%;
}
.footerHR {
  background-color: white;
  width: 60%;
  margin-left: 19%;
  margin-top: 0px;
  opacity: 0.2;
}
.footerDivPTag {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.footerHeading {
  font-family: 'Raleway';
  font-size: 38px;
}
.quickLinks {
  color: var(--main-txt-color);
}
.quickLinkPTag:hover {
  text-decoration: underline;
  cursor: pointer;
  color: var(--quick-link-p-tag-hover-color);
}
.footerIcon {
  font-size: 25px;
  color: white;
}
.copyRight {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: var(--copy-right-bg-color);
  color: var(--main-txt-color);
}
.wrapperDivSocial {
  flex-wrap: nowrap;
  margin-left: 25%;
}

/*--------------------------------------------------------------
# Footer Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Section 
--------------------------------------------------------------*/
.about {
  margin: 3% 0%;
}

.fontabouthead {
  font-family: 'Raleway';
  font-size: 24px;
}
.fontabout {
  font-family: 'Raleway';
  font-size: 20px;
}

/*--------------------------------------------------------------
# About Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Us Section 
--------------------------------------------------------------*/
.contact {
  margin: 3% 0%;
}

.contactUsFormSubmit {
  background-color: #fbb62d !important;
  color: var(--main-txt-color) !important;
  border-radius: 0px;
  width: 40%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  font-weight: bold;
}

.contactUsFormSubmit:hover {
  background-color: #fbb62d !important;
  color: var(--bl-txt-color) !important;
  border-radius: 0px;
  width: 40%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  font-weight: bold;
}

.contactUsAddress {
  border-left: 3px solid #fbb62d;
}

.contactUsIcon {
  color: var(--main-bg-color);
  font-size: 25px;
}

.contactUsDivPTag {
  font-size: 16px;
}

.wrapperDiv {
  display: flex;
}

/*--------------------------------------------------------------
# Contact Us Section End
--------------------------------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 479px) {
  #togglebutton {
    margin-left: -1px;
    float: right;
  }
  #header1 {
    height: 105px !important;
  }

  #hreftag {
    background: black;
    border: solid #f9c10a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 70px;
    height: 94px;
    float: left;
  }
  #logo {
    height: 85px !important;
    margin-top: -16px;
  }
  #menuList {
    height: inherit;
  }
  #navListWidth {
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 16px;
  }

  .product-title {
    text-align: center;
    padding-bottom: 60px;
  }

  .product-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .product-title p {
    margin-bottom: 0;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .section-title2 {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 30px;
  }

  .section-title2 h2 {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title2 p {
    margin-bottom: 0;
  }

  .managementImage {
    max-width: 280px;
  }

  .managementText {
    font-family: 'Raleway';
    font-size: 13px;
  }

  #carouselButtonHide {
    display: none;
  }

  .section-title1 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 40px;
  }

  .section-title1 h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .testimonials {
    background-image: url(../images/banner-2s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 664px;
  }

  .testimonialsCarousel {
    width: 100%;
  }

  .testimonialsBotton {
    position: inherit;
    /* margin-top: 30%; */
  }

  .carousel-tital {
    text-align: center;
    padding-bottom: 30px;
  }

  .carousel-tital > div {
    margin: 65px 0px;
  }

  .carousel-tital .wrap {
    padding: 1rem;
    text-align: center;
  }

  .carousel-tital .wrap h3 {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 75px;
    position: relative;
    color: #fbb62d;
  }

  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(121%, -180px);
  }

  .wrapInsidePre {
    font-size: 14px;
    font-family: 'Raleway';
  }

  .word-carousel {
    margin-bottom: 5%;
  }

  .distributors {
    margin-bottom: 9%;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .footerHeading {
    font-family: 'Raleway';
    font-size: 38px;
  }
  .footerDivPTag {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .footerHR {
    width: 250px;
    margin-left: 60px;
    margin-top: 0px;
    opacity: 0.2;
  }

  .contactUsFormSubmit {
    width: 45% !important;
  }

  .wrapperDiv {
    display: flex;
  }
  .contactUsAddress {
    margin-top: 20px !important;
    border-left: none !important;
  }

  .NameImageConatainer {
    position: relative;
    width: 100%;
  }

  .NameImageConatainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .NameImageConatainer:hover::before {
    background-color:transparent;
  }
  .NameImageConatainer a img {
    display: block;
  }

  .NameImageConatainer button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #23527c;
  }
  .NameImageConatainer:hover button {
    opacity: 1;
    width: 100%;
    height: 100%;
    /* background: transparent; */
  }

  .LearnMore {
    background-color: #fbb62d !important;
    color: var(--main-txt-color) !important;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    border: none;
    /* border-radius: 20px; */
    font-size: 14px;
    font-weight: bold;
  }

  .LearnMore:hover {
    background-color: #f5faf4 !important;
    color: #fbb62d !important;
  }

  .modal {
    margin-top: 15px;
    margin-left: 9px;
    width: 95%;
    height: 95%;
    overflow: auto;
    background-color: rgba(6, 140, 230, 0.4);
    border-radius: 10px;
  }

  .modelImage {
    margin-top: 50px;
    margin-left: 17px;
    box-shadow: 0px 1px 12px 9px rgb(250, 249, 248);
    -webkit-animation: MoveUpDown 2s infinite alternate;
    animation: MoveUpDown 2s infinite alternate;
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .modelContainer {
    margin-left: 17px;
  }

  .WhereBuy {
    width: 100%;
    height: 540px;
  }

  .modelImage > a > img {
    transform: rotateY(-30deg);
  }

  @-webkit-keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  .model-title {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .model-title h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .model-title p {
    margin-bottom: 0;
  }

  .modelText {
    font-family: 'Raleway';
    font-size: 20px;
    color: #ebebeb;
    font-weight: initial;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .map {
    width: 100%;
    height: 620px;
  }

  #togglebutton {
    /* margin-left: -1px; */
    float: right;
  }
  #header1 {
    height: 105px !important;
  }
  #hreftag {
    background: black;
    border: solid #f9c10a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 70px;
    height: 94px;
    float: left;
  }
  #logo {
    height: 85px !important;
    margin-top: -16px;
  }
  #menuList {
    height: inherit;
    /* background: #FFC107!important; */
  }
  #navListWidth {
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 16px;
  }

  .managementImage {
    max-width: 300px;
  }

  .managementText {
    font-family: 'Raleway';
    font-size: 19px;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .section-title2 {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 30px;
  }

  .section-title2 h2 {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title2 p {
    margin-bottom: 0;
  }

  .testimonials {
    background-image: url(../images/banner-2s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 664px;
  }

  .testimonialsCarousel {
    width: 100%;
  }

  .carousel-tital {
    text-align: center;
    padding-bottom: 30px;
  }

  .carousel-tital > div {
    margin: 16% 0%;
  }

  .carousel-tital .wrap {
    padding: 1rem;
    text-align: center;
  }

  .carousel-tital .wrap h3 {
    font-family: 'Raleway';
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 80px;
    position: relative;
    color: #fbb62d;
  }

  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(35px, -190px);
  }

  .wrapInsidePre {
    font-size: 16px;
    font-family: 'Raleway';
  }

  .word-carousel {
    margin-bottom: 5%;
  }

  #carouselButtonHide {
    display: none;
  }

  .distributors {
    margin-bottom: 9%;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .footer {
    background-color: var(--main-bg-color);
    color: var(--main-txt-color);
    padding: 10px;
  }
  .footerLogoImages {
    /* width: 38%; */
    margin-top: 10px;
    margin-left: 35px;
  }
  .footerHeading {
    font-family: 'Raleway';
    font-size: 38px;
  }
  .footerDivPTag {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  }
  .footerHR {
    width: 290px;
    margin-left: 110px;
    margin-top: 0px;
    opacity: 0.2;
  }
  .wrapperDiv {
    display: flex;
  }

  .contactUsAddress {
    margin-top: 20px !important;
    border-left: none !important;
  }

  .prodImage {
    width: 60%;
    margin-left: 97px;
  }

  .NameImageConatainer {
    position: relative;
    /* width:60%; */
    /* max-height: 330px; */
  }

  .NameImageConatainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .NameImageConatainer:hover::before {
    background-color: transparent;
  }
  .NameImageConatainer a img {
    display: block;
  }

  .NameImageConatainer button {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  .NameImageConatainer:hover button {
    opacity: 1;
    width: 65%;
    height: 100%;
  }

  .LearnMore {
    background-color: transparent !important;
    color: var(--main-txt-color) !important;
    /* border-radius: 0px; */
    width: 40%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
    /* border-radius: 20px; */
    font-size: 16px;
    font-weight: bold;
  }

  /* .LearnMore:hover {
    background-color: #f5faf4 !important;
    color: #fbb62d !important;
  } */

  .modal {
    margin-top: 90px;
    margin-left: 37px;
    width: 85%;
    height: 85%;
    overflow: auto;
    background-color: rgba(6, 140, 230, 0.4);
    border-radius: 20px;
  }

  .modelImage {
    /* max-height: 320px; */
    margin-top: 105px;
    box-shadow: 0px 1px 12px 9px rgb(250, 249, 248);
    -webkit-animation: MoveUpDown 2s infinite alternate;
    animation: MoveUpDown 2s infinite alternate;
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .modelImage > a > img {
    transform: rotateY(-30deg);
  }

  @-webkit-keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  .model-title {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .model-title h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .model-title p {
    margin-bottom: 0;
  }

  .modelText {
    font-family: 'Raleway';
    font-size: 20px;
    color: #ebebeb;
    font-weight: initial;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #demo {
    margin-top: 0px;
  }
  #togglebutton {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
  }
  #header1 {
    height: 106px !important;
    margin-top: -88px;
    display: contents;
    margin-bottom: -422px;
    background: #ffc107 !important;
  }
  #header {
    background: #ffc107 !important;
    justify-content: space-between;
    /* display: flex; */
    flex-wrap: wrap;
  }
  #hreftag {
    background: black;
    border: solid #f9c10a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 78px;
  }
  #logo {
    height: 89px !important;
    margin-top: -20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid #f9c10a;
  }
  #menuList {
    display: contents;
  }
  #navListWidth {
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 16px;
  }
  #navbarNavDropdown {
    padding: 0px;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .header {
    height: 120px;
    background-color: #fbb62d;
    position: relative;
  }

  .managementImage {
    max-width: 210px;
  }

  .ProdName {
    font-family: 'Merienda', cursive;
    font-size: 13px;
    text-transform: uppercase;
  }

  .managementText {
    font-family: 'Raleway';
    font-size: 15px;
  }

  .section-title2 {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 50px;
  }

  .section-title2 h2 {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: bold;
    position: relative;
    color: rgb(65, 62, 62);
  }

  #carouselButtonHide {
    display: none;
  }

  .section-title1 {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 40px;
  }

  .section-title1 h2 {
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .testimonials {
    background-image: url(../images/banner-2s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 664px;
  }

  .testimonialsCarousel {
    width: 100%;
  }

  .carousel-tital {
    text-align: center;
    padding-bottom: 30px;
  }

  .carousel-tital > div {
    margin: 10% 16%;
  }

  .carousel-tital .wrap {
    padding: 1rem;
    text-align: center;
  }

  .carousel-tital .wrap h3 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 80px;
    position: relative;
    color: #fbb62d;
  }

  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(45px, -183px);
  }

  .wrapInsidePre {
    font-size: 16px;
    font-family: 'Raleway';
  }

  .word-carousel {
    margin-bottom: 5%;
  }

  .footer {
    background-color: var(--main-bg-color);
    color: var(--main-txt-color);
    padding: 10px;
  }
  /* .footerLogoImages {
    height: 50px;
    width: 80%;
  } */
  .footerDivPTag {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }
  .footerIcon {
    font-size: 18px;
  }
  .footerHR {
    width: 200px;
    margin-left: 37px;
    margin-top: 0px;
    opacity: 0.2;
  }
  .footerHeading {
    font-family: 'Raleway';
    font-size: 38px;
  }

  .contactUsFormSubmit {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 45% !important;
  }
  .contactUsFormSubmit:hover {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 45% !important;
  }
  .contactUsDivPTag {
    font-size: 11.5px !important;
  }

  .contactUsIcon {
    font-size: 18px !important;
  }

  .NameImageConatainer {
    position: relative;
  }

  .NameImageConatainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    /* transition: background-color 200ms ease-out 0.25s; */
  }
  .NameImageConatainer:hover::before {
    background-color: rgba(128, 120, 120, 0.5);
  }
  .NameImageConatainer a img {
    display: block;
  }

  .NameImageConatainer button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  .NameImageConatainer:hover button {
    opacity: 1;
  }

  .LearnMore {
    background-color: transparent !important;
    color: var(--main-txt-color) !important;
    border-radius: 0px;
    width: 65%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
  }

  .LearnMore:hover {
    background-color: #f5faf4 !important;
    color: #fbb62d !important;
  }

  .modal {
    margin-top: 30px;
    margin-left: 45px;
    width: 85%;
    height: 70%;
    overflow: auto;
    background-color: rgba(6, 140, 230, 0.4);
  }

  .modelImage {
    margin-top: 100px;
    box-shadow: 0px 1px 12px 9px rgb(250, 249, 248);
    -webkit-animation: MoveUpDown 2s infinite alternate;
    animation: MoveUpDown 2s infinite alternate;
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .modelImage > a > img {
    transform: rotateY(-30deg);
  }

  @-webkit-keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  .model-title {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .model-title h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .model-title p {
    margin-bottom: 0;
  }

  .modelText {
    font-family: 'Raleway';
    font-size: 20px;
    color: #ebebeb;
    font-weight: initial;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 41px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-title2 {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 50px;
  }

  .section-title2 h2 {
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    position: relative;
    color: rgb(65, 62, 62);
  }

  .managementImage {
    max-width: 280px;
  }

  .managementText {
    font-family: 'Raleway';
    font-size: 17px;
  }

  .testimonials {
    background-image: url(../images/banner-2s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 664px;
  }

  .testimonialsCarousel {
    width: 60%;
  }

  .carousel-tital {
    text-align: center;
    padding-bottom: 30px;
  }

  .carousel-tital > div {
    margin: 65px 100px;
  }

  .carousel-tital .wrap {
    padding: 1rem;
    text-align: center;
  }

  .carousel-tital .wrap h3 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 80px;
    position: relative;
    color: #fbb62d;
  }

  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(43px, -190px);
  }

  .wrapInsidePre {
    font-size: 16px;
    font-family: 'Raleway';
  }

  .word-carousel {
    margin-bottom: 5%;
  }

  #carouselButtonHide {
    display: none;
  }

  .NameImageConatainer {
    position: relative;
    width: 100%;
  }

  .NameImageConatainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    /* transition: background-color 200ms ease-out 0.25s; */
  }
  .NameImageConatainer:hover::before {
    background-color: rgba(128, 120, 120, 0.5);
  }
  .NameImageConatainer a img {
    display: block;
  }

  .NameImageConatainer button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
  }
  .NameImageConatainer:hover button {
    opacity: 1;
  }

  .ProdName {
    font-family: 'Merienda', cursive;
    font-size: 15px;
    text-transform: uppercase;
  }

  .LearnMore {
    background-color: #fbb62d !important;
    color: var(--main-txt-color) !important;
    border-radius: 0px;
    width: 65%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
  }

  .LearnMore:hover {
    background-color: #f5faf4 !important;
    color: #fbb62d !important;
  }

  .modal {
    margin-top: 120px;
    margin-left: 95px;
    width: 80%;
    height: 55%;
    overflow: auto;
    background-color: rgba(6, 140, 230, 0.4);
    border-radius: 35px;
  }

  .modelImage {
    margin-top: 100px;
    box-shadow: 0px 1px 12px 9px rgb(250, 249, 248);
    -webkit-animation: MoveUpDown 2s infinite alternate;
    animation: MoveUpDown 2s infinite alternate;
    position: relative;
    display: inline-block;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .modelImage > a > img {
    transform: rotateY(-30deg);
  }

  @-webkit-keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @keyframes MoveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  .model-title {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .model-title h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .model-title p {
    margin-bottom: 0;
  }

  .modelText {
    font-family: 'Raleway';
    font-size: 20px;
    color: #ebebeb;
    font-weight: initial;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}

@media only screen and (min-width: 570px) and (max-width: 740px) {
  #demo {
    margin-top: 105px;
  }
  #togglebutton {
    float: right;
    margin-right: 20px;
    position: fixed;
    margin-left: 275px;
    margin-top: 20px;
  }
  #header1 {
    height: 106px !important;
    background: #ffc107 !important;
  }
  #hreftag {
    background: black;
    border: solid #f9c10a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 70px;
    height: 94px;
    float: left;
  }
  #logo {
    height: 85px !important;
    margin-top: -16px;
  }
  #menuList {
    height: inherit;
    position: absolute;
  }
  #navListWidth {
    width: 100%;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: regular;
    font-size: 16px;
    margin-top: 96px;
  }
  #navbarNavDropdown {
    padding: 0px;
  }

  .section-title {
    text-align: center;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: rgb(65, 62, 62);
  }

  .section-title p {
    margin-bottom: 0;
  }

  .header {
    height: 120px;
    background-color: #fbb62d;
    position: relative;
  }

  .managementImage {
    max-width: 170px;
  }

  .managementText {
    font-family: 'Raleway';
    font-size: 13px;
  }

  .section-title2 {
    text-align: center;
    padding-bottom: 60px;
    margin-top: 50px;
  }

  .section-title2 h2 {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: bold;
    position: relative;
    color: rgb(65, 62, 62);
  }

  #carouselButtonHide {
    display: none;
  }

  .section-title1 {
    text-align: center;
    padding-bottom: 5%;
    padding-top: 9%;
  }

  .section-title1 h2 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: bold;
    position: relative;
    color: rgb(255, 255, 255);
  }

  .testimonials {
    background-image: url(../images/banner-2s.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .testimonialsCarousel {
    width: 100%;
  }

  .carousel-tital {
    text-align: center;
    padding-bottom: 30px;
  }

  .carousel-tital > div {
    margin: 16% 18%;
  }

  .carousel-tital .wrap {
    padding: 1rem;
    text-align: center;
  }

  .carousel-tital .wrap h3 {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 70px;
    position: relative;
    color: #fbb62d;
  }

  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(172%, -1800%);
  }

  .wrapInsidePre {
    font-size: 15px;
    font-family: 'Raleway';
  }

  .word-carousel {
    margin-bottom: 5%;
  }

  .footer {
    background-color: var(--main-bg-color);
    color: var(--main-txt-color);
    padding: 10px;
  }
  .footerLogoImages {
    margin-top: 20px;
  }
  .footerDivPTag {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
  }
  .footerIcon {
    font-size: 18px;
  }

  .wrapperDivSocial {
    flex-wrap: nowrap;
    margin-left: -48px;
  }

  .footerHR {
    width: 145px;
    margin-left: 0px;
    margin-top: 0px;
    opacity: 0.2;
  }
  .footerHeading {
    font-family: 'Raleway';
    font-size: 38px;
  }

  .contactUsFormSubmit {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 45% !important;
  }
  .contactUsFormSubmit:hover {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 45% !important;
  }
  .contactUsDivPTag {
    font-size: 11.5px !important;
  }

  .contactUsIcon {
    font-size: 18px !important;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  

}
@media (max-width: 500px) {
  .dropdown-menu {
    height: 200px;
    overflow-y: auto;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 42px;
    right: 16px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
  .carousel-tital .wrap h3::after {
    content: url(../images/ic-quote.png);
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform: translate(172%, -1800%);
}
}


@media only screen and (min-width: 742px) and (max-width: 767px) {

  .carousel-tital > div {
    margin: 16% 16%;
  }

  #togglebutton {
    float: right;
  }

  .managementImage {
    max-width: 250px;
  }

  .managementText {
    font-size: 14px;
    margin-left: 10%;
  }

  #togglebutton {
    margin-left: 426px;
    margin-top: 28px;
    position: fixed;
  }
  #menuList {
    height: inherit;
    position: absolute;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}


@media only screen and (min-width: 570px) and (max-width: 575px) {

  .carousel-tital > div {
    margin: 16% 0%;
  }

  .footerLogoImages {
    margin-top: 20px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  height: 65px;
  width: 65px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fbb62d;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1230px) {

  .managementImage {
    max-width: 270px;
  }

  .managementText {
    font-size: 17px;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    height: 65px;
    width: 65px;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fbb62d;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 100%;
  }
  
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .prodImage {
    width: 100%;
    margin-left: 0%;
}

.ProdName {
  font-family: 'Merienda', cursive;
  font-size: 13px;
  text-transform: uppercase;
}


.NameImageConatainer button {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}

.LearnMore {
  background-color: #fbb62d !important;
  color: var(--main-txt-color) !important;
  border-radius: 0px;
  width: 40%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 14px;
  padding-right: 45px;
  border: none;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}

.contactUsDivPTag {
  font-size: 11.5px !important;
}

.contactUsFormSubmit {
  background-color: #fbb62d !important;
  color: var(--main-txt-color) !important;
  border-radius: 0px;
  width: 40%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 40px;
  border: none;
  font-weight: bold;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  height: 65px;
  width: 65px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fbb62d;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1260px) {
 /* remailning product model */ 

 .modal {
  margin-top: 121px;
  margin-left: 155px;
  width: 70%;
  height: 75%;
  overflow: auto;
  border-radius: 50px;
  background-color: rgba(6, 140, 230, 0.4);
  display: 'none';
}

.LearnMore {
  background-color: #fbb62d !important;
  color: var(--main-txt-color) !important;
  border-radius: 0px;
  width: 65%;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  height: 65px;
  width: 65px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fbb62d;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
}

}

@media only screen and (min-width: 792px) and (max-width: 991px) {
 /* remailning product model */
 .modal {
  margin-top: 40px;
  margin-left: 60px;
  width: 85%;
  height: 70%;
  overflow: auto;
  background-color: rgba(6, 140, 230, 0.4);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  height: 65px;
  width: 65px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fbb62d;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .footerHR {
    background-color: white;
    width: 290px;
    margin-left: 43px;
    margin-top: 0px;
    opacity: 0.2;
}
}

@media only screen and (min-width: 1251px) and (max-width: 1520px) {
  .footerHR {
    background-color: white;
    width: 350px;
    margin-left: 48px;
    margin-top: 0px;
    opacity: 0.2;
}
}


/* .Button>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.Button>span svg {
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 15px;
}

.Button>svg {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 0;
  width: 55%;
  height: 100%;
}

.Button>svg path {
  fill: #e70000;
}

.Button>span svg path {
  fill: #fff;
} */


