 html,
 body {
     overflow-x: hidden;
     /* Prevent scroll on narrow devices */
 }
 body {
     padding-top: 100px;
 }
 footer {
     padding: 30px 0;
 }
 body {
     padding: 0px !important;
     margin: 0px !important;
     font-family: Arial, Helvetica, sans-serif;
     transition: 0.5s all;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
 }
 a {
     color: #337ab7;
     text-decoration: none !important;
 }
 input[type="button"],
 input[type="submit"] {
     transition: 0.5s all;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0;
 }
 p {
     margin: 0;
 }
 ul {
     margin: 0;
     padding: 0;
 }
 label {
     margin: 0;
 }
 /*-----start-header----*/
 
 .header {
     padding: 0px 0px 0px 0px;
     position: fixed;
     width: 100%;
     z-index: 1500;
     top: 0px;
     box-shadow: 0px 0px 0px #ccc;
     border-top: 0px solid #fff;
 }
 .logo {
     float: left;
     margin: 15px 0px 0px 0px;
     padding-right: 0px !important;
 }
 .logo a {
     display: block;
 }
 .logo-text {
     float: left;
     font-size: 25px;
     font-weight: 400;
     font-family: Arial, Helvetica, sans-serif;
     padding: 43px 0px 0px 5px;
 }
 .top-menu {
     float: right;
     margin-top: 28px;
     margin-bottom: 5px;
     padding-top: 15px;
 }
 .top-menu ul {
     display: inline-block;
     margin-top: 10px;
 }
 .top-menu ul li {
     display: inline-block;
 }
 .top-menu ul li a {
     color: #fff;
     text-transform: none;
     font-size: 16px !important;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none;
     padding: 10px 9px;
 }
 .top-menu ul li a:hover {
     color: #04443f;
     text-decoration: none;
     padding: 10px 9px;
 }
 .top-menu ul li a.active {
     background: #44bbff;
     color: #7a0c00;
     padding: 10px 9px;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -o-border-radius: 4px;
     -ms-border-radius: 4px;
 }
 .wd100 {
     width: 100%
 }
 /* Shutter Out Horizontal */
 
 a.hvr-shutter-out-horizontal {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     color: #7a0c00;
     padding: 6px 10px;
 }
 a.hvr-shutter-out-horizontal:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #13b252;
     border: 2px solid #fff;
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: transform;
     transition-property: transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     color: #7a0c00 !important;
     padding: 6px 10px;
     border-radius: 7px;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     -o-border-radius: 7px;
     -ms-border-radius: 7px;
 }
 a.hvr-shutter-out-horizontal:hover,
 a.hvr-shutter-out-horizontal:focus,
 a.hvr-shutter-out-horizontal:active {
     color: white;
 }
 a.hvr-shutter-out-horizontal:hover:before,
 a.hvr-shutter-out-horizontal:focus:before,
 a.hvr-shutter-out-horizontal:active:before {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
 }
 .top-menu ul {
     margin-top: 8px;
 }
 .banner {
     background: #709dca;
     padding-bottom: 21em;
     margin-bottom: 9em;
 }
 .banner-section {
     padding: 0px 0px 0px 0px;
 }
 .banner_img {
     width: 100%;
 }
 .banner_con {
     color: #fff;
     font-size: 53px;
     font-weight: 900;
     font-style: italic;
     text-transform: none;
     padding-top: 2%;
     padding-left: 15%;
     position: absolute;
     line-height: 65px;
     font-family: Arial, Helvetica, sans-serif;
 }
 .banner-info h2 {
     color: #fff;
     font-size: 2.5em;
     font-weight: 800;
     text-transform: uppercase;
     word-spacing: 2px;
     padding-top: 2.5em;
 }
 .banner-info p {
     color: #fff;
     font-size: 1.12em;
     font-weight: 300;
     margin: 0.1em 0 1em 0;
 }
 .details input[type="text"] {
     width: 85%;
     color: #a9a9a9;
     font-size: 0.9em;
     padding: 14px 14px 14px 0;
     border: none;
     outline: none;
     background: #fff;
 }
 .details form li {
     display: inline-block;
 }
 .details {
     margin: 3em 0 5em 0;
 }
 .details form li {
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -o-border-radius: 3px;
     list-style: none;
     float: left;
     width: 26%;
     background: #fff;
     margin-right: 0.7em;
 }
 .details form input[type="submit"] {
     color: #fff;
     text-transform: uppercase;
     font-size: 0.95em;
     font-weight: 300;
     border: none;
     background: #ffbb42;
     padding: 14px 0px;
     width: 19%;
     outline: none;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -o-border-radius: 4px;
     -ms-border-radius: 4px;
 }
 .details form input[type="submit"]:hover {
     background: #394b50;
 }
 .header-bottom {
     position: relative;
 }
 .border {
     border-bottom: 2px solid #000;
     position: absolute;
     width: 100%;
     display: inline-block;
 }
 .top_m {
     width: 1140px !important;
 }
 .content_bg {
     background-image: url(../images/content_bg.jpg);
     background-position: center top;
     background-repeat: no-repeat;
     padding: 0px 0px 30px 0px;
     margin-top: 60px;
     margin-bottom: 0px;
     width: 100%;
     height: 778px;
     background-size: cover;
     background-attachment: scroll;
 }
 @media screen and (max-width: 1440px) {
     .content_bg {
         height: 100% !important;
     }
 }
 @media screen and (max-width: 1440px) {
     .content_bg {
         height: 100% !important;
     }
 }
 .content_bg1 {
     background-image: url(../images/content_bg1.jpg);
     background-position: center top;
     background-repeat: no-repeat;
     padding: 0px;
     margin: 00px 0px 0px 0px;
     width: 100%;
     background-size: cover;
 }
 .pic-caption.bottom-to-top {
     font-size: 12px;
     padding: 70px 0 0;
 }
 .sec_main {
     /* background-image:url(../images/border.png); background-repeat:no-repeat; */
     
     background-position: center top;
 }
 .sec_main1 {
     /*background-image:url(../images/border1.png); background-repeat:no-repeat;*/
     
     background-position: center top;
 }
 .sections {
     margin: 0px;
 }
 .sections h1 {
     color: #000000;
     font-size: 49px;
     font-weight: 900;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 25px 0px;
     text-decoration: none !important;
     text-align: center;
     line-height: 50px;
 }

 .sections span {
     font-size: 32px;
     line-height: 36px;
     font-weight: normal;
	 
 }
 .spans {
     font-size: 32px;
     font-weight: normal;
     color: #FFF;
     text-align: center;
     line-height: 44px;
 }
 .section_font {
     color: #FFF !important;
     padding: 0px !important;
     margin: 0px !important;
     font-size: 23px;
     text-align: center;
     line-height: 27px;
     font-weight: 100;
 }
 .sections h2 {
     color: #fff;
     font-size: 50px;
     font-weight: 900;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 4px 0px;
     text-decoration: none !important;
     text-align: center;
     line-height: 50px;
 }
 .sections h3 {
     color: #fff !important;
     font-size: 40px !important;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 45px 0px;
     text-decoration: none !important;
     text-align: left;
     line-height: 36px;
 }
 .sections1 h1 {
     color: #000;
     font-size: 38px;
     font-weight: 900;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 30px 0px;
     text-decoration: none !important;
     text-align: center;
     line-height: 36px;
 }
 .sections1 h2 {
     color: #000;
     font-size: 38px;
     font-weight: 900;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 30px 0px;
     text-decoration: none !important;
     text-align: center;
     line-height: 36px;
 }
 .sections1 span {
     font-size: 23px;
     font-weight: normal;
 }
 .sections p {
     color: #000000;
     font-size: 23px;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 15px 0px 0px 0px;
     text-decoration: none !important;
     text-align: center;
 }
 
 .sections h3{
     font-size: 32px;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     padding: 38px 0px 25px 0px;
     text-decoration: none !important;
     text-align: center;
     line-height: 36px;
 }
 
 .species {
     margin: 0px;
     padding: 0px;
 }
 .species ul {
     margin: 0px;
     padding: 0px;
 }
 .species li {
     margin: 0px 0px 18px 1%;
     padding: 0px;
     float: left;
     width: 15.6%;
     list-style: none;
 }
 .species li a {
     margin: 0px;
     padding: 0px;
     text-decoration: none;
 }
 .species li a:hover {
     margin: 0px;
     padding: 0px;
     text-decoration: none;
 }
 .species li img {
     width: 100%;
     opacity: 1;
     filter: alpha(opacity=50);
     /* For IE8 and earlier */
 }
 .species li img:hover {
     opacity: 0.5;
     filter: alpha(opacity=100);
     /* For IE8 and earlier */
 }
 .species1 {
     margin: 0px;
     padding: 0px;
 }
 .species1 ul {
     margin: 0px;
     padding: 0px;
 }
 .species1 li {
     margin: 0px 0px 18px 1%;
     padding: 0px;
     float: left;
     width: 19%;
     list-style: none;
 }
 .species1 li a {
     margin: 0px;
     padding: 0px;
     text-decoration: none;
 }
 .species1 li a:hover {
     margin: 0px;
     padding: 0px;
     text-decoration: none;
 }
 .species1 li img {
     width: 80%;
     opacity: 1;
     filter: alpha(opacity=50);
     /* For IE8 and earlier */
 }
 .species1 li img:hover {
     opacity: 0.5;
     filter: alpha(opacity=100);
     /* For IE8 and earlier */
 }
 .owner_con {
     background-image: url("../images/hooks.png");
     background-position: 0 8px;
     background-repeat: no-repeat;
     color: #fff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 22.5px;
     font-weight: lighter;
     min-height: 15px;
     padding: 0 0 25px 42px;
     text-align: left;
     text-decoration: none !important;
     text-transform: none;
 }
 .owner_con span {
     font-size: 22.5px;
     font-weight: normal;
     max-width: 475px;
     line-height: 28px;
     text-align: justify;
     font-weight: 100;
 }
 .time {
     color: #231f20;
     font-size: 26px;
 }
 .mar_t {
     margin-top: 10px;
 }
 .angler_im {
     border-right: 1px solid #b2b4b6;
     min-height: 188px;
     padding: 0px !important;
     display: block;
     margin: 0px;
     width: 20px !important;
 }
 .section_im_icon {
     padding: 0px 5px 0px 0px !important;
     margin: 0px !important;
     text-align: right;
     font-size: 15px;
 }
 .section_im_icon1 {
     padding: 0px 0px 0px 5px !important;
     margin: 0px !important;
     text-align: left;
     font-size: 15px;
 }
 .bottom-sec {
     margin: 0px 0px 0px 0px;
     padding: 25px 0px 50px 0px;
     background: #000;
     border-radius: 0px;
     width: 100%;
     text-align: center;
 }
 .bottom-sec a {
     text-align: center;
     color: #fff;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none !important;
     padding: 0px 10px 0px 10px;
 }
 .bottom-sec a:hover {
     color: #04443f;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none !important;
 }
 .bottom-sec li {
     color: #fff;
     font-size: 14px;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none !important;
     text-align: center;
     line-height: 20px;
     /*background-image:url(../images/bottom-sec.png);*/
     
     background-repeat: no-repeat;
     list-style: none;
     background-position: 0px 8px;
     padding: 0px 15px 6px 0px;
     float: left;
 }
 .bottom-sec li a {
     color: #fff;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none !important;
 }
 .bottom-sec li a:hover {
     color: #04443f;
     font-weight: normal;
     text-transform: none;
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: none !important;
 }
 .glyphicon-chevron-right {
     display: none !important;
 }
 .glyphicon-chevron-left {
     display: none !important;
 }
 .bottom-sec .fa {
     font-size: 25px !important;
     margin-top: 15px;
 }
 /*Slider Start*/
 
 #jquery-script-menu {
     position: fixed;
     height: 90px;
     width: 100%;
     top: 0;
     left: 0;
     border-top: 5px solid #316594;
     background: #fff;
     -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
     z-index: 999999;
     padding: 10px 0;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
 }
 .jquery-script-center {
     width: 960px;
     margin: 0 auto;
 }
 .jquery-script-center ul {
     width: 212px;
     float: left;
     line-height: 45px;
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .jquery-script-center a {
     text-decoration: none;
 }
 .jquery-script-ads {
     width: 728px;
     height: 90px;
     float: right;
 }
 .jquery-script-clear {
     clear: both;
     height: 0;
 }
 /*Slider End*/
 /*Stiky keader Start*/
 
 header {
     text-align: center;
     line-height: normal;
     background: #000;
     width: 100%;
     display: inline-block;
     // set animation
     -webkit-transition: All 0.5s ease;
     -moz-transition: All 0.5s ease;
     -o-transition: All 0.5s ease;
     -ms-transition: All 0.5s ease;
     transition: All 0.5s ease;
 }
 header img {
     width: 200px;
     -webkit-transition: All 0.5s ease;
     -moz-transition: All 0.5s ease;
     -o-transition: All 0.5s ease;
     -ms-transition: All 0.5s ease;
     transition: All 0.5s ease;
 }
 header.sticky {
     position: fixed;
     font-size: 24px;
     line-height: normal;
     width: 100%;
     background: #000;
     text-align: left;
     padding-left: 0px;
     z-index: 2500;
     -webkit-transition: All 0.5s ease;
     -moz-transition: All 0.5s ease;
     -o-transition: All 0.5s ease;
     -ms-transition: All 0.5s ease;
     transition: All 0.5s ease;
 }
 header.sticky img {
     width: 50%;
     -webkit-transition: All 0.5s ease;
     -moz-transition: All 0.5s ease;
     -o-transition: All 0.5s ease;
     -ms-transition: All 0.5s ease;
     transition: All 0.5s ease;
 }
 header.sticky .top-menu {
     float: right;
     margin-bottom: 5px;
     padding-top: 0px;
 }
 .sp_pad {
     padding: 0px 20px 0px 20px !important;
 }
 .sp_pad1 {
     padding: 0px 20px 0px 20px !important;
 }
 /*Stiky keader End*/
 
 .region_main {
     width: 100%;
     background: #ffffff;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     background-size: cover;
     display: inline-block;
 }
 .species_sec {
     width: 50%;
     float: left;
     /* background: url(../images/hooks_by_species_bg.png); background-repeat:no-repeat;  background-size:100% 100%; background-size:cover;*/
 }
 .region_sec {
     width: 50%;
     float: left;
     /*background-color:#7cb5a6; background:url(../images/hookbyregion.jpg); background-size:cover; background-size:100% 100%;*/
 }
 .species_sec_con {
     width: 85%;
     margin: 0px auto;
 }
 .angler {
     margin: 0px 0px 0px 0px;
 }
 .angler_ad_im {
     text-align: left;
 }
 .footer_menu {
     padding: 15px 0px 0px 0px;
 }
 @media only screen and (max-width: 1438px) {
     .banner_con {
         font-size: 50px;
         line-height: 50px;
         padding-left: 10%;
     }
 }
 @media only screen and (max-width: 1200px) {
     .banner_con {
         font-size: 40px;
         line-height: 40px;
         padding-left: 10%;
     }
     .top-menu ul li a {
         color: #fff;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         font-weight: bold;
         padding: 10px 9px;
         text-decoration: none;
         text-transform: none;
     }
     .top-menu {
         float: left;
     }
 }
 @media only screen and (max-width: 1100px) {
     .banner_con {
         font-size: 40px;
         line-height: 40px;
         padding-left: 4%;
     }
 }
 @media only screen and (max-width: 1020px) {
     .top_m {
         width: 100% !important;
     }
     span.menu {
         width: 28px;
         height: 28px;
         background: url(../images/nav.png)no-repeat;
         display: inline-block;
         float: right;
         cursor: pointer;
         margin-top: 25px;
         z-index: 2500;
         position: absolute;
         right: 25px;
     }
     .top-menu {
         width: 100%;
         display: none;
         text-align: center;
         background: #4b4b4b;
         padding: 0;
         margin-top: 7px !important;
     }
     .top-menu ul {
         float: none;
         width: 100%;
     }
     .top-menu ul li {
         display: block;
         float: none;
     }
     .top-menu ul li a {
         display: block;
         padding: 10px 0px;
     }
 }
 @media screen and (max-width: 800px) {
     .banner_con {
         color: #fff;
         font-size: 30px;
         line-height: 40px !important;
         font-weight: bold;
     }
 }
 @media only screen and (max-width: 768px) {
     .mar_t {
         margin-top: 20px !important;
     }
     .content_bg {
         padding: 0px 0px 30px 0px;
         margin-top: 40px;
         margin-bottom: 0px !important;
     }
     .content_bg1 {
         padding: 0px 0px 0px 0px;
         margin-top: 0px;
         /* margin-bottom: 30px !important; */
     }
     .banner-section {
         padding: 0px 0px 25px 0px;
     }
     .sections h1 {
         font-size: 40px !important;
         padding: 0px 0px 25px 0px;
     }
     .sections span {
         font-size: 23px;
         line-height: 20px;
     }
     .sections h2 {
         font-size: 40px;
     }
     .sections h3 {
         font-size: 25px;
     }
     .sections1 h1 {
         font-size: 28px;
     }
     .sections1 h2 {
         font-size: 28px;
     }
     .sections1 span {
         font-size: 18px;
     }
     .sections p {
         font-size: 18px;
         padding: 0px;
     }
     .time {
         font-size: 22px !important;
     }
 }
 @media only screen and (max-width: 650px) {
     span.menu {
         width: 28px;
         height: 28px;
         background: url(../images/nav.png)no-repeat;
         display: inline-block;
         float: right;
         cursor: pointer;
         margin-top: 20px;
         z-index: 2500;
         position: absolute;
         right: 25px;
     }
     .top-menu {
         width: 100%;
         display: none;
         text-align: center;
         background: #4b4b4b;
         padding: 0;
         margin-top: 7px !important;
     }
     .top-menu ul {
         float: none;
         width: 100%;
     }
     .top-menu ul li {
         display: block;
         float: none;
     }
     .top-menu ul li a {
         display: block;
         padding: 10px 0px;
     }
     .mar_t {
         margin-top: 20px !important;
     }
     .content_bg {
         padding: 0px 0px 30px 0px;
         margin-top: 28px;
         margin-bottom: 0px !important;
     }
     .content_bg1 {
         padding: 0px 0px 0px 0px;
         margin-top: 00px;
         /* margin-bottom: 25px !important; */
     }
     .banner-section {
         padding: 0px 0px 15px 0px;
         margin: 0px 0px 0px 0px;
     }
     .banner_con {
         color: #fff;
         font-size: 16px !important;
         line-height: 20px !important;
         padding-left: 4%;
     }
     .sections h1 {
         font-size: 25px !important;
         padding: 20px 0px 0px 7px !important;
         line-height: 26px;
     }
     .sections span {
         font-size: 17px; letter-spacing:.1px;
     }
     .sections h2 {
         font-size: 24px;
         font-weight: normal;
         line-height: 26px !important;
     }
     .sections h3 {
         font-size: 20px;
     }
     .sections1 h1 {
         font-size: 25px;
         text-align: center !important;
         line-height: 25px;
     }
     .sections1 h2 {
         font-size: 25px;
         display: inline-block;
         width: 100%;
         padding: 15px 0px 20px 0px;
         border-top: 1px solid #ccc;
         line-height: 25px;
     }
     .sections1 span {
         font-size: 16px; letter-spacing:.1px;
     }
     .sections p {
         font-size: 14px;
         padding: 15px 0px 0px 0px;
     }
     .owner_con {
         font-size: 18px !important;
     }
     .owner_con span {
         font-size: 18px !important;
     }
     .time {
         font-size: 18px !important;
         text-align: center;
     }
     .angler_im {
         display: none !important;
     }
     .angler_ad_im {
         text-align: center;
     }
     .angler_ad_im img {
         text-align: center;
     }
     header {
         height: 65px;
         z-index: 2500;
     }
     .species_sec {
         width: 100%;
         float: none !important;
         /*background: url(../images/hooks_by_species_bg.png) !important;*/
         
         background-repeat: no-repeat;
         background-size: 100% 100%;
         background-size: cover;
         display: inline-block !important;
         min-height: auto;
     }
     .region_sec {
         width: 100%;
         float: none !important;
         /*background:url(../images/hookbyregion.jpg) ; background-size:cover*/
         
         ;
         background-size: 100% 100%;
         display: inline-block !important;
         min-height: 400px;
     }
     .species_sec_con {
         width: 100%;
         margin: 0px auto;
     }
     .spans {
         font-size: 18px;
         line-height: 35px;
     }
     .angler {
         margin: 15px 0px 0px 0px;
     }
     .bottom-sec {
         padding: 0px 0px 25px 0px;
     }
     .footer_menu {
         padding: 17px 0 0;
     }
     .species li {
         width: 23.6%;
     }
     .species1 li {
         width: 24%;
     }
 }
 #boxscroll {
     padding: 0px;
     height: 336px;
     width: 100%;
     border: 0px solid #00F;
     overflow: auto;
     margin: 0px;
 }
 .carousel-inner > .item {
     opacity: 0;
     top: 0;
     left: 0;
     width: 100%;
     display: block;
     position: absolute;
     z-index: 0;
     -webkit-transition: opacity .0s ease-in-out;
     -o-transition: opacity .0s ease-in-out;
     transition: opacity .0s ease-in-out;
     -webkit-transform: translate3d(0, 0, 0) !important;
     transform: translate3d(0, 0, 0) !important;
     height: 40px;
     margin-top: 0px;
 }
 .carousel-inner > .item:first-of-type {
     position: relative;
 }
 .carousel-inner > .active {
     opacity: 1;
     z-index: 3;
 }
 .carousel-inner > .next.left,
 .carousel-inner > .prev.right {
     -webkit-transition: opacity 0.1s ease-in-out;
     -o-transition: opacity 0.1s ease-in-out;
     transition: opacity 0.1s ease-in-out;
     opacity: .1;
     left: 0;
     z-index: 2;
 }
 .carousel-inner > .active.left,
 .carousel-inner > .active.right {
     z-index: 1;
 }
 .carousel-control {
     z-index: 4;
 }
 .item.item-1.slide-image {
     min-height: 100px;
 }
 .shake {
     background: #ccc;
     text-align: center;
     width: 200px;
 }
 .pad-left5 {
     padding-left: 5%;
 }
 .pros-cnt-max-wd {
     max-width: 450px;
 }
 .pad-top5 {
     padding-top: 10%;
 }
 /*feb 23*/
 /*.container {
    width: 1016px!important;
}

@media only screen and (max-width: 1024px) { .container {
    width: 100% !important;
} 
}*/
 
 .bor-rgt {
     border-right: solid 1px #000
 }
 .bor-bot {
     border-bottom: solid 1px #000
 }
 .insta-bg {
     background: #dedede;
     padding-bottom: 38px;
     margin-top: -5px;
 }
 .mar-bot20 {
     margin-bottom: 78px;
 }
 @media only screen and (max-width: 600px) {
     .mar-bot20 {
         margin-top: 0px;
     }
 }
}
/*---------------------------------Sub page Start----------------------------*/

.sub_section {
    margin: 40px 0px 25px 0px;
    padding: 0px;
}
.sub_heading {
    background-color: #d6d3d3;
    padding: 29px 0px 35px 0px;
}
.sub_heading h1 {
    font-size: 52px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 15px;
}
.sub_heading_g {
    background-color: #d6d3d3;
    padding: 0px 0px 10px 0px;
}
.sub_heading_g h1 {
    font-size: 52px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px 15px;
}
.about_image {
    float: left;
}
.sub_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    margin: -15px -50px 0px 0px;
    position: absolute;
    color: #000000;
    text-align: left;
    line-height: 55px;
    font-style: italic;
    display: block;
}
.sub_content1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    margin: -10px 0px 0px -50px;
    position: relative;
    color: #000000;
    text-align: right;
    line-height: 55px;
    padding: 0px 15px 0px 0px;
    font-style: italic;
    display: block;
}
.para {
    padding: 0px 0px 15px 15px !important;
}
.sub_section h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    margin: 0px 0px 15px 0px;
    color: #000000;
    text-align: center;
}
.sub_section_head {
    font-size: 24px !important;
    font-weight: normal !important;
    margin: 0px 0px 15px 0px;
    color: #000000;
    text-align: left !important;
}
.sub_section_head1 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin: 0px 0px 15px 0px;
    color: #000000;
    text-align: left !important;
}
.sub_section_pra {
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0px 0px 15px 0px;
    color: #000000;
    text-align: justify !important;
}
.sub_sections {
    margin: 0px 0px 15px 25px;
    padding: 0px;
}
.sub_sections li {
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0px 0px 15px 0px;
    color: #000000;
    text-align: justify !important;
    list-style: circle;
}
.sub_section p {
    color: #414042;
    font-size: 23px;
    font-weight: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 0px 0px 0px;
    text-decoration: none !important;
    text-align: justify;
    padding: 0px 0px 15px 0px;
}
.about_hook {
    width: 775px;
    margin: 0px auto;
    box-shadow: 0 0 15px #ccc;
    padding: 15px 0px 15px 0px;
    margin-top: 70px;
    margin-bottom: 30px;
    color: #2c6179
}
.about_hook a {
    color: #2c6179
}
.about_hook a:hover {
    color: #2c6179
}
.about_hook_con {
    color: #2c6179;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 900;
    text-align: left;
}
.resp-tabs-container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin: -25px 0px 0px 0px;
    color: #065e96;
    text-align: left;
    position: absolute;
    background-color: #FFF;
    padding: 0px 25px 0px 0px;
}
.region_border {
    border: 1px solid #898989;
    width: 100%;
    margin-bottom: 40px;
}
.region_border1 {
    border-bottom: 1px solid #898989;
    width: 100%;
    margin-bottom: 25px;
}
.regions_sec {
    margin: 0px;
    padding: 0px;
}
.regions_sec_content {
    margin: 25px 0px 25px 0px;
    padding: 0px;
    color: #3d3d3d;
    font-size: 18px;
}
.regions_sec_content a {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #1d5d7e;
    font-weight: 600;
}
.regions_sec_content a:hover {
    margin: 0px;
    padding: 0px;
    color: #3d3d3d;
    font-weight: 600;
}
.regions_sec_content1 {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    color: #3d3d3d;
    font-size: 18px;
    padding: 0px 0px 30px;
}
.regions_sec_content1 a {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #1d5d7e;
    font-weight: 600;
}
.regions_sec_content1 a:hover {
    margin: 0px;
    padding: 0px;
    color: #3d3d3d;
    font-weight: 600;
}
.regions_sec h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/heading_bg.jpg);
    line-height: 33px;
}
.regions_sec ul {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}
.regions_sec li {
    background-image: url("../images/region_hooks.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 27px;
    list-style: outside none none;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
.regions_sec img {
    margin-top: 50px;
}
.guide_section {
    margin: 35px 0px 0px 0px;
    padding: 0px;
}
.guide_section h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 6px 0px 6px 0px;
    background-image: url(../images/pros_guides_head_bg.jpg);
    line-height: 24px;
    min-height: 60px;
}
.guide_section h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 15px 0px 6px 0px;
    background-image: url(../images/pros_guides_head_bg1.png);
    line-height: 24px;
    min-height: 60px;
}
.guide_section h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 15px 0px 6px 0px;
    background-image: url(../images/pros_guides_head_bg.png);
    background-repeat: no-repeat;
    line-height: 24px;
    min-height: 60px;
}
.guide_section P {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #000;
    text-align: center;
    padding: 8px 15px 20px 15px;
}
.guide_section_par {
    display: block;
    clear: both;
}
.guide_section_par1 {
    display: none;
    clear: both;
}
.guide_section_left {
    width: 243px;
    float: left;
    margin: 0px 0px 60px 0px;
}
.guide_section_right {
    width: 281px;
    float: left;
    margin: 0px 0px 45px 7px;
    min-height: 360px;
}
.guide_section_cont {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 14px 0px 12px 0px;
    padding: 12px 0px 12px 0px;
    color: #000000;
    font-weight: 600;
}
.guide_section_cont1 {
    width: 50%;
    float: left;
    text-align: center;
    margin: 14px 0px 16px 0px;
    padding: 12px 0px 12px 0px;
    color: #000000;
    font-weight: 600;
    line-height: 18px;
}
.guide_section_social {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center
}
.guide_section_social a {
    margin: 0px 5px 0px 5px;
    padding: 0px;
}
.guide_section_cont_n {
    width: 100$;
    text-align: center;
    border-right: 0px solid #ccc;
    margin: 14px 0px 12px 0px;
    padding: 0px;
    color: #000000;
    font-weight: 600;
}
.about_m_img {
    margin: 0px
}
.about_img {
    float: left;
    width: 33%;
    margin: 0px;
}
.about_img1 {
    float: left;
    width: 33%;
    margin: 0px 5px 0px 5px;
}
.about_head {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .guide_section_left {
        width: 220px;
        float: left;
        margin: 0px 0px 60px 0px;
    }
    .guide_section_right {
        width: 220px;
        float: left;
        margin: 0px 0px 45px 7px;
        min-height: 360px;
    }
}
@media only screen and (max-width: 990px) {
    .guide_section_left {
        width: 48% !important;
        float: left;
    }
    .guide_section_right {
        width: 48% !important;
        float: left;
        margin: 0px 0px 0px 7px;
        min-height: 440px;
    }
    .sub_heading {
        padding: 20px 0px 20px 0px;
    }
    .sub_heading h1 {
        font-size: 45px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0px 0px 0px 15px;
    }
    .guide_section_cont {
        width: 100%;
        margin: 10px 0px 0px 0px;
        font-size: 12px;
        border-right: none;
        text-align: left;
        padding: 0
    }
    .guide_section_cont1 {
        width: 100%;
        margin: 10px 0px 10px 0px;
        font-size: 12px;
        border-right: none;
        text-align: left;
        padding: 0
    }
    .sub_content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        margin: -15px 0px 0px 0px;
        position: relative;
        line-height: 30px;
    }
    .sub_content1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        margin: -10px 0px 0px -15px;
        position: relative;
        line-height: 30px;
    }
    .sub_section p {
        font-size: 14px;
        padding: 0;
        text-align: left;
    }
    .about_img {
        width: 32.8%;
    }
    .about_img1 {
        width: 32.8%;
    }
}
@media only screen and (max-width: 650px) {
    .guide_section_left {
        width: 243px;
        float: left;
        margin: 0px 0px 10px 0px;
    }
    .guide_section_right {
        width: 281px;
        float: left !important;
        margin: 0px 0px 10px 7px;
        min-height: auto;
    }
    .sub_heading {
        padding: 15px 0px 15px 0px;
    }
    .sub_heading h1 {
        font-size: 36px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0px 0px 0px 15px;
    }
    .about_hook {
        width: 90%;
        margin: 0px auto;
        box-shadow: 0 0 15px #ccc;
        padding: 15px 0px 15px 0px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .sub_content {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 35px;
        margin: -15px -30px 0px 0px;
        position: relative !important;
        display: none;
    }
    .sub_content1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 35px;
        margin: -10px 0px 0px -30px;
        position: relative !important;
        display: none;
    }
    .about_head {
        display: none;
    }
    .guide_section P {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        color: #000;
        text-align: left;
        padding: 8px 0px 35px 0px;
    }
    .regions_sec_content {
        font-size: 16px;
    }
    .regions_sec_content a {
        font-size: 16px;
    }
    .regions_sec_content1 {
        font-size: 16px;
    }
    .regions_sec_content1 a {
        font-size: 16px;
    }
}
.contact_bg {
    background-image: url(../images/contact_bg.jpg);
    background-position: center top;
    min-height: 1953px;
    background-repeat: no-repeat;
}
.contact_corporate {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 592px;
    margin-left: 7%;
}
.contact_social {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 140px;
    margin-left: 80%;
    display: block;
}
.contact_no {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 559px;
    margin-left: 0%;
}
.contact_form {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 894px;
    margin-left: 8%;
}
.contact_hook {
    position: relative;
    z-index: 1000;
    margin-right: 20%;
    text-align: right;
}
.contact_hook1 {
    position: relative;
    z-index: 1000;
    margin-left: 20%;
    text-align: left;
}
.contact_form_bg {
    position: absolute;
    z-index: 0;
    margin: -64px 0px 0px 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    position: absolute;
    min-height: 250px;
}
.contact_con {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: left;
    padding: 76px 0px 0px 110px;
}
.contact_con1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: left;
    padding: 5px 0px 80px 110px;
}
.contact_con_no {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 76px 0px 0px 0px;
}
.contact_con_no1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 5px 0px 60px 0px;
}
.contact_social_icons {
    padding: 106px 0px 20px 0px;
    text-align: center;
}
.contact_social_icons div {
    padding: 0px 0px 15px 0px;
    width: 100% !important;
}
.contact_forms {
    padding: 106px 117px 80px 117px;
}
.contact_forms .form-control {
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    height: 55px;
}
.contact_forms .form-control1 {
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    height: 280px;
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 18px;
}
.btn {
    background-color: #ffc115;
    color: #000;
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 21px;
    padding: 5px 34px 5px 34px;
}
@media only screen and (max-width: 1024px) {
    .contact_corporate {
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 540px;
        margin-left: 7%;
    }
    .contact_social {
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 170px;
        margin-left: 80%;
        display: block;
    }
    .contact_no {
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 530px;
        margin-left: 0%;
    }
    .contact_form {
        position: absolute;
        margin: 0px auto;
        padding: 0px;
        width: 95%;
    }
}
.instagram {
    display: block;
}
.instagram1 {
    display: none;
}
@media only screen and (max-width: 650px) {
    .contact_corporate {
        position: absolute;
        margin: 0px auto;
        padding: 0px;
        width: 90%;
    }
    .contact_social {
        position: absolute;
        margin: 0px auto;
        padding: 0px;
        width: 90%;
        display: none;
    }
    .contact_no {
        position: absolute;
        margin: 0px auto;
        padding: 0px;
        width: 90%;
    }
    .contact_form {
        position: absolute;
        margin: 0px auto;
        padding: 0px;
        width: 90%;
    }
    .contact_con {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 35px;
        font-weight: 900;
        margin: 0px 0px 0px 0px;
        color: #fff;
        text-align: left;
        padding: 76px 0px 0px 30px;
    }
    .contact_con1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 23px;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        color: #fff;
        text-align: left;
        padding: 5px 0px 30px 30px;
    }
    .contact_con_no {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 900;
        margin: 0px 0px 0px 0px;
        color: #fff;
        text-align: center;
        padding: 76px 0px 0px 0px;
    }
    .contact_con_no1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin: 0px 0px 0px 0px;
        color: #fff;
        text-align: center;
        padding: 5px 0px 60px 0px;
    }
    .contact_forms {
        padding: 106px 15px 30px 15px;
    }
    .lightwidget__tile {
        width: 25% !important;
    }
    .instagram {
        display: none;
    }
    .instagram1 {
        display: block;
    }
    .contact_form_bg {
        z-index: 1800;
    }
}
@media only screen and (max-width: 620px) {
    .about_img {
        width: 32.6%;
    }
    .about_img1 {
        width: 32.6%;
    }
}
@media only screen and (max-width: 500px) {
    .guide_section_par {
        display: none;
    }
    .guide_section_par1 {
        display: block;
    }
    .about_img {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .about_img1 {
        float: left;
        width: 100%;
        margin: 5px 0px 5px 0px;
    }
}
.guide_head {
    color: #000000 !important;
    font-size: 35px !important;
    font-weight: normal !important;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 38px 0px 25px 0px;
    text-decoration: none !important;
    text-align: left !important;
    line-height: 36px;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.city {
    text-align: center;
}
.row1 {
    margin-right: 0px !important;
}
.row2 {
    margin-left: 0px !important;
}
.mar_bt {
    margin-bottom: 25px;
}
.region_head {
    margin-top: 35px;
}
.pdf {
    font-size: 16px;
    color: #2d2d2d;
    margin: 15px 0px 0px 0px;
}
.pdf a {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
}
.pdf a:hover {
    font-size: 16px;
    color: #030;
}
.pdf .fa {
    font-size: 25px;
    color: #F00;
}
/*--------------------Products Start 2017-04-28------------------------*/

.sub_section1 {
    margin: 40px 0px 25px 0px;
    padding: 0px;
}
.product_top {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border-bottom: 1px solid #c7c9cb;
    width: 100%;
    clear: both;
}
.product_back {
    margin: 0px;
    padding: 0px 0px 20px 20px;
    color: #888888;
    font-size: 12px;
    background-image: url(../images/back_arrow.png);
    background-repeat: no-repeat;
}
.product_detail {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.product_detail h1 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 60px !important;
    font-weight: bold !important;
    text-align: left !important;
    line-height: 65px;
    font-family: 'Roboto', sans-serif;
}
.product_detail p {
    font-size: 19px !important;
    margin: 0px !important;
    color: #5f5f5f !important;
    text-align: left !important;
    line-height: 26px !important;
    padding: 0px 0px 15px 0px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
}
.product_detail_price {
    font-size: 30px;
    margin: 0px 0px 15px 0px;
    padding: 15px 0px 15px 0px;
    color: #00444f;
    text-align: left;
    font-weight: normal;
    font-style: italic;
    border-bottom: 4px dotted #f39935;
    font-family: 'Roboto', sans-serif;
}
.product_detail_price span {
    font-size: 15px;
    font-weight: normal;
}
.product_detail_price_d {
    font-size: 20px;
    color: #a4a4a4;
    text-decoration: line-through;
    font-weight: normal;
}
.product_cat {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.product_cat th {
    font-family: 'Roboto', sans-serif;
    background-color: #00444f;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 6px 15px 6px 15px !important;
    font-weight: 300;
    text-transform: uppercase;
}
.product_cat td {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #231f20;
    padding: 6px 15px 6px 15px !important;
}
.product_cat .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: 0px solid #ddd !important;
    line-height: 1.42857;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    text-align: center;
}
.product_cat table {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.table-striped > tbody > tr:nth-child(2n+0) {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #f1f1f2;
    border-bottom: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(2n+0):hover {
    background-color: #dddddd;
}
.table-striped > tbody > tr:nth-child(2n+1):hover {
    background-color: #dddddd;
}
.product_cat .form-control {
    width: 70px !important;
    margin: 0px auto;
}
.addcart {
    margin: 0px 60px 0px 0px;
    padding: 0px;
    float: right;
}
.addcart a {
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none !important;
    padding: 10px 10px 10px 10px;
    background-color: #04443f;
}
.addcart a:hover {
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none !important;
    background-color: #f39935;
}
.related_products {
    margin: 30px 0px 20px 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
.related_heading_br {
    border-top: 1px solid #c7c9cb;
    width: 100%;
    display: inline-block;
}
.related_products h1 {
    margin: -25px 0px 0px 0px;
    background-color: #FFF;
    padding: 0px 50px 5px 0px;
    font-size: 25px;
    text-align: left !important;
    position: absolute;
    color: #01444f;
    font-family: 'Roboto', sans-serif;
}
.related_products_sec {
    margin: 35px 0px 0px 0px;
}
.related_products_name {
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px !important;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.related_products_rate {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 21px;
    text-align: center;
    color: #6e6f73;
    font-family: 'Roboto', sans-serif;
}
/*--------------------Products End------------------------*/
/* 20170525 -------------------------------------------------- */

header {
    height: 80px;
}
header.sticky {
    height: 60px;
}
.top-menu {
    margin-top: 8px;
    transition: all 0.3s linear;
}
header.sticky .top-menu {
    margin-top: 5px;
}
header.sticky .logo {
    margin: 5px 0px 0px 0px;
}
span.menu {
    margin-top: 20px;
}
header.sticky span.menu {
    margin-top: 15px;
}
@media only screen and (max-width: 760px) {
    header {
        height: 65px;
    }
    header img {
        width: 140px;
    }
    header.sticky img {
        width: 140px;
    }
    header.sticky .logo {
        margin: 11px 0px 0px 0px;
    }
}




 
 