@media screen and (min-width:1401px) and (max-width:1600px)
{
.banner-outer-panel h1 {	font-size: 155px;	line-height: 160px;}
.banner-inner-con {	padding: 90px 0 100px;}
}
@media screen and (min-width:1201px) and (max-width:1401px)
{
.banner-outer-panel h1 {	font-size: 130px;	line-height: 140px;}
.banner-inner-con {	padding: 70px 0 70px;}
.banner-outer-panel p {
	font-size: 19px;
	line-height: 30px;
	margin: 14px 0 0;
}
.logo-con, .banner-inner-con {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.banner-grid-one {
	margin: 110px auto;
}
}

 @media screen and (max-width:1200px)
 {
 .banner-outer-panel h1 {font-size: 100px;	line-height: 140px;}
 .banner-inner-con {	padding: 40px 10px 50px;}
 .banner-outer-panel p {  font-size: 19px;     line-height: 30px;     margin: 14px 0 0; }
 .logo-con, .banner-inner-con {    padding-left: 10px !important;     padding-right: 10px !important; }
 .banner-grid-one {  margin: 60px auto; } .banner-outer-panel::after {	width: 700px;	height: 700px;}
.margintopminus {margin-top: -330px;}
.margintop {margin-top: 150px;}
}

@media screen and (min-width:768px) and (max-width:991px)
{
    .banner-outer-panel h1 {  font-size: 80px;   line-height: 90px;    }
    .banner-outer-panel p {   font-size: 18px; }
    .banner-outer-panel::after { width: 500px;   height: 500px;  }
    .margintopminus {   margin-top: -230px; }   
    .margintop {  margin-top: 100px;  }
}

@media screen and (max-width:767px)
{
    .banner-outer-panel h1 { font-size: 65px; line-height: 80px;    }
    .banner-outer-panel p {   font-size: 16px; }
    .banner-outer-panel p br { display: none; }
    .banner-outer-panel::after { width: 500px;   height: 500px;  }
    .margintopminus {   margin-top: -190px; }   
    .margintop {  margin-top: 50px;  }
}
@media screen and (max-width:639px)
{
    .banner-grid-one {  margin: 30px auto;    }
    .banner-outer-panel h1 {  font-size: 55px; line-height: 60px;  }
}

@media screen and (max-width:479px)
{
    .banner-inner-con {  padding: 30px 10px 30px;  }
    .banner-grid-one {  margin: 0 auto 0;     width: 100%;    }
    .banner-outer-panel h1 {  font-size: 55px;  line-height: 60px;  }
    .margintopminus {  margin-top: 0 !important; }
    .margintop {  margin-top: 0;  }
    .banner-grids-con img {   width: 96%;  margin-left: 2%;   margin-right: 2%;margin-bottom: 20px !important;  }
}