/*Designed By Rochona Ghosh*/
/*------------------------
    # google Fonts
-----------------------*/
/*----------------------------------------*/
/*-------------------
  1. Theme Default CSS (body, link color, section etc)
---------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;line-height: 29px;text-align: justify;font-size: 13px;font-weight: 500;}
h1,
h2, 
h3, 
h4, 
h5,
h6 {
  margin: 0 0 10px;
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: red;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
.clear{
	clear:both!important;
}
body{/* background: #f5f5f5; */}
button:focus, input:focus,textarea:focus{outline: none;}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.ptb-10{
  padding: 10px 0;
}
.ptb-20{
  padding: 20px 0;
}
.ptb-30{
  padding: 30px 0;
}
.ptb-40{
  padding: 40px 0;
}
.ptb-50{
  padding: 50px 0;
}
.ptb-60{
  padding: 60px 0;
}
.ptb-70{
  padding: 70px 0;
}
.ptb-90{
  padding: 90px 0;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-70{
  padding-bottom: 70px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-90{
  padding-bottom: 90px;
}

.mtb-20{
  margin: 20px 0;
}
.mtb-30{
  margin: 30px 0;
}
.mtb-40{
  margin: 40px 0;
}
.mtb-50{
  margin: 50px 0;
}
.mtb-60{
  margin: 60px 0;
}
.mtb-70{
  margin: 70px 0;
}
.mtb-80{
  margin: 80px 0;
}
ul.webinar_tab {
    list-style: none;
    padding: 0;
    text-align: center;
    background: #e2e2e2;
    margin-bottom: 15px;
}
ul.webinar_tab li.active {
    background: #dc1116;
    color: #fff;
}
ul.webinar_tab li {
    display: inline-block;
    width: 50%;
    margin: 0 -3px;
    padding: 11px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}
.frm_hd {
    border-bottom: 1px solid #e0e0e0;
    background: #fffdce;
    padding: 15px;
}
span.sl_no {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dc1116;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
h3.sub {
    font-size: 16px;
}
h3.sub {
    font-size: 14px;
    margin-bottom: 3px;
    color: #000;
}
span.caption {
    font-size: 14px;
    opacity: 0.6;
    padding-right: 8px;
}
a.view_dtls {
    font-size: 11px;
    background: #dc1116;
    border: 1px solid #dc1116;
    width: 77%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    padding: 5px;
}
a.view_dtls:hover {
    color: #dc1116 !important;
    background: #fff;
    text-decoration: none;
}
.mt-10{
  margin: 10px 0 0 0;
}
.mt-20{
  margin: 20px 0 0 0;
}
.mt-30{
  margin: 30px 0 0 0;
}
.mt-40{
  margin: 40px 0 0 0;
}
.mt-50{
  margin: 50px 0 0 0;
}
.mt-60{
  margin: 60px 0 0 0;
}
.mt-70{
  margin: 70px 0 0 0;
}
.mt-90{
  margin: 90px 0 0 0;
}
.mobile-menu::before {
    color: #fff;
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
}

.mb-20{
  margin: 0 0 20px 0;
}
.mb-30{
  margin: 0 0 30px 0;
}
.mb-60{
  margin: 0 0 60px 0;
}
.mb-80{
  margin: 0 0 80px 0;
}
.mb-90{
  margin: 0 0 90px 0;
}
.bg-gray{
  background: #F8F8F8;
}
#scrollUp {
  background: #333333 none repeat scroll 0 0;
  bottom: 30px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 38px;
  right: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}
#scrollUp:hover {
  background: #e73a30;
}
/*------------------------------------
    02. header-area css 
--------------------------------------*/
.header-top {
  background: #161616 none repeat scroll 0 0;
  color: #fff;
}
.support-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}
.single-support {
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 25px;
  width: 124px;
}
.support-description p {
  line-height: 20px;
  margin: 0;
}
.support-icon i {
  font-size: 30px;
  margin-right: 8px;
}
.support-description p {
  font-size: 14px;
  line-height: 20px;
  font-family: arial;
}
/*-- header-style-two ---*/
.header-top.header-top-two {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
}
.header-top-two .support-description p {
  color: #333;
}
.header-top-two .top-dropdown li a {
   color: #333;
}
.header-top-two  .shopping-cart ul li > a {
  color: #333;
}
.header-top-two .shopping-cart span.item-total {
  background: rgba(0, 0, 0, 0) url("img/icon/shopping-icon-2.png") repeat scroll 0 0 / cover ;
  color: #C97178;
}
.header-top.header-top-two {
  border-bottom: 1px solid #d6d6d6;
}
/*-- top-right-wrapper css --*/
.top-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.shopping-cart li {
  position: relative;
}
.shopping-cart ul li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 42px 10px 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
.shopping-cart span.item-total {
    display: block;
    font-weight: 700;
    line-height: 17px;
    min-width: 35px;
    padding: 14px 2px 5px;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 0px;
    color: yellow;
}
.shopping-cart ul li .shopping-cart-wrapper {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 20px;
  position: absolute;
  right: 0;
  width: 370px;
  top: 100%;
  z-index: 999;
}
.shopping-cart li .shopping-cart-wrapper ul li {
  border-bottom: 1px solid #ededed;
  padding: 20px 0;
}
.shopping-cart .shoping-cart-image {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  width: 72px;
}
.shopping-cart .shoping-cart-image .cart-sticker {
  background: #c97178 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  left: 5px;
  line-height: 23px;
  min-width: 25px;
  padding: 2px 0 0;
  position: absolute;
  text-align: center;
  top: 5px;
}
.shopping-cart .shoping-product-details h3 {
  color: #222222;
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  word-wrap: break-word;
}
.shopping-cart .cart-product-price > span {
  color: #c97178;
  display: block;
  margin: 10px 0 0;
}
.product-size > span {
  color: #666666;
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
.shopping-cart .product-color > span {
  color: #666666;
  display: block;
  font-size: 12px;
}
.shopping-cart .cart-total h5 {
  color: #414141;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;  
  margin: 0;
}
.shopping-cart .cart-total span {
  color: #878787;
  float: right;
  font-size: 16px;
}
.shopping-cart .shoping-checkout .cart-btn {
  background: #c97178;
  color: #ffffff;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shopping-cart .shoping-checkout .cart-btn:hover {
  background: #752c32;
  color: #ffffff;
}
/*-- top-dropdown css --*/
.top-dropdown li {
  display: inline-block;
  position: relative;
  margin: 0 25px 0 0;
}
.top-dropdown li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
}
.top-dropdown ul li .open-dropdown {
  background: #fff;
  color: #878787;
  position: absolute;
  width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  right: 0;
  z-index: 999;
}
.top-dropdown ul li .open-dropdown > li{
  display: block;
}
.top-dropdown ul li .open-dropdown > li a{
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 20px;
  text-transform: capitalize;
}
.top-dropdown ul li .open-dropdown > li a:hover {
  color: #c97178;
}
.open-dropdown {
  display: none;
}
/*-----------------------------------
   03. header-mid-area css 
-------------------------------------*/

.wrapper{
	min-height: 565px;
}
.left_pad{
    padding-left: 25%;
    padding-right: 100px;
    padding-top: 25px;
}
.user-info-top {
  float: right;
}
.shw_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
    display:none;
    transition:0.5s;
}
table.table th {
    background: #eaeaea;
    border: 1px solid #dcd5d5;

}
table.table th, table.table td{
   padding:8px;
    font-size: 14px;
}
img.aply_btn{
    cursor:pointer;
    transition:0.5s;
}
img.aply_btn:hover{
    transform:scale(1.06);
}
p.fees{
    background: #4a4a4a;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 7px;
    height: 41px;
}
h2.unique{
        font-size: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}
p.fees span {
    float: right;
    background: #da1e0b;
    display: inline-block;
    margin: -6px -39px;
    width: 185px;
    height: 41px;
    padding: 6px 0;
    border-radius: 6px 3px 24px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    transition:0.5s;
    cursor:pointer;
}
table.table tr th.main_hd{
        text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px !important;
}
p.fees:hover span {
    transform:scale(1.1);
}
.shw_img img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logo img {
    transition: 0.5s;
}
.header-mid-area {
    background: url(../images/bg_1.png) repeat;
    padding: 15px 0;
}
.user-info-top li {
  display: inline-block;
}
.user-info-top li a i {
  color: #e62f24;
  font-size: 15px;
  margin-right: 3px;
}
.user-info-top li a {
  border-left: 1px solid #b3aeae;
  color: #797676;
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.user-info-top li:first-child a {
  border: medium none;
  margin: 0;
  padding: 0;
}
.user-info-top li a:hover {
  color:#3aacb9;
}
.user-info-top li a.checkout {
  text-transform: uppercase;
  font-weight: 700;
}
.search-area {
  clear: both;
  float: right;
  margin-top: 0;
  width: 360px;
  position: relative;
}
.search-area input {
  border: 1px solid #161616;
  color: #333333;
  font-family: arial;
  font-size: 14px;
  line-height: 26px;
  padding: 7px 45px 5px 10px;
  width: 100%;
}
.search-area button {
  background: #161616 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 42px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-area button:hover,.header-mid-two .search-area button:hover {
  background: #c97178;
}
/*-- Header-style-three css --*/
.header-mid-area.header-style-three {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header-mid-area.header-style-three .user-info-top li a{
  color: #fff;
}
.header-mid-area.header-style-three .user-info-top li a:hover{
  color: #C97178;
}

/*-----------------------------------
   04. main-menu-area css 
--------------------------------------*/
.solidblockmenu.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background:#525252 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
ul.ul_same {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
ul.icns li {
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
}
ul.ul_same li i {
    color: #676363 !important;
    font-size: 14px;
}
ul.icns li:hover {
    transform: scale(1.2);
}
ul.icns li:hover i{
    color: #dd3221 !important;
}
ul.ul_same li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    vertical-align: middle;
    padding: 0 10px;
}
.main-menu-area.sticky  .main-menu.menu-area-five ul li {
  padding: 22px 8px;
}
.main-menu-area.sticky .main-menu.menu-area-five li ul.mega-menu > li ul li,
.main-menu-area.sticky .main-menu.menu-area-five li ul.mega-menu-two > li ul li {
  padding: 0;
}
.main-menu-area {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border: none;
}
.main-menu-area .main-menu {
  text-align: center;
}
.main-menu-area .main-menu li {
  display: inline-block;
  margin: 0 0px;
  padding: 14px 5px;
  position: relative;
}
.main-menu-area .main-menu li.app_nw{
    background: #e63e2e;
    transition:0.5s;
}
.main-menu-area .main-menu li.app_nw a{
    animation:fade 1s infinite alternate;
    background:transparent !important;
}
.main-menu-area .main-menu li.app_nw:hover{
    background:#fff;
}
.main-menu-area .main-menu li.app_nw:hover a{
        transform: scale(1.1);
    color:#e63e2e;
    animation:nonfaade 1s infinite alternate;
}
@keyframes fade{
    0%{opacity:1;}
    70%{opacity:1;}
    100%{opacity:0;}
}
@keyframes nonfaade{
    0%{opacity:1;}
    70%{opacity:1;}
    100%{opacity:1;}
}
.main-menu-area .main-menu li > a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 27px;
  padding: 0 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-menu-area .main-menu li > a:hover,.main-menu-area .main-menu li.active a {
  background: #e73420;
  color: #fff;
}
.main-menu-area .main-menu .dropdown-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0;
  top: 100%;
  width: 180px;
}
.main-menu ul li ul.dropdown-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
.main-menu-area .main-menu ul li ul.dropdown-menu > li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  padding: 0 20px;
  text-transform: capitalize;
}
.main-menu-area .main-menu ul li ul.dropdown-menu > li a:hover {
  color: #c97178;
}
.main-menu-area .main-menu .mega-menu, 
.main-menu-area .main-menu .mega-menu-two {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  padding: 30px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 100%;
  width: 784px;
  z-index: 999;
}
.main-menu-area .main-menu .mega-menu-two {
  width: 682px;
}
.main-menu-area .main-menu .mega-menu > li,
.main-menu-area .main-menu .mega-menu-two > li {
  float: left;
  padding: 0 30px 0;
  width: 25%;
  margin: 0;
}
.main-menu-area .main-menu .mega-menu-two > li{
  width: 33.333%;
}
.main-menu-area .main-menu li ul.mega-menu > li a,
.main-menu-area .main-menu li ul.mega-menu-two > li a {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 35px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.main-menu-area .main-menu .mega-menu > li ul li,
.main-menu-area .main-menu .mega-menu-two > li ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-menu-area .main-menu li ul.mega-menu > li ul li a,
.main-menu-area .main-menu li ul.mega-menu-two > li ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 28px;
  padding: 0;
  text-transform: capitalize;
}
.main-menu-area .main-menu li ul.mega-menu > li a:hover,
.main-menu-area  .main-menu li ul.mega-menu > li ul li a:hover,
.main-menu-area .main-menu li ul.mega-menu-two > li a:hover,
.main-menu li ul.mega-menu-two > li ul li a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #c97178;
}
/*-- menu-area-two --*/
.main-menu-area.menu-area-two {
  background: #c97178 none repeat scroll 0 0;
  border: none;
}
.main-menu.menu-style-two ul > li {
  margin: 0 35px 0 0;
  padding: 15px 0;
  position: relative;
}
.main-menu.menu-style-two{
  text-align: left;
}
.main-menu.menu-style-two ul > li > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  position: relative;
}
.main-menu.menu-style-two ul > li > a:after,.main-menu.menu-area-five ul > li a:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu.menu-style-two ul > li:hover  > a:after,
.main-menu.menu-style-two ul > li.active a:after,
.main-menu.menu-area-five ul > li:hover  > a:after,
.main-menu.menu-area-five ul  > li.active a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  width: 100%;
}
.main-menu.menu-style-two ul > li.active a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  width: 100%;
}
.main-menu.menu-style-two .mega-menu, .main-menu.menu-style-two .mega-menu-two {
  left: 0;
}
.main-menu.menu-style-two .mega-menu > li, .main-menu.menu-style-two .mega-menu-two > li,
.main-menu-area .main-menu.menu-area-five ul li .mega-menu > li, .main-menu-area .main-menu.menu-area-five ul li .mega-menu-two > li {
  float: left;
  margin: 0;
  padding: 0 30px;
  width: 25%;
}
.main-menu.menu-style-two .mega-menu-two > li,.main-menu-area .main-menu.menu-area-five ul li .mega-menu-two > li {
  width: 33.333%;
}
.main-menu.menu-style-two .mega-menu-two, .main-menu-area .main-menu.menu-area-five ul li .mega-menu-two {
  width: 735px;
}
/*---- menu-area-six css ----*/
.main-menu-area.menu-area-six {
  background: #202020 none repeat scroll 0 0;
  margin-bottom: 30px;
}
.main-menu-area.menu-area-six > .main-menu li {
  padding: 15px 0;
}
.main-menu-area.menu-area-six .main-menu li > a {
  color: #ffffff;
}
/*---- menu-area-five css ----*/
.main-menu-area.main-menu-five {
  border-top: medium none;
}
.main-menu-area .main-menu.menu-area-five ul li {
  padding: 11px 9px 37px;
}
.main-menu.menu-area-five ul li a {
  color: #161616;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 19px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 0;
  position: relative;
  text-transform: uppercase;
}
.main-menu.menu-area-five ul li a {
  position: relative;
}
.main-menu-area .main-menu.menu-area-five ul.dropdown-menu li {
  padding: 0;
}
.main-menu-area .main-menu.menu-area-five li > a:hover,.main-menu.menu-area-five ul  > li.active a {
  background: none;
  color: #C97178;
}
.main-menu.menu-area-five ul > li a:after {
  background: #C97178 none repeat scroll 0 0;
}
.main-menu.menu-area-five ul > li .mega-menu a:after,
.main-menu.menu-area-five ul > li .mega-menu-two a:after,
.main-menu-area .main-menu.menu-area-five ul.dropdown-menu li a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu-area.menu-area-six.sticky {
  border: medium none;
}

.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
p.abt_txt{
	font-size:14px;
}
header {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    background: #525252;
}
header img{
    width: 100%;
}
.sidemenu{
    width: 23%;
    background: #dd3221;
    padding: 20px;
    height: 100%;
        position: absolute;
}
.sidemenu ul li{
height: 50px;
    transition: 0.5s;
font-weight: 500;
font-size: 13px;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
text-transform: uppercase;
opacity: 0.9;
}
.sidemenu ul li a{
padding: 15px 10px;
    display: block;
color: #fff;
}
.sidemenu ul li a i {
    float: right;
    font-size: 19px;
    opacity: 0.5;
    transition: 0.5s;
}
.sidemenu ul li:hover i{
    margin-right: 20px;
    opacity: 1;
}
.sidemenu ul li:hover a{
    font-weight: bold;
}
.hello-word-title > h3 {
    border-bottom: 1px solid #d6d6d6;
    color: #171717;
    font-size: 21px;
    margin: 0;
    margin-bottom: 24px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.sidemenu ul li:hover{
    background: rgba(255, 255, 255, 0.32)
}
.flex-container .all_cnt {
    flex: 1;
}
p.p_txt {
    margin: 0 0 15px;
    line-height: 29px;
    text-align: justify;
    font-size: 15px;
}
h4.sub_hdng{
    margin: 40px 0 15px;
    font-size: 17px;
    border-bottom: 1px solid #dcdcdc;
    padding: 9px;
    border-top: 1px solid #dcdcdc;
    font-weight: 600;
    background: #f5ffa3;
    text-align: center;
}
h4.sub_hdng i{
    color: #dd3221;
    padding-right: 10px;
    font-size: 20px;
}
ul.highlight li i{
    font-size: 11px;
    color: #dd3221;
    padding-right: 15px;
}
ul.highlight.fees li {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    width: 31%;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    font-weight: bold;
    font-size: 19px;
    line-height: 45px;
    margin: 15px 20px;
}
ul.highlight li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}
ul.highlight li span {
    display: inline-block;
    background: #dd3221;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}
.faq_dv{
	border-bottom:1px solid #e6e2e2;
	    padding: 20px 0;
    cursor: pointer;
}
.faq_dv h4{
	font-size: 17px;
    font-weight: bold;
}
.faq_dv p, .faq_dv ul.highlight li{
    font-size: 14px;
    line-height: 22px;
    color: #757171;
    font-weight: 500;
    margin: 0;
}.faq_dv p>i{
        font-size: 11px;
    color: #dd3221;
    padding-right: 15px;

}

span.point{
    color: #fff;
    background: #e63420;
    padding: 2px 6px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}
.flex-container{display: flex;}
.category-item {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.5s;
    cursor: pointer;
}
.contact_p p {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.contact_p p i{
    float: left;
    width: 35px;
    font-size: 22px;
    color: #dd3221;
    margin-top: 4px;
}
.contact_p p:first-child i{
    height: 50px;
}
.category-item:hover {
    transform: scale(1.1);
}
.category-item:hover .product-price-box {
    color: #ef1a1a;
}
.category-item .product-img {
    float: left;
    margin-right: 15px;
}
.product-img a {
    width: 80px;
    display: inline-block;
}
.product-img a img {
    width: 100%;
}
.category-item .single-product-info h3, .category-item .product-price-box {
    text-align: left;
}
ul.fxd_bx {
    position: fixed;
    top: 29%;
    right: 0;
}
ul.fxd_bx li{
	width: 90px;
	height: 85px;
	background: #636363;
	margin: 2px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 0.5s;
}
ul.fxd_bx li a{
	color: #fff;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 15px;
	transition: 0.5s;
}
ul.fxd_bx li:hover{
	background: #dd3221;
}
ul.fxd_bx li a i{
	font-size: 30px;
	display: block;
	margin-bottom: 6px;
	transition: 0.5s;
}
.form_dv
{
  display: block;
  overflow: hidden;
  background: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  font-size: 0;
}

.divide_dv
{
  display: inline-block;
  width: 100%;
}
form .divide_dv.col-lg-6, .divide_dv.col-lg-4, .divide_dv.col-lg-3, .divide_dv.col-lg-12 {
    box-shadow: 1px 1px #E4E4E4;
}
::placeholder{
	opacity: 0.7;
	font-weight: normal;
}
label.lbl_cls {
    display: block;
    padding: 15px 17px 15px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #de5042;
    cursor: pointer;
    margin: 0;
}
.service {
    border: 1px solid #e32227;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 15px 36px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #e32227;
    margin: 20px 0;
    cursor: pointer;
    transition:0.5s;
}
.service:hover{
	background: #fff;
	color: #e32227;
}
.verification .modal-dialog{max-width: 35%;}
span.verified{
    position: absolute;
    bottom: 10px;
    right: 26px;
    font-size: 12px;
    font-weight: bold;
    color: green;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.divide_dv > label > input
{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 0px 3px 7px;
  border: none;
  outline: none;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  transition: opacity .3s;
}
.divide_dv > label > textarea
{
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 27px;
  max-height: 100%;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
  border: none;
  outline: none;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  transition: opacity .3s;
}
.divide_dv > label > select
{
  display: block;
  width: 100%;
  margin: 10px 0 1px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}

.divide_dv > label > input:focus, .divide_dv > label > select:focus, .divide_dv > label > textarea:focus
{
  opacity: 1;
}
.divide_dv.col-lg-6, .divide_dv.col-lg-4, .divide_dv.col-lg-3, .divide_dv.col-lg-12 {
    box-shadow: 1px 1px #E4E4E4;

}
.frm_scrl{
    background: #fff;
    box-shadow: -1px 1px solid #efebeb;
}
.divide_dv > label > textarea
{
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 27px;
  max-height: 100%;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
  border: none;
  outline: none;
  border-radius: 3px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  transition: opacity .3s;
}
.divide_dv > label > input:focus,  .divide_dv > label > select:focus, .divide_dv > label > textarea:focus
{
  opacity: 1;
}	
ul.fxd_bx li:hover a>i{
	transform:scale(1.15);
}
.product-price-box {
    color: #252525;
    font-size: 17px;
    line-height: initial;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    transition: 0.5s;
}
.product-price-box .new-price {
    padding: 0 3px;
}
.single-product-info h3 {
    line-height: 20px;
    text-align: left;
}
.single-product-info h3 a {
    color: #333333;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    /* height: 32px; */
    margin-top: 10px;
    overflow: hidden;
}
.sidemenu.sideSticky {
    position: fixed;
    top: 56px;
    left: 0;
}
.sidemenu.sideSticky ul{
    height: 555px;
    overflow-y: auto;
}
.sidemenu.sideSticky ul::-webkit-scrollbar {
  width: 0px;
  opacity:0;
}

/* Track */
.sidemenu.sideSticky ul::-webkit-scrollbar-track {
  background: #ffc6c6; 
  opacity:0;
}
 
/* Handle */
.sidemenu.sideSticky ul::-webkit-scrollbar-thumb {
  background: #BD1919; 
  opacity:0;
}
footer{
	background: #9e9e9e;text-align: center;padding: 16px;font-size: 14px;color: #fff;margin-top: 30px;margin-left: 23%;
}
.sidemenu ul li.active {
    background: rgba(255, 255, 255, 0.32);
}
.sidemenu ul li.active i {
    margin-right: 20px;
    opacity: 1;
}
.sidemenu ul li.active a {
    font-weight: bold;
}
.secondslide h3 {
    font-size: 26px;
    color: #000;
}
.secondslide p{
	line-height: 25px;
}
.secondslide a.btn {
    background: #dd3221;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 20px;
}
 .source_dv {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 20px;
    margin: 15px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 210px;
    transition:0.5s;
    cursor:pointer;
}
.source_dv p{
    margin: 0;
    line-height: 18px;
    opacity: 0.7;
    color: black;
    font-size: 11.5px;
    text-align: left;
}

.source_dv h4 {
    font-size: 20px;
    color: black;
}
.source_dv:hover{
    background:#dd3221;
    transform:scale(1.1);
}
.source_dv:hover h4, .source_dv:hover p{
    color:#fff;
}
.table td, .table th {
    border-bottom: 1px solid #dee2e6;
}
.benefit_dv {
    text-align: center;
    position: relative;
    padding: 70px 0;
    margin: 50px 0;
}
.benefit_dv .txt_bx{
    
position: absolute;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
top: 0;
    
left: 0;
    
width: 25%;
    
background: #efefef;
transition:0.5s;
}
.benefit_dv .txt_bx p{
    
margin: 0;
}
.benefit_dv .txt_bx span{
    
font-size: 11px;
    
line-height: 18px;
    
display: block;
    
text-align: left;
}
.benefit_dv img{
    width: 28%;
}
.benefit_dv .txt_bx:nth-child(1){
    top: -2%;
    left: 22%;
    padding: 10px;
}
.benefit_dv .txt_bx:nth-child(2){
    top: -2%;
    left: 53%;
    padding: 10px;
}
.benefit_dv .txt_bx:nth-child(3){
    top: 23%;
    left: 63%;
    padding: 10px;
}
.benefit_dv .txt_bx:nth-child(4){
    top: 54%;
    left: 63%;
    padding: 10px;
    width: 36%;
}
.benefit_dv .txt_bx:nth-child(5){
    top: 79%;
    left: 52%;
    padding: 10px;
    width: 36%;
}
.benefit_dv .txt_bx:nth-child(6){
    top: 79%;
    left: 11%;
    padding: 10px;
    width: 37%;
}
.benefit_dv .txt_bx:nth-child(7) {
    top: 54%;
    left: 5%;
    padding: 10px;
    width: 32%;
}
.benefit_dv .txt_bx:nth-child(8){
    top: 23%;
    left: 12%;
    padding: 10px;
}
.benefit_dv .txt_bx:nth-child(9) {
    top: -2%;
    left: 22%;
    padding: 10px;
}
.txt_bx {
    cursor:pointer;
}
.txt_bx:hover {
    background: #dd3221;
    color: #fff;
        transform: scale(1.1);
}
@media(min-width:320px) and (max-width:767px){
		footer{    margin-bottom: 80px !important;}
		#scrollUp {bottom: 80px !important;}
		.shw_img img {
    width: 95% !important;
}
.source_dv {
    height:auto !important;
    margin: 10px 0;
}
.source_dv h4 {
    font-size: 18px;
}
#scrollUp {
    right: 7px;
}
.secondslide h3 {
    font-size: 22px;
}
.secondslide p {
    font-size: 15px;
    font-weight: 400;
}
.rs_mb_0{
    margin-bottom:0 !important;
}
p.fees {
    background: #4a4a4a;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 7px;
    height: 41px;
    width: 97%;
}
p.fees span {
    float: right;
    background: #da1e0b;
    display: inline-block;
    margin: -7px -33px;
    width: 144px;
    height: 42px;
    padding: 6px 0;
    border-radius: 6px 3px 24px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    transition: 0.5s;
    cursor: pointer;
}
.benefit_dv img {
    width: 50%;
    margin-bottom: 20px;
}
.benefit_dv .txt_bx {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 15px;
    width:100% !important;
}
.benefit_dv{
    padding:0;
}.benefit_dv {
    margin: 0;
}
	}