::selection {background:#1b80da; color:#FFF;}
::-moz-selection {background:#1b80da; color:#FFF;} 
a label{cursor:pointer;}
body { margin:0; padding:0; background-color:#FFF;  font-family: 'Roboto', sans-serif; color:#333; }
a, a img { outline:none; border:none;}
.fl { float:left;}
.fr { float:right;}
ol, ul {list-style: none; margin:0; padding:0; border:0;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
img{max-width:100%;}

*{box-sizing: border-box;}

p{margin:0; padding:0;}
.clear { clear:both;}


.main { width:100%; float:left;}
.half {width: 70%;}
.banner {position: relative;}
.banimg {
    min-height: 745px;
    background: url(../image/ban.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    float: left;
    width: 73%;
}
.ban-section {
margin-left: 0;
width: 100%;
display: inline-block;
}
.ban-section,.main-section{padding-left: 40px;
padding-right: 40px;}
.ban-section .logosec .logo {padding: 20px 0;}
.ban-section .logosec .phnenum {/*width: 60%;float: right;margin-top: 38px;*/}
.ban-section .logosec .phnenum ul li {float: left; padding: 0 15px 0 15px; font-size: 17px;border-right: 1px solid #CCC;font-weight: bold;}
.ban-section .logosec .phnenum ul li img{margin-right: 5px;}
.ban-section .logosec .phnenum ul li.last {border-right: none; padding: 8px 20px;; border:1px solid #1276bc;}
.ban-section .logosec .phnenum ul li.last2 {border-right: none; padding: 8px 20px;;}
.ban-section .logosec .phnenum ul li.last1 {padding: 8px 20px;;}
.ban-section .logosec .phnenum a {
    font-size: 16px;
    color: #176fb6;
    text-align: right;
    clear: both;
    float: right;
    text-decoration: none;
    padding-top: 10px;
}

.ban-section .logosec .phnenum a:hover {
    text-decoration: underline;
}

.banimg .bnnr-content {
    width: 100%; display: inline-block; margin-top: 172px;}

.banimg .bnnr-content h1 {
    font-size: 45px;
    color: #036bb4;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.banimg .bnnr-content h2 {
    font-size: 30px;
    color: #036bb4;
}	

.banimg .bnnr-content .rdline {
    border: 1px solid #fc6216;
    margin: 30px 0;
    width: 30%;
    display: inline-block;
}

.banimg .bnnr-content .agent {
    font-size: 24px;
    color: #171717;
}

.banimg .bnnr-content .agent span {
    font-size: 30px;
    color: #fc6216;
	font-weight:700;
}

.banimg .ban-section .bnnr-content .btn {
	padding: 15px;
	margin: 20px 0;
	border: none;
	width: 20%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
	background-color: red; /* For browsers that do not support gradients */
    /*background-image: linear-gradient(#fcaf17, #fc6016);*/
	color: #ffffff;
	font-weight: 700;
	background-image: -webkit-linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%);
    box-shadow: rgba(239, 139, 117, 0.6) 0px 8px 29px 0px;
}
.banimg .ban-section .bnnr-content .btn:hover {
background-image: -webkit-linear-gradient(47deg, rgb(239, 69, 89) 0px, rgb(238, 130, 25) 100%);
box-shadow: rgba(239, 139, 117, 0.8) 0px 10px 29px 2px;
transition: all 0.4s ease 0s;
}

	
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    /* height: 100%; */
     bottom: 0; 
    z-index: 9999;
    background: #fff;
    /* max-width: 31.5%; */
    transition: all .3s ease;
    overflow: auto;
    width: 27%;
    /*margin-top: 50px;*/
    padding: 20px;
	box-shadow: 0 8px 29px 0 rgba(210,175,175,0.42);
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	/*visibility: hidden;*/
}
.form_title h5 {
    font-size: 40px;
    font-weight:700;
    color: #1276bc;
	font-family: 'Roboto';
}
.form_title h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
	font-family: 'Roboto';
	text-transform: uppercase;
	margin-bottom: 40px;
}

.inter input[type=text], select, textarea {
	width: 100%;
	padding: 8px 0;
	border:none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	font-weight: 700;
    outline: 0
}
.toll_free_form .inter ul li .sbbtn,.btn {
	padding: 15px;
	margin: 10px 0;
	border: none;
	width: 37%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	background-color: red; /* For browsers that do not support gradients */
	color: #ffffff;
	font-weight: 700;
	background-image: -webkit-linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%);
    box-shadow: rgba(239, 139, 117, 0.6) 0px 8px 29px 0px;
}
.toll_free_form .inter ul li:nth-child(8){display: flex;}
.toll_free_form .inter ul li:nth-child(8) img{display: block;
    width: 90px;
    margin-bottom: 10px;}
.toll_free_form .inter ul li:nth-child(8) input{    width: calc(100% - 90px);}
.btn:hover {
    background-image: -webkit-linear-gradient(47deg, rgb(239, 69, 89) 0px, rgb(238, 130, 25) 100%);
box-shadow: rgba(239, 139, 117, 0.8) 0px 10px 29px 2px;
transition: all 0.4s ease 0s;
}
.bline{ border:1px solid #2e86c4; margin-top:20px;}
.orline { border:2px solid #fc6516; margin-top:30px;}
.orline2 { border:2px solid #fc6516; margin-top:30px; width:68%;}
.main-section {
    width: 100%;
}
.section-padding {
    padding: 30px 0 0 0; width: 68%; display: inline-block;}
	
.title {
    font-size: 30px;
    margin: 30px 0 20px;
	color:#1f1f1f;
}
.mb-3 {
    margin-bottom: 1rem;
	font-size:18px;
	font-weight:700;
}
.icon {
    text-align: center;
    margin-bottom: 25px;
}
.partner ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.partner ul li {
float: left;
list-style: none;
width: 16.66%;
padding: 0 15px;
color: #1f1f1f;
font-size: 16px;
font-weight: 700;
}

.partner ul li p{margin-top: 26px;}


.solution .soltxt-l {
    padding: 25px 0;
    width: 22%;
	font-size:30px;
	line-height:36px;
	color:#1f1f1f;
	float:left;
	font-weight: 700;
	letter-spacing: 2px;
}
.solution .soltxt-r {
    width: 69%;
    margin-left: 5%;
    padding: 25px 20px;
	font-size:18px;
	line-height:24px;
	color:#1f1f1f;
	float:left;
	font-weight: 700;
	letter-spacing: 1px;
}
.solution .solbox ul {
display: flex;
width: 100%;
margin: 0px;
padding: 0px 0px 0px 0px;
flex-wrap: wrap;
}
.solution .solbox ul li {
    border-radius: 10px;
	border: 2px solid #fc6516;
display: flex;
list-style: none;
width: 37.8%;
margin-right: 50px;
color: #1f1f1f;
font-size: 18px;
font-weight: 700;
padding: 40px 60px;
margin-bottom: 50px;
box-shadow: 0 8px 29px 0 rgba(210,175,175,0.42);
flex-wrap: wrap;
max-width: calc(50% - 25px);
flex: 0 0 50%;
}
.solution .solbox .last-li {margin-right: 0;}
.solution .solbox li p{margin-top: 20px; letter-spacing: 1px; font-size:18px; line-height:24px;}


.services .sertxt {font-size: 30px; margin: 0 0 20px; color: #1f1f1f; font-weight:700;}
.services .serline{ border:1px solid #e5e5e5; margin-top:20px;}

.serbox{display: flex;flex-wrap: wrap;}
.services .serbox .left {
    flex: 0 0 48%;
    color: #1f1f1f;
    margin-top: 60px;
    max-width: 48%;
    padding: 20px 20px 0 0;
}
.services .serbox .right {
    flex: 0 0 52%;
    color: #1f1f1f;
    margin-top: 20px;
    max-width: 52%;
    padding: 20px 0 0 0;
}
.services .serbox .blbox { background-color:#1276bc; color:#ffffff; font-size:22px; font-weight:700; padding:20px; border-radius:5px;}

.services .serbox .serbxline {border:1px solid #1276bc; margin-top:20px; margin-bottom:20px; width:40%;}

.services .serbox ul {list-style: none;}
.services .serbox .bxpara {color: #1f1f1f; font-size:18px; line-height:26px; margin:20px 0;}
.services .serbox ul li {
    margin: 0 2px 17px 17px;
    width: 44%;
    float: left;
    font-size: 18px;
    font-weight: 700;
}
.services .serbox ul li::before {
  content: "\2022";
  color: #fc7d16;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  list-style-type: square;
}
.services .topmar{ margin-top:70px;}
.services .serbox .imgr {text-align: right;}
.services .serbox .imgl {text-align: left;}


.choose .chooback { background-color: #f3f8fc;
border: 1px solid #c9e6fa;
padding: 70px 50px;
width: 100%;
display: flex;
flex-wrap: wrap;}
.choose .chooback .chleft {
max-width: 58%;
color: #1f1f1f;
flex: 0 0 58%;
padding: 20px 50px 0 0;
border-right: 1px solid #e3e3e3;
}
.choose .chooback .chright {
max-width: 42%;
color: #1f1f1f;
flex: 0 0 42%;
padding: 20px 0px 0 60px;
}
.choose .chooback .chleft p {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
	font-weight: 700;
}
.choose .chooback .chtxt {font-size: 30px; margin: 2px 0 2px; color: #1276bc; font-weight:700;}

.choose .chooback .chright .ch-rbut {
    background-image: -webkit-linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%);
    background-image:linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%);
box-shadow: rgba(239, 139, 117, 0.4) 0px 8px 29px 0px;
border-radius: 5px;
    margin: 0 0px 15px 0;
    text-align: left;
    padding: 7px;
    display: table;
    width: 100%;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}
.choose .chooback .chright .ch-bbut {
    background-image: -webkit-linear-gradient(47deg, rgb(117, 197, 253) 0px, rgb(18, 118, 188) 100%);
    background-image: linear-gradient(47deg, rgb(117, 197, 253) 0px, rgb(18, 118, 188) 100%);
box-shadow: rgba(44, 139, 205, 0.4) 0px 8px 29px 0px;
border-radius: 5px;
    margin: 0 0px 15px 0;
    text-align: left;
    padding: 7px;
    display: table;
    width: 100%;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
}
.choose .chooback .chright .ch-rbut i {width: 12%;margin: 0; float:left;}
.choose .chooback .chright .ch-bbut i {width: 12%;margin: 0; float:left;}
.choose .chooback .chright .ch-rbut p {margin-top: 6px;}
.choose .chooback .chright .ch-bbut p {margin-top: 6px;}

.choose .ch-whbox { background-color:#ffffff; border-bottom:none; border:1px solid #c9e6fa; width: 100%; display: inline-block;border-top: 0;}

.choose .ch-whbox li {width: 16.6%; height: 155px; float: left; text-align:center;}
.choose .ch-fourbox { margin-top:90px;}
.choose .ch-fourbox li {width: 24.9%; height: 120px; float: left; text-align:center;border-right: 1px solid #e3e3e3; display:inline-table;}
.choose .ch-fourbox li:last-child{border-right: 0;}
.choose .ch-fourbox li span {font-size:36px; color:#1276bc; font-weight:700;}
.choose .ch-fourbox li p {font-size:18px; color:#1f1f1f; font-weight:700;}
.choose .ch-blbox { background-color:#1276bc; padding:30px; margin-top: 90px;}
.choose .ch-blbox p { color:#ffffff; font-size:30px; font-weight:700; text-align:center; }
.chtop50 { margin-top: 50px; display:inline-block;}
.chtop60 { margin-top: 60px; display:inline-block;}

.section-padding-bot {
    padding: 0 0 40px 40px; width: 100%; display: inline-block;
	/*height: 1090px;*/
    background: url(../image/foot.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    float: left;}
	
.testimonials .sixwhbox { background-color:#ffffff; padding: 30px 0 40px 0;
width: 66.6%; display: inline-block; margin-left: 0; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.testimonials .sixwhbox ul{display: flex;flex-wrap: wrap;}
.testimonials .sixwhbox li {
    list-style: none;
    margin: 0 0 40px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 50px;
	}
.testimonials .sixwhbox li span {font-size:22px; color:#1276bc; font-weight:700; margin-bottom: 10px; display: inline-block;}
.testimonials .sixwhbox li p {font-size:18px; color:#1f1f1f; font-weight:700; line-height:24px;}

.testimonials .cust {padding: 68px 0 40px 0;
width: 65.7%; display: inline-block; margin-left: 0;}
.testimonials .cust	.hed {font-size:30px; color:#1f1f1f; font-weight:700; margin-bottom: 10px; display: inline-block;}
.testimonials .cust .hed1 {font-size:18px; color:#1f1f1f; font-weight:700; line-height:24px;}
.testimonials .cust .vd {margin-top: 34px;
    padding: 15px;
    background: #fff;
    display: inline-block;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);}	



.section-padding-foot {padding: 50px 0; width: 100%; display: inline-block; background-color:#002145;}
.section-padding-foot .foot-section {margin-left: 0;
width: 100%;
display: inline-block;
padding: 0 25px;padding-left: 40px;}
.vd video{width: 100%;}
.section-padding-foot .foot-section .foot-four {
    width: 16.5%;
    float: left;
    display: inline-table;
}
.section-padding-foot .foot-section .foot-four ul li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 6px 0;
    text-align: left;
}
.section-padding-foot .foot-section .foot-four ul li a {
    color: #fff;
    font-weight: 300;
    transition: all 0.5s ease;
	text-decoration: none;
}
.section-padding-foot .foot-section .foot-four ul li a:hover {
    padding-left: 5px;
    color: #fff;
    text-decoration: none;
}

.section-padding-foot .foot-section .social ul li:first-child {
    width: 100%;
    padding-bottom: 13px;
    text-align: right;
}
.section-padding-foot .foot-section .social ul li {
    color: #4d647d;
	/*float: left;*/
    width: 10%;
    text-align: right;
    border-right: 1px solid #4d647d;
    padding: 0 7px;
}
.section-padding-foot .foot-section .social ul{text-align: right;}
.section-padding-foot .foot-section .social ul li:first-child {
    border: 0;
}
.section-padding-foot .foot-section .foot-four.social ul li a:hover{padding-left: 0;}
.section-padding-foot .foot-section .social .googlead a, .googlead span {
    background: #fff;
    padding: 10px 20px;
    margin: 0 0 7px 0;
    border-radius: 5px;
    display: flex;
    flex: 0 0 100%;
    position: relative;
    flex-wrap: wrap;
}
.section-padding-foot .foot-section .social .googlead span img, .googlead a img {
    max-width: 70px;
}
.section-padding-foot .foot-section .social .googlead p {
    padding: 0 0 5px 10px;
    margin: 0px 0 0 0;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    left: 94px;
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
}
.section-padding-foot .foot-section .social .scemefooter {
    color: #fff;
    margin-top: 10px;
    padding: 10px 0;
	text-align: right;
display: inline-block;
width: 100%;
}
.section-padding-foot .foot-section .social .scemefooter p {
    font-size: 14px;
    padding-top: 4px;
	margin-bottom: 10px;
}
.section-padding-foot .foot-section .social .scemefooter span {
    font-size: 16px;
    margin: 0 0 0 7px;
    text-align: right;
}



.section-botm-footer {width: 100%; display: inline-block;}
.section-botm-footer .botm-footer {margin-left: 5%;width: 95%;display: inline-block; padding: 30px 0; }	
.section-botm-footer .botm-footer p {font-size:16px; color:#1f1f1f;}
.logosec{display: flex;
align-items: center;
justify-content: space-between;}
	
.toll_free_form .inter ul li img{display: none;}
	@media screen and (max-width: 1400px) and (min-width: 1024px){
	 .banimg {min-height: 545px;
}

/*background: #fff url(../image/ban.jpg) no-repeat bottom;
  background-size: auto;
background-size: 100%;}*/
.ban-section .logosec .logo{width: 25%;}
.services .serbox ul li{width: 43%;}
.form_title h6{margin-bottom: 10px;}
/*	 .ban-section .logosec .logo {width: 23%;}*/
	 /*.ban-section .logosec .phnenum {width: 75%;margin-top: 25px;}*/
	 
	 .banimg .bnnr-content {margin-top: 55px;}
	 .banimg .bnnr-content h1 {font-size: 30px;}
	 .banimg .bnnr-content h2 {font-size: 20px;}
	 .banimg .bnnr-content .rdline {margin: 20px 0;}
	 .banimg .bnnr-content .agent {font-size: 20px;}
	 .banimg .bnnr-content .agent span {font-size: 25px;}
	 .banimg .ban-section .bnnr-content .btn {width: 28%;font-size: 14px;}
	 
	 .ban-section .logosec .phnenum ul li.last1 {padding: 8px 10px;font-size: 13px;}
	 .ban-section .logosec .phnenum ul li.last2 {padding: 8px 10px;font-size: 13px;}
	 .ban-section .logosec .phnenum ul li.last {padding: 8px 8px;font-size: 12px;}
	 .ban-section .logosec .phnenum a {font-size: 12px;}
	 .partner ul li {font-size: 13px;padding: 0 15px;}
	 .solution .soltxt-l {width: 30%;font-size: 26px;}
	 .solution .soltxt-r {width: 70%;font-size: 16px;margin-left: 0;}
	 .solution .solbox ul li {width: 35.8%;font-size: 16px;padding: 40px 30px;}
	 .services .serbox .left {width: 45%;}
	 .services .serbox .blbox {padding: 20px;font-size: 18px;}
	 .services .serbox .bxpara {font-size: 16px;line-height: 24px;}
	 .services .serbox ul li {font-size: 16px;}
	 
	 .services .topmar{margin-top: 20px;}
	 
	 .choose .chooback {padding: 20px 40px;}
	 .choose .chooback .chleft {width: 52%;/*height: 420px;*/padding: 20px 30px 0 0;}
	 .choose .chooback .chright {padding: 20px 0px 0 30px;}
	 .choose .chooback .chright .ch-rbut {font-size: 16px;}
	 .choose .chooback .chright .ch-bbut {font-size: 16px;}
	 .choose .chooback .chleft p {font-size: 16px;line-height: 23px;}
	 .choose .ch-fourbox li {width: 24%;}
/*	 .testimonials .sixwhbox li {width: 20.9%;}*/
	 .testimonials .sixwhbox li p {font-size: 16px;line-height: 22px;}
	 .choose .ch-blbox p {font-size: 27px;}
	/* .section-padding-bot {height: 1230px;}*/
	 .section-padding-foot .foot-section .foot-four.social ul li {font-size: 12px;padding: 3px 7px;border-right:none;width: 30px;}
     .section-padding-foot .foot-section .social ul li:first-child{width: 100%;}
	 .section-padding-foot .foot-section .foot-four ul li {font-size: 12px;padding: 4px 0;}
	 .section-padding-foot .foot-section .foot-four {width: 16%;}
	 .section-padding-foot .foot-section .social .scemefooter span {font-size: 14px;}
	 .section-padding-foot .foot-section .social .googlead span img, .googlead a img {max-width: 30px;}
	 .section-padding-foot .foot-section .social .googlead p {font-size: 10px;line-height: 12px;left: 49px;}
	 .section-padding-foot .foot-section .social .scemefooter {display: inline-block;}
	 .section-botm-footer .botm-footer p {font-size: 14px;}
	 .title {margin: 0px 0 30px 0;}

     .inter input[type="text"], select, textarea{margin-bottom: 10px;}
	}
	
	@media only screen and (max-width:1024px){
	.ban-section .logosec .logo {width: 26%; margin-right: 30px;}
	.ban-section .logosec .phnenum {width: 69%; margin-top: 6px;padding: 20px 0;}
	.banimg .bnnr-content {margin-top: 10px;}
	.banimg {width: 100%;
min-height: 415px;
background-size: 100%;}
	.ban-section .logosec .phnenum ul li.last1 {padding: 0px 9px;}
	.ban-section .logosec .phnenum ul li.last2 {padding: 0px 9px;}
	.ban-section .logosec .phnenum ul li {font-size: 14px;border-right:none;}
	.ban-section .logosec .phnenum ul li.last {border-right: none;padding: 2px 3px;border: 1px solid #1276bc;}
	.ban-section .logosec .phnenum a {font-size: 12px;}
	.banimg .bnnr-content h1 { font-size: 28px;}
	.banimg .bnnr-content h2 {font-size: 18px;color: #036bb4;}
	.banimg .bnnr-content .agent {font-size: 18px;}
	.banimg .bnnr-content .agent span {font-size: 22px;}
	.banimg .ban-section .bnnr-content .btn {width: 30%;font-size: 14px; margin: 6px 0;}
	
	.flex{padding: 0 25px;
display: inline-block;
margin-top: 25px;
width: 100%;}
    .sticky {position: relative;right: 0px;width:100%;}
	.form_title h5 {font-size: 26px;}
	.form_title h6 {margin-bottom: 20px;font-size: 14px;}
	.btn {padding: 9px; width: 20%; font-size: 14px;}
	
	.main-section {margin-left: 5%;width: 90%;margin-right: 5%;}
	.section-padding {width: 100%;}
	.title {font-size: 22px;}
	.mb-3 {font-size: 16px;text-align: justify;}
	
	.partner ul li{width: 31%;font-size: 14px;margin-right: 16px;}
	.orline2 {width: 100%;}
	.solution .soltxt-l {width: 100%;font-size: 22px;line-height: 28px;}
	.solution .soltxt-r {width: 100%;margin-left:0;font-size: 16px;line-height: 22px;padding: 2px 0px; text-align:justify;}
	
	.solution .solbox ul li {width: 42.8%;font-size: 18px;padding: 20px 20px;margin-right: 40px;margin-bottom: 40px;height: auto;/*height: 248px;*/}
	.solution .solbox li p {font-size: 16px;line-height: 22px;text-align: justify;}
	.services .sertxt {font-size: 22px;}
	.services .serbox .left{width: 50%;}
	.services .serbox .right{width: 45%;}
	.services .serbox .blbox{font-size: 18px;padding: 15px;}
	.services .serbox .bxpara {font-size: 16px;}
	.services .serbox .serbxline {width: 100%;}
	.services .serbox ul li {width: 100%;margin: 0 2px 10px 17px;font-size: 16px;}
	.services .topmar {margin-top: 10px;}
	.chtop60 {margin-top: 20px;}
	.choose .chooback {width: 97%;padding: 10px 10px;}
	.choose .chooback .chleft {width: 58%;}
	.choose .chooback .chtxt{font-size: 22px;}
	.choose .chooback .chleft p {font-size: 16px;line-height: 23px;text-align: justify;}
	.choose .chooback .chright {width: 35%;padding: 10px 0px 0 6px;}
	.choose .ch-whbox li {width: 32.6%;}
	.choose .ch-fourbox {margin-top: 40px;}
	.choose .ch-fourbox li{width: 46.9%; margin-bottom:20px;height: 280px;padding: 0 10px;}
	.choose .ch-fourbox li:nth-child(2) {border-right:none;}
	.choose .ch-fourbox li:nth-child(4) {border-right:none;}
	.choose .ch-blbox {margin-top: 30px;padding: 20px;}
	.choose .ch-blbox p {font-size: 18px;}
	
	.testimonials .sixwhbox {width: 90%;margin-left: 5%;margin-right: 5%;}
	.testimonials .sixwhbox li {width: 44%;margin: 0 20px 20px;}
	.testimonials .sixwhbox li p {font-size: 16px;line-height: 22px;text-align: justify;}
	.section-padding-bot {height: auto;} 
	
	.testimonials .cust {width: 90%;margin-left: 5%;margin-right: 5%;}
	.section-padding-foot .foot-section .foot-four {width: 47%;margin-bottom: 20px;}
	.section-padding-foot .foot-section .foot-four ul li {font-size: 16px;padding: 4px 0;}
	.section-padding-foot .foot-section .social .scemefooter span {font-size: 12px;text-align: left;}
    .section-padding-foot .foot-section .social .scemefooter {width: 100%;display: inline-block; text-align:left;}
	.section-padding-foot .foot-section .social ul li {width: 20%;border-right:none;text-align: left;}
	.section-padding-foot .foot-section .social ul li:first-child {text-align: left;}
	
	
	}
	
	@media only screen and (max-width:767px){
	.services .serbox .left,.services .serbox .right{flex: 0 0 100%;max-width: 100%;}
    .services .serbox .left{text-align: center;}
	.ban-section .logosec .logo {width: 26%; margin-right: 10px;}
	.ban-section .logosec .phnenum {width: 74%; margin-top: 6px;padding: 20px 0;text-align: right;}
	.banimg .bnnr-content {margin-top: 10px;}
	.banimg {width: 100%;
min-height: 420px;
background-position: 0 bottom;}
	.ban-section .logosec .phnenum ul li.last1 {padding: 0px 5px;}
    .ban-section .logosec .phnenum ul li{width: 100%;}
	.ban-section .logosec .phnenum ul li.last2 {padding: 0px 5px;}
	.ban-section .logosec .phnenum ul li {font-size: 11px;border-right:none;}
	.ban-section .logosec .phnenum ul li.last {border-right: none;padding: 2px 3px;border:0;}
	.ban-section .logosec .phnenum a {font-size: 10px;}
	.banimg .bnnr-content h1 { font-size: 28px;}
	.banimg .bnnr-content h2 {font-size: 18px;color: #036bb4;}
	.banimg .bnnr-content .agent {font-size: 18px;}
	.banimg .bnnr-content .agent span {font-size: 22px;}
	.banimg .ban-section .bnnr-content .btn {width: 200px;font-size: 14px; margin: 6px 0;}
	
	.sticky {position: relative;right: -20px;width: 89%;}
	.form_title h5 {font-size: 26px;}
	.form_title h6 {margin-bottom: 20px;font-size: 14px;}
	.btn {padding: 9px; width: 20%; font-size: 14px;}
	
	.main-section {margin-left: 0;
width: 100%;
margin-right: 0;}
.ban-section, .main-section {
  padding-left: 20px;
  padding-right: 20px;
}
	.section-padding {width: 100%;}
	.title {font-size: 22px;}
	.mb-3 {font-size: 16px;text-align: left;}
	
	.partner ul li{width: 50%;
font-size: 14px;
margin-right: 0;
margin-bottom: 10px;}
	.orline2 {width: 100%;}
	.solution .soltxt-l {width: 100%;font-size: 22px;line-height: 28px;}
	.solution .soltxt-r {width: 100%;margin-left:0;font-size: 16px;line-height: 22px;padding: 2px 0px; text-align:left;}
	
	.solution .solbox ul li {width: 100%;
font-size: 18px;
padding: 20px 20px;
margin-right: 10px;
margin-bottom: 40px;
height: auto;
flex: 0 0 100%;
max-width: unset;}
	.solution .solbox li p {font-size: 16px;line-height: 22px;text-align: left;}
	.services .sertxt {font-size: 22px;}
	.services .serbox .left{width: 100%;}
	.services .serbox .right{width: 100%;}
	.services .serbox .blbox{font-size: 18px;padding: 15px;}
	.services .serbox .bxpara {font-size: 16px;}
	.services .serbox .serbxline {width: 100%;}
	.services .serbox ul li {width: 100%;margin: 0 2px 10px 17px;font-size: 16px;}
	.services .topmar {margin-top: 10px;}
	.chtop60 {margin-top: 20px;}
	.choose .chooback {width: 100%;padding: 10px 10px;}
	.choose .chooback .chleft {width: 100%;
height: auto;
max-width: 100%;
flex: 0 0 100%;
padding: 10px;
border-right: 0;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 20px;}
    .choose .chooback .chright{width: 100%;
padding: 10px 0px 0 6px;
max-width: 100%;
flex: 0 0 100%;}
	.choose .chooback .chtxt{font-size: 22px;}
	.choose .chooback .chleft p {font-size: 16px;line-height: 23px;text-align: justify;}
	.choose .chooback .chright {width: 100%;padding: 10px 0px 0 6px;}
	.choose .ch-whbox li {width: 49.6%;}
	.choose .ch-fourbox {margin-top: 40px;}
	.choose .ch-fourbox li{width: 50%;
margin-bottom: 25px;
height: auto;
padding: 0 10px;
padding-bottom: 15px;}
.choose .ch-fourbox li p{font-size: 16px;}
	.choose .ch-fourbox li:nth-child(2) {border-right:none;}
	.choose .ch-fourbox li:nth-child(4) {border-right:none;}
	.choose .ch-blbox {margin-top: 30px;padding: 20px;}
	.choose .ch-blbox p {font-size: 18px;}
	
	.testimonials .sixwhbox {width: 100%;
margin-left: 0;
margin-right: 0;}
	.testimonials .sixwhbox li {flex:0 0 100%;
        max-width: 100%;
margin: 0 0 20px;
padding: 0 25px;}
	.testimonials .sixwhbox li p {font-size: 16px;line-height: 22px;text-align: justify;}
	.section-padding-bot {height: auto;padding:0 19px;} 
	
	.testimonials .cust {width: 100%;
margin-left: 0;
margin-right: 0;}
.section-padding-foot .foot-section{padding-left: 25px;}
	.section-padding-foot .foot-section .foot-four {width: 100%;margin-bottom: 20px;}
	.section-padding-foot .foot-section .foot-four ul li {font-size: 16px;padding: 4px 0;}
	.section-padding-foot .foot-section .social .scemefooter span {font-size: 12px;text-align: left;}
    .section-padding-foot .foot-section .social .scemefooter {width: 100%;display: inline-block; text-align:left;}
	.section-padding-foot .foot-section .social ul li {width: auto;
border-right: none;
text-align: left;
padding: 0 9px;}
	.section-padding-foot .foot-section .social ul li:first-child {text-align: left;}
	.ban-section{padding-left: 20px;padding-right: 20px;}
	.flex{padding: 0 0;}
	}
	
	@media only screen and (max-width:480px){
	
	.ban-section .logosec .logo {width: 45%; margin-right: 10px;}
	.ban-section .logosec .phnenum {width: 55%; margin-top: 6px;padding: 20px 0;}
	.banimg .bnnr-content {margin-top: 10px;}
	.banimg {width: 100%;height: 390px;}
	.ban-section .logosec .phnenum ul li.last1 {padding: 0px 10px;}
	.ban-section .logosec .phnenum ul li {    font-size: 13px;
    border-right: none;
    margin-bottom: 3px;}
	.ban-section .logosec .phnenum ul li.last {border-right: none;padding: 2px 3px;}
	.ban-section .logosec .phnenum a {font-size: 12px;}
	.banimg .bnnr-content h1 { font-size: 28px;}
	.banimg .bnnr-content h2 {font-size: 18px;color: #036bb4;}
	.banimg .bnnr-content .agent {font-size: 18px;}
	.banimg .bnnr-content .agent span {font-size: 22px;}
	.banimg .ban-section .bnnr-content .btn {width: 60%;font-size: 14px; margin: 6px 0;}
	
	.sticky {position: relative;
/*right: 0;
width: 100%;*/}
	.form_title h5 {font-size: 26px;}
	.form_title h6 {margin-bottom: 20px;font-size: 14px;}
	.btn {padding: 9px; width: 46%; font-size: 14px;}
	
/*	.main-section {margin-left: 5%;width: 90%;margin-right: 5%;}*/
	.section-padding {width: 100%;}
	.title {font-size: 22px;}
/*	.mb-3 {font-size: 16px;text-align: justify;}*/
	
/*	.partner ul li{width: 44%;font-size: 14px;margin-right: 16px;}*/
	.orline2 {width: 100%;}
	.solution .soltxt-l {width: 100%;font-size: 22px;line-height: 28px;}
/*	.solution .soltxt-r {width: 100%;margin-left:0;font-size: 16px;line-height: 22px;padding: 2px 0px; text-align:justify;}*/
	
	.solution .solbox ul li {width: 83.8%;font-size: 18px;padding: 20px 20px;margin-right: 0;margin-bottom: 20px;height: auto;}
/*	.solution .solbox li p {font-size: 16px;line-height: 22px;text-align: justify;}*/
	.services .sertxt {font-size: 22px;}
	.services .serbox .left{width: 100%;}
	.services .serbox .right{width: 100%;}
	.services .serbox .blbox{font-size: 18px;padding: 15px;}
	.services .serbox .bxpara {font-size: 16px;}
	.services .serbox .serbxline {width: 100%;}
	.services .serbox ul li {width: 100%;margin: 0 2px 10px 17px;font-size: 16px;}
	.services .topmar {margin-top: 10px;}
	.chtop60 {margin-top: 20px;}
/*	.choose .chooback {width: 92%;padding: 10px 10px;}*/
	.choose .chooback .chleft {width: 100%;
height: auto;
padding: 0;
border-right: 0;}
	.choose .chooback .chtxt{font-size: 22px;}
	.choose .chooback .chleft p {font-size: 16px;line-height: 23px;text-align: justify;}
	.choose .chooback .chright {width: 100%;padding: 10px 0px 0 6px;}
	.choose .ch-whbox li {width: 49.6%;}
	.choose .ch-fourbox {margin-top: 40px;}
	/*.choose .ch-fourbox li{width: 41.9%; margin-bottom:20px;height: 280px;padding: 0 10px;}*/
	.choose .ch-fourbox li:nth-child(2) {border-right:none;}
	.choose .ch-fourbox li:nth-child(4) {border-right:none;}
	.choose .ch-blbox {margin-top: 30px;padding: 20px;}
	.choose .ch-blbox p {font-size: 18px;}
	
/*	.testimonials .sixwhbox {width: 90%;margin-left: 5%;margin-right: 5%;}*/
/*	.testimonials .sixwhbox li {width: 86%;margin:0 0 20px;}*/
	.testimonials .sixwhbox li p {font-size: 16px;line-height: 22px;text-align: justify;}
	.section-padding-bot {height: auto;} 
	
	/*.testimonials .cust {width: 90%;margin-left: 5%;margin-right: 5%;}*/
	.section-padding-foot .foot-section .foot-four {width: 90%;margin-bottom: 20px;}
/*	.section-padding-foot .foot-section .foot-four ul li {font-size: 16px;padding: 4px 0;}*/
	.section-padding-foot .foot-section .social .scemefooter span {font-size: 12px;text-align: left;}
    .section-padding-foot .foot-section .social .scemefooter {width: 100%;display: inline-block; text-align:left;}
/*	.section-padding-foot .foot-section .social ul li {width: 20%;border-right:none;text-align: left;}*/
	.section-padding-foot .foot-section .social ul li:first-child {text-align: left;}	
	}