@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;800;900&display=swap');

@font-face {
    font-family: 'Gilroy',  sans-serif;
    weight: 600;
    src: url('../fonts/Gilroy-Medium.woff') format('woff');
    font-display: swap;
}
  
  @font-face {
    font-family: 'Gilroy',  sans-serif;

    weight: 400;
    src: url('../fonts/Gilroy-Regular.woff') format('woff');
    font-display: swap;

}
  
  @font-face {
    font-family: 'Gilroy',  sans-serif;
    src: url('../fonts/Gilroy-Extrabold.woff') format('woff');
    font-display: swap;

}

  @font-face {
    font-family: 'Gilroy',  sans-serif;
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
    font-display: swap;
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

.our-about .head_txt {
    text-align: center;
    margin: 0 0 7rem 0;
}

.modal-content {
    border-radius: 12px;
}

.head_ft {
    text-align: center;
}

.head_ft img {
    width: 292px;
    margin: 0 auto;
    display: block;
}

.head_ft a {
    display: block;
    margin: 28px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.head_ft a i {
    padding: 0 14px;
}

.head_ft p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.company-top .list .item:hover {
    background: #333;
    transform: translateY(-20px);
}

.heading.image-txt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 31px;
    color: #333;
}

section.calltoaction-section.dark-mode {
    text-align: left;
    background: url(../images/our-about-bg.png) no-repeat white;
    background-position: 100% 100%;
    position: relative;
    margin: 4rem 0;
}

.boxes_area {
    margin: 40px 0 0 0;
}

.section8.text-center {
    margin: 5rem 0 5rem;
    background: linear-gradient(45deg, white, #dbdbdb75);
    padding: 4rem 0;
}

.cripto-banner-text.cr-headline.pera-content {
    padding: 1rem 0 1rem;
}

.cr-banner-btn {
    display: flex;
}


/* font use */


/* 
font-family: 'Roboto Serif', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif; 
*/

body {
    overflow-x: hidden;
    background: #f1efef00;
}

main {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.our-about .head_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 43px;
    color: #333;
}

.our-about .head_txt h3 span {
    display: block;
}

.heading.image-txt h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #333;
}

a,
button {
    display: inline-block;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}


/************************** media-query **************************/

#button_top.show {
    /* opacity: 1; */
    visibility: visible;
    right: 51px;
}

#button_top i {
    line-height: 47px;
    color: rgb(255 255 255);
    font-size: 16px;
}

#button_top {
    background: #f8a501;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 82px;
    position: fixed;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    visibility: hidden;
    z-index: 1016;
    bottom: 81px;
    right: -70px;
    cursor: pointer;
    animation: 2s beat linear infinite;
    transition: all 0.4s ease-in-out;
}


/* Header Css Start Here */

header {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: max-content;
    padding: 1vh 0px;
    transition: all 0.5s ease;
}

header.sticky .logo img {
    width: 200px;
}

header#myHeader {
    transition: all 0.5s ease;
    background: #ffffff78;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 8px 32px 0 rgb(66 66 66 / 37%);
    /*backdrop-filter: blur( 15px);
    -webkit-backdrop-filter: blur( 4px);*/
    z-index: 1000;
    /* border-radius: 10px; */
    border: 1px solid rgba( 255, 255, 255, 0.18);
}


header#myHeader.sticky-on{
    background: #fff !important;
}
.section8 .accr_box figure.trust-pilot {
    background-image: url('https://hoffnmazor.com/organic-lp/images/trustpilot.svg');
}
#myHeader a.logo {
    width: 20%;
}

#myHeader a.logo img {
    width: 217px;
}

#myHeader .lp-navbar-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}



.top_head {
    display: flex;
    justify-content: end;
    margin: 0 0 21px 0;
}



.call_btns a {
    margin: 0 0 0 12px !important;
    color: #fff !important;
    text-transform:inherit !important;
    background: #f8a501;
    padding: 7px 18px !important;
    border-radius: 41px;
    font-size: 15px !important;
    transition: all 0.3s ease-in;
    border: 1px solid #f8a501;
    font-weight: 500;
    letter-spacing: 0px;
    transition: all .3s ease-in-out;
}

.call_btns a:hover {
    background: #02dfbf;
    text-decoration: none;
    border: 1px solid #02dfbf;
}


.call_btns a i {
    padding: 0 7px 0 0;
}


/* Header Css End Here  */


/* Section Banner Fold1 Start */
.section-1 {
    color: #000;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.section-1 .gradient-overlay {
    background: linear-gradient(90deg, rgb(9 9 8 / 90%) 0%, rgb(9 9 7 / 70%) 50%, rgb(10 11 12 / 60%) 100%);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section-1 .z-imbose {
    position: relative;
    z-index: 1;
}

.section-1 .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-1 .container .left {
    width: 45%;
    float: left;
    color: #000;
    padding: 0 20px 0 0;
    text-align: left;
    margin: 0;
}

.section-1 .container h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 35px 0;
    color: #fff;
    text-transform: capitalize;
}

.section-1 .container h1 span{
    color: #02dfbf;
}

.section-1 .container h1:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #02dfbf;
    position: relative;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0;
    display: block;
}

.section-1 .container p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    margin: 0 0 25px 0;
    font-family: 'Poppins';
}

.section-1 .container p span {
    color: #02dfbf;
    font-weight: 600;
}

.hero-pricing {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    font-style: italic;
}

.hero-pricing .hp-cost {
    display: inline-block;
    background: url(../images/arrow.png) no-repeat left center;
    filter: brightness(0) saturate(100%) invert(87%) sepia(72%) saturate(7125%) hue-rotate(22deg) brightness(85%) contrast(81%);
    padding-left: 60px;
    color: #02dfbf;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin-left: 10px;
}

.section-1 .dFlex {
    display: flex;
    align-items: center;
}

.hero-phone {
    margin-left: 45px;
}

.req-btn {
    background: #f8a501;
    height: 45px;
    width: 150px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f8a501;
    transition: all 0.2s ease-in-out;
}

.req-btn:hover {
    background: #02dfbf;
    border: 2px solid #02dfbf;
    color: #fff;
}

.req-btn:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #f8a501;
    color: #fff;
    background: #f8a501;
}

.section-1 .container .hero-phone a {
    pointer-events: inherit;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.hero-phone a::before {
    content: '';
    background-image: url(../images/big-phone-icon.webp);
    height: 36px;
    width: 25px;
    position: absolute;
    left: -30px;
    background-size: contain;
    top: 0;
    filter: brightness(0) saturate(100%) invert(87%) sepia(72%) saturate(7125%) hue-rotate(22deg) brightness(85%) contrast(81%);
    background-repeat: no-repeat;
}

.section-1 .container .hero-livechat {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    padding: 15px 0 15px 0;
}

.section-1 .container .hero-livechat a {
    color: #02dfbf;
    text-decoration: underline;
}

.section-1 .container ul#awards_block {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-1 .container ul#awards_block li {
    width: 15%;
    text-align: center;
    vertical-align: middle;
    margin-right: 2%;
}

.section-1 .container ul#awards_block li a .thumb-icon {
    width: 100%;
    display: block;
    margin: 0;
}

.section-1 .pointer ul {
    margin: 0 0 10px 0;
}

.section-1 .pointer ul li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    color: #fff;
}

.section-1 .pointer ul li::before {
    content: '\f1ce';
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    color: #02dfbf;
    font-size: 14px;
}

.banner_form_sec {
    margin: 0;
    position: relative;
    background: radial-gradient(#004a5e, #131414);
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgb(0 0 0/18%);
}

.banner_form_sec::after {
    content: '';
    position: absolute;
    top: -118px;
    right: -84px;
    background: url('../images/special-offer.png');
    width: 190px;
    height: 183px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.banner_form_sec h3 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-1 .banner_form_sec p {
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.banner_form_sec input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.banner_form_sec textarea {
    width: 100%;
    height: 90px;
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: none;
}

input.formBtn {
    background: #f8a501;
    height: 45px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f8a501;
    transition: all 0.2s ease-in-out;
}

input.formBtn:hover {
    background: #02dfbf;
    color: #fff;
    border: 2px solid #02dfbf;
}

/* Section Banner Fold1 End*/


/* Team Working Section Fold2 Start */
.td-section {
    padding-bottom: 36px;
    padding-top: 36px;
    position: relative;
    overflow-x: hidden;
}

.td-services__wrapper .td-section__container {
    max-width: 1361px !important;
}

.td-section__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1128px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.td-section__header {
    margin-bottom: 32px;
    text-align: center;
}

.td-section__header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -.04em;
    color: #212529;
    margin-top: 30px;
}

.td-services__wrapper .td-working-with-us__body {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr;
    margin: 6px auto;
    max-width: 1080px;
}

.td-working-with-us__services__item {
    padding: 0;
    margin-bottom: 0;
}

.td-working-with-us__services__item__title {
    align-items: center;
    display: flex;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-bottom: 18px;
}

.td-working-with-us__services__item__title svg {
    margin-right: 12px;
}

.td-svg-icon__xl {
    height: 32px;
    width: 32px;
}

.td-svg-icon {
    color: #626d8e;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.td-working-with-us__services__item__title span {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.td-working-with-us__services__item__description {
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 10px 0;
}

.td-working-with-us__services__item {
    padding: 24px;
}

.td-services__wrapper .td-working-with-us__services__item__title svg {
    margin-right: 12px;
}


.td-working-with-us__tech__first-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.td-working-with-us__tech__second-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}


.td-working-with-us__tech__third-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.td-working-with-us__tech__first-row .box-second {
    align-items: center;
    background: radial-gradient(#004a5e, #131414);
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 26px;
    width: 110px;
    height: 100px;
}

.td-working-with-us__tech__second-row .box-second{
    align-items: center;
    background: radial-gradient(#004a5e, #131414);
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 26px;
    width: 110px;
    height: 100px;
}

.td-working-with-us__tech__second-row .box-logo {
    align-items: center;
    background: radial-gradient(#004a5e, #131414);
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 26px;
    height: 100px;
    width: 238px;
}

.td-working-with-us__tech__second-row .box .img-logo {
    width: 100%;
}

.td-working-with-us__tech__third-row .box-second {
    align-items: center;
    background: radial-gradient(#004a5e, #131414);
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 26px;
    width: 110px;
    height: 100px;
}

.td-svg-image {
    height: auto;
    width: 48px;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.td-services__wrapper .td-working-with-us__tech__second-row {
    grid-gap: 1.25rem;
    display: grid;
    grid-area: second;
    grid-template-columns: minmax(116px, 1fr) minmax(248px, 2fr) minmax(116px, 1fr);
}

.td-services__wrapper .td-working-with-us__tech__third-row {
    grid-gap: 1.25rem;
    display: grid;
    grid-area: third;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
}

/* Team Working Section Fold2 End  */

/* Service Section Fold3 Start  */
.services-section {
    position: relative;
    padding: 60px 0 60px;
    visibility: visible;
    animation-name: fadeInUp;
    background: #022b36;
    overflow-x: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.blue-dark {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -.04em;
    color: #fff;
    margin-bottom: 30px;
}

span.purple {
    color: #02dfbf;
}

.services-section p {
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: center;
}

.services-section .inner-container {
    position: relative;
    border: 1px solid #ebebeb00;
    border-bottom: 0;
}

.services-section .inner-container .service-block {
    border-right: 1px solid #e3e3e300;
    border-bottom: 1px solid #ebebeb00;
}

.b-tab {
    background-color: #fff;
    border-radius: 14px !important;
    padding: 0 0;
    white-space: pre-line;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 1px solid #d6d6d6 !important;
    color: #191a44;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    transition: all .5s ease;
}

.b-tab img.ic-siz{
    filter: invert(1);
    margin: 0 0 5px 0;
}

.b-tab.active {
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%) !important;
    color: #191a44 !important;
    border: 1px solid #d6d6d6 !important;
    box-shadow: 0 0 6px 5px #eaeaea;
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.b-tab:hover{
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%) !important;
    color: #191a44 !important;
    border: 1px solid #d6d6d6 !important;
    box-shadow: 0 0 6px 5px #eaeaea;
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.b-tab.active p.lh-11{
    color: #fff !important;
}

.b-tab:hover p.lh-11{
    color: #fff !important;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs {
    border-bottom: none;
}

.title h3 span.blue-dark {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.04em;
    color: #fff;
}

.title p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: left;
}

.capt {
    text-transform: capitalize;
}

.btn-style-two {
    color: #fff !important;
}

.btn-style-two {
    background: #f8a501;
    height: 45px;
    width: 150px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f8a501;
    transition: all 0.2s ease-in-out;
}

.theme-btn:hover {
    background: #02dfbf;
    border: 2px solid #02dfbf;
    color: #fff;
}
/* Service Section Fold3 End  */

/* Four Easy Section Fold4 Start  */
.new-section-developers {
  width: 100%;
  background:#fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.new-section-developers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/media/Texture.1be9383f.png);
    mix-blend-mode: overlay;
}

.new-section-developers .common-inn {
    position: relative;
    z-index: 1;
}

.new-section-developers .stick-developers-area{
    margin-top: 30px;
    position: sticky;
    top: 80px;
}

.new-section-developers .developers-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -.04em;
    color: #212529;
    margin-top: 30px;
}

.new-section-developers .developers-title:after {
   
}

.new-section-developers .developers-title .form-text {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    display: block;
    color: #212529;
    margin-top: 0.25rem;
}


.new-section-developers .developers-title span {
    display: block;
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline;
    position: relative;
}

.new-section-developers .developers-title span:after{
    position: absolute;
    left: 0;
    bottom: -18px;
    margin: auto;
    width: 102px;
    height: 5px;
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    content: "";
    border-radius: 12px;
}


.new-section-developers .stick-developers-area button.req-btn{
    margin: 40px 0 0 0;
}


.new-section-developers .developers-right-bg {
    width: 100%;
    background: #022b36;
    border-radius: 30px;
    padding: 29px 29px 25px;
    position: relative;
    margin-top: 30px;
}

.new-section-developers .developers-right-bg:after{
    content: "";
    position: absolute;
    border-left: 1px solid #fff;
    left: 52px;
    top: 76px;
    height: 100%;
    z-index: 1;
}

.new-section-developers .developers-right-bg .media {
    display: flex;
    align-items: flex-start;
} 

.new-section-developers .developers-right-bg .number-one {
    
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    border: 1px solid #0dc5aa;
    border-radius: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 2;
}

.new-section-developers .developers-right-bg .media-icon-main {
    margin-top: 9px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}


.new-section-developers .developers-right-bg h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

.new-section-developers .developers-right-bg p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
}

/* Four Easy Section Fold4 End  */

/*Calender Section Fold Css Start*/
section.calender-sec{
    background: #022b36;
    overflow-x: hidden;
    padding: 100px 0;
}



.Es8downQlxiASDyltHtn {
    overflow-y: hidden !important;
}

.calender-main-content .calender-content{}
.calender-main-content .calender-content h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.04em;
    color: #fff;
}

.calender-main-content .calender-content h2 span{
    color: #02dfbf;
    font-size: 40px;
}
.calender-main-content .calender-content p{
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: left;
}


.calender-main-content .calender-content span{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.04em;
    color: #02dfbf;
    margin: 0 0 20px 0;
    display: block;
}
.calender-main-content .calender-content ul{
    padding: 0 0 0 20px;
}
.calender-main-content .calender-content ul li{
    list-style: disc;
    margin: 0 0 10px 0;
}

.calender-main-content .calender-content ul li::marker{
    color: #02dfbf;
    font-size: 20px;
}
.calender-main-content .calender-content ul li p{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

/*Calender Section Fold Css End*/


/* Why Choose Section Fold5 Start */
section.why-choose-sec{
    background: #F7F8FA;
    padding: 80px 0;
    overflow-x: hidden;
}

.why-choose-sec .why-choose-head{
    margin: 0 0 80px 0;
    text-align: center;
}

.why-choose-sec .why-choose-head h3{
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 20px 0;
    color: #333;
}

.why-choose-sec .why-choose-head img{
    width: 40%;
}

.why-choose-sec .why-choose-img{
    text-align:center;
}
.why-choose-sec .why-choose-img img{
    width: 80%;
}

.why-choose-sec .why-choose-content ul.why-choose-list{
    margin: 0 0 40px 0;
}
.why-choose-sec .why-choose-content ul.why-choose-list li{
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.why-choose-sec .why-choose-content ul.why-choose-list li i{
    color: #02dfbf;
    margin: 0 10px 0 0;
    font-size: 20px;
}
.why-choose-sec .why-choose-content ul.why-choose-list li p{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin: 0px;
}
.why-choose-sec .why-choose-content a.learn-more-btn{
    background: #f8a501;
    height: 50px;
    line-height: 50px;
    width: 150px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f8a501;
    transition: all 0.2s ease-in-out;
}

.why-choose-sec .why-choose-content a.learn-more-btn:hover{
    background: #02dfbf;
    border: 2px solid #02dfbf;
    color: #fff;
}

/* Why Choose Section Fold5 End  */

/* Discuss Step Form Section Fold6 Start */
section.step-form-sec{
    background: radial-gradient(#004a5e, #131414);
    padding: 50px 0;
    overflow-x: hidden;
}

#regForm .tab{
    margin: 0 0 30px 0;
}
#regForm .tab span{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

#regForm .tab .form-group{
    display: flex;
    margin: 0 0 20px;
}

#regForm .tab .form-group input{
    background: #fff;
    margin: 0 10px 0 0;
    width: 50%;
    outline: none;
    box-shadow: 0 0 3px 1px #fff;
    border: 1px solid #02dfbf;
    border-radius: 0px;
    padding: 0 10px;
    height: 40px;
}

#regForm .tab .form-group input::placeholder{
    color: #838383;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

#regForm .tab .form-group textarea{
    background: #fff;
    margin: 0 10px 0 0;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 20px 20px;
    outline: none;
    box-shadow: 0 0 3px 1px #fff;
    border: 1px solid #02dfbf;
    border-radius: 0px;
}

#regForm .tab .form-group textarea::placeholder{
    color: #838383;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

#regForm .tab h2{
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    margin: 0;
}
#regForm .tab h2 span{
    font-size: 42px;
    color: #02dfbf;
    margin: 0;
}

#regForm .tab{
    display: none;
}


#regForm .tab .form-check{
    margin: 0 0 10px 0;
}

.tab .form-check input.form-check-input{
    width: 20px;
    height: 20px;
    border: 1px solid #09ceb2;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.tab .form-check .form-check-input:checked{
    background-color: #02dfbf;
    box-shadow: none;
    outline: none;
}

.tab .form-check label.form-check-label{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 10px;

}
.tab .form-check label a{
    color: #02dfbf;
}

#regForm .form-step-buttons{
    margin: 0 ;
}

#regForm .form-step-buttons .step-btn{
    justify-content: center;
    display: flex;
    align-items: center;
}

#regForm .form-step-buttons .step-btn button{
    background: #f8a501;
    height: 50px;
    line-height: 50px;
    width: 150px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f8a501;
    transition: all 0.2s ease-in-out;
}

#regForm .form-step-buttons .step-btn button:hover{
    background: #02dfbf;
    border: 2px solid #02dfbf;
    color: #fff;
}

#regForm .form-step-buttons .step-btn #prevBtn{
    background: transparent;
    color: #fff;
    height: 50px;
    line-height: 45px;
    width: 150px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #02dfbf;
    transition: all 0.2s ease-in-out;
    margin: 0 10px 0 0;
}

#regForm .form-step-buttons .step-btn #prevBtn:hover{
    background: #fff;
    border: 2px solid #fff;
    color: #333;
}



/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}


/* Discuss Step Form Section Fold6 End  */

/* Portfolio Section Fold7 Start */

.wrapper_portfolios {
    margin: 0 auto;
    background: url(../images/banner.jpg);
    background-size: cover;
    padding: 2rem 0;
    position:relative;
    z-index:999;
}

.wrapper_portfolios .cards {
    top: 30px;
    position: sticky;
    /* border: 1px solid #ccc; */
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #333;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 1200px;
    padding: 51px 80px;
    margin: 0 auto;
}

.wrapper_portfolios .cards h2 {
    padding: 0;
    font-size: 85px;
    font-weight: 600;
    color: #fffffff7;
    font-family: 'Poppins', sans-serif;
}

.wrapper_portfolios .cards h2 span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    padding: 13px 0;
}

.wrapper_portfolios .cards p {
    margin: 18px 0;
    font-size: 16px;
    line-height: 33px;
    font-family: 'Poppins';
    color: #fff;
}

.wrapper_portfolios .cards a {
    width: 221px;
    margin: 34px 0 0 0;
    display: flex;
    align-items: center;
}

.wrapper_portfolios .cards button.cta-btn{
    background: radial-gradient(#004a5e, #131414);
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.wrapper_portfolios .cards button.cta-btn:hover{
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    border: 2px solid #02dfbf;
    color: #fff;
}


.wrapper_portfolios .cards a i {
    margin: 0 15px;
}

.wrapper_portfolios .cards:nth-child(1n) {
    top: 20px;
    background: linear-gradient(45deg, #00bcd4, #03a9f4a6);
}

.wrapper_portfolios .cards:nth-child(2n) {
    top: 40px;
    background: linear-gradient( 146deg, #ffc107 0%, #ff9800 100%);
}

.wrapper_portfolios .cards:nth-child(3n) {
    top: 60px;
    background: linear-gradient(45deg, #4caf50, #022b36);
}

.wrapper_portfolios .cards:nth-child(4n) {
    background: linear-gradient(45deg, #0ddec2, #022b36);
    top: 80px;
}

.wrapper_portfolios .cards ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 27px 0;
}

.wrapper_portfolios .cards ul li {
    background: #02dfbf;
    padding: 4px 20px;
    margin: 0 3px;
    border-radius: 48px;
    color: #fff;
    font-family: sans-serif;
    /* border: 2px solid #02dfbf; */
    font-size: 13px;
    transition: all 0.3s ease-in;
    box-shadow: 3px 0px 17px #38383833;
    letter-spacing: 1px;
    cursor: pointer;
}

.wrapper_portfolios .cards ul li:hover {
    /* background-color: #02dfbf; */
    /* color: #fff; */
}

.wrapper_portfolios .img_area {
    position: relative;
}

/*.wrapper_portfolios .img_area::after {
    position: absolute;
    content: '';
    background: url('../images/app-2.webp');
    width: 31%;
    height: 79%;
    left: 0;
    top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 9px;
}*/

/*.wrapper_portfolios .img_area::before {
    position: absolute;
    content: '';
    background: url('../images/app-3.webp');
    width: 30%;
    height: 81%;
    right: 3px;
    top: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 9px;
    background-position: 100% 100%;
}*/

.wrapper_portfolios .img_area img {
    width: 75%;
    margin: 0 auto;
    display: block;
    border-radius: 9px;
}

.wrapper_portfolios .cards .badge {
    position: absolute;
    left: -47px;
    color: #fff;
    font-size: 22px;
    font-family: sans-serif;
    border: 2px solid #fff;
    opacity: 0.6;
    bottom: -38px;
    /* border-radius: 63%; */
    display: none;
}

.wrapper_portfolios .hed_txt {}

.wrapper_portfolios .hed_txt h2 {
    text-align: center;
    padding: 0;
    font-size: 43px;
    font-weight: 600;
    color: #ffffff;
    margin: 44px 0 48px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
}


/* Portfolio Section Fold7 End  */


/* Awrards Section Fold8 Start */
.hire-app-awards {
    padding: 60px 0;
    background: #022b36;
    overflow: hidden;
    position: relative;
    overflow-x: hidden;
}

.hire-app-awards .common-inn {
    position: relative;
    z-index: 1;
}


.hire-app-awards .ppc-new-60 {
    text-align: center;
    padding: 0;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0 20px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
}

.section-common-subheadings p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: center;
}

.hire-app-awards .mtexture-inn {
    padding: 40px 0;
    transition: all.3s ease-in-out;
    border-radius: 20px;
}

.hire-app-awards .mtexture-inn:hover{
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
}

.hire-app-awards .mtexture-inn {
    margin-top: 30px;
}

.hire-app-awards .mtexture-inn img {
    width: auto;
}

/* Awards Section Fold8 End  */

/* Testimonials Form2 Fold10 Start */
.new-section-testimonials {
  width: 100%;
  background:#fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.new-section-testimonials:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/media/Texture.1be9383f.png);
    mix-blend-mode: overlay;
}

.new-section-testimonials .common-inns {
    position: relative;
    z-index: 1;
}

.new-section-testimonials .stick-testimonials-area{
    margin-top: 30px;
    position: sticky;
    top: 80px;
}

.new-section-testimonials .testimonials-title {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #212529;
    margin: 30px 0 30px 0;
}

.new-section-testimonials .testimonials-title:after {
    position: absolute;
    left: 0;
    bottom: 60px;
    margin: auto;
    width: 102px;
    height: 5px;
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    content: "";
    border-radius: 12px;
}

.new-section-testimonials .testimonials-title .form-text {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.04em;
    color: #212529;
    margin-top: 30px;
}


.new-section-testimonials .testimonials-title span {
    display: block;
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline;
    position: relative;
}

.new-section-testimonials .stick-testimonials-area p{
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 25px 0;
    text-align: left;
}




.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 20px 0 0 0;
}


.new-section-testimonials .testimonials-right-bg {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 50px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #dddada;
}




.new-section-testimonials .testimonials-right-bg .media-icon-main {
    margin-top: 9px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}


.new-section-testimonials .testimonials-right-bg p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    margin: 0 0 40px;

}

.new-section-testimonials .testimonials-right-bg p i{
    font-size: 36px;
    color: #dddada;
    margin: 0 10px 0px 0;
}

.new-section-testimonials .testimonials-right-bg h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #02dfbf;
}

/* Testimonials Form2 Fold10 Start */


/* FAQS Section Fold11 Starty  */

.sec-faq {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    z-index: 10;
    background: #fff;
}

.sec-faq::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 7%;
    background-image: url(../images/faq-dots.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    height: 250px;
    width: 250px;
    z-index: -1;
}

.sec-faq::after {
    content: '';
    position: absolute;
    bottom: -27%;
    left: -9%;
    background-image: url(../images/banner-top-element-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 700px;
    width: 600px;
    z-index: -2;
}

.sec-faq .sub-h {
    color: #333;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    padding: 0;
}

.sec-faq .main-h {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0 50px 0;
    padding: 0;
    position: relative;
}

.sec-faq .accord-main .accordion .accordion-item {
    margin: 0 0 10px 0;
    border: 1px solid #eaeaea;
    border-radius: 15px;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background: #022b36;
    font-weight: 800;
    color: #fff !important;
    text-transform: none;
    margin: 0;
    padding: 10px 15px 10px 30px;
    text-align: left;
    border-radius: 15px;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: '\2b';
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #f8a501;
    border-radius: 50%;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    transform: none;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f068';
    transform: none;
    color: #fff;
    background-color: #022b36;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #022b36;
    box-shadow: none;
    color: #0bc6ab !important;
    font-weight: 900;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-body {
    position: relative;
    padding: 30px 30px 30px;
}

.sec-faq .accord-main .accordion .accordion-item .accordion-body .para-a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 26px;
    width: 94%;
}

.sec-faq .main-h::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 35px;
    background-image: url(../images/faq-line.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    height: 100px;
    width: 100px;
    z-index: -1;
}


/* FAQS Section Fold11 End  */


/* Form Section Fold12 Start */

section.contact-section{
    background: #022b36;
    padding: 100px 0;
}

.contact-flow {
    min-height: 100%;
    margin-top: 4px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 2rem 3rem;
    background-color: #f8f8f9;
    border-radius: 9px;
}

.contact-flow__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.in-violet-450 {
    color: #02dfbf!important;
}

.contact-flow__list-item {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}

.ordered-list {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style: none;
    counter-reset: item;
}

.ordered-list__item:before {
    content: counter(item) "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(194deg, rgba(2,223,191,1) 0%, rgba(15,189,164,1) 60%, rgba(9,158,137,1) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    counter-increment: item;
}

.ordered-list__item {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    position: relative;
    margin-bottom: 37px;
    padding-left: 47px;
    font-family: 'Poppins';
}

.frm_area_btm {}

.frm_area_btm form {
    background: radial-gradient(#004a5e, #131414);
    padding: 3rem 6rem 3rem;
    border-radius: 15px;
}

.frm_area_btm form h4 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 27px;
}

.frm_area_btm form input[type="text"],
.frm_area_btm form input[type="email"],
.frm_area_btm form input[type="tel"] {
    width: 100%;
    display: block;
    margin: 70px 0;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    outline: none;
}

.frm_area_btm form label {
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
}

.frm_area_btm form input::placeholder,
.frm_area_btm form textarea::placeholder {
    color: #fff;
}

.frm_area_btm form textarea {
    width: 100%;
    display: block;
    margin: 22px 0 47px;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    height: 26px;
    outline: none;
}

.frm_area_btm form button {
    background: #f8a501;
    outline: none;
    border: none;
    padding: 13px 35px;
    margin: 50px auto 0;
    display: block;
    font-size: 16px;
    border-radius: 48px;
    font-family: 'Poppins';
    transition: all 0.3s ease;
    border: 1px solid #f8a501;
}

.frm_area_btm form button:hover {
    background: #02dfbf;
    color: #fff;
    border: 1px solid #02dfbf;
}

.section__title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 59px 0;
    color: #fff;
}

.section__title span {
    display: block;
}



/* Form Section Fold12 End */


/* Footer Css Start Here  */


footer {
    position: relative;
    /* background-color: #000000d6; */
    background: url(../images/footer-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    padding: 87px 0 29px;
    margin: 0rem 0 0;
}

footer .footer-btm::before {
    content: '';
    position: absolute;
    bottom: -280px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    background-image: url(../images/footer-dots.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    width: 535px;
    height: 535px;
    z-index: -1;
}

footer .footer-btm .social-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0 33px 0;
}

footer .footer-btm .social-ul .s-li {
    margin: 0 10px 0 0;
    transition: all 0.2s ease-in-out;
}

footer .footer-btm .social-ul .s-li:hover {
    transform: scale(1.1);
}

footer .footer-btm .social-ul .s-li:last-child {
    margin: 0;
}

footer .footer-btm .social-ul .s-li .s-a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

footer .footer-btm .social-ul .s-li:nth-child(1) .s-a {
    background-color: #fa496e;
}

footer .footer-btm .social-ul .s-li:nth-child(2) .s-a {
    background-color: #5798fe;
}

footer .footer-btm .social-ul .s-li:nth-child(3) .s-a {
    background-color: #ffae00;
}

footer .footer-btm .social-ul .s-li:nth-child(4) .s-a {
    background-color: #56cc61;
}

footer .footer-btm {
    position: relative;
    overflow: hidden;
    /* padding: 120px 0 0 0; */
}

footer .footer-btm .para {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #02dfbf!important;
    margin: 0;
    padding: 0;
    text-align: center;
}

footer .news-letter {
    position: absolute;
    top: -45%;
    left: 0;
    right: 0;
    width: 100%;
}

footer .news-letter .news-main {
    background: #f8a501;
    border-radius: 15px;
    padding: 40px 70px;
}

footer .news-letter .news-main .form-bg {
    background-color: #fff;
    border-radius: 100px;
    padding: 30px 45px 30px 45px;
}

footer .news-letter .news-main .news-h {
    font-family: "Barlow", sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

footer .news-letter .news-main .news {
    height: 50px;
    width: 100%;
    background-color: #eaeaea;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 15px 15px 15px 25px;
    border-radius: 100px;
    border: none;
}

footer .news-letter .news-main .submit-btn {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    background-color: #e5332e;
    border: 2px solid #e4332e;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    margin: 0;
    padding: 0;
}

footer .news-letter .news-main .submit-btn:hover {
    background-color: #ffffff;
    color: #e4322e;
}


/* Footer Css End Here */


/* modal  */


/*POPUP CSS START*/

.modal-dialog {
    max-width: 1038px;
    margin: 0 auto!important;
    height: 100%!important;
    display: flex!important;
    align-items: center!important;
}

.popup_form .modal-dialog {
    max-width: 1170px;
    margin: 1.75rem auto;
}

.popup-box-wrap {
    position: relative;
    padding: 45px 0px 25px;
}

.popup-box-wrap:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 73%;
    background: #f8a501;
    height: 100%;
}

.popup-image {
    padding-left: 25px;
    padding-bottom: 30px;
}

.popup-images-wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.popup-image-1,
.popup-image-3 {
    padding-left: 40px;
}

.popup-image.popup-image-4 img {
    background: #082187;
}

.popup_form .modal-content button.close {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 44px;
    border-radius: 50px;
    opacity: 1;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    background-color: rgb(233 57 43);
    border: 5px solid rgb(255 255 255);
    top: -21px;
    line-height: 33px;
    right: -20px;
}

.popup_form .modal-content button.close:hover {
    background-color: #ef4129ba;
    color: #fff;
}

.popup-form-box-wrap {
    position: absolute;
    padding: 25px 0px;
    background-color: #fff;
    right: 0;
    top: 50%;
    box-shadow: 0 3px 18px rgb(0 0 0 / 50%);
    transform: translateY(-22%);
    padding-left: 26px;
    z-index: 6;
    border-radius: 10px;
}

.popup-form-box-wrap h3 {
    font-size: 38px;
    font-weight: 500;
    color: #272727;
    text-transform: uppercase;
    line-height: 58px;
    font-family: 'Poppins', sans-serif;
}

.popup-form-box-wrap h3 span {
    color: #f8a501;
    font-size: 74px;
    font-weight: 900;
    
    font-family: 'Nunito',sans-serif;
}

.popup-form-box-wrap p {
    color: #272727;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#regForm .tab2 {
    display: none;
}

.popup-box-wrap .popup-form {
    padding-top: 25px;
}

.banner-frm-row {
    align-items: center;
    width: 100%;
}

.popup-form .side-form-group {
    margin-bottom: 0;
}

.popup-form .side-form-group input {
    height: 52px;
    color: #000;
    font-size: 15px;
    border: 1px solid #cbcbcb;
    font-family: 'Poppins', sans-serif;
}

.popup-form button {
    height: 46px;
    border: none;
    background: #f8a501;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-left: 1px;
    border-radius: 10px;
    font-family: poppins;
}

.popup-form button:hover {
    background-color: #000;
    color: #fff;
}

.port-img {
    right: -10%;
    top: 10%;
}

.mr-login {
    margin: 0 60px 0 25px;
}

.social-link ul li a i {
    width: 37px;
    height: 37px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.social-link {
    margin-top: 10px;
}

.social-link ul {
    margin-top: 15px;
}

.social-link ul li a i:hover {
    background-color: #fff;
    color: #000;
}

.social-link li:first-child {
    margin-left: 0;
}

.social-link ul li a i.fa-facebook-f {
    background-color: #3b5998;
}

.social-link ul li a i.fa-linkedin-in {
    background-color: #0e76a8;
}

.social-link ul li a i.fab.fa-twitter {
    background-color: #00acee;
}

.social-link ul li a i.fab.fa-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}


/* form-float  */


/* popup modal */
.modaL_order {}

.popup-field-icon {
    position: absolute;
    top: 23px;
    left: 12px;
    width: 15px;
}

/* .modaL_order .modal-content {
    background-clip: padding-box;
    border: 3px solid #f8a501;
} */

.modaL_order .modal-content .btn-close {
    position: absolute;
    right: 16px;
    top: -15px;
    border: none;
    outline: none;
    background: #02dfbf;
    border-radius: 21px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
}

.modaL_order .modal-content .btn-close i {
    color: #fff;
}

.modaL_order .season-banner {
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    display: block;
    margin: 24px auto 28px;
}

.modaL_order .season-banner span {
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    background-color: #f8a501;
    padding: 8px 50px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 18px;
}

.modaL_order .popup-coupon-hd {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #163e4e;
    font-family: poppins;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center;
}

.modaL_order .field-list {
    display: flex;
    align-items: center;
    margin-left: -2.5px;
    margin-right: -2.5px;
    flex-wrap: wrap;
    list-style:
        none;
    justify-content: center;
    padding: 0;
}

.modaL_order .field-list li {
    margin: 0 12px;
}

.modaL_order .field-list li.last {
    width: 100%;
}

.modaL_order .field-list input {
    margin: 0 auto;
    display: block;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    list-style: none;
    margin: 9px 0;
}

.modaL_order .field-list textarea {
    background-color: #f1f1f1;
    padding: 16px 13px 14px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    resize: none;
    height: 111px;
    margin-top: 8px;
}

.modaL_order .popup-coupon-hd span {
    font-weight: 600;
    font-size: 32px;
    color: #f8a501;
}

.modaL_order .popup-submit-btn {
    background-color: #f8a501;
    border: 0;
    width: fit-content;
    text-align: center;
    padding: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.4px;
    border-radius: 6px;
    margin: 16px auto 21px;
    display: block;
}

.modaL_order .modal-body,
.modaL_order .modal-header {
    padding: 0 0px;
    border: 0;
    position: relative;
}

.field-list li {
    padding: 0 2.5px;
    margin-bottom: 20px;
    position: relative;
}

.popup-field {
    background-color: #f1f1f1;
    padding: 10px 10px 10px 35px;
    border: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
}

/* popup modal close */


/*floating strips css start */

.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 1;
}

.floatbutton .clickbutton {
    border-radius: 30px 0px 0px 30px;
    background: #fff;
    width: 50px;
    z-index: 1;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    background: #134E5E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7658ee, #9221b2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: #f8a501;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    /* border: 1px solid #07379a; */
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    font-size: 18px;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    left: -72px;
    white-space: pre;
    bottom: 122px;
    font-weight: bold;
}

.floatbutton .clickbutton .crossplus.rotate {
    /* transform: rotate(45deg); */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #f8a501;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.banform {}

.ban-form {}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
    font-family: 'Poppins';
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    text-align: center;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #f8a501;
    border-radius: 3px;
    text-align: center;
    background-image: #f8a501;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    font-family: 'Poppins', sans-serif;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 1px 0 0px 0;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 120px;
    padding: 0;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    background: #fff;
    top: 40px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    background: #134E5E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7658ee, #9221b2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: #f8a501;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 1px 0px 13px #e3312d;
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}


/*floating strips css end */

/*tabs_process_services */

.tabs_process_services{
    background: url(../images/our-about-bg.png) no-repeat white;
    background-position: left center;
    position: relative;
    /* padding: 100px 0 60px; */
    overflow: hidden;
    position: relative;
}
.tabs_process_services .nav-pills{}

.tabs_process_services .nav-pills button{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #333333ba;
    font-weight: 600;
    margin: 4px 0;
    width: 224px;
    text-align: left;
}


.tabs_process_services .nav-pills button.active{
    background: #f8a501;
}


.tabs_process_services .tab-content{
    padding: 0 41px;
}

.tabs_process_services .tab-content .tab-pane{}

.tabs_process_services .tab-content .tab-pane .tab_1{}

.tabs_process_services .tab-content .tab-pane .tab_1 h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px;
}
.tabs_process_services .tab-content .tab-pane .tab_1 p{
    font-family: 'Poppins';
    margin: 16px 0;
    font-size: 16px;
    line-height: 23px;
    color: #333;
}
.tabs_process_services .tab-content .tab-pane .tab_1 ul{
    margin: 0 28px 37px;
}
.tabs_process_services .tab-content .tab-pane .tab_1 ul li{
    font-family: 'Poppins', sans-serif;
    padding: 4px 0;
    font-size: 18px;
    color: #e6352d;
    font-weight: 600;
    list-style: circle;
}
.tabs_process_services .tab-content .img_big{}
.tabs_process_services .tab-content .img_big img{
    width: 100%;
}

.tabs_process_services .tab-content .img_small{}
.tabs_process_services .tab-content .img_small img{
    width: 100%;
    margin: 0 0 21px 0;
}
.tabs_process_services .head_txt{}
.tabs_process_services .head_txt h3{
    font-weight: 700!important;
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0 0 64px 0;
    text-align: center;
    text-transform: capitalize;
    line-height: 55px;
}

.tabs_process_services .head_txt h3 span{display: block;}

/*tabs_process_services*/

/* modal css */
.modal-content{
    background-color: #212121;
    color: white;
}
.modal-content h3{
    font-size: 35px;
    font-weight: 900;
    color: white;
    font-family: 'Gilroy',  sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;

}
.modal-content p{
    padding-bottom: 20px;
}
.modal-content .form-control::placeholder{
    color: white;
}
.modal-content .form-control{
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    font-family: 'Gilroy',  sans-serif;

}
.modal-btn{
    background-color: white;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15px;
}
.modal-img{
    background-color: #02DFBF;
}
.modal-form-wrap{
    padding-left: 30px;
}
.input-border{
    width: 85px;
    display: block;
    height: 2px;
    background: #02DFBF;
    margin-top: -2px;
}
.input-wrap{
    position: relative;
    
}
.modal-phone-img{
    position: absolute;
    bottom: 0;
    left: 48%;
}
.modal-body{
    position: relative;
}
.modal-content textarea,
.modal-content input{
    color: white!important;
}
.p-img {
    background-image: url('../images/popup-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1920px)  {
    .modal-dialog {
        max-width: 934px;

        margin: 1.75rem auto;
    }
    .modal-phone-img img{
        
    width: 297px;
    }
    .modal-img{
        width: 296px;
        object-fit: cover;
    }
    .modal-content .form-control{
           
        padding-bottom: 29px;

    
    }
    .modal-content h3{
        font-size: 25px;
    }
    .modal-btn{
        font-size: 16px;
    }
    .modal-content .form-control{
        padding-bottom: 22px;
    }
}

@media only screen and (min-width: 1920px)  {
    .modal-dialog {
        max-width: 1038;

        margin: 1.75rem auto;
    }
    /* .modal-phone-img img{
        
        width: 371px;
        } */
        .modal-img{
            /* width: 349px; */
        }
        .modal-content .form-control{
           
            padding-bottom: 30px;
 
        
        }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    
    
/*Banner Secetion Responsive Fold1 Css*/

.section-1{
    padding: 120px 0 50px;
    height: inherit;
}

.section-1 .container h1{
    font-size: 22px;
    line-height: 30px;
}

.section-1 .container p{
    line-height: 28px;
}

.section-1 .pointer ul{
    margin: 0 0 20px 0;
}

.section-1 .dFlex{
    flex-wrap: wrap;
}

.section-1 .hero-btn{
    margin: 0 10px 0px 0;
}

.section-1 .container .hero-phone{
    margin: 0;
}

.section-1 .container ul#awards_block{
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.banner_form_sec{
    padding: 20px 20px;
}

.banner_form_sec h3{
    font-size: 22px;
}

.section-1 .banner_form_sec p{
    font-size: 12px;
    margin: 0 0 20px 0;
}

/*Banner Secetion Responsive Fold1 Css End*/

/*Calender  Section Responsive Css Fold*/

.calendly-inline-widget iframe{
    height: 115%;
}

section.calender-sec {
    background: #022b36;
    height: 100% !important;
    
}


/*Calender  Section Responsive Css Fold End*/

/*Testimonials Section Responsive Css Fold10*/

.new-section-testimonials .testimonials-title{
    line-height: 50px;
}

.new-section-testimonials .testimonials-title:after{
    bottom: 65px;
}

.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 40px 0 0;
}

    

/*Testimonials Section Responsive Css Fold10 End*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {



/*Banner Secetion Responsive Fold1 Css*/

.section-1{
    padding: 120px 0 50px;
    height: inherit;
}

.section-1 .container h1{
    font-size: 30px;
    line-height: 38px;
}

.section-1 .container p{
    line-height: 28px;
}

.section-1 .pointer ul{
    margin: 0 0 20px 0;
}

.section-1 .dFlex{
    flex-wrap: wrap;
}

.section-1 .hero-btn{
    margin: 0 10px 0px 0;
}

.section-1 .container .hero-phone{
    margin: 0;
}

.section-1 .container ul#awards_block{
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.banner_form_sec{
    padding: 20px 20px;
}

.banner_form_sec h3{
    font-size: 22px;
}

.section-1 .banner_form_sec p{
    font-size: 12px;
    margin: 0 0 20px 0;
}

/*Banner Secetion Responsive Fold1 Css End*/

/*Team Working Responsive Fold2 Css*/

.td-working-with-us__tech__first-row{
    justify-content: center;
}

.td-working-with-us__tech__first-row .box-second{
    margin: 0 10px 0 0;
}

.td-working-with-us__tech__second-row{
    justify-content: center;
}

.td-working-with-us__tech__second-row .box-second{
    margin: 0 10px 0 0;
}

.td-working-with-us__tech__second-row .box-logo{
    width: 225px;
    margin: 0 10px 0px 0;
}

.td-working-with-us__tech__third-row{
    justify-content: center;
}

.td-working-with-us__tech__third-row .box-second{
    margin: 0 10px 0 0;
}

/*Team Working Responsive Fold2 Css End*/ 


/*Calender  Section Responsive Css Fold*/

.calendly-inline-widget iframe{
    height: 115%;
}

section.calender-sec {
    background: #022b36;
    height: 100% !important;
    
}


/*Calender  Section Responsive Css Fold End*/

/*Portfolio Section Responsive Css Fold7*/


.wrapper_portfolios .cards{
    width: 100%;
    padding: 40px 40px;
}

.wrapper_portfolios .cards p{
    line-height: 28px;
}

.wrapper_portfolios .cards ul{
    flex-wrap: wrap;
}

.wrapper_portfolios .cards ul li{
    margin: 0 5px 10px 0;
}

.wrapper_portfolios .img_area{
    margin: 40px 0;
}

.wrapper_portfolios .img_area img{
    width: 100%;
}

/*Portfolio Section Responsive Css Fold7 End*/

/*Testimonials Section Responsive Css Fold10*/
.new-section-testimonials{
    padding: 50px 0;
}

.new-section-testimonials .testimonials-title{
    line-height: 42px;
    font-size: 36px;
    margin: 30px 0 20px 0;
}

.new-section-testimonials .testimonials-title:after{
    bottom: 65px;
}

.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 40px 0 0;
}

.new-section-testimonials .testimonials-right-bg{
    padding: 25px;
}

.new-section-testimonials .testimonials-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

.new-section-testimonials .testimonials-right-bg h5{
    font-size: 22px;
    line-height: 24px;
}

/*Testimonials Section Responsive Css Fold10 End*/




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
/*Header Responsive Css*/

#myHeader .lp-navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

#myHeader a.logo {
    text-align: center;
    margin: 0 0 0px 0;
}

#myHeader a.logo img {
    width: 200px;
}

#myHeader .call_btns {
    text-align: center;
}

/*Header Responsive Css End*/

/*Banner Secetion Responsive Fold1 Css*/

.section-1{
    padding: 120px 0 50px;
    height: inherit;
}

.section-1 .container h1{
    font-size: 22px;
    line-height: 30px;
}

.section-1 .container p{
    line-height: 28px;
}

.section-1 .pointer ul{
    margin: 0 0 20px 0;
}

.section-1 .dFlex{
    flex-wrap: wrap;
}

.section-1 .hero-btn{
    margin: 0 0 20px 0;
}

.section-1 .container .hero-phone{
    margin: 0;
}

.section-1 .container ul#awards_block{
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.banner_form_sec{
    padding: 20px 20px;
}

.banner_form_sec h3{
    font-size: 22px;
}

.section-1 .banner_form_sec p{
    font-size: 12px;
    margin: 0 0 20px 0;
}

/*Banner Secetion Responsive Fold1 Css End*/

/*Team Working Responsive Fold2 Css*/

.td-section__header{
    margin: 0 0 15px 0;
}

.td-section__header h2{
    font-size: 28px;
    line-height: 36px;
}

.td-working-with-us__services__item {
    padding: 0px 15px 20px;
}

.td-working-with-us__services__item__title span{
    text-align: center;
    width: 100%;
}

.td-working-with-us__services__item__description{
    text-align: center;
}

.td-working-with-us__tech__first-row{
    justify-content: center;
}

.td-working-with-us__tech__first-row .box-second{
    margin: 0 10px 0 0;
}

.td-working-with-us__tech__second-row{
    justify-content: center;
}

.td-working-with-us__tech__second-row .box-second{
    margin: 0 10px 0 0;
}

.td-working-with-us__tech__second-row .box-logo{
    width: 225px;
    margin: 0 10px 0px 0;
}

.td-working-with-us__tech__third-row{
    justify-content: center;
}

.td-working-with-us__tech__third-row .box-second{
    margin: 0 10px 0 0;
}

/*Team Working Responsive Fold2 Css End*/ 


/*Inside Look Section Responsive Css FLod3*/
.services-section .blue-dark{
    font-size: 38px;
    line-height: 42px;
}

.services-section .title h3{
    text-align: center;
}

.services-section .title h3 span.blue-dark{
    text-align: center;
}

.services-section .title p{
    text-align: center;
}

.services-section .title p .btn-style-two{
    margin: 0 auto;
}

/*Inside Look Section Responsive Css FLod3 End*/

/*Four easy Step  Section Responsive Css Fold4*/

.new-section-developers{
    padding: 100px 0;
}

.new-section-developers .developers-title{
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

.new-section-developers .developers-title .form-text{
    font-size: 34px;
    text-align: center;
}

.new-section-developers .stick-developers-area button.req-btn {
    margin: 20px auto 20px;
}

.new-section-developers .developers-right-bg{
    padding: 25px 20px;
}

.new-section-developers .developers-right-bg:after{
    left: 44px;
}

.new-section-developers .developers-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

/*Four easy Step  Section Responsive Css Fold4 End*/

/*Calender  Section Responsive Css Fold*/

.calendly-inline-widget iframe{
    height: 115%;
}

section.calender-sec {
    background: #022b36;
    height: 100% !important;
}

.calender-main-content .calender-content {
    margin: 0 0 50px 0;
}

/*Calender  Section Responsive Css Fold End*/

/*Why Choose Section Responsive Css Fold5*/

section.why-choose-sec{
    padding: 70px 0;
}

.why-choose-sec .why-choose-head h3{
    font-size: 38px;
    line-height: 46px;
}

.why-choose-sec .why-choose-head img{
    width: 80%;
}

.why-choose-sec .why-choose-img {
    margin: 0 0 20px 0;
}

.why-choose-sec .why-choose-img img{
    width: 90%;
}

.why-choose-sec .why-choose-content ul.why-choose-list li p{
    font-size: 18px;
}

/*Why Choose Section Responsive Css Fold5 End*/

/*Step Form Section Responsive Css Fold6*/

#regForm{
    text-align: center;
}

#regForm .tab .form-group{
    flex-wrap: wrap;
}

#regForm .tab .form-group input{
    width: 100%;
    margin: 0 0 20px 0;
}

#regForm .tab h2{
    font-size: 38px;
    line-height: 46px;
}

#regForm .tab h2 span{
    font-size: 38px;
}

.tab .form-check label.form-check-label{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

/*Step Form Section Responsive Css Fold6 End*/

/*Portfolio Section Responsive Css Fold7*/

.wrapper_portfolios .hed_txt h2{
    font-size: 40px;
    margin: 30px 0;
    line-height: 46px;
}

.wrapper_portfolios .cards{
    width: 100%;
    padding: 40px 40px;
}



.wrapper_portfolios .cards h2{
    font-size: 50px;
}

.wrapper_portfolios .cards p{
    line-height: 28px;
}

.wrapper_portfolios .cards ul{
    flex-wrap: wrap;
}

.wrapper_portfolios .cards ul li{
    margin: 0 5px 10px 0;
}

.wrapper_portfolios .cards button.cta-btn{
    font-size: 15px;
    width: 100%;
}

.wrapper_portfolios .img_area{
    margin: 40px 0;
}

.wrapper_portfolios .img_area img{
    width: 100%;
}

/*Portfolio Section Responsive Css Fold7 End*/

/*Awards Section Responsive Css Fold8*/
.hire-app-awards{
    padding: 50px 0;
}

.hire-app-awards .awards-main{
    margin: 0;
}

.hire-app-awards .ppc-new-60{
    font-size: 32px;
}

.hire-app-awards .mtexture-inn{
    padding: 30px 0;
}

/*Awards Section Responsive Css Fold8 End*/

/*Testimonials Section Responsive Css Fold10*/
.new-section-testimonials{
    padding: 50px 0;
}

.new-section-testimonials .testimonials-title{
    line-height: 42px;
    font-size: 36px;
    margin: 30px 0 20px 0;
}

.new-section-testimonials .testimonials-title:after{
    bottom: 65px;
}

.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 40px 0 0;
}

.new-section-testimonials .testimonials-right-bg{
    padding: 25px;
}

.new-section-testimonials .testimonials-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

.new-section-testimonials .testimonials-right-bg h5{
    font-size: 22px;
    line-height: 24px;
}


/*Testimonials Section Responsive Css Fold10 End*/

/*FAQS Section Responsive Css Fold11*/

.sec-faq .main-h{
    font-size: 32px;
    line-height: 40px;
}

/*FAQS Section Responsive Css Fold11 End*/

/*Contact Form Section Responsive Css Fold12 Start*/

section.contact-section{
    padding: 50px 0;
}

.contact-section .section__title{
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
}

.frm_area_btm form{
    padding: 40px 30px;
    margin: 0 0 20px 0;
}

.frm_area_btm form input[type="text"], .frm_area_btm form input[type="email"], .frm_area_btm form input[type="tel"]{
    margin: 60px 0;
}

.contact-flow{
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
}

/*Contact Form Section Responsive Css Fold12 End*/

}
@media  (max-width: 767px) {
    .modal-form-wrap {
    padding-left: 0;
    padding: 27px;
}
.modal-btn{display: block;
    width: 100%;
    margin-top: 26px;}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {

/*Header Responsive Css*/

#myHeader .lp-navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

#myHeader a.logo {
    text-align: center;
    margin: 0 0 0px 0;
}

#myHeader a.logo img {
    width: 200px;
}

#myHeader .call_btns {
    text-align: center;
}

/*Header Responsive Css End*/

/*Banner Secetion Responsive Fold1 Css*/

.section-1{
    padding: 120px 0 50px;
    height: inherit;
}

.section-1 .container h1{
    font-size: 30px;
    line-height: 38px;
}

.section-1 .container p{
    line-height: 28px;
}

.section-1 .pointer ul{
    margin: 0 0 20px 0;
}

.section-1 .dFlex{
    flex-wrap: wrap;
}

.section-1 .hero-btn{
    margin: 0 0 20px 0;
}

.section-1 .container .hero-phone{
    margin: 0;
}

.section-1 .container ul#awards_block{
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.banner_form_sec{
    padding: 20px 20px;
}

.banner_form_sec h3{
    font-size: 22px;
}

.section-1 .banner_form_sec p{
    font-size: 12px;
    margin: 0 0 20px 0;
}

/*Banner Secetion Responsive Fold1 Css End*/


/*Team Working Responsive Fold2 Css*/ 


.td-section__header{
    margin: 0 0 15px 0;
}

.td-section__header h2{
    font-size: 28px;
    line-height: 36px;
}

.td-working-with-us__services__item {
    padding: 0px 15px 20px;
}

.td-working-with-us__services__item__title span{
    text-align: center;
    width: 100%;
}

.td-working-with-us__services__item__description{
    text-align: center;
}

.td-working-with-us__tech__second-row .box-logo{
    width: 238px;
}
/*Team Working Responsive Fold2 Css End*/ 


/*Inside Look Section Responsive Css FLod3*/
.services-section .blue-dark{
    font-size: 38px;
    line-height: 42px;
}

.services-section .title h3{
    text-align: center;
}

.services-section .title h3 span.blue-dark{
    text-align: center;
}

.services-section .title p{
    text-align: center;
}

.services-section .title p .btn-style-two{
    margin: 0 auto;
}

/*Inside Look Section Responsive Css FLod3 End*/

/*Four easy Step  Section Responsive Css Fold4*/

.new-section-developers{
    padding: 100px 0;
}

.new-section-developers .developers-title{
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

.new-section-developers .developers-title .form-text{
    font-size: 34px;
    text-align: center;
}

.new-section-developers .stick-developers-area button.req-btn {
    margin: 20px auto 20px;
}

.new-section-developers .developers-right-bg{
    padding: 25px 20px;
}

.new-section-developers .developers-right-bg:after{
    left: 44px;
}

.new-section-developers .developers-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

/*Four easy Step  Section Responsive Css Fold4 End*/

/*Calender  Section Responsive Css Fold*/

.calendly-inline-widget iframe{
    height: 115%;
}

section.calender-sec {
    background: #022b36;
    height: 100%px !important;
    
}

.calender-main-content .calender-content {
    margin: 0 0 50px 0;
}

/*Calender  Section Responsive Css Fold End*/

/*Why Choose Section Responsive Css Fold5*/

section.why-choose-sec{
    padding: 70px 0;
}

.why-choose-sec .why-choose-head h3{
    font-size: 38px;
    line-height: 46px;
}

.why-choose-sec .why-choose-head img{
    width: 80%;
}

.why-choose-sec .why-choose-img {
    margin: 0 0 20px 0;
}

.why-choose-sec .why-choose-img img{
    width: 90%;
}

.why-choose-sec .why-choose-content ul.why-choose-list li p{
    font-size: 18px;
}

/*Why Choose Section Responsive Css Fold5 End*/

/*Step Form Section Responsive Css Fold6*/

#regForm{
    text-align: center;
}

#regForm .tab .form-group{
    flex-wrap: wrap;
}

#regForm .tab .form-group input{
    width: 100%;
    margin: 0 0 20px 0;
}

#regForm .tab h2{
    font-size: 38px;
    line-height: 46px;
}

#regForm .tab h2 span{
    font-size: 38px;
}

.tab .form-check label.form-check-label{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

/*Step Form Section Responsive Css Fold6 End*/

/*Portfolio Section Responsive Css Fold7*/

.wrapper_portfolios .hed_txt h2{
    font-size: 40px;
    margin: 30px 0;
    line-height: 46px;
}

.wrapper_portfolios .cards{
    width: 100%;
    padding: 40px 40px;
}



.wrapper_portfolios .cards h2{
    font-size: 50px;
}

.wrapper_portfolios .cards p{
    line-height: 28px;
}

.wrapper_portfolios .cards ul{
    flex-wrap: wrap;
}

.wrapper_portfolios .cards ul li{
    margin: 0 5px 10px 0;
}

.wrapper_portfolios .cards button.cta-btn{
    font-size: 15px;
    width: 100%;
}

.wrapper_portfolios .img_area{
    margin: 40px 0;
}

.wrapper_portfolios .img_area img{
    width: 100%;
}

/*Portfolio Section Responsive Css Fold7 End*/

/*Awards Section Responsive Css Fold8*/
.hire-app-awards{
    padding: 50px 0;
}

.hire-app-awards .awards-main{
    margin: 0;
}

.hire-app-awards .ppc-new-60{
    font-size: 32px;
}

.hire-app-awards .mtexture-inn{
    padding: 30px 0;
}

/*Awards Section Responsive Css Fold8 End*/

/*Testimonials Section Responsive Css Fold10*/
.new-section-testimonials{
    padding: 50px 0;
}

.new-section-testimonials .testimonials-title{
    line-height: 42px;
    font-size: 36px;
    margin: 30px 0 20px 0;
}

.new-section-testimonials .testimonials-title:after{
    bottom: 65px;
}

.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 40px 0 0;
}

.new-section-testimonials .testimonials-right-bg{
    padding: 25px;
}

.new-section-testimonials .testimonials-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

.new-section-testimonials .testimonials-right-bg h5{
    font-size: 22px;
    line-height: 24px;
}


/*Testimonials Section Responsive Css Fold10 End*/

/*FAQS Section Responsive Css Fold11*/

.sec-faq .main-h{
    font-size: 32px;
    line-height: 40px;
}

/*FAQS Section Responsive Css Fold11 End*/

/*Contact Form Section Responsive Css Fold12 Start*/

section.contact-section{
    padding: 50px 0;
}

.contact-section .section__title{
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
}

.frm_area_btm form{
    padding: 40px 30px;
    margin: 0 0 20px 0;
}

.frm_area_btm form input[type="text"], .frm_area_btm form input[type="email"], .frm_area_btm form input[type="tel"]{
    margin: 60px 0;
}

.contact-flow{
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
}

/*Contact Form Section Responsive Css Fold12 End*/

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

/*Header Responsive Css*/
#myHeader .lp-navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

#myHeader a.logo {
    text-align: center;
    margin: 0 0 0px 0;
}

#myHeader a.logo img {
    width: 160px;
}

#myHeader .call_btns {
    text-align: center;
}

.call_btns a{
    font-size: 12px !important;
}


/*Header Responsive Css End*/

/*Banner Secetion Responsive Fold1 Css*/

.section-1{
    padding: 120px 0 50px;
    height: inherit;
}

.section-1 .container h1{
    font-size: 30px;
    line-height: 38px;
}

.section-1 .container p{
    line-height: 28px;
}

.section-1 .pointer ul{
    margin: 0 0 20px 0;
}

.section-1 .dFlex{
    flex-wrap: wrap;
}

.section-1 .hero-btn{
    margin: 0 0 20px 0;
}

.section-1 .container .hero-phone{
    margin: 0;
}

.section-1 .container ul#awards_block{
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.banner_form_sec{
    padding: 20px 20px;
}

.banner_form_sec h3{
    font-size: 22px;
}

.section-1 .banner_form_sec p{
    font-size: 12px;
    margin: 0 0 20px 0;
}

/*Banner Secetion Responsive Fold1 Css End*/


/*Team Working Responsive Fold2 Css*/ 

.td-section__header{
    margin: 0 0 15px 0;
}

.td-section__header h2{
    font-size: 28px;
    line-height: 36px;
}

.td-working-with-us__services__item {
    padding: 0px 15px 20px;
}

.td-working-with-us__services__item__title span{
    text-align: center;
}

.td-working-with-us__services__item__description{
    text-align: center;
}

.td-working-with-us__tech{
    display: none;
}

/*Team Working Responsive Fold2 Css End*/ 


/*Inside Look Section Responsive Css FLod3*/
.services-section .blue-dark{
    font-size: 38px;
    line-height: 42px;
}

.services-section .title h3{
    text-align: center;
}

.services-section .title h3 span.blue-dark{
    text-align: center;
}

.services-section .title p{
    text-align: center;
}

.services-section .title p .btn-style-two{
    margin: 0 auto;
}

/*Inside Look Section Responsive Css FLod3 End*/

/*Four easy Step  Section Responsive Css Fold4*/

.new-section-developers{
    padding: 100px 0;
}

.new-section-developers .developers-title{
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

.new-section-developers .developers-title .form-text{
    font-size: 34px;
    text-align: center;
}

.new-section-developers .stick-developers-area button.req-btn {
    margin: 20px auto 20px;
}

.new-section-developers .developers-right-bg{
    padding: 25px 20px;
}

.new-section-developers .developers-right-bg:after{
    left: 44px;
}

.new-section-developers .developers-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

/*Four easy Step  Section Responsive Css Fold4 End*/

/*Calender  Section Responsive Css Fold*/

.calendly-inline-widget iframe{
    height: 115%;
}

section.calender-sec {
    background: #022b36;
    height: 100% !important;
}

.calender-main-content .calender-content {
    margin: 0 0 50px 0;
}

/*Calender  Section Responsive Css Fold End*/

/*Why Choose Section Responsive Css Fold5*/

section.why-choose-sec{
    padding: 70px 0;
}

.why-choose-sec .why-choose-head h3{
    font-size: 38px;
    line-height: 46px;
}

.why-choose-sec .why-choose-head img{
    width: 80%;
}

.why-choose-sec .why-choose-img {
    margin: 0 0 20px 0;
}

.why-choose-sec .why-choose-img img{
    width: 90%;
}

.why-choose-sec .why-choose-content ul.why-choose-list li p{
    font-size: 18px;
}

/*Why Choose Section Responsive Css Fold5 End*/

/*Step Form Section Responsive Css Fold6*/

#regForm{
    text-align: center;
}

#regForm .tab .form-group{
    flex-wrap: wrap;
}

#regForm .tab .form-group input{
    width: 100%;
    margin: 0 0 20px 0;
}

#regForm .tab h2{
    font-size: 38px;
    line-height: 46px;
}

#regForm .tab h2 span{
    font-size: 38px;
}

.tab .form-check label.form-check-label{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

/*Step Form Section Responsive Css Fold6 End*/

/*Portfolio Section Responsive Css Fold7*/

.wrapper_portfolios .hed_txt h2{
    font-size: 40px;
    margin: 30px 0;
    line-height: 46px;
}

.wrapper_portfolios .cards{
    width: 100%;
    padding: 40px 40px;
}



.wrapper_portfolios .cards h2{
    font-size: 50px;
}

.wrapper_portfolios .cards p{
    line-height: 28px;
}

.wrapper_portfolios .cards ul{
    flex-wrap: wrap;
}

.wrapper_portfolios .cards ul li{
    margin: 0 5px 10px 0;
}

.wrapper_portfolios .cards button.cta-btn{
    font-size: 15px;
    width: 100%;
}

.wrapper_portfolios .img_area{
    margin: 40px 0;
}

.wrapper_portfolios .img_area img{
    width: 100%;
}

/*Portfolio Section Responsive Css Fold7 End*/

/*Awards Section Responsive Css Fold8*/
.hire-app-awards{
    padding: 50px 0;
}

.hire-app-awards .awards-main{
    margin: 0;
}

.hire-app-awards .ppc-new-60{
    font-size: 32px;
}

.hire-app-awards .mtexture-inn{
    padding: 30px 0;
}

/*Awards Section Responsive Css Fold8 End*/

/*Testimonials Section Responsive Css Fold10*/
.new-section-testimonials{
    padding: 50px 0;
}

.new-section-testimonials .testimonials-title{
    line-height: 42px;
    font-size: 36px;
    margin: 30px 0 20px 0;
}

.new-section-testimonials .testimonials-title:after{
    bottom: 65px;
}

.new-section-testimonials .stick-testimonials-area button.req-btn{
    margin: 40px 0 0;
}

.new-section-testimonials .testimonials-right-bg{
    padding: 25px;
}

.new-section-testimonials .testimonials-right-bg p{
    font-size: 18px;
    line-height: 26px;
}

.new-section-testimonials .testimonials-right-bg h5{
    font-size: 22px;
    line-height: 24px;
}


/*Testimonials Section Responsive Css Fold10 End*/

/*FAQS Section Responsive Css Fold11*/

.sec-faq .main-h{
    font-size: 32px;
    line-height: 40px;
}

/*FAQS Section Responsive Css Fold11 End*/

/*Contact Form Section Responsive Css Fold12 Start*/

section.contact-section{
    padding: 50px 0;
}

.contact-section .section__title{
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
}

.frm_area_btm form{
    padding: 40px 30px;
    margin: 0 0 20px 0;
}

.frm_area_btm form input[type="text"], .frm_area_btm form input[type="email"], .frm_area_btm form input[type="tel"]{
    margin: 60px 0;
}

.contact-flow{
    padding: 30px 20px;
    width: 100%;
    margin: 0 auto;
}

/*Contact Form Section Responsive Css Fold12 End*/

/*PopupForm Responsive Css*/
.modaL_order .field-list li{
    width: 100%;
}
/*PopupForm Responsive Css End*/

}