/* RESET PAGE STYLE START */
.Dark_head_Sec {
  position: static !important;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 8%);
}

.dark-home-page p {
  margin: 0 0 16px;
}

ul.CustomNav {
  display: none;
}

.Dark_head_Sec:before {
  display: none;
}

/* RESET PAGE STYLE END */

/* GLOBAL CSS START  */

:root {
  --gray: #474747;
  --black: #000;
  --light-black: #282828;
  --white: #fff;
  --cyan: #03dddc;
  --reddish: #b12025;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;

  color: var(--light-black);
}

.section {
  position: relative;
  padding: 70px 0;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

.head h2 {
  font-size: 2.5rem;
  font-weight: 800;
}


.fancy-head h2:before {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    left: -40px;
    top: -10px;
}

.fancy-head h2:after {
    content: url('/wp-content/themes/360/images/holiday/head-line.png');
    position: absolute;
    right: -40px;
    top: 12px;
    transform:rotate(180deg)
}

.fancy-head {
    position: relative;
}

.marign-auto {
    margin: auto;
}

.head h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.head h2{
    font-family: Poppins;
font-weight: 800;
font-size: 50px;
line-height: 60px;
text-align: center;
text-transform: capitalize;

}

.head p{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
}

.div-CTA {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.div-CTA .c-btn {
  position: relative;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 14px 34px;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.div-CTA .c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  z-index: -1;
}

.div-CTA .c-btn:hover::before {
  transform: scale(0.9);
}

.div-CTA .red-btn-border {
  color: #b12025;
  border-color: #b12025;
}

.div-CTA .red-btn-border:hover {
  background-color: #b12025 !important;
  color: #fff !important;
}

.div-CTA .c-btn.red-btn-border:before {
  background-color: #b12025;
}

.div-CTA .red-btn-fill {
  background: #b12025;
  border-color: #b12025;
  color: #fff;
}

.div-CTA .red-btn-fill:hover {
  background-color: #fff !important;
  color: #b12025 !important;
}

.div-CTA .c-btn.red-btn-fill:before {
  background-color: #fff;
}

.div-CTA .cyan-btn-border {
  color: #fff;
  border-color: #03dddc;
}

.div-CTA .cyan-btn-border:hover {
  background-color: #03dddc !important;
  color: #fff !important;
}

.div-CTA .c-btn.cyan-btn-border:before {
  background-color: #03dddc;
}

.div-CTA .cyan-btn-fill {
  background: #03dddc;
  border-color: #03dddc;
  color: #fff;
}

.div-CTA .cyan-btn-fill:hover {
  background-color: #fff !important;
  color: #03dddc !important;
}

.div-CTA .c-btn.cyan-btn-fill:before {
  background-color: #fff;
}

.head-sec {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 25px;
}

@media (min-width: 1200px) {
  .head-sec {
    /* max-width: 70%; */
    margin: 0 auto 50px;
  }
}

.head-sec:before {
  position: absolute;
  content: "";
  background: var(--reddish);
  width: 200px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.head-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black) !important;
}

.head-sec h2 span {
  display: inline !important;
  color: var(--reddish);
}

.head-white h2 {
  color: #fff !important;
}

.head-black h2 {
  color: #282828 !important;
}

.head-sec p {
  color: #6c6c6c;
  /* font-size: 24px; */
  margin: 15px 0 0;
}

/* GLOBAL CSS END  */

/* SECTION ONE CSS START HERE */

    .banner-shape {
      position: absolute;
	  z-index:999 !important;
    }
    .banner-shape-1 {
      top: 0;
      left: 0;
    }
    .banner-shape-2 {
      bottom: -30px;
      left: -50px;
      animation: wave 7s infinite ease-in-out;
    }
    @keyframes wave {
      0% {
        transform: rotateZ(3deg) translateZ(-1px);
      }
      25% {
        transform: rotateZ(-4deg) translateZ(-1px);
      }
      50% {
        transform: rotateZ(2deg) translateZ(-1px);
      }
      75% {
        transform: rotateZ(-6deg) translateZ(-1px);
      }
      100% {
        transform: rotateZ(3deg) translateZ(-1px);
      }
    }
	
	
	
	.col-md-12.text-center.pt-5 {
    -webkit-animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
	
	@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}


section.s1 {
position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 4rem 0 2rem;
    background-image: url(/wp-content/themes/360/images/holiday/hero-bg.webp);
    background-color: #F0F0F0;
}

.s1 .topRow {
  align-items: center;
}

.s1 .topRow .sub-heading {
  color: var(--white);
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 10px;
  background: #1E1E1E;
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
      border-radius: 5px;
    padding: 2px 40px 2px 10px;
    position: relative;
}
.sub-heading img.heading-shape {
    position: absolute;
    right: -25px;
    top: -25px;
}

.s1 .topRow h1 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--light-black);
  padding-bottom: 3rem;
  max-width: 610px;
  line-height: 1;
}
.s1 .topRow h1 {
    color: #1E1E1E;
    font-family: Poppins;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    margin-top: 20px;
}

.s1 .topRow h1 span {
    background: var(--reddish);
    color: white !important;
    padding: 0 10px;
    border-radius: 10px;
}

.s1 .topRow h1 small {
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
	display: inline-block;
}

a.talk-chat.black {
    border-color: #1E1E1E !important;
    background: transparent !important;
    color: #1E1E1E !important;
}

a.talk-chat.black:hover {
    border-color: #1E1E1E !important;
    background: #1E1E1E !important;
    color: #fff !important;
}

.s1 .topRow p.sub-txt {
  font-weight: 500;
  color: var(--light-black);
}

.s1 .topRow h1 span {
  color: var(--reddish);
}

.s1 .topRow p.sub-text {
  color: var(--light-black);
}
.s1 .topRow .div-text > p {
font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color:#69696A;

}

.s1 .div-text span.starting-from {
  background: #f4d712;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1rem;
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-radius: 0.4rem;
}

.s1 .div-text span.starting-from:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  background: #f4d712;
  z-index: -1;
  border-radius: 0.4rem;
}

.s1 .div-text span.starting-from p {
  margin: 0;
}

.s1 .div-text span.starting-from > div > span {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--light-black);
  font-style: italic;
  line-height: 1;
  margin: 0 0 0.2rem;
}

.s1 .div-text span.starting-from > div > p {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--light-black);
  line-height: 1;
}

.s1 .div-text span.starting-from > span {
  font-size: 2.375rem;
  font-weight: 700;
  background: var(--light-black);
  color: var(--white);
  line-height: 1;
  display: inline-block;
  padding: 0.4rem;
  border-radius: 0.3rem;
}
.s1 .div-CTAs {
  margin: 0;
}

.s1 .read-to-grow p {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light-black);
  margin: 0;
}

.s1 .read-to-grow {
  margin: 1.5rem 0 0.6rem;
}
.div-CTAs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1.5rem;
  margin: 2.5rem 0 0;
}

.div-CTAs a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .div-CTAs a.talk-chat {
    background: var(--reddish);
    color: var(--white);
    padding: 20px 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 10px 20px rgb(184 37 37 / 30%);
  }

  .div-CTAs a.talk-chat:hover {
    background: transparent;
    color: var(--reddish);
    border-color: var(--reddish);
  }

  .div-CTAs a.talk-phone {
    position: relative;
    color: var(--reddish);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    padding-left: 60px;
  }

  .div-CTAs a.talk-phone:before {
    position: absolute;
    content: "\f095";
    font-family: "FontAwesome";
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--reddish);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .div-CTAs a.talk-phone:hover {
    color: var(--cyan);
  }

  .div-CTAs a.talk-phone:hover:before {
    background: var(--cyan);
  }
}

/* @media (max-width: 1199px) {
  .div-CTAs {
    margin: 0;
  }

  .div-CTAs > a {
    flex: 1;
    color: var(--white) !important;
    padding: 1rem 0;
    border-radius: 0.4rem;
    text-align: center;
  }

  .div-CTAs > .talk-chat {
    background: var(--reddish);
  }

  .div-CTAs > .talk-phone {
    background: var(--reddish);
  }
}

@media (max-width: 991px) {
  .div-CTAs {
    justify-content: center;
  }

  .div-CTAs > a {
    flex: unset;
    padding: 1rem 3rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }

  .div-CTAs {
    grid-gap: 0.5rem;
    max-width: 90%;
    margin: 0 auto;
  }

  .div-CTAs > a {
    flex: 1;
    font-size: 0.75rem;
  }
} */

img.banner-shape {
  position: absolute;
  bottom: -42px;
  z-index: -1;
  right: 0;
  max-width: 65%;
}

@media (max-width: 1199px) {
  img.banner-shape {
    display: none;
  }
}
div#RFP {
  position: relative;
  background: #f5f5f5;
  padding: 2rem 1.5rem;
  border-radius: 10px;
}
div#RFP:before {
  position: absolute;
  content: "";
  background: var(--reddish);
  width: 40%;
  height: 0.4rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
div#RFP .form-head h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light-black);
}
div#RFP .form-head h2 span {
  color: var(--reddish);
}

div#RFP .form-head {
  text-align: center;
  margin: 0 0 1.5rem;
}
div#RFP .form-group {
  position: relative;
  margin-bottom: 10px;
}
div#RFP .form-group .form-control:focus {
  border-color: var(--reddish);
}
div#RFP .form-group .form-control {
  position: relative;
  color: var(--light-black);
  border: 2px solid #e3e3e3;
  background: #fafcfe;
  border-radius: 0;
  padding: 1rem 1rem;
  box-shadow: unset;
  outline: unset;
  font-size: 14px;
  height: auto;
}
div#RFP .form-group .form-control::placeholder {
  color: #8a8a8a;
}
div#RFP .button-box {
  margin: 1rem 0 0;
  text-align: center;
}
div#RFP .button-box > a {
  background: var(--reddish);
  display: block;
  padding: 1.2rem 0;
  color: var(--white);
  border-radius: 0.3rem;
  font-weight: 500;
  border: 2px solid transparent;
  line-height: 1;
}
div#RFP .button-box > a:hover {
  background: var(--white);
  border-color: var(--reddish);
  color: var(--reddish);
}

.s1 .bottomRow {
  position: relative;
  text-align: center;
  margin: 1rem 0 0;
}

.s1 .bottomRow .statsRow {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.s1 .bottomRow .statsBox h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  color: var(--light-black);
  line-height: 1;
}

.s1 .bottomRow .statsBox p {
  font-weight: 500;
  color: var(--light-black);
}
.s1 ul.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    background: white;
    margin-top: 40px !important;
    padding: 5px 10px !important;
    border-radius: 6px;
}

/* SECTION ONE CSS END HERE */


.popup-close{
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 20px;
	cursor: pointer;
	color: #333;
}

@keyframes slideUp{
	from{ transform: translateY(30px); opacity: 0; }
	to{ transform: translateY(0); opacity: 1; }
}
	
.popup-sale {
		display: none;
	z-index: 9999;
	animation: slideUp 0.4s ease;
    background: var(--Color, #FFEA00);
    box-shadow: 0px -4px 10px 0px #0000001A;
    border-radius: 20px 20px 0 0;
    padding: 15px 30px;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    grid-gap: 10px;
}
.popup-sale h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.popup-sale p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
}

/* ###### PACKAGES SECTION ##### */

section.packageSec {
    background: url(/wp-content/themes/360/images/holiday/pkg-background.webp);
    background-size: cover;
    background-position: top;
}
.packageSec .nav-tabs>li.active a,
.packageSec .nav-tabs>li a:hover {
    background: #fa8802 !important;
}

.packageSec .commonHeading h2 {
    font-weight: 600 !important;
    color: #b82525 !important;
}

.packageSec .commonHeading p {
    color: #0e2e67;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0
}

.packageSec .nav-tabs>li>a,
.orangeBtn {
    margin: 0;
    border-radius: 3px;
    background-color: #f47a1e;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    border: 0 !important;
    font-weight: 500;
    margin-left: 5px;
    letter-spacing: 0.5px;
    width: 175px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all 0.4s ease-In-Out;
    padding: 0;
    display: block
}

.orangeBtn:hover {
    text-decoration: none
}

.packageSec ul.nav.nav-tabs {
    border: 0;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important
}

.packageSec .nav-tabs>li {
    float: inherit;
    display: inline-block
}


.count-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.packageSec .tab-content {
    padding-top: 70px
}

.packMainWrap {
    padding: 15px !important;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    margin-bottom: 25px;
    transition: all 0.4s ease-In-Out;
    margin-right: 5px !important;
	background: white;

}

.packMainWrap .head {
    display: flex;
    justify-content: space-between;
	margin: 0;
    padding: 0;
}

.packMainWrap .head .namePlate {
    display: flex;
    align-items: center;
    border-right: 2px solid #ccc
}

.packMainWrap .head .namePlate .imgSide {
    width: 62px
}

.packMainWrap .head .namePlate .imgSide img {
    max-width: fit-content;
}

.packMainWrap .head .namePlate .nametag {
    padding: 0 16px
}

.packMainWrap .head .namePlate .nametag h2 {
    transition: all 0.4s ease-In-out;
    font-size: 22px;
    color: #0e2e67;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800
}

.packMainWrap .head .namePlate .nametag h3 {
font-size: 13px !important;
    color: #74858d !important;
    margin: 0 !important;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.packMainWrap .head .priceTag {
    padding-left: 16px;
    display: block
}

.packMainWrap .head .priceTag p {
    font-size: 15px;
    color: #999;
    margin: 0;
    font-weight: 800
}

.packMainWrap .head .priceTag h4 {
    transition: all 0.4s ease-In-out;
    font-size: 30px;
    font-weight: 800;
    margin: 0 !important;
    margin-top: 12px;
    color: #b82525;
}

.scroll.scrollbar-dynamic.scroll-content {
    margin: 0;
}

ul.feature {
    margin: 0;
    border-bottom: 0;
    list-style-type: none;
    padding: 0;
    height: auto !important;
}

.packMainWrap.pricing-table .scroll {
    height: 350px;
    /* height: 260px; */
    overflow-y: scroll;
    margin: 0;
}

.packMainWrap.pricing-table>.scroll {
    margin: 0 0 30px 0;
}

/* width */
#styleScroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#styleScroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 38px;
}

#styleScroll::-moz-scrollbar-track {
    background: #f1f1f1;
    border-radius: 38px;
}

#styleScroll::-o-scrollbar-track {
    background: #f1f1f1;
    border-radius: 38px;
}

/* Handle */
#styleScroll::-webkit-scrollbar-thumb {
    background: #b82525 !important;
    border-radius: 38px;
}

#styleScroll::-moz-scrollbar-thumb {
    background: #b82525 !important;
    border-radius: 38px;
}

#styleScroll::-o-scrollbar-thumb {
    background: #b82525 !important;
    border-radius: 38px;
}

/* Handle on hover */
#styleScroll::-webkit-scrollbar-thumb:hover {
    background: #b82525 !important;
}

#styleScroll::-moz-scrollbar-thumb:hover {
    background: #b82525 !important;
}

#styleScroll::-o-scrollbar-thumb:hover {
    background: #b82525 !important;
}

.YellowBtn {
  padding: 20px 35px;
  background-color: #fb8902;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0px 4px 6px 1px #910d0d;
}

section.packageSec {
    padding: 50px 0;
}

.packageSec .nav-tabs>li>a.active {
    background: #f47a1e !important;
}
.priceTag p {
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: #fa8802 !important;
}

.packMainWrap .head .namePlate .nametag h2 {
    color: #b82525 !important;
	text-align: left;
    line-height: 30px;
}

.c-cont-box h4 {
    color: #b82525 !important;
}

.packageSec .nav-tabs>li>a,
.orangeBtn {
    background-color: #b82525 !important;
}

.c-cont-box a {
    color: #b82525 !important;
}

ul.feature li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #b82525 !important;
    width: 3px;
    transition: 0.3s all ease-in-Out;
}

ul.feature li:after {
    content: '';
    left: 0;
    height: 0;
    top: 0;
    background-color: #b82525 !important;
    width: 3px;
    transition: 0.3s all ease-in-Out;
    position: absolute;
    opacity: 0;
}

ul.feature li {
    position: relative;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 17px;
}

.pricing-table .scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    background-color: #b82525 !important;
}

.c-icon-box i {
    color: #b82525 !important;
}


.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.pricing-table .scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    background: #0e2d65;
    width: 9px;
}

.pricing-table .scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: 0;
    background: #eaeaea;
    border-radius: 50px;
    left: 0;
}

.pricing-table .scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    top: 0;
    width: 100% !important;
}

.pricing-table .scrollbar-dynamic>.scroll-element.scroll-y {
    width: 9px;
}

.mini-contact-area {
    display: none;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.mini-contact-box {
    display: block;
    text-align: center;
}

.packageSec .c-icon-box {
    margin-bottom: 5px;
}

.c-cont-box h4 {
    font-size: 16px;
    margin: 0;
    color: #0e2e67;
    font-weight: 600;
    color: #b82525 !important
}

.c-icon-box i {
    color: #b82525 !important;
    font-size: 24px;
    margin-right: 15px;
}

.mini-contact-area:before {
    position: absolute;
    background-color: #172542;
    height: 80%;
    width: 1px;
    right: 0;
    content: '';
    left: 0;
    margin: auto;
    opacity: 0.3;
}

/* 4 Packages */
.mini-contact-box {
    display: block;
    text-align: center;
}


.packMainWrap .head .priceTag {
    padding-left: 5px !important;
}

.packMainWrap .head .namePlate .nametag {
    padding: 0 5px !important;
}

.packMainWrap .head .namePlate {
    border: none !important;
}

.btnPart a.orangeBtn {
    margin: 20px auto;
}

.packageSec .c-icon-box {
    margin-bottom: 5px;
}

.packageSec .btnPart {
    text-align: center;
}

.packageSec .YellowBtn {
    padding: 10px 20px !important;
    display: inline-block;
    text-align: center;
    margin: 0 0 20px 0;
}

.packageSec .YellowBtn:hover {
    color: #b82525;
}

.packageSec h5 {
    font-size: 16px;
    margin: 15px 5px;
    font-weight: 600;
    color: #b82525;
}


.InnerWrap .rightSide .BtnPart {
    margin-top: 0%;
}

.PricingBanner .priceTag {
    display: block !important;
}

.PricingBanner .priceTag h4 {
    font-size: 37px;
    margin-top: 12px;
}

@media(min-width: 1250px) {

    .packageSec .container {
        min-width: 1250px !important;
    }
}

/* 4 Packages */



/* ###### PACKAGES SECTION ##### */


section.section.video-reviews {
    background: linear-gradient(90deg, #7EDADB 0%, #2F3EBB 100%);
}

.video-item {
    margin: 0.5rem;
}
.video-bottom {
    background: #B12025;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: white;
    padding: 20px;
    border-radius: 0 0 15px 15px;
	    height: 85px;
    display: flex;
    align-items: center;
}

.video-top {
    position: relative;
    height: 432px;
    display: flex;
    align-items: end;
	border-radius: 15px 15px 0 0;
}

.video-top > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
	border-radius: 15px 15px 0 0;
}

.video-details {
    z-index: 99999;
    position: relative;
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
	    width: 100%;
    padding: 20px;
    align-items: center;
}

.video-details h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    color: white;
}

.video-details p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: white;
    margin: 0;
    opacity: 0.8;
}

/* SECTION TWO CSS START HERE */

.s2 {
  background: #f6f7f9;
}
.s2 .review-item {
  background: var(--white);
  padding: 1.5rem;
  margin: 0.5rem;
  border-radius: 1rem;
  box-shadow: 10px 0 20px rgb(0 22 94 / 5%);
  min-height: 440px;
}
.s2 .review-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.s2 .review-item .item-head .item-head-left {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
.s2 .review-item .item-head .item-head-left h3 {
font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 100%;
color:#1E1E1E;

}
.s2 .review-item .item-head .item-head-left small {
  color: #7f7f7f;
}
.s2 .review-item .item-body p {
 font-family: Poppins;
font-weight: 400;
font-size: 16px;
letter-spacing: 0%;
color:#444444;
height: 250px;

}

.item-head-right {
    display: flex;
    justify-content: end;
}

/* SLICK SLIDER STYLE CSS START */

ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -10% !important;
  z-index: 9;
}

ul.slick-dots li {
  background: #dddddd;
  border-radius: 50px;
  width: 40px;
  height: 12px;
}

ul.slick-dots li.slick-active {
  background: var(--primary);
}

ul.slick-dots button {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 99;
  background: var(--white);
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  color: #3c3c3c;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #3c3c3c;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(0px, -50%);
  transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
  background: #3c3c3c;
  color: var(--white);
}

.slick-arrow.slick-disabled {
  color: #c4c4c4;
  border-color: #c4c4c4;
}

/* SLICK SLIDER STYLE CSS END */

.s2 .slick-arrow-prev, .video-reviews .slick-arrow-prev {
  left: -70px;
}
.s2 .slick-arrow-next, .video-reviews .slick-arrow-next {
  right: -70px;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */



section.section.s3 {
    margin-top: 70px;
}
.s3 .head {
  margin: 0 auto 3rem;
}


.s3 .head h2 {
  margin: 0 0 1rem;
}

.s3 .head > p {
  max-width: 800px;
  margin: 0 auto;
}

.s3 .head:before {
  background: var(--white);
}
/* 
.cs-slider .slick-slide {
  margin: 5rem 0 0;
}

.cs-slider .cs-item {
  background: var(--white);
  padding: 3rem 0;
  border-radius: 1rem;
}
.cs-slider .cs-head {
  text-align: center;
  margin: -7rem 0 3rem;
}
.cs-slider .cs-thumb img {
  margin: auto;
}
.cs-slider .cs-head h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 1rem 0 0;
}
.cs-slider .cs-item .cs-body ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  text-align: center;
}
.cs-slider .cs-item .cs-body ul li {
  flex: 1;
}
.cs-slider .cs-item .cs-body ul li h5 {
  color: var(--black);
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0;
}
.cs-slider .cs-item .cs-body ul li p {
  line-height: 1.4;
  color: #616161;
  max-width: 200px;
  margin: auto;
}
.s3 .slick-arrow {
  transform: translate(0px, 50%);
}
.s3 .slick-arrow-prev {
  left: -70px;
}
.s3 .slick-arrow-next {
  right: -70px;
}
.s3 ul.slick-dots li {
  background: rgba(255 255 255 / 50%);
}
.s3 ul.slick-dots li.slick-active {
  background: var(--white);
} */
.s3 .cs-item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 1rem;
  border: 1px solid #000000;
  padding: 30px;
}
.s3 .cs-thumbnail img {
  width: auto;
    margin: 15px auto;
}

.sol-box {
    padding: 30px;
    background: #B12025;
    border-radius: 10px;
}


.sol-box h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color:White;
    margin-bottom: 10px;
}

.sol-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.cs-stats {
    display: flex;
    justify-content: center;
    align-items: stretch;
    grid-gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cs-stats div {
    background: #F1F1F1;
    padding: 30px;
    border-radius: 10px;
    text-align:Center;
    width: 22.4%;
}

.cs-stats div span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color:#B12025;
    margin-bottom: 15px;
    display: block;
}

.cs-stats div p {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 20px;
text-align: center;
    color:#69696A;
    
}
.s3 .cs-item .cs-details {
  padding: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  background: #f6f7f9;
}

.s3 .cs-item .cs-details span {
  color: var(--light-black);
  font-weight: 700;
  font-size: 70px;
}

.s3 .cs-item .cs-details p {
  font-size: 14px;
  color: var(--light-black);
  line-height: 1.4;
  margin: 0;
}

.s3 .cs-item .cs-details > div {
  padding: 0 12px;
  width: 50%;
}

.s3 .cs-item .cs-details > div:first-child {
  border-right: 1px solid rgba(0 0 0 / 30%);
}

.s3 .slick-arrow-prev {
  left: -70px;
}
.s3 .slick-arrow-next {
  right: -70px;
}
.s3 ul.slick-dots li {
  background: rgb(215 215 215);
}
.s3 ul.slick-dots li.slick-active {
  background: var(--primary);
}

.ex-stats small {
    font-size: 12px;
    display: block;
    font-weight:600;
    text-transform:uppercase;
}

.ex-stats span {
    line-height: 54% !important;
    margin: 0 !important;
}
/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

section.section.s4 {
    background: #F3F3F3;
}
.s4 .review-wrap {
  max-width: 80%;
  margin: auto;
}

.s4 .review-wrap .logo {
  margin: 0 0 2rem;
}

.s4 .review-wrap .body p {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--light-black);
  line-height: 1.2;
}

.s4 .review-wrap .body {
  margin: 4rem 0;
}
.s4 .review-wrap .row {
  align-items: center;
}
.s4 .review-wrap .review-item {
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  border-radius: 1rem;
  overflow: hidden;
      background: white;
}
.s4 .review-wrap .review-item .col-left {
  padding-left: 4rem;
}
.s4 .review-CTA {
  margin: 3rem 0 0;
}
.s4 .review-CTA h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--light-black);
}
.s4 .review-CTA .div-CTAs small {
  color: #474747;
  opacity: 0.5;
}
.s4 .review-CTA .div-CTAs {
  flex-direction: column;
}
.s4 .review-CTA .div-CTAs a.talk-phone:before {
  display: none;
}
.s4 .review-CTA .div-CTAs a.talk-phone {
  padding: 0;
  font-size: 4rem;
  text-decoration: unset !important;
  color: var(--light-black);
  font-weight: 800;
}
.s4 .review-CTA .div-CTAs a.talk-chat {
  padding: 1.5rem 5rem;
}

#smm-portfolio {
  padding: 2rem 0;
}
#smm-portfolio .slick-current .slide-content {
  transform: scale(1.05);
  opacity: 1;
}
#smm-portfolio .slide-content {
  border-radius: 5px;
  transform: scale(0.85);
  transition: transform ease 0.3s;
  padding: 1rem 0;
  opacity: 0.3;
}
.s4 .slick-slide img {
  margin: auto;
}
.s4 .slick-arrow-prev {
  left: 0;
}
.s4 .slick-arrow-next {
  right: 0;
}
.portfolio-CTA h3 {
  font-size: 1.875rem;
  font-weight: 800;
}
.portfolio-CTA p {
  font-size: 1.25rem;
  letter-spacing: 4px;
  font-weight: 500;
}
.portfolio-CTA .div-CTAs {
  justify-content: center;
  margin: 2rem 0 0;
}
.portfolio-CTA {
  margin: 2rem 0 0;
}
img.waves {
  position: absolute;
  top: -50px;
  width: 100%;
}
/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

.s5 {
  background: #f6f7f9;
}
.s5 .head,
.s4 .head {
  margin: 0 auto 3rem;
}
.s5 .tabs-head {
  margin: 3rem 0;
}




.s5 ul.tabs-list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
}

.s5 ul.tabs-list li {
  background: #e9eaeb;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  color: #817c7c;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
}

.s5 ul.tabs-list li.active {
  background: var(--white);
  color: var(--black);
  border-color: var(--black);
}
.s5 .package-Box {
  position: relative;
  background: var(--white);
  /* padding: 1rem; */
  border-radius: 1rem;
  border: 1px solid var(--primary);
}

.package-head {
  padding: 1rem 1rem 0;
}
.package-head .icon.pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.package-head .package-pricing {
  text-align: right;
}
.package-head .package-pricing del {
  font-weight: 600;
  color: #818181;
}

.package-head .package-pricing p {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1;
}
.package-head .package-name {
  margin: 0.5rem 0;
}

.package-name h3 {
  font-size: 1.25rem;
  font-weight: 800;
}

.package-name p {
  margin: 0;
  font-size: 0.875rem;
}

.package-tagline {
  background: #f6f7f9;
  text-align: center;
  padding: 0.3rem 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.package-tagline p {
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
}
.package-body {
  padding: 1rem;
}

.package-body ul.package-list li {
  font-size: 0.875rem;
  font-weight: 500;
}

.package-body ul.package-list li:not(:last-child) {
  margin: 0 0 0.5rem;
}

.package-body .package-list {
  height: 250px;
  overflow-y: auto;
}
.package-body .package-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e6e9ee;
}
.package-body .package-list::-webkit-scrollbar {
  width: 3px;
  background-color: #e6e9ee;
}
.package-body .package-list::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.package-body .input {
  display: flex;
  align-items: center;
  grid-gap: 0.3rem;
  margin: 0;
}
.package-body .input p {
  margin: 0 !important;
}
.package-order {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 1rem 0;
}

.package-order .order-btn {
  background: var(--primary);
  font-size: 0.875rem;
  color: var(--white);
  border: 0;
  border-radius: 0.4rem;
  width: 75%;
  padding: 0.8rem 0;
}

.packageContact > p {
  display: none;
  font-size: 0.875rem;
  color: #006cff;
  /* display: inline-block; */
  text-decoration: underline;
}

.packageContact {
  text-align: center;
  padding: 0 0 1rem;
}

.packageContact ul li {
  background: #dddddd;
  border-radius: 50px;
  padding: 0 1rem;
}

.packageContact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.6rem;
}

.packageContact ul li a {
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 500;
}
span.recommended {
  position: absolute;
  background: var(--primary);
  color: var(--white);
  line-height: 1;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
}
/* SECTION FIVE CSS END HERE */

/* SECTION SIX CSS START HERE */

.s6 .tab-content {
    display: none;
}

.s6 .tab-content.active {
    display: block;
}

.s6 {
     background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
}

.margin-auto {
    margin: auto;
}
.s6 .head * {
  color: var(--white);
}

.s6 .head h2 {
  margin: 0 0 1rem;
}

.s6 .head > p {
  max-width: 800px;
  margin: 0 auto;
}

.s6 .head:before {
  background: var(--white);
}
.s6 .row {
  align-items: center;
}
.s6 ul.tabs-list {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #ffffff2b;
}

.s6 ul.tabs-list .tab-nav {
  position: relative;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  line-height: 1;
}

.s6 .tab-icon {
  min-height: 60px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.s6 .tab-icon span {
background: #00000000;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
}

.s6 ul.tabs-list .tab-nav,
.s6 ul.tabs-list .tab-nav .tab-icon {
  opacity:0.8;
}

.s6 ul.tabs-list .tab-nav.active,
.s6 ul.tabs-list .tab-nav.active .tab-icon {
  opacity:1;
}
.s6 ul.tabs-list .tab-nav p {
  margin: 0;
  color: var(--black);
}
.s6 .tab-content {
  padding-left: 2rem;
}


.s6 ul.tabs-list .tab-nav {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: white !important;
}

.s6 ul.tabs-list .tab-nav p {
    color: white;
}

.s6 ul.tabs-list .tab-nav.active {
    border-right: 3px solid;
}
.s6 .tab-content h3 {
  color: var(--white);
font-family: Poppins;
font-weight: 800;
font-size: 60px;
line-height: 60px;
text-transform: capitalize;
margin-bottom: 30px;

}

.s6 .tab-content p {
  color: var(--white);
  max-width: 500px;
  line-height: 24px;
}

.s6 a.consultation {
  background: transparent;
  color: var(--white);
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 4px;
  margin: 2rem 2rem 0;
  display: inline-block;
  border: 2px solid;
}

.s6 a.consultation:hover {
  background: var(--white);
  color: var(--dark-blue);
}

.s6 a.consultation i {
  margin-left: 0.5rem;
}

.s6 ul.tabs-list .tab-nav.active p {
  color: var(--white);
}

.s6 ul.tabs-list .tab-nav.active .tab-icon span {
    background: transparent;
    color: #ffffff;
}

/* SECTION SIX CSS END HERE */

/* SECTION SEVEN CSS START HERE */

section.section.s7 {
    background: #F9F9F9;
}

.service-icon {
    margin-bottom: 15px;
}

.s7 .head {
  margin: 0 auto 3rem;
}
.s7 .row {
  grid-row-gap: 1.5rem;
}
.s7 .service-box {
  background: #fff;
  border-radius: 0.4rem;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0px 0px 80px 0px #0000001A;
}
.s7 .service-box > h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #1E1E1E;
}
.s7 .service-box > p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}
.service-box a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto;
    color: #3058FF;
}

.portfolio-CTA.text-center {
    background: linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
    padding: 70px;
    width: 85%;
    margin: 80px auto -145px;
    border-radius: 20px;
}

.portfolio-CTA.text-center h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: white;
}

.portfolio-CTA.text-center a.talk-chat.white-btn {
    background: white !important;
    color: #1E1E1E !important;
    box-shadow: 0 20px 46px 0px #ffffff87 !important;
}

.portfolio-CTA.text-center a.talk-chat.black {
    border-color: white !important;
    color: white !important;
}

.portfolio-CTA.text-center a.talk-chat.white-btn:hover , .portfolio-CTA.text-center a.talk-chat.black:hover {
    background: white !important;
    color: #1e1e1e !important;
     border-color: white !important;
}
/* SECTION SEVEN CSS END HERE */

/* SECTION RIGHT CSS START HERE */

section.section.s8 {
    background: #F3F3F3;
}

#accordian .accordion__item {
  border-bottom: 1px solid #c6d2e6;
  padding: 0 30px;
  cursor: pointer;
}
#accordian .accordion__item__header {
  padding: 25px 0;
}
#accordian .accordion__item__header > h4 {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordian .accordion__item__header > h4 > i {
  color: var(--reddish);
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

.accordion__item.active .accordion__item__header > h4 .fa-plus:before {
  content: "\f068";
}

#accordian .accordion__item__content {
  max-width: 95%;
  cursor: default;
}

#accordian .accordion__item__content > p,
#accordian .accordion__item__content > ul > li {
  color: #6a6a6a;
}

#accordian .accordion__item__content > ul {
  margin: 1rem 0 !important;
}

#accordian .accordion__item__content > ul > li:not(:last-child) {
  margin: 0 0 0.5rem;
}

#accordian .accordion__item__content strong {
  color: var(--black);
}

#accordian .accordion__item__content a {
  color: var(--reddish);
  border-bottom: 1px solid;
}

#accordian .accordion__item.active {
  background: var(--white);
}
h5#exampleModalLabel span {
  color: var(--reddish);
}

h5#exampleModalLabel {
  color: var(--light-black) !important;
}

/* SECTION RIGHT CSS START HERE */



.section.cta .div-CTAs {
    justify-content: center;
}

.section.cta p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin: 10px auto;
}

.head.vec h2 {
    position: relative;
}

.head.vec h2 span {
       background: url(/wp-content/themes/360/images/holiday/heading-vec.svg);
    background-size: 100%;
    background-position: 100% 85%;
    background-repeat: no-repeat;
}

.section.cta .div-CTAs {
    margin: 0;
}



.section.s6 .div-CTAs a.talk-chat.black {
  
     color: white !important;
    background:transparent !important;
    border-color:White !important;
}

.section.s6 .div-CTAs a.talk-chat.black:hover {
    background: white !important;
    color: black !important;
}

.section.s6 .div-CTAs a.talk-chat:hover {
    background: white !important;
    color: black !important;
}


.countdown {
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: center;
	margin-bottom: 50px;
}

.time-box {
  text-align: center;
}
.time-box {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.countdown .num, .countdown .colon {
    background: linear-gradient(90deg, #4B0E10 0%, #B12025 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
}


.countdown span.label {
    font-family: Inter;
font-weight: 400;
font-size: 30px;
line-height: 100%;
text-align: center;

}

@media (max-width: 1199px) {
  .s1 .topRow p.sub-heading {
    font-size: 0.875rem;
  }

  .s1 .topRow h1 {
    font-size: 2.5rem;
  }

  div#RFP .form-head h2 {
    font-size: 1.5rem;
  }
  .packages-row .col-lg-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .packages-row {
    justify-content: center;
    grid-row-gap: 1.5rem;
  }

  .s6 ul.tabs-list .tab-nav p {
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
	.s1 .topRow .sub-heading {
    font-size: 18px;
}
    .s1 .topRow h1 {
        font-size: 1.5rem;
        text-align: center;
        line-height: 140%;
		        padding-bottom: 10px;
    }
	.s1 .topRow .div-text > p {
    text-align: center;
}
	    .s4 .review-wrap .review-item .col-left {
        padding: 2rem 4rem;
    }

.s4 .review-wrap {
    max-width: 95%;
    margin: auto;
}
    .s4 .review-wrap .body p {
        font-size: 1.25rem;
    }
.s4 .review-wrap .body {
        margin: 2rem 0;
    }
    .s4 .review-wrap .col-right {
        display: none;
    }
	.div-CTAs.margin-auto.mt-3 {
    margin: auto;
}
	.s6 .head h2, .head.vec h2 {
    margin: 0 0 1rem;
    line-height: 130%;
}
    .s6 .tab-content {
		   text-align: center;
    }
	.s6 .tab-content h3 {
    font-size: 30px;
    line-height: 130%;
}
	
	ul.slick-dots {
    bottom: 30px !important;
}
	
	.cs-stats div {

    width: 46.4%;
	padding: 10px;
}
	
	.cs-stats{
		grid-gap: 15px;
	}
	
	.cs-stats div span{
		font-size: 40px;
	}
	
	
	.portfolio-CTA.text-center h3 {

    font-size: 30px;
    line-height: 40px;
 
}
.portfolio-CTA.text-center {
    background: linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
    padding: 20px;
    width: 90%;
    margin: 80px auto -110px;
    border-radius: 20px;
}
	
	.fancy-head h2:after,.fancy-head h2:before{
    display:none;
}
	
	.countdown .num, .countdown .colon {
    font-size: 50px ;

}
.countdown span.label {

    font-size: 14px;

}
  .head h2 {
    font-size: 2rem;
  }
  .row {
    grid-row-gap: 1.5rem;
  }
  .portfolio-CTA p {
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .portfolio-CTA h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section.s1 {
    padding: 2rem 0 0;
  }
  .s1 .topRow p.sub-heading {
    line-height: 1;
    font-weight: 500;
    padding: 4px 10px;
  }

  .s1 .topRow h1 {
    font-size: 1.5rem;
  }

  .s1 .div-text span.starting-from > span {
    font-size: 2rem;
  }

  .s1 .div-text span.starting-from {
    flex-wrap: nowrap;
  }

  .s1 .div-text span.starting-from > div > span {
    font-size: 1rem;
  }

  .s1 .div-text span.starting-from > div > p {
    font-size: 12px;
  }

  .s1 .div-text .read-to-grow p {
    font-size: 0.875rem;
    text-align: center;
  }

  .s1 .div-text .read-to-grow {
    margin: 1rem 0;
  }
  .div-CTAs a {
    flex: 1;
    text-align: center;
    padding: 0.8rem 0;
    background: var(--white);
    border: 2px solid var(--reddish);
    border-radius: 0.4rem;
    font-size: 0.875rem;
    color: var(--reddish);
  }

  .div-CTAs {
    margin: 1.5rem 0 0;
  }

  .div-CTAs a:hover {
    background: var(--light-black);
    color: var(--white);
    border-color: var(--white);
  }

  div#RFP .form-head h2 {
    font-size: 1rem;
  }
  .s1 .bottomRow .statsRow {
    display: grid;
    grid-template-columns: auto auto;
  }

  .s1 .bottomRow .statsBox h2 {
    font-size: 2rem;
  }

  .s1 .bottomRow .statsRow p {
    font-size: 13px;
  }

  .s1 .bottomRow ul.partners {
    display: none;
  }
  .head h2 {
    font-size: 1.5rem;
  }

  .s2 .review-item .item-head .item-head-right {
    display: none;
  }

  .s2 .review-item .item-head .item-head-left h3 {
    font-size: 0.875rem;
  }

  ul.slick-dots li {
    width: 12px;
  }

  .section {
    padding: 2rem 0;
  }

  .s3 .cs-item .cs-details span {
    font-size: 2rem;
  }

  .s5 .head,
  .s4 .head {
    margin: 0;
  }
  .s5 ul.tabs-list {
    flex-direction: column;
  }

  .packages-row .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .package-body .package-list {
    height: auto;
  }

  .package-tagline {
    padding: 0.3rem 1rem;
  }

  .s6 .tab-content {
    padding: 0;
  }

  .s6 a.consultation {
    margin: 1rem auto 0;
  }

  #accordian .accordion__item {
    padding: 0;
  }
}
