/*
	Theme Name: RepairWP
	Theme URI: http://templatation.com
	Author: Templatation
	Author URI: http://themeforest.net/user/templatation
	Description: A powerful theme for Electricians, repairman and other similar agencies.
	Version: 1.24
	Text Domain: repairwp
	License: Themeforest Split License.
	License URI: http://themeforest.net/licenses
	Tags: threaded-comments, translation-ready, custom-menu
*/


/*
 *
 * Its not recommended to put anything here, as this file will get overwritten when you update theme.
 * The styles for themes can be found in /assets/css/styles.css
 * If you want to just change few styles, then you can put your styles in wp-admin/theme-options/display-options.
 * If you want to do heavy modifications, please use a child theme. A blank child theme is supplied with your Themeforest download.
 *
 */

/*************************/
/* Index */
/*************************
1 - WordPress Core
2 - Form elements
3 - Sidebar Styles
4 - Footer styles
*************************/


/*.mainblock { padding-top: 70px; padding-bottom: 93px; }*/
.no-ttfmwrk .mainblock, .no-ttfmwrk .archive .mainblock { padding-top: 195px; }
/*
.header-sticky.no-tpadd .mainblock { padding-top: 0; }
*/
.no-tpadd .mainblock { padding-top: 0; }
.no-bpadd .mainblock { padding-bottom: 0; }
.home.blog .mainblock { padding-top: 0; }
.no-ttfmwrk.home.blog .mainblock { padding-top: 60px; }
.no-ttfmwrk .tt-header-1 { padding-top: 30px; }


/* =WordPress Core
-------------------------------------------------------------- */
@font-face {
	font-family:'Product-Sans-regular';
	src:url(https://blog.mypaisaa.com/wp-content/themes/repairwp/fonts/ProductSans-Regular.eot);
	src:url(https://blog.mypaisaa.com/wp-content/themes/repairwp/fonts/ProductSans-Regular.eot?#iefix) format('embedded-opentype'), url(https://blog.mypaisaa.com/wp-content/themes/repairwp/fonts/ProductSans-Regular.woff2) format('woff2'), url(https://blog.mypaisaa.com/wp-content/themes/repairwp/fonts/ProductSans-Regular.woff) format('woff'), url(https://blog.mypaisaa.com/wp-content/repairwp/fonts/ProductSans-Regular.ttf) format('truetype'), url(https://blog.mypaisaa.com/wp-content/themes/repairwp/fonts/ProductSans-Regular.svg#ProductSans-Regular) format('svg');
	font-weight:400;
	font-style:normal;
	font-display:swap
	}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.margin2020 { margin: 0 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption { font-weight: bold; }
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.fl { float: left; }
.fr { float: right; }
ol.commentlist,ul.children {list-style: none;}

/* End of WordPress default styles */

/* Margins */
.tt_line{color:#333333;border-bottom: 1px solid #eeeeee; margin-bottom: 15px;}
.mbottom120 { margin-bottom: 120px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom60 { margin-bottom: 60px; }
.mbottom40 { margin-bottom: 40px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom5 { margin-bottom: 5px; }
.tt-mr15 { margin-right: 15px;}
.tt-mr60 { margin-right: 60px;}
.ptop30 { padding-top: 30px; }
.no-tpadd .mbottom70.tpadd { margin-bottom: 0;}

.mainblock table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mainblock table th, .mainblock table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.mainblock table thead:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child th,
.mainblock table tbody:first-child tr:first-child td {
    border-top: 0;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body {
   font-family:'Product-Sans-regular';
   color:#707070 !important;
   letter-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
}

/* Form elements */
/* these common styles to be styled as per the theme look */
button, input, select, textarea {
    color: #888;
    font-size: 12px;
    padding: 13px 40px 14px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #e8e8e8;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #b5985a;
}
#footer-wrap button, #footer-wrap input, #footer-wrap select, #footer-wrap textarea {
  border-color: #363637;
}
#footer-wrap input[type="reset"], #footer-wrap input[type="submit"] {
  border-color: #363637;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #fff;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    outline: medium none;
    padding: 0 43px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background: #1cbac8 none repeat scroll 0 0;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #313131;
}
textarea { width: 100%; }
.page-numbers.dots { display: none; }

/* Sticky */

.sticky .post-title{
    position: relative;
}
.sticky .post-title a{
    padding-left: 25px;
}
.sticky .post-title a:before{
    color: #222;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f005';
    left: 0;
    position: absolute;
    top: 0;
}


.video-title {text-align: center;}
.wpcf7-form select {
    z-index: 5555555;
    background: transparent;
    -moz-appearance: none;
}
.title-block h1 {
    color: #fff;
}
.section.start-section {
    text-align: center;
}

/* EOF default styles */


p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #212121;
}

.single-blog-title { padding-top: 40px; }

.wpb_text_column.wpb_content_element  h3 {
    font-family: Product-Sans-regular !important;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 0;
}

.nav-links a,.nav-links  span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 50px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    color: #8e8d8d;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.nav-links a:hover, .page-numbers.current {
    background: #12aef8;
    color: #fff;border-radius:8px;
}

.ml-title,
#sidebar .title {
    font-family: Product-Sans-regular !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 0;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 18px;
}

.ml-title:after,
#sidebar .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3baeff;
    width: 35px;
    height: 2px;
}

.textwidget {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    word-wrap: break-word;
    }


#sidebar .widget {
    margin-bottom: 40px;
}

.widget ul li  a {
    letter-spacing: 0.4px;
    padding-left: 18px;
}
.widget ul li  a:hover{
	color: #0ea3ea;
}
.widget ul li {
    margin-bottom: 15px;
}

.widget ul li {
    list-style: none;
    position: relative;
}
.widget select{
	width:100%;
}

#sidebar ul {
    padding-left: 0;
    margin-left: 0;
}

#sidebar .menu .sub-menu{
	margin-top:15px;
	padding-left:15px;
}


.widget ul li:before {
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}


#sidebar .search-field {
    display: block;
    width: 100%;
    height: 48px;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    color: #b9b9b9;
    border: 1px solid #e9e9e9;
    padding: 0 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    padding-right: 55px;
}


#sidebar .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    background-image: url("images/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

#sidebar form {
    position: relative;
}

.wp-tag-cloud li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wp-tag-cloud li a {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    padding: 10px 29px;
}

.wp-tag-cloud li a:hover {
    background: #3baeff;
    color: #fff;
}

#reply-title, .comments-box .title {
    font-family: Product-Sans-regular !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 0;
}

.comment-respond input[type="submit"] {
    background: #FF6431;
    border-radius: 3px;
    border: 2px solid #ffa92e;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}


#comment {
    height: 190px;
}


.tt-white-wrapper {
    padding-bottom: 40px;
}

.comment-text h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #353535;
    margin-bottom: 5px;
}

.single-comment-box {
    margin-left: 0;
    padding-left: 0;
}

.avatar.comment-img {
    display: block;
    float: left;
    margin-right: 25px;
}

.comment-text h3 span {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 7px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.comment-text a {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #ff851f;
}


.comment-text h3 span.perma {
    display: none;
}

.single-comment-box > li.comment {
    padding-bottom: 30px;
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
}

.tt-spost-img {
    width: 92px;
}


.tt-spost-info {
    padding-left: 120px;
}

.tt-footer ul{
	padding-left: 0;
	list-style:none;
}

.tt-footer ul li{
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #2c2c2e;
}
.tt-footer ul li:before{
	display:none;
}
.tt-footer ul li a:before{
    content: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -6px;	
}
.widget_rss .rsswidget{
	font-weight:700;
}

.tt-footer .title{
    line-height: 26px;
    font-weight: 600;
    color: #1b95b9;
    margin-top: 0;
    margin-bottom:20px;	
}
.tt-footer table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #2c2c2e;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tt-footer table th, .tt-footer table td {
    padding: 8px;
    border-top: 1px solid #2c2c2e;
    border-left: 1px solid #2c2c2e;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.tt-footer table thead:first-child tr:first-child th,
.tt-footer table tbody:first-child tr:first-child th,
.tt-footer table tbody:first-child tr:first-child td {
    border-top: 0;
}
.tt-footer select, .tt-footer input{
	border-color: #2c2c2e;
}
.tt-footer select:focus, .tt-footer input:focus{
	border-color: #1b95b9;
}
.tt-footer .wp-tag-cloud{
	font-size:0;
    margin-right: -10px;
    margin-bottom: -10px;	
}
.tt-footer .wp-tag-cloud li{
	width:auto;
	padding:0;
	border:0;
	margin-bottom: 10px;
}
.tt-footer .wp-tag-cloud li a{
    font-size: 13px;
	line-height: 17px;
	color: #787878;
	padding: 10px 29px;
	background:transparent;
	border-color:#2c2c2e;
}
.tt-footer .wp-tag-cloud li a:before{
	display:none;
}
.tt-footer .wp-tag-cloud li a:hover{
	background:#1b95b9;
	color:#fff;
	border-color:#1b95b9;
}
.tt-footer .searchform{
	position:relative;
}
.tt-footer .searchform input[type="text"]{
    font-size: 14px;
    font-weight: 400;
    color: #fff;	
	width:100%;
	height: 38px;
	padding: 0 50px 0 20px;
	border: 1px solid #393939;
}
.tt-footer .searchform input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}

.tt-footer .searchform input[type="text"]:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: rgba(150, 149, 149, 0.35);
  letter-spacing: 0.5px;
  opacity: 1;
}
.tt-footer .searchform input[type="text"]:focus{
	border-color: #0f637c;
}
.tt-footer .searchsubmit{
	position:absolute;
	top:2px;
	right:2px;
	bottom:0;
	width: 36px;
	height:34px;
    font-size: 13px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #0f637c;	
	padding:0;
}
.tt-footer .searchsubmit:hover{
    background: #fff;
    color: #0f637c!important;
}
/* The end */



.bg-4{ background:#fff;}

/****************************************/
@font-face {
  font-family: 'FuturaLT';
  src: url('fonts/FuturaLT.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaLT.woff') format('woff'), url('fonts/FuturaLT.ttf')  format('truetype'), url('fonts/FuturaLT.svg#FuturaLT') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* CUSTOM SPACING ---------------------------------*/
/* padding left and right is given only when the row is stretch otherwise it mess up the padding right and left calculated by the theme*/
.pad-xl {
  padding-top: 12%;
  padding-bottom: 12%;
}

.pad-xl[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-lg {
  padding-top: 10%;
  padding-bottom: 10%;
}

.pad-lg[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-md {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pad-md[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-sm {
  padding-top: 6%;
  padding-bottom: 6%;
}

.pad-sm[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

.pad-xs {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pad-xs[data-vc-stretch-content] {
  padding-right: 5%;
  padding-left: 5%;
}

/* make side padding equal */
/*@media (max-width:1300px) {
  .pad-xl:not(.vc_inner), .pad-lg:not(.vc_inner), .pad-md:not(.vc_inner), .pad-sm:not(.vc_inner), .pad-xs:not(.vc_inner) {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}*/

/* COLUMN PADDING ---------------------------------*/
/* Inner column padding */
.pad-xl-col > .vc_column-inner {
  padding: 12% 12% !important;
}

.pad-lg-col > .vc_column-inner {
  padding: 10% 10% !important;
}

.pad-md-col > .vc_column-inner {
  padding: 8% 8% !important;
}

.pad-sm-col > .vc_column-inner {
  padding: 6% 6% !important;
}

.pad-xs-col > .vc_column-inner {
  padding: 4% 4% !important;
}

@media (max-width: 768px) {
  .pad-xl-col > .vc_column-inner, .pad-lg-col > .vc_column-inner, .pad-md-col > .vc_column-inner, .pad-sm-col > .vc_column-inner, .pad-xs-col > .vc_column-inner {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

/* REMOVE PADDING ---------------------------------*/
/* Remove padding top or bottom*/
.remove-pad-top {
  padding-top: 0 !important;
}

.remove-pad-bottom {
  padding-bottom: 0 !important;
}

/* Remove element margin */
.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}


.banner-sec h1{line-height: 48px;
    margin-bottom: 30px !important;}
.banner-sec	{
	background-size:100% 100% !important;
	padding:0 0 0px;
}
.banner-sec	 .vc_column-inner{ padding-top:0 !important;}
.ltn-sec .vc_column_container.vc_col-sm-4{ padding:0 2%;}
.ltn-sec .vc_column_container .vc_column-inner{ box-shadow: 0px 9px 0px #024781;
background-image: linear-gradient(0deg, #0057a1 0%, #0f8bcb 100%); padding: 25px;}
.ltn-sec h4{ font-size:30px; text-transform:uppercase;}
.ltn-sec .wpb_text_column { border:1px solid #188ac9; border-radius:5px; padding:20px; background-color: rgba(0,0,0,0.050980392156862744); margin:0 0 25px;}
/* Button one */
.btn.btn-one>.vc_btn3 {
border-radius: 5px;
    box-shadow: 0px 3px 0px #024781;
    background-image: linear-gradient(0deg, #0057a1 0%, #0f8bcb 100%) !important;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff !important;
    'Product Sans', sans-serif !important
    margin-left: 0px;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 0 !important;
}

/* Button one > hover */
.btn.btn-one:hover>.vc_btn3 {
 opacity:0.7;
}

/* Button one > dark backgrounds > add class btn-dark*/
.btn.btn-one.btn-dark>.vc_btn3 {
 
}

/* Button one > dark backgrounds > hover*/
.btn.btn-one.btn-dark:hover>.vc_btn3 {
  
}

/* Button two */
.plan-sec .btn-two>.vc_btn3 {
border-radius: 5px !important;
    box-shadow: 0px 3px 0px rgba(0,0,0,0.09) !important;
    background-image: linear-gradient(0deg, #cfcfcf 0%, #ffffff 100%) !important;
    font-size: 15px !important;
    line-height: 28px !important;
    color: #0058a2 !important;
    padding: 7px 15px !important;
    border: 0 !important; text-transform: uppercase;
}

/* Button two> hover */
.btn.btn-two:hover>.vc_btn3 {
  
}

/* Button two > dark backgrounds > add class btn-dark*/
.btn.btn-two.btn-dark>.vc_btn3 {
  
}

/* Button two > dark backgrounds > hover*/
.btn.btn-two.btn-dark:hover>.vc_btn3 {
  
}

/* Button three */
.btn.btn-three>.vc_btn3 {
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background-color: #a22916;
  border: 2px solid #ffffff;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 40px;
  margin: 0;
}

/* Button three > hover */
.btn.btn-three:hover>.vc_btn3 {
  
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  
}

/* Button three > dark backgrounds > add class btn-dark*/
.btn.btn-three.btn-dark>.vc_btn3 {
  
}

/* Button three > dark backgrounds > hover*/
.btn.btn-three.btn-dark:hover>.vc_btn3 {
  
}
.plan-sec .vc_column_container { padding:20px;}
.ltn-sec .wpb_text_column p{ color:#fff;}
.cta-btn .vc_btn3 {
border-radius: 5px;
box-shadow: 0px 3px 0px rgba(0,0,0,0.09);
background-image: linear-gradient(0deg, #cfcfcf 0%, #ffffff 100%) !important;
font-size: 18px !important;
line-height: 24px !important;
color: #024a87 !important;
width: 80%; border:0 !important; font-weight: 600;
}
.abt-sec p{ font-size:17px; color:#595959; line-height:32px; margin:0 0 20px !important;}
.blog-sec h2{ margin:0 0 50px !important;}
.blog-sec .vc_gitem-zone{ background-color:inherit !important; text-align: center;}
.blog-sec .vc_gitem-zone h4{
    text-align: center !important;
    margin: 0 0 0px !important;font-size: 20px;
line-height: 28px;
color: #025091;
	max-height: 28px;
    overflow: hidden;
}
.blog-sec .vc_gitem-zone .vc_custom_heading{ margin-bottom:0;}
.blog-sec .vc_gitem-col .vc_btn3-container { text-align:center;}
.blog-sec .vc_gitem-col .vc_btn3-container a{color: #108bcc; background-color:inherit; }
.blog-sec .vc_gitem-zone p{ max-height: 120px;
    overflow: hidden;}
.blog-sec p.read-more a{color:#108bcc;}

.why-sec h2{ color:#fff; margin:0 0 50px !important;}
.why-sec .vc_inner .vc_column_container { padding:1%;}
.why-sec .vc_inner .vc_column_container .vc_column-inner{
box-shadow: 4.5px 7.794px 13px rgba(0,0,0,0.24);
background-color: rgba(255,255,255,0.9);
border: 1px solid rgba(27,136,255,0.18);
padding:30px;
}
.why-sec .vc_inner .vc_column_container .wpb_single_image { height:71px; margin:0 0 25px;}
.testi-sec h2{ margin:0 0 50px !important;}
.testi-sec .tdt-slider .carousel-caption{ padding:30px 20px !important; position:relative;}
.testi-sec .tdt-slider .carousel-caption:before{ content:""; position:absolute; top:0; left:0; width:90%; height:10px; background-color:#e7f3fa;}
.testi-sec .tdt-slider .carousel-caption:after{ content:""; position:absolute; bottom:0; left:0; width:90%; height:10px; background-color:#e7f3fa;}
.testi-sec h2.tdt-slider-heading{ margin:0 0 20px !important; font-style:italic;}
.testi-sec p{ font-style:italic; color:#212121; line-height:30px;}
.testi-sec .slick-next{ right:-20px !important}
.testi-sec .slick-prev{ left:-20px !important}



@media screen and (min-width:1024px) and (max-width:1279px){
	.main-header-menu li {
    margin-left: 30px;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
.site-branding{ margin-top:0;}
.ltn-sec .vc_column_container.vc_col-sm-4 {
    padding: 0 2%;
    width: 50%;
    margin: 0 0 30px;
}
h3, .entry-content h3{ font-size:24px;}
.why-sec .vc_inner .vc_column_container .vc_column-inner{ padding:20px; }
.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.banner-sec h1 br {
    display: none;
}
.cta-btn .vc_column_container{ padding: 0 20px;}
.cta-btn .vc_btn3{ width:100%;}
.why-sec .vc_inner .vc_column_container{ width:50%;}
.footer-adv p br {
    display: none;
}
}
@media screen and (max-width:767px){
.site-branding{ margin-top:0;}
.ltn-sec .vc_column_container.vc_col-sm-4 {
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
}
	.bnr-shape{ display:none;}
h3, .entry-content h3{ font-size:24px;}
.why-sec .vc_inner .vc_column_container .vc_column-inner{ padding:20px; }
.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.banner-sec h1 br {
    display: none;
}
.cta-btn .vc_column-inner{ padding-top:0 !important;}
.cta-btn .vc_column_container{ padding: 0 ; margin:0;}
.cta-btn .vc_btn3{ width:100%;}
.why-sec .vc_inner .vc_column_container{ width:50%;}
.footer-adv p br {
    display: none;
}
}
@media screen and (max-width:533px){
.why-sec .vc_inner .vc_column_container{ width:100%;padding: 5%;}
.site-branding img, .site-header .site-logo-img .custom-logo-link img{ width:150px;}
}
body .gform_wrapper .top_label div.ginput_container{ margin-top:0;}
body .gform_wrapper .top_label div.ginput_container input{ padding:10px !important;}


.ast-small-footer{border-top-width: 0px;}
.plan-sec p{ font-size:16px;}
.plan-sec p a{ color:#fff;}
.banner-sec div#n2-ss-3 .n2-style-61eca1b6fdf733fdba302f7e87f2740b-dot{ border-color:#108bcc;}
.banner-sec div#n2-ss-3 .n2-style-61eca1b6fdf733fdba302f7e87f2740b-dot.n2-active, div#n2-ss-3 .n2-style-61eca1b6fdf733fdba302f7e87f2740b-dot:HOVER, div#n2-ss-3 .n2-style-61eca1b6fdf733fdba302f7e87f2740b-dot:FOCUS{ background:#108bcc; border-color:#108bcc;}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{ background-color:transparent; padding:0; margin:0 0 30px;}
.ast-blog-featured-section.post-thumb.ast-col-md-6{ width:30%;}
.post-content.ast-col-md-6{ width:70%;}
.vc_toggle{
	display: inline-block !important;
    margin: 0 0 15px !important;
    padding:15px 10px !important;
    font-size: 15px !important;
    border: 1px solid #ccc;
    width: 100%;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -10px !important;
}
.vc_toggle_title{
	display: inline-block; width:100%;
}
.vc_toggle h3 {
    float: left;
    margin: 0 !important;
	font-size: 18px !important;
}
.vc_toggle i.vc_toggle_icon {
    float: right;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    height: 14px !important;}
.vc_toggle_content {
    margin-bottom: 0 !important;
    margin-top: 35px !important;
    padding: 10px 0 0 !important; width:100%;
    border-top: 1px solid #ccc;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: 0px;
}
.testi-sec {
    background: #f6f6f6;
}


.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:inherit;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:inherit;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-1cms{font-size:14px;font-family: inherit;background-color:#0058a2;color:#ffffff;text-align:left;vertical-align:middle}
.tg .tg-gyu3{font-size:14px;font-family: inherit;text-align:left;vertical-align:top}
.tg .tg-q4kd{font-weight:bold;font-size:14px;font-family: inherit;background-color:#0058a2;color:#ffffff;text-align:left;vertical-align:middle}
.tg .tg-mh2b{font-weight:bold;font-size:14px;font-family: inherit;background-color:#0058a2;color:#ffffff;text-align:left;vertical-align:top}


.tg .tg-261h{font-size:15px;font-family: inherit;;text-align:left;vertical-align:middle}
.tg .tg-e553{font-weight:bold;font-size:15px;font-family: inherit;;background-color:#0058a2;color:#ffffff;text-align:center;vertical-align:middle}
.tg .tg-h6sr{font-size:15px;font-family: inherit;;text-align:left;vertical-align:top}

.single .entry-content li{ font-size:15px; line-height:30px; margin:0 0 10px;}
.single .entry-content ol, .single .entry-content ul {
    margin: 0 0 1.5em 1em;
}
.single h1, .single .entry-content h1 {
    color: #025091;
}
h2, .entry-content h2 {
    color: #025091;
}
h3, .entry-content h3 {
    color: #025091;
}
h4, .entry-content h4 {
    color: #ffffff;
	font-size:20px !important
}
.bnr-shape {
    background: url(images/echits-bnr-shape.png);;
    height: 110px;
    margin-top: -100px;
    background-size: 100% auto;
    background-position: center;
	background-repeat:no-repeat;
}
.abt-sec .wpb_content_element{ margin-bottom:0 !important;}
.carousel-caption{ text-shadow:none !important;}
.widget_media_image{ margin-bottom:0px;}
body .tt-footer{background-color:#f2f5ff !important;border-top:1px solid #CDE8FF;}
.tt-footer ul li a{padding-left:0px;}
.tt-footer .title {
    color: #424242; 
	    font-size: 20px;
    font-weight: 700;
}
.tt-footer p {
    color: #707070;
    font-size: 18px;
    margin: 0 0 10px;
	font-weight:400;
}
.tt-footer ul li {
    width: 100%;
    padding:0px;
    border-top: 0px solid #2c2c2e;
	margin: 1.2rem 0;
    font-size: 18px;
}
.tt-footer .cpy-a{color:#424242 !important;}
.tt-footer a{ color:#707070 !important;}
.tt-footer a:hover{ color:#000 !important;}
.tt-footer-line {
    background: #f2f5ff;
    padding: 20px 0 0;
}
.tt-footer .footer-widget-3 ul li{list-style-type:none; margin-right:10px; padding:0; width:auto;}
.tt-footer .footer-widget-3 ul li a{float: initial; width:32px; height:32px;}
/* .tt-footer .footer-widget-3 ul li.ft-fb a{ background-position:0 0;}
.tt-footer .footer-widget-3 ul li.ft-inst a{ background-position:-41px 0;}
.tt-footer .footer-widget-3 ul li.ft-twt a{ background-position:-83px 0;}
.tt-footer .footer-widget-3 ul li.ft-lin a{ background-position:-125px 0;} */
.tt-footer-copy, .tt-footer-author{ font-size:15px; color:#707070;}
.tt-footer-line .container{border-top: 1px solid #024180;padding:20px 0 0;}
.tt-footer-line .foot-last{text-align: center;padding-top: 50px;font-size: 12px;line-height: 18px;}
.vc_grid .vc_pageable-load-more-btn {
    text-align: center;
    margin-top: 0;
    display: none;
}
.blog-banner-bg .tt-pagelabel-title{ background-color:inherit; font-family: 'FuturaLT' !important; font-size:30px; line-height:1.2; color:#0976ba; text-transform:capitalize;}
.blog-banner-bg .heroheading{ text-align:center;}

@media screen and (max-width:1310px){
	.bnr-shape{margin-top: -90px;}
}
@media screen and (max-width:991px){
	.cta-btn .vc_btn3{font-size: 16px !important;}
	.bnr-shape {
    margin-top: -80px;
}
}

.cont-form h2{ margin:0 0 20px;}
.cont-form ul{ padding:0;}
.cont-form ul li{ padding:0; list-style-type:none; margin:0 0 20px;}
.cont-form ul li input, .cont-form ul li select, .cont-form ul li textarea{ width:100%;background: #fff;
    border-color: #eaeaea;
    outline: 0;
    box-shadow: none;
	color: #111; font-size:16px;}
.cont-form ul li textarea{ height:80px;}
.cont-form ul li input[type=submit]{
border-radius: 5px;
    box-shadow: 0px 3px 0px #024781;
    background-image: linear-gradient(0deg, #0057a1 0%, #0f8bcb 100%);
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'FuturaLT';
    margin-top: 0px;
    padding: 10px 35px; border:0;
	width:auto;
}
div.wpcf7-response-output{ border:0; margin:0; padding:0;}
.blog .mainblock, .single .mainblock {
    background-color: #fff;
    padding: 50px 0 0;
}
.tt-blog-item-info {
    padding: 15px;
}
.blog-banner-bg{ padding-top:145px;padding-bottom:135px;}
.simple-text p{ font-size:17px;}
.marg-lg-b145 {
    height: 0;
}
.cta-btn .wpb_column .vc_column-inner{ padding-top:0 !important;}
.rec-ry {
    background: url(https://blog.mypaisaa.com/wp-content/uploads/2021/06/Right-rect.png);
    background-position: bottom right;
    background-repeat: no-repeat;
   }
.rec-ry1 {
    background: url(https://blog.mypaisaa.com/wp-content/uploads/2021/06/Right-rect.png);
    background-position: top right;
    background-repeat: no-repeat;
   }

#ready-to-join-card {
    background: #ffffff;
    border: 1px solid #cde8ff;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 40px;
    height: 169px;
    width: 380px;
}
.ready-to-join {
    font-weight: bold;
    font-size: 27px;
    line-height: 34px;
    color: #024180;
    margin-left: 30px;
    font-weight: 700;
}
.ready-to-join-sub {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-left: 30px;
    color: #808080;
}
.get-app-btn {
    float: left !important;
    width: 156px;
    height: 40px;
    margin-top: 10px;
    background-color: #F15A24;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    font-weight: 700;
    transition: all .3s;
    cursor: default;
}
.tt-blog-item {
    background: #fff;
    border: 1px solid #B7D3F3;
    border-radius: 8px;
}
.tt-blog-item-info {
    padding: 15px;
}
.gsb-img .tt-blog-item-info .c-btn{color: #f15825;}
.gsb-img .tt-blog-item-img{border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
@media only screen and (min-width: 980px) {
	.gsb-img .tt-blog-item-img{width:100%;height:142px;}
	.gsb-img .tt-blog-item{min-height:410px;}
	.rec-ry{padding:75px 0;}
	.gsb-img{padding:0 7px !important;}
}
.ml-title:after, #sidebar .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px !important;
    background: #3baeff;
    width: 93% !important;
    height: 1px;
}
.tt-blog-item-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #404040;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
#categories-2 {
    border-radius: 8px;
    border: 1px solid #B7D3F3;
    box-sizing: border-box;
}
#recent-posts-2 {
    box-shadow: 0px 4px 6px rgb(183 211 243 / 12%);
    border-radius: 8px;
    border: 1px solid #B7D3F3;
    box-sizing: border-box;
}
.ml-title, #sidebar .title {
    color: #024180;
    padding-top: 20px;
    padding-left: 18px;
}
.widget ul li:before{display:none;}
#sidebar ul {
    padding-left: 18px !important;
}

@media only screen and (max-width: 1024px){
	.rec-ry1, .rec-ry, .rec-ry2{background:none;}
.mob-menu-logo-holder a .mob-standard-logo {
    display: inline-block !important;
    height: 50px!important;
	}}
.widget ul li a {
    letter-spacing: 0.4px;
    padding-left: 0px !important;
    color: #404040;
    font-size: 20px;
    font-weight: 400;
}
.tt-blog-item-img{border:none !important;}
.tt-blog-item-info #date-style{font-weight:400;font-size: 16px;line-height: 24px;color: #808080;margin-bottom:5px !important}
.tt-blog-item-info #category-style-card{font-weight:400;font-size: 18px;
line-height: 24px;
color: #024180;}
header{background:#fcfcfc;}
.rec-ry2{background: url(https://blog.mypaisaa.com/wp-content/uploads/2021/06/lft-rec.png);
    background-repeat: no-repeat;
    bottom: 0px;
    background-position: left bottom;
    left: 0px;}
.hd-top .dropdown {
  position: relative;
  display: inline-block;
}

.hd-top .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.hd-top .dropdown-content a {
    color: #707070;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: medium;
    font-weight: 500;
}
.hd-top .dropdown-content a:hover {background-color: #ddd;}

.hd-top .dropdown:hover .dropdown-content {display: block;}
#recent-posts-2 .post-date {
    display: flex;
}
.category .blog-content.pull-right{ float:none !important;}
.category .mainblock .row{display:flex;}
#join-text-subheader, #join-text-style{text-align:center;margin-top:15px;}
.sub-bnr .blog-banner-bg{z-index:-9999;}
header {
		position:fixed;
		width:100%;
		max-width:100%!important;
		height:101px;
		float:left;
		z-index:99;
		padding:15px 0;
		top:0;
		right:0;
		background:#fcfcfc
	}
	.menu-right {
		float:right
	}
	#menu {
		position:relative;
		height:100%;
		float:left
	}
	#menu li {
		padding:0 30px;
		cursor:pointer;
		line-height:70px;
		display:inline-block;
	transition:all .3s ease-out
	}
	#menu li a {
		color:#024180;
		font-size:20px;
		line-height:24px;
		font-weight:700;
	transition:all .3s
	}
	#menu li a.active, #menu li a:hover {
	transition:all .3s;
		color:#ee5723
	}
	.get-app-btn {
		float: right;
		width: 156px;
		height: 40px;
		margin-top: 10px;
		background-color: #F15A24;
		opacity: 1;
		color: #fff !important;
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		border-radius: 6px;
		font-weight: 700;
		transition: all .3s;
		cursor: default;
	}
	.get-app-btn:hover {
		border-radius:30px;
	transition:all .3s;
		color:#fff
	}
	@media (max-width:1025px) {
	#menu {
	display:none
	}
	}
	#hamburger {
		position:absolute;
		right:10px;
		top:14px;
		z-index:999;
		width:30px;
		height:30px;
		cursor:pointer;
	transition:all .3s ease-out;
		visibility:hidden;
		opacity:0
	}
	#hamburger .line {
		height:4px;
		background:transparent linear-gradient(107deg, #ee5723 0, #ef9243 100%) 0 0 no-repeat padding-box;
		margin:7px auto;
		border-radius:5px;
		backface-visibility:hidden
	}
	#hamburger.active #one {
		transform:rotate(45deg) translateX(6px) translateY(6px)
	}
	#hamburger.active #two {
		opacity:0
	}
	#hamburger.active #three {
		transform:rotate(-45deg) translateX(9px) translateY(-11px)
	}
	@media (max-width:1025px) {
	#hamburger {
	visibility:visible;
	opacity:1
	}}
	.mobile-menu {
		z-index:1;
		position:fixed;
		top:0;
		left:0;
		background:rgb(239 146 67 / .7);
		width:100%;
		height:100vh;
		visibility:hidden;
		opacity:0;
	transition:all .3s ease-out;
		display:table
	}
	.mobile-menu .mobile-menu__items {
		height:50px;
		display:table-cell;
		vertical-align:middle
	}
	.mobile-menu .mobile-menu__items li {
		display:block;
		text-align:center;
		padding:20px 0;
		text-align:center;
		font-size:35px;
		min-height:50px;
		font-weight:700;
		cursor:pointer;
	transition:all .3s ease-out
	}
	.mobile-menu .mobile-menu__items li a {
		color:#fff
	}
	#hamburger.active .line {
		background:#fff
	}
	.mobile-menu.active {
		visibility:visible;
		opacity:.99
	}
	body.active {
		overflow:hidden!important
	}
	@media (min-width:1025px) {
	.mobile-menu {
	visibility:hidden!important
	}
	} 
    @media screen and (max-width: 500px){
    #hamburger{right:20px !important;}
    form input {width:100% !important;}
    header .logo img{width: 150px;margin:8px 0 0  5px}
.playstore, .appstore {
    text-align: center;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 15px !important;
        }}
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display:none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}    
    .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}.playstore, .appstore {
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.dropdown-toggle {
    white-space: nowrap;
}
@media screen and (max-width: 1250px){
		.menu-right{margin-right:35px;margin-top:0px;}#plan-content-mob {
    display: none;
}
}
#footer-img-line {
    color: #024180;
    margin-top: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.footer-sub-header {
    color: #424242;
    font-weight: bold;
    margin:25px 0 0;
}
.menu-footer-2-container, .menu-footer-3-container, .menu-footer-2-container{margin-top:35px;}
#footer-end-line {
    font-size: 12px !important;
    padding-top: 70px;
    padding-bottom: 28px;text-align:center;
}
@media (min-width: 1200px){
.container {
    width: 1188px !important;
}
.widget_nav_menu{
margin-left:45px;}
.widget_media_image img{width:217px;}
}
.banner-form-pop-up input,
select {
  width: 300px;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #ff6431;
  outline: 0;
  box-shadow: none;
  padding-left: 15px;
  color: #707070;
  font-size: 14px;
}
#mob-pop-up-part {
    padding-top: 30px;
    background: #fff;
    border-radius: 12px;
    display: none;
}#pop-up-text {
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
}#popup-submit-btn {
    background: #ff6431;
    width: 306.45px;
    height: 41.75px;
    border: none;
    border-radius: 8px;
    color: #fff;
}#mob-cls-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
  margin-right: 14px;
  background: none;
  border: none;
}
#cls-btn-div {
  background-repeat: no-repeat;
  height: 163px;
  background-color: #fff;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
#pop-up-text {
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
#popup-shadow {
  box-shadow: 0 80px 160px 0 rgb(0 0 0 / 60%), 0 120px 400px 0 rgb(0 0 0 / 40%);
  border-radius: 16px;
}
#popup-bargraph {
  position: relative;
  height: 280px;
  margin-bottom: 50px;
}
#popup-arrow3 {
  position: absolute;
  bottom: 0;
  margin-left: 290px;
}
#popup-arrow2 {
  position: absolute;
  left: 0;
  margin-top: 160px;
  top: 0;
}
#popup-arrow {
  position: absolute;
  margin-left: 230px;
  bottom: 0;
}
#popup-woman {
  position: absolute;
  top: 0;
  margin-top: 270px;
  margin-left: 0px;
}
#left-pop-up {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 105px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}#cls-btn-div {
    background-repeat: no-repeat;
    height: 163px;
    background-color: #fff;
}.banner-form-pop-up {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
}
@media screen and (max-width: 1000px){
#mob-pop-up-part {
    display: block;
	}#mob-pop-up-part {
    display: block;
  }
  #right-btn-pop-up {
    display: none;
  }
  #mob-pop-up-sec-part {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
  }
  #pop-up-text {
    font-size: 20px;
  }#left-pop-up {
    display: none;
}.banner-form-pop-up {
	padding: 25px 10px 5px !important;}
}
@media only screen and (max-width: 560px) {.mb-img{display:flex;}.dk-img{display:none;}.mb-re{padding:1rem !important;}.spb-50{margin-bottom:25px;}}
@media only screen and (min-width: 600px) {.dk-img{display:flex;}.mb-img{display:none;}}
.buttonIn {width:100%;position: relative;}
.buttonIn input { margin: 0px;padding: 0px;width: 100%;outline: none;height: 45px;border-radius: 5px;background: #FFFFFF;border: 2px solid #FF6431;text-indent: 10px;font-size:14px !important;}        
.buttonIn button {position: absolute;top: 0;right: 4px;z-index: 2;border: none;top: 2px; height: 40px;cursor: pointer;transform: translateX(2px);
background: #FF6431;border-radius: 4px;color: #fff;line-height: normal;}
body .simple-text li:before{display:none;} 
body .simple-text li {
    position: relative;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.4px;
    padding-left: 16px;
    margin-bottom: 8px;
    font-family: Product-Sans-regular !important;
}
        
