@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700&amp;display=swap');
:root {
  --pink: #6c0115;
  --black: #000;
  --blue: #24235d;
  --gray: #f8f8f8;
}


/*BEGIN: GENERAL CSS*/

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}
body::-webkit-scrollbar-track
{
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	 width: 6px !important;
	 background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	 background-color: #700016 !important;
}
a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

h1, h2, h3, h4, h5, h6{
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p {
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li{
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 20px;
}

/*Header CSS Section Begin*/

header {
  background: transparent;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  transition: 0.5s ease-in-out;
}


.book_table ul li a.btn_custom {
    padding: 15px 40px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fff;
    background: #F08C3C;
    background: linear-gradient(73deg,rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.book_table ul li a.btn_custom:hover {
    background: #6c0115;
    color: var(--white);
}

a.btn_custom2 {
    display: table;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    background: #04132a;
    padding: 18px 40px;
    border-radius: 10px;
    color: var(--black);
    font-weight: 500;
    cursor: pointer;
}
/*.navbar-nav li:hover .dropdown-menu{ display:block}*/

.book_table {
  text-align: right;
}

.book_table ul li {
  display: inline-block;
  padding-left: 10px;
  color: #fff;
  padding-right: 10px;
}

.book_table ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.book_table ul li a img {
  padding-right: 6px;
  filter: invert(0);
  width: 35px;
}

.book_table ul li a:hover {
  color: var(--purple);
}

.counter_logo span {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
}

.logo-main-sec img {
    width: 250px;
}
.banner_right img {
    width: 100%;
}

/*Header CSS Section End*/


/*Banner Section Begin*/

.banner-btn ul li a {
    background: #ECA114;
    color: #fff !important;
    padding: 16px 40px;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 2px solid #fff;
    background: #F08C3C;
    background: linear-gradient(73deg,rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.banner-btn ul li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.banner-btn {
    padding-top: 30px;
}

.banner-btn ul li.chng_clr a {
    background: #347fc0;
}

.banner-btn ul li a:hover {
    background: #347fc1;
    transform: translate(0px, -10px);
    color: #fff !important;
}

.banner-btn ul li.chng_clr a:hover {
    color: #fff !important;
    background: #F08C3C;
    background: linear-gradient(73deg,rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.banner_Sec_main .carousel-caption {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0;
    bottom: 0;
    padding-top: 120px;
}
.btn_form>input[type="submit"] {
    margin-bottom: 0;
}
.disc__offer>img {
    max-width: 95px;
    max-height: 95px;
    border-radius: 0 !important;
}
.banner_content {
    /* padding-top: 120px; */
    text-align: left;
}
.cta_right img {
    width: 100%;
}
.banner_content h4 {
    font-size: 34px;
    font-weight: 300;
}

.banner_content h1 {
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.banner_content .waving-line:after {
    content: '';
    filter: brightness(0) invert(1);
}
.banner_content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.banner_Sec_main .carousel-caption .row {
    align-items: center;
}

.banner_Sec_main .carousel-item img {
    width: 100%;
    border-bottom-right-radius: 90px;
}

.banner_Sec_main .banner_right img {
    width: auto;
    animation: floating 1.9s ease .8s infinite;
    -webkit-animation: floating 1.9s ease .8s infinite;
    position: relative;
    top: 30px;
    border-radius: 0;
    right: 150px;
}

.disc__offer {
    position: absolute;
    top: -30px;
    right: -20px;
}

.shape-5 {
    left: 210px;
    bottom: 340px;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
    filter: brightness(0) invert(1);
}

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

.shape-1 {
    right: 3%;
    top: 50%;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
    filter: brightness(0) invert(1);
}
.hero-shape {
    position: absolute;
}

.shape-2 {
    left: 130px;
    top: 130px;
    -webkit-animation: triangle infinite 8s alternate;
    animation: triangle infinite 8s alternate;
    filter: brightness(0) invert(1);
}

.shape-3 {
    right: 125px;
    bottom: 80%;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
    filter: brightness(0) invert(1);
}

.shape-4 {
    left: 10px;
    bottom: 50px;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
    filter: brightness(0) invert(1);
}

@-webkit-keyframes triangle {
    0% {
        left: 130px;
        top: 130px;
    }
    50% {
        left: 180px;
        top: 230px;
    }
    100% {
        left: 180px;
        top: 130px;
    }
}
@keyframes triangle {
    0% {
        left: 130px;
        top: 130px;
    }
    50% {
        left: 180px;
        top: 230px;
    }
    100% {
        left: 180px;
        top: 130px;
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.banner_Sec_main {
    position: relative;
}

.banner_vector {
    padding-top: 20px;
    padding-bottom: 40px;
}

.banner_vector ul li {
    display: inline;
    padding-right: 20px;
}

.banner_vector {
    display: flex;
}

.banner_vector ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_vector ul li img {
    width: 100% !important;
    border-radius: 0 !important;
        height: auto !important;
}

.banner_Sec_main video {
    width: 100%;
    height: 780px;
    object-fit: cover;
    position: relative;
}

.banner_Sec_main .carousel-item:after {
    content: '';
    position: absolute;
    /* background: #00000080; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-bottom-right-radius: 120px;
}


/*Banner Section End*/



/*Guaranty Section Begin*/

.guaranty_Sec_main {
    padding: 20px 0;
    background: var(--whitte);
}

.guaranty_box_sec {
    position: relative;
    padding: 0 0px 0 62px;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.guaranty_box_sec span {
    position: absolute;
    left: 0;
}

.guaranty_box_sec p {
    margin: 0;
    font-size: 16px;
    color: var(--black);
}

.guaranty_box_sec span img {
    width: 50px;
}

/*Guaranty Section End*/


/*About Us Section Begin*/

.padding-70{
  padding: 80px 0;
}
.logo-sec .item>img {
    max-width: 80%;
}
.about_sec_main {
    background: var(--gray) url(../images/dot_bg.png);
    padding: 80px 0;
}

.about_content_sec h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: var(--black);
    padding-bottom: 20px;
}

.about_content_sec img {
    margin-bottom: 10px;
}

.about_content_sec p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.consult_now_form input {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px dashed #ea6241;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    border-radius: 8px;
}

.consult_now_form textarea {
    height: 100px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    border: 2px dashed #ea6241;
    border-radius: 8px;
}

.intl-tel-input.allow-dropdown.separate-dial-code {
    width: 100%;
    margin-bottom: 10px;
}

.consult_now_form {
    background: #4480C4;
    padding: 0px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 22%);
    position: relative;
    /* overflow: hidden; */
    margin-left: 30px;
}

.consult_content {
    color: var(--white);
    padding: 30px 30px 0px;
    position: relative;
}

.consult_now_form form {
    padding: 0px 30px 30px;
}

.consult_content p {
    margin: 0;
    font-size: 18px;
    position: relative;
    z-index: 99;
    line-height: 27px;
}

.consult_content h2 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 900;
    position: relative;
    z-index: 99;
    color: #fff;
}

.consult_content h4 {
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 20px;
    margin-bottom: 3px;
    letter-spacing: 3px;
    font-weight: 400;
}

.consult_content:after {content: '';position: absolute;/* background: var(--blue); */width: 100%;height: 170px;top: -50px;right: 10px;border-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0;}

.consult_content:before {content: '';position: absolute;/* background: var(--purple); */width: 100%;height: 175px;top: -40px;right: 0;border-radius: 0px;border-bottom-right-radius: 50px;border-bottom-left-radius: 0;}


.consult_now_form form:before {
    background: var(--purple);
    height: 40px;
    position: absolute;
    bottom: 29px;
    content:
    '';
    width: 40px;
    border-radius: 70px;
    right: 90px;
}

.consult_now_form form:after {
    background: transparent;
    height: 120px;
    position: absolute;
    bottom: -40px;
    content: '';
    width: 120px;
    border-radius: 70px;
    right: -40px;
}

.btn_form {
    padding-top: 20px;
}

.btn_form input {
    width: auto;
    padding: 13px 40px;
    height: auto;
    background: var(--pink);
    color: var(--white);
    border: 0;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_form input:hover {
    background: #04132a;
}

/*About Us Section End*/


/*Services Section Begin*/

.services_sec_main{
  padding: 140px 0 190px;
  position: relative;
}

.webhead_content h2 {
    color: var(--black);
    font-size: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.webhead_content p {
    font-size: 16px;
    line-height: 30px;
}


.webhead_content .waving-line:after {
    left: 46%;
    transform: translate(-30%, 50%);
}

.services_sec_main:before {
  content: '';
  /*background: url(../images/services-vector01.png);*/
  width: 780px;
  height: 450px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;}

.services_sec_main:after {
  content: '';
  /*background: url(../images/services-vector02.png);*/
  width: 780px;
  height: 334px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  }

.Service_box {
    box-shadow: 2px 2px 17px rgb(0 0 0 / 8%);
    border-radius: 20px;
    padding: 30px 30px 40px 30px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 9999;
    margin-top: 30px;
    min-height: 350px;
    margin-bottom: 30px;
}

.Service_box h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
}

.Service_box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.Service_box span {
    padding-bottom: 10px;
    display: block;
}

.Service_box:hover h2.waving-line:after {
    filter: brightness(0) invert(1);
}

.Service_box:hover {
    transform: scale(1.1);
    color: var(
    --white);
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.Service_box:hover span img {
    filter: brightness(0) invert(1);
}

.waving-line:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 170px;
    height: 12px;
    animation: waving-line 12s linear infinite;
    -webkit-animation: waving-line 12s linear infinite;
    background: url(../images/waving-line.png);
}

.waving-line {
    padding-bottom: 25px;
    position: relative;
}

@keyframes waving-line{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}
@-webkit-keyframes waving-line {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}

.slick-slide{
      margin-right: 0;
}

.Service_box span img {
    width: auto;
}

/*Services Section End*/


/*CTA Section Begin*/

.cta_sec_main {
    background: var(--gray) url(../images/dot_bg.png);
    position: relative;
    padding: 50px 0;
}

.cta_content_sec h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.cta_content_sec p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.cta_right {
    position: absolute;
    top: 0;
    margin-top: -140px;
    animation: floating 1.9s ease .8s infinite;
    -webkit-animation: floating 1.9s ease .8s infinite;
}
/*CTA Section End*/

/*Why Choose Section Begin*/

.why_boxs{
  background: #fff;
  -webkit-box-shadow: 2px 2px 17px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 17px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 0 20px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin: 20px 0 40px 0px;
}

.icon_choose {
    display: inline-block;
    border: 2px solid #eb6342;
    border-top: none;
    padding: 20px 20px 13px;
    border-radius: 0 0 40px 5px;
    margin-bottom: 20px;
    width: 115px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.why_boxs h2 {
  font-weight: 600;
  font-size: 20px;
}

.why_boxs p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}

.why_boxs:before {
    position: absolute;
    height: 0;
    width: 100%;
    content:
    "";
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all ease 600ms;
    transition: all ease 600ms;
    visibility: hidden;
    border-bottom-right-radius: 12px;
    border-radius: 10px;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.why_boxs:hover:before {
    visibility: visible;
    width: 100%;
    height: 100%;
}

.why_boxs:hover {
    color: var(--white);
}

.why_boxs:hover .icon_choose {
    border-color: var(--white);
}

.why_boxs:hover .icon_choose span img {
    filter: brightness(0) invert(1);
}

/*Why Choose Section End*/

/*Packages Section Begin*/

.packages_sec_main {
    background: var(--white) url(../images/about_bg.jpg) no-repeat;
    position: relative;
}

.packages_sec_main:before {
    background: url(../images/lines-orange.svg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

.package-box .package-top h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--black);
}
.package-box .cutprice {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-decoration: line-through;
    padding-bottom: 5px;
    color: var(--pink);
}
.package-box {
    padding: 22px 20px 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    transition: 0.5s ease-in-out;
    background: var(--white);
    margin-bottom: 30px;
    border-radius: 10px;
    border-radius: 50px 10px;
    z-index: 99;
    margin-top: 0px;
}
.package-box:before {content: '';position: absolute;background: url(../images/price-top-shape.png);width: 180px;height: 159px;right: -2px;top: 0;background-repeat: no-repeat;opacity: 0.5;z-index: -1;}

.package-box:after {content: '';position: absolute;background: url(../images/price-bottom-shape.png);width: 180px;height: 159px;left: -2px;bottom: -1px;background-repeat: no-repeat;opacity: 0.4;z-index: -1;}

.package-ss .slick-dots li button:before {
    font-size: 50px;
    }
    .package-ss .slick-dots li.slick-active button:before{
          color: #fe6654; 
    }
.package-ss .slick-next,.package-ss .slick-prev{
  display: none !important;
}
.package-ss .slick-track {
    padding-top: 30px;
}
.package-box img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.packages-section .slick-slide {
    margin: 0;
}

.btn_packages {
    padding: 15px 0 10px;
    text-align: center;
}

.btn_packages a {
    background: #4480C4;
    color: #fff !important;
    padding: 15px 40px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
    cursor: pointer;
}

.btn_packages a:hover {
    background: var(--pink);
    color: var(--white) !important;
}

.package-box:hover{
  transform: scale(1.05) !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.package-box:hover .package-details p {
    transition: all 0.5s ease-in-out;
}
.package-box:hover .contact-part p,
.package-box:hover .contact-part a  {
    transition: all 0.5s ease-in-out;
}
.package-box:hover ul li:before{
    transition: all 0.5s ease-in-out;
}
.package-box .package-top .h5 sub {
    font-size: 14px;
}
.package-box ul li.heading {
    font-weight: 700;
}
.package-box ul li.heading:before {
    display: none;
}
.package-box .extra p {
        margin: 5px 0;
    background: #bf1f0b;
    color: #fff;
    padding: 0 10px;
}
.package-box .package-top .h5 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #4480C4;
}

.carousel-item>img {
    min-height: 100vh;
}

span.first_month {
    display: block;
    background: #bf1f0b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

span.third_month {
    display: block;
    background: #1a1a2f;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.package-box .package-details .h6 {
    font-size: 22px;
    font-weight: 700;
    display: block;
}
.package-box .package-details {
    /* border-top: 1px solid #ccc; */
    margin: 20px 0;
    /* padding-top: 20px; */
}
.package-box .contact-part {
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: left;
    padding: 10px 10px;
}

.package-box .contact-part p, .contact-part a {
    margin: 0;
    color: var(--blsck);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.contact-part a{
   color: #000;
}

.w-50.pl-2 a {
    color: #4480C4;
}
.package-box ul li {
    margin: 5px 0;
    word-break: break-word;
    padding-right: 10px;
    font-size: 15px;
    line-height: initial;
    color: var(--blsck);
    position: relative;
    padding: 5px 20px;
    line-height: 17px;
}

.package-box ul li:before {
    content: '';
    background: url(../images/tick-arrow.png) no-repeat;
    color: #bf1f0b;
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 8px;
    position: absolute;
    left: 0;
}
.package-box ul.pkg-list {
    height: 170px;
    text-align: start;
    overflow-y: scroll;
    padding: 0 6px;
}
.package-box ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.package-box ul.pkg-list::-webkit-scrollbar-thumb {
  background: #6c0115;
  border-radius: 10px;
}
.package-box ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: #6c0115;
  border-radius: 10px;
}

.package-details p {
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
    color: var(--black);
}

.package-box:hover .btn_packages a{
}

.package-box .contact-part > div:before {content: '';border-right: 1px solid #d9d7d7;width: 2px;height: 50px;position: absolute;right: 7px;}

.package-box .contact-part > div {
    position: relative;
}

.package-box .contact-part > div:nth-last-child(1):before {
    border: 0;
}

h2.text-black,p.text-black {
    color: var(--black);
}

/*Packages Section End*/



/*Step Section Begin*/

.feature-icon {
    display: inline-block;
    position: relative;
    width: 112px;
    height: 114px;
    margin-bottom: 21px;
    margin-top: -57px;
}

.feature-icon .feature-number {
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    left: 28px;
    z-index: 1;
}

.feature-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 225px;
    height: auto;
    max-width: unset;
    pointer-events: none;
    z-index: 0;
}

.why_boxs .step_sec_main {
    margin: 40px 0 40px 0px;
}

.step_sec_main .why_boxs {
    margin: 40px 0 40px 0px;
    overflow: unset;
    transition: 0.5s ease-in-out;
    top: 0;
    min-height: 280px;
}

.step_sec_main .why_boxs:hover {
    top: -20px;
    transition: 0.5s ease-in-out;
}

.slick-dots li button:before{
    font-size: 46px;
}


.slick-next, .slick-prev {
    top: 200px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid var(--purple);
}

.slick-next {
    right: -70px;
}

.slick-prev {
    right: 0;
    left: -70px;
}

.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    left: 0;
    position: relative;
    top: -1px;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: 2px;
    position: relative;
    top: -1px;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

.step_sec_main {
    background: var(--gray);
    position: relative;
}

/*Step Section End*/


/*Faq Section Begin*/

.faq_left_img {
    background-color: #1A2C79;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    padding: 1rem;
    margin-right: 15px;
}

.faq_left_img img{
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    width: 100%;
}

.dot-shape {
    bottom: -3px;
    left: auto;
    right: 5px;
    z-index: -1;
    position: absolute;
    border-radius: 0;
}

.dot-shape img {
    border-radius: 0;
}

.dot-shape-top {
    top: -5px;
    z-index: -1;
    left: -10px;
    position: absolute;
}

.dot-shape-top img{
  border-radius: 0;
  -webkit-animation: rotation infinite 6s linear;
  animation: rotation infinite 6s linear;
}

.book_accordion .card-header {
    border-radius: 0;
    padding: 12px 20px;
    background: var(--blue);
}

.book_accordion .card {
    border-radius: 0;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 10px #585858;
    -webkit-box-shadow: 0px 0px 10px rgb(88 88 88 / 35%);
    border: 0;
}

.book_accordion .card h5 button {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
}

.book_accordion .card h5 {
    padding: 0;
}

.book_accordion .card-body {
    color: var(--black);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 10px;
}

.accordion_head h2 {
    color: var(--black);
    font-size: 33px;
    line-height: 35px;
    text-align: left;
    font-weight: 600;
}

#accordion .card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.accordion_head p {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    line-height: 28px;
}

.book_accordion .card h5 button .fa {
    position: relative;
    top: 8px;
}

.faq_tab.book_accordion {
    margin-left: 30px;
}

.faq_main .row {
    align-items: center;
}

.faq_tab h2 {
    margin-bottom: 35px;
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

/*Faq Section End*/

/*Our Portfolio Section Begin*/
.portfolio_sec_main {
    background: #fff;
}

.tab_portfolio {
    padding: 30px 0;
}

.tab_portfolio ul li a {
    margin: 0;
    border: 0 !important;
    color: var(--white);
    font-size: 17px;
    background: var(--purple);
    padding: 13px 40px;
    border-radius: 50px !important;
    margin: 0 10px;
}

.tab_portfolio ul {
    border: 0;
    justify-content: center;
}

.portfolio_sec_main .tab_portfolio ul li a.active,
.portfolio_sec_main .tab_portfolio ul li a:hover{
    background-color: var(--orange);
    color: var(--white);
}

.portfolio_main_sec {
    padding-top: 30px;
}

.portfolio_box_sec {
    position: relative;
    margin-bottom: 30px;
}

.overlay_portfolio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    text-align: center;
    opacity: 0;
    transition: 0.5s ease-in-out;
    background: rgb(137 94 218 / 50%);
}

.overlay_portfolio h5 {
    color: var(--white);
    font-size: 21px;
    line-height: 31px;
    width: 90%;
}

.overlay_portfolio button {
    background: var(--orange);
    border: 0;
    padding: 10px 50px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 5px;
}

.portfolio_box_sec:hover {}

.portfolio_box_sec:hover .overlay_portfolio {
    opacity: 1;
}

.portfolio_box_sec img {
    width: 100%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
}

.portfolio_box_sec:hover .overlay_portfolio button {
    background: #04132a;
    color: #fff;
}

/*Our Portfolio Section End*/

/*Review Section Begin*/

.review_content {
    text-align: center;
}

.review_content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-style: italic;
    color: var(--light_black);
}
.review_sec_main {
    padding: 70px 0;
    background: var(--gray) url(../images/dot_bg.png);
    position: relative;
}
.review_content {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 5px 3px #dddddd9e;
    background: #fff;
    border-radius: 10px;
}

.review_content img {
    border-radius: 50%;
    object-fit: cover;
    width: 70px;
    margin-bottom: 10px;
}
.rating_star ul li {
    display: inline-block;
    font-size: 25px;
    padding: 0 5px;
    color: #ffc600;
}

.rating_star {
    padding: 0;
}

.review_sec_main .slick-prev {
    right: auto;
    left: -100px;
}

.review_sec_main .slick-next {
    right: -100px;
}

.review_sec_main .slick-next, .review_sec_main .slick-prev {
    top: 60%;
    width: 45px;
    height: 45px;
}

.review_sec_main .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
}


.review_sec_main .slick-next:before, .review_sec_main .slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
}

.slick-next:hover:before, .slick-prev:hover:before{
  color: var(--purple);
}

.review_sec_main .slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}

/*Review Section End*/

/*Footer Section Begin*/


.copy-right {
    color: var(--white);
    padding: 15px 0 0;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}


.foooter {
    background: #01091d;
    padding: 18px 0 30px;
    text-align: center;
}

.foooter img {
    width: 30%;
    margin-bottom: 35px;
}


.copyright_text p {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.footer-link ul {
    display: flex;
}

.footer-link ul li {
    color: #fff;
    display: flex;
}

.footer-link ul li a {
    color: #fff;
    padding-left: 11px;
    font-size: 22px;
}

.footer-link ul li i {
    font-size: 28px;
}

.term_links {
    text-align: right;
}

.term_links ul li {
    display: inline-block;
    padding: 0 20px 0 20px;
    position: relative;
}

.term_links ul li a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
}

.term_links ul li:after {content: '';position: absolute;border-right: 1px solid #fff;width: 2px;height: 22px;right: 0;}

.term_links ul li:nth-last-child(1):after {
    border: 0;
}


/*Footer Section End*/


/*Modal Section Begin*/

.started_popup_sec .modal-lg {
    max-width: 1050px;
}


.started_popup_sec .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    -webkit-box-shadow: inset 0px 0px 250px 0px rgb(0 0 0);
    -moz-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 250px 0px rgb(0 0 0);
    display: flex;
    border-radius: 15px;
    background: #4480C4;
}

.popup-head h5 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 0;
}

.popup-head h5 strong {
    font-weight: 600;
}

.popup-head h4 {
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
}

.popup-head h4 strong {
    font-weight: 600;
}

.started_popup_sec input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-head {
    margin-bottom: 2rem;
}

.started_popup_sec .modal-header {
    border: 0;
    padding: 0;
}

.started_popup_sec .modal-header button {
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 35px;
    font-weight: 300;
}

.started_popup_sec select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #959595;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.element.seprator {
    width: 1px;
    height: 100%;
    background: #5c4283;
    left: 0;
    margin-left: 10px;
    position: absolute;
}

.contact-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #5c4283;
    margin-left: 20px;
}

.contact-info h6 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.contact-info a {
    color: #fbf7f7;
    font-size: 16px;
    font-weight: 300;
}

.popup-vec1 {
    right: -160px;
    bottom: -17px;
}

.popup-element {
    position: absolute;
}
.started_popup_sec textarea {
    height: 110px;
    resize: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 15px;
}

.btn_form input {
    color: #fff !important;
    padding: 13px 40px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: auto;
    border: 0;
    border: 2px solid #fff;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.popup-vec2 {
    top: 190px;
    right: 220px;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
}

.slick-slider{
    user-select: unset;
}


/*Modal Section End*/

/*Trust Widget Begin*/

.floating_widget {
    padding: 15px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 0 4px 4px 0;
    border-left: medium;
    box-shadow: 0 5px 17px -3px rgb(0 0 0 / 12%);
    transform: translateX(-5%);
    opacity: 1;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: auto;
    background-color: #fff;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
    z-index: 1020;
    margin-top: auto;
    bottom: 0;
    height: 160px;
    display: inline-block;
    position: fixed;
    top: 0;
}

.numbers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}

.number_big {
    font-weight: 600;
}

.number_small {
    color: #000000cc;
    font-size: 12px;
}

.ratingStars {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.ratingStars img {
    width: 100%;
}

.subheading_small {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.subheading_big {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.reviewsLogo_text {
    color: #333;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.reviewsLogo_star img {
    width: 18px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}


.reviewsLogo {
    float: left;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

.reviewsLogo_star {
    display: inline-block;
    vertical-align: middle;
}

.floating_footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding-top: 3px;
}
/*Trust Widget End*/

.labourDay {
    width: 100%;
    height: 115px;
    position: relative;
    overflow: hidden;
    display: block;
}


.starsBG {position: relative;}

.starsBG img{
    width: 100%;
    height: 115px;
    /* object-fit: cover; */
}

.callusnow{width:50px;height:50px;color: #002b76;display:block;text-align:center;border-radius:100%;font-size: 33px;position:fixed;bottom:20px;left:20px;z-index:9999;box-shadow:6px 9px 30px 1px rgba(37, 0, 22, 0.71);padding:6px 0px 12px 0;animation:scrollDownAnimation .5s ease infinite alternate;-webkit-animation:scrollDownAnimation .5s ease infinite alternate;background:#ffffff;border: solid 3px #04132a;}
.callusnow:hover{color: #04132a;}

@keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
.bannerList li {
    color: #fff;
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 22px;
    font-weight: 600;
}
.bannerList li span {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 16px;
}
.p1 a {
    color: #fff;
}
.p1 a:hover {
    color: #6c0115 !important;
    text-decoration: none !important;
}
/***FLIP-CLOCK***/
.flip-clock-container {
    direction: ltr;
    font-family: Arial;
    padding: 0;
    margin: 0 0 50px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --flip-bg-color: #f24f04;
    --flip-text-color: #fff;
    --flip-dots-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* width: 100%; */
}

.flip-clock-container * {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-container ::after,.flip-clock-container ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-container [class|=flip-item] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flip-clock-container [class|=flip-item]::before {
    content: ":";
    font-family: Consolas;
    font-size: 60px;
    color: #fff;
    line-height: 10px;
    margin: 0 -5px;
    display: flex;
    align-items: center;
    position: relative;
    top: 13px
}

.flip-clock-container [class|=flip-item]:first-child::before {
    content: none
}

.flip-clock-container [class|=flip-item] .flip-digit {
    width: 36px;
    height: 47px;
    position: relative;
    margin: 0 2px
}

.flip-clock-container [class|=flip-item] .flip-digit>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after,.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    content: attr(data-digit);
    position: absolute;
    left: 0;
    width: 100%;
    height: 52%;
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    color: var(--flip-text-color);
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 42px;
    background: #F08C3C;
    background: linear-gradient(73deg,rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    top: 17px;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    border: 2px solid #fff;
    border-bottom: 0;
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after {
    bottom: 0;
    line-height: 0px;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    border: 2px solid #fff;
    border-top: 0;
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next {
    z-index: 0;
    -webkit-animation: afterZIndexAnim .9s linear forwards;
    animation: afterZIndexAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next::before {
    -webkit-animation: afterUpShadowAnim .9s linear forwards;
    animation: afterUpShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-next::after {
    -webkit-animation: afterFlipAnim .9s linear forwards,afterDownShadowAnim .9s linear forwards;
    animation: afterFlipAnim .9s linear forwards,afterDownShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current {
    z-index: 1;
    -webkit-animation: currentZIndexAnim .9s linear forwards;
    animation: currentZIndexAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current::before {
    -webkit-animation: currentFlipAnim .9s linear forwards,currentUpShadowAnim .9s linear forwards;
    animation: currentFlipAnim .9s linear forwards,currentUpShadowAnim .9s linear forwards
}

.flip-clock-container [class|=flip-item] .flip-digit.flipping .flip-digit-current::after {
    -webkit-animation: currentDownShadowAnim .9s linear forwards;
    animation: currentDownShadowAnim .9s linear forwards
}

@-webkit-keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }

    100% {
        z-index: 1
    }
}

@keyframes afterZIndexAnim {
    0% {
        z-index: 0
    }

    100% {
        z-index: 1
    }
}

@-webkit-keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }

    100% {
        z-index: 0
    }
}

@keyframes currentZIndexAnim {
    0% {
        z-index: 1
    }

    100% {
        z-index: 0
    }
}

@-webkit-keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes afterFlipAnim {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #04132a;
        box-shadow: inset 0 -100px 20px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@keyframes afterUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 -100px 20px -10px #04132a;
        box-shadow: inset 0 -100px 20px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@-webkit-keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #04132a;
        box-shadow: inset 0 100px 20px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@keyframes afterDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 100px 20px -10px #04132a;
        box-shadow: inset 0 100px 20px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 0 20px -10px transparent;
        box-shadow: inset 0 0 20px -10px transparent
    }
}

@-webkit-keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@keyframes currentFlipAnim {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }
}

@-webkit-keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }

    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #f24f04;
        box-shadow: inset 0 -50px 25px -10px #f24f04
    }

    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #04132a;
        box-shadow: inset 0 -100px 25px -10px #04132a
    }
}

@keyframes currentUpShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }

    50% {
        -webkit-box-shadow: inset 0 -50px 25px -10px #04132a;
        box-shadow: inset 0 -50px 25px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 -100px 25px -10px #04132a;
        box-shadow: inset 0 -100px 25px -10px #04132a
    }
}

@-webkit-keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }

    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #f24f04;
        box-shadow: inset 0 50px 25px -10px #f24f04
    }

    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #04132a;
        box-shadow: inset 0 100px 25px -10px #04132a
    }
}

@keyframes currentDownShadowAnim {
    0% {
        -webkit-box-shadow: inset 0 0 15px -10px transparent;
        box-shadow: inset 0 0 15px -10px transparent
    }

    50% {
        -webkit-box-shadow: inset 0 50px 25px -10px #04132a;
        box-shadow: inset 0 50px 25px -10px #04132a
    }

    100% {
        -webkit-box-shadow: inset 0 100px 25px -10px #04132a;
        box-shadow: inset 0 100px 25px -10px #04132a
    }
}
/* in in one packages section style  */
.our-combopack {
    background: #01091d;
    padding: 100px 0;
}
.our-combopack h5 {
    font-size: 21px;
    margin: 0 0 0px;
    background: #f78647;
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 35px;
}
.our-combopack p {
    font-size: 17px;
    margin: 0 0 25px;
    line-height: 26px;
    color: #fff;
}

.our-combopack h2 {
    font-size: 63px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #fff;
}
.our-combopack ul li, .our-combopack h6 {
    color: #fff;
}
.our-combopack ul li {
    margin: 0 0 10px;
    position: relative;
    /* display: inline-block; */
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    list-style: disc;
}
.listItems ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.listItems ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.listItems ul::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.listItems ul::-webkit-scrollbar-thumb
{
	background-color: #04132a;
	/* border: 2px solid #555555; */
}
.our-combopack .btnwrp ul {
    justify-content: center;
    margin-top: 20px;
}
/* .bst-slr {
    position: absolute;
    top: 155px;
    right: -33px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    background: #fd3717;
    color: #ffff;
    font-size: 20px;
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
} */
.our-combopack {
    background: url(../images/bg-bg.jpg), linear-gradient(#01091d, #f15e24);
    background-blend-mode: overlay;
    background-size: cover;
}
.boredrBox {
    border: 2px dashed #fff;
    padding: 20px;
    border-radius: 15px;
}

.our-combopack h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.imgBox img {
    width: 100%;
    border-bottom: 2px solid #fff;
}
/* cta2 styling start  */
.offerwrp {
    background: #01091d;
    padding: 30px 0;
}
.offerwrp .offertxt h3 {
    color: #fff;
    font-size: 22px;
}
.offerwrp .offertxt p {
    color: #fff;
    font-size: 16px;
}
.offerwrp .offerimg {
    display: inline;
}
.offerwrp .offerimg img {
    vertical-align: top;
}
.offerwrp .offer-chat {
    display: inline-block;
}
.offerwrp .offer-chat h3 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
}
.btnwrp ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.btnwrp ul a {
    font-size: 18px !important;
    padding: 18px !important;
}
.gap15 {
    gap: 15px;
}
/* cta2 styling end   */






@media (max-width: 1600px){
    
 
.banner_Sec_main video {
    width: 100%;
    height: 640px;
}



.banner_content h1 {
    font-size: 36px;
    font-weight: 600;
}
  
  .starsBG img{
      height: 95px;
  }
  
  .labourDay {
    width: 100%;
    height: 95px;
  }
  
.banner_content {
/* padding-top: 170px; */
}

.banner_content p {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}
.bannerList {
    margin-top: 15px;
}
.banner-btn {
    padding-top: 10px;
}

  .banner_Sec_main .banner_right img{
    top: 70px;
    right: 180px;
    width: 810px;
  }

  .services_sec_main {
    padding: 80px 0 80px;
  }

}

@media (max-width: 1500px){

  .banner_content {
    /* padding-top: 60px; */
  }

  .services_sec_main:before{
    top: -50px;
  }

  .services_sec_main{
    overflow: hidden;
  }

  .services_sec_main:after{
    bottom: -30px;
  }

  .cta_right{
    left: -30px
  }

  .cta_content_sec h2 {
    font-size: 32px;
  }

  .about_content_sec h2 {
    font-size: 41px;
  }

  .webhead_content h2{
    font-size: 35px;
  }

  .package-box .package-top h4{
    font-size: 17px;
    line-height: 20px;
  }

  .why_boxs h2{
    font-size: 18px;
  }

  .book_accordion .card-body{
    line-height: 20px;
  }

  .book_accordion .card h5 button{
    font-size: 15px;
  }

  .review_content p {
    font-size: 19px;
    line-height: 30px;
  }

  .copyright_text p{
    font-size: 14px;
  }

  .term_links ul li a{
    font-size: 14px;
  }
}

@media (max-width: 1400px){

  .banner_Sec_main .carousel-item img {
    height: 810px;
  }

  .banner_Sec_main .banner_right img {
    width: 780px;
    height: auto !important;
  }

  .about_content_sec h2 {
    font-size: 38px;
    line-height: 45px;
  }

  .services_sec_main {
    padding: 180px 0 270px;
  }

  .Service_box h2 {
    font-size: 18px;
  }

  .cta_right {
    left: -20px;
    margin-top: -110px;
  }

  .cta_right img {
    width: 600px;
  }

  .webhead_content h2 {
    font-size: 30px;
    width: 90%;
    margin: 0 auto 20px;
  }

}

@media (max-width: 1366px){
  .about_content_sec h2 {
    font-size: 35px;
  }

  .webhead_content p {
    font-size: 16px;
    line-height: 25px;
  }

  .banner_content {
    /* padding-top: 20px; */
  }

  .banner_Sec_main .banner_right img {
    top: 30px;
  }

  .consult_content h2 {
    font-size: 24px;
  }

  .packages_sec_main{
    background-size: 100%;
  }

  .package-box .contact-part p, .contact-part a{
    font-size: 13px;
  }

  .package-box ul li{
    font-weight: 500;
    font-size: 14px;
  }

  .review_sec_main{
    padding: 30px 0 50px;
  }

  .shape-4 {
    left: 50px;
    bottom: 80px;
  }

  .book_table ul li a{
    font-size: 15px;
  }

  .review_sec_main .slick-next {
    right: -50px;
  }

  .review_sec_main .slick-prev{
    left: -50px;
  }

  .cta_right img {
    width: 560px;
  }

  .banner_Sec_main .carousel-item img {
    border-bottom-right-radius: 90px;
    height: 740px;
  }

  .shape-1 {
    right: 1%;
    top: 61%;
  }

  .guaranty_box_sec p{
    font-size: 15px;
    font-weight: 500;
  }

  .banner_Sec_main .banner_right img{
    width: 750px;
    border-radius: 0;
  }

}

@media (max-width: 1200px){

  .banner_Sec_main .banner_right img {
    width: 670px;
    border-radius: 0 !important;
  }

  .banner-btn ul li a{
    padding: 13px 27px;
    font-size: 15px;
  }

  .banner_Sec_main .carousel-item img {
    height: 680px;
  }

  .shape-1 {
    right: 3%;
    top: 64%;
  }

  .about_content_sec p {
    font-size: 15px;
    line-height: 27px;
  }

  .review_sec_main .slick-prev {
    left: -20px;
  }

  .review_sec_main .slick-next {
    right: 0px;
  }

  .review_content p {
    font-size: 17px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto 20px;
  } 

  .slick-next {
    right: -30px;
  } 

  .cta_right img {
    width: 560px;
  }

  .slick-prev {
    right: 0;
    left: -10px;
  }

  .slick-next {
    right: -10px;
  }

  .cta_content_sec h2 {
    font-size: 29px;
    width: 90%;
  }

  .cta_content_sec p {
    font-size: 16px;
  }

  .webhead_content h2 {
    font-size: 27px;
    width: 80%;
  }

  .webhead_content p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
  }

  .cta_right {
    left: -70px;
    margin-top: -110px;
  }

  .dot-shape-top{
    left: 10px;
  }

  .banner_content {
    /* padding-top: 70px; */
  }

  .shape-3{
    bottom: 77%;
  }

  .services_sec_main:before {
    top: -80px;
    right: -30px;
  }

  .cta_content_sec p {
    font-size: 16px;
    width: 90%;
  }

  .package-box ul li {
    margin: 0px 0;
  }

}

@media (max-width: 1100px){

.banner_content h1 {
    font-size: 38px;
}

.banner_content p {
    font-size: 17px;
    line-height: 29px;
}

.about_content_sec h2 {
    font-size: 30px;
    line-height: 35px;
}

.about_content_sec p {
    font-size: 15px;
    line-height: 25px;
}

.consult_content{
  padding: 25px 20px 20px;
}

.consult_content h2 {
    font-size: 19px;
}

.about_content_sec p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.slick-prev {
    right: 0;
    left: -40px;
}

.slick-next {
    right: -40px;
}

.Service_box h2 {
    font-size: 17px;
}

.Service_box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.Service_box{
  min-height: 370px;
}

.services_sec_main:after {
    bottom: -80px;
    background-size: 100%;
    width: 700px;
}

.services_sec_main:before {
    top: -30px;
    right: -30px;
    background-size: 100%;
    width: 63%;
}

.consult_now_form textarea {
    height: 100px;
}

.btn_form input{
  padding: 12px 40px;
  font-size: 16px;
}

.cta_content_sec h2 {
    font-size: 25px;
    width: 90%;
}

.cta_content_sec p {
    font-size: 15px;
    width: 90%;
    line-height: 25px;
}

.cta_right img {
    width: 510px;
}

.cta_right {
    left: -70px;
    margin-top: -40px;
}

.webhead_content h2 {
    font-size: 24px;
    width: 80%;
}

.webhead_content p {
    font-size: 14px;
    line-height: 27px;
}

.why_boxs p {
    font-size: 13px;
    line-height: 24px;
}

.why_boxs{
  min-height: 450px;
}

.package-box .contact-part p, .contact-part a {
    font-size: 11px;
}

.package-box ul li {
    font-size: 12px;
}

.package-box .package-top .h5 {
    font-size: 23px;
}

.package-box .package-top .h5 {
    font-size: 23px;
}

.why_boxs h2 {
    font-size: 17px;
}

.book_accordion .card h5 button {
    font-size: 14px;
}

.faq_tab h2{
      font-size: 30px;
}

.review_content h5 {
    font-size: 18px;
}

.review_content h5 {
    font-size: 18px;
}

.btn_packages a{
  padding: 11px 30px;
  font-size: 15px;
}

.step_sec_main .why_boxs{
  min-height: 270px;
}

.feature-icon .feature-number {
    font-size: 25px;
}

.logo-main-sec img {
    width: 60%;
}

.banner_Sec_main video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
}

.banner_content h1 {
    font-size: 29px;
}

.banner_content p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}

.banner_content {
    /* padding-top: 30px; */
}

}


@media (max-width: 1024px){

.banner_Sec_main .banner_right img {
    width: 510px;
    border-radius: 0 !important;
    left: -20px;
}

.banner_content h1 {
    font-size: 20px;
}

.banner_content p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}

.guaranty_box_sec p {
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
}

.about_content_sec h2 {
    font-size: 28px;
}

.consult_now_form form {
    padding: 45px 20px 25px;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    right: 0;
    left: -20px;
}

.services_sec_main {
    padding: 180px 0 230px;
}

.cta_right {
    left: -110px;
    margin-top: -40px;
}

.why_boxs {
    min-height: 420px;
}

.icon_choose{
  padding: 20px 20px 13px;
}

.book_accordion .card-body {
  font-size: 13px;
}

.package-details p{
  font-size: 12px;
}

.banner_Sec_main .carousel-item img {
    height: 620px;
}

.banner_content {
    /* padding-top: 120px; */
}

.banner_Sec_main .banner_right img {
    width: 600px;
    border-radius: 0 !important;
    left: -180px;
    top: 20px;
}

.about_sec_main .row {
    align-items: center;
}

.popup-vec1 {
    right: -60px;
    bottom: -17px;
    width: 400px;
}

}


@media (max-width: 950px) {

.banner_content h1 {
    font-size: 34px;
}

.container {
    max-width: 900px;
}

.services_sec_main {
    padding: 140px 0 50px;
}

.cta_content_sec h2 {
    font-size: 22px;
    width: 90%;
}

.cta_content_sec p {
    font-size: 14px;
    width: 85%;
    line-height: 25px;
}

.why_boxs h2 {
    font-size: 14px;
}

.why_boxs p {
    font-size: 13px;
    line-height: 25px;
}

.why_boxs {
    min-height: 430px;
    padding: 0 10px 30px;
}

.package-box .contact-part{
  padding: 10px 0;
}

}


@media (max-width: 992px) {

.slick-next {
    right: -13px;
}

.slick-prev {
    right: 0;
    left: -13px;
}

.book_table ul li a {
    font-size: 17px;
}

.cta_right img {
    width: 100%;
}

.Service_box {
    min-height: 330px;
    padding: 30px 15px 30px 15px;
}

}


@media (max-width: 768px) {

.banner_content h1 {
    font-size: 25px;
}

.banner_content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.banner-btn ul li a {
    padding: 11px 30px;
    font-size: 15px;
}

.banner_Sec_main .banner_right img {
    width: 460px;
    top: 20px;
    left: -120px;
}

.guaranty_box_sec {
    padding: 0 0px 0 55px;
}

.guaranty_box_sec p {
  font-size: 12px;
}

.book_table ul li a {
    font-size: 15px;
}

.about_content_sec h2 {
    font-size: 24px;
}

.about_content_sec p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.consult_now_form{
  margin-left: 0px;
}

.consult_content h2 {
    font-size: 22px;
}

.consult_content {
    padding: 34px 20px 20px;
}

.consult_content p {
  font-size: 15px;
}

.consult_now_form form:after{
  bottom: -50px;
  right: -50px;
}

.consult_now_form form:before{
  right: 70px;
  bottom: 33px;
}

.cta_right {
    left: -70px;
    margin-top: 0px;
}

.cta_content_sec h2 {
    font-size: 20px;
}

.webhead_content h2 {
    font-size: 22px;
    width: 90%;
}

.banner_Sec_main .carousel-item img {
    height: 520px;
    border-bottom-right-radius: 120px;
}

.shape-4 {
    left: 50px;
    bottom: 20px;
}

.shape-2{
  -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
}

.Service_box {
    min-height: 300px;
}

.why_boxs {
    min-height: 370px;
}

.why_boxs p {
    font-size: 13px;
    line-height: 21px;
}

.step_sec_main .why_boxs {
    min-height: 290px;
}

.book_accordion .card h5 button {
    font-size: 12px;
    white-space: unset;
}

.review_sec_main .slick-prev {
    left: 0;
}

.review_content p {
    font-size: 15px;
    line-height: 23px;
    width: 85%;
    margin: 0 auto 20px;
}

.book_table ul li a {
    font-size: 14px;
}

.started_popup_sec .col-lg-5 {
    width: 50%;
}

.started_popup_sec .col-lg-4 {
    width: 50%;
}

.popup-vec1{
  display: none;
}

.popup-head h5{
  font-size: 27px;
}

.popup-head h4 {
  font-size: 50px;
}

.contact-info a{
      font-size: 14px;
}

.contact-info h6 {
  font-size: 19px;
}

}


@media (max-width: 576px) {

.banner_content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    width: 97%;
}

.banner_content h1 {
    font-size: 31px;
}



.review_content h5 {
    font-size: 16px;
}

.labourDay{
    
    height: auto;
}

.starsBG img {
    width: 100%;
    height: auto;
}

.banner_right {
    display: none;
}

.banner_Sec_main .carousel-caption .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.guaranty_Sec_main .row .col-sm-3 {
    flex: 50%;
    max-width: 50%;
}

.guaranty_box_sec p {
    font-size: 14px;
}

.banner_Sec_main .carousel-item img {
    height: 650px;
    border-bottom-right-radius: 120px;
    object-fit: cover;
}

.logo-main-sec img {
    width: 100%;
}

.book_table ul li a.btn_custom{
      padding: 10px 23px;
}

.book_table ul li { 
    padding-left: 5px;
    padding-right: 5px;
}

.about_sec_main .row .col-sm-7 {
    flex: 100%;
    max-width: 100%;
}

.consult_now_form {
    display: none;
}

.about_content_sec p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.logo-main-sec img {
    width: 90%;
}

.services_sec_main {
    padding: 80px 0 170px;
}

.services_sec_main:after {
    bottom: -130px;
    background-size: 100%;
    width: 100%;
}

.cta_right {
    display: none;
}

.cta_sec_main .row .col-sm-7 {
    flex: 100%;
    max-width: 100%;
}

.cta_content_sec p {
    font-size: 16px;
    width: 100%;
    line-height: 25px;
}

.package-box{
  padding: 22px 10px 10px;
}

.package-box .contact-part > div {
    position: relative;
    padding: 0 !important;
}

.contact-part .w-50 {
    width: 100% !important;
}

.package-box .contact-part p, .contact-part a {
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 4px 0;
}

.package-box .contact-part > div:before {
    border-bottom: 1px solid #ccc;
    width: 100%;
    right: 0;
    border-right: 0;
    bottom: 0;
}

.step_sec_main .col-sm-4 {
    flex: 50%;
    max-width: 50%;
}

.step_sec_main .why_boxs {
    min-height: 270px;
}


.why_boxs p {
    font-size: 14px;
    line-height: 23px;
}

.why_boxs h2 {
    font-size: 16px;
}

.step_sec_main {
    padding: 50px 0;
}

.faq_left_img{
  display: none;
}

.faq_main .col-sm-6 {
    flex: 100%;
    max-width: 100%;
}

.faq_tab.book_accordion {
    margin: 0 20px;
}

.book_accordion .card h5 button {
    font-size: 15px;
}

.book_accordion .card-body {
    font-size: 14px;
}

.copyright_text p {
    font-size: 13px;
}

.term_links ul li a {
    font-size: 11px;
}

.term_links ul li{
      padding: 0 15px 0 15px;
}

.banner_content {
    /* padding-top: 30px; */
}

.banner_icon {
    display: none;
}

.shape-2{
  display: none;
}

.banner-btn {
    padding-top: 10px;
}

.review_sec_main .slick-next {
    right: 10px;
}

.review_sec_main .slick-prev {
    left: 10px;
}

.review_sec_main .slick-next, .review_sec_main .slick-prev {
    width: 35px;
    height: 35px;
}

.review_sec_main .slick-next:before, .review_sec_main .slick-prev:before {
    font-size: 26px;
}

.mob-display-none{
  display: none;
}

.popup-vec1,.popup-vec2{
  display: none;
}

.started_popup_sec .modal-content{
  padding: 1rem 1rem;
}

.popup-head h5 {
    color: #FFFFFF;
    font-size: 24px;
}

.popup-head h4 {
    color: #FFFFFF;
    font-size: 39px;
}

.footer-link ul li {

    text-align: left;
    margin-bottom: 10px;
}

.footer-link ul li a {

    font-size: 14px;
}

.footer-link ul li i {
    font-size: 19px;
}

.foooter img {
    width: 60%;}
.head-form.floating-form {
    display: none !important
}

.floatbutton .clickbutton { display: none !important;}


}



@media (max-width: 450px) {

.banner_content h1 {
    font-size: 25px;
}

.banner_content p {
    font-size: 15px;
    line-height: 29px;
}

.guaranty_box_sec p {
    font-size: 12px;
}

.padding-70 {
    padding: 40px 0;
}

.about_content_sec h2 {
    font-size: 20px;
    line-height: initial;
}

.about_content_sec p {
    font-size: 14px;
    line-height: 25px;
}

.services_sec_main:before {
    top: -20px;
    right: -30px;
    background-size: 100%;
    width: 86%;
}

.services_sec_main:after {
    bottom: -130px;
    background-size: 100%;
    width: 100%;
    height: 270px;
}

.services_sec_main {
    padding: 80px 0 120px;
}

.cta_content_sec h2 {
    font-size: 19px;
}

.webhead_content h2 {
    font-size: 20px;
    width: 100%;
}

.step_sec_main .col-sm-4 {
    flex: 100%;
    max-width: 100%;
}

.step_sec_main .why_boxs {
    min-height: auto;
}

footer{
  text-align: center;
}

.term_links {
    text-align: center;
    padding-top: 10px;
}

.term_links ul li a {
    font-size: 14px;
}

.copyright_text p {
    font-size: 15px;
}

.book_accordion .card h5 button {
    font-size: 12px;
}

header .col-md-5.col-5 {
    max-width: 100%;
    flex: 100%;
}

.logo-main-sec {
    text-align: left;
}

.logo-main-sec img {
    width: 50%;
    margin: 0 auto;
}

header .col-md-7.col-7 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.contact-part .w-50 {
    width: 49% !important;
    display: inline-block;
}

.package-box .contact-part > div:before {
    border-bottom: 0;
    width: 100%;
    right: 0;
    border-right: 1px solid #ccc;
    bottom: unset;
}

.book_table {
    text-align: right;
    display: none;
}

.banner_content {
    padding-top: 50px;
}

.bannerList li {
    
    font-size: 13px;}

.guaranty_box_sec span img {
    width: 45px;
}

.guaranty_box_sec {
    padding: 0 0px 0 50px;
}

.review_content p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 500;
}

.review_sec_main .pt-5 {
    padding: 0 !important;
}

.about_content_sec p {
    font-size: 13px;
    line-height: 23px;
}

.popup-head h5 {
    font-size: 20px;
}

.popup-head h4 {
    font-size: 24px;
    line-height: initial;
    padding-top: 10px;
}

}

/*Responsive Begin*/



/*Responsive End*/


.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 100px;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 250px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 155px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    background: #F08C3C;
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -92px;
    white-space: pre;
    bottom: 66px;
}
.inner-pages-form {
    background: #347fc1;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
}
.inner-pages-form button.theme-btn.btn-style-one.hvr-dark {
    background: #000;
    padding: 10px;
    border-radius: 7px;
    border: none;
    color: #fff !important;
    cursor: pointer;
}
.inner-pages-form button.theme-btn.btn-style-one.hvr-dark span {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.floatbutton.active {
    right: 0;
    z-index: 99999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.head-form.floating-form {
    width: 370px;
    display: inline-block;
    margin-top: 119px;
}

.head-form.floating-form:before {
   display: none;
}

.head-form.floating-form:after {
   display: none;
}

.head-form.floating-form h2
{
  font-size: 25px;
}

.head-form.floating-form .form-head{
  margin-top: 0px;
}

.head-form.floating-form .inner-pages-form textarea {
    min-height: 100px;
}

.head-form.floating-form .inner-pages-form textarea:focus{
height: 100px;
}

.head-form.floating-form .inner-pages-form textarea.form-control{
  height: 0;
}

.head-form.floating-form .btn-style-one{
  width: 100%;
}
.head-form.floating-form {
    background: #1472ad;
    border-radius: 20px;
}
.head-form.floating-form h2 {
    padding: 15px 0 0 20px;
    color: #fff;
}


.review_content h5 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #1198ce;
}


.banner_content h1 span{color: #f37b45;}


#discount-textaa {
    color: #f37b45;
    font-size: 35px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}