/*Main Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
  --primary-color:#232160;
  --seconday-color: #1a1a1a;
  --theme-color: #cf6565;
  --purple-color:#c0d0f4;
  --body-font-family:'Poppins', sans-serif;
  --heading-family:'Mont';
  --section-pad:5rem 0;
}

::selection{background:#ff5e14;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:5px;background-color:#f5f5f5;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#fff;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;background-color:var(--theme-color);}

/* Tabbing CSS */
[class^="box-"]{display:none;}
[class^="box-"].showfirst{display:block;}

body{font-family:var(--body-font-family);overflow-x:hidden;font-size:16px;line-height:1;color:var(--primary-color)}

h1,
h2,
h3,
h4,
h5,
h6{display:block;font-weight:bold;margin:0;line-height:normal;font-family:var(--heading-family);color:var(--seconday-color);text-transform: capitalize;}

/*popup*/
.popup{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;width:500px;height:500px;z-index:1;}
.pop-inner{background-color:#930505;width:100%;height:550px;padding:35px;border-radius:10px;}
.closePop{position:absolute;top:-12px;right:0;width:35px;height:35px;background-color:#fff;color:#000;font-size:16px;border-radius:50%;z-index:2;display:flex;justify-content:center;align-items:center;cursor:pointer;}

*:hover,*:focus,*{outline:none!important;}

img{max-width:100%;height:auto;}

a,
input[type="submit"]{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;display:inline-block;cursor:pointer;text-decoration:none}

ul{margin:0;padding:0;list-style:none;}
span{display:inline-block;}

/* faqs accordian */
ul.accordion-list{position:relative;display:block;width:100%;height:auto;margin:0;list-style:none;}
ul.accordion-list  li {position:relative;display:block;width:100%;height:auto;cursor:pointer;padding: 24px;border-radius: 12px;border: solid 1px #dedede;}
ul.accordion-list li.active h3:after{content:"\f068";}
ul.accordion-list li h3{font-weight: normal;position:relative;display:block;width:100%;height:auto;font-size: 16px;cursor:pointer;color: #0d3235;}
ul.accordion-list li h3:after{content:"\f067";font-family: 'Font Awesome 5 Pro';position:absolute;right:0;color: #000;transition:all .3s ease-in-out;font-size: 15px;font-weight: 100;}
ul.accordion-list li div.answer {position:relative;display:block;width:100%;height:auto;margin:0;padding:0;cursor:pointer;margin-top: 16px;}
ul.accordion-list li div.answer p{position:relative;display:block;cursor:pointer;line-height: 1.71;font-size:14px;color: #849090;}
ul.accordion-list li.active .answer { display: block !important;}

/* slider arrows */

.RevSlider .arr-left ,.RevSlider .arr-right{position: absolute;bottom: -5px;left: 45%;color: var(--theme-color);z-index: 1;cursor: pointer;transition: 0.3s ease-in-out;margin: auto;font-size: 22px;}
.RevSlider .arr-right{left:auto;right: 45%;}
.RevSlider .arr-left:hover,.RevSlider .arr-right:hover{color:var(--purple-color)}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: var(--body-font-family);
    font-weight: 400;
}

::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder,::-moz-placeholder{color:#a3a3a3;font-weight:400;opacity:1;}

.ovr-hiddn{overflow:hidden;}
.overlay:after{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6);z-index:1;}
.overlay{display:none;}
.overlay.active{display:block;}

/* Custom Slick Css */

.slick-list{margin:0 -15px;}
.slick-slide{margin:0 15px;}
.slick-dots{padding: 44px 0 0;text-align:center;position:relative;bottom:0;}
.slick-dots li{margin: 0 14px 0 0px;width:auto;display:inline-block;vertical-align:middle;overflow:hidden;padding:0px;border:none;height:auto;}
.slick-dots li button{height: 10.5px;width: 10.5px;border-radius:50%;padding:0px;background: #eaeaea;border:none;cursor:pointer;font-size:0px;padding:0px;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;box-sizing:border-box;}
.slick-dots li.slick-active button{background: var(--theme-color);}
.slick-dots li.slick-active button:before{display:none;}
.slick-dots li button:before{display:none;}

/*header css*/

header{-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
a.logo{display:inline-block;font-size: 37.9px;font-weight: bold;line-height: 1.2;color: #1c1c1b;font-family: 'Mont';}
.logo img{display: block;
    height: 60px;}

/* Hamburger Menu */

.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display:block;height:4px;width:100%;background:var(--theme-color);position:absolute;transition:0.6s all;border-radius:100px;}
.menu-Bar span:nth-child(1){top:0;}
.menu-Bar span:nth-child(2){top:8px;transform-origin:left;}
.menu-Bar span:nth-child(3){top:16px;}
.menu-Bar.open span{background:#b70404;}
.menu-Bar.open span:nth-child(1){transform:rotate(45deg);top:12px;transform-origin:right-center;}
.menu-Bar.open span:nth-child(2){width:0;opacity:0;}
.menu-Bar.open span:nth-child(3){transform:rotate(-45deg);top:12px;transform-origin:right-center;}

/* Menu Css */

.menu{font-size:0px;display:inline-block;vertical-align:middle;}
.menu > li{display:inline-block;vertical-align:middle;}
.menu > li > a{display:block;font-size: 14px;color: #1a1a1a;text-transform:uppercase;font-weight: normal;padding: 15px;}
.menu li:hover a,
.menu li.active a{color: var(--theme-color);}

/* Main Banner CSS */
.mainBanner{background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;position:relative;height: 594px;}
p{margin: 0;font-size: 15px;line-height: 1.6;color: var(--primary-color);}
.spad{padding: var(--section-pad);}
figure{margin-bottom: 0;}
.top-hdr {
  background-color: #1e1e1e;
  padding: 10px 0;
}

ul.top-hdr-cta {
  text-align: end;
  font-size: 0;
}

ul.top-hdr-cta li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.07;
  color: #fff;
}

ul.top-hdr-cta li a {
  color: #fff;
}

ul.top-hdr-cta li+li {
  margin-left: 60px;
}

.main-header {
  padding: 22px 0 21px;
  transition: .3s all ease-in-out;
}

.menu li+li {
}

a.theme-btn {
  width: 232px;
  background-color: var(--theme-color);
  padding: 16px 0 17px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.menuWrap a.theme-btn {
  margin-left: 44px;
}

.mb_cnt h1 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 14px;
}

.mb_cnt p {
  color: #fff;
  padding: 0 10px;
  margin-bottom: 35px;
}

h6.sub-head {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--theme-color);
  margin-bottom: 8px;
  text-transform: uppercase;
}

h2.main-head {
  font-size: 33px;
  line-height: 1.34;
}

.hm-abt-cnt h2 {
  margin-bottom: 31px;
}

.hm-abt-cnt p {
  width: 448px;
  max-width: 100%;
  margin-bottom: 29px;
}

ul.hm-abt-list li {
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.71;
  display: block;
  position: relative;
}

ul.hm-abt-list li+li {
  margin-top: 20px;
}

ul.hm-abt-list {
  margin-bottom: 45px;
}

.hm-abt-cnt a.theme-btn {
  width: 164px;
}

.hm-abt-imgs image-space {
  height: 51px;
  background-color: var(--theme-color);
  display: block;
  margin-bottom: 15px;
}

.hm-abt-imgs figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.home-about {
  padding: 57px 0 58px;
}
ul.hm-abt-list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Pro';
  color: var(--theme-color);
}
figure.long-figure {
  height: 615px;
}

.hm-abt-imgs figure+figure {
  margin-top: 15px;
}



section.our-services {
  background-color: var(--theme-color);
  padding: 95px 0 125px;
}

section.our-services .sec-title h2 {
  padding: 0 54px;
  margin-bottom: 54px;
  font-size: 34px;
}

.servWrap {
  padding: 30px 30px 16px;
  background-color: #fff;
  position: relative;
  min-height: 412px;
  max-height: 100%;
}

.servWrap figure {
      margin-bottom: 27px;
    min-height: 73px;
    display: flex;
    align-items: center;
}

.servWrap h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 11px;
  padding-right: 22px;
}

.servWrap p {
  margin-bottom: 49px;
}

.servWrap a {
  width: 48px;
  height: 42px;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-left: auto;
  position: absolute;
  bottom: 16px;
  right: 17px;
}

section.our-expertise {
  background-color: #1a1a1a;
  padding: 133px 0 86px;
  position: relative;
  overflow: hidden;
}

.exp-cnt h2 {
  margin-bottom: 8px;
  font-size: 52px;
}

.exp-cnt p {
  color: #fff;
  width: 515px;
  max-width: 100%;
}

.exp-box {
  padding: 31px 0 33px;
  box-shadow: 0 0 26.3px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 275px;
  text-align: center;
}

.exp-box h4 {
  font-size: 113.8px;
  line-height: 1.42;
  color: var(--theme-color);
}

.exp-box h6 {
  font-size: 24px;
  font-weight: normal;
  padding: 0 10px;
}

.elem-exp {
  position: absolute;
  bottom: 85px;
  left: 0;
  width: 49%;
  height: 275px;
}

.exp-cnt {padding-left: 80px;min-width: 725px;max-width: 100%;}

.elem-exp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 26.3px 0 rgba(0, 0, 0, 0.05);
}

section.pricing-plan {
  padding: 73px 0 84px;
}

section.pricing-plan .sec-title h2 {
  padding: 0 20px;
  margin-bottom: 60px;
}

.priceWrap {
  padding: 55px 0 75px;
  background-color: rgba(75, 131, 251, 0.07);
}
.price-title {
  padding: 0 39px;
}

.price-title h4 {
  font-size: 33.4px;
  line-height: 1.09;
  margin-bottom: 23px;
}

.price-title p {
  width: 304px;
  max-width: 100%;
  margin-bottom: 26px;
}

.price-rate {
  background-color: var(--purple-color);
  padding: 11px 68px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
}

.price-rate h6 {
  line-height: 1.23;
  font-size: 44px;
  color: #353636;
}

.price-rate span {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.price-features {
  padding: 0 39px;
  margin-bottom: 62px;
}

.price-features ul li {padding-left: 30px;font-size: 16px;line-height: 1.6;position: relative;}

.price-features ul li+li {
  margin-top: 20px;
}

.price-features ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Pro';
  color: #b3c0dd;
}

.priceWrap a.theme-btn {
  margin: 0 auto;
  display: block;
  background-color: var(--purple-color);
  color: #353636;
}

.priceWrap:hover {
  background-color: #fcf1f1;
}

.priceWrap:hover .price-rate {
  background-color: var(--theme-color);
}

.priceWrap:hover .price-rate h6 {
  color: #fff;
}

.priceWrap:hover 
.price-features ul li:before {
  color: var(--theme-color);
}

.priceWrap:hover a.theme-btn {
  background-color: var(--theme-color);
  color: #fff;
}
section.cta-sec {
  padding: 93px 0 84px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px;
}

section.cta-sec h2.main-head {
  font-size: 42px;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 40px;
}

.cta-btns {
  font-size: 0;
}

.cta-btns a:last-child {
  background-color: var(--purple-color);
  color: #1a1a1a;
  margin-left: 29px;
}

section.testimonial-sec {
  padding: 76px 0 85px;
}

.revWrap {
  display: flex;
  align-items: center;
  gap: 31px;
  border-radius: 20px;
  background-color: #fafafa;
  padding: 30px;
  position: relative;
  opacity: 0.2;
}

.revWrap figure {
  flex-shrink: 0;
}

.revWrap figcaption p {
  font-size: 16px;
  line-height: 1.63;
  color: #202020;
  margin-bottom: 18px;
}

.revWrap figcaption .info-client h5 {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 6px;
}

.revWrap figcaption .info-client span {
  font-size: 14px;
  line-height: normal;
  color: #808080;
  display: block;
}
section.testimonial-sec .sec-title h2 {
  margin-bottom: 54px;
}

.RevSlider 
.slick-list.draggable {
  padding: 0 29% 0 !important;
}

.revWrap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 37px;
  height: 27px;
  background: url(../images/Quotes.png) no-repeat;
}
.RevSlider 
 .slick-slide.slick-current.slick-active.slick-center .revWrap {
    opacity: 1;
}

.slick-dots li:last-child {
    margin-right: 0;
}
.contactWrap {
  position: relative;
  padding-left: 114px;
  padding-right: 59px;
}

.contactWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: var(--theme-color);
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contactWrap h2.main-head {
  font-size: 34px;
  padding-right: 10px;
  margin-bottom: 24px;
}

.contactWrap a.theme-btn {
  background-color: #1a1a1a;
}
footer {
  background-color: #1a1a1a;
  padding: 18rem 0 0;
  margin-top: -13rem;
  position: relative;
  z-index: 0;
}
.widget a.logo {
  color: var(--theme-color);
  margin-bottom: 31px;
}

ul.ft-nav li {
  font-size: 15px;
  line-height: 1.6;
  color: #dadada;
  margin-bottom: 15px;
}

ul.ft-nav li a {
  color: #dadada;
}

ul.ft-nav li:last-child {
  margin-bottom: 0;
}

.widget h5 {
  font-size: 19px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 29px;
}

.widget span {
  font-size: 15px;
  line-height: 1.6;
  color: #dadada;
  display: block;
  margin-bottom: 20px;
}

.newsltr-inp input {
  width: 100%;
  height: 54px;
  box-shadow: 0 5px 10px 0 rgba(75, 131, 251, 0.05);
  background-color: #fff;
  margin-bottom: 15px;
  font-family: 'Mont';
  font-size: 14px;
  padding: 0 18px;
}

.newsltr-inp button {
  height: 56px;
  background-color: var(--theme-color);
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.copyright {
  margin-top: 55px;
}

.cpWrap {
  border-top: 1px solid rgba(101, 207, 169, 0.1);
  padding: 35px 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

ul.ft-cp-list {
  font-size: 0;
}

ul.ft-cp-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: var(--theme-color);
}

ul.ft-cp-list li a {
  color: var(--theme-color);
}

.cpWrap > p {
  color: #dadada;
}

ul.ft-cp-list li+li {
  border-left: 1px solid #fff;
  padding-left: 8px;
  margin-left: 8px;
}

section.contact-hm {
  position: relative;
  z-index: 1;
}

ul.ft-nav li i {
  margin-right: 7px;
}
@-webkit-keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
@keyframes upscale {
  50% {
    transform: scale(1.5);
  }
}
.theme-btn span.upscale {
  -webkit-animation: upscale 0.25s 1;
  animation: upscale 0.25s 1;
  display: inline-block;
}
a.theme-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 140px;
  background-color: rgb(255 255 255 / 25%);
  transform: rotate(35deg);
  top: -50px;
  left: -30px;
  transition: .4s all ease-in-out;
}

a.theme-btn:hover:after {
  left: 150%;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: end;
}
ul.ft-nav li a:hover {
  color: var(--purple-color);
}
section.home-about.abt-s2 {
  background-color: #f2f6ff;
}
section.abt-s1 .hm-abt-cnt {
  padding-left: 85px;
}

section.abt-s1 {
  padding: 72px 0 67px;
}

ul.hm-abt-list li span {
  display: block;
  font-size: 14px;
  color: #979797;
  margin-top: 6px;
}
section.abt-s1 .hm-abt-cnt a.theme-btn {
  width: 232px;
}
section.serv-detail a.theme-btn {
  width: 232px;
}

.srv2-cnt h2 {
  margin-bottom: 31px;
}

.srv2-cnt p {
  line-height: 2;
  margin-bottom: 56px;
  width: 448px;
  max-width: 100%;
}

section.service-sec2 {
  padding: 116px 0 124px;
  background-color: #f2f6ff;
}

.serv2Boxs {
  background-color: var(--purple-color);
  max-height: 100%;
  padding: 33px 20px 45px 25px;
  border-left: 14px solid #7887a8;
  min-height: 205px;
}

.serv2Boxs b {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.72;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 19px;
}

.serv2Boxs strong {
  font-size: 25.6px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.serv2Boxs-1{
  background-color: var(--theme-color);
  border-color: #984141;
}
section.why-choose-us {
  padding: 90px 0 0;
}

.why-cnt h2 {
  margin-bottom: 31px;
}

.why-cnt p {padding-right: 10px;}
ul.accordion-list li.active h3 {
  color: var(--theme-color);
}

ul.accordion-list li.active {
  border-color: var(--theme-color);
}

ul.accordion-list li+li {
  margin-top: 24px;
}
section.faqs-sec {
  padding: 51px 0 6rem;
}

section.faqs-sec ul.accordion-list li div.answer p {
  width: 744px;
  max-width: 100%;
}
.cntact-ft footer {
  margin-top: 0;
  padding-top: 6rem;
}
section.contact-s1 .sec-title {
  margin-bottom: 1rem;
}

.cont-bx {
  border-radius: 12px;
  background-color: #f2f6ff;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 43px 37px 50px;
  height: 100%;
}

.cont-bx figure {
  flex-shrink: 0;
}

.cont-cnt-bx h4 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cont-cnt-bx p {
  margin-bottom: 36px;
}
.cont-bx.cont-bx2 a.theme-btn {
  background-color: var(--purple-color);
  color: #1a1a1a;
}

.cont-bx.cont-bx2 {
  gap: 40px;
}

section.contact-s1 {
  padding: 72px 0;
}
section.contact-s2 .sec-title h2.main-head {
  font-weight: normal;
  margin-bottom: 48px;
}

section.contact-s2 {
  padding-bottom: 74px;
}

.cont-s2 {
  border: solid 1px #000;
  padding: 42px 0 45px;
}

.cont-s2 h4 {
  font-size: 19px;
  line-height: 1.7;
  font-weight: normal;
}

.cont-s2 a {
  font-size: 14px;
  line-height: 1.71;
  color: #232160;
}
section.contact-s3 .sec-title h2 {
  font-weight: normal;
  margin-bottom: 60px;
}


.contact-form input,.contact-form textarea {
  width: 100%;
  border-radius: 8px;
  border: solid 3px #e4e4e4;
  height: 74px;
  padding: 0 33px;
  font-size: 16px;
  color: #232160;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 286px;
  padding-top: 26px;
  margin-bottom: 35px;
}

.contact-form 
input[type="submit"] {
  width: 232px;
  height: 56px;
  background-color: #cf6565;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: unset;
}

section.contact-s3 {
  padding-bottom: 7rem;
}
li.dropdown {
  position: relative;
}

ul.sub-menu {
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 1;
  min-width: 253px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: 200%;
  transition: .3s top ease-in-out;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

ul.sub-menu li+li {
  margin-left: 0;
}

ul.sub-menu li {
  border-bottom: 1px solid #e4e4e4;
  /* display: block; */
}

ul.sub-menu li:last-child {
  margin-bottom: 0;
}

ul.sub-menu li > a {font-size: 14px;color: #000 !important;text-transform: uppercase;padding: 12px;display: block;}

li.dropdown:hover ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

ul.sub-menu li > a:hover {
  color: var(--theme-color) !important ;
}
.main-header.stickyOpen {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffffdb;
  padding: .5rem 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  backdrop-filter:blur(5px) ;
}


.price-features ul {
    min-height: 209px;
}






/*-------------------------------------------------------------------------------*/
/************step form start************/
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}
.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 490px;
  background: #f8f8f8;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  max-width: 98%;
  padding: 0 10px;
}
.mmpopup {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 0;
}
.mmpopup .formpop {
  width: 86.4%;
  margin: auto;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  margin-bottom: 9px;
  border-radius: 4px;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont h4 span span {
  display: none;
}
.mmpopup .centercont p {
  color: #727272;
  font-size: 18px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico i {
  background: url(../images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(../images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
  color: #565656;
  max-width: 390px;
  margin: auto;
  display: block;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 28px;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}
.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}
.mmpopup .centercont h4 {
  font-size: 35px;
  color: #000;
}
.mmpopup .centercont h3 {
  font-size: 50px;
  font-weight: 700;
  color: #4c50be;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 5px;
  font-size: 30px;
  color: #000;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
    color: #8db91c;
    font-size: 60px;
}
.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  font-family: "Poppins";
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border-radius: 5px;
  background-color: #8db91c;
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  font-family: "Poppins";
  height: 59px;
  cursor: pointer;
}

.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  transform: scale(1.03);
}
.mmpopup .centercont p:after {
  background-color: #8db91c;
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.step-form .bgform {
  position: relative;
}

.step-form .form-wrapper .form-check {
  padding: 0;
  margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
  margin-bottom: 6px;
  margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.step-form .form-wrapper p.does {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
}

.step-form .form-wrapper p.does i {
  color: #ff8600;
  font-size: 16px;
  margin-left: 5px;
}

.step-form .form-wrapper p.continue {
  font-size: 12px;
  color: #747c8c;
  font-weight: 500;
  display: block;
  margin: 0;
}

.step-form .form-wrapper p.continue a {
  font-size: 12px;
  color: #747c8c;
  font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
  margin-top: 20px;
  color: #fff;
}
table.pricing {
  margin: 0 0 30px;
}

table.pricing tr td:first-child {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.tp-check-pricing {
  width: 24px;
  height: 23px;
}

table.pricing tr td:first-child {
  width: 34.3%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: left;
}

table.pricing.innerpage.compare td {
  border: 0 !important;
}
.compare tr td:first-child {
  color: #333 !important;
}

.bgform h3 {
  font-size: 26px;
  margin-bottom: 16px;
  line-height: 28px;
}
.btn-normal {
  background: #cf6565;
  padding: 10px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}
.add_owner {
  background: #cf6565;
  padding: 14px 30px;
  display: inline-block;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
}
.trash_this {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
.trash_this i {
  background: #e53935;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.tp-check-pricing {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #28c299 url("../assets/images/check-pricing.png") no-repeat
    center;
  border-radius: 100%;
}

.tp-check-pricing.orange {
  background-color: #65cfa9;
}

.tp-check-pricing.blue {
  background-color: #6db6e4;
}

table.pricing tr td {
  border: 1px solid #e6e4e4;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
  background: #65cfa9;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
  background: #6db6e4;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
  background: #344454;
  padding: 12px 30px;
  display: inline-block;
  margin: 10px 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: inherit;
  text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
  text-align: center;
}

.row.pkg-box .col-md-4 {
  text-align: left;
}

.row.pkg-box .col-md-4 i img {
  margin: 0 auto;
  float: left;
}
.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
}
.pkg-selected-actv strong {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0px;
  color: #65cfa9;
  font-weight: bold;
  margin-bottom: 70px;
}
.expedited-box {
  border: 1px solid #f04e23;
  text-align: left;
  padding: 55px 30px 47px 65px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #f04e2317;
}

.expedited-box h6 {
  color: #f04e23 !important;
  font-size: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
}

.expedited-box h6 img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.expedited-info {
  background: #f04e23;
  padding: 5px;
  text-align: center;
  width: 186px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 14px;
  transform: rotate(-30deg);
  left: -46px;
  font-weight: 700;
}
.ov_box strong {
  font-size: 19px;
  color: #4b5a6a;
  font-weight: 700;
}

.ov_box a {
  color: #047bff;
  font-weight: 600;
}

.ov_box {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid rgb(223, 225, 226);
  margin-bottom: 20px;
  margin-top: 13px;
}

.inner-content {
  padding: 30px;
}

.form-tooltip-body h6 {
  margin-bottom: 5px;
  margin-top: 15px;
  color: #000;
}
.form-tooltip {
  cursor: pointer;
  position: relative;
  color: #0a75b1;
  text-decoration: underline;
}
.form-tooltip > span {
  color: #fff;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(to bottom, #28c299, #ff7854);
  border-radius: 50%;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  vertical-align: baseline;
  display: none;
}
.form-tooltip-body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f5f5f5;
  padding: 8px 15px 15px 15px;
  width: 400px;
  max-height: 700px;
  overflow: auto;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  z-index: 2;
  cursor: default;
  border-radius: 6px;
  color: white;
}
.form-tooltip-body p {
  font-size: 14px;
}
ul.trademarksearch-option {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.trademarksearch-option li {
  width: 49.5%;
  display: inline-flex;
  background: #cf656524;
  padding: 20px 20px 20px 20px;
  min-height: 220px;
  align-items: center;
  margin: 2px 0;
  line-height: 1.5em;
  font-size: 15px;
}
ul.trademarksearch-option li input {
  margin-right: 11px;
}
.form-tooltip:hover .form-tooltip-body {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.form-group input[type="file"] {
  border: 1px solid #0a75b11f;
  width: 100%;
  padding: 7px;
  background: #0a75b114;
  margin: 10px 0;
  padding: 13px;
}
.form_group > div strong {
  margin-bottom: 15px;
  /* font-weight: 600; */
  line-height: 1.3;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.m-t-20 {
  margin-top: 20px;
}

h1.checkout-title {
  padding: 0 15px;
  line-height: 60px;
  font-size: 25px;
  font-weight: 400;
  text-shadow: 0 1px rgb(255 255 255 / 70%);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  margin: 0;
  font-weight: bold;
}

.checkout-body {
  padding: 20px;
  background: #eceff559;
}

.checkout-body input {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #c5ccdb;
  border-radius: 5px;
  height: 48px;
}

input.small {
  width: 32.6%;
}

.col-md-6.pd-left-0 {
  padding-left: 0;
}

p.paywith {
  text-align: center;
}

input.verify-pkg-btn.checkout-btn {
  box-sizing: border-box !important;
  height: 44px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 -1px 1px rgb(0 0 0 / 20%) !important;
  border: 1px solid !important;
  border-color: #1486f9 #0f7de9 #0d6acf !important;
  background: #1993fb !important;
  border-radius: 4px !important;
  background-image: -webkit-linear-gradient(
    top,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: -moz-linear-gradient(
    top,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: -o-linear-gradient(
    top,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #4cb1fe,
    #229afc 40%,
    #138df6
  ) !important;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 20%),
    0 1px 2px rgb(0 0 0 / 20%) !important;
  box-shadow: inset 0 1px rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 20%) !important;
  cursor: pointer;
}

.checkout-body p {
  margin-bottom: 18px;
}
.form_wrap {
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  padding: 1.5rem;
  border-radius: 10px;
}
.form_wrap label {
    margin: 0px 0 10px;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 400;
}
.label-big{
    margin-bottom: 6px !important;
    /* font-weight: 600; */
    line-height: 1.5 !important;
}
.form_wrap b,
.form_wrap strong {
  /* font-weight: bolder !important; */
}

.bgform h3 {
  display: flex !important;
  justify-content: space-between;
  /* margin-bottom: 2rem; */
  font-weight: 600;
  letter-spacing: 0;
  color: #333;
}
h3.form-heading {
  justify-content: center;
}
.bgform h3 span {
  font-size: 16px;
  white-space: nowrap;
}
.bgform p {
  font-size: 16px;
  line-height: 26px;
  /* margin-bottom: 20px; */
  font-weight: 400;
}

ul.steps-progress {
  display: flex;
  gap: 77px;
  justify-content:center;
}
.steps-progress li > span {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #d1d5db;
  background: white;
}
.steps-progress span.completed {
  background: #cf6565 !important;
  border: 0 !important;
}
.steps-progress span::after {
  content: "";
  display: flex;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 27px;
  background: #d1d5db;
}
.steps-progress span.completed:after {
  background: #cf6565;
}
.steps-progress li:last-child span:after {
  content: none;
}
.steps-progress span.completed::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: white;
}
.relative {
  position: relative !important;
}

.form_wrap .form-control {
  border: 1px solid #ddd;
  margin-top: 0;
  min-height: 45px;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 15px;
}

ul.process-packs > li {
  width: 33%;
  background: #e9f4ff;
  margin: 1%;
  padding: 20px 20px 100px;
  border: 1px solid #0275df33;
  border-radius: 5px;
  position: relative;
}
ul.process-packs {
  display: flex;
}
ul.process-packs {
  display: flex;
}

ul.process-packs > li ul li {
  font-size: 14px;
  color: #707070;
  line-height: 1.4em;
  margin: 2px 0;
  border-bottom: 1px solid #28c29917;
  padding: 1px 0 4px 0;
}
ul.process-packs > li ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  color: #28c299;
  font-size: 12px;
  margin-right: 8px;
}

ul.process-packs > li > a {
  width: 90%;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head-sec {
  text-align: center;
  margin-bottom: 35px;
}
.head-sec h3 {
  font-size: 23px;
  font-weight: bold;
}

.head-sec h4 {
  font-size: 55px;
  margin: 15px 0 17px;
  color: #0275df;
}

small.fonts-inter {
  font-size: 14px;
  line-height: 24px;
}

.order-details-box {
  background: #f3f6fa;
  border-radius: 6px;
  border: 1px solid #bbc5d6;
  overflow: hidden;
  width: 90%;
}

.order-details-box h5 {
  font-size: 20px;
  text-align: center;
  padding: 14px;
  margin-bottom: 11px;
  background: #ecf0f5;
  border-bottom: 1px solid #bbc5d6;
}

.order-details-box ul li {
  list-style: disc;
  margin-left: 18px;
  margin-top: 8px;
  color: #6c6c6c;
  font-size: 14px;
}

.order-details-box ul {
  min-height: 151px;
  margin: 20px;
}

.totalbox {
  font-size: 25px;
  text-align: center;
  padding: 14px;

  background: #ecf0f5;
  border-top: 1px solid #bbc5d6;
  font-weight: bold;
}
.order-details-box h6 {
  margin: 23px 23px 0;
}


.form-group {
    padding: 16px;
    border: 2px dashed #f3f3f3;
    margin-top: 16px;
}

.submits-wrapper {
    margin-top: 37px;
}


/*Step-5-new*/
/*

.register-pricing .pckg span.pckg-title {
    font-weight: 600;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #8DB91C;
}

.register-pricing .pckg span.just-for {
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 1rem 0;
}

.register-pricing .pckg span.uspto {
    font-size: 18px;
    display: block;
    text-align: center;
}

.register-pricing .pckg .btn-normal {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #8DB91C;
    color: white;
    width: fit-content;
    margin: 1.5rem auto;
    border-radius: 10px;
}
.register-pricing{
    overflow-x:hidden !important;
}
.register-pricing .pckg {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
     margin-bottom: 1.5rem;
    background:#fff;
}

.register-pricing .pckg ul {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 22px;
}

.register-pricing .pckg ul li {
    position: relative;
    display: flex;
    gap: 10px;
}

.register-pricing .pckg ul li::before {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #8DB91C;
    border-radius: 20px;
    top: 5px;
    left: 0;
    flex-shrink: 0;
    position: relative;
}*/
/*Step-5-new*/

.form-check {
    padding-left: 0;
}
.form-check h6 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 14px;
}
.form-check.step4check {
    margin-top: 20px;
}
.ov_box.inner-content.termbox-text p, .ov_box.inner-content.termbox-text li {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.ov_box.inner-content.termbox-text h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 25px 0 23px;
}

.ov_box.inner-content.termbox-text li {
    list-style: disc;
    margin-left: 20px;
}

.ov_box.inner-content.termbox-text li {}

.ov_box.inner-content.termbox-text h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 25px;
}

.expedited-box p {
    font-size: 15px;
    margin-bottom: 20px;
}


.packge-box {
    padding: 25px;
    /* border: 1px solid #dbdbdb; */
    text-align: center;
    margin: 15px 0;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

.packge-box > ul > li {
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 10px;
    color: #747474;
    position: relative;
    padding-left: 21px;
    padding-top: 11px;
}

.packge-box > ul > li:before {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    background: #cf6565;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}
.form-title {
    line-height: 1.8em;
}

.packge-box h3.form-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #001f6d;
}
.packge-box > ul > li+li {
    border-top: 1px dashed #cdcdcd;
}


/********form end********/


.header-2 footer {
    padding: 6rem 0 0;
    margin-top: 0rem;
}
.theme-btn {
    padding: 15px 25px;
    /* border-radius: 10px; */
    border: solid 1px #cf6565;
    background-color: #cf6565;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-align: center;
    color: #fff;
}


.tm-privacy h2{
	margin-top:20px;
}





/* Popup Start Styling */

.popupform{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 900px;
    height: 390px;
    margin: auto;
    z-index: 9999;
}

.popup-bann {
    /*float: left;*/
    width: 31%;
    text-align: left;
    display: block
}

.popup-content {
    /*float: left;*/
    width: 100%;
    padding: 25px 55px;
text-align: center;
border-radius:15px;
}

form.popup-form [class^=col-] {
    padding: 0 6px
}

.popupform select {
    height: 41px
}

.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
    background: #ffffff;
    border: #d7d7d7 1px solid;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    background: #ededed;
    margin-bottom: 18px;
}

.popup-content textarea {
    height: 120px;
}
.popupform .modal-body {
    padding: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 0px;
}

p.form_tagline {
    font-size: 12px;
    display: none;
}

.popup-content input[type="submit"] {
  box-shadow: none !important;
border: 0px none;
border-radius: 5px;
margin-bottom: 15px;
width: 100%;
max-width: 100%;
height: 50px;
background-color:var(--theme-color);
color: #fff;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
}
.popup-content form .col-md-12 button {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 20px;
    letter-spacing: 1.5px;
    border-radius: 3px;
    outline: 0;
    width: 200px;
    font-weight: 400;
    background: rgba(251, 100, 100, 1);
    background: -moz-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(251, 100, 100, 1)), color-stop(100%, rgba(224, 62, 62, 1)));
    background: -webkit-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -o-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: -ms-linear-gradient(top, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 100, 100, 1) 0, rgba(224, 62, 62, 1) 100%);
    border: 0px none !important;
    cursor: pointer;
}

.popup-content input[type=email]:focus,
.popup-content input[type=text]:focus,
.popup-content textarea:focus {
    border: 1px solid #dc7707!important;
}

.popupform {
    width: 500px;
    height: auto;
    border-radius: 0;
    padding: 0!important;
    overflow: visible;
}

.popup-content h2 {
   font-size: 30px;
    color: #000000;
    font-weight: 800;
    padding-left: 0;
    margin-bottom: 15px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom:0;
}
.popup-content h2 span{ color: var(--theme-color); font-size: 40px; }

.popup-content h2+p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 22px;
    font-weight: 300;
    color: #888;
    margin-top:10px;
}


.popupform_cr input[type="submit"]{
    
}

.closePop{
    font-size:22px;
    color:#333;
    position:absolute;
    right:10px;
    top:10px;
    
    
}
.black-layout {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
    display: none;
}

@media (max-width: 560px) {

    .popupform{ width: 100%; height: initial; }
    .popup-content h2{     font-size: 20px; }
    

}




/* Popup End Styling */



.social-links li {
    display: flex;
    gap: 10px;
    justify-content: start;
}

.social-links li i {
    margin: 0;
    width: fit-content;
    flex-shrink: 0;
    display: flex;
}

