/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Quicksand:wght@400;500&display=swap&family=Roboto:wght@500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,400&display=swap&family=Inter:wght@400;500;600;700&display=swap');

body{
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    position: relative;
}

html{
    overflow-x: hidden;
}
.page-template-homepage .xpand-bg.img {
    display: none;
}
.xpand-bg.img{
    transform: translate(30% , -55%)rotate(61deg);
    position: absolute;
    z-index: -1;
}
.open{
    overflow: hidden;
}
.home{
    position: relative;
    background-image: url(../img/home-bg.png);
    background-repeat: no-repeat;
}
.home header .xpand-bg{
    display: none;
} 
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
.mp-0{
    padding: 0;
    margin: 0;
}
.t-decoration{
    text-decoration: none;
}
.list-style-none{
    list-style-type: none;
}
.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1430px;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 2300px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img{
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
body{
    margin: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.h4font{
    font-size: 20px;
    color: #3d3d3d;
}
.h6font{
    font-size: 16px;
}
  .h3font{
    font-size: 24px;
    color: #2449cc;
    line-height: 32px;
}
.h2font{
    font-size: 20px;
}
.subtitle{
    font-size: 16px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 500;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.center{
    text-align: center;
}
.arrow {
    border: solid #2449cc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
  }

.touch-btn a{
    color: #fff;
    font-size: 15px;
    padding: 12px 46px;
   border-radius: 50px;
    background-image: linear-gradient(133deg,#1baaab 34%,#1f7abb 83%);
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 20px 38px 0px rgb(57 100 255 / 19%);
    transition: all 0.3s ease;
}
.touch-btn a:hover{
    background-image: linear-gradient(40deg,#1baaab 10%,#1f7abb 54%);
    background-position: right center;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
.shadow{
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.16);
    border-radius: 12px;
}
/* main{
    overflow-x: hidden;
} */
/* servicexpand section start*/
.ServiceXpand {
    position: relative;
}
.ServiceXpand.xpand-main .xpand-con .h6font {
    padding-top: 15px;
}
.ServiceXpand .xpand-con .h6font{
 font-size: 25px;
 color: #1baaab;
 font-weight: 500;
 margin-bottom: 10px;
}
.why-xpand{
    position: relative;
}
.why-xpand-bg{
    position: absolute;
    transform: translate(-43%, -15%) rotate(
70deg
)
}

.ServiceXpand .left-con{
    padding-left: 15px;
    padding-bottom: 35px;
    order: 2;
    padding-top: 40px;
}
.ServiceXpand .left-con p{
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: none;
}
section.ServiceXpand.xpand-main .row {
    justify-content: space-between;
}
.ServiceXpand .left-con h3{
    margin-bottom: 20px;
    margin-top: 0;
}
section.ServiceXpand.xpand-main .row .padding-right {
    flex: 0 0 100%;
    max-width: 100%;
}
.xpand-main .xpand-con {
    flex: 0 0 100%;
    max-width: 100%;
}
.ServiceXpand .xpand-con {
    z-index: 1;
    margin-top: 25px;
}
.ServiceXpand .xpand-con .touch-btn a {
    padding: 12px 20px;
}
.xpand-main{padding-top:30px;}
.ServiceXpand .xpand-con .touch-btn {
    text-align: left;
    margin-top: 28px;
}
.ServiceXpand .xpand-con .h3font{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 92%;
    line-height: 30px;
}
.ServiceXpand .xpand-con p{
   font-size: 16px;
   font-weight: 500;
   color: #3d3d3d;
   text-transform: none;
   margin-top: 18px;
 }
 .ServiceXpand .xpand-con p + p{
     margin-top: 18px;
 } 
.ServiceXpand .xpand-con p a{
     color: #2449cc;
 }
 .ServiceXpand .left-con .touch-btn a {
    padding: 12px 20px;
}
.ServiceXpand .left-con .touch-btn {
    text-align: left;
    margin-top: 28px;
}
 .ServiceXpand .xpand-con p a:hover {
    color: #1BAAAB;
}
 /* servicexpand section end*/
/* what-is-xpand section start */
.what-is-xpand {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.xpand-bg{
    position: absolute;
    transform: translate(60% , -35%);
    display: none;
}
/*.what-is-xpand .right-desc-list{
    display: none;
}*/
/*.what-is-xpand .left-desc{
    text-align: center;
}*/
.what-is-xpand .heading-part {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.what-is-xpand .cstm-2-col {
    padding-top: 15px;
}
.what-is-xpand .cstm-2-col p {
    margin-bottom: 20px;
    max-width:100%;
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
    text-transform: none;
}
.what-is-xpand .cstm-2-col .h2font{
    color: #3d3d3d;
    font-weight: 600;
    margin-bottom: 10px;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row .img-are {
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1BAAAB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row .img-are img {
    width: 30px;
}
.what-is-xpand .cstm-2-col .left-desc{
    padding-left: 15px;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row .desc-are {
    padding-left: 15px;
    flex: 0 0 83%;
    max-width: 83%;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row .desc-are h3 {
    margin-bottom: 5px;
}
.what-is-xpand .cstm-2-col .right-desc-list .cstm-row .desc-are p {
    font-size: 15px;
    max-width: 100%;
}
.what-is-xpand .heading-part .h3font span{
    display: inline;
}
.what-is-xpand .heading-part .h6font{
    font-size: 23px;
    color: #1BAAAB;
    font-weight: 600;
    margin-bottom: 8px;
}
.what-is-xpand .right-desc-list{
    margin-top: 25px;
}
/* what-is-xpand section start */

/*sx-features section start */
.sx-features{
    padding-top: 50px;
}
.sx-features .heading-part p{
    margin-bottom: 53px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sx-features  .t-22{
    margin-top: 22px;
}
.sx-features  .t-62{
    margin-top: 62px;
}
.sx-features  .t-46{
    margin-top: 46px;
}
 .l-p{
    background-color: #FEF7FC;
}
 .l-b{
    background-color: #F0F8FF;
}
 .d-p{
    background-color: #F9F3FF;
}
 .o-r{
    background-color: #FFFAF6;
}
.sx-features .space-l-r {
    position: relative;
}
.sx-features .space-l-r:hover {
    z-index: 2;
    box-shadow: 0px 27px 38px 0px rgb(145 0 255 / 10%)
}
.sx-features .l-b.space-l-r:hover {
    box-shadow: 0px 27px 38px 0px rgb(49 93 156 / 20%)
} 
.sx-features .d-p.space-l-r:hover{
    box-shadow: 0px 27px 38px 0px rgb(198 148 254 / 20%)
} 
.sx-features .o-r.space-l-r:hover{
    box-shadow: 0px 27px 38px 0px rgb(246 158 122 / 20%)
} 
.sx-features .d-p.space-l-r:hover{
    box-shadow: 0px 27px 38px 0px rgb(149 0 255 / 12%)
} 
.sx-features .space-l-r:before, .sx-features .space-l-r:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #f9f3ff;
    height: 25px;
    opacity: 0;
}
.sx-features .l-p.space-l-r:before, .sx-features .l-p.space-l-r:after {
    background: #FEF7FC;
}
.sx-features .l-b.space-l-r:before, .sx-features .l-b.space-l-r:after {
    background: #F0F8FF;
}
.sx-features .o-r.space-l-r:before, .sx-features .o-r.space-l-r:after {
    background:#FFFAF6;
}
.sx-features .space-l-r:hover:before, .sx-features .space-l-r:hover:after {
    opacity: 1;
}
.sx-features .space-l-r:before {
    top: -25px;
}
.sx-features .space-l-r:after {
    bottom: -25px;
}
.sx-features .space-l-r{
    padding: 50px 50px 50px 55px;
} 
.sx-features .disc .h6font{
    font-size: 21px;
    color: #3d3d3d;
    /* margin-bottom: 23px;
    margin-top: 40px; */
    margin: 40px 0 23px 0;
    font-weight: 600;
}
.sx-features .p-t-20{
    padding-top: 20px !important;
}
.sx-features .logo{
    display: inline-block;
    height: 81px;
    width: 81px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
}
.sx-features .disc p{
    font-size: 17px;
    color: #3d3d3d;
    font-weight: 500;
    text-transform: none;
}
.sx-features .btn a{
    font-size: 21px;
    color: #2449CC;
    display: inline-block;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}
.sx-features .logo img{
    vertical-align: middle;
}
.sx-features .btn a:hover{
   color: #1BAAAB;
}
.sx-features .btn a:hover .arrow{
    border-color: #1baaab;
}
.sx-features .touch-btn a {
    padding: 12px 26px;
}
.sx-features .touch-btn {
    margin-top: 50px;
}
.sx-features .h3font{
    font-size: 20px;
    margin-bottom: 20px;
}
/*sx-features section start */

/* features_sx section start  */
.features_sx{
    padding: 193px 0 0 0;
}
.features_sx p{
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

/* features_sx section end  */
/* clients-praise section start */
.clients-praise {
    padding: 180px 0 50px 0;
}

.clients-praise .container {
    position: relative;
}
.clients-praise .quote-img img{
    max-width: 70%;
}
.clients-praise .quote-img {
    position: absolute;
    z-index: -1;
    top: -108px;
    left: 0px;
}
.clients-praise .right-con{
    padding-top: 40px;
}
.clients-praise .content{
  margin-top: 25px;
}
.clients-praise .content p{
    font-size: 16px;
    color: #3d3d3d;
    margin: 15px 0;
    font-weight: 500;
    line-height: 28px;
    text-transform: none;
}
.clients-praise .co-founder .col-md-2{
    padding-right: 0;
} 
.clients-praise .co-founder .col-md-10{
    padding-left: 0;
} 
.clients-praise .co-founder h4{
    color: #3d3d3d;
    margin-bottom: 8px;
    font-size: 21px;
    font-weight: 600;
}
.clients-praise .co-founder p{
    font-size: 16px;
    font-weight: 600;
    color: #798089;
}
.founder-con{
    padding-left: 15px;
    padding-right: 15px;
}
.founder-img{
    padding-left: 15px;
}
/* clients-praise section end */

/* benefits section start */
.benefits{
    padding: 0 0 36px 0 ;
    /* background-image: url(../img/group-336.png); */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background: #f4fcfc;
}
.bg-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: '';
    height: 676px;
    display: none;
}
.benefits .main-image{
    text-align: center;
}
.benefits .main-image img{
    padding-left: 0;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}
.benefits p{
    position: relative;
    z-index: 2;
}
.benefits .h3font{
  color: #2449cc;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  padding-top: 27px;
 }
.benefits .h3font span{
 display: block;
 }
 .benefits  .h6font{
    font-weight: normal;
    text-align: center;
     color: #3d3d3d;
     position: relative;
     z-index: 2;
 }
 .touch-btn{
     text-align: center;
     margin-top: 38px;
     position: relative;
     z-index: 2;
 }
 
/* benefits section start */

/* latest upadates section css start */
.latest-upadates{
    padding: 50px 0;
}
.latest-upadates .view-btn{
    margin-top: 20px;
}
.latest-upadates .thumb{
    display: flex;
    flex-wrap: wrap;
}
.latest-upadates .thumb{
    margin-top: 25px;
}
.latest-upadates .thumb .image-side{
    max-width: 100%;
    flex: 0 0 100%;
}
.latest-upadates .thumb .img-mar{
    margin-top: 25px;
}
.latest-upadates .thumb .image-side a{
    display: block;
}
.latest-upadates .thumb .disc-side{
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 15px;
}
.latest-upadates .h3font{ 
    color: #2449cc;
    text-align: center;
    margin-bottom: 12px;
}
.latest-upadates .h6font{
    font-weight: normal;
    text-align: center;
    color: #3d3d3d;
}
.latest-upadates .row.first{
margin-top: 60px;
}
.latest-upadates .row .h6font{
    font-weight:600;
    text-align: left;
    color: #1baaab;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    margin-right: 18px;
}
.latest-upadates .row .h2font{
    font-size: 20px;
    color: #3d3d3d;
    width: 100%;
    line-height: 22px;
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 30px;
}
.latest-upadates .row .h2font:hover{
    color: #1BAAAB;
}
.latest-upadates .row p{
    font-size: 15px;
    width: 95%;
    line-height: 24px;
    color: #3d3d3d;
    margin-top: 8px;
    text-transform: none;
    font-weight: 500;
}
/* font-size: 16px;
    width: 95%;
    line-height: 22px;
    color: rgb(61, 61, 61);
    margin-top: 8px;
    text-transform: none;
    font-weight: 500;
    line-height: 24px; */
.latest-upadates .row{
    margin-top: 0;
    margin-bottom: 0;
}
.latest-upadates .row span{
    display: inline-block;
    text-align: right;
    font-size: 15px;
    color: #BFBFBF;
    font-weight: normal;
}
.mt-60{
    margin-top: 20px;
}

.latest-upadates .row img{
    height: 100%;
}
.latest-upadates .view-btn{
    text-align: center;
}
.latest-upadates .view-btn a{
    font-size: 20px;
    color: #2449cc;
    display: inline-block;
    border-bottom: 1.5px solid;
}
.latest-upadates .view-btn a:hover {
    color: #1baaab;
}
.latest-upadates .view-btn a:hover .arrow{
    border-color: #1baaab;
}
/* latest upadates section css end*/

/* contact us page css starts here */
.pricing-banner-contact{padding: 40px 0;}
.pricing-banner-contact .support-desc {max-width: 700px; margin: 0 auto; display: block; text-align: center;}
.pricing-banner-contact .support-desc h1{margin-bottom: 15px; font-size: 26px;  color:#2449CC;}
.pricing-banner-contact .support-desc p{line-height: 23px; color: #5d5d5d; font-size: 14px;}
.form-section{padding-bottom: 40px;}
.form-section .form-section-inner .form-wrapper {padding: 30px 20px; background-color: #f4fcfc; border-radius: 10px;}
.form-section .form-section-inner .form-heading-wrap h2{font-size: 24px;   font-weight: 600; margin-bottom: 25px;}
.form-section-inner .form-wrapper .form-left .form-col-2 {display: flex; flex-wrap: wrap; justify-content: space-between;}
.form-section-inner .form-wrapper .form-left .first-row-form {flex: 0 0 100%; max-width: 100%; margin-bottom: 20px;}
.form-section-inner .form-wrapper .form-left label { font-size: 16px;  font-weight: 600; }
.form-section-inner .form-wrapper .form-left .first-row-form span {  position: relative;line-height: 23px;}
.form-section-inner .form-wrapper .form-left .first-row-form input {width: 100%;border-radius: 10px;border: none;height: 40px; padding: 0 15px; margin-top: 9px;box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%)}
.form-section-inner .form-wrapper .form-left textarea {box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);width: 100%; border-radius: 10px; height: 140px; padding: 10px 15px; margin-top: 9px;  resize: none; border: none;}
.form-section-inner .form-wrapper .form-left input[type=checkbox] { width: 18px !important; height: 18px !important; margin-right: 8px; margin-top: 9px;}
.form-section-inner .form-wrapper .form-left span.wpcf7-list-item-label {font-size: 14px; font-weight: 400; position: relative; top: -3px;}
.form-section-inner .form-wrapper .form-left span.wpcf7-list-item-label a { color: #000; font-weight: 600; text-decoration: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.form-section-inner .form-wrapper .form-left input[type=submit] {border: none;color: #fff; font-size: 15px; padding: 12px 46px; border-radius: 50px; background-image: linear-gradient(133deg,#1baaab 34%,#1f7abb 83%); display: inline-block;font-weight: 600;text-transform: uppercase;box-shadow: 0px 20px 38px 0px rgb(57 100 255 / 19%);transition: all 0.3s ease;}
.form-section-inner .form-wrapper .form-left input[type=submit]:hover{background-image: linear-gradient(40deg,#1baaab 10%,#1f7abb 54%);background-position: right center;}
.form-section-inner .form-wrapper .form-left span.wpcf7-list-item-label a:hover{opacity: 0.5;}
 input:focus-visible ,textarea:focus-visible {
    outline: none;
}
.form-textarea { margin-bottom: 30px; }
.pricing-banner-contact input{}
.pricing-banner-contact textarea{box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%)}
/*contact us page css ends here */



/* conatct page new design start on 6-9-2023 */
.form-section .form-section-inner {
    display: flex;
    margin: 0 -20px;
}
.form-section .form-section-inner .left-con {
    max-width: 55%;
    flex: 0 0 55%;
    padding: 0 20px;
}
.form-section .form-section-inner .right-con {
    max-width: 45%;
    flex: 0 0 45%;
    padding: 0 20px;
}
.form-section .form-section-inner .right-con .d-flex {
    display: flex;
    margin: 0 -15px;
}
.form-section .form-section-inner .right-con .d-flex .inner_left {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}
.form-section .form-section-inner .right-con .d-flex .inner_right {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}
.form-section .form-div .container {
    padding: 0;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .con_title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
}
.form-section .form-section-inner .right-con .d-flex .box_inner p span {
    display: block;
}
.form-section .form-section-inner .right-con .d-flex .box_inner p {
    line-height: 26px;
    font-size: 16px;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .address_contact {
    margin-top: 10px;
    font-weight: bold;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .address_contact a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .address_contact a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}
.form-section .form-section-inner .right-con .d-flex .box {
    margin-bottom: 36px;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .contact_mail a {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    transition: all 0.3s ease;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .contact_mail a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}
.form-section .form-section-inner .right-con .d-flex .box_inner .contact_mail img {
    max-width: 28px;
    margin-right: 12px;
    filter: invert(1);
}
.form-section .form-section-inner .form-wrapper {
    padding: 30px 30px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.form-section-inner .form-wrapper .form-left .first-row-form input, .form-section-inner .form-wrapper .form-left textarea {
    box-shadow: none;
}
.form-section-inner .form-wrapper .form-left label {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.form-section-inner .form-wrapper .form-left .first-row-form span {
    margin-left: 0;
}
.form-section-inner .form-wrapper .form-left span.wpcf7-list-item-label {
    cursor: pointer;
}
.form-section-inner .form-wrapper .form-left textarea {
    height: 90px;
}
.form-textarea {
    margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0;
    padding: 5px;
    border-width: 2px;
    font-size: 14px;
}
.form-section-inner .form-wrapper .form-left input[type=submit] {
    cursor: pointer;
}
.pricing {
    padding: 20px 0 46px 0;
}

@media (min-width: 1200px){
    .benefits {
        padding-top: 50px !important; 
        padding-bottom: 50px !important; 
    }
}


@media (max-width:1600px) {
    .form-section .form-section-inner .right-con .d-flex .box_inner p {
        line-height: 24px;
        font-size: 14px;
    }
    .form-section-inner .form-wrapper .form-left .form-col-2.bottom_row_class .first-row-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing {
        padding: 50px 0;
    }
}

@media (max-width:1200px) {
    .form-section .form-section-inner .right-con .d-flex .inner_left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .form-section .form-section-inner .right-con .d-flex {
        flex-wrap: wrap;
    }
    .form-section .form-section-inner .right-con {
        max-width: 40%;
        flex: 0 0 40%;
        padding: 0 20px;
    }
    .form-section .form-section-inner .left-con {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .form-section .form-section-inner .right-con .d-flex .box {
        margin-bottom: 30px;
    }
    .form-section .form-section-inner .right-con .d-flex .box_inner .con_title {
        margin-bottom: 10px;
    } .form-section .form-section-inner .right-con .d-flex .box .box_inner br {
        display: none;
    }
    .form-section-inner .form-wrapper .form-left .form-col-2.bottom_row_class .first-row-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-section .form-section-inner .right-con .d-flex .inner_right {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


@media (max-width:992px) {
    .form-section .form-section-inner {
        display: block;
        margin: 0;
    }
    .form-section .form-div .container {
        padding: 0;
        max-width: 100%;
    }
    .form-section .form-section-inner .left-con {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .form-section .form-section-inner .right-con {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-top: 50px;
    }
    .form-section .form-section-inner .form-wrapper {
        padding: 20px 20px;
    }
    .form-section .form-section-inner .right-con .d-flex .inner_left {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }
    .form-section .form-section-inner .right-con .d-flex {
        flex-wrap: wrap;
    }
    .form-section .form-section-inner .right-con .d-flex .box {
        margin-bottom: 28px;
    }
    .form-section .form-section-inner .right-con .d-flex .box_inner .con_title {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .form-section .form-section-inner .right-con .d-flex .box_inner p {
        line-height: 24px;
        font-size: 15px;
    }
    .form-section .form-section-inner .right-con .d-flex .box .box_inner br {
        display: none;
    }
    .form-section .form-section-inner .right-con .d-flex .inner_right {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .form-section .form-section-inner .right-con .d-flex .box_inner p span {
        display: inline-block;
    }
    .pricing .mobile-pricing-table .h2font::before {
        top: -10px;
        bottom: 0;
        margin: auto;
        transition: all 0.5 ease;
    }
    .pricing .mobile-pricing-table .h2font.active::before {
        top: 10px;
    }
}
@media (max-width:767px) {
    .form-section .form-section-inner .right-con .d-flex .inner_right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .form-section .form-section-inner .right-con .d-flex .inner_left {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .wpcf7 .wpcf7-recaptcha iframe {
        margin-bottom: 0;
        transform: scale(0.9);
        position: relative;
        left: -13px;
    }
    .licence-wrapper .pricing .container {
        max-width: 100%;
        padding: 0;
    }
    .pricing .pricing-table .accordian-content {
        margin-top: 22px;
    }
    .licence-wrapper .pricing {
        padding-bottom: 35px;
        padding-top: 0px;
    }
    .benefits .h3font {
        font-size: 24px;
        line-height: 30px;
    }
    .benefits.price-page p {
        width: 100%;
        margin: 0 auto;
    }
    .thankyou-page-section p {
        text-transform: inherit;
        line-height: 24px;
        font-size: 16px;
    }
}