body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

img {
    min-width: 100%;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

textarea {
  resize: none;
}

.clear {
    clear: both;
}

.iconRounded {
    border: 1px solid #0033a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0033a7;
    padding: 6px;
    letter-spacing: normal;
    vertical-align: middle;
}

/* Main Css */

.topPartContainer {
    position: relative;
}

.topPart {
    background: #1651b5;
}

.logoContainer {
    width: 200px;
    top: 0px;
    left: 0px;
    z-index: 999999;
    position: absolute;
}

.logoContainer img {
    max-width: 100%;
}

.logoContainerMobile {
    display: none;
}

.topPartContact {
    text-align: right;
}

.topPartContact ul {
    list-style: none;
}

.topPartContact ul li {
    border-right: 1px solid #fff;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}

.topPartContact ul li:last-child {
    border-right: none;
}

.topPartContact ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.topPartContact ul li a:hover {
    color: #cadeff;
}

.contacticon {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.navContainer {
    padding: 20px 0;
}

.navContainerIn {
    padding: 0px;
    text-align: right;
}

.navContainerIn ul {
    list-style: none;
}

.navContainerIn ul li {
    display: inline-block;
    padding: 0px 30px;
    position: relative;
}

.navContainerIn ul li a {
    font-size: 17px;
    color: #87949c;
    font-weight: 600;
}

.navContainerIn ul li a:hover {
    color: #1651b5;
}

.navContainerIn ul li a.current_page_item {
    color: #1651b5;
}



/*nav drop down*/

/*1st sub level menu*/
#primary_nav_wrap ul li ul {
	position: absolute;
	top: 20px !important; /* no need to change, as true value set by script */
	_top: -1em; /* no need to change, as true value set by script */
    visibility: hidden;
	display: block;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	width: 180px;
    background: #1651b5;
	border: 1px solid #3f71c9;
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 999999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#primary_nav_wrap ul li ul li {
    border-bottom: 1px solid #3f71c9;
	display: list-item;
    padding: 5px;
	float: none;
	margin: 0px;
    text-align: left;
	background: none !important;
	/* border-bottom: 1px solid #fff; */
}

#primary_nav_wrap ul li ul li:last-child
{
	border-bottom:none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#primary_nav_wrap ul li ul li ul { 
	top: 0px !important;
    padding: 0px;
    left: 179px; /* no need to change, as true value set by script */
	margin: 0px;
	position: absolute;
	background: #1651b5;
}

#primary_nav_wrap ul li ul li ul li a
{
	color:#fff;
}

#primary_nav_wrap ul li ul li ul li ul
{
	background:#1651b5;
}

#primary_nav_wrap ul li ul li ul li ul a
{
	color:#fff;
}

/* Sub level menu links style */
#primary_nav_wrap ul li ul li a {
    font-size: 13px;
	display: block;
	color: #fff;
	padding: 0 0 6px 0;
}

#primary_nav_wrap ul li ul li a:hover {
	color:#8db6fb;
	background:none;
    border-bottom: none;
}

#primary_nav_wrap ul li a.navlast {
	background:none;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #primary_nav_wrap ul li { float: left; height: 1%;}
* html #primary_nav_wrap ul li a { height: 1%; }
/*Navigation  End */




.bannerContainer {
    background: url(../images/bannerbg.jpg) top left no-repeat;
    background-size: cover;
    padding: 0px;
}

.bannerContainerImg {
    width: 100%;
    padding: 20px 0 40px;
}

.bannerContainerImg img {
    max-width: 100%;
}

.bannerText {
    width: 100%;
    padding-top: 200px;
    text-transform: uppercase;
}

.bannerText p {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
}

.bannerText h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.ourPartner {
    padding: 0px;
}

.ourPartnerHd {
    background: #1651b5;
    padding: 30px 20px;
    text-align: center;
}

.ourPartnerHd h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}

.ourPartnerLogo {
    padding-top: 70px;
}

.ourPartnerLogo ul {
    list-style: none;
}

.ourPartnerLogo ul li {
    display: inline-block;
    padding: 0 5px;
    width: 85%;
}

.ourPartnerLogo ul li img {
    max-width: 100%;
}

.newLaunches {
    padding: 50px 0;
    background: #eaf2ff;
}

.newLaunchesImg img {
    max-width: 100%;
}

.newLaunchesText {
    padding: 20px 0;
}

.newLaunchesText h4 {
    padding-bottom: 30px;
    font-size: 50px;
    color: #2c2c2c;
    font-weight: 400;
}

.newLaunchesText p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
}

.newLaunchesBtn {
    margin-top: 50px;
}

.newLaunchesBtn a {
    letter-spacing: 2px;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 16px;
    color: #eaf2ff;
    background: #1651b5;
    text-transform: uppercase;
}

.ourProducts {
    padding: 50px 0;
}

.ourProductsHd h3 {
    padding-bottom: 20px;
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.ourProductsBoxHd {
    background: #85929a;
    width: 100%;
    margin-top: 20px;
    padding: 100px 20px;
}

.ourProductsBoxHd h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.ourProductsBox {
    margin-top: 20px;
}

.ourProductsBox ul {
    list-style: none;
}

.ourProductsBox ul li {
    display: inline-block;
    width: 30%;
    margin: 0px 10px;
    vertical-align: top;
}

.ourProductsBoxImg {
    border: 1px solid #ededed;
    width: 100%;
}

.ourProductsBoxImg img {
    max-width: 100%;
}

.ourProductsBoxText {
    text-align: center;
    padding-top: 20px;
}

.ourProductsBoxText p {
    font-size: 16px;
    color: #000;
}

.ourProductsBoxText p a{
    color: #000;
}

.productBtn {
    margin-top: 60px;
    text-align: center;
}

.productBtn a {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    background: #1651b5;
}

.productBtn a:hover {
    background: #6f93d1;
}

.counterContainer {
    background: #023574;
    padding: 60px 0;
}

.counter {
    text-align: center;
}

.counter p {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.counter .count-up {
    background: url(../images/counterdivider.jpg) right top no-repeat;
    min-height: 210px;
    padding: 20px 42px 0 0;
}

.backNone {
    background: none !important;
}

.counter .count-up h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.newsEventContainer {
    margin-top: 50px;
}

.newsEventContainer h3 {
    font-size: 50px;
    color: #2c2c2c;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}

.newseventBig {
    padding: 0px;
}

.newseventBigImg {
    margin-bottom: 20px;
}

.newseventBigImg img {
    max-width: 100%;
}

.newseventBigDate {
    text-align: left;
}

.newseventBigDate p {
    font-size: 20px !important;
    color: #515151 !important;
}

.eventDate {
    font-size: 30px;
    color: #515151;
}

.newseventBig h4 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
}

.newseventBig p {
    font-size: 28px;
    color: #000;
}

.newseventSmall {
    padding: 0px;
}

.newseventSmallimg img {
    max-width: 100%;
}

.newseventSmallBorder {
    border-bottom: 1px solid #eaf2ff;
    margin-bottom: 30px;
}

.newseventSmallText {
    padding: 0px;
}

.newseventSmallText h4 {
    font-size: 28px;
    color: #000;
    font-weight: 400;
}

.newseventSmallText p {
    font-size: 28px;
    color: #000;
}

.testimonialContainer {
    background: #023574;
    padding: 100px 0;
}

.testimonialContainer h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

/* .testimonialBox {
    background: url(../images/testimonialbg.png) no-repeat;
    position: relative;
    padding: 20px;
    height: 330px;
    text-align: center;
}

.testimonialBox p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.testimonialInvited {
    width: 59px;
    margin: 0px auto;
}

.testimonialInvited img {
    max-width: 100%;
} */

/* .testiArrow {
    position: absolute;
    bottom: -17px;
    left: 0px;
    width: 52px;
    height: 18px;
    z-index: 999;
} */

/* .testiArrow img {
    max-width: 100%;
    width: 52px;
    height: 18px;
} */



.testimonialContainer .next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 1;
}

.testimonialContainer .next .testimonialBox {
    background: url(../images/testiwhitebg.png) no-repeat;
    position: relative;
    padding: 40px 20px;
    height: 330px;
    text-align: center;
}

.testimonialContainer .next .testimonialBox p {
    font-size: 14px;
    color: #848484;
    font-weight: 600;
    font-style: italic;
}

.testimonialContainer .next .testimonialInvited {
    background: url(../images/testwhiteinvited.jpg) no-repeat;
    width: 59px;
    height: 44px;
    margin: 0px auto;
}

.testimonialContainer .next .clientName {
    padding-left: 35px;
}

.testimonialContainer .next .clientName ul {
    list-style: none;
}

.testimonialContainer .next .clientName ul li {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.testimonialContainer .next .clientName .clientImg {
    width: 82px;
    height: 82px;
}

.testimonialContainer .next .clientName .clientImg img {
    max-width: 82px !important;
    min-width: 82px !important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonialContainer .next .clientName .clientText {
    padding-top: 15px;
}

.testimonialContainer .next .clientName .clientText p {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}






.testimonialContainer .prev {
    display: block !important;
    opacity: 1;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
}

.testimonialContainer .prev .testimonialBox {
    background: url(../images/testiwhitebg.png) no-repeat;
    position: relative;
    padding: 40px 20px;
    height: 330px;
    text-align: center;
}

.testimonialContainer .prev .testimonialBox p {
    font-size: 14px;
    color: #848484;
    font-weight: 600;
    font-style: italic;
}

.testimonialContainer .prev .testimonialInvited {
    background: url(../images/testwhiteinvited.jpg) no-repeat;
    width: 59px;
    height: 44px;
    margin: 0px auto;
}

.testimonialContainer .prev .clientName {
    padding-left: 35px;
}

.testimonialContainer .prev .clientName ul {
    list-style: none;
}

.testimonialContainer .prev .clientName ul li {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.testimonialContainer .prev .clientName .clientImg {
    width: 82px;
    height: 82px;
}

.testimonialContainer .prev .clientName .clientImg img {
    max-width: 82px !important;
    min-width: 82px !important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonialContainer .prev .clientName .clientText {
    padding-top: 15px;
}

.testimonialContainer .prev .clientName .clientText p {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}






.testimonialContainer .item.show {
    display: block;
    transition-duration: 0.4s;
}

.testimonialContainer .item.show .testimonialBox {
    background: url(../images/testimonialbg.png) no-repeat;
    position: relative;
    padding: 20px;
    height: 330px;
    text-align: center;
}

.testimonialContainer .item.show .testimonialBox p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.testimonialContainer .item.show .testimonialInvited {
    background: url(../images/testinvited.jpg) no-repeat;
    width: 59px;
    height: 44px;
    margin: 0px auto;
}

.testimonialContainer .item.show .clientName {
    padding-left: 35px;
}

.testimonialContainer .item.show .clientName ul {
    list-style: none;
}

.testimonialContainer .item.show .clientName ul li {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.testimonialContainer .item.show .clientName .clientImg {
    width: 82px;
    height: 82px;
}

.testimonialContainer .item.show .clientName .clientImg img {
    max-width: 82px !important;
    min-width: 82px !important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonialContainer .item.show .clientName .clientText {
    padding-top: 15px;
}

.testimonialContainer .item.show .clientName .clientText p {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}





.testimonialContainer .item {
    display: block;
    transition-duration: 0.4s;
}

.testimonialContainer .item .testimonialBox {
    background: url(../images/testiwhitebg.png) no-repeat;
    position: relative;
    padding: 20px;
    height: 330px;
    text-align: center;
}

.testimonialContainer .item .testimonialBox p {
    font-size: 18px;
    color: #848484;
    font-weight: 600;
    font-style: italic;
}

.testimonialContainer .item .testimonialInvited {
    background: url(../images/testwhiteinvited.jpg) no-repeat;
    width: 59px;
    height: 44px;
    margin: 0px auto;
}

.testimonialContainer .item .clientName {
    padding-left: 35px;
}

.testimonialContainer .item .clientName ul {
    list-style: none;
}

.testimonialContainer .item .clientName ul li {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.testimonialContainer .item .clientName .clientImg {
    width: 82px;
    height: 82px;
}

.testimonialContainer .item .clientName .clientImg img {
    max-width: 82px !important;
    min-width: 82px !important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonialContainer .item .clientName .clientText {
    padding-top: 15px;
}

.testimonialContainer .item .clientName .clientText p {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}





.testimonialContainer .owl-dots {
    display: none;
}



.testimonialContainer .testimonialCarusal .owl-prev {
    z-index: 999;
    left: 340px;
    top: 30%;
    position: absolute;
    background: #e2e2e2;
}

.testimonialContainer .testimonialCarusal .owl-prev span {
    color: #666;
    font-size: 30px;
}

.testimonialContainer .testimonialCarusal .owl-next span {
    color: #666;
    font-size: 30px;
}

.testimonialContainer .testimonialCarusal .owl-next {
    z-index: 999;
    right: 340px;
    top: 30%;
    color: #666;
    font-size: 30px;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #D6D6D6 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
}







.questionForm {
    background: #85929a;
    height: 400px;
    padding: 40px 0 0;
    position: relative;
}

.questionForm h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
}

.formContainer {
    background: #fff;
    padding: 20px;
    top: 100px;
    margin-top: 30px;
    position: absolute;
    width: 100%;    z-index: 9;
}

.formContainer ul {
    list-style: none;
}

.formContainer ul li {
    padding: 10px 0;
}

.formContainer ul li input[type='text'] {
    color: #7d7d7d;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #cfcece;
}

.formContainer ul li input[type='email'] {
    color: #7d7d7d;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #cfcece;
}

.formContainer ul li input[type='tel'] {
    color: #7d7d7d;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #cfcece;
}

.formContainer ul li input[type='submit'] {
    background: #1651b5;
    font-weight: 700;
    float: right;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.formContainer ul li input:hover[type='submit'] {
    background: #5084dd;
}

.formContainer ul li textarea {
    color: #7d7d7d;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    height: 190px;
    border: 1px solid #cfcece;
}

.wpcf7 {width:100% !important;}
.wpcf7-form {width:100% !important;}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
}

.footerContainer {
    padding: 0;
}

.footerTop {
    background: #023574;
    padding: 150px 0 50px;
}

.footerContact {
    border-top: 1px solid #fff;
    min-height: 200px;
    border-bottom: 1px solid #fff;
}

.footerContactIn {
    border-left: 1px solid #fff;
}

.footerContactIn ul {
    list-style: none;
}

.footerContactIn ul li {
    display: inline-block;
    padding: 0 0;
    width: 33%;
    vertical-align: top;
    border-right: 1px solid #fff;
}

.footerContactDetails {
    text-align: center;
    padding: 44px 20px;
    min-height: 235px;
}

.footercontactIcon {
    color: #8cd0e5;
    font-size: 60px;
}

.footerContactDetails p {
    padding-top: 20px;
    font-size: 14px;
    color: #eaf2ff;
}

.footerContactDetails p a {
    padding-top: 20px;
    font-size: 14px;
    color: #eaf2ff;
}

.footerContactDetails p a:hover {
    text-decoration: underline;
}

.footerMiddle {
    padding-top: 86px;
}

.footerLogoContainer {
    padding: 0px;
}

.footerLogo {
    width: 180px;
    margin-bottom: 20px;
}

.footerLogo img {
    max-width: 100%;
}

.footerLogoContainer p {
    font-size: 16px;
    color: #d8e3e7;
}

.footerNav {
    display: inline-block;
    width: 48%;
	vertical-align: top;
}

.footerNav h4 {
    font-size: 22px;
    color: #d8e3e7;
    font-weight: 700;
}

.footerNav ul {
    list-style: none;
}

.footerNav ul li {
    padding: 15px 0 15px 25px;
    background: url(../images/listarrow.png) left top no-repeat;
}

.footerNav ul li a {
    font-size: 16px;
    color: #d8e3e7;
}

.footerNav ul li a:hover {
    color: #18aedc;
}

.footerSearch {
    padding: 0px;
}

.footerSearch h4 {
    font-size: 22px;
    color: #d8e3e7;
    font-weight: 700;
}

.footerSearch input[type='text'] {
    background: #fff;
    margin-top: 15px;
    width: 100%;
    height: 40px;
    border: none;
    color: #666;
    font-size: 16px;
    padding: 0 10px;
}

.footerSearch input[type='email'] {
    background: #fff;
    margin-top: 15px;
    width: 100%;
    height: 40px;
    border: none;
    color: #666;
    font-size: 16px;
    padding: 0 10px;
}


.footerSearch input[type='submit'] {
    background: #85929a;
    text-transform: uppercase;
    margin-top: 20px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 40px;
}

.footerSearch input:hover[type='submit'] {
    background: #316ed5;
}

.footerBottom {
    background: #03103a;
}

.footerCopyright {
    padding: 20px 0;
}

.footerCopyright p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #dde3ec;
}

.footerSocialMedia {
    text-align: right;
    margin-top: 20px;
}

.footerSocialMedia ul {
    list-style: none;
}

.footerSocialMedia ul li {
    display: inline-block;
    padding: 0px 15px; 
}

.footerSocialMedia ul li a {
    font-size: 20px;
    color: #fff;
}

.footerSocialMedia ul li a:hover {
    color: #81b0ff;
}



/* Inner Page */


.innerBannerContainer {
    background: url(../images/innerbannerbg.jpg) top left no-repeat;
    background-size: cover;
    height: 350px;
    padding: 0px;
}
.innerBannerContainer_half {
    background: url(../images/innerbanner_half_bg.jpg) top left no-repeat;
    background-size: cover;
    height: 150px;
    padding: 0px;
}
.innerBannerText {
    text-align: center;
    margin: 150px 0;
}

.innerBannerText h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.innerBannerText_half {
    text-align: center;
    margin: 50px 0;
}

.innerBannerText_half h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}



.newLaunchesAbout {
    padding: 50px 0;
    background: #fff;
}

.newLaunchesAboutImg img {
    max-width: 100%;
}

.newLaunchesAboutText {
    padding: 20px 0;
}

.newLaunchesAboutText h4 {
    padding-bottom: 30px;
    font-size: 50px;
    color: #2c2c2c;
    font-weight: 400;
}

.newLaunchesAboutText p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
}

.whatweDoContainer {
    background: #023574;
    padding: 100px 0;
}

.whatweDoContainer h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.whatweDoContainer p {
    font-size: 16px;
    color: #fff;
}

.whatweDoContainerImg {
    width: 100%;
}

.whatweDoContainerImg img {
    max-width: 100%;
}

.whatweDoContainerList {
    padding: 0px;
}

.whatweDoContainerList ul {
    list-style: none;
}

.whatweDoContainerList ul li {
    padding: 10px 0 10px 50px;
    color: #fff;
    font-size: 20px;
    background: url(../images/aboutlisticon.png) left top no-repeat;
}

.contactMap {
    margin: 30px 0;
}

.blogContainer {
    padding: 0px;
}

.blogsideBar {
    padding: 50px 0;
}

.blogsideBar h4 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding: 10px 0 10px 10px; 
    background: #87949c;
    border-left: 5px solid #2957a3;
}

.blogsideBarbox {
    padding: 10px 0px;
    border-bottom: 1px solid #b1b1b1;
}

.blogsideBarboxImg {
    width: 30%;
    float: left;
}

.blogsideBarboxImg img {
    max-width: 100%;
}

.blogsideBarboxText {
    padding-left: 20px;
    width: 70%;
    float: left;
    padding-top: 10px;
}

.blogsideBarboxText p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}

.blogMainPage {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blogMainPage ul {
    list-style: none;
}

.blogMainPage ul li {
    display: inline-block;
    width: 48%;
    margin: 10px 5px;
}

.blogMainPageImg {
    width: 100%;
}

.blogMainPageImg img {
    max-width: 100%;
}

.blogMainPageDetails {
    padding: 0px;
}

.blogMainPageDetails ul {
    list-style: none;
}

.blogMainPageDetails ul li {
    display: inline-block !important;
    padding: 0 4px;
    width: auto !important;
    margin: 10px 0 0 0;
}

.blogMainPageDetailsIcon {
    color: #2957a3;
    font-size: 12px;
}

.blogMainPageDetails ul li p {
    color: #6d6d6d;
    font-size: 12px;
    margin: 0px;
}

.blogMainPageText {
    margin-top: 10px;
}

.blogMainPageText h5 {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
}

.blogMainPageText p {
    font-size: 13px;
    color: #858585;
}

.blogBoxBtn {
    margin-top: 20px;
}

.blogBoxBtn a {
    text-transform: uppercase;
    font-size: 14px;
    color: #eaf2ff;
    font-weight: 700;
    padding: 10px 15px;
    background: #1651b5;
}




.blogMainDetailsPage {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blogMainDetailsPageImg {
    width: 100%;
}

.blogMainDetailsPageImg img {
    max-width: 100%;
}

.blogMainDetailsPageDetails {
    padding: 0px;
}

.blogMainDetailsPageDetails ul {
    list-style: none;
}

.blogMainDetailsPageDetails ul li {
    display: inline-block !important;
    padding: 0 4px;
    width: auto !important;
    margin: 10px 0 0 0;
}

.blogMainDetailsPageDetailsIcon {
    color: #2957a3;
    font-size: 13px;
}

.blogMainDetailsPageDetails ul li p {
    color: #6d6d6d;
    font-size: 13px;
    margin: 0px;
}

.blogMainDetailsPageText {
    margin-top: 10px;
}

.blogMainDetailsPageText h5 {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
}

.blogMainDetailsPageText p {
    font-size: 13px;
    color: #858585;
}

.shareWithUs {
    text-align: right;
}

.shareWithUs ul {
    list-style: none;
}

.shareWithUs ul li {
    display: inline-block;
    padding: 0 5px;
}

.shareWithUs ul li p {
    font-size: 14px;
    font-weight: 700;
    color: #1651b5;
}

.shareWithUs ul li p a {
    font-size: 14px;
    font-weight: 700;
    color: #1651b5;
}

.productContainer {
    margin: 50px 0;
}


.productContainerBox ul {
    list-style: none;
}

.productContainerBox ul li {
    display: inline-block;
    width: 22%;
    margin: 0px 10px;
    vertical-align: top;
}

.productContainerImg {
    border: 1px solid #ededed;
    width: 100%;
}

.productContainerImg img {
    max-width: 100%;
}

.productContainerText {
    text-align: center;
    padding-top: 20px;
}

.productContainerText p {
    font-size: 16px;
    color: #000;
}

.bannerBtn{
    margin-top: 50px;
}
.bannerBtn a{
    letter-spacing: 1px;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 16px;
    color: #eaf2ff;
    background: #1651b5;
    text-transform: uppercase;
}

/* 19042023*/
/* prd_item */
.prd_item { width: 100%; margin: 0px 0px 50px; text-align: center; padding: 10px;}
.prd_frame { width: 100%; position: relative; overflow: hidden; margin-bottom: 20px; border: 1px solid #ddd;}
.dt_pr_frame, .dt_pr_frame img { width: 100%; height: 100%;}
.sale-bx { position: absolute; left: 15px; top: 15px; background-color: #6c9784; color: #fff; padding: 3px 20px; font-size: 15px;}
.prd_frame a { display: block;}
.prd_frame a img { width: 100%; height: 100%; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.prd_frame:hover img { -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}
.prd_title h5 { font-size: 15px; color: #09143f; margin: 0px 0px 10px;}
.prd_title h5 a { display: inline-block; color: #09143f;}
.prd_title h5 a:hover { color: #000;}
.prd_title h6 { color: #09143f;}
.prd_title h6 del { margin: 0px 15px 0px 0px;}
.filter_side h2 { color: #6c9784; font-size:clamp(26px, 2.4vw, 33px); line-height:clamp(30px, 2.4vw, 35px); margin-bottom: 27px;}
.filter_side h3 { font-weight: 400; font-size: clamp(15px, 2.04vw, 28px); line-height: clamp(18px, 2.3vw, 32px); color: #09143f; position: relative; padding: 0 0 25px; margin: 0px;}
.flt_box { width:100%; padding:0px; margin:0px; position: relative;}
.flt_box::before { content: ' '; position: absolute; width: 100%; height: 1px; background-color: #fff; left: 0px; bottom: 0px; z-index: 1;}
.flt_item {text-align: left; position: relative; width: 100%; padding: 0 0 1px; background-color: #fff; border-radius: 0px; }
.flt_hd {margin-bottom:0px;cursor:pointer; position: relative; border-radius:3px; overflow:hidden; }
.flt_hd::before { content: ' '; position: absolute; width: 16px;
height: 17px; background-image: url(../images/plus-icon.png); background-repeat: no-repeat;background-position:center; right: 8px; bottom: 0px; top: 0px; margin: auto; z-index: 1;}
.flt_hd.closed::before {background-image: url(../images/minus-icon.png);}
.flt_hd h4 {    font-weight: 400;
font-size: clamp(15px, 1.04vw, 20px);
line-height: clamp(18px, 1.25vw, 24px);
color: #09143f;
position: relative;
padding: 15px 55px 15px 25px;
margin: 0px;}
.flt_hd h4::before { content: ' '; position: absolute; width: 9px; height: 9px; background-color: #6c9784;     left: 0px;
top: 23px;
border-radius: 50px;}
.flt_cont {/*display:none;*/ padding:0px 0px 0px 0px;}
.flt_cont p {padding-bottom:8px;font-size: 18px;color: #14212a; font-family: 'Poppins', sans-serif; font-weight: 500;}
.flt_list ul { list-style: none; margin: 0px; padding: 0px;}
.flt_list ul li { padding: 7px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;}
.flt_list ul li:last-child {border-bottom:0;}
.flt_list ul li a { display: inline-block; color: #14212a;}
.flt_list ul li a:hover, .flt_list ul li.active a { display: inline-block; color: #1651b5;}
.flt_list { width: 100%;border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;}

.groupChk label { margin: 0px; padding: 0px; color: #09143f;}
.styled-checkbox { position: absolute; opacity: 0; }
.styled-checkbox + label { position: relative; cursor: pointer;     padding: 0px 0px 0px 35px;
  display: block;}
.styled-checkbox + label:before {    content: "";
  margin-right: 16px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 20%) inset;
  top: 4px;
  position: absolute;
  left: 0px;}
.styled-checkbox:disabled + label { color: #b8b8b8; cursor: auto; }
.styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd;}
.styled-checkbox:checked + label:after {     content: "";
position: absolute; left: 4px; top:8px; background: url(../images/trick-checkbox.png) no-repeat center; width: 12px; height: 12px;}


.number_prd { display: flex; flex-direction: row; flex-wrap: wrap; align-content: flex-start; justify-content: flex-start; align-items: flex-start;}
.numberCount  { margin: 0px 15px 20px 0px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; border: 1px solid #6b6b6b; max-width: 238px; justify-content: space-between;  padding: 12px 15px;}
.numberCount span {cursor:pointer; }
.minus, .plus{ width: 44px; ;height: 34px; display: flex; align-content: flex-start; justify-content: center; align-items: center; color: #09153f; font-size: 20px; font-weight: 700; cursor: pointer;}
.numberCount input{ text-align: center; font-size: 20px; width: 100%; max-width: 110px; border: none; padding: 0px; margin: 0px;}
.minus::-moz-selection, .plus::-moz-selection { color: #09153f; background: transparent;}
.minus::selection, .plus::selection {  color: #09153f; background: transparent;}
.number_prd .btn { font-size: clamp(15px, 1.4vw, 20px);     padding: 16px 50px;}
.mrp_price h3 { color: #09153f; font-weight: 700;}
.mrp_price h3 span { font-size: 15px;}
.color-choose { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin: 0px 0px 30px;}
.color-choose label { margin: 0px 10px 0px 0px;}
.color-choose select { margin: 0px; background-image: url(../images/arrow_down_icon.png);     background-size: 8px;}

.dt_pr_abt { width: 100%;}
.dt_pr_abt h2 { margin: 0px 0px 15px;}
.dt_pr_abt h5 { font-size: 20px; margin: 0px 0px 25px;}
.style_dt { width: 100%; margin: 0px 0px 50px;}
.style_dt ul { list-style: none; margin: -15px; padding: 0px;}
.style_dt ul li { display: inline-block; padding: 0px 15px; margin:0px; position: relative; color: #5a5a5a;}
.style_dt ul li+li::before { content: '|'; position: absolute; font-size: clamp(15px, 1.17vw, 16px); color: #5a5a5a;left: -5px;}
.size-shirts { margin: 0px 0px 60px; position: relative;}
.size-shirts a { position: absolute; right: 0px; top: 0px; text-decoration: underline;}

.prd_tabs_acc ul.tabs { margin: 0px 0px 35px; padding: 0; list-style: none; width: 100%;  border: 1px solid #2e2e2e; display: flex; align-items: stretch;}
.prd_tabs_acc ul.tabs li { margin: 0; cursor: pointer; padding: 9px 8px; position: relative; display: flex; border-right: 1px solid #2e2e2e; width: calc(100% / 2); text-align: center; align-content: center; align-items: center; justify-content: center;}
.prd_tabs_acc ul.tabs li::after { content: ' '; position: absolute; width: 1px; height: 100%; top: 0px; right: 0px;}
.prd_tabs_acc ul.tabs li:last-child { border-right: none;}
.prd_tabs_acc ul.tabs li h3 { padding: 0px; margin: 0px; font-weight: 600;}
.prd_tabs_acc ul.tabs li h3::after { content:'+'; color: #575757;     margin-left: 25px;}
.prd_tabs_acc ul.tabs li:hover h3 { color: #09153f; }
.prd_tabs_acc ul.tabs li:hover h3::after { color: #09153f; }
.prd_tabs_acc ul.tabs li.active h3 { color: #09153f; display: inline-block; }
.prd_tabs_acc ul.tabs li.active h3::after {content: '-';  color: #09153f; }
.prd_tabs_acc .tab_container { border-top: none; clear: both; width: 100%; background: transparent; overflow: auto;}
.prd_tabs_acc .tab_content { padding: 0px;display: none;}
.prd_tabs_acc .tab_drawer_heading { display: none; }
.productGorupDet { margin-bottom: 70px;}

/* own class for css */
.padTopbtm{padding:90px 0;}
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.displayCellBot { display: table-cell; vertical-align: bottom;}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}


.about-slide .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.about-slide .owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.about-slide .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.about-slide .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.about-slide .owl-dots button.owl-dot.active {
  background-color: #000;
}
.about-slide .owl-dots button.owl-dot:focus {
  outline: none;
}
.about-slide .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.about-slide span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.about-slide .owl-nav button:focus {
    outline: none;
}
.about-slide.owl-theme .owl-dots .owl-dot span {	margin: 8px 0 0 3px;}
.add-bx-cnt {padding:0 0 30px;}
.add-bx-cnt p {color:#000;padding:0 0 15px;margin:0;font-size:14px;}
.add-bx-cnt h2 {font-size:22px;}
.map-bx {height:335px;}
.map-bx iframe {width:100%;height:100%;display:block;}