body {
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: 400;
	overflow-x: hidden;
}
a {
    color: #00b67a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #00b67a;
}
.cs-btn {
    padding: 9px 19px;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 5px;
}
.cs-btn-primary {
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 15px;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00b67a;
    border-color: #00b67a;
}
.rt-section {
    width: 100%;
    padding: 60px 0px;
}
.color-black{
	color:#000000 !important;
}
.review-point li {
    font-size: 13px;
    line-height: 30px;
    color: #343434;
	position:relative;
	padding: 0px 0px 0px 32px;
}
.review-point {
    padding: 20px 0px 0px 0px;
    list-style: none;
}
.review-point li:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #00b67a;
    font-size: 18px;
}
.rt-section-2 {
    background-image: url(../img/bg-3.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tab-list {
    width: 100%;
}
.nav-tabs .nav-link {
    border: unset;
    border-radius: 4px 0px 0px 4px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: unset;
    border: unset;
}
.tab-list .nav-tabs .nav-item a {
    padding: 17px 37px;
    color: #fff;
    position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #00b67a;
    border-color: unset;
    border: unset;
}
.tab-list .nav-tabs .nav-item {
    margin-bottom: 0px;
    border-right: 1px solid #020202;
}
.tab-list .nav-tabs .nav-item .active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40%;
    border: 15px solid transparent;
    border-top-color: #00b67a;
}
.tab-list .nav-tabs {
    border: unset;
    background-color: #1e1e1e;
    border-radius: 5px;
    width: 80%;
    margin: auto;
}
.progress2 {
    width: 200px;
    height: 200px;
    background: none;
    position: relative;
}

.progress2::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 14px solid #1e1e1e;
  position: absolute;
  top: 0;
  left: 0;
}

.progress2>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress2 .progress-left {
  left: 0;
}
.tab-list .tab-content {
    margin-top: 50px;
}
.contant-box {
    padding-top: 30px;
}
.img-box img {
    max-width: 100%;
    height: auto;
}
.progress2 .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 14px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress2 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress2 .progress-right {
  right: 0;
}

.progress2 .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.border-primary {
    border-color: #00b67a!important;
}
.progress2 .progress-value {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
    padding-top: 50px;
}
.progress2 p {
    padding: 0px 20px;
    font-size: 13px;
    color: #000;
    line-height: 21px;
}
.rating-box {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.rating-val h3 {
    font-size: 45px;
    margin: 0;
    font-weight: 600;
    padding-top: 30px;
}
.rating-bar {
    width: 74%;
    float: left;
}
.rating-val {
    width: 25%;
    float: left;
    padding-top: 17px;
    padding-bottom: 38px;
}
.rating-bar .progress {
    float: left;
    width: 75%;
    background-color: #fff;
    margin-right: 18px;
    height: 25px;
}
.bg-success {
    background-color: #00b67a!important;
}
.rat-v {
    color: #00b67a;
    display: inline-block;
    margin-top: 4px;
}
.contant-box {
    padding-top: 20px;
}
.rt-bg{
    background-image: url(../img/wt-bg.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.revi-data h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.revi-data .img-box img {
    height: 83px !important;
}
.rt-section-trick {
    width: 100%;
    padding: 90px 0px;
}
.rt-box {
    padding: 0px 50px;
}
.color-white {
    color: #fff !important;
}
.white-button {
    border: 1px solid #fff;
}
.white-button:hover {
    border: 1px solid #fff;
	background-color:transparent;
}
.fontweight600 {
    font-weight: 600;
}
.rt-box h2 {
    font-size: 34px;
}
.rt-box p {
    font-size: 17px;
}
.absl {
    position: absolute;
    top: -44%;
}
.absl img {
    /* position: absolute; */
    height: 400px;
    width: auto;
	overflow:hidden;
}
.rt-section-review{
    background-image: url(../img/half-bg.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gold {
    color: #ffd203;
    font-size: 24px;
}
.rev-box h2 {
    font-size: 22px;
    margin: 0;
}
.font20{
	font-size:20px !important;
}
.brands-section {
    padding: 40px 0px;
}
.item-box {
    background-color: #efefef;
    height: 130px;
    text-align: center;
    padding-top: 28px;
}
.item-box img {
    width: auto !important;
    display: inline-block !important;
}
.brands-section {
    padding: 40px 0px;
}
.rt-owl .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 0px;
    color: #212529 !important;
    font-size: 72px !important;
}
.rt-owl .owl-nav .owl-prev:hover, .rt-owl .owl-nav .owl-prev:focus {
	background-color:transparent !important;
	outline: none;
}
.rt-owl .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 0px;
    color: #212529 !important;
    font-size: 72px !important;
}
.testi-owl .owl-nav .owl-prev, .testi-owl .owl-nav .owl-next{
	top: 13% !important;
}
.rt-owl .owl-nav .owl-next:hover, .rt-owl .owl-nav .owl-next:focus  {
	background-color:transparent !important;
	outline: none;
}
.rt-owl {
    position: relative;
}
.tastimonial{
    background-image: url(../img/testi-bg.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.user-rt h3 {
    font-size: 18px;
    margin: 0;
}
.user-rt {
    padding-top: 30px;
	position:relative;
}
.user-rt:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 45%;
    border: 15px solid transparent;
    border-top-color: #ffffff;
}
.card {
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
    border: unset;
}
.contact-section {
    background-color: #00b67a;
}
.left-box {
    width: 50%;
    float: left;
}
.right-section {
    width: 50%;
    float: left;
}
.left-box img {
    max-width: 100%;
    height: auto;
}
.frm-box{
	background-image: url(../img/contact-bg.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.frm-box form {
    padding: 0px 0px 0px 50px;
    width: 83%;
}
.frm-box .form-group .form-control {
    /*background-color: transparent;*/
    border: 2px solid #fff;
    border-radius: 2px;
    /*color: #fff;*/
    font-size: 14px;
}
.white-filled-button {
    background-color: #fff;
    color: #00b67a;
    border-radius: 4px;
    padding: 13px 50px;
    font-size: 15px;
    text-transform: capitalize;
}
.privacy a:hover{
	color:#fff;
}
.rt-footer{	
	background-image: url(../img/testi-bg.png);
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fotter-block {
    width: 100%;
}
.fotter-block h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 14px;
}
.fotter-block ul {
    padding: 0;
    list-style: none;
    color: #000;
}
.fotter-block ul li a {
    color: #242424;
    line-height: 35px;
    font-size: 13px;
    display: block;
}
.fotter-block ul li a:hover{
	color:#00b67a;
	padding-left:10px;
}
.social-box li a {
    color: #727272 !important;
    font-size: 19px !important;
    margin: 0px 16px 0px 0px;
}
.fotter-block ul {
    padding: 0;
    list-style: none;
    color: #000;
}
.social-box {
    display: flex;
}
.copyright p {
    margin: 0;
    padding: 19px 0px;
    color: #000;
	font-size: 14px;
}

/*9june*/
.font12 {
    font-size: 12px;
}
.color-gray {
    color: #b2afaf;
}
.card-price {
    font-size: 28px;
    color: #2c2c2c;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.card-price .period {
    font-size: 11px;
}
.plan-dec {
    width: 100%;
    height: 200px;
	display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 19px;
}
.plan-btn .cs-btn {
    font-weight: 100;
}
.features__table__title .features__table__image {
    height: 31px;
}
.features__table__title {
    text-align: center;
}
.center td {
    border-top: unset !important;
    text-align: center;
}
.features__table__body tr td {
    text-align: center;
    color: gray;
}
.features__table__body__value-cell .material-icons.notranslate.features__value-cell__icon--false {
    color: #fe4545;
}
.features__table__body__value-cell .material-icons.notranslate.features__value-cell__icon--true {
    color: #00b67a;
}
.accordion>.card:last-of-type {
    border: none;
}
.accordion>.card .card-header {
    margin-bottom: 10px;
    padding: 15px;
    color: black;
    font-weight: 600;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
	color: #00b67a;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
}
.content {
    padding: 40px 0px;
    width: 100%;
}
.vr-ri {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.vr-ri .img-box {
    height: 200px;
    width: 200px;
    border: 1px solid #c9c9c9;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 11px rgba(53, 51, 51, 0.36);
    box-shadow: 0 0px 11px rgba(53, 51, 51, 0.36);
}
.user-dv {
    margin-left: 39px;
    margin-top: 25px;
}
.us-star-rv i {
    color: #00b67a;
    font-size: 35px;
}
.vr-ri .img-box img {
    margin-top: 0px;
}
.rt-dropdown .cbx span:last-child {
    font-size: 17px;
    padding-left: 15px;
}
.rt-dropdown {
    width: 239px;
    border: unset;
	-webkit-box-shadow: 0px 0px 6px 2px #e1e1e1bf;
    box-shadow: 0px 0px 6px 2px #e1e1e1bf;
}
.star-img span {
    margin-left: 15px;
    font-size: 20px;
    color: gray;
}
.star-img img {
    height: 33px;
}
.vi-site h2 {
    color: #393838;
    padding: 0px 40px;
    margin: 0;
    position: relative;
}
.vi-head{
	padding: 20px 0px;
    position: relative;
}
.vi-site h2 span {
    color: gray;
    margin-top: 2px;
    position: absolute;
    left: 10px;
}
.vi-head p {
    padding: 0px 13px;
    font-size: 13px;
    margin: 0;
}
.vi-head:after{
	content: "\f054";
	font-family:'FontAwesome';
	position:absolute;	
}
.vi-head:after {
    color: #cdcdcd;
    font-size: 16px;
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 21px;
    right: 5px;
    -webkit-text-stroke: 1px #fff;
}
.revieew-listt{
	background-color:#f1f1f16b;
}
.st-rat > li.star {
    display: inline-block;
}
.st-rat > li.star > i.fa {
    font-size: 34px;
    color: #ccc;
}
.st-rat > li.star.selected > i.fa {
    color: #f1bb34;
}
.st-rat > li.star.hover > i.fa {
    color: #ffcc36;
}
.user-rev a {
    margin-left: 16px;
}
.star-box {
    float: right;
    margin-top: 7px;
}
.user-rev img {
    height: 49px;
}
.dark-gray {
    color: gray;
}
.font18 {
    font-size: 18px;
}
.user-rev {
    float: left;
}
.chec-bx {
    margin-top: 8px;
}
.inp-cbx {
    position: absolute;
    visibility: hidden;
}
.chec-bx label {
    margin: 0px 15px 0px 0px;
}
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.inp-cbx:checked + .cbx span:first-child {
    background: #00b67b;
    border-color: #00b67b;
    animation: wave 0.4s ease;
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}
.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
    padding-left: 2px;
    color: #f1bb34;
    font-size: 12px;
}
.drop-btn {
    font-weight: 100;
    border: unset;
    background-color: #00b67a;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 3px;
}
.filed-rat-bar {
    width: 100%;
    margin-top: 15px;
}
.filed-rat-bar p {
    float: right;
    line-height: 18px;
    font-size: 14px;
	margin-bottom:0px;
}
.filed-rat-bar .progress {
    width: 83%;
    float: left;
    background-color: #e9e9e9;
	height: 10px;
}
.filed-rat-bar span {
    float: left;
	margin: 0;
    width: 86px;
	line-height: 9px;
	font-size: 15px;
}
.user-dea p {
    font-size: 14px;
    position: relative;
    padding-left: 23px;
}
.user-dea {
    position: relative;
}
.user-dea p span {
    line-height: 0px;
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 0px;
}
.user-head {
	display: -ms-flexbox;
    display: flex;
}
.user-img img {
    height: 50px;
}
.user-img {
    margin-right: 15px;
}
.img-h {
    height: 21px !important;
}
.user-body .star-img {
    display: inline-flex;
}
.user-verify {
    display: inline-flex;
    font-size: 14px !important;
}
.time {
    float: right;
    margin: 13px 0px 0px 0px;
}
.gray-black {
    color: #3a3a3a !important;
}
.font16{
	font-size:16px !important;
}
.user-footer .star-img {
    display: inline-flex;
}
.nm-t{
	margin-top: -5px;
}
.cont-rv {
    padding: 0px 0px 0px 5px;
    list-style: none;
	display: -ms-flexbox;
    display: flex;
}
.cont-rv li i {
    font-size: 16px;
    color: silver;
    padding: 3px 20px 0px 0px;
}
.cont-rv li {
    font-size: 14px;
}
.side-social li a {
    width: 40px;
    background-color: #e8e8eb;
    margin-right: 15px;
    display: block;
    text-align: center;
    height: 40px;
    font-size: 21px;
    color: #000;
    padding-top: 5px;
    border-radius: 4px;
    margin-top: 6px;
}
.side-social {
    padding-left: 5px;
    list-style: none;
    display: flex;
}
.pr-t-review .timeline {
    list-style-type: none;
    position: relative;
}
.pr-t-review .timeline:before {
    content: ' ';
    background: #70767b;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 4px;
    height: 100%;
    z-index: 400;
}
.pr-t-review .timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
.pr-t-review .timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 7px solid #00b67b;
    left: 17px;
    width: 28px;
    height: 28px;
    z-index: 400;
}
.font-14 {
    font-size: 14px;
}
.custom-file-input {
    color: transparent;
    opacity: 1;
    width: 100px;
    float: left;
    min-width: auto;
    height: 36px;
    padding: 0px 0px;
}
.custom-file-input::before {
    content: 'Add image';
    color: black;
    display: inline-block;
    background-color: #00b67b;
    color: #fff;
    border-radius: 3px;
    padding: 10px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 10pt;
    height: 38px;
}
.cntr {
    width: 100%;
    display: flex;
    padding: 0;
    list-style: none;
}
.cntr li {
    width: 100%;
    text-align: left;
}
.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 10px 0px 2px 0px;
    width: 100%;
}
.hidden {
    display: none;
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-top: 8px;
}
.radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1b2734;
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
}
.cntr li p {
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}
.cntr input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}
.font-17 {
    font-size: 17px;
}
.reibox {
    background-color: #fff;
}
.tanks {
    text-align: center;
    font-size: 25px;
}
.star-img {
    display: flex;
}
.user-body h3 {
    font-size: 18px;
}
.bg-red {
    background-color: #f16c69 !important;
}
.bg-warning {
    background-color: #b27f14 !important;
}
.bg-info {
    background-color: #29bbe3 !important;
}
.bg-danger {
    background-color: #4a5fc6 !important;
}
.color-red {
    color: #f16c69 !important;
}
.color-warning {
    color: #b27f14 !important;
}
.color-info {
    color: #29bbe3 !important;
}
.color-danger {
   color: #4a5fc6 !important;
}
.five-star i:nth-last-child(1) {
    display: inline-block;
}
.four-star i:nth-last-child(1){
   display:none;
}
.three-star i:nth-last-child(1){
   display:none;
}
.three-star i:nth-last-child(2){
   display:none;
}
.two-star i:nth-last-child(1){
   display:none;
}
.two-star i:nth-last-child(2){
   display:none;
}
.two-star i:nth-last-child(3){
   display:none;
}
.one-star i:nth-last-child(4){
   display:none;
}
.one-star i:nth-last-child(3){
   display:none;
}
.one-star i:nth-last-child(2){
   display:none;
}
.one-star i:nth-last-child(1){
   display:none;
}
.inline-svg {
    position: absolute;
    height: 0;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
svg {
    max-width: 100%;
}
.model-frm-box .form-group .form-control {
    background-color: transparent;
    border: 2px solid #e9ecef;
    border-radius: 2px;   
    font-size: 14px;
}
/*29.01.2022 */
.single-service-box {
    padding: 30px 0px;
}
.inner-side-img {
    background-color: #d6dee1;
    width: 100%;
    margin-top: 27px;
    position: relative;
    height: 285px;
}
.shad-box {
    margin-left: -15px;
    position: absolute;
    top: -27px;
    width: 98%;
    max-height: 100%;
    overflow: hidden;
    box-shadow: 9px 9px 13px 0px #7b7b7bc2;
}
.shad-box img {
    max-height: 100%;
    border: unset;
    box-shadow: 9px 9px 13px 0px #7b7b7bc2;
    max-width: 100%;
}
.build-text h3 {
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    padding-right: 5%;
    line-height: 45px;
    margin-bottom: 22px;
}
.build-text p {
    line-height: 24px;
    color: #1f1f1f;
    font-size: 14px;
}
.bg-box-cg {
	background-color: #09cb8b;
}
@media screen and (max-width: 767px) {
	.top-menu {
    float: none;
    padding: 0;
}
.user-dv {
    width: 50%;
    margin-bottom: 30px;
}
.filed-rat-bar span {
    line-height: 29px;
}
.top-menu li a {
    font-size: 12px;
}
.top-menu li {
    margin: 0px 10px 0px 5px;
}
.top-menu li a span {
    margin-right: 0px;
}
.top-menu li a span img {
    height: 15px;
}
.navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
}
.navbar .navbar-brand img {
    height: 36px;
}
.tm-top-bar-bg {
    display: none;
}
.tm-top-bar.active #nav-toggle {
   /* margin-right: 21px;*/
}
.tm-top-bar.active nav {
    /*padding-top: 38px;*/
}
.tm-top-bar.active {
    /*height: 110px !important;*/
}
.tm-article {
    margin-bottom: 15px;
}
.tab-list .nav-tabs {
    width: 100%;
}
.tab-list .nav-tabs .nav-item {
    border-right: unset;
    width: 100%;
}
.rt-section-trick {
    padding: 60px 0px;
}
.rt-box {
    padding: 0px 20px;
}
.absl {
    margin-top: 18px;
    position: static;
    top: 0;
    margin-left: -2px;
}
.absl img {
    height: auto;
}
.rt-bg {
    padding-top: 35px;
    padding-bottom: 0px;
}
.rt-box h2 {
    font-size: 26px;
}
.revi-data {
    text-align: center;
}
.rating-val {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 2px;
}
.rating-bar .progress {
    width: 70%;
}
.rating-bar {
    width: 100%;
	display: -ms-flexbox;
	display: flex;
}
.rt-section-review {
    background-position: inherit;
}
.add-rating {
    background-color: #00b67a;
    padding: 19px 15px;
    margin-top: 13px;
}
.rt-owl .owl-nav .owl-prev, .rt-owl .owl-nav .owl-next {
    display: none;
}
.left-box {
    width: 100%;
    float: none;
}
.frm-box form {
    padding: 0px 15px;
    width: 100%;
}
.right-section {
    width: 100%;
    float: left;
}

    .inner-side-img {
        width: 100%;
        margin-top: 18px;
        height: 168px;
        margin-bottom: 12px;
    }

    .shad-box {
        margin-left: 3px;
        position: absolute;
        top: 3px;
    }

    .build-text h3 {
        font-size: 25px;
        padding-right: 4%;
        line-height: 32px;
        margin-bottom: 11px;
    }

    .build-text p {
        line-height: 24px;
        margin-bottom: 10px;
    }
}

