* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  word-spacing: 2px;
}
.mainwrapper {
  font-family: "Poppins", sans-serif;
  margin: 0px 0px;
  padding: 0px 0px;
  font-weight: 400;
  letter-spacing: -0.02em;
  word-spacing: 2px;
}
.right-mob-left {
  text-align: right;
}
.right-mob-center {
  text-align: right;
}
.left-mob-center {
  text-align: left;
}
.left-mob-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.padding5pxarea {
  padding: 0px 10px;
}
.padding5px {
  padding: 0px 5px;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin35 {
  margin-top: 35px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin45 {
  margin-top: 45px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.topmargin70 {
  margin-top: 70px;
}
.rowmargindesk15 {
  margin-top: 15px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk50 {
  margin-top: 50px;
}
.rowmargindesk60 {
  margin-top: 60px;
}
.rowmargindesk70 {
  margin-top: 70px;
}
.rowmargindesktab15 {
  margin-top: 15px;
}
a {
  focus: none;
}
hover {
  focus: none;
}
/****************************************************************************************************
Topband Css Start here
****************************************************************************************************/
.topband {
  background-color: #f3f3f3;
  color: #000;
  font-size: 12px;
  padding: 6px 0px;
  letter-spacing: 0.05em;
  z-index: 10000;
}
.topband a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.headertop {
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}
.headertop.active {
  position: fixed;
  top: -40px;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0px;
}
.logo {
  padding-top: 0px;
}
.etos {
  padding-top: 4px;
}
.etos img {
  filter: grayscale(100%);
  transition: 0.3s;
}
.etos:hover img {
  filter: grayscale(0%)
}
.dropdowncontarea {
  padding: 10px;
  background-color: #fff;
  /*	background: rgb(255,255,255);
background: linear-gradient(166deg, rgba(255,255,255,1) 6%, rgba(240,240,240,1) 89%);*/
}
.social-links a {
  color: #de3567;
  border: 1px solid #de3567;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 16px;
  display: inline-block;
  width: 29px;
  margin-left: 5px;
  text-align: center;
  justify-items: center;
  height: 28px;
  line-height: 21px;
  vertical-align: middle;
}
.social-links a:first-child {
  color: #000;
  border: 0px solid #de3567;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  margin-left: 5px;
  text-align: right;
}
.collage {
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #e2f6fd;
}
.collagetext {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}
.collagehead {
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
}
.collagehead h3 {
  font-size: 20px;
  color: #fc3570;
}
.collagehead h3 span {
  font-size: 20px;
  color: #195fa7;
}
.collageimg {
  position: relative;
  margin-left: -18%;
  margin-top: 8%;
  padding: 0px;
  margin-right: -30px;
  z-index: 99999;
  /*border-top:solid 5px #AFB2B7;
	border-bottom:solid 5px #AFB2B7;
	border-left:solid 5px #AFB2B7;*/
  box-shadow: rgb(0 0 0 / 26%) 0px 10px 36px 0px, rgb(0 0 0 / 7%) 0px 0px 0px 1px;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 50px;
}
.collageimg img {
  border-radius: 20px 0px 0px 20px;
}
.graybg {
  background-color: #f6f7f9;
}
.graybg2 {
  background-color: #f6f7f9;
  position: relative;
  margin-left: -150px;
  padding: 30px 30px 50px 140px;
  min-height: 450px;
}
.collagecontbox {
  padding: 3% 14.5% 6% 14.5%;
  min-height: 600px;
  background: url(../img/collagebg.jpg) no-repeat left top #e2f6fd;
}
.whitecontainer {
  background-color: #fff;
  padding: 50px 0px;
}
.whitecontainer h2 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 40px;
}
.whitecontainer h2 span {
  color: #e03567;
}
.pinkheading17px {
  color: #e03567;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 20px;
}
.pinkheading17px span {
  color: #1d1d1d;
}
.text15black {
  color: #1d1d1d;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
.learnbox {
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 40px;
}
.bluelink {
  font-size: 12px;
  color: #195fa7;
  text-transform: uppercase;
}
.bluelink a {
  font-size: 12px;
  color: #195fa7;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}
.bluelink a:hover {
  color: #195fa7;
  text-transform: uppercase;
  text-decoration: underline;
}
.newbox {
  min-height: 97px;
  display: table;
}
.newboxin {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
}
.textblack17bold {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.textblack16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.modheight {
  min-height: 150px;
}
.graycontainer {
  background-color: #f6f7f9;
  padding: 50px 0px;
}
.graycontainer h2 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 40px;
}
.graycontainer h2 span {
  color: #e03567;
}
.graycontainer2 {
  background-color: #ddeff9;
  padding: 18px 0px 12px 0px;
}
.graycontainer2 h2 {
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 12px;
}
.graycontainer2 h2 span {
  color: #e03567;
}
.testimonialsbg {
  background-color: #e03567;
  border-radius: 30px 30px 0px 0px;
  padding: 30px;
  position: relative;
}
.testimonialsbg h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.text14white {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.text14white a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: underline;
}
.text14white a:hover {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
}
.reviewtext {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 19px;
  padding: 5px;
}
.reviewpername {
  background-color: #ffffff;
  color: #e03567;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 7px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 20px;
}
.designation {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 16px;
  font-style: italic;
}
.reviewcomname {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 10px;
}
.testimonialimg {
  position: absolute;
  left: -55px;
  bottom: 0px;
}
.clientlogobg {
  background-color: #142234;
  padding: 25px;
  border-radius: 0px 0px 30px 30px;
}
.footer {
  background-color: #e7f6ff;
  padding: 30px 0px;
  font-size: 14px;
  color: #000;
  line-height: 21px;
}
.footer a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer span {
  color: #000;
}
.footerlinks {}
.footerlinks h5 {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px;
}
.footerlinks h5 a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px;
  text-decoration: none;
}
.footerlinks li {
  list-style: none;
  padding: 5px 0px;
  margin: 0px;
  line-height: 16px;
}
.footerlinks li a {
  color: #000;
  text-decoration: none;
}
.footerlinks li a:hover {
  color: #000;
  text-decoration: none;
}
.footerlinks li a span {
  color: #e03567;
  text-decoration: none;
}
.url {
  color: #e03567;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.url a {
  color: #e03567;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.countries {}
.countries li {
  list-style: none;
  display: inline-block;
  margin-bottom: 3px;
}
.countries li a {
  color: #6e6e6e;
  font-size: 13px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 1px 6px;
  text-decoration: none;
  transition: 0.3s;
}
.countries li a:hover {
  color: #6e6e6e;
  background-color: #cbe0eb;
}
.copyright {
  background-color: #ddeff8;
  padding: 10px 0px;
  color: #585858;
  font-size: 13px;
}
.copyright a {
  color: #585858;
  font-size: 13px;
  text-decoration: none;
}
.circle {
  width: 600px;
  height: 600px;
  background-color: transparent;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  margin-left: calc(50% - 320px);
}
.dotted-line {
  border: 2px dashed #babacc;
  border-radius: 500px;
}
.etoslogo {
  position: absolute;
  top: 248px;
  left: 229px;
  z-index: 9;
}
.panelcont {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(203, 208, 216, 0.5);
  -moz-box-shadow: 0px 0px 16px 0px rgba(203, 208, 216, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(203, 208, 216, 0.5);
  /*width: 510px;*/
  width: 640px;
  position: absolute;
}
.panelcontwhite {
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
  padding: 30px;
  color: #1d1d1d;
  font-weight: 400;
  font-size: 16px;
}
.panelcontwhite h3 {
  font-size: 30px;
  color: #1d1d1d;
  font-weight: 500;
}
.panelcontpink {
  background-color: #e03567;
  border-radius: 0px 0px 30px 30px;
  padding: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.panelcontpink a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
}
.panelcontpink li {
  position: relative !important;
}
.modulecont {
  padding: 10px 20px 100px 100px;
  margin-top: 80px;
}
.modulecont h3 {
  font-size: 22px;
  font-weight: 500;
  color: #1d1d1d;
}
.modulecont h3 span {
  font-size: 22px;
  font-weight: 500;
  color: #e03567;
}
.topmenu {
  font-size: 13px;
  color: #000;
}
.topmenu h3 {
  font-size: 17px !important;
  color: #e03567;
  font-weight: 500;
  margin-bottom: 6px;
  border-bottom: dashed 1px #babacc;
  padding-bottom: 10px;
}
.topmenu li {
  list-style: none;
  padding: 6px 0px;
}
.topmenu li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
.topmenu li a:hover {
  color: #195fa7;
}
.topmenu li a span {
  font-size: 14px;
  color: #e03567;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
.hidden-md {
  display: none;
}
.promenu {
  width: 550px !important;
}
.dmcgif {
  position: relative;
  margin-top: 60px;
}
.pink {
  color: #e03567 !important;
}
.gray {
  color: #686868 !important;
}
.blue {
  color: #195fa7 !important;
}
.pointimg {
  position: absolute;
  top: 8px;
  right: 8px;
}
.homehead {
  padding: 0 0%;
}
.navbar-fixed {
  top: 75px;
  z-index: 100;
  position: fixed;
  width: 100%;
}
#nav_barfixed {
  background: #fff;
  padding: 0px;
  margin-bottom: 30px;
  border-bottom: solid 0px #dfe0e2;
  text-align: center;
  white-space: nowrap;
}
#nav_barfixed ul {
  padding: 10px 0px;
  overflow-x: auto;
}
.nav_linksfixed {
  margin: 0;
}
.nav_linksfixed ul {
  margin: 0px;
  padding: 0px;
}
.nav_linksfixed li {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.nav_linksfixed li a {
  padding: 9px 13px;
  font-size: 14px;
  background: #DFDFDF;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  border-bottom: 0px solid transparent;
  outline: none;
  transition: 0.3s;
  border-radius: 5px;
}
.nav_linksfixed li a:hover {
  background: #e03567;
  color: #fff;
}
.nav_linksfixed li a:focus {
  background: #e03567 !important;
  color: #fff !important;
}
.collageanimationarea {
  position: relative;
  margin-top: -50px;
}
.collageanimationarea1 {
  position: relative;
  margin-top: -160px;
}
.innercollagearea1 {
  margin-bottom: 80px;
  background: #e7f6ff;
}
.innercollagecontarea1 {
  padding: 30px 50px 50px 50px;
  min-height: 260px;
}
.innercollagecontarea1 h3 {
  font-size: 35px;
  color: #142234;
  line-height: 40px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.innercollagecontarea1 h3 span {
  font-weight: 500;
}
.whatsappfixedicon {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  margin-left: 20px;
  margin-bottom: 20px;
}
.textblack12 {
  font-size: 9px;
  color: #1d1d1d;
  line-height: 10px;
  font-weight: 500;
}
.textblack12 a {
  font-size: 11px;
  color: #1d1d1d;
  text-decoration: none;
}
.collagebtnarea {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  margin-bottom: 100px;
  left: 14%;
}
.collagebtnareamob {
  display: none;
}
.newsltrbox {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  text-align: left;
}
.newsltrfield {
  background-color: #fdfdfd;
  color: #000;
  border: 0px;
  padding: 9px 6px 6px 6px;
  font-size: 13px;
}
.newsltrfield::placeholder {
  color: #686868;
}
.newsltrfield:focus {
  outline: none;
}
.newsltrbtn {
  background-color: #dce3e7;
  color: #000;
  font-size: 14px;
  border: 0px;
  padding: 8px;
  border-radius: 4px;
}
.b2bservicebox{
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	min-height: 240px;
	padding: 18px;
}
.b2bservicebox h3{
	font-size: 22px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	color: #e03567;
}
.b2bservicebox ul{
	padding: 0px 0px 0px 18px;
	margin: 0px;
}
.b2bservicebox li{
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-size: 14px;
}




/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
@media screen and (max-width : 1440px) {
  .collagecontbox {
    padding: 35px;
    min-height: 440px;
  }
  .collagebtnarea {
    left: 35px;
  }
}
@media screen and (max-width : 1366px) {
  .collagehead {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .homehead {
    padding: 0 0%;
  }
  .collagecontbox {
    padding: 25px 75px;
    min-height: 440px;
  }
  .collagetext {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .collagebtnarea {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    margin-bottom: 40px;
    left: 75px;
  }
  .textblack16 {
    font-size: 13px;
    line-height: 19px;
  }
  .panelcontwhite h3 {
    font-size: 26px;
    color: #1d1d1d;
    font-weight: 500;
  }
  .panelcontpink {
    font-size: 13px;
  }
  .footerlinks h5 {
    font-size: 15px;
  }
  .footerlinks h5 a {
    font-size: 15px;
  }
  .footer {
    font-size: 13px;
  }
  .footer a {
    font-size: 13px;
  }
  .text15black {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width : 1024px) {
  .collagehead {
    font-size: 24px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  .homehead {
    padding: 0 0%;
  }
  .collagecontbox {
    padding: 25px 20px;
    min-height: 350px;
  }
  .collagetext {
    font-size: 13px;
    line-height: 18px;
  }
  .circle {
    width: 600px;
    height: 600px;
    background-color: transparent;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin-left: calc(50% - 260px);
  }
  .testimonialimg {}
  .collagebtnarea {
    margin-bottom: 32px;
    left: 2%;
  }
  .panelcont {
    width: 350px;
    left: -40px;
  }
}
@media screen and (max-width : 900px) {
  .rowmargintabmob30 {
    margin-top: 30px;
  }
  .rowmargintabmob20 {
    margin-top: 20px;
  }
  .rowmargintabmob10 {
    margin-top: 10px;
  }
  .innercollagecontarea1 h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .collagebtnarea {
    margin-bottom: 0px;
    left: 5%;
  }
}
@media screen and (max-width : 800px) {
  .collagecontbox {
    padding: 3% 5%;
  }
  .collagehead h3 {
    font-size: 17px;
  }
  .collagehead {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .newbox {
    min-height: 56px;
    display: table;
  }
  .newboxin {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
  .testimonialimg {
    display: none;
  }
  .circle {
    width: 600px;
    height: 600px;
    background-color: transparent;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin-left: calc(50% - 319px);
  }
  .panelcont {
    border-radius: 20px;
    width: auto;
    position: relative;
    margin-top: 550px;
    left: -30px;
  }
  .modulecont {
    padding: 100px 50px 100px 50px;
    margin-top: 110px;
  }
  .hidden-md {
    display: block;
  }
  .graybg2 {
    margin-left: auto;
    padding: 30px 30px 100px 30px;
    min-height: auto;
  }
  .dmcgif {
    position: relative;
    margin-top: -60px;
  }
  .innercollagecontarea1 {
    padding: 30px 10px 30px 10px;
    min-height: 260px;
  }
  .innercollagecontarea1 h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width : 767px) {
  .rowmargin40 {
    margin-top: 40px;
  }
  .rowmargin30 {
    margin-top: 30px;
  }
  .rowmargin20 {
    margin-top: 20px;
  }
  .rowmargin10 {
    margin-top: 10px;
  }
  .rowmargin5 {
    margin-top: 5px;
  }
  .rowmargindesk15 {
    margin-top: 0px;
  }
  .rowmargindesk20 {
    margin-top: 0px;
  }
  .rowmargindesk30 {
    margin-top: 0px;
  }
  .rowmargindesk50 {
    margin-top: 0px;
  }
  .rowmargindesk60 {
    margin-top: 0px;
  }
  .rowmargindesk70 {
    margin-top: 0px;
  }
  .rowmargindesktab15 {
    margin-top: 0px;
  }
  .right-mob-left {
    text-align: left;
  }
  .right-mob-center {
    text-align: center;
  }
  .left-mob-center {
    text-align: center;
  }
  .left-mob-right {
    text-align: right;
  }
  .center-mob-left {
    text-align: left;
  }
  .center-mob-right {
    text-align: right;
  }
  .circle {
    width: 340px;
    height: 340px;
    margin: 0 auto;
    padding: 10px;
  }
  .dotted-line {
    border-radius: 320px;
  }
  .dotted-line svg {
    width: 300px;
    height: 300px;
  }
  .circle ul {
    width: 300px;
    height: 300px;
    top: 6px;
  }
  .circle li {
    position: absolute;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px;
  }
  .etoslogo {
    position: absolute;
    top: 112px;
    left: 92px;
    z-index: 9;
  }
  .modulecont {
    padding: 10px;
    margin-top: 50px;
  }
  .panelcont {
    border-radius: 20px;
    width: auto;
    position: relative;
    margin-top: 344px;
    left: -5px;
  }
  .panelcontwhite {
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
    font-size: 14px;
  }
  .panelcontwhite h3 {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 500;
  }
  .panelcontpink {
    border-radius: 0px 0px 20px 20px;
    padding: 15px;
    font-size: 14px;
  }
  .collageanimationarea1 {
    position: relative;
    margin-top: -150px;
  }
  .innercollagecontarea1 {
    padding: 30px 15px 100px 15px;
    min-height: auto;
  }
  .collageimg {
    border-top: solid 5px #AFB2B7;
    border-bottom: solid 5px #AFB2B7;
    border-left: solid 5px #AFB2B7;
    border-right: solid 5px #AFB2B7;
  }
  .collagebtnarea {
    display: none;
  }
  .collagebtnareamob {
    margin-top: 30px;
    display: block;
  }
  .modheight {
    min-height: auto;
    margin-bottom: 30px;
  }
  .newsltrbox {
    margin-top: 10px;
  }
}
@media screen and (max-width : 480px) {
  .logo img {
    height: 40px;
    width: auto;
  }
  .panelcont {
    border-radius: 20px;
    width: auto;
    position: relative;
    margin-top: 385px;
    left: -6px;
  }
  .pointimg {
    display: none;
  }
  .collagehead {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .collagetext {
    font-size: 15px;
    line-height: 19px;
  }
  .collagecontbox {
    padding: 6% 10% 12% 10%;
  }
  .graybg {
    background-color: #f6f7f9;
    margin-right: -15px;
  }
  .collageimg {
    position: relative;
    margin-top: -5%;
    padding: 0px;
    margin-right: -15px;
    margin-left: 15px;
    border-radius: 0px;
    border: 0px;
  }
  .collageimg img {
    border-radius: 0px;
    border: 0px;
  }
  .promenu {
    width: auto !important;
  }
}
@media screen and (max-width : 375px) {}
@media screen and (max-width : 320px) {}