* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: .01rem auto 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

p,
li {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #515151;
  font-weight: 500;
}

dl,
ol,
ul {
  margin-bottom: 0px;
  padding-left: 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 800;
}

a {
  color: #ee333f;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

button {
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  outline: 0 !important;
}

input[type="submit"] {
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #666;
  text-decoration: none;
}

.pointer-event-none {
  pointer-events: none;
}

label {
  margin-bottom: 0px;
  color: #363636;
}

.error {
  color: #ee333f;
}

.form-group {
  margin-bottom: 25px;
}

.form-control,
.form-control:focus {
  border: none;
  font-size: 16px;
  line-height: 26px;
  height: 45px;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #e9ebef;
  border-radius: 0;
}

.transition {
  transition: 0.3s all ease-in-out;
}

::selection {
  color: #fff;
  background: #ee333f;
}

.section-divider {
  margin: 0 0 80px;
}

.pad-80 {
  padding: 80px 0;
}

.gray-bg {
  background-color: #f3f3f3;
}

.redcolor {
  color: #ee333f;
}

.blackcolor {
  color: #333;
}

.heading {
  font-size: 3.2rem;
  line-height: 4.5rem;
  margin-bottom: 15px;
  font-weight: 800;
}

.heading i {
  color: #ee333f;
  font-style: normal;
}

.sub-heading {
  font-size: 2.2rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sub-heading i {
  color: #ee333f;
  font-style: normal;
}

.check-list {
  list-style-type: none;
}

.check-list li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.check-list li:before {
  position: absolute;
  content: '\f00c';
  left: 0;
  top: 0;
  color: #ee333f;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}

header {
  position: static;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
  animation-duration: .5s;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
}

header.menu-fix {
  position: fixed;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.menu-area {
  justify-content: space-between;
  gap: 5px;
}

.btn-main {
  background-color: #ee333f;
  text-align: center;
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  min-width: 180px;
  position: relative;
  overflow: hidden;
  border: none;
}

.btn-main i {
  margin-left: 3px;
  transform: translateX(0px);
  transition: 0.3s all ease-in-out;
}

.btn-main:hover, .btn-main:focus {
  background-color: #000;
  color: #fff;
}

.btn-main:hover i, .btn-main:focus i {
  transform: translateX(5px);
}

.rb-btn:hover {
  background-color: #fff;
  color: #ee333f;
}

.navsec.offer:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.navsec.offer h3 {
  animation: grow;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  margin: 0;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  color: #333;
  padding: 0;
  font-weight: 600;
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-inner-caption {
  padding: 100px 0 100px;
}

.banner-inner-caption .banner-dsc h1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  padding: 0 0 20px;
  margin: 0 0 40px;
}

.banner-inner-caption .banner-dsc h1:before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #ee333f;
  left: 0;
  bottom: 0;
  width: 30%;
}

.banner-inner-caption .banner-dsc h1 i {
  color: #ee333f;
  font-style: normal;
}

.banner-inner-caption .banner-dsc p {
  font-size: 18px;
  line-height: 28px;
}

.banner-right img {
  border: solid 2px #000;
  border-radius: 20px 20px 20px 0;
}

.banner-right .banner-quote {
  width: 250px;
}

.banner-right .banner-quote .quote-star {
  width: 100%;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.11);
}

.banner-right .banner-quote .quote-star p {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #000;
}

.banner-right .banner-quote .quote-star .fa-star,
.banner-right .banner-quote .quote-star .fa-star-half {
  color: #ffcc44;
}

.banner-right .banner-quote .quote-star .counter-value-float,
.banner-right .banner-quote .quote-star .counter-value {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  color: #ee333f;
}

.empower-healthcare {
  padding: 20px;
  border-bottom: 5px solid #ee333f;
  background-color: rgba(254, 239, 240, 0.5);
}

.whats-included-inner {
  padding: 18px 25px;
  border: 1px solid #d3d6d9;
  border-top: 10px solid #d3d6d9;
  border-radius: 5px;
  margin: 15px 0;
  transition: 0.3s all;
  transform: scale(1);
  background-color: #fff;
  margin: 0 0 20px;
  min-height: calc(100% - 20px);
}

.whats-included-inner .sub-heading {
  margin: 0 0 20px;
}

.whats-included-inner.offer2 {
  border-color: #000;
}

.whats-included-inner.offer3 {
  border-color: #ee333f;
}

.whats-included-inner:hover {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.065);
  border: 1px solid #fff;
  transform: scale(1.02);
}

.no-contracts-just-results-sec {
  background-color: #000;
  padding: 25px;
  border-radius: 5px;
}

.insurance-type-single a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.insurance-type-single a .sub-heading {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0 0;
  transition: 0.3s all ease-in-out;
}

.insurance-type-single a:hover .sub-heading {
  color: #ee333f;
}

.crm-logos-main {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0 0;
}

.single-crm-logo {
  width: 250px;
  padding: 20px;
  min-height: calc(100% - 15px);
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose {
  padding: 20px;
  border: 1px solid #eaeaea;
  margin: 15px 0;
  transition: 0.3s all;
  transform: scale(1);
  min-height: calc(100% - 20px);
  margin: 0 0 20px;
  background-color: #fff;
}

.why-choose:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  background-color: #ee333f;
  width: 0%;
  content: '';
  transition: 0.3s all ease-in-out;
}

.why-choose .sub-heading {
  color: #ee333f;
}

.why-choose:hover {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.065);
  border: 1px solid #fff;
  transform: scale(1.02);
}

.why-choose:hover:after {
  width: 100%;
}

.whuchoose-after h4 {
  font-size: 16px;
  line-height: 28px;
}

.testimonial-img img {
  width: 120px !important;
  display: inline-block !important;
}

.single-testimonial {
  text-align: center;
}

.single-testimonial .testimonial-desc h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}

.single-testimonial .testimonial-desc p {
  font-size: 16px;
  color: #848484;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.single-testimonial .testimonial-desc h5 {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 26px;
}

.single-testimonial .testimonial-desc h5 span {
  display: block;
  color: #ee333f;
}

.owl-dots {
  text-align: center;
  padding-top: 35px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #aaaaaa !important;
  margin: 0 8px;
  border-radius: 100%;
  position: relative;
}

.owl-dot.active {
  background-color: #ee333f !important;
}

.owl-dot:before {
  background-color: #ee333f;
  opacity: 0.1;
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  top: -6px;
  left: -6px;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
}

.owl-dot.active:before {
  transform: scale(1);
}

.happy-clients-section .happy-clients-logo {
  padding: 0 10px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.insurance-agency {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insurance-agency .caseresult {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 49%;
  border: 1px solid #c5bfbfa8;
  padding: 20px 10px;
  background-color: #fff;
}

.caseresult-desc h4 {
  font-weight: 700;
  color: #15af29;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

.resource-block span {
  padding: 15px;
}

.rcrr {
  padding: 20px;
  background-color: rgba(254, 239, 240, 0.5);
  min-height: calc(100% - 20px);
  margin: 0 0 20px;
}

.real-results .testimonial-desc img {
  width: 250px;
  display: inline-block;
  border: 1px solid #d3d6d9;
}

.real-results .testimonial-desc h3 {
  margin: 10px 0 15px;
}

.form-sec {
  padding: 30px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #d3d6d9;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.065);
  background-color: #fff;
}

textarea.form-control {
min-height: 110px;
}

.form-control:focus {
  border-bottom: 2px solid #ee333f;
  background-color: transparent;
}

.copyright-bg {
  background-color: #000;
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 1024px) {
  .banner-inner-caption {
    padding: 50px 0 50px;
  }
  .banner-inner-caption .banner-dsc h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
  }
  .banner-right .banner-quote {
    bottom: 30px;
    left: 20px;
  }
  .banner-right .banner-quote .quote-star .counter-value-float,
  .banner-right .banner-quote .quote-star .counter-value {
    font-size: 20px;
    line-height: 30px;
  }
  .heading {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .sub-heading {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  .insurance-agency .caseresult {
    width: 48%;
  }
}

@media (max-width: 990px) {
  .navsec.offer {
    margin: 10px 0 0 0;
  }
  .navsec.offer h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .pad-80 {
    padding: 40px 0;
  }
  .section-divider {
    margin: 0 0 40px;
  }
  /*.banner-inner-caption {
    padding-bottom: 0;
  }*/
  .banner {
    background-image: none !important;
    background-color: #e7e9e8;
  }
  .banner-inner-caption .banner-dsc h1:before {
    right: 0;
    margin: 0 auto;
  }
  .heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .banner-inner-caption .banner-dsc h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .banner-right .banner-quote {
    position: static;
    width: 100%;
  }
  .single-testimonial .testimonial-desc h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0 15px;
  }
  .insurance-agency {
    flex-direction: column;
  }
  .insurance-agency .caseresult {
    width: 100%;
  }
  .crm-logos-main {
    padding: 20px 0 0;
    flex-wrap: wrap;
    gap: 20px;
  }
  .single-crm-logo {
    width: 160px;
    padding: 5px;
  }
}

.astranaut {
  position: absolute;
  top: 0;
  width: 220px;
  right: -45px;
  animation: float 4s ease-in-out infinite;
}

.not-found-desc h1 {
  font-size: 120px;
  font-weight: 800;
  color: #ee333f;
}

.not-found-desc h3 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #3e3e3e;
  line-height: 37px;
}

.not-found-desc p {
  font-size: 16px;
  line-height: 28px;
}

@keyframes float {
  0% {
    transform: translatey(0px) rotateZ(0);
  }
  50% {
    transform: translatey(-20px) rotateZ(7deg);
  }
  100% {
    transform: translatey(0px) rotateZ(0);
  }
}

.thankspage h1 {
  font-size: 60px;
  line-height: 70px;
}

@media (max-width: 1024px) {
  .thankspage h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 500px) {
  .not-found-desc h1 {
    font-size: 70px;
    font-weight: 800;
    color: #ee333f;
  }
  .not-found-desc h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
  }
  .astranaut {
    width: 160px;
    right: 0;
  }
  .thankspage h1 {
    font-size: 26px;
    line-height: 36px;
  }
}


.box-shadow {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.065);
}




/* --------- pricing page -------- */

.pricing-block-each {
  position: relative;
  margin: 0 0 20px;
  min-height: calc(100% - 20px);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  padding-bottom: 90px; 
  background: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}

.pricing-block-each:hover {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  transform: scale(1.01);
}

.pricing-block-head {
  text-align: center;
  background: #ff5862;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.pricing-block-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  border: solid 4px #ffa8ae;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
}

.pricing-block-head h2 {
  color: #fff;
 font-size: 28px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
  margin: 0 0 10px;
}

.pricing-block-head p {
  color: #fff;
}

.pricing-block-head h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

.pricing-block-head h4 i {
  font-style: normal;
  font-size: 15px;
  margin-left: 5px;
}

.pricing-block-head hr {
  background: #658ebb;
}

.pricing-desc-block {
  position: relative;
}

.pricing-desc-block h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 28px;
  color: #326196;
}

.pricing-block-each .btn-main {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.sec-service-block-each .seo-desc-block h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #189b22;
}

.pricing-option-block {
  margin: 30px 0 30px;
}


/*faq*/
.faq-main .accordion-item {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #ddd
}

.faq-main .accordion-item .accordion-body {
  background-color: #fff;
}

.faq-main .accordion-item .accordion-header .accordion-button {
  color: #454545;
  border: none;
  padding: 18px 10px 10px;
  background-color: #fff;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 0;
  font-weight: 500;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.faq-main .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  width: 0%;
  bottom: 0;
  top: auto;
  background-color: rgba(255, 88, 98,0.9);
  transition: 0.3s all ease-in-out;
}

.faq-main .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "+";
  color: #ff5862;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
}

.faq-main .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.faq-main .accordion-item .accordion-header .accordion-button:hover {
  color: #ff5862;
}

.faq-main .accordion-item .accordion-header .accordion-button:hover::before {
  width: 100%;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: rgba(255, 88, 98,0.7);
  color: #fff;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  color: #fff;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed):hover {
  color: #fff;
}

.faq-main .accordion-item .accordion-header .accordion-button:not(.collapsed):hover::before {
  width: 100%;
}


/************* collapase ***********/


.sec-service-block-each {
    background: #fef7f7;
    border: solid 1px #fef7f7;
    padding: 25px;
    margin: 0 0 30px;
    min-height: calc(100% - 30px);
    transition: 0.3s ease-in-out all;
}


.sec-service-block-each:hover {
    box-shadow: 0px 8px 45px rgb(0 0 0 / 7%);
    transform: translateY(-5px);
}

.seo-img-block img {
    width: 60px;
}

.seo-desc-block p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.seo-img-block {
    margin: 0 0 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.seo-desc-block h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}

.search-ranking-block {
    padding: 30px 0 0;
}

.seo-desc-block a {
    color: #222;
}

.sec-service-block-each .seo-desc-block h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #189b22;
}

.readMoreLess {
    position: relative;
}

.readMoreLess span:after {
    content: "More";
    transition: 0.3s all ease-in-out;
}

.readMoreLess i {
    transition: 0.3s all ease-in-out;
}

.readMoreLess[aria-expanded=true] span:after {
    content: "Less";
}

.readMoreLess[aria-expanded=true] i {
    transform: rotate(180deg);
}

@media (max-width: 767px) { 

  .logo-area img {
    width: 170px !important;
}
  .navsec .btn-main {
  padding: 15px 5px;
   min-width: 120px;
  }
  
}



/*Portfolio websits design*/
.new-field {
    cursor: pointer;
}
.portfolio-img {
    transition: 0.3s all;
    box-shadow: none;
}
.portfolio-img {
    position: relative;
    overflow: hidden;
}
.portfolio-img:before {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: 0.5s all;
    z-index: 9;
}
.portfolio-img .web-templets {
    height: 250px;
    border-radius: 0;
}
.web-templets {
    background-color: #ddd;
    border-top-left-radius: 30px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: background-size 3s;
    cursor: pointer;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
    color: #fff;
}
.portfolio-img .web-templets::before {
    background-color: #000;
    opacity: 0.4;
}
.web-templets:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 75%,rgba(0,0,0,0.5) 100%);
    z-index: 9;
}
.templet-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}
.portfolio-logo {
    pointer-events: none;
}
.portfolio-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.5s all;
    transform: translateY(25px);
    z-index: 9;
}
.portfolio-img img {
    transition: 2s all;
    transform: scale(1);
}
.portfolio-logo img {
    max-width: 180px;
    max-height: 180px;
}
.new-field .portfolio-desc h3 {
    color: #EE333F;
}
.portfolio-desc h3 {
    margin: 15px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.3s all;
}
.web-templets:hover .templet-card {
    webkit-animation: animateBackground 3s linear forwards;
    animation: animateBackground 3s linear forwards;
}
@-webkit-keyframes animateBackground {
    from {
        background-position: center 0
    }

    to {
        background-position: center 100%
    }
}

@keyframes animateBackground {
    from {
        background-position: center 0
    }

    to {
        background-position: center 100%
    }
}

.theme-sample .modal-header, .theme-sample .modal-footer {
    padding: 0;
    border: none;
}
.theme-sample .modal-body {
    padding: 0;
}
.theme-sample button.close {
    position: fixed;
    z-index: 999;
    top: 24px;
    right: 17%;
    width: 40px;
    height: 40px;
    background: #EE333F !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: normal;
    text-shadow: none;
    color: #fff;
  border:0;
}

.theme-sample button.close:hover {
    transform: rotate(180deg);
    opacity: 1 !important;
}




@media(max-width:1600px){

.theme-sample button.close {
right:10%
}
}
@media(max-width:1400px){

.theme-sample button.close {
right:5%
}
}
@media(max-width:990px){

.theme-sample button.close {
right:10%
}
}
@media(max-width:767px){

.theme-sample button.close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}
}


@media(max-width:320px){
.navsec .btn-main {
    padding: 8px 5px;
    font-size: 12px;
}
  }