

h1 span {
  font-family: Quicksand-Bold;
  font-weight: 600;
  color: #d18100;
    font-size: 45px;
}
.banner-content p,
.copyright p,
.glbl-btn,
.inner-body h3,
h1 {
  color: #fff;
}
.toggle-btn {
  display: none;
}
.container,
.form-body .form-group.textarea,
.inner-body .right form .textarea,
.navbar,
.popUp-body.maldives textarea {
  width: 100%;
}
.accordion-item.active .accordion-content,
.inclusion-exclusion {
  box-shadow: 0 0 10px 12px rgb(38 36 36 / 9%);
  background-color: #fff;
}
.banner,
.banner.inner-banner {
  background-size: cover;
  background-position: center;
}
.navbar .menu ul li a,
.perks ul li h5,
h1 {
  text-transform: capitalize;
}
body{
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins-Regular;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: Reey-Regular;
  src: url(../fonts/reey/Reey-Regular.otf);
}
@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/quick/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Quicksand-Regular;
  src: url(../fonts/quick/Quicksand-Regular.ttf);
}
:root {
  --them-clr-one: #7e4617;
  --them-clr-two: #f5aa32;
  --acrdia-clr: #d18100;
}
.container {
  max-width: 1110px;
  margin: auto;
  display: block;
}
.flex,
.perks ul {
  display: flex;
}
.justify-content {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

.glbl-btn {
  background-color: var(--them-clr-two);
  padding: 10px 22px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 18px;

}
header {
  z-index: 9999;
  position: sticky;
  left: 0;
  right: 0;
  padding: 4px 0px;
  top: 0;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.navbar .menu ul li {
  display: inline-block;
  margin-left: 45px;
}
.navbar .menu ul li a {
  font-size: 18px;
  color: #4e4b4b;
  font-weight: 600;
}
.navbar .logo {
  width: 13%;
  line-height: 0;
}
.navbar .logo a{
  display: inline-block;
  line-height: 0;
}
header .logo a img{
  width: 90%;
}


.videoBanner{
  width: 100%;
  height: 55vh;
  position: relative;
}
video{
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.videoBanner .bannerContent{
  position: absolute;
  top: 22%;
  text-align: center;
  width: 80%;
  z-index: 99;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  background: #00000069;
  padding: 20px;
  border-radius: 10px;
  outline: 1px solid #cecece26;
  outline-offset: -15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.videoBanner .bannerContent h1 {
font-size: 35px;
  font-weight: 600;
}

.videoBanner::after{
  position: absolute;
  content: "";
  height: 100%;
  inset: 0 0 0 0;
  width: 100%;
  background-color: #00000045;
  z-index: 9;
}

.videoBanner .bannerContent .glbl-btn{
  background-color: var(--acrdia-clr);
  padding: 10px 25px;
  display: inline-block;
  margin: 10px 0px 15px;
  border-radius: 5px;
  color: #fff;
}
.videoBanner .bannerContent .glbl-btn img{
  width: 20px;
  transform: translateY(2px);
  margin-right: 0px;
}

.inner-body {
  padding: 20px 0;
  margin-top: 50px;
}
.inner-body ul li{
  color: #797979;
  margin-bottom: 10px;
  font-size: 15px;
}
.inner-body p {
  color: #797979;
  margin-bottom: 10px;
}
.inner-body b {
  margin-bottom: 10px;
  display: inline-block;
  color: #484848;
}
.inner-body h2 {
  margin-bottom: 25px;
  background-color: #7e4617;
  padding: 11px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
  outline: #ffffff7d solid 1px;
  font-size: 20px;
  outline-offset: -5px;
  font-family: Quicksand-Regular;
}
.banner.inner-banner {
  background-color: var(--them-clr-one);
  height: 35vh;
  background-image: unset;
}
.inner-body h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.inner-body .left {
  width: 60%;
}
.inner-body .left h2 {
  color: var(--them-clr-one);
  margin: 15px 0;
}
.inner-body .left img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
  height: 350px;
  border-radius: 5px;
}
.inner-body .right .heading img{
  display: none;
}

.inner-body .right .heading h2{
  background: #d18100;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 12px 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: unset;
  font-weight: 700;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.accordion {
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-header {
  background-color: var(--acrdia-clr);
  color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.accordion-toggle {
  font-size: 27px;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 10px;
  color: #fff;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.accordion-content ul li {
    font-size: 14px;
  color: #818181;
  line-height: 25px;
  list-style: disc;
  margin-left: 15px;
}
.accordion-content span {
  padding: 3px 25px;
  border: 1px solid #d18100;
  color: #d18100;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  margin-top: 10px;
}
.accordion-item.active .accordion-toggle {
  transform: rotate(359deg);
}
.accordion-item.active .accordion-content {
  max-height: 1000px;
}
.accordion-item .accordion-content ul{
    padding: 15px;
}
.inclusion-exclusion {
  margin-top: 35px;
  padding: 20px;
  outline: #f55d0461 solid 1px;
  outline-offset: -5px;
  background-color: #fff;
    border-radius: 5px !important;
}

.inclusion-exclusion .tabs {
  margin: 25px 0;
}
.inclusion-exclusion .tabs a {
  background-color: #858585;
  padding: 8px 25px;
  color: #fff;
  margin: 7px;
}
.inclusion-exclusion ul li {
    font-size: 13px;
    color: #696969;
    line-height: 21px;
}
.inclusion-exclusion .active-tab {
  background-color: #7e4617 !important;
}
.inclusion-exclusion .inclusion li {
  list-style-image: url(../img/in-check-mark.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px;
}
.inclusion-exclusion .inclusion li.text-danger {
  list-style-image: unset;
}
.inclusion-exclusion .inclusion li.text-danger b {
  color: red;
}
.inclusion-exclusion .inclusion li b.text-danger {
  color: red !important;
  list-style: none !important;
  list-style-image: unset !important;
}
.inclusion-exclusion .exclusion li {
  list-style-image: url(../img/in-close.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px;
}
.inner-body .right {
  width: 35%;
}
.inner-body .right .form-body {
  background-color: #5f5f5f;
  padding: 13px;
  border-radius: 5px;
  padding-top: 0;
}
.inner-body .right .form-body .form-group {
  width: 100%;
  padding-top: 0;
  margin-top: 3px;
}
.inner-body .right .form-body .form-group input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  outline: unset;
  border: unset;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group input,
.form-group select,
.inner-body .right .form-body .form-group select {
  height: 45px;
  padding: 0 15px;
  outline: unset;
  font-size: 14px;
}
.inner-body .right .form-body .form-group select {
  width: 100%;
  border: unset;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #666;
}
.inner-body .right form .textarea textarea {
  width: 100%;
  display: block;
  height: 90px;
  border-radius: 5px;
  outline: 0;
  border: none;
  margin-top: 12px;
  padding: 25px 10px 10px 10px;
}

.contact-form .top-for-inner {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 10px;
  padding-bottom: 10px;
  display: none;
}
.contact-form .top h3 {
  color: #fff;
  margin-bottom: 0;
}

.about {
  box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
  width: 90%;
  margin: auto;
  transform: translateY(-35px);
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.about p, .about ul li{
    font-size: 15px;
    color: #6b6b6b;
}
.about ul li{margin-bottom: 15px;}

footer {
  padding: 45px 0;
  background-color: var(--them-clr-one);
}
footer .footer-ul li a {
  text-decoration: none;
  color: #ffffffd1;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
}
footer .footer-ul li h4 {
  font-size: 18px;
  color: #f5aa32;
  font-weight: 400;
}
footer .footer-ul li ul li {
  display: inline-block;
  margin: 5px;
}
footer .whatsapp {
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 9999;
  width: 5%;
}
.copyright {
  background-color: var(--acrdia-clr);
  text-align: center;
  padding: 9px 25px;
}
.review_detail .box {
  box-shadow: rgb(155 149 149 / 49%) 0 1px 11px;
  padding: 20px;
  border-radius: 5px;
  background-color: #e9e9e95c;
  color: #565656;
  outline: #d5d5d5 solid 1px;
  outline-offset: -4px;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.review_detail .box h5 {
    font-size: 16px;
}
.maldives-body .resort-body .package-cost span,
.review_detail .box h5 span {
  color: #f34f00;
}
.review_detail .box .flex {
  margin: 9px 0;
}
.review_detail .box .strong {
  margin-right: 5px;
}
.banner.inner-banner {
  background-image: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 58%)),
    url(../img/maldives-back.jpg);
  padding: 81px 0;
}
.banner.inner-banner h2 {
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.maldives-body {
  padding-top: 60px;
}
.maldives-body .resort-body .box {
  width: 32%;
  box-shadow: 0 0 20px 0 rgb(38 40 40 / 62%);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}
.maldives-body .resort-body .box .glbl-btn {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.maldives-body .resort-body .hotel_heading {
  background-color: var(--them-clr-one);
  padding: 10px 20px;
  color: #fff;
  transform: translateY(-10px);
}
.maldives-body .resort-body .hotel_heading h6 {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.maldives-body .resort-body .hotel_heading img {
  transform: translateY(3px);
  width: 14px;
}
.maldives-body .resort-body .star-box ul li {
  display: inline-block;
  margin: 12px 0 3px;
}
.maldives-body .resort-body .package-cost {
  padding: 8px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.maldives-body .resort-body .package-cost h4 {
  font-size: 16px;
  color: #747474;
  font-weight: 500;
}
.maldives-body .resort-body .box .inclusion {
  padding: 12px 20px;
}
.maldives-body .resort-body .box .inclusion li {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 15px;
  line-height: 25px;
}
.star-box {
  padding-left: 15px;
}
.resort-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 270px;
}
.slider-container img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}
.inner-body .contact-form .top-for-inner,
.slider-container img:first-child {
  display: block;
}

.meals {
  background-color: var(--them-clr-one);
  padding: 9px 25px;
  color: #fff;
  margin-top: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab {
  overflow: hidden;
  width: 100%;
  margin: 25px auto auto;
  text-align: center;
}
.tab button {
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 17px;
  background-color: #878787;
  margin: 15px;
  border-radius: 4px;
  color: #fff;
  width: 22%;
  text-transform: uppercase;
}
.tab button:hover {
  background-color: #d18100;
}
.tab button.active {
  box-shadow: inset 0 -3em 3em rgb(248 129 0), 0 0 0 2px #fff,
    0.3em 0.3em 1em rgb(73 73 73 / 30%);
  font-weight: 500;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.package-parent .container .packageCard:first-child {
  margin-top: 30px;
}
.package-parent .container .packageCard {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 350px;
}
.package-parent .container .packageCard .left {
  width: 28%;
  height: 350px;
}

.package-parent .container .packageCard .left img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.package-parent .container .packageCard h2 {
  font-size: 22px;
  font-weight: 800;
  font-family: Quicksand;
  color: var(--them-clr-one);
  margin-bottom: 8px;
}
.package-parent .container .packageCard .middle {
  padding: 0 30px;
  width: 52%;
}
.package-parent .container .packageCard .middle h2 span {
  color: var(--them-clr-one);
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
.package-parent .container .packageCard .middle .hightlights li {
  font-size: 14px;
  color: #838383;
  margin-bottom: 2px;
  background-image: url(../img/in-check-mark.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-weight: 600;
}
.package-parent .container .packageCard .middle ul li svg {
  color: #209102;
  font-size: 18px;
}
.package-parent .container .packageCard .middle ul.hightlights {
  height: 125px;
  overflow-y: scroll;
}
.package-parent .container .packageCard .right h5.price {
  color: #e13607;
  font-size: 22px;
  font-weight: 600;
}
.package-parent .container .packageCard .right {
  width: 18%;
  text-align: center;
}
.package-parent .container .packageCard .right span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #707070;
}
.package-parent .container .packageCard .right .glbl-btn {
  padding: 11px 19px;
  font-size: 17px;
  margin-top: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.package-parent .container .packageCard .right .glbl-btn:last-child {
  background-color: var(--them-clr-one);
}
.fourButtonPannel {
  margin: 40px 0;
}
.packageCard .middle .hightlights h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #8c4000;
}
.perks ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #9f9b9b;
  margin-right: 20px;
  padding-right: 10px;
}
.perks ul li:last-child {
  border: unset;
}
.perks ul li h5 {
  font-size: 15px;
  font-weight: 600;
  color: #7d7d7dd1;
  padding-left: 5px;
}
.perks {
  margin: 12px 0;
}
.perks ul li img {
    width: 32px;
}
.packageCard .middle .destinations {
  font-size: 14px;
    color: #727272;
    font-weight: 600;
}
span.control {
  font-size: 22px;
}
.detailPackageBody {
  margin-top: 60px;
}






/* popup  */
#popUp {
  width: 100%;
  background: #0000009e;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
#popUp  #contactform {
  width: 40%;
  margin: 0px auto;

}
#popUp  .heading {
  position: relative;
  width: 100%;
  border-radius: unset;
  background-color: var(--acrdia-clr);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 12px 0px;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 20px;

}

.form-body {
  width: 100%;
  background-color: #474747;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.form-body .for-outer .form-group {
  width: 49%;
  margin-bottom: 15px;
}
.form-body .for-outer .form-group input{
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  height: 47px;
  font-weight: 500;
  text-align: center;
}

.form-body .for-outer .form-group:nth-child(3), .form-body .for-outer .form-group:nth-child(4),.form-body .for-outer .form-group:nth-child(7){
  width: 100%;
}
.form-body .for-outer .form-group select{
  width: 100%;
  height: 47px;
  border-radius: 5px;
}
input#country_std_code {
  width: 20%;
  background-color: #d18100;
  color: #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-top-right-radius: unset;
  height: 49px;
  border-bottom-right-radius: unset;
  margin-bottom: 0px;
}
input#country_std_code::placeholder{
  color: #fff;
}

.form-body .for-outer .form-group input#mobile {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.form-body .for-outer .form-group span.placeholder {
  display: none;
}
.form-body .for-outer .form-group textarea {
  border-radius: 5px;
  outline: unset;
  height: 80px;
  width: 100%;
  padding: 25px 10px 10px 10px;
}
.form-body  input#submit {
  background: #d18100;
  width: 100%;
  color: #fff;
  border: unset;
  padding: 13px 0px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 5px;
}

#popUp  .heading  img {
  background: var(--them-clr-one);
  width: 50px;
  border-radius: 100%;
  padding: 8px;
  position: absolute;
  right: -6px;
  top: -10px;
}



/* Form group styles */
.form-group {
  position: relative;
}

/* Input styles */
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 50px;
  border: unset;
  padding: 15px 10px 10px 10px;
  outline: none;
  border-radius: 4px;
  font-size: 13px;
  outline: unset;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;

}

/* Placeholder styles */
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #474747;
  display: none;
}

/* Label styles */
.form-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #4b4b4b;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  pointer-events: none;
  background-color: transparent;
  padding: 0 4px;
  font-weight: 500;

}
.form-group input:focus{
  outline: 1px solid var(--them-clr-two);
}

.form-group select:focus{
  outline: 1px solid var(--them-clr-two);
}
.form-group select option {
  color: #474747; /* Text color for the option */
  background-color: #fff; /* Background color for the option */
  font-size: 13px;
  font-weight: 600;

}


.form-group input:focus + label,.form-group input:not(:placeholder-shown) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
    
}
.form-group select:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
       
}
.form-group textarea:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
}

.form-group input[type='tel']:focus + label,form-group select:not([value=""]) + label{
  top: 10px;
    font-size: 10px;
    padding: 0 4px;
    color: var(--them-clr-two);
}






/* contact page  */
.contact {
  padding: 60px 0px;
}
.contact .top-details .box {
  background-color: #d7c19c0f;
  border-radius: 5px;
  padding: 10px;
  height: 225px;
  text-align: center;
  width: 30%;
  align-content: center;
  outline: 1px solid #ededed;
    outline-offset: -10px;
}
.contact .top-details .box a {
    color: #575757;
    display: block;
}
.contact .top-details .box h4 {
  font-size: 20px;
  color: #464646;
  font-weight: 600;
}
.contact .top-details .box img {
  background: var(--acrdia-clr);
  border-radius: 100%;
  padding: 10px;
  width: 60px;
}
.contact-form {
  padding-top: 60px;
}
.contact-form .left{
  border-radius: 5px;
  position: relative;
  width: 43%;
}
.contact-form .left img{
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.contact-form .left::after{
  position: absolute;
  content: "";
  inset: 0 0 0 0;
  border-radius: 5px;
  background-color: #00000057;
  outline: 1px solid #f5aa326e;
  outline-offset: -10px;
}
.contact-form  .right {
  width: 50%;
}
.contact-form  .right .for-outer{
  padding: 0px 25px 25px;
}
.contact-form  .right .heading img{
  display: none;
}
.contact-form  .right .heading h2 {
  background: #d18100;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 12px 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

#popUp .for-outer{
  padding: 0px 15px;
}


.banner.inner-banner ul li {
  margin-bottom: 15px;
}



/* date */
.date-picker {
  position: relative;
}

.datepicker-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 0px;
  width: 100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

}

.datepicker-dropdown table {
  border-collapse: collapse;
  width: 100%;
}

.datepicker-dropdown th, .datepicker-dropdown td {
  padding: 5px;
  text-align: center;
  cursor: pointer;
}



.datepicker-dropdown td:hover {
  background: #eee;
}

.datepicker-header {
  display: flex;
  justify-content: space-between;
  background-color: var(--them-clr-one);
  padding: 5px 10px;
  color: #fff;
}

.datepicker-prev, .datepicker-next {
  cursor: pointer;
  user-select: none;
}

.datepicker-prev:hover, .datepicker-next:hover {
  text-decoration: underline;
}
.datepicker-dropdown table thead{
  background: #d18100 !important;
  color: #fff;
}
.disabled {
  color: #ccc;
  pointer-events: none;
}

img {
  width: 20px;
  transform: translateY(2px);
  margin-right: 0px;
}


.inclusion-exclusion ul{
  display: none;
}






.videoReview{
  background-color: #eee;
  margin-top: 60px;
}
.videoReview .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
    margin-bottom: 35px;
      justify-content: center;
}

.videoReview .heading h2{
        position: relative;
            padding: 12px 0px;
}
.videoReview .heading h2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    left: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    top: 2px;
}

.videoReview .heading h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    right: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    bottom: 2px;
}
.videoReview .container{
  display: block;
}

.videoReview .reviewBox{
  width: 32%;
}
.videoReview iframe{
  width: 100%;
  border-radius: 5px;
}

.videoReview .review-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoReview .heading h2 {
    font-size: 25px;
  color: #7e4617;
}
.videoReview  .youtubeButton {
  border: 1px solid #7e46172e;
  padding: 10px;
  color: #7e4617;
  font-weight: 100;
  display: flex;
  align-items: center;
}

.videoReview .youtubeButton img{
  width: 24px;
  margin-right: 12px;
}

.videoReview {
    padding: 50px 0px;
}


.grw-net-widget {
    position: fixed !important;
 right: 15px !important;
    top: 300px !important;
    z-index: 999999 !important;
}
.grw-net-widget-four-type-3 .grw-net-widget-four-logo {
    width: 35px !important;
    height: 35px !important;
}
.grw-net-widget .grw-net-text-medium {
    font-size: 12px !important;
}
.grw-net-widget-four-rows .grw-net-text-much-big {
    font-size: 15px !important;
}
.grw-net-widget-four-type-3 {
    width: 165px !important;
    min-width: unset !important;
    padding: 0 !important;
}
.grw-net-widget-four-content {
    padding: 5px 0px !important;
}

