body{ padding: 0px; margin: 0px; list-style: none; font: 400 15px/23px 'Poppins'; color:#000; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none; text-decoration: none !important;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a, button, input[type="submit"], ::before, ::after{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
}
input[type="submit"]{cursor: pointer; border: 0px; outline: none; background: none;}

img{max-width: 100%; height: auto;}
p, h1, h2, h3, h4, h5, h6{margin: 0 0 13px;}
p:last-child{margin-bottom: 0px;}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{margin-bottom: 0px;}
figure{margin: 0px;}


/* poppins-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/poppins-v21-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/poppins-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/poppins-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
/* inter-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/inter-v13-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/inter-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/inter-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* inter-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/inter-v13-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

/*.headersec.fixed, .navbar-brand{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.headersec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 999;
-moz-box-shadow: 0 0 8px -5px #333;
-webkit-box-shadow: 0 0 8px -5px #333;
box-shadow: 0 0 8px -5px #333;}


@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.headersec.fixed{top:0;left:0;right:0;position:fixed;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;}
*/


/*
font-family: 'Poppins';
font-family: 'Inter';
*/

.contDfult{position: relative;}
.contDfult p{color: #33567B; font-size: 18px; line-height: 27px;}
.contDfult h3{color: #3DC1EB; position: relative; font-weight: 600; font-size: 34px; line-height: 40px; margin: 0 0 25px;
padding: 0 0 25px;}
.contDfult h3 em, .contDfult p em{color: #CD232C; font-style: normal;}
.media{display: flex;}
.media-object{flex: 1;}
.contDfult::before{position: absolute; z-index: -1; bottom: 0; top: 0; right: 0; left: 0; content: "";
background: linear-gradient(180deg, #FFFFFF 47.73%, #79DFFF 100%); }
.bodyconpnl .media{flex-direction: row-reverse;}
.bodyconpnl .media-object{display: flex; flex-direction: column; justify-content: center; padding: 30px 100px;}
.bodyconpnl{padding: 100px 0;}
.contDfult p:nth-child(2){font-size: 20px;}
.contDfult h3::before{position: absolute; content: ""; bottom: 0; width: 60px; background: #3BBCE6; height: 4px;}

.bodyconpnl:nth-child(even){max-width: 1980px; position: relative; margin: 0 auto; padding: 80px 0;}
.bodyconpnl:nth-child(even) .bodyconpnl .media{justify-content: flex-end;}
.bodyconpnl:nth-child(even) .media-object{padding: 0 30px; max-width: 670px;}
.bodyconpnl:nth-child(even) .contDfult::before{content: none;}
.bodyconpnl:nth-child(even) .bodycon_imge{position: absolute; left: 0; top: 0; height: 100%; width: 50%;}
.bodyconpnl:nth-child(even) .contDfult p, .bodyconpnl:nth-child(even) .contDfult h3 {color: #FFF;}
.bodyconpnl:nth-child(even) .bodycon_imge img{height: 100%; object-fit: cover; width: 100%;}
.bodyconpnl:nth-child(even)::before{background: #1D70A0; position: absolute; content: ""; bottom: 0; top: 0;
left: 0; right: 0; z-index: -1;}

.contDfult h3 span{color: #07386B; display: block;}
.contDfult p u{font-style: normal; text-decoration: underline;}
.contDfult p b{font-weight: 700;}

.foterSec{width: 100%; background: #1D70A0;}
.ftrBtm{text-align: center; background: #3AB9E3; padding: 31px 0;}
.ftrBtm p{color: #FFF; font-size: 22px; line-height: 26px; font-weight: 500;}
.ftrBtm p a{color: #FFF;}
.ftrBtm p a:hover{color: #000;}
.fotrTop{background: url(assets/images/foterElmnt1.png) no-repeat left top, url(assets/images/foterElmnt2.png) no-repeat right top;
text-align: center; padding: 55px 0;}
.fotrTop h2{color: #FFF; font-weight: 600; font-size: 70px; line-height: 75px; margin: 0 0 25px;}
.fotrTop ul{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 0 20px;}
.fotrTop li{color: #FFF; font-size: 50px; line-height: 55px; padding: 0 45px; font-weight: 700;}
.fotrTop li a{color: #FFF;}
.fotrTop li a:hover{color: #000;}
.fotrTop p{color: #FFF; font-size: 15px; line-height: 24px; font-weight: 500;}

.hderBlue{width: 100%; 
background: url(assets/images/hderElmnt1.png) no-repeat left top, url(assets/images/hderElmnt2.png) no-repeat right bottom; position: relative;}
.bnrimg{width: 100%;}
.bnrimg img{width: 100%;}
.headersec{width: 100%;}
.hdrtop{text-align: center; padding: 40px 0 35px;}
.hdrtop h1{color: #FFF; font-weight: 600; font-size: 90px; line-height: 100px; margin: 15px 0 8px;}
.hdrtop strong{color: #FFF; font-weight: 500; font-size: 40px; line-height: 45px;}
.hdrbtm{background: #07386B; padding: 17px 0;}
.hdrmnu ul{display: flex; flex-wrap: wrap; justify-content: center;}
.hdrmnu li{position: relative; color: #FFF; font-weight: 600; font-size: 22px; line-height: 27px; width: 350px; text-align: center;
padding: 0 40px;}
.hdrmnu li::before{border-left: 2px solid #1B6A9A; width: 2px; height: 50px; position: absolute; content: ""; right: 0;
top: 50%; transform: translateY(-50%);}
.hdrmnu li em{font-style: normal; color: #CD232C;}
.hdrmnu li:first-child{padding-left: 0;}
.hdrmnu li:last-child{padding-right: 0;}
.hdrmnu li:last-child::before{content: none;}
.hderBlue::before{background: linear-gradient(333.7deg, #07386B 2.41%, #3EC2EC 98.05%); position: absolute; content: "";
left: 0; top: 0; bottom: 0; right: 0; z-index: -1;}

.bodyconpnl:nth-child(2) {
background: url(assets/images/poolElmnt2.png) no-repeat bottom right, url(assets/images/poolElmnt1.png) no-repeat top left 33%; }
.bodyconpnl:nth-child(4) {
background: url(assets/images/poolElmnt3.png) no-repeat top right; }

.bodycon_imge img{height: 100%;
    object-fit: cover;}




@media screen and (min-width:1600px) {

.container{max-width: 1560px;}


}

@media (min-width: 1700px) and (max-width: 1799px) {

.hdrmnu li {font-size: 18px;line-height: 24px;width: 345px;padding: 0 25px;}
.hdrtop h1 {font-size: 80px;line-height: 85px;}
.hdrtop strong {font-size: 34px; line-height: 42px;}
.hderBlue{background-size: 270px, 550px;}


}

@media (min-width: 1600px) and (max-width: 1699px) {

.hdrmnu li {font-size: 17px;line-height: 24px;width: 310px;padding: 0 20px;}
.hdrtop h1 {font-size: 80px;line-height: 85px;}
.hdrtop strong {font-size: 34px; line-height: 42px;}
.hderBlue{background-size: 270px, 550px;}

}


@media only screen and (max-width: 1599px) {

.hdrtop h1 {font-size: 75px;line-height: 80px;}
.hdrtop strong {font-size: 32px; line-height: 40px;}
.hdrtop {padding: 35px 0 30px;}
.bodyconpnl {padding: 75px 0;}
.hderBlue{background-size: 300px, 600px;}
.hdrmnu li {font-size: 18px;line-height: 23px;width: 270px;padding: 0 25px;}
.bodyconpnl .media-object {padding: 25px 50px;}
.contDfult h3 {font-size: 30px; line-height: 35px; margin: 0 0 20px; padding: 0 0 20px;}
.contDfult p {font-size: 16px; line-height: 25px;}
.contDfult p:nth-child(2) {font-size: 17px;}
.bodyconpnl:nth-child(even) .media-object {max-width: 600px;}
.bodyconpnl:nth-child(even) {padding: 60px 0;}
.bodyconpnl:nth-child(2){background-size: 200px, 500px;}
.bodyconpnl:nth-child(4){background-size: 200px;}
.fotrTop h2 {font-size: 60px; line-height: 65px;margin: 0 0 22px;}
.fotrTop li {font-size: 40px; line-height: 45px; padding: 0 30px;}
.ftrBtm p {font-size: 15px; line-height: 25px;}
.fotrTop {padding: 45px 0; background-size: 80px, 300px;}
.ftrBtm {padding: 27px 0;}
.bodycon_imge img{height: 100%;object-fit: inherit;}

}

@media only screen and (max-width: 1399px) {

.hdrtop h1 {font-size: 65px;line-height: 70px;}
.hdrtop strong {font-size: 27px;line-height: 33px;}
.hdrtop {padding: 30px 0 25px;}
.hdrmnu li {font-size: 17px;line-height: 22px;width: 230px;padding: 0 20px;}
.hderBlue {background-size: 250px, 500px;}
.bodyconpnl {padding: 65px 0;}
.bodycon_imge{width: 50%;}
.contDfult h3 {font-size: 25px;line-height: 30px;margin: 0 0 15px;padding: 0 0 18px;}
.contDfult p {font-size: 15px; line-height: 28px;}
.contDfult p:nth-child(2) {font-size: 16px;}
.bodyconpnl .media-object {padding: 25px 40px;}
.bodyconpnl:nth-child(even) .media-object {max-width: 525px;}
.bodyconpnl:nth-child(even) {padding: 45px 0;}
.bodyconpnl:nth-child(2) {background-size: 145px, 450px;}
.bodyconpnl:nth-child(4) {background-size: 150px;}
.bodyconpnl:last-child .bodycon_imge img{height: 562px;}
.fotrTop h2 {font-size: 50px;line-height: 55px;margin: 0 0 20px;}
.fotrTop ul {margin: 0 0 15px;}
.fotrTop li {font-size: 35px;line-height: 40px;padding: 0 25px;}
.fotrTop {padding: 40px 0; background-size: 70px, 254px;}
.ftrBtm p {font-size: 15px; line-height: 24px;}
.ftrBtm {padding: 23px 0;}



}

@media only screen and (max-width: 1199px) {

.hdrtop h1 {font-size: 55px;line-height: 60px;margin: 14px 0;}
.hdrtop strong {font-size: 24px; line-height: 30px;}
.hdrtop {padding: 25px 0;}
.hderBlue {background-size: 200px, 450px;}
.hdrmnu li {font-size: 16px; line-height: 20px; width: auto; padding: 0 35px;}
.hdrmnu li::before {height: 40px;}
.bodyconpnl {padding: 55px 0;}
.fotrTop h2 {font-size: 40px; line-height: 45px; margin: 0 0 15px;}
.fotrTop li {font-size: 30px; line-height: 35px; padding: 0 20px;}
.fotrTop {padding: 35px 0; background-size: 60px, 230px;}
.ftrBtm p {font-size: 14px; line-height: 25px;}
.ftrBtm {padding: 21px 0;}
.contDfult h3 {font-size: 23px;line-height: 28px;margin: 0 0 13px;padding: 0 0 15px;}
.contDfult h3::before {width: 50px; height: 3px;}
.bodyconpnl .media-object {padding: 15px;}
.contDfult p {font-size: 14px; line-height: 25px;}
.contDfult p:nth-child(2) {font-size: 14px;}
.bodyconpnl:nth-child(even) .media-object {max-width: 435px;}
.bodyconpnl:nth-child(even) {padding: 30px 0;}
.bodycon_imge img{height: 100%;object-fit: inherit;}

}


@media only screen and (max-width: 991px) {

.hdrtop h1 {font-size: 45px;line-height: 50px;margin: 12px 0;}
.hdrtop strong {font-size: 20px; line-height: 25px;}
.hdrmnu li {font-size: 15px;line-height: 19px;padding: 0 18px;}
.hdrmnu li::before {height: 30px;}
.hdrbtm {padding: 15px 0;}
.hderBlue {background-size: 175px, 365px;}
.bodyconpnl {padding: 45px 0;}
.bodyconpnl .media {flex-direction: column;}
.bodycon_imge {width: 100%;}
.bodyconpnl:nth-child(even) .bodycon_imge{position: static; height: auto; width: 100%;}
.bodyconpnl:nth-child(even) .bodycon_imge img {height: auto;}
.bodyconpnl:nth-child(even) .media-object {max-width: 100%;}
.contDfult h3 br{display: none;}
.bodyconpnl:last-child .bodycon_imge img {height: auto;}
.fotrTop h2 {font-size: 35px; line-height: 40px; margin: 0 0 13px;}
.fotrTop li {font-size: 25px; line-height: 32px; padding: 0 15px;}
.fotrTop {padding: 30px 0; background-size: 55px, 200px;}

.bodyconpnl:nth-child(even) .bodycon_imge {margin: 0 0 20px;}

}
 
@media only screen and (max-width: 767px){

.hdrmnu li {font-size: 15px;line-height: 20px;padding: 7px 15px !important; border: 2px solid #1B6A9A; margin: 5px;}
.hdrmnu li::before{content: none;}
.hdrbtm {padding: 13px 0;}
.hdrtop h1 {font-size: 40px;line-height: 45px;margin: 10px 0;}
.hdrtop strong {font-size: 18px; line-height: 24px;}
.hdrtop {padding: 20px 0;}
.hderBlue {background-size: 120px, 310px;}
.fotrTop h2 {font-size: 30px; line-height: 35px; margin: 0 0 12px;}
.fotrTop li {font-size: 23px; line-height: 30px; padding: 0 12px;}
.fotrTop ul {margin: 0 0 11px;}
.fotrTop {padding: 25px 0; background-size: 50px, 160px;}
.ftrBtm p {font-size: 15px; line-height: 24px;}
.ftrBtm {padding: 18px 0;}


}

@media only screen and (max-width: 575px){

.hdrtop h1 {font-size: 35px;line-height: 40px;}
.bnrimg img{height: 200px; object-fit: cover;}
.bodyconpnl {padding: 35px 0;}
.fotrTop h2 {font-size: 25px;line-height: 30px; margin: 0 0 10px;}
.fotrTop li {font-size: 21px; line-height: 28px; padding: 0 10px;}



}

@media only screen and (max-width: 480px){ 

.hdrmnu li{width: 100%; margin: 5px 0;}
.hdrmnu li br{display: none;}
.hdrtop h1 {font-size: 30px; line-height: 35px;}
.hdrtop strong {font-size: 16px; line-height: 20px;}
.bodyconpnl:nth-child(2) {background-size: 100px, 350px;}



}


@media print {
  .container{width:100% !important;max-width:100% !important;}
  .bodyconpnl .media-object{width:60%;margin-bottom:10px;}
  .bodycon_imge{width:40%;text-align:center;}
  .bodycon_imge img{max-width:100% !important;margin:0 auto;}

.bodyconpnl:nth-child(even) .bodycon_imge{position:static !important;}
h1{font-size:25px !important; line-height:normal !important;}
h2{font-size:23px !important;margin-bottom:10px !important;margin-top:0px !important;padding:0px !important;}
h3{font-size:20px !important;margin-bottom:10px !important;margin-top:0px !important;padding:0px !important;}
h4{font-size:18px !important;margin-bottom:10px !important;margin-top:0px !important;padding:0px !important;}
h5{font-size:17px !important;margin-bottom:10px !important;margin-top:0px !important;padding:0px !important;}
h6{font-size:16px !important;margin-bottom:10px !important;margin-top:0px !important;padding:0px !important;}
p,li{font-size:13px !important;line-height:20px !important;}
.hdrmnu li {
    font-size: 15px !important;
    line-height: 16px !important;
    width: auto !important;
    padding: 0 10px !important;
}
.bodyconpnl {
    padding: 20px 0 !important;
}
}










