/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f4f8ff;
}
.searchConani {
    position: inherit;
}
.navHolder {
    background: #fff;
    height: 60px;
}
a {
    color: #5db2e4;
}
a:hover {
    color: #5db2e4;
    text-decoration: underline;
}
.blogListBox {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
}
.blogLongDesc ol {
    font-size: 18px;
}
.blogLongDesc ul {
    font-size: 18px;
}
.IndustriesIconTitleContMM
{
min-height:120px !important;
}
article h1 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 30px;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.blogListImg {
    float: left;
    width: 40%;
    margin: 0px 25px 10px 0px;
}
article a {
    color: #5db2e4;
    text-decoration: none;
}
article a:hover {
    color: #5db2e4;
    text-decoration: underline;
}
.topicTag {
    font-size: 14px;
    color: #bdcadb;
    font-style: italic;
    font-weight: 600;
    border: 1px solid #bdcadb;
    border-radius: 20px;
    padding: 5px 15px;
}
.bloggerName {
    font-style: italic;
    font-size: 14px;
}
.blogPostDate {
    color: #bdcadb;
    font-style: italic;
    font-size: 14px;
    margin-right: 20px;
}
.blogPostDate2 {
    color: #444;
    font-style: italic;
    font-size: 14px;
}
.bloggerName {
    margin-right: 20px;
}
.bloggerName2 {
    margin-right: 20px;
}
.bloggerName2 a {
    color: #444;
    font-style: italic;
}
.bloggerName img {
    margin-right: 5px;
}
.bloggerName2 img {
    margin-right: 5px;
}
.blogPostDate img {
    margin-right: 5px;
}
.blogPostDate2 img {
    margin-right: 5px;
}
.blogShortDesc {
    font-size: 18px;
    line-height: 26px;
    color: #444;
    margin: 25px 0px 30px 0px;
}
a.conBtn {
    color: #fff;
    font-size: 16px;
    background: #5db2e4;
    padding: 10px 15px;
    border-radius: 20px;
}
a.conBtn:hover {
    color: #fff;
    background: #25282a;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: underline;
}
a.prevBtn {
    color: #5db2e4;
    font-size: 16px;
    background: none;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #5db2e4;
}
a.prevBtn:hover {
    color: #fff;
    background: #25282a;
    border: none;
}
.pagiBtn {
    margin-top: 20px;
	margin-right:25px;
    text-align: right;
}
.nxtiBtn {
    margin-top: 20px;
}
.subsBox {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    text-align: center;
    margin-bottom: 25px;
}
.subsBox h1 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    border-left: 6px solid #ffc627;
    margin-bottom: 20px;
    letter-spacing: -1px;
    display: inline-block;
    padding-left: 10px;
}
.tagCoud {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    text-align: center;
    margin-bottom: 25px;
}
.tagCoud h1 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    border-left: 6px solid #ffc627;
    letter-spacing: -1px;
    margin-bottom: 40px;
    display: inline-block;
    padding-left: 10px;
}
.tagCoud ul {
    margin: 0;
    padding: 0;
}
.tagCoud ul li {
    margin: 0;
    padding: 0 2px 30px;
    display: inline-block;
    list-style: none;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #25282a;
    border-color: #25282a;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 20px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #25282a;
    border-color: #25282a;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 20px;
}
input[type=email] {
    text-align: center;
    background: #f0f2f3;
    line-height: 45px;
    height: 45px;
    width: 90%;
    margin: 0 auto;
}
a.cldTye1 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #a8d5f0;
    padding: 10px 14px;
    border-radius: 20px;
}
a.cldTye2 {
    font-size: 12px;
    color: #5db2e4;
    text-align: center;
    background: #fff;
    padding: 10px 14px;
    border-radius: 20px;
    border: 1px solid #5db2e4;
}
a.cldTye3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #5db2e4;
    padding: 10px 14px;
    border-radius: 20px;
}
.FeatBoggers {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    text-align: center;
}
.FeatBoggersBox {
    text-align: left;
    overflow: auto;
}
.FeatBoggers h1 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    border-left: 6px solid #ffc627;
    letter-spacing: -1px;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 10px;
}
.FeatBoggersBox h3 {
    font-size: 18px;
    font-weight: 600;
}
.FeatBoggersBox p {
    font-size: 15px;
    color: #444;
}
.FeatBoggersBox img {
    float: left;
    margin: 0px 15px 15px 0px;
}
ul.socialFooterIcons {
    text-align: right;
}
ul.socialFooterIcons li {
    margin: 0px;
    padding: 0px 6px 0px 0px;
    display: inline;
    color: #fff;
}
ul.socialFooterIcons li .fa-2x {
    background: none;
    border-radius: 0;
    padding: 0px 2px 0px 0px;
    color: #e9e9ef;
}
.footer hr {
    display: block;
    border: 0;
    border-top: 1px solid #444;
    padding: 0px;
}
.footer {
    padding: 30px 0 30px;
}
.footerContainer {
    background-color: #25282a;
}
.footer p {
    color: #fff;
    font-size: 14px;
    margin-top: 13px;
}
#copyrightFoot {
    color: #999999;
    margin-top: 10px;
}
#copyrightFoot img {
    margin-top: -11px;
}
#copyrightFoot ul {
    margin: 0;
    padding: 0;
    text-align: right
}
#copyrightFoot ul li {
    list-style: none;
    display: inherit;
    float: right;
    padding: 0px 10px 0px;
}
#copyrightFoot ul li a {
    color: #999999;
}
.heroContainer {
    background: url(../images/hero_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero {
   padding:35px 0px;
}
.titleBox {
  background: rgba(18,75,150,0.7); 
    padding: 35px;
    margin-bottom: 25px;
}
.titleBox h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 42px;
}
.titleBox h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 42px;
}
.featBlog1 {
    background: #ffc627;
	min-height:390px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    /*margin-bottom: 25px;*/
	 
}
.featBlog2 {
    margin-bottom: 25px;
	min-height:183px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
}
.featBlog3 {
    position: relative;
	min-height:183px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);
    /*margin-bottom: 25px;*/
}
.featBlog1 h1 {
    color: #444;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    padding: 5px 45px 15px;
}
.featBlog1 h1 a {
    color: #444;
}
.featBlog1 h1 a:hover {
    color: #444;
    font-weight: 400;
}
.featBlog1 p {
    line-height: 38px;
    padding: 0px 45px 25px;
}
.team-images .team-item {
    position: relative;
}
.team-images img {
    width: 100%;
    height: 100%;
    margin: 0 0 15px;
}
.team-images .team-image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 128, 185, 0.4);
    color: #fff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.team-images .team-image-overlay:hover {
    background: rgba(24, 188, 156, 0);
}
.team-item .team-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.team-text {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 25px;
    position: absolute;
    bottom: 0px;
    width:100%;
    margin: 0px;
	background: rgba(37,40,42,0.6);

}
.team-text a {
    color: #fff;
}
.team-text2 a {
    color: #fff;
}
.team-item .team-text2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.team-text2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    background: rgba(37,40,42,0.6);
    padding: 15px 25px;
}
.right {
    border: 2px solid #444;
}
.right:after {
    border-top: 0.5em solid #e74c3c;
    border-right: 0.5em solid #e74c3c;
}
.right {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid #333;
    border-radius: 50%;
}
.right:after {
    content: '';
    display: inline-block;
    margin-top: 5px;
    margin-left: 7px;
    margin-bottom: 9px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumbContainer {
    border-bottom: 1px solid #ebebf0;
    border-top: 1px solid #ebebf0;
}
.breadcrumb {
	padding: 0px 0px 14px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f4f8ff;
    border-radius: 4px;
}
.breadcrumb>.active {
    color: #777;
    font-style: italic;
}
.bodyBlog {
    margin: 50px 0px;
}
.AuthDetailsManin {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
}
.AuthDetailsManin h1 {
    font-size: 40px;
    color: #444;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 50px;
}
.AuthDetailsManinCon {
    padding: 25px;
    background: #f8f8fa;
}
.AuthDetailsManinCon img {
    float: left;
    margin: 0px 25px 15px 0px;
}
.AuthDetailsManinCon p {
    font-size: 18px;
    color: #444;
    line-height: 28px;
}
p.readlAll {
    border: 1px solid #5db2e4;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
}
p.readlAll img {
    margin: 0px 10px 0px 0px;
}
p.connectAuth {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #5db2e4;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 25px;
}
.blogDetails {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.13);
}
.blogDetails h1 {
    font-size: 40px;
    color: #444;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 50px;
}
.blogLongDesc p {
    font-size: 18px;
    color: #444;
    line-height: 28px;
}
.tagTopic {
    font-size: 14px;
    clor: #5db2e4;
    border: 1px solid #5db2e4;
    border-radius: 15px;
    padding: 0px 15px;
    display: inline-block;
    margin: 0px 10px 15px;
}
.tagCloudTopicCon {
    margin: 35px 0px;
}
.promoBox {
    margin-bottom: 35px;
}
.authorDetails img {
    float: left;
    margin: 0px 25px 25px;
    display: inline-block;
}
.authorDetails h4 {
    font-size: 18px;
    color: #444;
    font-weight: 700;
}
.authorDetails h3 {
    font-size: 16px;
    color: #5db2e4;
    font-weight: 600;
}
.authorDetails p {
    font-size: 15px;
    color: #444;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
}
.SocialEngaement {
    margin-top: 15px;
}
.SocialEngaement a {
    margin-right: 10px;
    color: #444;
}
p.quoteHighlight {
    font-size: 23px;
    line-height: 34px;
    font-weight: 300;
    padding: 25px;
    background: #dcedf2;
}
input.SearchAni {
    width: 40px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/searchIcon.png');
    background-position: 0px 15px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
    top: 7px;
}
input.SearchAni:focus {
    width: 324px;
}
/*-----------------------ShareIcons CSS--------------------*/
section#partnersdescription {
    padding-left: 0px;
}
.partnersshare-float { /* udpated by arup 18.06.2016*/
    padding: 10px 10px 7px 10px;
    min-width: 210px;
    width: 210px;
    margin: 40px 0px 20px;
    border: 1px solid #5db0e6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
section#partnersdescription .overViewpage-description-font {
    margin-top: 15px;
}
.share-float {
    margin-top: 20px;
    padding-left: 10px;
    min-width: 400px;
    width: 400px;
    margin-bottom: 2px;
}
.st_sharethis_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_icon.png") no-repeat scroll transparent;
    padding: 0px 61px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
#st_linkedin_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_in.png") no-repeat scroll transparent;
    padding: 0px 25px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
#st_twitter_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_tw.png") no-repeat scroll transparent;
    padding: 0px 25px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
#st_googleplus_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_gp.png") no-repeat scroll transparent;
    padding: 0px 25px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
#st_facebook_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_fb.png") no-repeat scroll transparent;
    padding: 0px 25px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
#st_email_custom { /* udpated by arup 18.06.2016*/
    background: url("../images/social_share_email.png") no-repeat scroll transparent;
    padding: 0px 25px 0 5px;
    min-height: 17px;
    cursor: pointer;
}
.bannerImg {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    height: 100%;
}
.bannerTextEvents {
    text-align: center;
    padding: 120px 0px 140px;
}
.bannerTextEvents h1 {
    font-size: 43px;
    font-weight: 600;
    color: #fff;
    line-height: 51px;
}
.bannerTextEvents h2 {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
}
.searchTitle {
    margin-top: 45px;
    font-size: 40px;
    color: #444;
    letter-spacing: -1px;
    font-weight: 300;
    border-left: 6px solid #ffc627;
    padding-left: 10px;
}
.searchTitle span {
    margin-top: 45px;
    font-size: 40px;
    color: #444;
    font-weight: 600;
    letter-spacing: -1px;
}

/* various medai queries start here */
/* (1366x768) WXGA Display */
@media screen and (min-width: 768px) and (max-width: 1366px) {
.featBlog1 h1 {
    color: #444;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 25px 0px;
}
.featBlog1 p {
    padding: 0px 25px 15px;
}
.titleBox h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 42px 
}
.titleBox h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px
}
.team-text {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
	background: rgba(37,40,42,0.6);
 /*   background: rgba(0,149,93,0.6); */
    padding: 15px 25px;
}
.team-text2 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 25px;
}
.hero {
    padding: 35px 0px;
}
.titleBox {
    padding: 25px;
}
.FeatBoggersBox p {
    font-size: 13px;
}
.FeatBoggersBox h3 {
    font-size: 15px;
}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
.megaMenu {
    height: auto;
}
input.SearchAni {
    display: none;
}
.searchConani {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.titleBox h1 {
    font-size: 36px;
   /* line-height: 17px; */
}
.titleBox h2 {
    font-size: 30px;
    line-height: 36px;
}
.titleBox {
    padding: 25px;
    margin-bottom: 25px;
	margin-top: 25px;
}
.featBlog1 {
    margin-bottom: 25px;
}
.featBlog1 h1 {
    font-size: 23px;
    line-height: 30px;
    padding: 5px 25px 15px;
}
.featBlog1 p {
    line-height: 26px;
    padding: 0px 25px 25px;
}
.team-text {
    font-size: 19px;
    line-height: 24px;
}
.team-text2 {
    font-size: 19px;
    line-height: 24px;
}
.blogListImg {
    float: none;
    width: 100%;
    margin: 0px 25px 30px 0px;
}
article h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0px 10px;
}
ul.socialFooterIcons {
    text-align: left;
    padding-left: 0px;
}
#copyrightFoot ul li {
    float: none;
    padding: 0px 10px 0px;
    text-align: center;
}
#copyrightFoot img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
#copyrightFoot {
    text-align: center;
}
#copyrightFoot ul {
    margin-top: 20px;
}
.blogDetails h1 {
    font-size: 30px;
    line-height: 36px;
}
p.quoteHighlight {
    font-size: 20px;
    line-height: 28px;
}
.authorDetails img {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
.authorDetails {
    text-align: center;
}
.blogPostDate {
    display: block;
    margin-bottom: 10px;
}
.bloggerName {
    display: block;
    margin-bottom: 10px;
}
.AuthDetailsManinCon img {
    float: none;
    margin: 0px 25px 15px 0px;
    display: block;
}
.AuthDetailsManin h1 {
    font-size: 30px;
    line-height: 36px;
}
.pagiBtn {
    margin-bottom: 45px;
    text-align: right;
}
.nxtiBtn {
    margin-bottom: 45px;
}
a.cldTye3 {
    font-size: 10px;
}
a.cldTye1 {
    font-size: 11px;
}
a.prevBtn {
    font-size: 12px;
}
.searchTitle {
    font-size: 30px;
}
.breadcrumb {
    padding: 14px 0px 14px;
} 
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
.megaMenu {
    height: auto;
}
input.SearchAni {
    display: none;
}
.searchConani {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.pagiBtn {
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: right;
}
.nxtiBtn {
    margin-top: 20px;
    margin-bottom: 45px;
}
.breadcrumb {
    padding: 14px 0px 14px;
} 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
.megaMenu {
    height: auto;
}
.searchConani {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
.pagiBtn {
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: right;
}
.nxtiBtn {
    margin-top: 20px;
    margin-bottom: 45px;
}
.breadcrumb {
    padding: 14px 0px 14px;
} 
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
a.cldTye3 {
    font-size: 10px;
}
a.cldTye1 {
    font-size: 11px;
}
.FeatBoggersBox img {
    float: none;
}
.breadcrumb {
    padding: 14px 0px 14px;
} 
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.megaMenu {
    height: auto;
}
.searchConani {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.IndustriesTitleDivMM {
    float: none;
    width: 85%;
    padding-left: 10px;
    display: inline-block;
}
		input.SearchAni{
		display: none;
	}
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
input.SearchAni:focus {
    width: 224px;
}
}

/* ipad pro */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
.megaMenu {
    height: 50px;
}
.searchConani {
    position: inherit;
}
		input.SearchAni{
		display: block;
	}
	input.SearchAni:focus {
    width: 224px;
}
}
/* ipad x */
@media only screen 
    and (device-width : 320px) 
    and (device-height : 768px) 
    and (-webkit-device-pixel-ratio : 3) {

	input.SearchAni{
		display: block;
	}

}