.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 600
}

/*inner section*/
.inner_page_banner{width:100%;padding:90px 0 30px;text-align:center;background:#0c0c17;color:#fff;}
.inner_page_banner h3{font-size:24px;color:#21a7d0;text-transform:capitalize;}
.terms_section{width:100%;padding:40px 0;}
.terms_section h5{margin:20px 0;font-size:20px;text-transform:capitalize;font-weight:700;}
.terms_section p{margin:10px 0;color:#666;font-size:16px;}
.terms_section ul li:before{content:"";position:absolute;left:-23px;background:#21a7d0;width:1%;height:4px;border-radius:50px;top:10px;}
.terms_section ul li{list-style:none;font-size:16px;margin:0 0 20px;position:relative;color:#000;}
.terms_section ul li a{color:#102a45;text-transform:capitalize;}
.terms_section .form-control{resize:none;border-radius:0;height:auto;padding:13px;border-color:#ccc;}
.terms_section_form{width:100%;}
.terms_section_form h5{font-size:22px;margin:0 0 30px;}
.terms_s_left{width:100%;padding:90px 0;}
.terms_s_left h3{font-size:24px;margin:0 0 10px;}
.terms_s_left p{color:#666;}
.capbox0{width:100%;margin:10px 0;overflow:hidden;}
#CaptchaDiv0{width:20%;background:#fff;padding:9px 12px;margin:0 0 15px;border-radius:0;float:left;border:2px solid #ccc;}
.capbox-inner0{padding:3px 13px;width:76%;float:left;border-radius:0;margin:0 0 0 20px;border:2px solid #ccc;}
#CaptchaInput0{margin:1px 0px 1px 30px;width:130px;border-radius:0;padding:4px;border:2px solid #ccc;}
button.cont_but{font-size:18px;background:#000;color:#fff;border-radius:0;padding:12px 0;box-shadow:0px 5px 15px #00000087;transition:0.3s ease-in;text-transform:uppercase;display:inline-block;width:100%;border:none;}


#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding-top: 1px;
  padding-bottom: 3px;
  background: var(--twhite);
  box-shadow: 0 3px 9px 0px #939393c4;
}
.header.header-scrolled {
  background: var(--tpup);
  padding: 40px !important;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width: 100%;
}
div#logo{
  width: 20%;
}
.scrolled-offset {
  margin-top: 70px;
}
body.modal-open {
  padding: 0 !important;
} 
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/* .fixed-top{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding-bottom: 25px;
}
.fixed-top .logo{
  display: block;
} */
.navbar {
  padding: 0;
  margin-right: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--tblck);
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fcc23b;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: auto;
}
.navbar .dropdown ul a {
  padding: 6px 10px;
  font-size: 13px;
  text-transform: none;
  color: #545454;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--t1);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /*visibility: hidden;*/
  display:none;
  column-count: 2;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  display:block;
  width: auto;
}


.faq-section {
  padding: 50px 0;
}

@media (max-width: 1366px) {
  /*.navbar .dropdown .dropdown ul {*/
  /*  left: -90%;*/
  /*}*/
  /*.navbar .dropdown .dropdown:hover > ul {*/
  /*  left: -100%;*/
  /*}*/
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--tpink);
  font-size: 28px;
  
  border-radius: 100px;
  padding: 5px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: var(--tpink);
}
.bi-x::before {
    content: "\f00d";
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background-color: #0c3d4c;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--twhite);
  /*background-color: var(--tpink);*/
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e96b56;
}
/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {*/
/*  color: #fff !important;*/
/*}*/
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.haeder_btn{
  display: flex;
}
/* BUTTONS START */
.haeder_btn .btn_pink{
  margin-left: 30px;
}
.btn_trans{
  background: transparent;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: #fcc23b !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 10px;
  font-weight: 600;
  border: 2px solid #fcc23b;
  display:inline-block;
}
.btn_trans:hover{
  background: #0c3d4c !important;
  color: var(--twhite) !important;
  transform: scale(1.1);
  border-color: #194554;
}
.btn_pink{
  background-color: #fcc23b;
  border: 2px solid #fcc23b;
  border-radius: 100px;
  padding: 10px 25px !important;
  color: var(--twhite) !important;
  transition:0.5s ease-in-out;
  font-size: 15px !important;
  margin-left: 5px;
  font-weight: 600;
  display:inline-block;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}



/*
html {
    scroll-behavior: smooth
}
*/



::-moz-selection {
    background: #222121;
    color: #fff
}

::selection {
    background: #222121;
    color: #fff
}

a {
    text-decoration: none !important
}


p {
    line-height: 1.6
}

.bg-primary {
    background-color: #222121 !important
}

.bg-success {
    background-color: #df4000 !important
}

.text-primary {
    color: #222121 !important
}

.text-success {
    color: #df4000 !important
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px
}

.rounded {
    border-radius: 10px !important
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    border-radius: 10px
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sidebanner {
    display: none;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important
}
#home:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 48%);
}
.with-gradient {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px
}

#testimonials h3 {
    color: black !important;
}
#testimonials p {
    color: black !important;
}
#testimonials .pill-set.text-center {
    color: #df4000 !important;
    font-family: 'Bray Notes';
    font-size: 20px;
}
#testimonials  .owl-item {
    padding: 60px 50px;
}
#testimonials p {
    color: black !important;
    font-family: 'Bray Notes';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
}

.bug-fix {
    transform: translateZ(0px);
    z-index: 1;
}

.faq-container .question {
    font-size: 20px
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
    cursor: pointer;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0
}

#faqs img {
    width: 100%
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #fff;
    color: #222121;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\f078';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #222121;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #fff;
    color: #222121;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faq-content .card .title {
    font-size: 18px
}

.nav-pills .nav-link {
    color: #222121 !important;
    margin: auto 15px;
    border: 1px solid #dee2e6;
    padding: 5px
}

.nav-pills .nav-link.active {
    background-color: #222121;
    color: #fff !important;
    border-color: #222121 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.nav-pills a .skill-container .title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.login-form .form-group {
    margin-bottom: 15px
}

.login-form .form-group label {
    font-size: 14px;
    font-weight: 700
}

.login-form .form-group i {
    position: absolute;
    left: 0;
    top: 60%
}

.login-form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.login-form .form-group .form-control.active,
.login-form .form-group .form-control:focus {
    border-color: #222121
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #222121;
    background-color: #222121
}

.custom-control-input:focus~.custom-control-label::before,
.login-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #222121
}

/***************************CALCULATOR***************************/


.order-form {
    padding: 0px 25px 15px 25px;
}

.calculate_order {
    background-color: #f6f6f6;
    border-radius: 25px;
    padding-top: 25px;
    overflow: hidden;
}

.calculate_order h3 {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

span#discount-text {
    color: #df4000;
}

.form-title {
    color: #222121;
}

.calculate_order select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-icon-blue.webp');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    outline: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    width: 100%;
    padding: 7px 10px;
}

.calculate_order select::-ms-expand {
    display: none;
}

.calculate_order .two_selectbox {
    margin: 0 auto;
}

.calculate_order span.pages {
    text-align: center;
    display: inline-block;
    color: #858484;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
}

.calculate_order .pages_number {
    padding: 0;
}

.calculate_order .quantity-right-plus {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0px auto 0px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    text-decoration: none;
    outline: medium none;
    background-color: #222121;
    color: white;
    line-height: 34px;
}

.calculate_order .quantity-left-minus {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0px auto 0px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    outline: medium none;
    text-align: center;
    background-color: #222121;
    color: white;
    line-height: 34px;
}

.calculate_order input.pages {
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
    color: #858484;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    height: 36px;
    outline: medium none !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
    border: 1px solid #e9ecef;
}

#pages {
    padding: 0;
    border-radius: 20px;
}

#calculate_order #pages::-webkit-outer-spin-button,
#calculate_order #pages::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#calculate_order #pages[type=number] {
    -moz-appearance: textfield;
}

.cc-floating.cc-theme-classic {
    background-color: rgba(46, 202, 139, 1);
    padding: 10px !important;
    margin: 0;
    max-width: 315px !important;
}

.cc-floating.cc-theme-classic a {
    outline: none !important;
}

.cc-floating .cc-message {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background-color: white;
    border: 0px !important;
    color: rgba(46, 202, 139, 0.8);
    transition: all 500ms ease;
    min-width: 95px;
    padding: 11px;
    line-height: 1;
    margin: 0px !important;
    box-shadow: 0px 0px 8px 1px #ddd
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover,
.cc-floating.cc-type-info.cc-theme-classic .cc-btn:focus {
    box-shadow: 0px 0px 2px 1px #fff;
    border: 0px !important;
    outline: 0px !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
    background-color: transparent;
    color: white;
}

.cc-floating.cc-theme-classic .cc-link {
    color: #fff;
    opacity: 1 !important
}

.cc-floating.cc-theme-classic .cc-link:hover,
.cc-floating.cc-theme-classic .cc-link:focus {
    color: #fff !important;
    border: 0px !important;
    outline: 0px !important
}

.pages_number {
    position: relative;
}

.pages_number .input-group-btn {
    position: absolute;
}

.pages_number .input-group-btn:nth-of-type(1) {
    left: 0;
}

.pages_number .input-group-btn:nth-of-type(2) {
    right: 0;
    top: 0;
}

.stand_prices p {
    color: #222121;
    line-height: 1;
}

.stand_prices p span {
    color: #969696;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 20px;
    display: inline-block;
}

.disc_prices p {
    color: #df4000;
    font-size: 20px;
    line-height: 1;
}

.disc_prices p span {
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
}

.disc_description {
    font-size: 14px;
    color: #828282;
    line-height: 1.2;
    margin-bottom: 0px;
}

.total_prices {
    background-color: #222121;
    padding: 15px 25px;
}

.total_prices p {
    margin-bottom: 0px;
    color: white;
    font-size: 20px;
    line-height: 1;
}

.total_prices p span {
    font-size: 24px;
    font-weight: 700;
    color: white;
    display: inline-block;
}

.btn-submit {
    width: 100%;
    background-color: aqua;
    text-align: center;
    border: none;
    padding: 18px 0px;
    font-size: 24px;
    color: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: 700;
    background-color: #df4000;
    transition: all 500ms ease;
    outline: none !important
}

.btn-submit:hover {
    background-color: #df4000;
}

/**************************STATS**************************/

.stats {
    padding: 30px 0
}

h1.main-title.stats-title {
    font-size: 30px
}

h1.main-title.stats-title span {
    color: #df4000
}

.stats-rate {
    padding: 12px 5px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 0px 2px;
    min-height: 56px;
}

.stats-rate .img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    background: url('../images/rating-sprites.webp');
}

.stats-rate .img1 {
    background-position: -10px -10px;
}

.stats-rate .img2 {
    background-position: -60px -10px;
}

.stats-rate .img3 {
    background-position: -10px -60px;
}

.stats-rate p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px
}

.stats-rate h4 {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 10px;
    font-weight: 300;
    color: #df4000
}

.stats-star {
    display: inline-block;
    line-height: 1
}

.stats-star i {
    font-size: 8px;
    color: #ffd10c
}

.skills {
    border: 1px solid #dee2e6;
    padding: 20px 15px 30px 15px;
    border-radius: 5px;
}

.progress-set {
    margin-bottom: 20px;
    margin-top: 20px
}

.progress-set h4 {
    color: #8492a6;
    font-size: 16px;
    margin-bottom: 20px
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e9ecef;
    position: relative;
    border-radius: 8px
}

.progress-bar>span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    background-color: #df4000;
    background-size: 16px 15px;
    animation: progress 30s linear infinite;
    overflow: visible !important
}

.progress-bar>span>span.progress-in {
    position: absolute;
    color: #8492a6;
    right: -15px;
    top: -20px;
    font-size: 14px
}

.progress-bar>span>span.progress-in::after {
    content: '%'
}

@keyframes progress {
    0% {
        background-position: -100% 0
    }

    50% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 0
    }
}

.custom-input-subject {
    display: inherit;
    overflow: hidden;
    max-height: 450px;
}

.subject-form-set label {
    color: #8492a6;
    font-size: 14px
}

.subject-form-set button {
    padding: 0 10px;
    width: 120px;
    height: 56px;
    margin-left: 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    background-color: #df4000;
    border: 1px solid #df4000;
    transition: all .5s ease;
    display: inline-block;
    outline: none !important
}

.subject-form-set button:hover {
    color: #df4000;
    background-color: #fff
}

.subject-select {
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    position: relative
}

.subject-select .list {
    max-height: 280px;
    overflow-y: scroll
}

div.hide_first {
    display: none
}

div.hide_second {
    display: none
}

.listblock {
    visibility: visible !important
}

.Level-text {
    display: block;
    width: 236px;
    height: 38px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.available.new {
    position: relative;
}

.review-owl {
    position: relative
}

.Level-text .last_hour {
    color: #df4000
}

.Level-text .online {
    padding: 3px 5px;
    background-color: #df4000;
    color: #fff;
    border-radius: 15px;
    font-size: 10px;
    animation: blinking-2 2s linear infinite;
    border: 1px solid #df4000;
    position: relative;
    top: -2px
}

@keyframes blinking-2 {
    0% {
        color: #df4000;
        background-color: #fff
    }

    49% {
        color: #df4000;
        background-color: #fff
    }

    50% {
        color: #fff;
        background-color: #df4000
    }

    100% {
        color: #fff;
        background-color: #df4000
    }
}

#owl-10,
#owl-11,
#owl-12,
#owl-13,
#owl-14,
#owl-15,
#owl-16,
#owl-17,
#owl-18,
#owl-19,
#owl-20,
#owl-21,
#owl-22,
#owl-23,
#owl-24,
#owl-25,
#owl-26,
#owl-27,
#owl-6,
#owl-7,
#owl-8,
#owl-9 {
    margin-top: 60px
}

.recent-review {
    padding: 7px 10px 8px 65px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.recent-review .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #2d3e54;
    font-size: 30px;
    text-align: center;
    border: 1px solid #dee2e6;
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: contain;
    background: url('../images/avatar-sprites.webp') -0px -50px;
}

.recent-review .avatar.male {
    background-position: -0px -50px;
}

.recent-review .avatar.female {
    background-position: -0px -0px;
}

.recent-review-left h4 {
    line-height: 1;
    font-size: 18px
}

.recent-review-left p {
    color: #222121;
    font-size: 14px;
    line-height: 1
}

.recent-review-left span {
    font-size: 13px;
    line-height: 1
}

.recent-review-left span i {
    color: #8492a6
}

.recent-review-right {
    text-align: right
}

.recent-review-right .review-star i {
    color: #f17425;
    font-size: 14px
}

.recent-review-right .review-star i.last-star {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 40%, rgba(241, 116, 37, .5)40%)
}

.recent-review-right .review-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-49 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 80%, rgba(241, 116, 37, .5)80%)
}

.stats-star i.last-star-44 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 50%, rgba(255, 209, 12, .4)50%)
}

.stats-star i.last-star-46 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 70%, rgba(255, 209, 12, .4)70%)
}

.stats-star i.last-star-48 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 75%, rgba(255, 209, 12, .4)75%)
}


.recent-review-right h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    font-size: 14px;
    margin-top: 10px
}

.recent-review-right h5 i {
    color: #8492a6;
    font-size: 12px
}

.recent-review-right span {
    font-size: 13px
}

.recent-review-right span i {
    color: #8492a6
}

#owl-10.owl-theme .owl-controls .owl-page span,
#owl-11.owl-theme .owl-controls .owl-page span,
#owl-12.owl-theme .owl-controls .owl-page span,
#owl-13.owl-theme .owl-controls .owl-page span,
#owl-14.owl-theme .owl-controls .owl-page span,
#owl-15.owl-theme .owl-controls .owl-page span,
#owl-16.owl-theme .owl-controls .owl-page span,
#owl-17.owl-theme .owl-controls .owl-page span,
#owl-18.owl-theme .owl-controls .owl-page span,
#owl-19.owl-theme .owl-controls .owl-page span,
#owl-20.owl-theme .owl-controls .owl-page span,
#owl-21.owl-theme .owl-controls .owl-page span,
#owl-22.owl-theme .owl-controls .owl-page span,
#owl-23.owl-theme .owl-controls .owl-page span,
#owl-24.owl-theme .owl-controls .owl-page span,
#owl-25.owl-theme .owl-controls .owl-page span,
#owl-26.owl-theme .owl-controls .owl-page span,
#owl-27.owl-theme .owl-controls .owl-page span,
#owl-6.owl-theme .owl-controls .owl-page span,
#owl-7.owl-theme .owl-controls .owl-page span,
#owl-8.owl-theme .owl-controls .owl-page span,
#owl-9.owl-theme .owl-controls .owl-page span {
    background-color: #3e61d7 !important;
    border: 2px solid #3e61d7 !important
}

#owl-10.owl-theme .owl-controls .owl-pagination,
#owl-11.owl-theme .owl-controls .owl-pagination,
#owl-12.owl-theme .owl-controls .owl-pagination,
#owl-13.owl-theme .owl-controls .owl-pagination,
#owl-14.owl-theme .owl-controls .owl-pagination,
#owl-15.owl-theme .owl-controls .owl-pagination,
#owl-16.owl-theme .owl-controls .owl-pagination,
#owl-17.owl-theme .owl-controls .owl-pagination,
#owl-18.owl-theme .owl-controls .owl-pagination,
#owl-19.owl-theme .owl-controls .owl-pagination,
#owl-20.owl-theme .owl-controls .owl-pagination,
#owl-21.owl-theme .owl-controls .owl-pagination,
#owl-22.owl-theme .owl-controls .owl-pagination,
#owl-23.owl-theme .owl-controls .owl-pagination,
#owl-24.owl-theme .owl-controls .owl-pagination,
#owl-25.owl-theme .owl-controls .owl-pagination,
#owl-26.owl-theme .owl-controls .owl-pagination,
#owl-27.owl-theme .owl-controls .owl-pagination,
#owl-6.owl-theme .owl-controls .owl-pagination,
#owl-7.owl-theme .owl-controls .owl-pagination,
#owl-8.owl-theme .owl-controls .owl-pagination,
#owl-9.owl-theme .owl-controls .owl-pagination {
    text-align: right
}

.owl-carousel {
    touch-action: manipulation
}


/***************************CALCULATOR***************************/

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

.section-two {
    padding: 60px 0;
    position: relative
}

.title-heading {
    line-height: 26px;
    padding-top: 32px;
}


.assignment-order-tp {
    margin-top: 60px;
}

ul.assignment-banner-ul li img {
    width: 40px;
    vertical-align: middle;
}

.assignment-banner-ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 15px;
}

.assignment-banner-ul {
    padding: 0;
    color: #fff;
}

.title-heading .heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title {
    position: relative
}

.section-title .main-title {
    font-size: 40px;
    letter-spacing: .8px
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px
}

.para-desc {
    max-width: 600px
}

.mt-100 {
    margin-top: 100px
}

.mb-60 {
    margin-bottom: 60px
}

.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0
}

.home-shape-bottom2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -52px;
    left: 0;
    z-index: 99
}

.home-shape-bottom img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto
}

.home-shape-bottom2 img {
    transform: rotate(180deg)
}

.home-shape-bottom3 img {
    transform: rotateZ(180deg) rotateY(180deg)
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
    left: 0
}

.home-shape-arrow3 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: -1px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow3 img {
    height: auto;
    width: 100%;
    object-fit: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.login_page {
    padding: 20px 25px
}

@-webkit-keyframes sk-bounce {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#topnav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    padding: 15px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    z-index: 999;
    /*    transform: translateZ(99999999px);*/
}

#topnav .navbar {
    position: relative;
}

#topnav .navbar .navbar-brand {
    outline: none !important;
}

#topnav .navbar .navbar-brand img {
    /* max-width: 30%; */
}

#topnav .navigation-menu>li>a {
    padding-left: 0px !important;
    padding-right: 0px !important
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    display: inline-block;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #222121;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #df4000
}

#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #222121;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 7px;
    padding-right: 7px;
    outline: none !important;
    cursor: pointer !important
}

#topnav .navigation-menu>li>a:active,
#topnav .navigation-menu>li>a:hover {
    color: #df4000
}

#topnav .menu-extras {
    float: right
}

#topnav.nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

#topnav .navbar_btns {
    list-style: none;
    margin: 0;
    font-size: 0;
    padding-right: 8px !important;
}

#topnav .navbar_btns li {
    padding: 4px 0px;
}

#topnav .navbar_btns li a {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    padding: 12px;
    min-width: 100px;
    color: #fff;
    text-align: center;
    background: #df4000;
    border: 2px solid #df4000;
    border-radius: 5px;
    transition: all .3s linear;
    box-sizing: border-box;
}

#topnav .navbar_btns li a:hover {
    color: #df4000;
    background: transparent;
}

#topnav .navbar_btns li a.btn_tel {
    color: #df4000;
    background: transparent;
}

#topnav .navbar_btns li a.btn_tel i {
    transform: rotate(92deg);
    margin-right: 2px;
}

#topnav .navbar_btns li a.btn_tel:hover {
    color: #fff;
    background: #df4000;
}

#topnav .btns_xs {
    position: relative;
    margin: 0 8px 0 auto;
}

#topnav .btn_user_mbile {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 10px;
    min-width: 95px;
    color: #fff;
    text-align: center;
    background: #df4000;
    border: 2px solid #df4000;
    border-radius: 10px;
    transition: all .3s linear;
    box-sizing: border-box;
}

#topnav .btn_user_mbile:hover {
    color: #df4000;
    background: transparent;
}

#topnav .btn_user_mbile.btn_animated {
    display: inline-block;
    margin-left: 5px;
    min-width: unset;
    width: 50px;
    height: 50px;
    padding: 7px;
    background-color: #e9edfb;
    border: 0;
    border-radius: 50%;
    animation: fade 0.7s forwards infinite;
    text-align: center;
}

@keyframes fade {
    from {
        background-color: rgba(233, 237, 251, 1);
    }

    to {
        background-color: rgba(233, 237, 251, 0.5);
    }
}

#topnav .btn_user_mbile.btn_animated i {
    font-size: 16px;
    line-height: 30px;
    color: #df4000;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
    background: #fff;
    border: 2px solid #df4000;
    border-radius: 50%;
    transition: all .3s linear;
    box-sizing: border-box;
    position: relative;
}


#topnav .navbar-toggler {
    padding: 0;
    font-size: 28px;
    line-height: 1;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

#topnav .dropdown-toggle::after {
    display: none;
}

#topnav .dropdown-toggle>i {
    transition: transform .3s linear;
}

#topnav .dropdown-toggle:hover>i {
    transform: rotate(180deg);
}

/* #topnav .dropdown > .dropdown-toggle:active {
    Without this, clicking will make it sticky
    pointer-events: none;
} */

#topnav .dropdown-menu {
    padding: 5px 0;
    min-width: 150px;
    margin-top: 0px;
    border-radius: 6px;
    background-color: #fff;
    border: 0px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav .dropdown-menu .dropdown-item {
    display: block;
    color: #222121;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 15px 10px;
    margin-bottom: 5px;
    outline: none !important;
}

#topnav .dropdown-menu .dropdown-item:hover {
    color: #df4000 !important;
}

#topnav .dropdown-menu .dropdown-item:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.home-desc-center img {
    width: auto;
    max-width: 100%
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

li.feature-list {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
}

.features .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #edf0fb;
    text-align: center
}

.features .image img {
    height: 60px
}

.features .title-2 {
    font-size: 20px
}

.key-feature {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block
}

.key-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #edf0fb;
    margin: 0 auto;
    background-image: url(../images/areas.webp);
    background-size: 500%;
    background-repeat: no-repeat
}

.icon-1 {
    background-position: -1% -4%
}

.icon-2 {
    background-position: 31% -4%
}

.icon-3 {
    background-position: 66% -3%
}

.icon-4 {
    background-position: 104% -1%
}

.icon-5 {
    background-position: -1% 31%
}

.icon-6 {
    background-position: 31% 33%
}

.icon-7 {
    background-position: 67% 34%
}

.icon-8 {
    background-position: 104% 32%
}

.icon-9 {
    background-position: -4% 69%
}

.icon-10 {
    background-position: 30% 68%
}

.icon-11 {
    background-position: 65% 69%
}

.icon-12 {
    background-position: 102% 69%
}

.icon-13 {
    background-position: -4% 102%
}

.icon-14 {
    background-position: 30% 104%
}

.icon-15 {
    background-position: 65% 103%
}

.icon-16 {
    background-position: 103% 104%
}

.key-feature .icon i {
    font-size: 60px
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #df4000 !important
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

#carousel1 .carousel-inner,
#carousel2 .carousel-inner {
    padding: 20px 50px
}

#carousel1 .carousel-indicators,
#carousel2 .carousel-indicators {
    bottom: -65px
}

#carousel1 .carousel-indicators li,
#carousel2 .carousel-indicators li {
    background-color: #df4000
}

#carousel1 .carousel-control-next,
#carousel1 .carousel-control-prev,
#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev {
    color: #df4000;
    font-size: 36px;
    cursor: pointer;
}

#carousel1 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 40%;
    transition: all .5s ease
}

#carousel1 .carousel-indicators li.active {
    transform: rotate(45deg)
}

#carousel1 .carousel-control-prev {
    left: -45px
}

#carousel2 .carousel-control-prev {
    left: 0
}

#carousel1 .carousel-control-next {
    right: -50px
}

#carousel2 .carousel-control-next {
    right: 0
}

.key-feature:hover h4.title {
    color: #fff
}

.features .title,
.key-feature .content .title {
    font-size: 18px
}

.owl-theme .owl-controls .owl-page span {
    background: #df4000 !important
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    margin-left: -3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #495057;
    border-color: transparent #fff #fff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15)
}

#customer-testi .customer-testi,
#customer-testi .customer-testi img {
    transition: transform .5s ease, border .5s ease;
    background: white;
}

#customer-testi .customer-testi:hover {
    border: 1px solid #df4000 !important
}

#customer-testi .customer-testi img {
    width: 150px;
    height: 80px
}

#customer-testi .customer-testi img:hover {
    transform: scale(1.05)
}

.pill-set {
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 2px;
    background: 0 0;
    border: 2px solid #df4000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#customer-testi.owl-theme .owl-controls .owl-page {
    display: none !important
}

#customer-testi .owl-wrapper-outer {
    padding-bottom: 20px
}

.alignment {
    margin-top: -5px;
    height: 85px !important
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #df4000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pricing-rates {
    position: relative;
    z-index: 1;
    /*    border-bottom: 3px solid #adb5bd;*/
    padding: 50px 30px;
    border: 1px solid #df4000;
    margin-bottom: 20px
}

.pricing-rates.left-wala {
    transition: all .5s ease;
    border: 1px solid #df4000;
    /*  border-bottom: 3px solid #adb5bd;*/
    padding: 15px 10px !important;
    transform: translatex(1px)
}

.pricing-rates .title {
    font-size: 22px;
    font-weight: 700;
    color: #df4000;
    transition: color .5s ease
}

.pricing-rates.left-wala span {
    transition: color .5s ease
}

.pricing-rates.left-wala:hover {
    background-color: #df4000;
    cursor: pointer
}

.pricing-rates.left-wala:hover .title,
.pricing-rates.left-wala:hover span,
.pricing-rates.left-wala:hover ul li {
    color: #fff !important
}

.pricing-rates ul li {
    text-align: left;
    transition: color .5s ease
}

.pricing-rates ul li span {
    float: right
}

.pricing-rates .feature .feature-list {
    margin: auto auto 15px;
    font-size: 14px;
    position: relative
}

.pricing-rates.business-rate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #df4000
}

.pricing-rates.business-rate:hover .title {
    color: #df4000
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.pricing-rates.best-plan {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#free_plan.pricing-rates {
    padding: 15px 10px;
    max-width: 340px;
    margin: 0 0 30px;
}

#free_plan.pricing-rates .title {
    font-size: 20px;
    text-align: center;
}

#free_plan.pricing-rates .title .heading_tag {
    padding: 2px;
    border: 1px solid #222121;
    border-radius: 30px;
    display: inline-block;
    min-width: 120px;
    position: relative;
}

#free_plan.pricing-rates .title .heading_tag span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
    content: '';
    display: block;
    background: #222121;
    height: 2px;
    width: 33px;
    position: absolute;
    top: 10px;
    left: -1px;
}

#free_plan.pricing-rates ul li {
    margin-bottom: 20px;
}

#free_plan.pricing-rates ul li .price_tag {
    padding: 4px;
    border: 1px solid #222121;
    border-radius: 30px;
    display: inline-block;
    min-width: 95px;
    text-align: center !important;
    position: absolute;
    right: 0;
    top: -5px;
}

#free_plan.pricing-rates ul li .price_tag span {
    font-size: 13px;
    line-height: normal;
    color: #222121;
    font-weight: 600;
    display: inline-block;
    float: none !important;
    clear: both;
    position: relative;
}

#free_plan.pricing-rates ul li .price_tag span.single_price::after {
    content: '';
    display: block;
    background: #222121;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 9px;
    left: 0px;
}

#free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px;
    border-radius: 30px;
    min-width: 50px;
}

.boundry {
    border: 1px solid grey;
    padding: 50px 15px;
    display: inline-block
}

.bg-cta {
    padding: 50px 0
}

.page-title {
    font-size: 20px
}

.event-schedule {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e9edfa;
    line-height: 48px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px .25px #222121;
    box-shadow: 0 0 2px .25px #222121
}

.event-schedule .date .month {
    font-size: 13px
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .content .title:hover {
    color: #222121 !important
}

.event-schedule .content .location-time {
    font-size: 14px
}

.event-schedule:hover {
    /*    -webkit-transform: translateY(-5px);*/
    /*    transform: translateY(-5px);*/
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    border-color: #222121 !important;
    background: #f8f9fc !important
}

.team img {
    height: 200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team .name:hover {
    color: #222121 !important
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: .2
}

.team:hover .overlay-team {
    opacity: .6
}

.team:hover .team-icon {
    opacity: 1
}

.footer {
    background: #222121;
    padding: 60px 0;
    position: relative;
    color: #adb5bd;
    text-align: center;
}

.footer img {
    max-width: 100%
}

.footer .logo-footer {
    color: #f8f9fc;
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500
}

.footer .text-foot {
    color: #ffffff
}

.footer .footer-list {
    margin-bottom: 0
}

.footer .footer-list li {
    margin-bottom: 10px
}

.footer .footer-list li a {
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.footer .footer-list li a:hover {
    color: #e6e8ea
}

.footer .footer-list li a.sm_link {
    display: inline-block;
    min-width: 40px;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
}

.footer .footer-list li a.sm_link i {
    font-size: 22px;
    line-height: 36px;
    color: inherit;
}

.footer .footer-list li a i.fas.fa-phone {
    transform: rotate(92deg)
}

.footer .footer-list li a.sm_link:hover {
    background: #222121 !important;
    border-color: #222121 !important;
    color: #fff !important
}

.footer .footer-list li:last-child {
    margin-bottom: 0
}

.footer.footer-bar {
    padding: 30px 0
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #333744
}

.services {
    padding-bottom: 100px;
    background-color: #f8f9fc
}

/************************************SIGN-UP************************************/

.sign-up-outer {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 5px;
}

#signup_page_fbx {
    padding: 10px 20px;
}

#signup_page_fbx .sign-up-right {
    padding-top: 9px;
    padding-bottom: 18px;
}

.sign-up-outer .box_heading {
    margin: 10px auto;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;

}

.sign-up-right {
    padding: 6px 0px 12px 60px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(68, 102, 216, 0.4);
}

.sign-up-right img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    object-fit: cover;
}

.sign-up-right h5 {
    font-weight: 700;
    font-size: 16px;
    color: #222121;
    margin-top: 5px;
    margin-bottom: 0px;
}

.sign-up-right p {
    margin-bottom: 0px;
    font-size: 14px;
}


/*******************************PLACE ORDER*******************************/

/**********************PLACEORDER PAGE***************************/

.order {
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}

.order-set h4 {
    color: #777777;
}

.order-set label {
    color: #161c2d;
}

.order-set .form-control:not(textarea) {
    height: auto !important;
    padding: 6px 10px;
}

.order-set .form-control.nice-select {
    height: calc(1.5em + .75rem + 5px);
}

#placeOrderForm .form-control {
    height: auto !important;
    padding: 5px 10px;
    border: 1px solid #e3dede;
    margin-bottom: 0 !important;
    resize: none
}

#placeOrderForm .form-control#txt_now {
    pointer-events: none !important
}

#placeOrderForm select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-icon.webp');
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

#placeOrderForm select.form-control::-ms-expand {
    display: none;
}

#placeOrderForm .form-control::placeholder {
    color: #a1a7ad !important;
    font-style: italic !important;
    font-size: 1rem;
    line-height: 1.5;
}

#placeOrderForm .form-control:focus::placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-group .input-group {
    position: relative;
    text-align: center;
    padding: 0 45px;
}

#placeOrderForm .form-group .input-group>.form-control {
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 3px;
}

#placeOrderForm .form-group .input-group>.form-control::-webkit-outer-spin-button,
#placeOrderForm .form-group .input-group>.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#placeOrderForm .form-group .input-group>.form-control[type=number] {
    -moz-appearance: textfield;
}

#placeOrderForm .form-group .input-group>span {
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0px;
    z-index: 11;
}

#placeOrderForm .form-group .input-group span.q_minus,
#placeOrderForm .form-group .input-group span.q_minus_ref {
    left: 1px;
    text-align: left;
}

#placeOrderForm .form-group .input-group span.q_plus,
#placeOrderForm .form-group .input-group span.q_plus_ref {
    right: 1px;
    text-align: right;
}

#placeOrderForm .form-group .input-group>span i {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #222121;
    border: 1px solid #222121;
    border-radius: 3px;
    position: relative;
    top: 0px;
    width: 40px;
    line-height: 34px;
    cursor: pointer;
}

#placeOrderForm .form-group .input-group>span i:hover {
    background: #fff;
    color: #222121 !important
}

.custom-check {
    border: 1px solid #e3dede;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer !important;
}

.custom-check input {
    cursor: pointer !important
}

.order-table {
    width: 100%;
    margin-bottom: 10px;
}

.order-table tr {
    border-bottom: 1px solid #e3dede;
}

.order-table tr td {
    padding: 5px 6px;
    color: #777777;
}

.order-set .nice-select {
    float: none;
    line-height: 28px;
    border: 1px solid #e3dede;
}

.order-set .nice-select .list {
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
}

.question {
    font-size: 8px;
    color: #222121;
    border: 1px solid #222121;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    position: relative;
    top: -4px;
    left: 5px;
}

.order-set label {
    position: relative;
    margin-bottom: 0 !important;
}

.order-set label.promo-tool {
    display: none !important;
}

.order-set .form-group {
    margin-bottom: 10px;
    align-items: center;
}

.tool {
    position: absolute;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #222121;
    width: 280px;
    white-space: normal;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    transition: all 500ms ease;
    top: -10px;
    z-index: -1;
    transform: translate(0%, -100%);
    left: 50%;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 300;
    opacity: 0;
    text-align: center;
}

.fw-700 {
    font-weight: 700;
}

.custom-check .tool-wrap .tool {
    left: 50%;
    bottom: inherit;
    top: 0%;
    transform: translate(-100%, -105%);
}

.promo-tool .tool-wrap .tool {
    transform: translate(-50%, -105%);
}

.question:hover {
    background-color: #df4000;
    color: white;
    cursor: pointer;
}

.question:hover .tool {
    opacity: 1;
    z-index: 99;
}

.order-header {
    padding-top: 30px;
    text-align: center;
}

.order-header h2 {
    font-size: 36px;
}

.order-header img {
    margin: 0 auto;
}

.order-header.privacy-head {
    padding-top: 40px;
}

.border-order {
    border: 1px solid #e3dede;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.border-order h4 {
    font-size: 20px;
    margin-bottom: 5px !important;
}

#placeOrderForm .promo-tool {
    display: none;
}

#placeOrderForm #promo_code {
    margin: 10px auto 0 !important;
}

#placeOrderForm .btn_RedeemPromo {
    padding: 0;
    color: #df4000;
    font-weight: 700;
    border: 0;
    outline: none !important;
    text-decoration: underline !important;
    background: none !important;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 25px;
    text-align: center;
}

#placeOrderForm .btn_RedeemPromo:hover {
    color: #df4000;
}

#placeOrderForm #btn_OrderNow {
    color: #fff !important;
    width: 100%;
    box-shadow: 0 1px 5px 1px #df4000;
    -webkit-box-shadow: 0 1px 5px 1px #df4000;
    border: 0px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    outline: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#placeOrderForm #btn_OrderNow .btn_text {
    font-weight: 600;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}

#placeOrderForm #btn_OrderNow .bg_default {
    background: #df4000;
    width: 100% !important;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#placeOrderForm #btn_OrderNow:hover {
    -webkit-box-shadow: 0 1px 5px 1px #df4000;
    box-shadow: 0 1px 5px 1px #df4000;
}

#placeOrderForm #btn_OrderNow:hover .bg_default {
    background: #df4000;
}

#placeOrderForm #btn_OrderNow .bg_loading {
    background: #df4000 !important;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes changescolor {
    from {
        color: #df4000;
    }

    to {
        color: #fff;
    }
}

@-webkit-keyframes changescolor {
    from {
        color: #df4000;
    }

    to {
        color: #fff;
    }
}

/*******************************PLACE ORDER*******************************/
/*login form*/
.form_container {
    border: 1px solid #ddd;
    padding: 30px 0px 0px;
    border-radius: 4px;
}

.form_container label {
    color: #161c2d;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 2px;
    line-height: 23px;
    font-weight: 600;
}

.form_container .form-group {
    margin-bottom: 20px;
}

.form_container .form-control {
    padding: 10px !important;
    margin-bottom: 20px !important;
    color: #5a5757;
    font-size: 15px !important;
    line-height: normal !important;
    height: auto !important;
    border-radius: 3px !important;
    border: 1px solid rgba(119, 119, 119, 0.53);
}

.form_container input.form-control::placeholder {
    color: #5a5757 !important;
    font-style: italic !important;
    font-size: 14px;
}

.form_container input.form-control:focus::placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
    width: auto;
    min-width: 96px;
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
    width: auto;
    min-width: 96px;
}

.form_container .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 25px !important;
}

.form_container .form-control#phone {
    padding-left: 105px !important;
}

.form_wraper {
    padding: 0px 30px;
}

.cancel_area h4 .user_link {
    color: #df4000;
}

.cancel_area h4 .user_link:hover {
    color: #df4000 !important
}

.cancel_area {
    background: #f5f5f5;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.cancel_area h4 {
    margin: 0 auto 10px;
    font-size: 18px;
    text-transform: none !important;
    line-height: 20px;
    color: #333;
    font-weight: 500;
}

.form_wraper .rset_sec {
    margin-top: -15px;
}

.form_wraper .rset_sec .reset_link {
    color: #df4000 !important;
    font-size: 15px;
    text-decoration: none !important;
}

.form_wraper .rset_sec .reset_link:hover {
    color: #df4000 !important
}

.btn_cmn {
    background: #df4000;
    color: #fff;
    display: inline-block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 190px;
    outline: none !important;
}

.btn_cmn:hover {
    background-color: #df4000;
}

.formBtm_btn {
    background: #df4000;
    color: #fff !important;
    display: block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}

header #order_btn {
    display: block;
    min-width: 111px;
}

#order_btn {
    display: block;
    width: 100%;
}

.formBtm_btn:hover {
    background-color: #df4000;
}

#orderDetails-wrape .order_details_tbl th {
    font-size: 17px;
    font-weight: 700;
    color: #df4000;
}

#orderDetails-wrape {
    box-shadow: 0px 0px 4px 0px #212121;
    -webkit-box-shadow: 0px 0px 4px 0px #212121;
}

#orderDetails-wrape .order_details_tbl {
    border-top: 2px solid #222121;
    border-bottom: 2px solid #222121;
    margin-bottom: 0;
}

#orderDetails-wrape .order_details_tbl td {
    color: #575757;
    font-size: 15px;
}

#orderDetails-wrape .order_details_tbl td .status {
    display: block;
    margin-bottom: 5px;
}

/*******************************PLACE ORDER*******************************/

#home {
    padding: 90px 0 50px;
}

.feature-set {
    margin-top: 20px
}

.hbox-2 {
    display: inline-block;
    margin-bottom: 20px
}

.hbox-2 i {
    font-size: 36px;
    color: #fff;
    float: left;
    transition: transform .5s ease;
    margin-right: 10px;
    margin-top: 25px
}

.hbox-2:hover i {
    transform: rotate(360deg)
}

.hbox-2 .hbox-2-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    padding-top: 30px;
    text-align: left;
}

.login_page span.big-money {
    font-size: 22px;
    color: #222121;
    font-weight: 700;
}

.message_box {
    border: 3px solid #c0c0c0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message_box p {
    padding: 10px 0px;
    margin: 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.promo-error-container .message_box p.text-success {
    color: #222121 !important;
}

.hbox-2 .hbox-2-txt p span.big-money {
    text-decoration: line-through;
    font-size: 24px;
    color: #222121;
    font-weight: 700;
}

#owl-fade+.owl-nav button,
#owl-fade+.owl-nav+.owl-dots button {
    display: none !important
}

.hot {
    font-size: 24px;
    color: #222121;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    box-shadow: 0 0 0 0 rgba(47, 85, 212, .5);
    animation: blink 2s linear infinite;
    border: 5px solid #222121;
    display: inline-block;
    font-size: 24px !important;
    margin-left: 10px;
}

.seal {
    float: right;
    margin-top: 5px;
    padding-left: 0;
}

.seal a {
    color: #222121 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}

.seal a.btn {
    width: 110px;
}

.features i {
    font-size: 48px;
    color: #df4000
}

.seal a.btn.phone {
    width: 170px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 20px !important;
}

.login-form .intl-tel-input .selected-flag .iti-arrow {
    right: 5px;
}

#how-to img {
    width: 100%
}

#how-to .feature-list li i {
    float: left;
    line-height: 24px
}

@keyframes blink {
    0% {
        box-shadow: 0 0 0 3px rgba(47, 85, 212, .8)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(47, 85, 212, .3)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(47, 85, 212, 0)
    }
}

.calculate-set {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.calculate-set h5 {
    margin: 0 0 5px;
}

.calculate-set i {
    float: left;
    font-size: 40px;
    color: #222121;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 60px
}

.calculate-set p {
    padding-left: 57px;
    line-height: 1.6;
    color: gray
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 170px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.flip-box.fbx1 {
    margin-top: 100px;
}

.flip-box .counter-box {
    text-align: center;
    padding: 30px 15px;
}

.flip-box .counter-head {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 170px;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 170px
}

.flip-box-front {
    color: #000;
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: rotateY(0)
}

.flip-box-back {
    color: #fff;
    transform: rotateY(180deg);
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.flip-box:hover .flip-box-inner .flip-box-front {
    transform: rotateY(180deg)
}

.flip-box:hover .flip-box-inner .flip-box-back {
    transform: rotateY(360deg)
}

.flip-box-back h5 {
    font-size: 16px
}

.location-time {
    margin-bottom: 0 !important
}

.location-time i {
    color: #ffe400
}

.flags {
    padding: 6px 0;
    border: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.flags a {
    color: #6c757d;
    font-size: 13px
}

.flags .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: 3px;
    margin-right: 5px
}

.flags .dropdown-toggle img {
    width: 25px;
    height: 12px;
    padding-left: 6px
}

#counter .counter-box i {
    color: #df4000;
    font-size: 48px
}

.counter {
    padding: 70px 0
}

.how-2 .feature-list li {
    margin-bottom: 50px
}

.how-2 .feature-list li i {
    position: relative
}

.how-2 .feature-list li i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #0ff;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.secure-seal {
    margin: 0 auto;
    margin-top: 10px
}

.secure-seal img {
    width: 100%;
    transform: translateX(-10px)
}

.secure-seal2 {
    width: 90%;
    margin: 0 auto
}

.tbestcoursegeeksontent {
    position: absolute;
    transition: opacity .5s linear
}

.how-2 {
    padding: 50px 0
}

.order2 {
    padding: 70px 0
}

.bg1 {
    height: 550px;
    width: 72%;
    background-size: contain;
    background-position: right;
    left: 110px;
    top: 13%;
    background-repeat: no-repeat
}

.bg2 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg3 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg4 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.tab-set {
    position: relative
}

.custom-tab button {
    display: inline-block;
    border: none;
    width: 70%;
    background-color: transparent;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 15px 0;
    border-radius: 35px;
    transition: all .5s linear;
    border: 1px dashed #df4000;
    font-size: 20px;
    outline: none !important
}

.custom-tab button i {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #df4000;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%)
}

.custom-tab button.active {
    background-color: #df4000;
    color: #fff
}

.features i {
    transition: color .5s ease;
    position: relative;
    line-height: 40px
}

.features i::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-transform: rotate(22deg) translateX(-50%);
    transform: rotate(22deg) translateX(-50%);
    background-color: #f1f4fc;
    z-index: -1;
    left: 50%;
    transition: background-color .5s ease
}

.features:hover i {
    color: #fff
}

.features:hover i::after {
    background-color: #222121
}

#calculate {
    padding: 100px 0
}

a.btn {
    min-width: 255px;
    padding: 8px 4px
}

.btn-set2 a.btn {
    width: 268px;
}

.hh-btn {
    width: 320px !important;
}

.btn-set3 a.btn {
    width: auto;
    padding: 8px 15px
}

.btn-set4 a.btn {
    width: 333px
}

a.btn.btn-primary {
    color: #222121 !important;
    background-color: transparent !important;
    transition: all .5s ease
}

a.btn.btn-success {
    color: #df4000 !important;
    background-color: transparent !important;
    transition: all .5s ease
}

a.btn.btn-primary.black-btn2,
.redeem,
#order_btn {
    color: #fff !important;
    background-color: #222121 !important;
    border: 2px solid #222121;

}

.btn_cmn.redeem.w-100 {
    border-radius: 3.5px;
}

.btn_cmn.redeem.w-100:hover {
    background-color: #fff !important;
    color: #222121 !important;
}

.preview-set a.redeem {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 12px;
}

.preview-set a.redeem.reverse {
    background-color: transparent !important;
    color: #222121 !important;
}

.preview-set a.redeem.reverse:hover {
    background-color: #222121 !important;
    color: white !important;
}

.pb-30 {
    padding-bottom: 30px;
}

a.btn.btn-success.black-btn2 {
    color: #fff !important;
    background-color: #df4000 !important;
    border: 2px solid #df4000
}

a.btn.btn-success.black-btn {
    color: #fff !important;
    background-color: #df4000 !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

#topnav .sm_link {
    display: inline-block;
    min-width: 40px;
    color: #222121 !important;
    border: 2px solid #222121;
    border-radius: 8px;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    outline: none aliceblue;
    position: relative;
    top: 5px;
}

#topnav .sm_link:hover {
    color: #fff !important;
    background: #222121;
}

#topnav .sm_link i {
    color: inherit;
    font-size: 22px;
    ;
    line-height: 36px;
    font-weight: 400 !important;
}

a.btn.btn-primary.black-btn {
    color: #fff !important;
    background-color: #222121 !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

a.btn.btn-primary.black-btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff
}

a.btn.btn-success.black-btn:hover {
    color: #fff !important;
    background-color: #df4000 !important;
    border: 2px solid #df4000;
}

a.btn.btn-primary.black-btn2:hover,
.redeem:hover,
#order_btn:hover {
    color: #222121 !important;
    background-color: transparent !important
}

a.btn.btn-success.black-btn2:hover {
    color: #df4000 !important;
    background-color: transparent !important
}

.redeem {
    transition: all 500ms ease;
}

a.btn.btn-primary.black-btn2-2 {
    border: 2px solid #222121;

}

a.btn.btn-primary.black-btn2-2:hover {
    color: white !important;
    background-color: #222121 !important;
}

a.btn.btn-success.black-btn2-2:hover {
    color: #df4000 !important;
    background-color: transparent !important
}

section.section.pb-0.uni-section h3,
section.section.pb-0.uni-section p {
    color: #fff !important;
}

#pop-up {
    padding-top: 25vh
}

.modal_closed {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.modal-backdrop {
    display: none
}

.pop-up {
    background-color: rgba(0, 0, 0, .8)
}

.payment {
    width: 115%
}

#pop-up .pop-up-modal {
    max-width: 767px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.pop-up-set img {
    width: 100%;
    height: 410px;
    object-fit: contain;
    background-color: #000;
    border-radius: 10px 0px 0px 10px;
}

#pop-up .count-down,
.email-landing .count-down {
    padding-left: 0;
    margin-bottom: 0
}

#pop-up .count-down li,
.email-landing .count-down li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #222121;
    border-radius: 5px;
    padding: 5px 5px
}

#pop-up .count-down li p,
.email-landing .count-down li p {
    margin-bottom: 0
}

#pop-up .count-down li span {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #212121;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px
}

.email-landing .count-down li span {
    font-size: 48px
}

.email-landing .count-down li {
    width: 100px;
    margin-right: 10px;
    width: 80px;
    box-shadow: 3px 3px 5px 2px grey
}

.counter3 .count-down {
    display: flex
}

#pop-up .pop-up-set h1 {
    background-color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px
}

#pop-up .pop-up-set hr {
    width: 235px;
    border-top: 1px solid grey;
}

#pop-up .pop-up-set h3 {
    font-size: 17px;
    margin-bottom: 10px
}

#pop-up .pop-up-set h2 {
    font-size: 18px
}

.pop-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #222121;
    position: absolute;
    right: -40px;
    top: -15px;
    color: #fff
}

.hide_discountmodal {
    cursor: pointer !important
}

.pop-close:hover {
    cursor: pointer
}

.pop-close-2 {
    color: grey
}

.modal-button {
    position: absolute;
    z-index: -9999;
    background-color: transparent;
    border: none
}

.privacy {
    padding: 0 0
}

.privacy-title {
    background-image: linear-gradient(rgba(47, 85, 212, 1), rgba(0, 0, 0, .5)), url(../images/cta-2.webp);
    padding: 150px 0 50px;
    background-size: cover;
    background-position: center;
}

.privacy-title .page-next-level .title {
    font-size: 48px
}

.thank {
    padding-bottom: 0;
    padding-top: 50px
}

.thank-bg {
    background-image: url(../images/cta-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 60px;
    background-attachment: fixed;
    margin-top: 50px
}

.thank-bg h2 {
    font-size: 48px;
    color: #fff
}

.thank-feature {
    padding: 50px 0
}

.email-landing {
    margin-bottom: 20px
}

.email-land-set {
    border: 1px solid #222121;
    margin: 20px auto;
    background-color: #f3f3f3
}

.email-land-set td {
    padding: 30px 20px
}

#signup_content_area {
    padding: 100px 0 60px;
}

#preview_page_content {
    padding: 105px 0 60px;
}

.preview .form_headline,
.order .form_heading {
    color: #525252;
    font-size: 22.3px;
    line-height: 1.2;
    margin: 0 0 25px;
    text-align: left
}

.preview {
    padding: 30px 0px 60px 0px;
}

.order_sidebar {
    max-width: 400px;
    margin: 0 0 0 auto;
}

#placeorder_sidebar.order_sidebar .pricing_detail_bx {
    text-align: center;
}

.order_sidebar .pricing_detail_bx .box_title {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
    text-transform: uppercase;
}

.preview-table {
    text-align: left;
    border-top: 2px solid #222121;
    margin-bottom: 0px;
}

.preview-table tr td {
    padding: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.preview-table tr td .guideline_content {
    height: 75px;
    overflow-y: scroll;
    word-wrap: anywhere;
}

.preview-table tr td.label {
    font-weight: 700;
    color: #212121;
}

.preview-table tr td.tbl_head {
    color: #007bff !important;
}

.preview-table tr td.label.lbl_guideline {
    vertical-align: top
}

.preview-table tr td .order_amount {
    font-weight: 700;
    font-size: 22px;
    color: #df4000;
}

.preview-table tr:nth-child(odd) {
    background-color: #f2f2f2
}

/*Order price box*/
.pricing_detail_bx {
    padding: 20px 40px;
    /*    box-shadow: 0 0 1px 0px #ddd;*/
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.pricing_detail_bx .cost_checklist {
    padding: 15px 0;
    margin: 0 auto;
    text-align: left;
    list-style-type: none;
    position: relative;
    border-top: 2px dotted #ddd;
    /*    border-bottom: 2px dotted #ddd;*/
}

.pricing_detail_bx .cost_checklist li {
    font-size: 15px;
    line-height: 1;
    display: block;
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #212529;
}

.pricing_detail_bx .cost_checklist li span {
    display: inline-block
}

.pricing_detail_bx .cost_checklist li:nth-last-child(1) {
    margin-bottom: 0;

}

.pricing_detail_bx .cost_checklist li span.p_tag {
    position: absolute;
    right: 0;
}

.pricing_detail_bx #free_plan.pricing-rates {
    padding: 0 6px;
    border: 0;
    box-shadow: none !important;
    margin: 30px auto 0;
}

.pricing_detail_bx .pricing-rates .feature .feature-list {
    line-height: 0.7;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
    min-width: 85px;
    padding: 0;
    border: 0;
    top: 0px;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag span.single_price::after {
    top: 8px;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px 2px 1px;
    border-radius: 30px;
    min-width: 50px;
}

.pricing_detail_bx .price_box {
    padding-bottom: 25px;
    border-bottom: 2px dotted #ddd;
}

.pricing_detail_bx .price_box h4 {
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    box-shadow: 5px 5px 35px 10px rgba(0, 0, 0, .15);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    color: #df4000;
    line-height: 1;
}

.pricing_detail_bx .price_box h4 span {
    display: inline-block;
}

.pricing_detail_bx .price_box h4 .order_price {
    position: absolute;
    right: 15px;
}

.pricing_detail_bx .price_box h4 .order_price .discounted_price {
    color: #666;
    position: relative;
    margin-right: 1px;
    padding: 0px 2px;
    font-size: 14px;
    display: none !important;
}

.pricing_detail_bx .price_box h4 .order_price .total_cost {
    font-size: 18px;
    font-weight: 700;
    color: #df4000;
}

.pricing_detail_bx .price_box .btn_proceed {
    color: #fff !important;
    background: #222121;
    padding: 10px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 1px 5px 1px #222121;
    border: 2px #222121;
    border-radius: 30px;
    outline: none !important
}

.pricing_detail_bx .price_box .btn_proceed:hover {
    background: #df4000;
    box-shadow: 0 1px 5px 1px #df4000;
}

#userarea_counter h4 {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
}

#userarea_counter .count-down li span {
    font-size: 32px;
    line-height: 1.3;
}

.preview-set ul li h3 {
    font-size: 26px;
    color: #fff;
    background-color: #222121;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 10px
}

.preview-set ul li {
    transition: all .5s ease
}

.preview-set ul li:hover {
    background-color: #222121
}

.preview-set ul li:hover a {
    color: #fff !important
}

.preview-set ul li a {
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    transition: all .5s ease;
}

.preview-set ul li a i {
    font-size: 20px
}

.preview-set ul {
    list-style: none;
    padding-left: 0;
}

.return {
    padding: 65px 0
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

.expert {
    width: 50%
}

.bounce-effect {
    animation: bouncing 2s linear infinite
}

.btn-effect {
    width: 268px;
    animation: blinking 1.2s linear infinite;
    background-color: #222121;
    border: 2px solid #222121
}

.cc-window {
    z-index: 9999999999
}

@keyframes blinking {
    0% {
        color: #222121;
        background-color: #fff
    }

    49% {
        color: #222121;
        background-color: #fff
    }

    50% {
        color: #fff;
        background-color: #222121
    }

    100% {
        color: #fff;
        background-color: #222121
    }
}

.btn-effect:hover {
    animation-play-state: paused;
    background-color: #fff !important;
    color: #222121 !important
}

@keyframes bouncing {

    0%,
    10%,
    26%,
    40%,
    50% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,
    21% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce-effect:hover {
    animation-play-state: paused
}

.choose_section .main-title span.static_text {
    display: block;
}

.sample {
    padding: 50px 0px;
}

#owl-sample {
    display: block;
}

#owl-sample .owl-wrapper-outer {
    padding: 30px 0px;
}

.sample-set {
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: #f3f3f3;
    padding: 35px 10px 35px 25px;
    margin: 0px 18px;
    max-height: 160px;
}

.sample-left h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    height: 50px;
}

.sample-left h4 span {
    line-height: 24px;
    display: inline-block;
}

.sample-left h4 img {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sample-left p {
    line-height: 1;
    margin-bottom: 0;
}

.sample-right {
    margin-top: 5px;
}

.sample-right p {
    line-height: 18px;
    margin-bottom: 0;
}

.sample-right a:nth-of-type(1) {
    display: inline-block;
    padding: 6px 0px;
    background-color: #df4000;
    text-transform: uppercase;
    color: white;
    width: 115px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

.sample-right a:nth-of-type(2) {
    display: inline-block;
    padding: 6px 0px;
    background-color: #222121;
    text-transform: uppercase;
    color: white;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

/*** SAMPLE MODAL ***/

#Sample_Modal {
    background: rgba(0, 0, 0, 0.9);
}

#Sample_Modal .modal-dialog {
    width: 100%;
    max-width: 70%;
    margin: 50px auto auto;
}

#Sample_Modal .responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 90%;
    position: relative;
}

#Sample_Modal .modal-dialog iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

#Sample_Modal .modal-dialog .modal-body {
    padding: 0.25rem;
}

#Sample_Modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 99;
    width: 35px;
    height: 35px;
    color: white;
    background-color: #20b57b;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    line-height: 35px;
}

#Sample_Modal .set-border-cicis-menu-to-go {
    border: 3px solid grey;
}


/* rs style sheet */


.rs__whatsapp__wrap {
    margin: 0px;
}

.rs__whatsapp__btn {
    text-align: center !important;
    color: #fff !important;
    background: #34de3e !important;
    display: inline-block !important;
    border: 2px solid #34de3e !important;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -ms-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out !important;
    border-radius: 30px !important;
    padding: 14px 17px !important;
    margin: 0px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    animation: 2s infinite shadow-pulse;
    text-decoration: none !important;
}


@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(0 221 150 / 27%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(0 221 150 / 15%);
    }
}

#topnav .container {
    max-width: 1366px;
}

#topnav .navbar_btns {
    list-style: none;
    margin: 0;
    font-size: 0;
    padding-right: 8px !important;
    gap: 25px;
    display: flex;
    align-items: center;
}

.rs__responsive__btn__wrap {
    display: none;
}




/*Tablet and Desktop query*/
@media (max-width: 1367px) {
    #topnav .navbar .navbar-brand img {
        /* max-width: 75%; */
        max-width: unset;
        width: 191px;
    }

    #topnav .navigation-menu>li {
        margin: 0 6px;
    }

    #topnav .navbar_btns {
        padding: 0px 0px 0px 8px;
    }

    #topnav .navbar_btns li a {
        padding: 12px 6px;
    }

    .rs__whatsapp__btn {
        padding: 12px !important;
    }

    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0 rgb(0 221 150 / 27%);
        }

        100% {
            box-shadow: 0 0 0 12px rgb(0 221 150 / 15%);
        }
    }

    #topnav .container {
        max-width: 1236px;
    }
}

@media (max-width: 1240px) {
    #topnav .navbar .navbar-brand img {
        max-width: unset;
        width: 191px;
    }

    #topnav .navbar_btns li:first-child {
        /* display: none; */
    }
}

@media (max-width: 992px) {
    #topnav .navbar_btns li .rs__whatsapp__wrap {
        display: none;
    }

    .rs__responsive__btn__wrap {
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 30px;
    }

    .rs__responsive__btn__wrap {
        display: flex;
    }

    .rs__whatsapp__btn {
        padding: 8px 12px !important;
    }

}

@media only screen and (min-width:768px) {
    
    #topnav .dropdown:hover>.dropdown-menu {
        display: block;
        transition: all .5s;
    }

    .navbar-toggle {
        display: block
    }

    .mobile_service {
        display: none !important;
    }

    .btns_xs {
        display: none;
    }

    .hidden-md {
        display: none
    }

    .sidebar_sticky {
        background: #fff;
        position: fixed;
        max-width: 400px;
        top: 80px;
        z-index: 11;
        margin-left: 33px;
    }

    .sidebar_sticky_abs {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 426px;
        z-index: 11;
    }

    .sidebar_sticky_abs_error {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 354px;
        z-index: 11;
    }


    /*modal.modal-content.bg-modal-scroll {    padding: 15px;   text-align:center;  position: relative;    display: flex;    flex-direction: column;    width: 100%;    pointer-events: auto;    background-color:black;    background-clip: padding-box;    border: 1px solid rgba(0, 0, 0, .2);    border-radius: .3rem;    outline: 0;   margin:5PX;}.modal-header-scroll {    display: flex;    flex-shrink: 0;    align-items: center;    justify-content: space-between;    margin: 0 auto;    border-top-left-radius: calc(0.3rem - 1px);    border-top-right-radius: calc(0.3rem - 1px);}h3#exampleModalLabel3 {    color: #df4000;    font-weight: 800;    font-size:35px;}span.fifty {    color: black;    font-size: 40px;    font-weight: bolder;}.p-line {    font-size: 20px;    color: white;    font-weight: bold;}.modal-body.modal-new  {    position: relative;    flex: 1 1 auto;    padding: 1rem;}.get-btn-pop {    background: #ff1a33;    border-radius: 0.25rem!important;    font-size: 16px;    font-weight: 800;}div#exampleModalCenter3 .modal-dialog  {    max-width: 350px !important;    margin: 1.75rem auto;}button.btn-close.scroll-close {    position: relative;    top: -83px;    right: -2px;       }.btn-close {    box-sizing: content-box;    width: 1em;    height: 1em;    padding: .25em .25em;    color: #000;    background: url('../images/close.svg');background-repeat: no-repeat;   filter: invert(1)!important;   border:none!important;   }button.btn-close:focus {    outline: 0px; }*/
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #topnav .navbar_btns {
        padding: 0 !important;
    }

    #topnav .navbar_btns li a {
        font-size: 12px;
        padding: 5px;
        min-width: 50px;
    }

    .title-heading {
        padding-top: 0;
        margin-top: 0 !important;
    }

    .title-heading .heading {
        font-size: 52px;
        line-height: 1;
        letter-spacing: 0px;
        font-weight: 700;
    }

    .recent-review {
        padding: 6px 10px 7px 64px;
    }

    .recent-review .avatar {
        left: 5px;
    }

    .stats-rate {
        padding: 5px 10px;
        margin: 0 5px 15px !important;
        text-align: left;
        display: flex !important
    }

    .stats-rate h4 {
        margin-left: 15px !important;
    }

    .skills.desktop.d-sm-block.d-none.mt-4 {
        margin-top: 5px !important;
    }

    .subject-select {
        width: 170px;
        height: 45px;
        line-height: 45px;
    }

    .stats-star {
        text-align: left;
    }

    .subject-form-set button {
        height: 45px;
        line-height: 45px;
    }

    .recent-review-left p {
        font-size: 12px;
    }

    .recent-review-left span {
        font-size: 11px;
    }

    #placeOrderForm .btn_RedeemPromo {
        font-size: 13px;
    }

}

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

    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #222121
    }

    #topnav .navigation-menu>li.active>a,
    #topnav .navigation-menu>li:hover {
        color: #222121 !important
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }
}

@media only screen and (min-width:1200px) {
    .btn-set3 {
        display: flex;
        justify-content: space-around
    }
}

@media only screen and (max-width:1199px) {
    .sample-set {
        max-height: inherit;
    }

    .sample-set .sample-right a {
        margin-top: 10px;
    }

    .btn-set3 a.btn {
        padding: 8px
    }

    .seal a {
        margin-left: 0px;
    }

    .seal a.btn {
        width: 95px;
    }

    .seal a.btn.phone {
        width: 170px;
    }

    .logo img {
        width: 200px;
    }

    .hot {
        display: none;
    }

    .home-shape-bottom2,
    .home-shape-bottom3 {
        display: none
    }

    .border-order h4 {
        font-size: 18px;
    }

    .stats-rate {
        text-align: center;
        display: inherit;
        margin: 0 5px;
    }

    .stats-rate h4 {
        margin-left: 0px;
    }

    .stats-rate img {
        margin-right: 0px;
        display: block;
        margin: 0 auto;
    }

}

@media only screen and (max-width:991px) {
    #topnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        min-height: 60px;
        padding: 9px 0;
    }

    .seal a.btn {
        width: 130px;
    }

    .hot {
        display: inline-block;
    }

    #topnav .navigation-menu>li>a {
        color: #222121;
        padding: 8px 15px !important;
    }

    #topnav .sm_link {
        min-width: 45px
    }

    #topnav .sm_link i {
        line-height: 42px;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }

    #navigation {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }

    .hbox-2.border-right {
        border-right: 0 !important
    }

    #topnav #nav_responsive {
        position: relative;
        top: 10px;
        background-color: #f0f8ff;
        padding: 0;
        margin: 0px;
    }

    #topnav #nav_responsive.navbar-collapse.collapse.show {


        transition: all 0.3s linear;
    }

    #topnav .navbar_btns {
        padding: 0 0 10px 15px;
    }

    .title-heading .heading {
        font-size: 45px
    }

    .features {
        text-align: center
    }

    .custom-tab button {
        font-size: 16px
    }

    .footer .footer-head {
        margin-top: 20px
    }

    .secure-seal img {
        width: 50%
    }

    .hbox-2 .hbox-2-txt p {
        padding-top: 0;
        margin-bottom: 0;
    }

    .hbox-2 i {
        margin-top: 1px
    }

    @keyframes bouncing {

        0%,
        100%,
        20%,
        53%,
        80% {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

        40%,
        43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0)
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0)
        }

        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }

    #navigation {
        padding-bottom: 25px;
    }

    .subject-set {
        margin-top: 30px;
    }

    .Level-text {
        transform: translate(-50%, -100%);
        left: 51%;
    }

    #owl-6.owl-theme .owl-controls .owl-pagination,
    #owl-7.owl-theme .owl-controls .owl-pagination,
    #owl-8.owl-theme .owl-controls .owl-pagination,
    #owl-9.owl-theme .owl-controls .owl-pagination,
    #owl-10.owl-theme .owl-controls .owl-pagination,
    #owl-11.owl-theme .owl-controls .owl-pagination,
    #owl-12.owl-theme .owl-controls .owl-pagination,
    #owl-13.owl-theme .owl-controls .owl-pagination,
    #owl-14.owl-theme .owl-controls .owl-pagination,
    #owl-15.owl-theme .owl-controls .owl-pagination,
    #owl-16.owl-theme .owl-controls .owl-pagination,
    #owl-17.owl-theme .owl-controls .owl-pagination,
    #owl-18.owl-theme .owl-controls .owl-pagination,
    #owl-19.owl-theme .owl-controls .owl-pagination,
    #owl-20.owl-theme .owl-controls .owl-pagination,
    #owl-21.owl-theme .owl-controls .owl-pagination,
    #owl-22.owl-theme .owl-controls .owl-pagination,
    #owl-23.owl-theme .owl-controls .owl-pagination,
    #owl-24.owl-theme .owl-controls .owl-pagination,
    #owl-25.owl-theme .owl-controls .owl-pagination,
    #owl-26.owl-theme .owl-controls .owl-pagination,
    #owl-27.owl-theme .owl-controls .owl-pagination {
        text-align: center;
    }

    .sign-up-outer {
        margin-top: 20px
    }

    .row.mt-4.mx-0.pl-3.pr-4 {
        padding: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media only screen and (max-width:767px) {
    #topnav .navbar_btns {
    list-style: none;
    margin: 0;
    font-size: 0;
    padding-right: 8px !important;
    gap: 25px;
    display: flex
;
    align-items: center;
    flex-direction: column;
}
    .wrt-section blockquote span {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    /*modal*/
    .modal-content.bg-modal-scroll {
        padding: 15px;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: black;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: 5PX;
    }

    .modal-header-scroll {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    h3#exampleModalLabel3 {
        color: #df4000;
        font-weight: 800;
        font-size: 35px;
    }

    span.fifty {
        color: black;
        font-size: 40px;
        font-weight: bolder;
    }

    .p-line {
        font-size: 20px;
        color: white;
        font-weight: bold;
    }

    .modal-body.modal-new {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .get-btn-pop {
        background: #ff1a33;
        border-radius: 0.25rem !important;
        font-size: 16px;
        font-weight: 800;
    }

    div#exampleModalCenter3 .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }

    button.btn-close.scroll-close {
        position: relative;
        top: 5px;
        right: 18px;
        font-size: 17px;
        border-radius: 100%;
        width: 25px;
        height: 25px;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: url('../images/close.svg');
        background-repeat: no-repeat;
        filter: invert(1) !important;
        border: none !important;
    }

    button.btn-close:focus {
        outline: 0px;
    }




    .advertisement {

        font-size: 16px !important;

        padding: 4px 15px 20px 15px !important;

    }

    .para-desc {
        padding: 0px 30px !important;
        max-width: 600px;
    }

    .features p {
        padding: 5px 20px !important;
    }



    #topnav .dropdown-menu {
        position: relative;
        float: none !important;
    }

    #topnav .btn_user_mbile i.fas.fa-phone {
        transform: rotate(98deg);
        margin-right: 2px;
    }

    .title-heading {
        padding-top: 0px;
        margin-top: 10px !important;
    }

    .calculate_order {
        padding-top: 15px;
    }

    .calculate_order select {
        margin-top: 10px !important;
    }

    .calculate_order .two_selectbox {
        margin: 10px auto 0px !important;
    }

    .calculate_order select#days {
        margin-top: 0 !important
    }

    .calculate_order .stand_prices>p {
        margin: 10px auto 0px !important;
    }

    .calculate_order .disc_prices p {
        font-size: 18px;
        margin: 10px 0 0 !important;
    }

    .calculate_order .disc_prices p span {
        font-size: 22px;
    }

    .calculate_order .total_prices {
        padding: 10px;
    }

    #home .col-lg-4.col-md-6.mt-4.pt-2.mt-sm-0.pt-sm-0.order-2.order-md-1 {
        margin: 0 !important;
        padding-top: 0px !important;
    }


    #signup_content_area .row.mx-0 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .pricing_detail_bx {
        margin-top: 40px;
        padding: 20px 10px;
    }

    .pricing_detail_bx #free_plan.pricing-rates {
        padding: 0;
        margin-top: 15px !important;
    }

    .pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
        top: -5px;
    }

    #preview_data_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .preview-table tr td {
        width: 33.333%;
        font-size: 13px;
        padding: 8px 5px;
    }

    .preview-table tr td[colspan="2"] {
        width: 66.666666%;
    }

    .preview-table tr td[colspan="3"] {
        width: 100%;
    }

    .order_sidebar {
        margin: 0 auto;
        max-width: 380px;
    }

    .order_sidebar img {
        max-width: 100%;
    }

    .pricing_detail_bx .price_box h4 {
        font-size: 16px;
    }

    #placeOrderForm .btn_RedeemPromo {
        top: 5px;
    }

    #pop-up {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    #topnav .navbar .navbar-brand {
        margin: 0;
    }

    #topnav .navigation-menu {
        padding-top: 5px !important;
    }

    #topnav .navbar .navbar-brand img {
        max-width: 160px;
    }

    #topnav .navigation-menu>li {
        display: block;
        margin: 0;
        text-align: left;
    }

    .flip-box.fbx1 {
        margin: 0;
    }

    .pop-up-modal {
        max-width: 360px
    }

    #home {
        padding-top: 62px;
        padding-bottom: 35px;
        background-image: none
    }

    .bg-half-170 {
        padding: 150px 0;
        height: auto
    }

    .navigation-menu li a.btn {
        width: auto;
        min-width: 120px;
    }

    .navigation-menu li a#btn_tel.btn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .hot {
        display: none;
    }

    .title-heading .heading {
        font-size: 24px !important;
        line-height: 1.05;
        text-align: center;
        font-weight: 800;
        margin: 60px auto 5px !important;
    }

    .order-1 {
        text-align: center;
    }

    .stats {
        text-align: center;
        padding: 30px 0;
    }

    .footer {
        text-align: center;

    }

    .section {
        padding: 60px 0
    }

    .title-heading .para-desc {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .section-title .main-title {
        font-size: 28px
    }

    .section-title .title {
        font-size: 24px
    }

    .mt-60 {
        margin-top: 60px
    }

    .title-heading .para-desc {
        text-align: center
    }

    .secure-seal2 {
        width: inherit;
        margin: 0 auto
    }

    .custom-tab button {
        font-size: 20px
    }

    .btn-set3 {
        display: inherit
    }

    .btn-set3 a.btn {
        width: 220px
    }

    a.btn {
        width: 225px;
        padding: 8px 4px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    a.btn.sign-up {
        width: 160px;
    }

    .btn-set2 a.btn {
        width: 260px
    }

    .tab-set .section-title {
        text-align: center
    }

    #calculate {
        padding: 40px 0
    }

    .calculate-set {
        text-align: center
    }

    .calculate-set i {
        float: none
    }

    .calculate-set p {
        padding: 0px 20px !important;
    }

    .customer-testi p {
        padding: 0px 30px;
    }

    #pop-up .count-down {
        margin-bottom: 30px
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        opacity: 0 !important
    }

    .seal {
        margin-top: 0px;
    }

    #navigation {
        border-top: none;
    }

    .custom-check .tool-wrap .tool {
        transform: translate(5%, -75%);
    }

    .order-header h2 {
        font-size: 26px;
    }

    .seal {
        margin-right: 0;
        float: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
    }

    .free-wala li.feature-list {
        width: 220px;
    }

    .Level-text {
        transform: translate(-50%, -100%);
    }

    .cc-window.cc-floating.cc-theme-classic {
        max-width: 240px !important;
        background-color: rgba(46, 202, 139, 0.8) !important;
        padding: 5px 8px !important;
        margin-left: 10px;
        margin-bottom: 12px;
        left: 0;
        bottom: 0;
    }

    .cc-floating .cc-message {
        font-size: 14px !important;
        line-height: 1.1 !important;
        margin-bottom: 0 !important
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
        position: absolute;
        top: 0px;
        right: 0px;
        background: none !important;
        width: 20px;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
        background-color: transparent;
        border: 0px !important;
        font-size: 0px !important;
        color: #fff;
        transition: all 500ms ease;
        max-width: 0;
        width: 0;
        min-width: 0;
        padding: 0;
        line-height: 1;
        box-shadow: none !important;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn::before {
        content: 'X';
        color: #fff;
        font-size: 18px;
        position: relative;
        left: -5px;
    }

    .cc-floating.cc-theme-classic .cc-link {
        color: #fff !important;
    }

    .cc-floating.cc-theme-classic .cc-link:hover,
    .cc-floating.cc-theme-classic .cc-link:focus {
        color: #fff !important;
    }

    .pricing-rates.starter-plan {
        transform: unset !important;
        z-index: 0;
        margin: 0 auto !important;
    }

    #free_plan.pricing-rates .title .heading_tag span.t_price::after {
        top: 8px;
    }

    .order .form_heading,
    .preview .form_headline {
        margin: 0 auto 20px;
        text-align: center;
        line-height: 1.2;
    }

    .row.mx-0.form_area_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #placeOrderForm .border-order {
        padding: 10px !important;
        border-color: #aaa;
        border-radius: 5px
    }

    #placeOrderForm .form-group .input-group {
        position: relative;
        text-align: center;
        padding: 0 47px;
    }

    #Sample_Modal .modal-dialog {
        width: 100%;
        max-width: 92% !important;
        margin: 75px auto 0px !important;
    }

    #Sample_Modal .responsive-wrapper-padding-bottom-90pct {
        padding-bottom: 140%;
    }

    #Sample_Modal .close {
        right: -12px !important;
        top: -15px !important;
    }

    .form_wraper {
        padding: 0px 15px !important;
    }

    .cancel_area h4 .user_link {
        display: block;
        margin-top: 2px;
    }

    /*
    .preview-table tr td .guideline_content::-webkit-scrollbar {
        -webkit-appearance: none;
    }
*/
    .preview-table tr td .guideline_content {
        height: 65px;
    }

    .preview-table tr td .guideline_content::-webkit-scrollbar {
        width: 4px;
    }


    .preview-table tr td .guideline_content::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

    .stats-rate p {
        font-size: 15px;
        line-height: 1;
    }

    .stats-star i {
        font-size: 13px
    }
}

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

    /*modal*/
    .modal-content.bg-modal-scroll {
        padding: 26px;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: black;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: 5PX;
    }

    .modal-header-scroll {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    h3#exampleModalLabel3 {
        color: #df4000;
        font-weight: 800;
        font-size: 35px;
    }

    span.fifty {
        color: black;
        font-size: 40px;
        font-weight: bolder;
    }

    .p-line {
        font-size: 20px;
        color: white;
        font-weight: bold;
    }

    .modal-body.modal-new {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .get-btn-pop {
        background: #ff1a33;
        border-radius: 0.25rem !important;
        font-size: 16px;
        font-weight: 800;
    }

    div#exampleModalCenter3 .modal-dialog {
        max-width: 490px !important;
        margin: 1.75rem auto;
    }

    button.btn-close.scroll-close {}

    button.btn-close.scroll-close {
        width: 25px;
        height: 25px;
        position: relative;
        top: 21px;
        right: 15px;
        font-size: 16px;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: url('../images/close.svg');
        background-repeat: no-repeat;
        filter: invert(1) !important;
        border: none !important;
    }

    button.btn-close:focus {
        outline: 0px;
    }

    .modal-main-div-inner-2 .discount-btn {

        width: 100% !important;
    }

    .feature-list li {
        position: relative;
        padding: 5px 0px 5px 25px;
    }

    .skills {
        margin-top: 30px
    }

    .recent-review {
        padding: 20px 20px 20px 20px;
        text-align: center
    }

    .recent-review img.person {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: 15px
    }

    .recent-review-left {
        text-align: center
    }

    .recent-review-right {
        text-align: center
    }

    #owl-6,
    #owl-7,
    #owl-8,
    #owl-9,
    #owl-10,
    #owl-11,
    #owl-12,
    #owl-13,
    #owl-14,
    #owl-15,
    #owl-16,
    #owl-17,
    #owl-18,
    #owl-19,
    #owl-20,
    #owl-21,
    #owl-22,
    #owl-23,
    #owl-24,
    #owl-25,
    #owl-26,
    #owl-27 {
        margin-top: 160px
    }

    .custom-input-subject {
        display: inherit;
        text-align: center
    }

    .subject-select {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .subject-form-set button {
        line-height: 45px;
        height: 45px;
        margin-left: 15px
    }

    .stats-rate {
        padding: 5px 10px;
        margin: 15px auto 0 auto
    }

    .subject-select .list {
        width: 100%
    }

    .subject-set {
        margin-top: 20px
    }

    .subject-form-set {
        display: inherit;
        text-align: center
    }

    .Level-text {
        top: -30px
    }

    .stats-rate {
        display: flex;
        padding: 10px 10px;
        justify-content: center;
    }

    .stats-rate img {
        margin: 0 5px 0 0;
    }

    .stats-rate h4 {
        margin-left: 10px;
    }

    .stats-star {
        text-align: center;
    }

    .progress-set h4 {
        text-align: left;
    }

    .login-btn {
        padding: 0 10px;
        width: 100%;
        height: 56px;
        border-radius: 5px;
        color: #fff;
        line-height: 56px;
        text-align: center;
        background-color: #222121;
        border: 1px solid #222121;
        transition: all .5s ease;
        margin: 20px auto 0 auto;
    }

    .login-btn:hover {
        background-color: white;
    }

    .payment {
        width: 100%
    }

    .custom-form .number-style {
        width: 100%
    }

    .btn-set3 a.btn {
        width: 180px
    }

    .secure-seal img {
        width: 80%
    }

    .custom-form .form-group {
        padding-left: 30px
    }

    .custom-form .label {
        padding-left: 0
    }

    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%);
    }

    .hbox-2 i {
        float: none;
        margin-bottom: 20px;
    }

    .sign-up-right {
        text-align: center;
        padding: 15px 0
    }

    .sign-up-right img {
        position: inherit;
        transform: translateY(0);
    }

    .rs__responsive__btn__wrap {
        gap: 14px;
    }

    #topnav .navbar .navbar-brand img {
        max-width: 150px;
    }

    .rs__whatsapp__btn {
        padding: 7px 8px !important;
        font-size: 13px !important;
    }

    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0 rgb(0 221 150 / 27%);
        }

        100% {
            box-shadow: 0 0 0 12px rgb(0 221 150 / 15%);
        }
    }

    #topnav .container .col-lg-12 {
        padding: 0px 7px !important;
    }

}

@media only screen and (max-width:479px) {

    .modal-new p {

        font-size: 20px !important;

    }

    /*modal*/
    .modal-content.bg-modal-scroll {
        padding: 15px;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: black;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: 5PX;
    }

    .modal-header-scroll {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    h3#exampleModalLabel3 {
        color: #df4000;
        font-weight: 800;
        font-size: 35px;
    }

    span.fifty {
        color: black;
        font-size: 40px;
        font-weight: bolder;
    }

    .p-line {
        font-size: 20px;
        color: white;
        font-weight: bold;
    }

    .modal-body.modal-new {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .get-btn-pop {
        background: #ff1a33;
        border-radius: 0.25rem !important;
        font-size: 16px;
        font-weight: 800;
    }

    div#exampleModalCenter3 .modal-dialog {
        max-width: 450px !important;
        margin: 1.75rem auto;
    }

    button.btn-close.scroll-close {
        position: relative;
        top: 2px;
        right: 15px;
        font-size: 16px;
        border-radius: 100%;
        width: 30px;
        height: 30px;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: url('../images/close.svg');
        background-repeat: no-repeat;
        filter: invert(1) !important;
        border: none !important;
    }

    button.btn-close:focus {
        outline: 0px;
    }

    .login_page {
        padding: 20px 5px
    }

    .logo img {
        width: 150px;
    }

    #orderDetails-wrape .order_details_tbl th {
        font-size: 14px;
    }

    #orderDetails-wrape .table td,
    #orderDetails-wrape .table th {
        padding: 10px 0px;
    }

    .formBtm_btn {
        padding: 12px 5px;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
    }

    #navigation {
        top: 73px;
    }

    .hot {
        display: none
    }

    .watch-video {
        padding-top: 20px !important
    }

    .seal a {
        margin-top: -5px
    }

    #topnav .logo {
        float: none;
        display: block
    }

    #topnav .navbar-toggle .lines {
        margin: 7px 0px 0px 0px;
        ;
    }

    a.btn.sign-up {
        width: 100px;
        padding: 5px 5px;
        font-size: 13px;
    }

    .event-schedule .content .title {
        font-size: 15px
    }

    .seal a:not(.hot) {
        display: inline-block;
        text-align: center;
        font-size: 14px
    }

    .seal a.btn {
        width: 140px
    }

    .secure-seal2 div img {
        width: 90%
    }

    .custom-tab button {
        font-size: 16px
    }

    .secure-seal img {
        width: 95%;
        padding-left: 10px
    }

    .submit a {
        padding: 8px 18px
    }

    .btn-set3 {
        text-align: center
    }

    .btn-set3 a.btn {
        width: 240px
    }

    .pop-close {
        right: -20px
    }

    .privacy-title {
        padding: 110px 0 50px
    }

    .privacy-title .page-next-level .title {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 800;
        margin: 0;
    }

    .thank div h2 {
        font-size: 27px
    }

    .btn-set4 a.btn {
        width: 300px
    }

    .custom-check {
        font-size: 14px;
    }

    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%);
    }

    .question {
        left: 4px;
    }

    .tool {
        left: 135px;
        transform: translate(-50%, -100%);
    }

    .order-header img {
        width: 100%;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

@media only screen and (max-width:360px) {
    #topnav .btn_user_mbile {
        padding: 8px 5px;
        min-width: 85px;
    }

    .modal-new p {

        font-size: 20px !important;

    }

    #topnav .navbar_btns li a {
        font-size: 13px;
        padding: 8px 5px;
        min-width: 85px;
    }

    /*modal*/
    .modal-content.bg-modal-scroll {
        padding: 15px;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: black;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: 5PX;
    }

    .modal-header-scroll {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    h3#exampleModalLabel3 {
        color: #df4000;
        font-weight: 800;
        font-size: 35px;
    }

    span.fifty {
        color: black;
        font-size: 40px;
        font-weight: bolder;
    }

    .p-line {
        font-size: 20px;
        color: white;
        font-weight: bold;
    }

    .modal-body.modal-new {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .get-btn-pop {
        background: #ff1a33;
        border-radius: 0.25rem !important;
        font-size: 16px;
        font-weight: 800;
    }

    div#exampleModalCenter3 .modal-dialog {
        max-width: 450px !important;
        margin: 1.75rem auto;
    }

    button.btn-close.scroll-close {
        position: relative;
        top: 0px;
        right: 10px;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: url('../images/close.svg');
        background-repeat: no-repeat;
        filter: invert(1) !important;
        border: none !important;
    }

    button.btn-close:focus {
        outline: 0px;
    }
}

.ft1 {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.ft-btn {
    color: black !important;
    background-color: white !important;
    transition: all .5s ease;
    border: 2px solid transparent;
    padding: 8px 50px;
    border-radius: 10px;
}

.ft1 p {
    color: white !important;
    margin-bottom: 30px !important;
}


.features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.features .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.features .btn {
    margin-top: auto;
}

.features {
    background: #dadada4f;
    padding: 15px 15px 25px 15px;
    border-radius: 0px;
    text-align: left;
}

.cta-section {
    background-image: url(../images/cta-banner.png);
    background-size: cover;
    background-position: center;
    color: #df4000;
    padding: 80px 0px 40px 0px !important;
}

.cta-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 90%);
}

.cta-section h3 {
    font-weight: bold;
}

.cta-section p {
    color: white !important;
    font-size: 20px;
}

#howit img {
    width: 60%;
}

.howit h4 {
    font-size: 22px !important;
}

.how-inn-row {
    display: flex;
    align-items: flex-end;
}

#howit h3 {
    font-weight: 700;
}

#howit {
    padding: 60px 0px 20px 0px !important;
}

.dwn-col {
    background-image: url('../images/free-samples-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.wrt-section {
    background-image: url(../images/homepage-backing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 80px 0px !important;
}

.wrt-section blockquote span {
    color: white;
    font-family: Bray Notes;
    font-size: 32px;
    line-height: 40px;
}
.whowe {
    padding: 60px 0px;
}

.wrt-section blockquote p span {
    display: inline-block;
    position: relative;
    background-color: #212121;
    padding: 5px;
}

.form-input-css {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}

/********************************************/
.uni-section {
    padding: 40px 0px 30px !important;
    background: #222121;
}





.float {
    font-weight: 600;
    vertical-align: middle;
    padding: 8px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #1ccf38 !important;
}

.my-float {
    color: #21e639;
    margin-right: 3px;
    vertical-align: middle;
    font-size: 30px;
}



.quote-modal {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px;
}


.modal-header.text-center.qoute-header {
    color: #fff;
    background: #222121;
    font-weight: 900;
    font-size: 20px;
    border-bottom: none;
}

button.quote-btn {
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    width: 100%;
    background: #df4000;
    border: 2px solid #df4000;
    border-radius: 2px;
    font-size: 22px;
    transition: all .3s linear;
    font-weight: 800;
    border-radius: 5px;
}

.quote-right-col {
    position: absolute;
    bottom: -16px;
}

.qoute-form input,
.qoute-form select {
    background: #222121;
    border: 1px solid #222121;
    color: #f8f9fa;
    border-radius: 5px;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .9;
    z-index: 999;
}

.modal {
    background: #00000085;
}

span.thanks-quote {
    margin-bottom: 10px;
    background: #222121;
    font-size: 42px;
    font-weight: 900;
    padding: 18px 10px;
    color: #fff;
    display: inline-block;
    line-height: normal;
}

.thanks-quote-p {
    font-size: 24px;
}




.discount-header {
    color: #fff;
    background: #df4000;
    font-weight: 900;
    font-size: 20px;
    border-bottom: none;
}

button.discount-btn {
    text-transform: uppercase;
    color: #fff;
    padding: 3px;
    width: 100%;
    background: #df4000;
    border: 2px solid #df4000;
    border-radius: 2px;
    font-size: 20px;
    transition: all .3s linear;
    font-weight: 800;
}



.discount-form input,
.discount-form select {
    background: #222121;
    border: 1px solid #2b3746;
    color: #f8f9fa;
    border-radius: 5px;
}


.modal-content.discount-modal {
    background: #222121;
    border: none;
}

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


.advertisement {
    position: fixed;
    bottom: 50%;
    right: -62px;
    background-color: #ff412e;
    color: #FFF !important;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 4px #df4000;
    z-index: 100;
    padding: 8px 20px;
    transform: rotate(-90deg);
    transition: all 1s;
}

.hides {
    opacity: 0;

}

.shows {
    opacity: 1;

}





.katb_test_box_basic {
    padding: 20px 75px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    background: #222121;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    width: 95%;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-right: 30px;
    /* float: left; */
    /* clear: none; */
}

.katb_test_box_basic:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.katb_test_box_basic:after {
    border-top-color: #dddddd;
    border-left-color: #dddddd;
}

.katb_test_box_basic:after {
    border-top-color: #000000;
    border-left-color: #000000;
}

.katb_testimonial_wrap {
    position: relative;
}


.katb_testimonial_wrap:before {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_left.webp');
    position: absolute;
    left: -62px;
    top: -5px;
}

.katb_testimonial_wrap:before {
    width: 42px;
    height: 35px;
    background-size: cover;
}

.katb_meta_bottom:after {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_right.webp');
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.katb_meta_bottom:after {
    width: 42px;
    height: 35px;
    background-size: cover;
}

.katb_test_text_basic p {
    color: #fff;
}

span.katb_author {
    color: #49bda3;
    font-weight: 600;
}


.what_say__item_user-stars i {
    color: #01b980;
}


/******* Auto Pop Discount**********/
.close-pop {
    cursor: pointer;
    padding: 0px 4px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    z-index: 999;
    color: #1a222c !important;
}


.modal-main-div-inner-2 input {
    height: 55px;
}

.modal-main-div-inner-2 .discount-btn {
    text-align: center;
    display: inline-block !important;
    width: 50%;
    height: 55px;
    background: #e67a0b;
    border: none;
    margin: 0 auto;
}



.modal-main-div-inner-2 .col-md-12.col-xs-12 .form-group {
    text-align: center;
}



.discount-tp-content {
    margin-bottom: 20px;
}

.modal-main-div-inner-2 label {
    font-weight: 700;
    color: #222121;
}


/***************** Slider Css********************/


/***************** Slider Css********************/


.slider-feature-column {
    position: relative;
    margin-bottom: 20px;
}

.slider-feature-column .slider-feature-inner {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    color: rgba(12, 13, 36, 0.80);
    text-align: left;
}

.slider-feature-column .slider-feature-inner .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
}

.slider-feature-column .slider-feature-inner strong {
    position: relative;
    display: inline-block;
    color: #f8f9fa;
    font-size: 15px;
    font-weight: 600;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 8px;
}

.slider-feature-inner .icon img {
    width: 45px;
}

/*modal
.modal-content.bg-modal-scroll {
     padding: 15px;
     text-align:center;
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color:black;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: .3rem;
     outline: 0;
}
.modal-header-scroll {
     display: flex;
     flex-shrink: 0;
     align-items: center;
     justify-content: space-between;
     margin: 0 auto;
     border-top-left-radius: calc(0.3rem - 1px);
     border-top-right-radius: calc(0.3rem - 1px);
}
h3#exampleModalLabel3 {
     color: #df4000;
     font-weight: 800;
     font-size:45px;
}
span.fifty {
     color: black;
     font-size: 50px;
     font-weight: bolder;
}
.p-line {
     font-size: 25px;
     color: white;
     font-weight: bold;
}
.modal-body.modal-new {
     position: relative;
     flex: 1 1 auto;
     padding: 1rem;
}
.form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.get-btn-pop {
     background: #ff1a33;
     border-radius: 0.25rem!important;
     font-size: 18px;
     font-weight: 800;
}
div#exampleModalCenter3 .modal-dialog {
     max-width: 400px !important;
     margin: 1.75rem auto;
}

button.btn-close.scroll-close {
     position: relative;
     top: -83px;
     right: -2px;
}
.btn-close {
     box-sizing: content-box;
     width: 1em;
     height: 1em;
     padding: .25em .25em;
     color: #000;
     background: url('../images/close.svg');
    background-repeat: no-repeat;
     filter: invert(1)!important;
     border:none!important;
}
button.btn-close:focus {
     outline: 0px;
}


*/


.pulse2 {
    -webkit-animation: pulse 400ms infinite alternate;
    animation: pulse 400ms infinite alternate;
}

@-webkit-keyframes pulse {
    0% {
        color: #000000;
    }

    100% {
        color: #fff;
    }
}

@keyframes pulse {
    0% {
        color: #000000;
    }

    100% {
        color: #fff;
    }
}

.scroll-main-modal .modal-dialog {

    margin: 4.75rem auto;
}


.modal-body.modal-new {
    background: #ffffff;
}

.modal-header-scroll {
    position: absolute;
    right: 2px;
    top: -20px;
    z-index: 1;
}

.modal-header-scroll .btn-close {
    color: #fff;
    font-size: 21px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #000000;
    font-weight: 600;
    border: 0;
    font-family: sans-serif;
}


.modal-content.bg-modal-scroll {

    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);

}

.modal-new p {
    text-align: center;
    font-size: 35px;
    color: #f93c3c;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    border-radius: 8px;
    margin-bottom: 0px;
}

.modal {
    background: #000000b8;
}


.lucky-btn {
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    display: inline-block !important;
    width: 100%;
    height: 55px;
    background: #000000;
    border: none;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.lucky-btn:hover {
    background: #d9d7d7;
    color: black;
}

.modal-new.scroll-popup input {
    height: 50px;
}
.modal-new.scroll-popup select {
    height: 50px;
}



.countdown {
    text-align: center;
    font-weight: 700;
    padding: 0px 0px 10px;

}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    font-size: 3rem;
    margin-left: .8rem;
    color: #fff
}

.countdown span:first-of-type,
.countdown-circles span:first-of-type,
.testimonials_top_block_item:last-child b {
    margin-left: 0
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: 700
}

.countdown-circles span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}
.scl-icn img {
    width: 20px;
    filter: invert(1);
}
.footer-img {
    margin: 0 auto;
    display: table;
}
.social-icon ul li a {
    color: white;
}

.social-icon ul li {
    display: inline-block;
    margin: 0px 10px;
}

.social-icon ul {
    text-align: center;
}

.social-icon ul li a i {
    padding-right: 5px;
}
.footer-img {
    width: 20%;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.modal-new h1 {
    font-size: 44px;
    margin: 0;
    font-weight: 800;
}


span.limited-text {
    margin-top: 5px;
    border-radius: 4px;
    font-size: 15px;
    padding: 5px 93px;
    display: inline-block;
    background: #ffc600;
    font-weight: 700;
    text-transform: uppercase;
}


.scroll-main-modal .modal-body {
       border-radius: 4px;
    background: #fb4b04;
}


/* download btn modal */
.download-main-modal .modal-body {
    border-radius: 4px;
    /* background-color: #222121; */
    background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 76%)), url("../images/get-free-sample.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 30px;
}
.download-main-modal span.get-sample-head {
    margin-bottom: 30px;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 32px;
    display: inline-block;
    font-weight: bold;
    color: #df4000;
    text-transform: uppercase;
}
.download-main-modal span.get-sample-head span {
    color: azure;
}

.modal-new.download-popup input {
    height: 50px;
}
.modal-new.download-popup select {
    height: 50px;
}

#down-btn{
    background-color: #df4000;
}

#down-btn:hover{
background-color: #f6f6f6;
}
.get-pro img {
    width: 50%;
}

.modal-header-download #down-btn {
  
    background: #df4000;
  
}