.innerbannerbg,.innerbannerbg2,.innerbannerbg1{
    background: no-repeat 65% bottom;
}
.innerpagebanner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.innerbannertext {
    width: 42%;
}
.innerformbannner {
    width: 33%;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
}
.innerbannertext {
    width: 44%;
}

.innerbannertext h1{
    font-size: 60px;
    line-height: 68px;
}
.innerformbannner .solid-button {
    width: 100%;
    text-align: center;
    border: none;
}
.innerformbannner h3{
    padding: 0 0 8px;
    color: #2355CA;
    font-size: 32px;
}
.coueseboxouter {
    display: flex;
    flex-wrap: wrap;
}
.courseinnerbox {
    margin: 0 20px 30px 0;
    border: 1px solid #FA6400;
    padding: 17px;
    border-radius: 15px;
    width: 280px;
    position: relative;
}
.bannersection .courseinnerbox ul{padding: 0 0 10px;}
.bannersection .courseinnerbox ul li {
    background: none;
    padding: 0 0 6px 0;
    color: #575757;
    font-size: 14px;
    line-height: 20px;
}
.bannersection .courseinnerbox ul li .bi {
    color: #fa6400;
    padding: 0 5px 0 0;
    font-size: 16px;
}
.bannersection .courseinnerbox ul li span{font-weight: 600; color: #000;}

.protext {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding: 8px 0 0;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    flex-wrap: wrap;
}
.proprice {
    font-size: 21px;
    color: #FA6400;
}
.bannersection .companystate ul{display: flex; flex-wrap: wrap; padding: 35px 0 0 0;}
.bannersection .companystate ul li {
    background: none;
    padding: 0 0 15px 60px;
    color: #575757;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 0 30px 0 0;
}
.bannersection .companystate ul li span{
    display: block;
    color: #0B5AD0;
    font-size: 22px;
    font-weight: 600;
}
.bannersection .companystate ul li img {
    position: absolute;
    left: 8px;
    top: 0;
}



.ciursetetxsec {
    padding: 80px 0 0;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,245,235,1));
}

.coursetextinnerleft {
    padding:25px 25px 45px 25px;
    background-color: #fff;
    border-radius: 15px 15px 0 0;

}
.innerpage p{
    padding: 0 0 20px;
}

.innerpage ul{
    padding: 0 0 20px;

}
.populardivinner p {
    min-height: 147px;
}
.innerpage ul li {
    font-weight: 400;
    padding: 0px 0px 10px 31px;
    background: url("../images/green-bullet.png") 0px 3px no-repeat;
}
.innerpage ul li span.numbertext {
    font-weight: 700;
    font-size: 25px;
    padding: 0 10px;
}
.innertrainingbox{
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 15px;
    line-height: 22px;
}

.getbrochureform {
    background: url(../images/brochurebg.jpg) no-repeat 0 0;
    background-size: cover;
}

.getbrochureouter {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.getbrochurecont {
    width: 860px;
    text-align: left;
}
.getbrochureinnerform {
    width: 520px;
    background: #fff;
    padding: 25px;
    color: #212121;
    border-radius: 15px;
}
.innerpage .partnercont p {
    padding: 10px 0 0;
}
.getbrochurecont h2 {
    color: #fff;
}
.getbrochurecont h2 span strong {
    background: rgba(255,255,255,0.4);
    border: none;
    color: #fff;
}

.getbrochureinnerform h3 {
    padding: 0 0 12px;
    color: #2355CA;
    font-size: 32px;
}
.getbrochureinnerform .solid-button {
    width: 100%;
    text-align: center;
    border: none;
}

.toolstab {
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(245 223 203));
}


.strikeprice {
    font-size: 27px;
    font-weight: 600;
    text-decoration: line-through;
}






ul.tabs {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 21px;
	color: #222222;
	overflow: hidden;
	position: relative;
    background: inherit;
    font-size: 18px;
    font-weight: 600;
}



ul.tabs li:hover {
	color: #FA6400;
}

ul.tabs li.active {
    background-color: transparent;
    color: #FA6400;
    border-bottom: 3px solid #FA6400;
    display: block;
}

.tab_container {
    border-top: none;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin: 0 0 25px;
    border-radius: 0 0 15px 15px;
    border: 1px solid #e3e3e3;
}

.tab_content {
	padding: 30px;
	display: none;
}

.tab_drawer_heading { display: none; }

.tab_content h3 {
    font-size: 32px;
    line-height: 44px;
    color: #fa6400;
}
.tableft {
    padding-right: 40px;
    border-right: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
	ul.tabs, .toolstab2outer ul.tabs {
		display: none !important;
	}
	.tab_drawer_heading {
		background-color: #212121;
		color: #fff;
		border-top: 1px solid #585858;
		margin: 0;
		padding: 12px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        font-size: 16px;
	}
	.d_active {
		background-color: #2355ca;
		color: #fff;
	}
}

.tabrightcont {
    padding: 0 0 0 25px;
}
.tabiconouter {
    min-height: 115px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tabiconouter ul li {
    padding: 10px 20px;
    border: 1px solid #c3c3c3;
    background: none;
    margin: 0 20px 20px 0;
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
}
.tabiconouter ul li img{
    margin-right: 6px;
}
.tabiconouter ul {
    display: flex;
    flex-wrap: wrap;
}
.conclude {
    color: #212121;
    display: flex;
    line-height: 24px;
}
.conclude img {
    width: 43px;
    height: 52px;
    margin-right: 15px;
}
.conclude p{
    line-height: 22px;
}

.coursepricing{
    background: url(../images/pricingtabbg.jpg) repeat-x 0 0;
    min-height: inherit;
    color: #fff;
}

.coursepricing h2 {
    color: #fff;
}
.coursepricing h2 span strong {
    background: rgba(255,255,255,0.4);
    border: none;
    color: #fff;
}
ul.priceinnerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
ul.priceinnerbox li {
    margin: 8px 19px;
    width: 28%;
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    color: #212121;
    text-align: left;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.2);
    min-height: 250px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
img.populartag {
    position: absolute;
    right: -10px;
    top: -7px;
}
ul.priceinnerbox ul {
    display: block;
}
ul.priceinnerbox ul li {
    padding: 0 0 16px 35px;
    min-height: inherit;
    box-shadow: inherit;
    margin: 0;
    width: 100%;
    background: url(../images/green-bullet.png) no-repeat 6px 2px;
    line-height: 22px;
}
ul.priceinnerbox li h4 {
    font-size: 32px;
    color: #0B5AD0;
}
span.pricetext {
    display: block;
    font-size: 65px;
    line-height: 1.3;
    font-weight: 600;
    color: #FA6400;
}
span.pricetext strong {
    font-size: 35px;
    font-weight: 600;
}
.greentext{
    color: #089949;
    font-weight: 500;
}
.emitext {
    color: #0B5BD2;
    padding: 0 0 23px;
    font-weight: 500;
}
ul.priceinnerbox li:hover {
    transform: scale(1.03);
    transition: all 0.5s ease-in-out 0s;
}


ul.priceinnerbox ul li:hover{
    transform: none;
}

.pricelogo {
    padding: 11px 0 21px;
}

.coursetools {
    background: url(../images/toolsbg.jpg) repeat-x 0 0;
}


.toolssection ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.toolssection ul li {
    padding: 20px 12px;
    background: none;
    font-size: 20px;
    font-weight: 500;
    width: 16%;
    text-align: center;
}
.toolssection ul li span {
    width: 150px;
    height: 150px;
    background: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}










.innermenu {
    padding: 8px 0 0;
    box-shadow: 0 0 5px #ccc;
    margin-top: 35px;
}
.innermenu {
    padding: 8px 0 0;
    box-shadow: 0 0px 21px rgb(124 124 124 / 10%);
    position: relative;
}
.colaborate div {
  padding-top: 5px;
}
.innermenu.stickymenu {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 104px;
    z-index: 99;
  }
  .innermenu ul{
    display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: left;
  }
  .innermenu ul li {
    margin: 0 1px;
    padding: 0;
    background: none;
  }
.innermenu ul a {
    color: #212121;
    padding: 8px 12px;
    display: inline-block;
    margin: 0 15px;
    font-weight: 600;
}
.innermenu ul li.active a{
    color:#fa4601 ;
    border-bottom: 3px solid #fa4601;
  }
  .innermenu ul a:hover{
    color:#fa4601 ;
  }
  

  .innermenu.stickymenu ul a:hover, .innermenu.stickymenu ul li.active a{
    background-color: #fff;
  }

  .resourcebanner {padding-bottom: 20px;}

  .orengecolor{
    color:#fa4601 ;
  }

  .resourcepic {
    width: 40%;
}
.resourcepic img{
    border-radius: 15px;
}
ul.priceinnerbox li .solid-button {
    width: 100%;
}

.bannerbutton ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
}
.bannerbutton ul li {
    margin: 0 6px 6px 0;
    padding: 0;
    background: none;
}
.bannerbutton ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.bannerbutton ul li a {
    background: #2355ca;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    font-size: 15px;
    border-radius: 7px;
}
.bannerbutton ul li a:hover{
    background: #fa4601;
}











.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#0547a9;
  display:inline-block;
  color:#fff;
  border-radius:8px;
  margin: 5px;
}
.panels{
  width:100%;
  overflow:hidden;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fa4601;
  color:#fff;
}

.warpper .tabs {
    text-align: center;
}






#resourcebannerslider .owl-nav, #resourceslider .owl-dots, #resourceslider2 .owl-dots{display: none;}

#resourcebannerslider .owl-dots{text-align: center; padding-top: 25px;}

#resourcebannerslider .owl-dots button span {
    background: #ccc;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
}

#resourcebannerslider button.owl-dot.active span{
    background-color: #FA6400;
    width: 24px;
    border-radius: 10px;
}

.resourceouter {
    display: flex;
    justify-content: space-between;
}
.resourceleft {
    width: 22%;
    background: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 15px;
}
.resourceright {
    width: 75%;
}

.blogslider {
    padding-bottom: 80px;
}
.resourcslideepic {
    position: relative;
    margin-top: 10px;
}
.resourcslideepic span {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 4px 10px;
    background: rgba(255,255,255,0.9);
    color: #0B5AD0;
    border-radius: 6px;
}
.resourcslideepic img{
    border-radius: 15px 15px 0 0;
}

.resourcetextcont {
    padding: 15px;
}
.resourcetextcont {
    padding: 12px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0 0 15px 15px;
}
.resourcedateouter {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 0 0 10px;
}
.resourcetextcont h4{padding-bottom: 8px;}
.resourcetextcont h4 a {
    display: block;
    color: #212121;
    font-size: 18px;
    line-height: 25px;
}
.resourcetextcont h4 a:hover{
    color: #0B5AD0;
}


.resourceright button.owl-prev span {
    font-size: 0;
    top: 30%;
    width: 48px;
    margin: 3px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}
.resourceright button.owl-next span {
    font-size: 0;
    margin: 3px;
    top: 30%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}

.resourceright .owl-nav{
    position: absolute;
    left: 0;
    bottom: -72px;
}
.resourcesolidbut {
    text-align: right;
    padding-top: 22px;
}

.seminerouter{
    background: url(../images/seminerbg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 0;
}
.seminerouter .innerbannerbg{
    background: url(../images/seminerstudent.png) no-repeat 65% bottom;
}
.seminerouter .innerformbannner h3 {
    padding: 0 0 20px;
    color: #2355CA;
    font-size: 32px;
}
.seminerouter .bannersection ul {
    padding: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
}
.seminerouter .bannersection ul li {
    padding-right: 25px;
}

.seminertabouter {background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(245 223 203));}

.seminertabouter .warpper {
    align-items: center;
    padding-top: 0;
    justify-content: left;
}
.seminertabouter .warpper .tabs {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.seminertabouter .tab {
    padding: 15px 10px;
    margin: 0px 12px;
    background: transparent;
    color: #212121;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
}

.seminertabouter #one:checked ~ .tabs #one-tab, .seminertabouter #two:checked ~ .tabs #two-tab, .seminertabouter #three:checked ~ .tabs #three-tab {
    background: transparent;
    color: #FA6400;
    border-bottom: 3px solid #FA6400;
    border-radius: 0;
}
.seminertabouter .panels .tabpanelouter{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.1);
    margin: 0 0 25px;
}
.orengetext {
    color: #fa6400;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 12px;
}
.pagination-custom {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.innerpage ul.pagination {
    padding: 0;
}
.innerpage ul.pagination li{
    padding: 0;
    background: none;
    margin: 4px;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
}
.innerpage ul.pagination li a {
    min-width: 44px;
    text-align: center;
    border-radius: 5px;
    color: #121212;
    font-size: 14px;
}
.innerpage ul.pagination li a:hover{
    background: #fff;
    color: #fa6400;
    border: 1px solid #fa6400;
}
.pagination-custom .page-item.active .page-link {
    z-index: 3;
    color: #fa6400;
    background-color: #fff;
    border-color: #fa6400;
}
img.seminerpic {
    border-radius: 15px;
}

.seminertabouter .accordion {
    margin: 15px 0 0;
}

.seminertabouter .accordion-button:not(.collapsed) {
    color: #212121;
    font-weight: 600;
    background: #fff;
}
.seminertabouter .accordion-button {
    color: #212121;
    font-weight: 600;
}
.innerpage .seminertabouter ul{
    padding-bottom: 0;
}
.innerpage .formleft ul li {
    font-size: 18px;
    padding: 0 0 10px 31px;
    background: url(../images/Check-Circle.png) no-repeat 0 3px;
    font-weight: 500;
    color: #fff;
}

.instructorsec{
    background: url(../images/seminerbg2.jpg) no-repeat right bottom;
}

.semenerwhitebox {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 60px -23px rgba(0,0,0,0.2);
    margin: 20px 0;
}

.semenerwhitebox .orengetext{
    padding-bottom: 25px;
}
img.Instructorpic{
    border-radius: 15px;
}

.seminerbannertext {
    width: 55%;
    padding: 0 0 50px;
}
.seminerbannerpic {
    width: 35%;
    margin: 0 0 60px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 60px -23px rgba(0,0,0,0.2);
}
.seminerbannerpic img{
    border-radius: 15px 15px 0 0;
}


.seminerouter .seminerdatetime ul li {
    background: none;
    padding: 0 23px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.seminerdatetime {
    padding-top: 15px;
}
.seminerouter .seminerdatetime ul li .bi {
    color: #fa6400;
}

.seminerpictext {
    padding: 33px 25px 25px 25px;
    position: relative;
}
.seminerpictext span {
    background: #fa6400;
    color: #fff;
    padding: 5px 18px;
    position: absolute;
    top: -24px;
    border-radius: 10px;
}
.seminerpictext h4 {
    padding: 0 0 8px;
}
.evendiv {
    backdrop-filter: blur(25px);
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 20px;
    border-radius: 12px;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    flex-wrap: wrap;
}
.evendiv div {
    font-size: 20px;
    font-weight: 600;
    color: #0B5AD0;
    margin: 7px;
}
.evendiv span {
    background: #fff;
    padding: 11px 18px;
    margin: 7px;
    border-radius: 10px;
}

.seminerouter .innerpagebanner{
    align-items: center;
}

.procressdiv {
    position: relative;
    background: #fff;
    padding: 23px;
    height: 100%;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.procressdiv span {
    background: #2355ca;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.stagearrow {
    position: absolute;
    right: -33px;
    z-index: 9;
    top: 42%;
}



.visionmissionouter {
    display: flex;
    justify-content: space-between;
}
.vismisinner {
    background: rgba(255, 255, 255, 0.4);
    width: 49%;
    padding: 22px;
    margin: 10px 0 26px;
    line-height: 25px;
    color: #212121;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    backdrop-filter: blur(25px);
}

.visionmissionouter h3 {
    font-size: 24px;
    padding: 0 0 8px;
    margin: 0;
    line-height: 30px;
}

.peoplediv {
    color: #fff;
    line-height: 25px;
}
.peoplediv h2 span strong {
    background: rgba(255,255,255,0.4);
    border: none;
    color: #fff;
}
.peoplediv h2 {
    color: #fff;
}
.peoplediv .placementinner {
    background: #fff;
    color: #212121;
}

.peoplediv .studentplacelogo {
    width: auto;
    padding: 10px;
    color: #0B5AD0;
}

.toolstab1{
    background: url(../images/fabg.png) no-repeat 0 0;
    background-size: cover;
}




.toolstab2outer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 15px;
}

.toolstab2outer ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -2px;
}
.toolstab2outer ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 15px 20px;
    color: #222222;
    overflow: hidden;
    position: relative;
    background: inherit;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.toolstab2outer ul.tabs li.active {
    color: #FA6400;
    border-bottom: none;
    display: block;
    background: #fff;
    border-radius: 15px 0 0 15px;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.toolstab2outer .toolssection ul li {
    width: 185px;
    text-align: center;
}
.toolstab2outer .tab_container {
    border-radius: 0 15px 15px 15px;
}


.contactustop {
    background: url(../images/contactusbg.jpg) no-repeat 0 0;
    background-size: cover;
}

.contactouter {
    padding: 25px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactbox {
    width: 50%;
}
.contactform {
    width: 35%;
}

.contactform .rightform{
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 35px;
}
.contactusboxouetr {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.conleftboxinner {
    width: 46%;
    margin: 0 4% 25px 0;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}

.conboxtextin {
    font-size: 15px;
    line-height: 21px;
    padding-right: 25px;
    color: #000;
    word-break: break-all;
}
.conboxtextout {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.conboxtextin a {
    color: #000;
}
.conboxtextin a:hover{
    text-decoration: underline;
}
.conicon {
    padding: 15px 0 25px 0;
}
.conboxtextin span {
    display: block;
    color: #575757;
    padding: 0 0 4px;
}

.googlemap {
    background: #fff;
    padding: 25px;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    border-radius: 15px;
    margin: 0 0 25px;
}

.googlemap iframe {
    width: 100%;
    height: 350px;
}

.googlemap .fotmap {
    padding: 0;
    background: #fff;
    margin: 0 0 25px;
}
.googlemap h3 {
    font-size: 35px;
}
.googlemap ul li {
    background: none;
    padding: 0 0 8px 0;
}
.googlemap ul li i {
    padding-right: 5px;
}
.contactform .rightform{
    width: 100%;
}

.backgroundnone{
    background: #fff;
}
#referearnpopup h5 {
    padding: 8px 0 0 0;
}