#main .thumb {
    min-height: 20em;
    width: 25%;
}

@media screen and (max-width: 1680px) {
    #main .thumb {
        min-height: 20em;
        width: 25%;
    }
}

@media screen and (max-width: 1280px) {
    #main .thumb {
        min-height: 15em;
    }
}

@media screen and (max-width: 980px) {
    #main .thumb {
        min-height: 15em;
        width: 33.3333%;
    }
}

@media screen and (max-width: 736px) {
    #main .thumb {
        min-height: 14em;
        width: 50%;
    }
    #header {
        /*text-align: center;*/
        height: 5em;
		padding: 0 0.5em;
    }
    #header h1 {
        display: inherit;
        padding-top: 10px;
    }
    #header nav {
        left: 0;
        right: 0;
        top: 8px;
    }
    body {
        padding: 3.5em 0 0 0;
    }
    .panel {
        top: calc(7.5em - 1px);
    }
.poptrox-popup .closer, .poptrox-popup .nav-previous, .poptrox-popup .nav-next {  display: block !important;opacity: 0.5;}	
	
}

@media screen and (max-width: 400px) {
    #main .thumb {
        min-height: 18em;
        width: 100%;
    }
}

#header nav > ul > li a:hover {
    color: #0066ff !important;
}

.rounded-x {
    border-radius: 50% !important;
}

.message,
.submited fieldset {
    display: none;
}

.submited .message {
    display: block;
    padding: 25px 30px;
    text-align: center;
}

.message i {
    display: block;
    margin: 0 auto 20px;
    width: 81px;
    height: 81px;
    border: 1px solid #0066ff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 81px;
    color: #0066ff;
}

em.invalid {
    color: #a94442;
}


#header nav > ul > li a.active {
    background: transparent;
    color: #3399ff;
}

.res-nav-inner {overflow: hidden;background-color:rgba(0, 0, 0, 0.72) !important;}
 .res-nav-inner {  width: 100%;display: none;}
.res-nav-inner a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.res-nav-inner a:hover {
  color: #f2f2f2 !important; 
}

  div#res-nav-col a { padding: 2px; font-size: 1.0em;  letter-spacing: 0.2em;  font-weight: 800;}
  .res-nav-inner a:not(:first-child) {display: none;}
  .res-nav-inner.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .res-nav-inner.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
a.icon { float: right;  color: #fff; font-size: 24px;}
.res-nav-inner ul>li { list-style: none; border: none !important;}
.res-nav-inner ul>li>a {  border: none;}

.res-nav-inner.responsive {
    position: fixed;
    display: block;
    z-index: 9999 !important;
	padding: 26px 0;
	top: 70px;
		
}
.header-wrap{position:relative;}
.close-tab:before { content: "\f00d";}
a.icon {  position: absolute;  right: 18px;  top: 2%;}
header#header {  bottom: inherit !important;height: 5.4em;}
.logo a { border: none;}
div#main { padding-top: 80px;}

.panel {  z-index: 99 !important;}
.logo { height: inherit; padding: 3px 0;}
.activeMenuItem,.res-nav-inner .activeMenuItem:hover{ color: #0066ff !important;}
.res-nav-inner .active { color: #0066ff;}
.logo-img { position: absolute; left: 0px;}
.about-sec-img{text-align:center;}

/*Resposive */

@media screen and (max-width: 480px) {
 .about-sec-img img { width: 100%;} 
}

@media screen and (max-width: 736px){
 div#main { padding-top: 25px;}
}

/*header-fix-riaz-2020 */
@media only screen and (min-width: 1024.98px) {
header#header {
height: 53px;
}
.cstLogoMobTab {
display: none;
}
div#main {
padding-top: 53px;
}
.res-nav-inner.responsive {
top: 53px;
}
.logo-img {
height: 50px;
}
.cstLogoDesktop a.icon {
display: flex;
top: 14px;
}
}

@media only screen and (max-width: 1024.98px) {
.cstLogoDesktop {
display: none;
}
.cstLogoMobTab a.icon {
display: flex;
top: 27px;
}
}