
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "GRAPHIC-Light", sans-serif;
    color: #000;
    background-color: #f6f9f8;
    overflow-x: hidden;
    /* cursor: none; */
    /*background-image: url(../images/backgound-body1.png);*/
    background-size: cover;
    object-position: top;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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

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

img {
  max-width: 100%;
}

/* Tab Slider Fix */
.tab-pane {
  display: block;
  padding: 6px 12px;
  border: 0;
  height: 0;
}
.py_8 {
  padding: 80px 0px;
}

.tab-pane.active {
  display: block !important;
  height: auto;
}

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

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-size: 16px;
  color: #7c7c7c;
  line-height: 23px;
  font-family: 'Graphik-Regular';
  font-weight: 400;
  margin: 0 0 30px;
}

/***** Font Files *****/

@font-face {
  font-family: "GRAPHIC-bold";
  src: url(fonts/GraphikCompact-Bold-Trial.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GRAPHIC-Light";
  src: url(fonts/GraphikLight.otf);
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Regular";
  src: url(fonts/GraphikRegular.otf);
  font-style: normal;
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn_theme {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #0143b7 0%, #0143b7 70%) ;
    transition: ease-out 0.5s;
    border-radius: 30px;
    font-family: 'GRAPHIC-Light';
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    border: none;
    transition: 1s;
    
}

.btn_theme:hover {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%) ;
  transition: 1s;
}



span.orange-btn .btn_theme:hover {
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
}
span.orange-btn .btn_theme {
    transition: 1s;
    background: linear-gradient(90deg, rgb(247 142 30) 0%, rgb(247 142 30) 70%);
}

span.orange-btn {
    border: 1px dashed #f78e1e;
    border-radius: 40px;
    padding: 2px;
    transition: 1s;
}

span.orange-btn:hover {
    border: 1px dashed #0148c6;
    transition: 1s;
}

a.gradient-color {
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%) !important;
}


a.img-btn {
    background: #0148c6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 20%;
    text-transform: uppercase;
    transition: .5s;
}

a.img-btn:hover {
  background: #000;
  transition: .5s;
}

.web-img-btn {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    top: 40%;
    right: 0;
    left: 0;
}

.btn-rgt a {
    text-align: revert;
}

.web-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px 20px;
    width:700px;
}

.beauty-1.revert img + div {
    transform: rotateY(180deg) translateY(-220px);
}

.beauty-1.revert .web-img:hover  .web-img-btn {
    transform: rotateY(180deg) translateY(0) !important;
}

.beauty-1 .js-text {
    display: inline-block;
}
.web-img-btn {
    transform: translateY(-220px);
    z-index: 999;
}

.web-img:hover .web-img-btn {
    transform: none;
    transition: 0.5s all;
}

.talk-orange a {
    width: 100% !important;
    background: #f78e1e;
}

.talk-orange {
    border: 1px dashed #f78e1e;
    width: 40%;
    border-radius: 30px;
    padding: 4px;
    transition: 0.5s;
}

.talk-orange:hover {
    border: 1px dashed #0143b7;
    transition: 0.5s;
}

.service-orange {
    width: 26%;
}

.featire-btn {
    width: 100%;
    border: 1px dashed #f78e1e;
    border-radius: 40px;
    padding: 3px 3px;
}

.featire-btn:hover {
    border: 1px dashed #0143b7;
}

.featire-btn a {
    margin: 0 !important;
    background: #f78e1e;
    background: linear-gradient(90deg, #f78e1e 0%, #f78e1e 70%);
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "helvetica-bold", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "helvetica-bold", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Josefin Sans';
  font-size: 45px;
  line-height: 52px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Graphik-Regular';
  font-size: 20px;
  line-height: 26px;
  color: #0148c6;
  font-weight: 600;
     margin: 0 0 8px;
}

h5 {
  font-family: 'Graphik-Regular';
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 20px;
}

h6 {
  font-family: "helvetica", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

li.baner-cart a i {
    color: #fff;
    background: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 1s;
}

li.baner-cart a i:hover {
    background: #0148c6;
    transition: 1s;
}

li.head-contact {
    background: #0148c6;
    width: 100%;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    height: 50px;
    transition: 1.5s;
}

li.head-contact:hover {
    box-shadow: inset 320px 0 0 0 #252525;
    transition: 1.5s;
}

li.baner-cart {
    margin: 0 20px 0 0;
}

li.head-contact a {
    color: #fff;
       font-family: 'Josefin Sans';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
}

li.head-contact a i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 10px;
}

.pd-0 {
  padding: 0;
}

.header_contact ul {
    margin: 0;
}

.header_cta.theme-btn {
  padding: 12px 30px;
}

.header_call {
  color: #000;
  font-size: 23px;
}

.header_call i {
  color: #3490ee;
  font-size: 23px;
  margin: 0 20px 0 0px;
}

.menuSec {
    padding: 0px 0;
    margin: 0 40px 0 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    
    font-family: 'Josefin Sans' !important;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: var(--dblue);
}

.menuSec li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #005ff9;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li > ul > li > a {
    border: none;
    padding: 10px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'helvetica';
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

header {
    padding: 30px 0 60px 0;
    background-color: #fff0;
    margin: 0 0px 0 8%;
}

.header_contact ul {
    display: flex;
    align-items: center;
}

.menuSec a.active {
    font-weight: 700;
   font-family: "GRAPHIC-bold";
}

.menuSec ul li.active a {
    font-weight: 900;
    font-family: "GRAPHIC-bold";
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}




/*banner css start */

/*.carousel-inner {
    height: 800px;
}*/

.inner_banner > img {
  width: 100%;
}

.carousel-item > img {
  width: 100%;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text h1 {
    font-size: 55px;
    line-height: 1;
    color: #252525;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-family: 'Josefin Sans';
    display: grid;
    align-content: center;
}

.banner_text h1 span {
  display: block;
}


.banner_text h1::first-letter {
    font-size: 65px;
    line-height: 1;
    color: red !important;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-family: 'Josefin Sans';
    display: grid;
    align-content: center;
    position: relative;
}

.banner_text p {
    font-size: 14px;
    line-height: 22px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'GRAPHIC-Light';
    letter-spacing: 1px;
}

.banner_text h6 {
    font-size: 20px;
    color: #000;
    font-family: 'GRAPHIC-bold';
    font-weight: 600;
    line-height: 26px;
}

.banner_form_wrap input {
    width: 100%;
    height: 52px;
    margin: 0 0 20px 0;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid #000;
    font-size: 20px;
    background: #f6f9f8;
}

.banner_text span {
  display: block;
}

.banner_img h6:hover {
    
}
.banner_img h6 {
    font-size: 15px;
    border: 1px solid #000;
    padding: 10px 10px;
    text-align: right;
    width: 32%;
    border-radius: 30px;
    font-family: "Graphik-Regular";
    float: right;
    margin: 0 -110px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}



.main_slider {
  position: relative;
}

.main_slider .container-fluid {
    padding-left: 9%;
}

.x-banner {
    top: 0;
    right: 0;
}

.banner_img {
    height: 610px;
}


.x-banner3 {
    top: 0;
    left: 0;
}

.x-banner2 {
    bottom: 0;
    right: -50px;
}


.mobile-responsive-banner {
    background: #0148c6;
    width: 36%;
    border-radius: 25px;
    padding: 0px 0px 14px;
    box-shadow: 0 0 6px 0 #000000e0;
    position: absolute;
    top: 402px;
    left: 4%;
}

.mobile-responsive-banner h5 {
    background: #000;
    padding: 14px 20px;
    border-radius: 25px 25px 0 0;
    margin: 0;
}

.mobile-responsive-banner ul {
    padding: 0 20px;
    margin: 0;
}

.mobile-responsive-banner ul li span {
    font-size: 12px;
}

.mobile-responsive-banner ul li {
    line-height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}

.mobile-responsive-banner ul li i {
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.banner_img img {
    float: right;
    width: 93%;
}

.inner-pagetxt h6 {
    color: #fff;
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 10px 10px;
    width: 100%;
}

.inner-pagetxt {
    position: absolute;
    width: 30%;
    bottom: -420px;
    left: -16%;
}

.media-banner ul li a i {
    font-size: 20px;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 0 20px 0;
    transition: 1s;
}

.media-banner ul li a i:hover {
    background: #0148c6;
    transition: 1s;
    transform: scale(1.1);
}

.media-banner {
    position: absolute;
    top: 30%;
    left: 2%;
    z-index: 999;
}

.home-banner img {
    width: 100%;
    display: block;
}

.home-banner {
    position: relative;
    padding-right: 20%;
    padding-top: 40px;
}

span.home-bannerimg2 img {
    width: 100%;
    object-fit: contain;
    height: 220px;
}

span.home-bannerimg2 {
    position: absolute;
    right: 11%;
    top: 280px;
    z-index: 999;
}

.home-silder .slick-track {
    margin-top: 47px;
    margin-bottom: 170px;
}


.web-site-linkh {
    position: absolute;
    /* right: 70px; */
    top: 100px;
    width: 100%;
    left: -45px;
}


.web-site-linkh h6 {
    font-size: 12px;
    color: #7c7c7c;
    width: 50%;
    margin: 0;
    background: #f6f9f8;
    box-shadow: 0 0 10px 0 #0000006b;
}

.web-site-linkh h6:hover {
    background: #0148c6;
    cursor: pointer;
    color: #fff;
}

.web-site-linkh h6 i {
    font-size: 16px;
    margin: 0 11px 0 0;
}

/*banner css end*/

/*Company Responser Start*/

.company-slider .slick-active {
    opacity: 1;
}

.company-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.company-slider img {
    object-fit: contain;
    width: 100%;
    height: 150px;
}

.company-slider {
    background: #fff;
    padding: 30px 0;
}

section.company-responser-sec .container-fluid {
    padding: 0;
}

section.company-responser-sec {
    background: #fff;
    padding: 30px 0;
}

/*Company Responser End*/

/*deliver Start*/


section.deliver-sec {
    padding: 100px 0 100px;
}

.deliver-txt h3 span {
    display: block;
}

.deliver-btn {
    display: flex;
}

.deliver-btn a {
    margin: 0px 18px 0 0;
    background: linear-gradient(90deg, #0143b7 0%, #0143b7 70%) ;
}

.deliver-img {
    position: relative;
}

.deliver-img2 {
    position: absolute;
    bottom: -23%;
    right: 0;
}

.deliver-img img {
    object-fit: cover;
    width: 94%;
}

.deliver-img2 img {
  object-fit: cover;
}


/*deliver End*/

/*deliver Busniess Start*/


.d-busniess-img {
    position: relative;
}

span.d-busniess2 {
    position: absolute;
    right: -5%;
    top: -22%;
}

.d-busniess-img img {
    object-fit: cover;
    width: 84%;
}

span.d-busniess3 {
    position: absolute;
    bottom: -6%;
    right: 10%;
}

span.d-busniess4 {
    position: absolute;
    left: -4%;
    bottom: -29%;
}

section.deliver-busines-sec {
    padding: 70px 0 150px;
}

/*deliver Busniess End*/


/*Bueaty web Start*/


.beauty-head.text-center h3 span {
    display: block;
}

.web-img img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    object-position: top !important;
    margin: 0 0 30px 0;
    box-shadow: 0 0 8px 0 #0000008a;
}

img.web1 {
    object-position: right;
}

img.web7 {
    width: 96%;
}

.beauty-1 {
    position: relative;
    white-space: nowrap;
}
.beauty-1.revert {
    transform: rotateY(180deg);
}

.beauty-1.revert img {
    transform: rotateY(180deg);
}
.bueaty-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 15%;
}

.web-img::after {
    content: '';
    position: absolute;
    background: #00000057;
    width: 100%;
    height: 93%;
    z-index: 1;
    top: 0;
    left: 0;
}

a.btn1 {
    width: 60%;
   font-family: 'GRAPHIC-Light';
    font-size: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0143b7 0%, #0143b7 70%) ;
    border-radius: 50px;
    z-index: 1;
}
/*Bueaty web End*/

section.talk-design-sec {
    background: #252525;
    padding: 100px 0 60px;
    margin: 40px 0 0;
    position: relative;
}
/* 
section.talk-design-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/line-talk.png);
    width: 20%;
    height: 30%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    background-size: contain;
}

section.talk-design-sec:after {
    content: '';
    position: absolute;
    background-image: url(../images/line-talk2.png);
    width: 20%;
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}
 */

.talk-design-txt h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.talk-design-txt h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'Josefin Sans';
    font-weight: 600;
    line-height: 71px;
}

.talk-design-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.talk-design-btn a {
    margin: 0 20px 0 0;
    padding: 14px;
    width: 40%;
    text-align: center;
}



/*Choose Satrt*/

.smallboxes .smallbox {
    vertical-align: top;
    min-height: 440px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0px 10px 0 #00000029;
    background: #fff;
    border-radius: 20px;
    margin: 12px 12px;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.05);
    transition: all .2s ease-in;
    transform: scale(1);
    text-align: left;
    margin-bottom: 60px;
}
.package_inner {
    padding: 30px 30px 30px 30px;
}

.smallboxes .smallbox h4 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    line-height: 35px;
    font-family: 'Josefin Sans';
    color: #000;
    text-transform: capitalize;
    /* text-decoration: line-through; */
}

.package_inner p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.package_inner .value h4 {
    text-decoration: line-through;
}

.smallboxes .smallbox h2 {
    font-size: 44px;
    color: #000;
    padding-bottom: 0;
    text-align: left;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 0;
    display: inline-block;
    text-align: left;
}
.smallboxes .smallbox h2 span:last-child {
    font-size: 18px;
}

.smallboxes .smallbox h2 span {
    display: block;
    color: #687087;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
}
.smallboxes .smallbox h2 span.currency_symbol {
    font-size: 18px;
}

.ticklist2.list-scroll {
    height: 165px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eee;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 40px;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}
.smallboxes .smallbox .mCustomScrollBox {
    padding-left: 0;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    padding: 0 10px;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.ticklist2 li {
    font-size: 16px;
    padding: 0 0 0 20px;
    text-align: left;
    position: relative;
    line-height: 28px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
   color: #000;
}


.package_inner h6 {
    font-size: 20px;
    color: #0148c6;
    text-align: center;
    font-family: 'Graphik-Regular';
}
.ticklist2 li:before {
    content: "\f055";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    font-size: 14px;
    color: #f78e1e;
    left: 0;
    top: 0;
}

.smallboxes .smallbox .actions:before {
    content: '';
    position: absolute;
    background: #0148c6;
    width: 1px;
    height: 50px;
    right: 51%;
}
.smallboxes .smallbox .actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left;
    position: relative;
    padding: 20px 40px;
}


/*.smallboxes .smallbox a.spek-us {
    font-size: 16px;
    color: #7b7b7b;
    position: relative;
}*/
.smallboxes .smallbox .actions a span {
    font-size: 16px;
    float: left;
    font-weight: 400;
    color: #0148c6;
    text-align: center;
    width: 100%;
}
/*.smallboxes .smallbox a.spek-us:after {
    content: "";
    position: absolute;
    top: 0;
    right: -140px;
    background: #eee;
    height: 30px;
    width: 1px;
}*/
.smallboxes .smallbox .actions a span small {
    display: block;
    font-size: 16px;
    line-height: normal;
       color: #000;
    font-weight: 800;
}
.smallboxes .smallbox a.wnt-disx {
    font-size: 16px;
}
.smallboxes .smallbox .price-btnwrap {
    margin-top: 15px;
    text-align: center;
}
.smallboxes .smallbox .price-btnwrap a {
    display: block;
    max-width: 175px;
    margin: 3px auto;
    height: 45px;
    padding: 0 0 12px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border: none;
}

.smallboxes .smallbox .price-btnwrap a.btn-packages {
    color: #fff;
    text-decoration: none;
    background: #0148c6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 8px 0 #0148c6ad;
    transition: 1s;
}

.smallboxes .smallbox .price-btnwrap a.btn-packages:hover {
     background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
     transition: 1s;
}

.smallboxes .smallbox .price-btnwrap .btn-packages {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    padding-top: 15px;
}
.smallboxes .smallbox .price-btnwrap a+a {
    color: #d8d8d8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.smallboxes .smallbox .price-btnwrap a {
    display: block;
    max-width: 175px;
    margin: 3px auto;
    height: 45px;
    padding: 0 0 12px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border: none;
}



.value {background: #252525;width: 100%;padding: 10px 0;}

.value h3 {
    font-size: 35px;
    font-family: 'GRAPHIC-bold';
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 41px;
}

.value h4 {
    font-size: 20px !important;
    color: #fff !important;
    margin: 0;
    line-height: 26px !important;
}



.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fca303;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #33333326;
}

section.choose-your-plan-sec {
    padding: 100px 0;
}


/*.smallboxes .smallbox:hover {*/
/*    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);*/
/*}*/

/*.smallboxes .smallbox:hover h4, .smallboxes .smallbox:hover h6 {*/
/*    color: #fff;*/
/*}*/

/*.smallboxes .smallbox:hover li {*/
/*    color: #fff;*/
/*}*/

/*.smallboxes .smallbox:hover span {*/
/*  color: #fff;*/
/*}*/
/* .smallboxes:hover .smallbox .actions a span {*/
/*    color: #fff;*/
/*}*/
/* .smallboxes:hover .smallbox .actions a small  {*/
/*    color: #fff;*/
/*}*/
/* .smallboxes:hover .smallbox .actions:before  {*/
/*  background-color: #fff;*/
/*}*/

/*.smallboxes:hover .ticklist2 li:before  {*/
/*  color: #fff;*/
/*}*/

.smallboxes .smallbox:hover a.btn-packages {
    transform: scale(1.1);
}

/*Choose End*/

/*web slider start*/

.web-slider img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}


.web-slider .slick-active {
    opacity: 1;
}

section.web-slider-sec {
    background: #fff;
    padding: 40px 0;
    padding-top: 80px;
}

img.web-slider2 {
    height: 130px;
    margin-top: -20px;
}


/*web slider End*/


/*testimonail Start*/
ul.nav-for {
    width: 550px;
}
ul.nav-for .slick-current{
  transform: scale(1.6);
}

ul.nav-for .slick-list{
  padding:25px 0 !important;
}
section.testi-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-comma.png);
    width: 20%;
    height: 28%;
    background-repeat: no-repeat;
    top: 10%;
    right: 0;
    background-size: 94px;
}
section.testi-sec {
    position: relative;
}

.slick-active {
    opacity: 1;
}

.testi-slider {
    text-align: center;
}

ul.nav-for img {
    width: 70px;
    object-fit: cover;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
}

ul.nav-for {
    margin: 40px auto 0;
}

.back-testi {
    padding: 50px 70px;
    border-radius: 30px;
}

.testi-head h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.testi-head h3 {
    font-size: 45px;
    color: #000;
}

.testi-slider p {
    font-size: 20px;
    color: #000 !important;
    font-weight: 200;
    line-height: 28px;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/*testimonail End*/

/*fredom slider start*/


.freedom-slider img {
    object-fit: contain;
    width: 100%;
    height: 70px;
    margin: 0 0 30px;
}

.freedom-txt {
    background: #fff;
    box-shadow: 0 0 6px 0 #0000005e;
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px 10px;
    transition: 1s;
    margin-left: 10px;
    margin-right: 10px;
    height: 410px;
}

section.Freedom-sec {
    padding: 0 0 80px;
}

.freedom-txt h6 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0px  0px;
    height: 55px;
}

.freedom-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.freedom-slider {
    margin-top: 30px;
}

/*img.web-slider1 {
    width: 280px;
}*/

.freedom-txt:hover {
    transition: 1s;
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
}
.freedom-txt:hover p{
    color:#fff;
}
.freedom-txt:hover img {
    /* filter: invert(1) grayscale(6) contrast(80.5) brightness(490.5); */
    transform: scale(1.2);
    transition: 1s;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
}


.freedom-txt:hover * {
    color: #fff;
}



/*fredom slider End*/



/*Get in touch*/
section.get-info {
    padding: 80px 0;
    background: #fff;
}
.get-img {
    position: relative;
    text-align: center;
}
.get-img-abs {
    position: absolute;
    bottom: -45px;
    left: 0;
}
.get-content input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    background: #f6f9f8;
    border: 1px solid #7c7c7c;
    border-radius: 35px;
}
.get-content textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    padding: 20px 20px;
    background: #f6f9f8;
    border: 1px solid #7c7c7c;
    border-radius: 35px;
}
/*Get in touch end*/
/* newsletter start */
section.newsletter h4 {
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #252525;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 45px;
}
/*section.newsletter h6 {font-family: 'Poppins';font-size: 14px;font-weight: 400;color: #fff;margin-bottom: 0;}
*/
section.newsletter {background: #f6f9f8;display: flex;align-items: center;height: 174px;}

section.newsletter ul {display: flex;gap: 35px;align-items: center;margin-bottom: 0;}

.sub-box {position: relative;}

.sub-box .btn.btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-family: 'GRAPHIC-Light';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 33px;
    transition: .5s;
    background: linear-gradient(90deg, rgb(0 95 249) 0%, rgb(0 95 249) 70%);
}

.sub-box input {
    padding: 14px 35px;
    border-radius: 33px;
    background: #f6f9f8;
    border: 1px solid #adb5bd;
}

section.newsletter .row {
    background: #fff;
    padding: 25px 35px;
    border-radius: 15px;
    align-items: center;
    margin-bottom: -10%;
    z-index: 1;
    position: relative;
}
/* newsletter end */

/*main_footer*/

.main_footer {
    position: relative;
    padding-top: 120px;
    background: #252525;
    /* margin-top: 45px; */
    padding-left: 70px;
    padding-right: 50px;
    padding-bottom: 60px;
}
footer h4:before {
    position: absolute;
    content: '';
    background-color: #005ff9;
    width: 3px;
    height: 45px;
    top: -19px;
    left: -11px;
    animation: full 1s ease-in-out;
}

@keyframes full {
  0% {height: 100%; }
  20% {height: 20%; }
  40% {height: 40%; }
  60% {height: 60%; }
  80% {height: 80%; }
  100% {height: 100%; }



}
.footer_desc p {
    margin-top: 30px;
    line-height: 1.5;
    margin-bottom: 26px;
    color: #d8d8d8;
    font-size: 16px;
    font-weight: 300;
    font-family: "Graphik-Regular";
}
.main_footer ul li a {
    line-height: 39px;
        color: #d8d8d8;
    font-size: 17px;
    font-weight: 400;
    font-family: "Graphik-Regular";
}
.main_footer ul li a i {
    width: 30px;
}
.main_footer .footer_social {
    display: flex;
    margin-top: 30px;
}
.main_footer .footer_social li {
    margin-right: 10px;
}
.main_footer .footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 37px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}

li.contct-phone-f {
    display: flex !important;
    align-items: center;
    justify-content: start;
    gap: 11%;
    margin-bottom: 30px;
}

li.contct-phone-f a {
    margin: 0 !important;
}

.footer_bottom img {
    float: right;
}
footer h4 {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Josefin Sans';
}
ul.link-list {
    margin-bottom: 13px;
}
ul.link-list li {
}
.cntct-fot ul li a {
    display: flex;
    align-items: center;
    gap: 11%;
    line-height: 30px;
    margin-bottom: 6%;
    font-size: 16px;
    font-family: "Graphik-Regular";
}


li.sle {
    padding-left: 9% !important;
}
.cntct-fot ul li a img {
    width: 9%;
}
.footer_contact {
    padding-left: 30px;
}
.cntct-fot i {
    font-size: 28px;
    color: #fff;
}

.cntct-fot ul li p {
    display: flex;
    align-items: center;
    gap: 11%;
    line-height: 30px;
    margin-bottom: 6%;
    font-size: 16px;
    font-family: "Graphik-Regular";
    color: #d8d8d8;
    font-weight: 400;
}
.cntct-fot ul li p img {
    width: 9%;
}

.main_footer ul li p i {
    width: 30px;
}

/*.main_footer::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(../images/line-talk.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    height: 224px;*/
/*    width: 28%;*/
/*    left: -10%;*/
/*    bottom: 0;*/
/*}*/

/*.main_footer::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(../images/line-talk2.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    height: 100%;*/
/*    width: 3%;*/
/*    top: 0;*/
/*    right: 4%;*/
/*}*/
.footer_bottom {
    background: #fff;
    /* padding: 20px 0; */
}

.ftr-contnt ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    gap: 15px;
}

.ftr-contnt ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.ftr-contnt ul li a:hover {
    background: #0148c6;
    transition: 1s;
    transform: rotate(720deg);
}

.para-ftr p {
    font-size: 15px;
}

.ftr-contnt ul li a i {color: #fff;font-size: 20px;}
.para-ftr {display: flex;align-items: center;justify-content: space-between;}
.para-ftr p {
    margin-bottom: 0;
    color: #000;
}
.footer_bottom .container-fluid {
    padding-left: 9%;
}
.para-ftr a {
    background: #005ff9;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    transition: 0.5s;
}

.para-ftr a:hover {
    background: #252525;
    transition: 0.5s;
}
.footer_bottom .col-lg-6 {
    padding-right: 0;
}
.para-ftr a i {
    color: #fff;
}
.footer_bottom .row {
    align-items: center;
}




/*main_footer*/
/* ----------------------------------- Home Page ----------------------------------- */


/*About Start
============================================================================== */

.about-banner-img img {
    width: 100%;
    object-fit: contain;
    height: 580px;
}

a.btn2 {
    background: #0148c6;
    color: #fff;
    font-family: 'Graphik-Regular';
    font-size: 18px;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

a.btn2:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
}

.about-banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -120%;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 1s;
}

.about-banner-btn:hover{
    position:absolute;
    top: 0; 
    transition: 0.5s;
}

img.about-banner {
    float: right;
}

.about-banner-pd {
    padding: 0 0 0 8%;
}

.about-banner-img .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(0.9);
}

.about-banner-img .slick-slide.slick-current.slick-active.slick-center img {
    color: #000;
}


/*make your way Start */

.about-way-2 {
    right: -26%;
    bottom: -2%;
}

.about-way-2 img {
    width: 70%;
}

/*make your way End */

/*OUR MOTO START */


.moto-txt h2 {
    font-size: 65px;
    line-height: 72px;
    font-weight: 600;
}

/*OUR MOTO End */

/*mission Start*/

span.mission4 {
    top: -20%;
    border: unset;
}

span.mission3 {
    right: -8%;
    bottom: -32%;
}

.vision-img img {
    width: 100%;
    object-fit: cover;
    height: 370px;
}

/*mission End*/

.ab-help-txt {
    height: 200px;
}

.mb-8 {
    margin-bottom: 80px;
}

.choose-head h4 {
    text-transform: uppercase;
}

/*About End
============================================================================== */

/* Services End
============================================================================== */

.package_inner {
    padding: 30px 0;
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}

.service-btn a {
    margin: 0 40px 0 0;
    width: 22%;
}

/*Service End
============================================================================== */

/*contact page Start
===================================================*/

section.get-info-secpage {
    margin-top: 40px;
}

/*contact page End
===================================================*/

/*Packages Start
===================================================*/

.databacked-head span {
    display: block;
}

.data-backed-silder img {
    object-fit: contain;
    height: 116px;
}

/*Packages End
===================================================*/


/* Landing Start
===================================================*/

span.color-blue {
    color: #0148c6;
    text-transform: uppercase;
}


.landing-baner-img {
    height: 670px;
}

.landing-baner-img img {
    object-fit: contain;
    height: 510px;
    width: 100%;
}

span.landind-banner2 img {
    width: 100%;
    object-fit: contain;
    height: 110px;
}

span.landind-banner2 {
    position: absolute;
    top: 0%;
    right: 0%;
}

span.landing-banner3 img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}

span.landing-banner3 {
    position: absolute;
    top: 6%;
    left: 6%;
}



span.landing-banner4 img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}

span.landing-banner4 {
    position: absolute;
    top: 34%;
    right: 15%;
}

.landing-baner-mobile {
  top: 282px;
}

.landing-deliver-mobile {
    position: absolute;
    right: 0 ;
    left: unset;
}

span.landing-deliver2 img {
  width: 100%;
  object-fit: contain;
  height: 100px;
}

span.landing-deliver2 {
    position: absolute;
    bottom: -20%;
    left: -11%;
}

span.landing-deliver3 img {
    width: 100%;
    object-fit: contain;
    width: 100%;
    height: 100px;
}

span.landing-deliver3 {
    position: absolute;
    top: -11%;
    right: -4%;
}

.mobile-responsive-banner ul li span {
    color: #fff;
}



/*Landing End 
=======================================================================  */

/*unmatch Start*/

.unmatch-txt {
    background: #fff;
    padding: 50px 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #0003;
    margin: 10px;
     transition: 1s;
}

.unmatch-txt h6 {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.unmatch-txt img {
    object-fit: contain;
    width: 100%;
    height: 150px;
    margin: 0 0 30px;
}

section.unmatch-sec {
    padding: 100px 0 50px;
}

.talk-design-txt span {
  display: block;
}

.unmatch-txt:hover {
     transition: 1s;
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
}

.unmatch-txt:hover img {
    filter: brightness(165);
    transform: rotateY(360deg) scale(1.2);
    transition: 1s;
}

.unmatch-txt:hover h6 {
    color: #fff;
}
/*unmatch End*/

/*website Start*/

section.website-marketing-sec {
    padding: 100px 0 0;
}

/*website End*/

.mCustomScrollBox {
    position: relative;
    overflow-y: scroll ;
    }
    .mCustomScrollBox::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.mCustomScrollBox::-webkit-scrollbar-track {
  background: black; 
}
 
/* Handle */
.mCustomScrollBox::-webkit-scrollbar-thumb {
  background: blue; 
}

/*.mCustomScrollBox:hover::-webkit-scrollbar-thumb {*/
/*  background: #fff; */
/*}*/



/*Landing End
===================================================*/


/*Temp Detail Start
===================================================*/

.temp-nav ul {
    display: flex;
    align-items: center;
    margin: 0 0px 60px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.temp-nav ul li a {
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 7px 28px;
    margin: 0 0px 0 0;
    color: #000;
    font-family: 'Graphik-Regular';
    transition: 0.5s;
    display: block;
    text-transform: capitalize;
}

.temp-nav ul li a:hover {
    background: #0148c6;
    color: #fff;
    transition: 0.5s;
}

/*search Start*/

.temp-search input {
    width: 50%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0 90px;
    background: #f6f9f8;
}

.temp-search {
  text-align: center;
  margin: 0 auto;
  position: relative;
}


.temp-search i {
    position: absolute;
    left: 27%;
    top: 37%;
    font-size: 17px;
    color: #0148c6;
}


/*search End*/

.techno-it-solution {
    margin: 40px 0 0;
}

.techno-it-solution h3 span {
  display: block;
}

ul.techno-it {
    display: flex;
    align-items: center;
    justify-content: start;
}

ul.techno-it li {
    font-size: 16px;
    color: #7c7c7c;
    margin: 0 20px 0 0;
}

ul.techno-it li span {
    color: #0148c6;
    font-family: 'Graphik-Regular';
    margin: 0 7px 0 7px;
}

ul.techno-it li i {
    color: #0148c6;
}

.techno-tag {
    background: #fff;
    box-shadow: 0 0 10px 0 #0000005e;
    border-radius: 20px;
    padding: 30px 20px;
}

.techno-tag tag {
    background: #f6f9f8;
    font-size: 13px;
    color: #7c7c7c;
    border: 1px solid #bebebe;
    border-radius: 20px;
    padding: 6px 8px;
    line-height: 40px;
    margin: 0 4px 0 0;
}

ul.feature-list li {
    list-style: circle;
    font-size: 23px;
    margin: 0 0px 0 20px;
}

ul.feature-list li p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #7c7c7c;
}

.tag-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-btn a {
    margin: 0 10px;
    padding: 10px 10px;
}

.dwscrip-txt span {
    color: #7c7c7c;
    font-size: 16px;
    margin: 0 20px 0 0;
}

/*.dwscrip-txt {*/
/*    display: flex;*/
/*    margin: 40px 0 40px;*/
/*}*/

.dwscrip-txt ul {
    display: flex;
    align-items: center;
}

.dwscrip-txt ul li i {
    color: #ffc107;
    font-size: 14px;
}

.descrip-img img:hover {
    transition: 2s;
    /* transform: scale(1.2); */
    /* filter: grayscale(0.7); */
    transform: translateY(-57%);
}



.descrip-img img {
    width: 100%;
    /* object-fit: cover; */
    height: 800px;
    transition: 2s;
    transform: translateY(0%);
}
.descrip-img h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000c;
    color: #fff;
    position: absolute;
    bottom: -3%;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.descrip-img {
    position: relative;
    overflow: hidden;
    height: 350px;
    transition: 0.5s;
}
section.description-sec {
    padding: 0 0 80px;
}

.tab-content {
    border-top: 2px solid #adb5bd;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: inherit;
    border-color: unset;
    border: none;
}

/*Temp Detail End
===================================================*/


/*domain hosting start*/
.banner_text.domain-txt {
    text-align: center;
    margin-top: 8%;
}
.banner_text.domain-txt form {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: 25px;
}

.banner_text.domain-txt form input {
    width: 100%;
    border: 1px solid #7c7c7c;
    padding: 15px 65px;
    border-radius: 35px;
    background: #f6f9f8;
}

.banner_text.domain-txt form a {
    position: absolute;
    top: 30%;
    left: 4%;
    color: #0148c6;
    font-size: 20px;
}

.banner_text.domain-txt form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #0148c6;
    border: none;
    color: #fff;
    padding: 16px 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.banner_text.domain-txt form select {
    position: absolute;
    right: 97px;
    padding: 15px 30px;
    background: transparent;
}
.Domain-info {
    width: 45%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px !important;
}

.Domain-info i {
    margin-right: 12px;
    color: #0148c6;
    font-weight: 400;
}

.Domain-info p a {
    color: #0148c6;
    font-weight: 700;
    font-size: 16px;
}

.Domain-info p span {
    color: #0148c6;
    font-weight: 600;
    font-size: 20px;
        padding: 10px 0;
}

.Domain-btn {
    border: 1px dashed #f78e1e;
    border-radius: 30px;
    padding: 3px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.Domain-btn:hover {
    border: 1px dashed #0148c6;
}

.Domain-btn button {
    background: #f78e1e;
    border: none;
    color: #fff;
    padding: 12px 0px;
    border-radius: 35px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    transition: 1s;
}

.Domain-btn button:hover {
     background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%) !important;
    transition: 1s;
}
/*domain hosting end*/


/*order now start*/
section.choose-pakkge h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.choose-in select {
    width: 100%;
    border: 1px solid #7c7c7c;
    padding: 15px 24px;
    border-radius: 30px;
    margin-bottom: 40px;
    color: #7c7c7c;
    font-weight: 500;
}

.choose-in label {
    color: #000;
        font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.choose-pakkge form {
    background: #fff;
    box-shadow: 0 0 10px #0000002b;
    padding: 40px 60px;
    border-radius: 20px;
    margin-top: 50px;
}
.style_box {
    position: relative;
    cursor: pointer;
    text-align: center;
    border: 1px solid #80808096;
    border-radius: 10px;
   padding: 10px 0;
    background: #f6f9f8;
    transition: .5s;
}

.style_box:hover {
    background: #c9dcff;
}
.style_box input {
    position: absolute;
    left: 10px;
    top: 10px;
   height: 20px;
    width: 20px;
}
.style_box h3 {
    font-size: 21px;
   line-height: 22px;
    margin: 0;
}

.style_box h4 {
       font-size: 14px;
}

.style_box h4 span {
   font-size: 21px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
}

.style_box h3 del {
    display: block;
    font-size: 14px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.choose-in input {
    width: 100%;
    border: 1px solid #7c7c7c;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 40px;
    color: #7c7c7c;
    font-weight: 500;
}
.payent-radio.choose-in input {
    width: inherit;
}

.payent-radio.choose-in span {
    padding: 0 7px;
}
.oder-prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
}

.oder-prices p {
    margin: 0;
    color: #000;
}

.oder-prices span {
    color: #005ff9;
    font-size: 20px;
    font-weight: 700;
}
.order-sub li {
    display: flex;
    align-items: center;
    justify-content: end;
}

.order-sub p {
    margin: 0;
    margin-right: 57px;
    color: #000;
}



.order-sub span {
    color: #005ff9;
    font-size: 18px;
    font-weight: 600;
}
.order-sub ul:nth-child(1) {
    margin-top: 30px;
    border-bottom: 1px solid #80808052;
    padding-bottom: 10px;
}
.order-pera p {font-size: 16px;width: 80%;}

.order-pera-radio label {
    margin-left: 10px;
    color: #7c7c7c;
    font-size: 16px;
}

.oder-main-btn button {
    border: none;
    background: #f78e1e !important;
    color: #fff;
    width: 100% !important;
    height: 45px;
    border-radius: 35px;
    text-transform: uppercase;
}

.oder-main-btn button:hover {
    background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%) !important;
}

.oder-main-btn:hover {
    border: 1px dashed #005ff9;
}

.oder-main-btn {
    border: 1px dashed #f78e1e;
    border-radius: 40px;
    padding: 3px;
    width: 16%;
    display: flex;
    align-items: end;
}

.gray {
    background: #f6f9f8;
    padding: 15px 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.footer_bottom.footer-inner-b {
    background: #252525;
    margin-top: 5%;
}

.footer_bottom.footer-inner-b p {
    color: #fff;
}

.order-pera-radio {
    background: #fff;
    padding: 15px 10px;
}

.oder-pd {
    padding: 0 40px;
}

.order-sub {
    padding: 0 40px;
}

/*order now end*/



/*category start*/
section.productsec.product-page-sec.fruit {
    padding: 100px 0;
}
.Category-box {
    background: #fff;
    box-shadow: 0 0 10px #00000040;
    padding: 20px;
    border-radius: 10px;
}

.catogeriesbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.catogeriesbox h4 {
    margin: 0;
    color: #000;
}


.proce-range input {
    width: 100%;
}

.proce-range span {
    font-size: 12px;
    color: #000;
    font-family: 'Graphik-Regular';
    font-weight: 600;
}

.proce-range {
    border-bottom: 2px solid #dbdddd;
    padding: 0 0 30px 0;
    position: relative;
}

.proce-range div {
    position: relative;
}

#rangeValue {
    position: relative;
    display: block;
    /* text-align: center; */
    font-size: 12px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: stretch;
}

.range {
    width: 400px;
    height: 40px;
    -webkit-appearance: none;
    background: transparent;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 47%); */
}
.proce-range::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    height: 10px;
    width: 100%;
    background: #f6f9f8;
    box-shadow: 0 0 10px 0 #00000036;
    border-radius: 5px;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0148c6;
  cursor: pointer;
  border: 4px solid #fff;
  box-shadow: 0 0 10px 0 #000;
}

.proce-range p {
    font-size: 12px;
    font-family: 'Graphik-Regular';
    color: #000;
    margin: 0 4px 0 0;
}

.catogeriesbox:first-child {
    border-bottom: 2px solid #dbdddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.defaultlist.chg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
}


.panel-body.below li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catogeriesbox a {
    border: 1px solid  #000;
    color: #000;
    border-radius: 30px;
    padding: 3px 29px;
}

.catogeriesbox select {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 3px 32px;
}
.frequently-list h4 {
    color: #000;
    font-size: 20px;
}

.ppanel-style li {
    color: #7c7c7c;
    border-bottom: 1px solid #80808047;
    line-height: 40px;
    font-weight: 600;
        display: flex;
    justify-content: space-between;
}
.ppanel-style li a {
    color: #7c7c7c;
   
}
.panel-body.below ul li {
    color: #7c7c7c;
    border-bottom: 1px solid #80808047;
    line-height: 40px;
    font-weight: 600;
}
.panel-body.below ul li a {
    color: #7c7c7c;
   
}
.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #003591;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
    background: #fff;
    border: 1px solid gray;
    font-weight: 600;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

section.productsec.tab_sec {
    padding: 50px 0;
}
.defaultlist.chg select {
    border: 1px solid #80808069;
    padding: 8px 25px;
    border-radius: 35px;
}

.defaultlist.chg span {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.defaultlist label {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.product-price ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price p {
    margin: 0;
    color: #4277d3;
    font-weight: 600;
    font-size: 22px;
}

.product-price span {
    display: block;
    color: #7c7c7c;
    font-weight: 300;
}

.product-price ul li {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.product-img {
    position: relative;
    margin-bottom: 40px;
    margin-top: 30px;
}

.product-img img:nth-child(2) {
    position: absolute;
    top: 5%;
    right: 8%;
}
.hide-fold {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.hide-fold h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.hide-fold button {
    border: 1px solid #000;
    background: #fff;
    padding: 4px 27px;
    border-radius: 35px;
}
a.price-rang input {
    margin-right: 10px;
}
.product-img a {
    background: #000;
    color: #fff;
    padding: 12px 38px;
    border-radius: 35px;
    transition: 0.5s;
    /* display: none; */
    position: absolute;
    bottom: 0;
    left: 25%;
    opacity: 0;
}

.product-img:hover a {
    /*display: block;*/
    opacity: 1;
    bottom: 47%;
    left: 23%;
    transition: 0.5s;
}
.choose-in.choose-in1 {
    margin-top: 10px;
}
.pagination {
    justify-content: end;
}

.pagination a {
    border: 1px solid #7c7c7c;
    margin-right: 10px;
    border-radius: 50%;
    padding: 2px 12px;
    color: #7c7c7c;
}

.pagination a:hover {
    background: #0148c6;
    color: #fff;
}



.process-lader ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.process-lader ul li h2 {
    font-size: 190px;
    font-family: 'GRAPHIC-bold';
    margin: 0 10px 0 0;
    line-height: 1;
}

.process-lader ul li p {
    margin: 0;
}
.process-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}

section.process-wrap {
    min-height: 1000px;
    position: relative;
}

.process-wrapper>img {
    position: absolute;
    width: 100%;
    right: 0;
    top: -10px;
    height: 78%;
}
.process-lader {
    position: relative;
    z-index: 1;
    padding: 0 40px;
}
.space-2 {
    width: 20%;
}
.space-3 {
    width: 40%;
}

section.process-wrap>.container>.row:last-child {
    margin-top: 380px;
}
/*category end*/



/*accordian Start*/

.productsec .accordion-body {
    padding: 10px 0px;
}

.productsec .accordion-item .accordion-button {
    border: 1px solid #000;
    height: 43px;
    padding: 10px 15px;
    border-radius: 50px !important;
    font-size: 15px;
}

.productsec .accordion-item h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
}

.productsec .accordion-item {
    border: 0;
}

.productsec h2 {
    /*height: 100px;*/
    display: grid;
    align-content: center;
    padding: 0 0px;
}

.productsec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}
.productsec .accordion-button:focus{
        box-shadow: 0 0 0 7px rgb(246 249 248);
}
.productsec .accordion-item .col-6 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
/**/


section.cate-data-sec {
    margin-top: 80px;
    margin-bottom: 40px;
}



/*process start*/
.process-text h5 {
    color: #0143b7;
    font-size: 20px;
    font-weight: 600;
}

.process-text h4 {
    color: #000;
    font-size: 45px;
}

.process-text a:hover {
    background: #0148c6;
    transition: 1s;
}
.process-text a {
    background: #f78e1e;
    color: #fff;
    border-radius: 35px;
    text-transform: uppercase;
    margin: 0;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 190px;
}

.process-btn {
    border: 1px dashed #f78e1e;
    border-radius: 40px;
    height: 48px;
    width: 200px;
    margin: 0px;
    padding: 11px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.process-btn:hover {
    border: 1px dashed #0148c6;
}

.process-text {
    position: relative;
    z-index: 999;
}


.process-text p {
    margin-top: 20px;
    margin-bottom: 18px;
}
section.process-wrap {
    padding: 80px 0;
    background: #fff;
}

section.cate-talk-sec {
    margin: 0;
}

.processledar {
    margin-top: 40px;
}
/*process end 
=====================================================================================*/



.service-choose-sec {
  padding: 50px 0 100px;
}


/*category background none */

.category-page {
    background: #f6f9f8;
    background-image: none;
}

/*category background none */

input.btn.btn-submit:hover {
     background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%);
    color: #fff;
    transition: .5s;
}







/*Responsive Start
============================================================*/

@media only screen and (min-width: 1801px) and (max-width: 1920px){}

@media only screen and (min-width: 1601px) and (max-width: 1800px){}

@media only screen and (min-width: 1366px) and (max-width: 1600px){
    
    .choose-in select {
        padding: 10px 24px;
    }
    .web-site-linkh h6 {
        font-size: 12px;
        width: 60%;
    }
    
    .btn_theme {
       padding: 14px 15px;
    font-size: 16px;
    font-weight: 600;
    }
    
    .bueaty-button a.btn1 {
        width: 80%;
    }
    
    section.get-info {
        padding: 50px 0;
    }
        
    .talk-design-txt h2 {
        font-size: 50px;
        line-height: 60px;
    }
    
    .moto-txt h2 {
        font-size: 35px;
        line-height: 40px;
        font-weight: 600;
    }
    
    h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    
    section.deliver-busines-sec {
        padding: 70px 0 70px;
    }
    
    section.newsletter h4 {
        font-size: 35px;
    }
    
    .about-banner-btn {
        top: -130%;
    }
    
    .about-banner-img img {
        height: 420px;
    }
           
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    
    .style_box {
        margin: 0 0 24px 0;
    }
    
     .about-banner-img img {
        height: 420px;
    }
    
section.get-info {
    padding: 50px 0;
}
    
.talk-design-txt h2 {
    font-size: 50px;
    line-height: 60px;
}
    
.bueaty-button a.btn1 {
    width: 80%;
}
    
    
span.home-bannerimg2 img {
    height: 170px;
}

.web-site-linkh h6 {
    width: 70%;
}

.inner-pagetxt h6 {
    width: 100%;
}


.banner_text p {
    font-size: 14px;
}
    
.banner_text span {
    display: initial;
}

  header {
    padding-bottom: 30px;
    margin-bottom: 28px;
}

/*.web-site-linkh {*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

.web-site-linkh {
    left: 50%;
    top: 26px;
    width: 86%;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

span.home-bannerimg2 img {
    width: 100px;
}

span.home-bannerimg2 {
    top: 150px;
}
  .menuSec ul li a {
    padding: 10px 12px;
    font-size: 14px;
  }

  li.baner-cart a i {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .banner_img {
    height: 410px;
}
.mobile-responsive-banner {
    width: 47%;
    top: 232px;
}

.banner_img h6 {
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-pagetxt {
    right: 0;
}

.media-banner ul li {
    margin: 0 0px 0 0;
}
.media-banner ul {
    display: block;
}
.media-banner {
    position: absolute;
    left: 2%;
    top: 50%;
    right: initial;
    transform: translate(0, -50%);
}

a.btn1 {
    width: 100%;
    font-size: 28px;
    height: 64px;
}

.deliver-btn a {
    padding: 12px 10px;
    font-size: 14px;
}

h3 {
    font-family: 'Josefin Sans';
    font-size: 35px;
    line-height: 42px;
  }

  .talk-design-txt h2 {
    font-size: 45px;
    line-height: 56px;
}

section.talk-design-sec:before {
    width: 30%;
    height: 30%;
  }

  .cntct-fot ul li a {
    gap: 5%;
    line-height: 24px;
    font-size: 13px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .oder-main-btn {
        padding: 3px;
        width: 30%;
    }
    
    .choose-in input, .choose-in select {
        padding: 10px;
        margin-bottom: 20px;
    }

    
    .style_box {
        margin: 0 0 24px 0;
    }
    
    .tag-btn {
        display: block;
    }

    .tag-btn a {
        margin: 0 0 10px 0;
        padding: 10px 10px;
    }
    
    .temp-nav ul li a {
        font-size: 16px;
        padding: 10px 25px;
    }
    
    
.banner_text p {
    font-size: 14px;
}
    
.banner_text span {
    display: initial;
}

  header {
    padding-bottom: 30px;
    margin-bottom: 28px;
}

/*.web-site-linkh {*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

.web-site-linkh {
    left: 50%;
    top: 26px;
    width: 86%;
    margin: 0 auto;
    transform: translate(-50%, 0);
}

span.home-bannerimg2 img {
    width: 100px;
}

span.home-bannerimg2 {
    top: 150px;
}
  .menuSec ul li a {
    padding: 10px 12px;
    font-size: 14px;
  }

  li.baner-cart a i {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .banner_img {
    height: 410px;
}
.mobile-responsive-banner {
    width: 47%;
    top: 232px;
}

.banner_img h6 {
    margin: 0 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-pagetxt {
    right: 0;
}

.media-banner ul li {
    margin: 0 0px 0 0;
}
.media-banner ul {
    display: block;
}
.media-banner {
    position: absolute;
    left: 2%;
    top: 50%;
    right: initial;
    transform: translate(0, -50%);
}

a.btn1 {
    width: 100%;
    font-size: 28px;
    height: 64px;
}

.deliver-btn a {
    padding: 12px 10px;
    font-size: 14px;
}

h3 {
    font-family: 'Josefin Sans';
    font-size: 35px;
    line-height: 42px;
  }

  .talk-design-txt h2 {
    font-size: 45px;
    line-height: 56px;
}

section.talk-design-sec:before {
    width: 30%;
    height: 30%;
  }

  .cntct-fot ul li a {
    gap: 5%;
    line-height: 24px;
    font-size: 13px;
}
.tabs.top-annual-billing.mportt.current h1 {
   
    font-size: 38px;
}
.top_dtls_pls h5 br {
    display: none;
}
.moto-txt h2 {
    font-size: 40px;
    line-height: 55px;
    
}
.descrip-img img {
    
    object-fit: cover;
    height: 300px;
   
}
  section.billing_op_secc {
    
    padding: 25px 65px !important;
   
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    section.billing_op_secc {
    
    padding: 25px 65px !important;
   
}
    .descrip-img img {
    
    object-fit: cover;
    height: 300px;
   
}
    .defaultlist.chg {
    display: inherit;
}
    section.process-wrap {
    min-height: 1670px;
    
}
    section.process-wrap p {
    font-size: 12px;
}
    .process-wrapper>img {
    
    width: 80%;
    right: 72px;
    top: -43px;
    
}
    .process-lader ul {
    display: inherit;
    
}
    .process-text h4 {
   
    font-size: 33px;
}
    .product-img img {
    width: 100%;
}
    .productsec .accordion-item h4 {
    font-size: 13px;
}

.catogeriesbox {
    display: inherit;
}

.catogeriesbox h4 {
    margin-bottom: 10px;
}
    .deliver-txt.deliver-txt2.text-end h3 {
    font-size: 24px !important;
}
.moto-txt h2 {
    font-size: 28px;
    line-height: 45px;
}
    
    .oder-main-btn {
        padding: 3px;
        width: 30%;
    }
    .choose-in input, .choose-in select {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .style_box {
        margin: 0 0 24px 0;
    }

    
    .tag-btn {
        display: block;
    }

    .tag-btn a {
        margin: 0 0 10px 0;
        padding: 10px 10px;
    }

    
    .media-banner ul li a i {
        font-size: 15px;
        width: 30px;
        height: 30px;
            margin: 0 0 5px 0;
    }
    .temp-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    
    .temp-nav ul li a {
        font-size: 14px;
        padding: 10px 20px;
    }

  .inner-pagetxt {
    left: 0;
}

.web-site-linkh {
    left: -119px;
    top: 32px;
}

  .menuSec ul li a {
    padding: 10px 4px;
    font-size: 12px;
}
.tabs h4 {
    font-size: 14px;
    
}
.price_details a {
    padding: 5px 8px !important;
    width: 100% !important;
}
.tabs.top-annual-billing.mportt.current h1 {
   
    font-size: 28px !important;
}
.row.featur_dtlss span {
   
    
    font-size: 14px !important;;
    
}
.top_dtls_pls h5 br {
    display: none !important;
}

.top_dtls_pls h5 {
    font-size: 12px !important;
    
   
    height: auto !important;
    
}
.top_dtls_pls h6 {
   
    font-size: 18px !important;
    
}
.price_details p {
   
    margin-bottom: 30px;
    height: auto !important;
    font-size: 13px;
}
.tabs h3 {
    font-size: 22px !important;
   
}
  li.head-contact a i {
    font-size: 15px;
    width: 26px;
    height: 26px;
    margin: 0 6px;
}

li.head-contact a {
    font-size: 12px;
}

li.baner-cart a i {
    font-size: 18px;
    width: 32px;
    height: 32px;
}

li.head-contact {
    height: 40px;
  }

  .banner_text h1 span {
    display: inline;
}

.banner_text h1 {
    font-size: 50px;
  }

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

.media-banner {
    top: 42%;
}
.banner_img h6 {
    margin: 0 0 10px;
}

h3 {
    font-size: 36px !important;
    line-height: 42px;
    margin: 0 0 10px;
}

.deliver-img2 img {
    width: 40% !important;
}

.deliver-img2 {
    right: -21%;
}

.deliver-img img {
    width: 100%;
}

.deliver-btn a {
    font-size: 12px;
    width: 100%;
    padding: 10px 10px;
    margin: 0px 10px 0 0;
}

section.deliver-sec {
    padding: 70px 0;
}

.d-busniess-img img {
    width: 100%;
}

span.d-busniess4 img {
    width: 60%;
}

span.d-busniess2 img {
    width: 60%;
}
span.d-busniess2 {
    right: -26%;
}

span.d-busniess3 img {
    width: 60%;
}
span.d-busniess3 {
    right: -5%;
}

section.deliver-busines-sec .d-busniess-img {
    margin: 80px 0 0;
}

section.deliver-busines-sec {
    padding: 70px 0;
}

a.btn1 {
    width: 80%;
    font-size: 25px;
    height: 64px;
    line-height: 1;
}
section.talk-design-sec {
    padding: 60px 0;
}

.talk-design-txt h2 {
    font-size: 32px;
    line-height: 38px;
}

section.talk-design-sec:before {
    width: 30%;
    height: 30%;
  }
  .value h3 {
    font-size: 20px !important;
    margin: 0;
}

.value h4 {
    font-size: 14px !important;
}

.smallboxes .smallbox .actions a span small {
    display: block;
    font-size: 12px;
  }
  .smallboxes .smallbox .actions a span {
    font-size: 14px;
}

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

  .smallboxes .smallbox h4 {
    font-size: 28px;
    line-height: 35px;
}

section.testi-sec:before {
    width: 14%;
    height: 14%;
    top: 5%;
    right: 9%;
}

.freedom-txt h6 {
    font-size: 10px;
  }

/*  .get-img img {*/
/*    object-fit: cover;*/
/*    width: 50%;*/
/*    height: 470px;*/
/*}*/

.get-img img {
    object-fit: contain;
    width: 60%;
    height: 470px;
}

.get-img-abs img {
    width: 70%;
    object-fit: cover;
    height: 30%;
}

.get-img-abs {
    position: absolute;
    bottom: -45px;
    left: 100px;
}

/*.media-banner ul {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: start;*/
/*}*/

/*.media-banner ul li {*/
/*    margin: 0 10px 0 0;*/
/*}*/

.get-content {
    margin: 90px 0 0;
    text-align: center;
}

section.newsletter h4 {
    font-size: 35px;
    margin-bottom: 8px;
}

.cntct-fot {
    margin: 30px 0 0;
}

.footer_bottom {
    padding: 20px 0;
}

.main_slider .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.freedom-slider img {
    height: 50px;
    margin: 0 0 20px;
}

.freedom-txt {
    padding: 20px 4px;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){

  .main_logo {
    text-align: center;
    margin: 0 0 20px;
}

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

li.head-contact a i {
    font-size: 16px;
    width: 26px;
    height: 26px;
}

li.head-contact {
    height: 40px;
}

li.baner-cart a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

.banner_text h1 span {
    display: inline;
}

.banner_text h1 {
    font-size: 35px;
}

.banner_text {
    text-align: center;
}

.banner_text span {display: inline;}

h6 {
    font-size: 18px !important;
}

.banner_form_wrap input {
    height: 40px;
}

.btn_theme {
    padding: 10px 16px;
    font-size: 16px;
}

.banner_img {
    margin: 30px 0;
}

.banner_img img {
    width: 100%;
}

.banner_img h6 {
    margin: 0 0 10px;
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    height: 40px;
}

.mobile-responsive-banner {
    top: 51%;
    width: 60%;
    text-align: center;
}

.mobile-responsive-banner h5 {
    padding: 10px 10px;
    font-size: 13px;
}

.inner-pagetxt {
    top: 75%;
    right: 0;
}

.banner_img h6 {
    font-size: 13px !important;
    width: 50%;
}

.banner_img {
    height: 400px;
}

h4 {
    font-size: 18px !important;
    margin: 0 0 10px;
    line-height: 24px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px;
}

.deliver-img img {
    width: 100%;
}

.deliver-img {
    margin: 30px 0 0;
}

.deliver-img2 img {
    width: 100%;
    height: 150px;
}

.deliver-btn {
    display: inline;
}

.deliver-btn a {
    margin: 0 0 10px;
}

.d-busniess-img img {
    width: 100%;
}

span.d-busniess4 img {
    width: 100%;
    height: 80px;
}

span.d-busniess2 img {
    width: 100%;
    height: 100px;
}

span.d-busniess3 img {
    width: 100%;
    height: 45px;
}


.deliver-txt2 {
    margin: 40px 0 0;
}

section.deliver-busines-sec {
    padding: 50px 0;
}

section.talk-design-sec {
    padding: 50px 0;
}

section.talk-design-sec:after {
  display: none;
}

.talk-design-txt h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 10px;
}

section.talk-design-sec:before {
    width: 90%;
}

.smallboxes .smallbox .actions:before {
    display: none;
}

.smallboxes .smallbox .actions {text-align: center;}

.value h3 {
    font-size: 28px;
}

.smallboxes .smallbox h4 {
    font-size: 20px !important;
    margin: 0;
}

.package_inner {
    padding: 10px 20px 10px 20px;
}

.smallboxes .smallbox .price-btnwrap a.btn-packages, .smallboxes .smallbox .price-btnwrap a.btn-packages:hover {
    font-size: 14px;
    height: 34px;
}

/*img.web-slider1 {
    width: auto !important;
}*/

.freedom-slider {
    margin-top: 0px;
}

section.choose-your-plan-sec {
    padding: 40px 0;
}

.talk-design-btn a {
    margin: 0 0 10px;
    width: 100%;
}

.talk-design-btn {
    display: block;
  }

.choose-head p {
    margin: 0 0 10px;
}

.back-testi {
    padding: 40px 0px;
}

.get-img-abs img {
    width: 50%;
    object-fit: cover;
}
.get-img-abs {
    position: absolute;
    bottom: -43px;
    left: -11%;
}

.get-content {
    margin: 90px 0 0;
}

.get-content textarea {
    height: 100px;
    border-radius: 10px;
}

section.newsletter .row {
    padding: 10px 0;
}

.sub-box .btn.btn-submit {
    position: relative;
  }

  .sub-box input {
    width: 100%;
    margin: 0 0 10px;
}

.main_footer {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.footer_contact {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer h4 {
    margin: 0 0 20px;
}

.main_footer ul li a i {
    width: 10px;
}
.cntct-fot i {
    font-size: 20px;
  }

  .main_footer ul li a {
    line-height: 28px;
    font-size: 14px;
  }

  .cntct-fot ul li a {
    gap: 8%;
    line-height: 24px;
    font-size: 12px;
}

footer h4:before {
    height: 30px;
    top: -6px;
}

section.newsletter h4 {
    line-height: 24px;
}

.para-ftr a {
    width: 44%;
    height: 52px;
}

.footer_bottom {
    padding: 20px 0;
}

section.testi-sec:before {
    width: 27%;
    height: 8%;
    top: 10%;
    right: 20px;
    background-size: contain;
}

ul.nav-for {
    width: 100%;
}

.testi-head h3 {
    font-size: 30px;
}

a.btn1 {
    width: 80%;
    font-size: 18px;
    height: 50px;
}

.media-banner {
  display: none;
}

.ftr-contnt ul {
    margin-bottom: 10px;
}

.main_footer::before {
  display: none;
}

.main_footer::after {
  display: none;
}

.smallboxes .smallbox {
    margin: 12px 0 30px;
}

.ticklist2.list-scroll {
    margin-bottom: 8px;
    padding: 10px 10px;
}

.ticklist2 li {
      font-size: 12px;
    line-height: 30px;
}

.sub-box input {
    padding: 8px 35px;
}

section.deliver-sec {
    padding: 30px 0 60px;
}

.about-banner-btn {
    bottom: 0;
}

.about-way-2 {
    right: 0;
}

.moto-txt h2 {
    font-size: 35px;
    line-height: 42px;
}

span.mission3 {
    right: 0;
    bottom: -21%;
}

.banner_text.domain-txt form a {
    top: 25%;
    font-size: 14px;
}

.banner_text.domain-txt form {
    width: 100%;
}

.banner_text.domain-txt form input {
    padding: 10px 40px;
}

section.productsec.tab_sec {
    padding: 22px 0;
}




.tab_sec .nav-tabs {
    gap: 8px;
}

.tab_sec .nav-tabs .nav-link {
    padding: 4px 18px;
    font-size: 14px;
}

.hide-fold {
    margin: 10px 0 0;
}

.defaultlist label {
    margin: 30px 0 10px;
}

.defaultlist.chg select {
    padding: 6px 40px;
}

.process-wrapper {
    position: relative;
}

.process-wrapper.container {
    flex-wrap: wrap-reverse;
    display: flex;
}

.process-wrapper>img {
  display: none;
}

.process-lader {
    padding: 0px 10px;
}

.process-lader ul li h2 {
    font-size: 134px;
}

.process-lader ul {
    justify-content: end;
    margin: 0;
}

section.process-wrap>.container>.row:last-child {
    margin: 20px 0 0;
}

section.process-wrap {
    padding: 30px 0 100px;
}

.process-text h5 {
    margin: 0 0 6px;
}

.process-text p {
    margin-top: 0;
}

.databacked-head span {
    display: inline;
}

.banner_text.domain-txt form button {
    padding: 11px 15px;
    font-size: 12px;
}

.banner_text.domain-txt form select {
    right: 66px;
    padding: 10px 18px;
}

.Domain-info {
    width: 100%;
    display: block;
}

.Domain-info p {
    margin: 0 0 10px;
}

.Domain-btn button {
    padding: 6px 0px;
    width: 60%;
}

span.landind-banner2 img {
    height: 60px;
}

span.landing-banner3 img {
    height: 60px;
}

.landing-baner-mobile {
    top: 362px !important;
}

.inner-pagetxt {
    right: 28% !important;
}

span.landind-banner2 {
    top: 12%;
}

span.landing-banner3 {
    top: 13%;
}

span.landing-banner4 {
    top: 67%;
    right: 0;
}

span.landing-banner4 img {
    height: 50px;
}

span.landing-deliver3 img {
    height: 60px;
}

.landing-deliver-mobile {
    top: 170px;
}

span.landing-deliver2 img {
    height: 60px;
}

span.landing-deliver2 {
    bottom: -20%;
    left: 0%;
}

.unmatch-txt img {
    height: 90px;
    margin: 0 0 10px;
}
.unmatch-txt {
    padding: 20px 20px;
}

.talk-design-txt span {
    display: contents;
}

section.website-marketing-sec {
    padding: 40px 0 0;
}

section.choose-pakkge form {
    padding: 10px 10px;
}

section.choose-pakkge h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px;
}

.choose-in label {
    font-size: 14px;
    margin-left: 11px;
    margin-bottom: 0;
}

.choose-in select {
    margin: 0 0 10px;
}

.style_box {
    padding: 16px 0;
    margin: 0 0 10px;
}

.style_box input {
    width: 16px;
    height: 16px;
}

.choose-in input {
    margin: 0 0 10px;
}

.gray {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.style_box h3 {
    font-size: 30px;
}

.oder-prices {
    display: block;
    padding: 10px 10px;
}

.order-pera p {
    width: 100%;
    padding: 0 10px;
}

.oder-main-btn button {
    width: 60%;
}

.order-pera-radio {
    display: flex;
    align-items: baseline;
}

.temp-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.temp-nav ul li a {
    font-size: 14px;
    padding: 8px 34px;
    line-height: 40px;
    width: 100%;
}

.temp-search input {
    width: 100%;
    padding: 0 40px;
}

.temp-search i {
    left: 4%;
    font-size: 15px;
    top: 41%;
}

ul.techno-it {
    display: block;
}

.techno-img img {
    margin: 0 0 10px;
}

.techno-tag tag {
    padding: 0px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    border-radius: 50px;
}

.techno-tag {
    padding: 10px 10px;
}

.descrip-img img {
    object-fit: contain;
    height: 440px;
}

.temp_logo {
    text-align: center;
    margin: 0 0 20px;
}

.talk-orange {
    width: 100%;
    margin: 10px 0 0 0;
}

section.get-info {
    padding: 40px 0;
}

section.Freedom-sec {
    padding: 0 0 40px;
}

.main_footer {
    padding-top: 50px;
}

.footer_desc p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.ftr-contnt a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.main_slider .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
}

header {
    padding: 30px 20px 60px 20px;
    margin: 0 0px 0 0%;
}

li.head-contact {
    margin: 0 -20px 0 0;
}

.main_logo img {
    width: 70%;
}

.smallboxes .smallbox .actions a span {
     float: none; 
}

}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
.smallboxes .smallbox .actions a span {
    float: none;
}

  .main_logo {
    text-align: center;
    margin: 0 0 20px;
}

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

li.head-contact a i {
    font-size: 16px;
    width: 26px;
    height: 26px;
}

li.head-contact {
    height: 40px;
}

li.baner-cart a i {
    font-size: 18px;
    width: 30px;
    height: 30px;
}

p {
    font-size: 11px !important;
    line-height: 22px !important;
}
.banner_text h1 span {
    display: contents;
}

.banner_text h1 {
    font-size: 35px;
}

.banner_text {
    text-align: center;
}

/*.banner_text span {display: inline;}*/

h6 {
    font-size: 18px !important;
}

.banner_form_wrap input {
    height: 40px;
    font-size: 15px;
}

.btn_theme {
    padding: 10px 16px;
    font-size: 16px;
}

.banner_img {
    margin: 30px 0;
}

.banner_img img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    margin-top:30px;
}
.feature{
    height:auto !important;
}
.banner_img h6 {
    margin: 0 0 10px;
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    height: 40px;
}

.mobile-responsive-banner {
    top: 51%;
    width: 60%;
    text-align: center;
}

.mobile-responsive-banner h5 {
    padding: 10px 10px;
    font-size: 13px;
}

.inner-pagetxt {
    top: 30%;
    right: 0;
}

.banner_img h6 {
    font-size: 9px !important;
    width: 100%;
}

.banner_img {
    height: 400px;
}

h4 {
    font-size: 18px !important;
    margin: 0 0 10px;
    line-height: 24px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px;
}

.deliver-img img {
    width: 100%;
}

.deliver-img {
    margin: 30px 0 0;
}

.deliver-img2 img {
    width: 100%;
    height: 150px;
}

.deliver-btn {
    display: inline;
    text-align: center;
}

.deliver-btn a {
    margin: 0 0 10px;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
}

.d-busniess-img img {
    width: 100%;
}

span.d-busniess4 img {
    width: 100%;
    height: 80px;
}

span.d-busniess2 img {
    width: 100%;
    height: 100px;
}

span.d-busniess3 img {
    width: 100%;
    height: 45px;
}


.deliver-txt2 {
    margin: 40px 0 0;
}

section.deliver-busines-sec {
    padding: 50px 0;
}

section.talk-design-sec {
    padding: 50px 0;
}

section.talk-design-sec:after {
  display: none;
}

.talk-design-txt h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}

section.talk-design-sec:before {
    width: 90%;
    height: 9%;
}

.smallboxes .smallbox .actions:before {
    display: none;
}

.smallboxes .smallbox .actions {
    text-align: center;
    padding: 20px 10px;
}

.value h3 {
    font-size: 28px;
}

.smallboxes .smallbox h4 {
    font-size: 20px !important;
    margin: 0;
}

.package_inner {
    padding: 10px 20px 10px 20px;
}

.smallboxes .smallbox .price-btnwrap a.btn-packages, .smallboxes .smallbox .price-btnwrap a.btn-packages:hover {
    font-size: 14px;
    height: 34px;
}

/*img.web-slider1 {
    width: auto !important;
}*/

.freedom-slider {
    margin-top: 0px;
}

section.choose-your-plan-sec {
    padding: 40px 0;
}

.talk-design-btn a {
    margin: 0 0 0px;
    width: 100%;
}

.talk-design-btn {
    display: block;
  }

.choose-head p {
    margin: 0 0 10px;
}

.back-testi {
    padding: 40px 0px;
}

.get-img-abs img {
    width: 50%;
    object-fit: cover;
}
.get-img-abs {
    position: absolute;
    bottom: -43px;
    left: -11%;
}

.get-content {
    margin: 90px 0 0;
}

.get-content textarea {
    height: 100px;
    border-radius: 10px;
}

section.newsletter .row {
    padding: 10px 0;
}

.sub-box .btn.btn-submit {
    position: relative;
  }

  .sub-box input {
    width: 100%;
    margin: 0 0 10px;
}

.main_footer {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.footer_contact {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer h4 {
    margin: 0 0 10px;
}

.main_footer ul li a i {
    width: 23px;
}
.cntct-fot i {
    font-size: 20px;
  }

  .main_footer ul li a {
    line-height: 28px;
    font-size: 14px;
  }

  .cntct-fot ul li a {
    gap: 8%;
    line-height: 24px;
    font-size: 12px;
}

footer h4:before {
    height: 30px;
    top: -6px;
}

section.newsletter h4 {
    line-height: 24px;
}

.para-ftr a {
    width: 44%;
    height: 52px;
}

.footer_bottom {
    padding: 20px 0;
}

section.testi-sec:before {
    width: 27%;
    height: 8%;
    top: 5%;
    right: 0;
    background-size: contain;
    opacity: 0.5;
}

ul.nav-for {
    width: 100%;
    margin-top:0;
}

.testi-head h3 {
    font-size: 30px;
}

a.btn1 {
    width: 100%;
    font-size: 18px;
    height: 50px;
}
.media-banner {
  display: none;
}

.ftr-contnt ul {
    margin-bottom: 10px;
    justify-content: center;
}

.main_footer::before {
  display: none;
}

.main_footer::after {
  display: none;
}

.smallboxes .smallbox {
    margin: 12px 0 30px;
}

.ticklist2.list-scroll {
    margin-bottom: 8px;
    padding: 10px 10px;
}

.ticklist2 li {
      font-size: 12px;
    line-height: 30px;
}

.sub-box input {
    padding: 8px 35px;
}

section.deliver-sec {
    padding: 30px 0 60px;
}

.about-banner-btn {
    bottom: 0;
}

.about-way-2 {
    right: 0;
}

.moto-txt h2 {
    font-size: 35px;
    line-height: 42px;
}

span.mission3 {
    right: 0;
    bottom: -21%;
}

.banner_text.domain-txt form a {
    top: 25%;
    font-size: 14px;
}

.banner_text.domain-txt form {
    width: 100%;
}

.banner_text.domain-txt form input {
    padding: 10px 35px;
    font-size: 12px;
}

section.productsec.tab_sec {
    padding: 22px 0;
}

.tab_sec .nav-tabs {
    gap: 8px;
}

.tab_sec .nav-tabs .nav-link {
    padding: 4px 18px;
    font-size: 14px;
}

.hide-fold {
    margin: 10px 0 0;
}

.defaultlist label {
    margin: 30px 0 10px;
    font-size: 16px;
}

.defaultlist.chg select {
    padding: 6px 40px;
}

.process-wrapper {
    position: relative;
}

.process-wrapper.container {
    flex-wrap: wrap-reverse;
    display: flex;
}

.process-wrapper>img {
  display: none;
}

.process-lader {
    padding: 0px 10px;
}

.process-lader ul li h2 {
    font-size: 134px;
}

.process-lader ul {
    justify-content: end;
    margin: 0;
}

section.process-wrap>.container>.row:last-child {
    margin: 20px 0 0;
}

section.process-wrap {
    padding: 30px 0 100px;
}

.process-text h5 {
    margin: 0 0 6px;
}

.process-text p {
    margin-top: 0;
}

.databacked-head span {
    display: inline;
}

.banner_text.domain-txt form button {
    padding: 11px 15px;
    font-size: 12px;
}

/*.banner_text.domain-txt form select {*/
/*    right: 66px;*/
/*    padding: 10px 18px;*/
/*}*/

.banner_text.domain-txt form select {
    right: 76px;
    padding: 10px 5px 10px 5px;
    font-size: 12px;
}

.Domain-info {
    width: 100%;
    display: block;
}

.Domain-info p {
    margin: 0 0 10px;
}

.Domain-btn button {
    padding: 6px 0px;
    width: 60%;
}

span.landind-banner2 img {
    height: 60px;
}

span.landing-banner3 img {
    height: 60px;
}

.landing-baner-mobile {
    top: 362px !important;
}

.inner-pagetxt {
    right: 28% !important;
    width: 100%;
    top: -47px;
}

span.landind-banner2 {
    top: 12%;
}

span.landing-banner3 {
    top: 13%;
}

span.landing-banner4 {
    top: 67%;
    right: 0;
}

span.landing-banner4 img {
    height: 50px;
}

span.landing-deliver3 img {
    height: 60px;
}

.landing-deliver-mobile {
    top: 170px;
}

span.landing-deliver2 img {
    height: 60px;
}

span.landing-deliver2 {
    bottom: -20%;
    left: 0%;
}

.unmatch-txt img {
    height: 90px;
    margin: 0 0 10px;
}
.unmatch-txt {
    padding: 20px 20px;
}

.talk-design-txt span {
    display: contents;
}

section.website-marketing-sec {
    padding: 40px 0 0;
}

section.choose-pakkge form {
    padding: 20px 20px;
}

section.choose-pakkge h2 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}

.choose-in label {
    font-size: 14px;
    margin-left: 11px;
    margin-bottom: 0;
}

.choose-in select {
    margin: 0 0 10px;
    padding: 5px 15px;
}

.style_box {
    padding: 16px 0;
    margin: 0 0 10px;
}

.style_box input {
    width: 16px;
    height: 16px;
}

.choose-in input {
    margin: 0 0 10px;
}

.gray {
    padding: 10px 0px;
    margin-bottom: 10px;
}

.style_box h3 {
    font-size: 30px;
}

.oder-prices {
    display: block;
    padding: 10px 10px;
}

.order-pera p {
    width: 100%;
    padding: 0 10px;
}

.oder-main-btn button {
    width: 60%;
}

.order-pera-radio {
    display: flex;
    align-items: baseline;
}

.temp-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px 40px;
    gap: 10px;
}

.temp-nav ul li a {
    font-size: 14px;
    padding: 8px 20px;
    line-height: 24px;
    width: 100%;
}

.techno-it-solution h3 {
    text-transform: capitalize;
}

.temp-search input {
    width: 100%;
    padding: 0 40px;
}

.temp-search i {
    left: 4%;
    font-size: 15px;
    top: 41%;
}

ul.techno-it {
    display: block;
}

.techno-img img {
    margin: 0 0 10px;
}

.techno-tag tag {
    padding: 0px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    border-radius: 50px;
    line-height: 30px;
}

.techno-tag {
    padding: 20px 20px;
}

.descrip-img img {
    object-fit: contain;
    height: 440px;
}

.temp_logo {
    text-align: center;
    margin: 0 0 20px;
}
.home-banner {
    padding: 0;
}

.web-site-linkh {
    left: 0;
    top: -4px;
}

.inner-pagetxt {
    right: 0px !important;
    left: unset;
}

span.home-bannerimg2 img {
    height: 150px;
}

span.home-bannerimg2 {
    top: 165px;
    right: 0;
}

.talk-orange {
    width: 100%;
    margin: 10px 0 0 0;
}

section.get-info {
    padding: 40px 0;
}

section.Freedom-sec {
    padding: 0 0 40px;
}

.main_footer {
    padding-top: 50px;
}

.footer_desc p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.ftr-contnt a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_bottom .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.main_slider .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

header {
    padding: 30px 20px 60px 20px;
    margin: 0 0px 0 0%;
}

li.head-contact {
    margin: 0 -20px 0 0;
}
.main_logo img {
    width: 70%;
}


.smallboxes .smallbox .actions a span {
    font-size: 14px;
     float: none; 
}

.smallboxes .smallbox .actions a span small {
    font-size: 15px;
}

.Category-box .accordion-header {
    display: none;
}

.defaultlist {
    text-align: center;
}

.defaultlist.chg {
    justify-content: center;
}

.defaultlist.chg span {
    font-size: 16px;
}

.data-backed-silder img {
    object-fit: contain;
    height: 76px;
}

.cntct-fot ul li p {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 6%;
}

li.contct-phone-f {
    display: flex !important;
    align-items: center;
    justify-content: start;
    gap: 6%;
    margin-bottom: 30px;
}

.cntct-fot ul li a {
    gap: 5%;
    line-height: 22px;
    font-size: 14px;
}

.service-btn a {
    margin: 0 10px 0 0;
    width: 100%;
}

.service-orange {
    margin: 0;
}


.service-choose-sec #mCSB_1_container ul {
    overflow-y: scroll;
    height: 150px;
}

.oder-main-btn {
    width: 90%;
    margin: 0 auto;
}

.oder-pd {
    padding: 0 0px;
}

.choose-in input, .choose-in select, .choose-in date {
    padding: 10px;
}
.oder-prices span {
    color: #005ff9;
    font-size: 18px;
    font-weight: 700;
}

.thank_you h2 {
    font-size: 35px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}

.thank_you p {
    margin: 0 0 10px 0;
}

}

@media only screen and (min-width: 0px) and (max-width: 299px){
.smallboxes .smallbox {
    margin: 0 0 40px!important;
}
}

/*Responsive End*/

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.slicknav_nav a:hover {
    background: #0148c6;
    color: #fff;
}


.scrolll {
  /*height: 60vh;*/
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  /*overflow-x: hidden;*/
}
.text img {
    width: 140px;
    height: 140px;
    margin: 0 50px;
    object-fit: contain;
}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.text {
  padding: 0;
  font-size: 6.4rem;
  display: inline-block;
  margin-right: 2rem;
  font-family: arial;
  font-weight: bold;
}

.bueaty-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

/*Rj Slider*/
.rj-slider{
    white-space:nowrap;
}
.rj-repeater {
    display: inline-block;
    position: relative;
}
/*Rj Slider*/



.style_box.sraiki {
    background: #c9dcff;
}


.product-img a.nobtn {
    background: none;
    color: #fff;
    padding: 0;
    border-radius: 0;
    transition: 0.5s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 240px;
    opacity: 1;
    top: 15px;
}
button.nav-link.active span {
    color: #000;
    font-weight: 700;
}


.blog-det-italic {
    position: relative;
       padding-top: 40px;
}
.blog_detailText h5 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
}
.blog-det-italic strong {
    font-size: 18px;
    color: #292f3b;
    line-height: 23px;
    font-weight: 600;
}
.blog-det-italic strong span {
    color: #b2b6bb;
    font-size: 14px;
}
.comment_head h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #292f3b;
    margin: 0 0 50px;
}
.comment_box1Text span {
    font-size: 12px;
    line-height: 17px;
    color: #b2b6bb;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: block;
}
.comment_box1Text h4 {
    font-size: 18px;
    line-height: 24px;
    color: #292f3b;
    font-weight: 600;
    margin: 0 0 12px;
}
.comment_box1Text p {
    color: #59606a;
    line-height: 24px;
    margin: 0 0 15px;
}
.btn_comment1 {
  border-width: 1px;
  border-color: rgb(30, 30, 39);
  border-style: solid;
  width: 76px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e1e27;
  padding: 5px 0;
  border-radius: 50px;
}
.btn_comment1:hover {
    background: #0143b7;
    color: #fff;
    border-color: #0143b7;
}

.comment_box1Img img {
    width: 90%;
    margin: 0;
    text-align: right;
    float: right;
}
.comment_box2 {
    margin: 70px 0px 30px 130px;
}
.comment_form input[type="text"],
.comment_form input[type="email"], 
.comment_form textarea  {
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  width: 100%;
  height: 48px;
  background: transparent;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 21px;
  color: #59606a;
  margin: 0 0 20px;
  resize: none;
  outline: none;
}
.comment_form textarea{
  height: 114px;
}
.comment_form button {
  background-color: rgb(103, 21, 111);
  width: 180px;
  height: 46px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  outline: none;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.leaveComment_div {
    margin: 90px 0 0;
}

.tab-pane h5{color:#000; 
    font-size: 20px;
    padding: 20px 0 0 0;
}

.Tags_div ul li {
    background-color: rgb(235, 235, 235);
    height: 30px;
    padding: 2px 10px;
    display: inline-block;
    width: max-content;
    margin: 0 5px 10px 0px;
}

.Tags_div ul li a {
    font-size: 14px;
    line-height: 19px;
    color: #292f3b;
    text-transform: uppercase;
    font-weight: 500;
}

.leaveComment_div {
    margin: 90px 0 0;
}

.orange_btn{background: #f78e1e !important;}

.newbtnz{padding: 5px 10px;
    background: #0148c6;
    color: #fff !important;
    border-radius: 20px;
    margin: 5px 0 0 0px;
    font-size: 14px !important;
    display: block;}
    
.checkout_form {
    border: 1px solid #8080806e;
    padding: 25px 25px;
}

.checkout_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: none;
}

.checkout_form p input {
    width: auto;
    height: auto;
}

.trust_check input {
    width: auto;
    height: auto;
    margin-right: 20px;
}

.trust_check {
    display: flex;
    align-items: center;
}

.trust_check {}

.checkout_form a {
    color: #000;
    font-weight: 900;
}

.botm-checkout a {
    background: #0148c6;
    color: #fff;
    width: 20%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.radio-slc input {
    height: auto;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}

.box-det-prd-wrp {
    padding: 27px 40px;
    background: #f3f3f3;
    border: 1px solid #00000024;
}

.detail-prc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delevery-boxwrp {
    padding: 27px 40px;
    background: #f3f3f3;
    border: 1px solid #00000024;
    margin-top: 26px;
}

.delevery-boxwrp a {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 20px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 45px;
    margin: 0 0 20px 0;
    color: #212529;
    background-color: #f6f9f8;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkout_form h4 {
    color: #000;
    font-size: 18px;
}


.orange_btn:hover {
        color: #ffffff;
        background: linear-gradient(90deg, rgba(0,70,194,1) 0%, rgba(0,48,133,1) 70%) !important;
    transition: 1s;
}

.thank_you a{position: relative;
    display: inline-block;
    padding: 14px 40px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, #0143b7 0%, #0143b7 70%);
    transition: ease-out 0.5s;
    border-radius: 30px;
    font-family: 'GRAPHIC-Light';
    font-weight: 500;
    text-transform: capitalize;
    /*width: 16%;*/
    border: none;
    transition: 1s;}
    
.Domain-info p span.congo {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #008b03;
    font-weight: 800 !important;
    font-family: 'GRAPHIC-Light';
    letter-spacing: 1px;
}

.newbtnz i {
    color: #fff;
    margin: 0;
}

/*new css start*/

/*project css start*/


section.plans_pricing_secc {
    padding: 5% 0%;
}

.plans_heading h2 {
    color: #000;
    text-shadow: none;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-align: center;
}


.plans_heading p {
    font-size: 20px;
    color: #ff6600;
    font-family: 'Nunito';
    text-align: center;
}

.plans_heading p {
    font-size: 20px;
    color: #0148c6;
    font-family: 'Nunito';
    text-align: center;
}

.tab-custom ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
    margin-top: 40px;
}

.tab-custom ul li a {
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: relative;
    padding: 12px 30px;
    display: block;
    color: #000;
    font-weight: 600;
    padding-left: 60px;
    font-family: 'Poppins';
    width: 100%;
    display: block;
}

.tab-custom ul li a p {
    color: #0148c6;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tab-custom ul li a:after {
    position: absolute;
    content: "";
    background: transparent;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    border: 2px solid #0148c6;
    top: 50%;
    left: 7%;
    border-radius: 50%;
}

.tab-custom ul li.current a {
    background: #0148c6;
    color: #fff;
}

.tab-custom ul li.current a p {
    color: #fff;
}

.tab-custom ul li.current a:after {
    border-color: #fff;
    border-width: 3px;
}


.tab-custom ul li a span {
    background: #000 !important;
    color: #fff;
    position: absolute;
    top: -27px;
    right: 8px;
    background: #ff6600;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    border: 2px solid #fff;
    font-weight: 600;
}

.row.border_tp_bt {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 40px 0px;
}

.tabs h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    margin: 0;
    color: #000;
    font-family: 'Nunito';
    text-align: center;
}

.tabs h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    margin: 0;
    color: #000;
    font-family: 'Nunito';
}


.price_details {text-align: center;}

.price_details h3 {
    color: #0148c6;
    font-size: 48px;
    font-weight: 800;
    margin: 0;
    font-family: 'Nunito';
}

.price_details h3 span {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #0148c6 !important;
    display: inline-block;
    margin: 0;
}

.price_details span {
    font-size: 13px;
    color: #585660;
    font-family: 'Nunito';
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}

.price_details p {
    color: #585660;
    font-weight: 600;
    line-height: normal;
    font-family: 'Nunito';
    margin-bottom: 30px;
    height: 105px;
}

.price_details a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px;
    width: 90%;
    border-radius: 50px;
    background: #0148c6;
    color: #fff;
    font-family: 'Nunito';
    margin: 0 auto;
}

.price_details a.samp_web {
    color: #220844;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    background: no-repeat;
    margin: 0;
    width: 100%;
    margin-top: 10px !important;
}

.price_details a.samp_web i {
    color: #0148c6;
    transform: rotate(-35deg);
}

.price_details a:hover {
    background: #333;
    color: #fff;
}

.price_details a.samp_web:hover {
    color: #0148c6;
    background: no-repeat;
}

.feature_heading h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 3px solid #4e4571;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
    font-family: 'Nunito';
    font-weight: 700;
    padding: 10px 25px;
}

.row.featur_dtlss span {
    color: #565362;
    font-weight: 400;
    display: block;
    padding-right: 28px;
    font-size: 16px;
    font-family: 'Nunito';
}

.row.featur_dtlss {
    padding: 18px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.pr_hide h5 {
    font-size: 16px;
    border-bottom: 1px dashed #0148c6;
    display: inline-block;
    margin: 0;
    color: #000;
}

.pr_hide {
    text-align: center;
    position: relative;
}

.pr_hide p {
    font-size: 14px;
    font-family: 'Nunito';
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 20px;
    text-align: left;
    position: absolute;
    width: 300px;
    line-height: 24px;
    border-radius: 10px;
    display: none;
    transition: 0.5s;
    z-index: 1;
}

.pr_hide:hover p {
    display: block;
    transition: 2s;
}

img.grn_imgg {
    width: 8% !important;
}

.pr_hide img {
    width: 60%;
}


.toolips span {
    position: relative;
}

.toolips span:after {
    position: absolute;
    content: "i";
    font-size: 20px;
    right: 0;
    border: 2px solid;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0%;
    color: #0148c6;
}


.brtt_bx {
    box-shadow: rgb(0 0 0 / 24%) 0px 0px 8px;
    padding: 10px;
    margin-top: 4%;
    border-radius: 5px;
}

.tabs.mportt.current {
    display: block;
}

.tabs.mportt {
    display: none;
}

.tab-custom .tabs {
    width: 90%;
    margin: 0 auto;
}


/*top secc*/

section.billing_op_secc {
    background-color: #fff;
    padding: 25px 195px;
    box-shadow: 0 0 10px #00000059;
}

.top_secc h5 {
    padding-left: 20px;
    color: #c4bad2;
    font-family: 'Nunito';
    font-size: 16px;
    margin: 0;
}

.top_custom_tab ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0px;
}

.top_custom_tab ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 600;
    position: relative;
}

.top_custom_tab ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    left: -35px;
    top: 10%;
    border-radius: 50%;
    border: 2px solid;
    border-color: #0148c6;
}

.top_custom_tab ul li a span {
    background: #0148c6 !important;
    margin-left: 10px;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
}

.top_custom_tab ul li.current {
    background-color: #3e225d;
}

.top_custom_tab ul li {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
}

.top_custom_tab ul li.current a:after {
    background: #0148c6;
    border-color: #fff;
    border-width: 3px;
}

.top_secc {
    border-bottom: 1px solid #282729;
}

.top-plans_heading h3 {
    font-size: 16px;
    color: #c4bad2;
    font-family: 'Nunito';
    font-weight: 500;
    margin: 40px 0px;
}

.top_dtls_pls {
    text-align: center;
}

.top_dtls_pls h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0;
    height: 50px;
    margin-top: 0;
}

.top_dtls_pls h6 {
    color: #0148c6;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 26px;
    margin: 10px 0px;
}

.top_dtls_pls h6 span {
    font-size: 16px;
    font-weight: 400;
}

.top_dtls_pls a {
    margin: 3px auto 0;
    font-size: 14px;
    padding: 6px 15px;
    width: auto;
    position: relative;
    bottom: auto;
    color: #000;
    font-weight: 400;
    border: 1px solid #5d5d66;
    background: transparent;
    border-radius: 30px;
    font-family: 'Nunito';
    transition: 0.5s;
}

.top_dtls_pls a:hover {
    color: #fff;
    transition: 0.5s;
    box-shadow: inset 0 50px 0 0 #0148c6;
}




section.billing_op_secc {
    display: none;
}

section.billing_op_secc.displayNav {
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: block;
    top: 0;
}

/*top sec end*/


.featur_dtlss {
    position: relative;
}

.featur_dtlss .pra_clickk {
    font-size: 14px;
    font-family: 'Nunito';
    line-height: 21px;
    position: absolute;
    width: 30%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 10px;
    left: 20%;
    display: none;
}


/*.pra_clickk.tooltip-zindex {
    display: block;
}*/

.pra_clickk.active {
    display: block;
}


/*project css end*/


/*new css end*/


@media only screen and (min-width: 300px) and (max-width: 519px) {
	
html {overflow-x: hidden; } 
.plans_heading h2 {font-size: 30px; }
.plans_heading p {font-size: 17px; }
.tab-custom ul {display: block; width: 100%; }
.tab-custom ul li {margin-bottom: 20px;}
.tab-custom .tabs {width: 100%; }
.row.border_tp_bt {padding-top: 20px; padding-bottom: 20px; }
.tabs h4 {font-size: 20px;margin-bottom: 20px;}
.tab-custom .tabs .col {flex: auto; }
.price_details p {margin-bottom: 10px; }
.price_details {margin-bottom: 20px; border-bottom: 1px solid; padding-bottom: 10px; }
section.billing_op_secc.displayNav {display: none; }
.feature_heading h2 {margin-top: 0px; }
.pr_hide {text-align: left; margin-bottom: 10px; }
.pr_hide p {font-size: 12px; line-height: 16px; width: 100%; left: -20px; }
.pr_hide h5 {margin-top: 20px; }
.featur_dtlss .pra_clickk {font-size: 12px; width: 100%; left: 0; }
.pr_hide img {width: 40%; }
.row.featur_dtlss.toolips .price_details {border: 0; }

}


.f1 {
    background: #3b5998 !important;
}

.f2 {
    background: #0A66C2 !important;
}

.f3 {
    background: #00acee !important;
}

.f4 {
    background: #000 !important;
}
.f5 {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}

.tabs.top-annual-billing.mportt.current h1 {
    color: #000;
    font-weight: 600;
    margin: 0;
    text-align: center;
}


/* flex website sec ccs*/

.hover-up {
  top: 0;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .hover-up:hover {
    box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
    top: -2px; }

.hover-line:before {
  content: '';
  display: block;
  height: 5px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #0143b7 0%, #0143b7 70%);
  transition: all 0.2s ease-in-out;
  }


.feature {
    z-index: 1;
    padding: 40px 30px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #fff;
    height: 450px;
    text-align: center;
  }
  .feature__icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    margin-bottom: 24px; }
  .feature__title {
    font-size: 20px;
    margin-bottom: 18px;
    font-family: 'Josefin Sans';
    color: black;
    }
  .feature__text {
    margin-bottom: 0;
    }

.icon-holder {
  text-align: center;
  width: 20%;
  padding: 15px;
  float: left; }
  .icon-holder pre {
    display: none; }


.hover-line:hover:before {
  width: 100%; }

.flex-web-sec {
    padding: 10px 0 80px;
}

.flex-web-sec .beauty-head {
    margin-bottom: 50px;
}


/*thousand redymade css*/

.row.beauty-nw-head {
    width: 90%;
    margin: 0 auto 40px;
}

.beauty-head ul {
    margin-bottom: 15px;
}

.beauty-nw-head p {
    margin-bottom: 15px;
}

.beauty-head ul li::before {content: '\f111';position: absolute;left: -25px;top: -1px;font-size: 15px;color: #f78e1e;font-family: 'Font Awesome 5 Pro';}

.beauty-head ul li {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 23px;
    font-family: 'Graphik-Regular';
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
