@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap");
:root {
  --pink: #f76937;
  --black: #000;
  --blue: #f76937;
}


/*BEGIN: GENERAL CSS*/

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

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 {
  color: #000000;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
}

section {
}

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;
}

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

/*Header CSS Section Begin*/

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

header.menu_fixed {
  position: fixed;
  width: 100%;
  background: var(--white);
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 20px rgb(244 47 99 / 2%);
  padding: 15px 0;
  top: 0;
  z-index: 999;
}
.logo-main-sec {
    width: 50%;
}

header.menu_fixed .menu-sec-main {
  padding-top: 0;
}

header.menu_fixed .logo-main-sec img {
  width: auto;
  transition: 0.5s ease-in-out;
}

.logo-main-sec img {
  width: auto;
  transition: 0.5s ease-in-out;
}

.menu-sec-main {
  padding-top: 10px;
}

header .container-fluid {
  padding: 0 70px;
}

.menu-sec-main ul li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}

.menu-sec-main .dropdown-menu a {
  color: #FFf !important;
}

.dropdown-menu a.dropdown-item {
  border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

.menu-sec-main ul li.btn_quote a {
  padding: 0;
  font-size: initial;
}

.menu-sec-main ul li a:hover {
  color: #fff !important;
  background-image: -moz-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
  background-image: -webkit-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
  background-image: -ms-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
}

.menu-sec-main ul li.active a {
  color: #fff !important;
  background-image: -moz-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
  background-image: -webkit-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
  background-image: -ms-linear-gradient( 163deg, #af1000 0%, #770d02 100%);
}

li.btn_quote {
  padding-left: 30px;
}

header.menu_fixed .book_table ul {
}

.menu_fixed .menu-sec-main ul li a {
  color: #000;
}

.menu_fixed .arrow-parent p {
  color: #000;
}

.fixed-logo {
  display: none;
}

header.menu_fixed .logo-main-sec .fixed-logo {
  display: block;
}

header.menu_fixed .logo-main-sec img {
}

.logo-main-sec {
    display: inline-block;
}

.counter_logo {
    display: inline-block;
    width: 47%;
    padding-left: 10px;
    position: relative;
    top: 10px;
}

.counter_logo img {
    width: 100%;
    filter: brightness(0);
}


.book_table ul li a.btn_custom {
    background: var(--blue);
    padding: 14px 30px;
    border-radius: 50px;
    color: var(--white);
    font-weight: 500;
    cursor: pointer;
}

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

/*.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: var(--black);
  font-size: 15px;
  font-weight: 600;
}

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

.book_table ul li a:hover {
  color: #f43064;
}

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

.button-pulse {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 2px #f76937;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/*Header CSS Section End*/


/*Banner Section Begin*/


.banner__form__Sec {
	color: #fff;
	background: linear-gradient(45deg, #ef6635, #000000d6);
	padding: 55px 20px 40px;
	border-radius: 12px;
	/*width: 75%;*/
	max-width: 420px;
	margin: 210px auto 0;
	position: relative;
	z-index: 9;
	backdrop-filter: blur(5px);
	border: 2px solid #ffffffd1;
}

.banner__form__Sec input {
	/* width: 100%; */
	/* height: 45px; */
	/* margin-bottom: 15px; */
	/* border-radius: 7px; */
	/* border: 1px solid #ccc; */
	/* font-size: 14px; */
	/* padding: 0 10px; */
	width: 100%;
	padding: 7px;
	margin: 0 0 10px;
	border-radius: 6px;
	border: 1px solid #b1b1b1;
	height: 40px;
	font-size: 15px !important;
	background: #ffffff;
	appearance: auto;
	color: #464646;
	outline: 0;
}

.badge-div {
	position: absolute;
	top: -70px;
	width: 170px;
	right: -40px;
}

.badge-div .imgform {
	position: absolute;
	top: 15px;
	right: -15px;
	max-width: 130px;
}

.banner__form__Sec textarea {
	height: 100px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 10px;
	resize: none;
}

.banner__form__Sec button {
	border-radius: 8px;
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border: 0;
	outline: 0;
	height: 50px;
	background: linear-gradient(to right, #000000 0, #523b27 100%);
	width: 100%;
}

.banner__form__Sec h3 span {
	color: #fbfbfb;
	font-size: 37px;
	display: block;
	font-weight: 700 !important;
}

.banner__form__Sec h3 {
	/* font-size: 26px;
    font-weight: bold;
    color: #f76a37; */
	font-weight: 600;
	color: #ffffff;
	font-size: 27px;
	letter-spacing: -.03em;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: center;
}

.banner__form__Sec p {
	color: #000 !important;
	margin-bottom: 10px !important;
	padding-top: 0;
	font-size: 18px !important;
	font-weight: bold !important;
}

.banner__form__Sec #contact-modal {
	margin-top: 5px;
}

.banner_sec_main{
   background: #fbfbfb url(../images/ban1.jpg) no-repeat !important;
   min-height: 800px;
   display: flex;
   position: relative;
   background-position: right;
   overflow: hidden;
   background-size: cover !important;
   background-position: center center !important;
}

.banner_content_sec h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.04em;
    padding-bottom: 10px;
}

.banner_content_sec p {
    font-size: 18px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: var(--black);
    line-height: 35px;
}

.banner_right_img {
    text-align: center;
    background-color: #f3f3f3;
    padding: 180px 0 0;
    position: relative;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 12%);
}

img.img-fluid.team_img {
    position: absolute;
    z-index: 99;
    left: -80px;
    bottom: 70px;
}

.banner_content_sec {
    padding: 210px 50px 0 0;
}

.banner-btn ul li a {
    background: #ffffff;
    color: #000000 !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

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

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

.banner_sec_main:before {
    content: '';
    /* background: url(../images/banner_bg1.png) no-repeat; */
    position: absolute;
    width: 35%;
    height: 100%;
    left: -50px;
    background-size: 100%;
    bottom: -30px;
    background-position: bottom;
}

.banner-btn ul li a:hover {
    background: var(--pink);
    transform: translate(0px, -10px);
}

.banner_sec_main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 9999;
    bottom: -5px;
}
.banner-btn ul li.chng_clr a {
    background: #000000;
    border: 2px solid #fff;
    color: #fff !important;
}

.banner-btn ul li.chng_clr a:hover {
    background: var(--blue);
}

.banner_content_sec h2 span {
    color: var(--pink);
}

.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%;
}

.banner_content_sec ul li {font-size: 17px;padding-bottom: 13px;font-weight: 600;list-style-type: disc;color: #fff;}

.banner_content_sec ul {padding: 0 30px;}

.banner-btn ul {padding: 0;}

/*Banner Section End*/

/*Trust Logo Section Begin*/

.trust-sec{
  background: #f3f3f3;
  padding: 15px 0;
}

.trust-sec ul.awrd li {
    display: inline-block;
    padding: 10px 0px;
}

.trust-sec .row {
    align-items: center;
}

.head_trust h2 {
    color: var(--blue);
    font-weight: 600;
    font-size: 40px;
}

/*Trust Logo Section End*/


.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton,.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 22%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87,184,151,.09);
    border-radius: 30px 0 0 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #f76937;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    transition: .4s;
    left: -65px;
    white-space: pre;
    bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999!important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    margin: 0 0 15px;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    width: 100%;
    font-weight: 400
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700
}

.banner-form h3 strong {
    font: 600 24px/24px Poppins,sans-serif
}

.fldset p a,.intl-tel-input .country-list .country {
    font-size: 14px
}

.ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-color: #f76937
}

.ban-form textarea {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    margin: 0;
    resize: none
}

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

.btns_wrap a:hover {
    right: 0
}

.btns_wrap .call_wrap {
    top: 63px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

.btns_wrap .chat_wrap {
    display: block;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.btns_wrap .call_wrap, .btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #f76937;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    z-index: 9999;
}
.btns_wrap .call_wrap span.icoo,.btns_wrap .chat_wrap span.icoo {
    color: #000;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

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




/*Empowers Section Begin*/

.empowers_sec_main .web_head h2 {
    color: var(--white);
}

.logos-partner {
    position: relative;
    z-index: 998;
}

.padding_70{
  padding: 70px 0;
}

.web_head h2 {
    font-size: 43px;
    text-align: center;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 5px;
}

.web_head{
  padding-bottom: 20px;
  position: relative;
  z-index: 998;
}

.empowers_boxes_sec {
    border: 1px solid #dbdbdb;
    padding: 25px 20px 20px;
    transition: 0.5s ease-in-out;
    min-height: 490px;
    position: relative;
    z-index: 999999;
    background: #f7f7f7;
    background: linear-gradient(to left, #f7f7f7 50%, #f3f3f3 50%);
    background-image: -webkit-linear-gradient(37deg, #e9e9e9 50%, #efefef 50%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}

.empowers_boxes_sec a {
    background: #ff9e5f;
    padding: 10px 30px;
    color: #000;
    border-radius: 50px;
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
}

.empowers_boxes_sec h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: 0.5s ease-in-out;
    min-height: 77px;
}

.best-seller::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -20px;
    background-image: url(../images/best_sellr.png);
    width: 80px;
    height: 80px;
    background-size: contain;
}
.empowers_boxes_sec p {
    font-size: 14px;
    line-height: 25px;
    color: var(--black);
    font-weight: 400;
    transition: 0.5s ease-in-out;
    min-height: 230px;
}

.empowers_boxes_sec:hover {
    background: #f43064;
    transition: 0.5s ease-in-out;
    background-image: -webkit-linear-gradient(37deg, #f76937 34%, #da5934 40%);
}

.empowers_boxes_sec:hover p, .empowers_boxes_sec:hover h3 {
    color: var(--white);
}

.empowers_sec_main {
    background-color: #f7f7f7;
    position: relative;
}

.empowers_sec_main:before{
    background: url(../images/lines-orange.svg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
}
.empowers_sec_main:after {
    content: "";
    height: 250px;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    background: rgb(41, 168, 225);
    background: linear-gradient(93deg, #f76937 0%, #541600 100%);
}


.empowers_boxes_sec img {
    padding-bottom: 15px;
    width: auto;
}

.empowers_boxes_sec:hover img {
    filter: brightness(0) invert(1);
    /* width: auto; */
}

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

.slick-dots{
      bottom: -45px;
}

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

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--blue);
}

/*Empowers Section End*/


/*Expert Section Begin*/

.experts_sec_main{
  background: url(../images/cta_bg.webp) no-repeat;
  background-size: cover;
  padding: 185px 0;
  position: relative;
  background-position: 100%;
}

.expert_content h1 {
    font-size: 41px;
    color: var(--black);
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 48px;
    position: relative;
    z-index: 99;
}

.expert_content p {
    color: var(--black);
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-shadow: 0px 0px 6px #fff;
    width: 90%;
    position: relative;
    z-index: 99;
}

.expert_content .banner-btn {
    padding-top: 10px;
    position: relative;
    z-index: 99;
}

.experts_sec_main:before {content: '';position: absolute;background: rgb(0 0 0 / 48%);width: 100%;height: 100%;top: 0;}

.expert_content{
  position: relative;
  padding-top: 90px;
  padding: 70px 70px 0px 50px;
}

.expert_content:before {
    background: url(../images/cta_bg.png);
    background-size: cover;
    content: '';
    position: absolute;
    width: 840px;
    height: 720px;
    top: -160px;
    right: 40px;
    z-index: 9;
    opacity: 0.8;
    margin: 0 auto;
}

.expert_content ul {
    position: relative;
    z-index: 99;
}

.expert_content ul li {
    font-size: 19px;
    padding-bottom: 15px;
    color: var(--black);
    list-style-type: disc;
}

/*Expert Section End*/


/*Why Choose Us Section Begin*/


.choose_sec_main {
    /* background: #fbfbfb url(../images/banner_bg.png) no-repeat; */
    position: relative;
}

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

.web_head p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}

.choose_sec_box {
    background: #f1f1f1 !important;
    padding: 50px 30px;
    border-radius: 10px 30px 10px 30px;
    border: 1px solid #29a8e1;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    min-height: 300px;
    margin: 30px 25px;
    position: relative;
    z-index: 9999;
}

.choose_sec_box:before {
 content: '';
 position: absolute;
 /* background: rgb(0 0 0 / 74%); */
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 10px 30px 10px 30px;
 z-index: -1;
 }

.choose_img1 {
    background: #f1f1f1 url(../images/choose_img01.jpg);
}

.choose_img2 {
    /* background: #f1f1f1 url(../images/choose_img02.jpg); */
}

.choose_img3 {
    background: #f1f1f1 url(../images/choose_img03.jpg);
}

.choose_img4 {
    background: #f1f1f1 url(../images/choose_img04.jpg);
}

.choose_img5 {
    background: #f1f1f1 url(../images/choose_img05.jpg);
}

.choose_sec_box h2 {
    color: var(--blank);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.choose_sec_box h2:before {content: '';background: var(--blue);width: 120px;height: 6px;position: absolute;bottom: -14px;border-radius: 50px;}

.choose_sec_box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    /* box-shadow: 0px 0px 20px #000; */
    color: var(--black);
}

.choose_sec_main .container-fluid {
    padding-left: 18%;
    position: relative;
}

/*Why Choose Us Section End*/

/*CTA Section Begin*/

.cta_sec_main {
    background: url(../images/cta_bg.jpg);
    background-size: 100%;
    padding: 60px 0 70px;
    position: relative;
}

.cta_sec_content h2 {
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
}

.cta_sec_content h3 {
    color: var(--white);
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 3px;
}

.cta_sec_content p {
    color: var(--white);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.cta_right_img {
    position: absolute;
    right: 160px;
    top: -60px;
}

.cta_right_img img {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
}

/*CTA Section End*/

/*Faq Section Begin*/

/*Author Section Begin*/

.faq_sec_main{
    /* background: url(../images/faq-banner.jpg); */
    background-size: cover;
    background-position: right;
    /* background-attachment: fixed; */
    position: relative;
}

.faq_sec_main .row {
    position: relative;
    z-index: 99;
}

.bg_author {
    background: rgb(255 255 255 / 85%);
    padding: 70px 140px 90px;
}

.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: 20px;
    padding: 0;
    font-weight: 500;
}

.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;
}

.bg_faq_right {
    background-position: center;
    background-size: cover;
    /* background: #fbfbfb url(../images/banner_bg.png) no-repeat; */
    text-align: center;
    background-position: top right;
}

.bg_faq_right:before {
     background: url(../images/lines-orange.svg);
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     opacity: 0.3;
     background-position: center;
     background-size: 100%;
     right: 0;
}

.bg_faq_right img {
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
    width: 90% !important;
    position: relative;
    z-index: 999;
}

.faq_sec_main::after {
    content: "";
    background-image: url(../images/girl.png);
    background-repeat: no-repeat;
    height: 810px;
    width: 925px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
}

img.gr-2 {
    bottom: 100px;
    left: -32px;
}

.gr {
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0 0 0.45rem #ccc);
}

img.gr-1 {
    right: 27%;
    top: 36%;
}
/*Faq Section End*/

/*Our Portfolio Section Begin*/

.portfolio_Sec_main {
    background: #fbfbfb;
    position: relative;
    padding-bottom: 0;
}

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


/*Our Portfolio Section End*/


/*Our Portfolio Section Begin*/

.portfolio_Sec_main .container-fluid{
  padding: 0;
}

.portfolio_boxes a {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.portfolio_boxes a figure {
    margin-bottom: 0;
    height: 500px;
}

.portfolio_boxes a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
}

.portfolio_boxes a:hover img {
    top: -100%;
}

.portfolio_boxes:hover a:after {
    opacity: 1;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    left: 50%;
    top: 48%;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.portfolio_boxes:hover a:before {
    opacity: 1;
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.portfolio_boxes {
    display: inline;
}

/*Our Portfolio Section End*/

.packages_sec_main {
    background: var(--white);
    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;
    box-shadow: 0px 0px 15px #cbcbcb;
    transition: 0.5s ease-in-out;
    background: var(--white);
    margin-bottom: 50px;
    border-radius: 10px;
}
.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: var(--blue);
    color: var(--white) !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);
}

.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: 29px;
    font-weight: 700;
    display: block;
    color: var(--blue);
}

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: var(--blue);
}

.w-50.pl-2 a {
    color: #f6603c;
}
.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;
    filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(2580%) hue-rotate(339deg) brightness(101%) contrast(94%);
}
.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: linear-gradient(93deg, #f76937 0%, #541600 100%);
  border-radius: 10px;
}
.package-box ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(160deg, #f76937 0%, #541600 100%);
  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);
}

.tab_btn ul {
    margin-bottom: 50px;
}

.tab_btn ul li a {
    padding: 13px 40px;
    display: inline-block;
    background: var(--blue);
    color: var(--white);
    border-radius: 50px;
    font-size: 18px;
}

.tab_btn ul {
    border: 0;
    text-align: center;
    justify-content: center;
}

.tab_btn ul li {
    margin: 0 15px 0 0;
}

.tab_btn ul li a:hover,.tab_btn ul li a.active.show {
    background: var(--pink);
}

.packages_sec_main  .tab-content>.active {
    opacity: 1;
}

/*Packages Section End*/


/*Combo Packages Section Begin*/

.combo_packages_sec {
    background: var(--white);
    position: relative;
}

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

.combo_head {
    text-align: center;
    padding-bottom: 40px;
}

.combo_head h3 {
    color: var(--blue);
    font-weight: 600;
    font-size: 50px;
}

.combo_head h4 {
    color: var(--black);
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 36px;
}

.combo_list h4 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
}

.combo_list ul li {
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: var(--white);
}

.combo_list 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: 5px;
    position: absolute;
    left: 0;
    filter: brightness(0) invert(1);
}

.combo_pack {
    background: var(--pink);
    padding: 30px 40px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    z-index: 99;
}

.combo_price {
    background: var(--blue);
    padding: 0 20px 10px 20px;
    border-radius: 0px 0px 10px 10px;
}

.price_text_combo {
    color: var(--white);
}

.price_text_combo h4 {
    font-size: 27px;
    font-weight: 600;
}

.price_text_combo h5 {font-size: 20px;font-weight: 300;}

.price_tag_sec {
    text-align: center;
}

.price_tag_sec span.cutprice {
    /* display: block; */
    text-decoration: line-through;
    font-size: 15px;
    color: var(--white);
    padding-bottom: 7px;
    padding-left: 5px;
}

.price_tag_sec span.h5 {
    color: var(--white);
    font-weight: bold;
    font-size: 23px;
}

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

.price_tag_sec .btn_packages a {
    background: #000000;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
}

/*Combo Packages Section End*/

/*Process Section Begin*/

.services_boxes {
    padding-bottom: 60px;
}

.services_boxes h2 {
    color: var(--white);
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-left: 60px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.services_boxes h2 img {
    position: absolute;
    left: 10px;
    filter: brightness(0) invert(1);
    width: 60px;
}

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

.logo_content_tab.mb {
    position: relative;
    margin-top: -110px;
}

.process_sec_main .row.pt-5 {
    padding-top: 100px !important;
}

.process_sec_main {
    background: url(../images/process_banner.jpg);
    background-size: cover;
    position: relative;
}

.process_sec_main:before {
    content: '';
    background: rgb(20 20 20 / 42%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


.process_sec_main .web_head h2,.process_sec_main .web_head p {
    color: var(--white);
}
/*Process Section End*/

/*Review Home Section Begin*/

.about_review .review_sec_main {
    padding: 70px 0 30px;
}

.review_hme_sec {
    padding: 30px 0 0;
}

.review_hme_box {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 6%);
    border: 0.5px solid var(--blue);
    text-align: center;
    padding: 50px 30px  20px;
    margin-bottom: 90px;
    /*min-height: 540px;*/
}

input.input.phoneNum {
    padding-left: 15px !important;
}
.rating_sec ul {
    display: inline-block;
}

.rating_sec ul li {
    display: inline-block;
    color: #f15307;
    font-size: 25px;
    padding: 0 2px;
}

.rating_sec span {
    font-size: 16px;
    position: relative;
    top: -3px;
    padding-left: 5px;
    color: var(--black);
}

.rating_sec {
    padding-bottom: 15px;
}

.review_hme_box p {
    font-size: 14px;
    line-height: 26px;
    color: var(--black);
    padding-bottom: 0px;
    font-weight: 500;
    min-height: 105px;
    max-height: 105px;
    overflow: auto;
}
.review_hme_box p::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}
span.quote img {
    border-radius: 50%;
    max-width: 75px;
}
/**  STYLE 4 */
.review_hme_box p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.review_hme_box p::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

.review_hme_box h3 {
    color: var(--black);
    font-size: 17px;
    font-weight: bold;
}

.review_hme_box h5 {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

span.quote {
    display: inline-block;
    padding-bottom: 20px;}

span.quote img{
  border-radius: 50%;
}

.review_sec_main .slick-dots li button:before{
    font-size: 57px;
    color: #ccc;
    opacity: 0.25;
}

.review_sec_main .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--blue);
}

.review_sec_main .slick-dots{
    bottom: 0;
}

.review_sec_main {
    /* background: #fbfbfb url(../images/banner_bg.png) no-repeat; */
    position: relative;
}

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

/*Review Home Section End*/


/*Footer Section Begin*/

footer {
    background: url(../images/footer_bg.jpg);
    padding: 50px 0 0px;
    position: relative;
}

.footer_logo p {
    padding-top: 30px;
    color: var(--white);
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

.footer_logo ul li {position: relative;color: var(--white);padding: 0px 10px 20px 40px;font-size: 17px;font-weight: 300;}

.footer_logo ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
}

.footer_logo ul li p {
    display: inline;
    font-weight: 300;
    margin-bottom: 0;
    line-height: initial;
}

.footer_logo ul li a {
    color: var(--white);
}

.form_footer_head h2 {
    color: var(--white);
    font-size: 25px;
}

.footer_form_sec form {
    padding-top: 20px;
}

.footer_form_sec form input {
    height: 50px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 0 15px;
}

.footer_form_sec form textarea {
    height: 120px;
    border-radius: 10px;
    border: 0;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    resize: none;
}

.footer_form_sec form .btn_form input {
    background: var(--blue);
    color: var(--white);
    padding: 15px 70px;
    height: auto;
    font-size: 19px;
    cursor: pointer;
}

.btn_form {
    padding-top: 10px;
}

.copy_right {
    /* background: #fff; */
    margin-top: 40px;
    padding: 5px 0;
}

.copy_right_text p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    font-weight: 300;
}

.pay_icon img {
    width: 40%;
}

.pay_icon {
    text-align: right;
}

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

footer:before {
    content: '';
    position: absolute;
    background: rgb(4 4 4 / 86%);
    width: 100%;
    height: 100%;
    top: 0;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

/*Footer Section End*/

/* Lead PopUp Section Begin */

.lead_popup .modal-content {
    border: 0;
    border-radius: 20px;
    padding: 40px 60px 10px;
    background: #fff;
    background-size: cover;
}

.lead_popup .modal-header button {
    background: var(--pink);
    opacity: 1;
    text-shadow: none;
    color: var(--white);
    font-size: 35px;
    font-weight: 300;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
}

.lead_popup .modal-header button:hover {
    background: var(--blue);
}

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

.lead_popup h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.lead_popup [type=radio]:checked+label, [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--black);
    font-size: 16px;
    margin-bottom: 23px;
}

.lead_popup [type=radio]:checked+label:before, [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue);
    border-radius: 100%;
    background: transparent;
}

.lead_popup [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.lead_popup [type=radio]:checked+label:after, [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--blue);
    position: absolute;
    top: 4px;
    left: 19px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.lead_popup [type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.lead_popup input {
    height: 50px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.lead_popup .modal-footer {
    border: 0;
}

.lead_popup .modal-content:before {
  content: '';
  position: absolute;
  background: rgb(255 255 255 / 85%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 20px;
  }


.lead_popup .modal-btn ul li button {
    background: var(--pink);
    border: 0;
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 50px;
    font-size: 18px;
}

.lead_popup .modal-btn ul li button:hover {
    background: var(--blue);
    color: var(--white);
}

.lead_popup input.btn-success {
    background: var(--pink);
    border: 0;
    padding: 15px 0;
    height: auto;
    border-radius: 50px;
    width: auto;
    padding: 13px 60px;
    display: table;
    margin: 10px auto;
}

.modal-btn ul {
    display: flex;
    justify-content: space-between;
}

/* Lead PopUp Section End */


/*Started POPUp Section Begin*/

.started_popup_sec .modal-content {
    background: #fff;
    background-size: cover;
    padding: 30px 20px 50px;
    position: relative;
    border: 0;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 50%);
}

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

.started_popup_sec .modal-header button {
    position: absolute;
    background: var(--blue);
    width: 50px;
    height: 50px;
    color: var(--black);
    font-size: 45px;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    line-height: 21px;
    border-radius: 50px;
    right: 0;
    top: 0;
}

.started_popup_sec .modal-header button span {
    position: relative;
    left: -2px;
}

.started_popup_sec .modal-content:before {content: '';background: rgb(255 255 255 / 75%);height: 100%;width: 100%;top: 0;position: absolute;right: 0;}

.form_head_Sec {
    text-align: center;
}

.form_head_Sec h2 {
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--white);
    margin-bottom: 0;
    background: var(--blue);
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 50px;
}

.form_head_Sec h4 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.form_head_Sec h3 {
    color: var(--pink);
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.started_popup_sec input {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec select {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid var(--pink);
}

.started_popup_sec form {
    padding-top: 20px;
}
.btn_form input {
    background: var(--pink);
    color: var(--white);
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_form input:hover {
    background: var(--blue);
    border: 0;
}


/*Started POPUp 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: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

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


.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*/

/*Thank You CSS Begin*/

.main-thankyou-sec h1 {
    color: var(--black);
    font-size: 59px;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-thankyou-sec p.subtitle {
    color: var(--black);
    line-height: 1.4;
    font-size: 21px;
    font-weight: 300;
    padding: 5px 0 30px 0;
}

.main-thankyou-sec{
  padding: 160px 0;
  background-size: cover;
}

/*Thank You CSS End*/

/*Custom Qoute Section Begin*/

.custom_qoute {
    background: rgb(41, 168, 225);
    padding: 40px 0;
    margin: 50px 130px;
    background: linear-gradient(93deg, #f76937 0%, #541600 100%);
}

.custom_qoute p {
    color: var(--white);
    font-size: 22px;
    line-height: 40px;
}

.custom_qoute p strong {
    font-weight: bold;
}

.btn_custom a {
    background: var(--pink);
    padding: 20px 31px;
    display: inline-block;
    color: var(--white);
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}

.btn_custom {
    text-align: center;
}

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

/*Custom Qoute Section End*/



/*Responsive Begin*/

@media (max-width: 1200px) {

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

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

.banner_content_sec h2 {
    font-size: 45px;
    line-height: 60px;
}

.banner_content_sec p {
    font-size: 17px;
}

.banner-btn ul li a{
  font-size: 18px;
}

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

.empowers_boxes_sec h3 {
    font-size: 18px;
}

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

.empowers_boxes_sec {
    min-height: 410px;
}


.expert_content h1 {
    font-size: 30px;
    line-height: 45px;
}

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


.expert_content:before{
  width: 820px;
  height: 710px;
}

.expert_content {
    position: relative;
    z-index: 999;
    padding-top: 90px;
    padding: 20px 70px 0px 140px;
}

.web_head p {
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
}

.choose_sec_box h2 {
    font-size: 23px;
}

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

.choose_sec_box{
  min-height: 340px;
}

.cta_sec_content h2 {
    font-size: 33px;
}

.cta_sec_content h3 {
    font-size: 25px;
}

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

.cta_sec_content {
    width: 90%;
}

.cta_right_img img {
    width: 80%;
    position: relative;
    right: -50px;
}

.cta_right_img {
    right: 0;
}

.accordion_head h2 {
    font-size: 28px;
    line-height: 35px;
}

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

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

.bg_author {
    padding: 40px 40px 40px;
}

.portfolio_boxes a figure {
    margin-bottom: 0;
    height: 330px;
}

.portfolio_Sec_main .container-fluid {
    padding: 0 15px;
}

.choose_sec_main {
    overflow: hidden;
}

.bg_faq_right img {
    width: 100% !important;
}

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

.footer_logo ul li {
    font-size: 16px;
}

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

.review_hme_box {
    min-height: 440px;
}

.faq_sec_main::after {
    height: 720px;
    width: 615px;
    transform: translateY(-70%);
}

img.gr-1 {
    right: 0;
    top: 33%;
}


img.gr-2 {
    bottom: 170px;
    left: -2px;
}

.expert_content {
    position: relative;
    z-index: 99;
}

}

@media (max-width: 1024px) {

.banner_content_sec h2 {
    font-size: 39px;
    line-height: 50px;
}

.logo-main-sec {
    display: inline-block;
    width: 50%;
    text-align: center;
}

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

.counter_logo span {
    font-size: 10px;
}

.counter_logo {
    padding-left: 4px;
}

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

.expert_content {
    z-index: 9;
}

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


.expert_content {
    padding: 20px 70px 0px 40px;
}

.expert_content p {
    font-size: 14px;
    line-height: 24px;
}

.expert_content h1 {
    font-size: 30px;
    line-height: 34px;
}

.cta_right_img img {
    width: 78%;
    position: relative;
    right: -100px;
}

.cta_sec_content h2 {
    font-size: 27px;
    line-height: 40px;
}

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

.package-box .contact-part > div:before {
    height: 30px;
    right: 5px;
}

.review_hme_box {
    min-height: 470px;
     padding: 30px 20px 15px;
}

.faq_sec_main::after {
    height: 800px;
    width: 535px;
    transform: translateY(-52%);
}

img.gr-1 {
    right: -50px;
    top: 37%;
}

}

@media (max-width: 992px) {
.banner__form__Sec {margin-top: 20px;margin-bottom: 50px;}
.floatbutton, .badge-div, .best-seller::before {display: none !important;}
.banner_content_sec h2 {
    font-size: 30px;
    line-height: 40px;
}
.counter_logo {display: none;}

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

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

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

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

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

.banner_sec_main {
    min-height: 670px;
}

.empowers_boxes_sec {
    min-height: 420px;
}

.empowers_boxes_sec p {
    font-size: 15px;
    line-height: 26px;
}

.expert_content {
    padding: 20px 70px 0px 60px;
}

.expert_content h1 {
    font-size: 30px;
    line-height: 35px;
}

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

.expert_content:before {
    width: 680px;
    height: 590px;
    right: 10px;
}

.experts_sec_main {
    padding: 135px 0;
}

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

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

.cta_right_img img {
    width: 70%;
    position: relative;
    right: -110px;
}

.cta_sec_content h2 {
    font-size: 26px;
    line-height: 35px;
}

.web_head p {
    font-size: 15px;
    line-height: 30px;
}

.package-box .package-top h4 {
    font-size: 16px;
}

.package-box .cutprice {
    display: block;
    font-size: 16px;
}

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

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

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

.package-box .contact-part > div:before{
    height: 30px;
}

.btn_packages a {
    padding: 12px 35px;
    font-size: 16px;
}

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

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

.services_boxes {
    padding-bottom: 30px;
}

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

.review_hme_box {
    min-height: 480px;
}

.accordion_head p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}

.accordion_head h2 {
    font-size: 25px;
    line-height: 30px;
}

.book_accordion .card-header {
    padding: 10px 20px;
}

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

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

.portfolio_boxes a figure {
    margin-bottom: 0;
    height: 260px;
}

.tab_btn ul li a {
    font-size: 16px;
}

.lead_popup .modal-content{
  padding: 40px 20px 10px;
}

}

@media (max-width: 768px) {

.banner_content_sec h2 {
    font-size: 25px;
    line-height: 34px;
}

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

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

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

.logo-main-sec img {
    width: 70% !important;
}

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

.book_table ul li a {
    font-size: 11px;
    font-weight: bold;
}

.book_table ul li a img {
    padding-right: 6px;
    width: 30px;
}

.banner_content_sec {
    padding: 150px 50px 0 0;
}

.banner_sec_main {
    min-height: 510px;
}

.web_head h2 {
    font-size: 23px;
}

.expert_content:before{
  display: none;
}

.expert_content {
    padding: 20px 0 0px 0;
}

.expert_content h1 {
    color: var(--white);
}

.expert_content p {
    color: var(--white);
    text-shadow: none;
}

.experts_sec_main {
    padding: 35px 0 50px;
}

.choose_sec_main .container-fluid {
    padding: 0 20px;
    position: relative;
}

.choose_sec_box {
    margin: 0 20px;
    min-height: 400px;
}

.choose_sec_main .container-fluid {
    padding: 0 40px;
    position: relative;
}

.cta_right_img img {
    width: 57%;
    position: relative;
    right: -210px;
}

.cta_sec_content h2 {
    font-size: 23px;
    line-height: 31px;
}

.cta_sec_content p {
    font-size: 15px;
    line-height: 27px;
    width: 100%;
}

.cta_sec_content {
    position: relative;
    z-index: 999;
}

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

.accordion_head h2 {
    font-size: 19px;
    line-height: 25px;
}

.accordion_head p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.book_accordion .card-body {
    font-size: 11px;
    line-height: 19px;
}

.book_accordion .card-header {
    padding: 7px 20px;
}

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

.pencil_img {
    display: none;
}

.review_hme_box {
    min-height: 430px;
}

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

.form_footer_head h2 {
    font-size: 21px;
}

.empowers_boxes_sec {
    min-height: 440px;
}

.services_boxes h2 img{
    width: 47px;
}

.process_sec_main .row.pt-5 {
    padding-top: 20px!important;
}

.padding_70 {
    padding: 50px 0;
}

.review_hme_sec {
    padding: 0;
}

.empowers_boxes_sec p {
    font-size: 13px;
    line-height: 26px;
}

.empowers_sec_main:after{
  height: 240px;
}

.expert_content {
    padding: 0;
}

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

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

.footer_logo ul li{
  padding: 0px 10px 20px 30px;
  font-size: 14px;
}

.cta_sec_content {
    position: relative;
    z-index: 99;
}

header .container{
  max-width: 820px;
}

.book_table ul li a.btn_custom {
    background: var(--blue);
    padding: 11px 23px;
}

.counter_logo span {
    font-size: 8px;
}

header {
    background: #fff;
    padding: 10px 0;
}

.book_table {
    text-align: right;
    position: relative;
    top: 10px;
}

.banner_content_sec {
    padding: 100px 50px 0 0;
}

.banner_sec_main:before{
opacity: 0.5;
}

}

@media (max-width: 576px) {

.banner_content_sec h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
}

.book_table ul li a.btn_custom{
  display: none;
}

.banner_sec_main {
    background: #fbfbfb;
    min-height: 470px;
}

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

.banner_content_sec {
    padding: 100px 50px 0 0;
}

.banner-btn ul li a {
    font-size: 12px;
    padding: 5px 16px;
}


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

header {
    background: #fff;
    padding: 10px 0;
}


.empowers_boxes_sec h3 {
    font-size: 14px;
}

.empowers_boxes_sec h3 {
    font-size: 14px;
}

.expert_content h1 {
    font-size: 27px;
    line-height: 35px;
}

.cta_right_img {
    right: 0;
    display: none;
}

.choose_sec_box {
    margin: 0 20px;
    min-height: auto;
}

.bg_faq_right{
  display: none;
}

.review_hme_box {
    min-height: auto;
}

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

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

.package-box .contact-part > div {
    position: relative;
    width: 100% !important;
    padding-bottom: 10px;
    text-align: center;
}

.package-box .contact-part > div:before{
  display: none; 
}

.w-50.pl-2 {
    padding: 0 !important;
}

.floating_widget{
  display: none;
}

.cta_sec_content {
    position: relative;
    z-index: 99;
}

.portfolio_Sec_main .col-sm-3.p-0 {
    width: 50%;
}

.experts_sec_main{
  display: none;
}

.choose_sec_main,.cta_sec_main,.faq_sec_main{
  display: none;
}

.banner_content_sec {
    padding: 150px 10px 0 0;
    text-align: center;
}

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

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

.banner_right_img {
    text-align: center;
    background-color: #f3f3f3;
    padding: 200px 0 0;
}

.book_table {
    text-align: center;
    position: relative;
    top: 0;
    padding: 15px 0;
}

.counter_logo img {
    width: 70%;
    filter: brightness(0);
}

.portfolio_boxes a figure {
    margin-bottom: 0;
    height: 430px;
}

.lead_popup .modal-content{
      padding: 40px 0px 10px;
}

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

.empowers_sec_main, .custom_qoute, .combo_packages_sec{
    display: none;
}

}


@media (max-width: 400px) {

footer .col-sm-6.offset-1 {
    margin: 0;
}

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

.logo-main-sec img {
    width: 50% !important;
}

.logo-main-sec {
    text-align: left;
    padding: 10px 0;
    display: inline-block;
    width: 45%;
}

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

.counter_logo {
    width: 50%;
    padding-left: 10px;
}

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


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


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

.book_table ul li a.btn_custom{
  display: none;
}

.banner_right_img{
  display: none;
}

.banner_sec_main {
    background: #fbfbfb;
    min-height: 500px;
    padding-top: 50px;
}

.expert_content p {
    color: var(--white);
    text-shadow: none;
    width: 100%;
}

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

.cta_sec_main{
  background-size: cover;
}

.bg_author {
    padding: 40px 20px 30px;
}

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

.portfolio_boxes a figure {
    margin-bottom: 0;
    height: 410px;
}

.copy_right_text {
    text-align: center;
}

.pay_icon {
    text-align: center;
}

.banner-btn ul li a {
    font-size: 14px;
    padding: 8px 24px;
}

.package-box .contact-part > div {
    position: relative;
    width: 49% !important;
    padding-bottom: 0;
    text-align: unset;
    display: inline-block;
}

.w-50.pl-2 {
    padding: unset !important;
}

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

.package-box .contact-part > div:before{
  display: block;
}

.tab_btn ul li a {
    font-size: 13px;
    padding: 10px 16px;
}

.trust-sec {
    padding: 5px 0;
}

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

.package-box .contact-part > div:before {
    right: 11px;
}

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

.expert_content{
  z-index: unset;
}

}




/*Responsive End*/