@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: TheSans;
  src: url(../fonts/TheSans-Bold.otf);
}
@font-face {
  font-family: ITC-W23Bd;
  src: url(../fonts/ITC-Handel-Gothic-Arabic-W23Bd.ttf);
}
@font-face {
  font-family: Neo-Sans;
  src: url(../fonts/../fonts/Neo-Sans-Arabic-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/../fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/../fonts/Poppins-Regular.otf);
}
@font-face {
  font-family: GE_SS_Two_Bold;
  src: url(../fonts/../fonts/GE_SS_Two_Bold.otf);
}

body {
  font-family: "Neo-Sans";
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-family: "ITC-W23Bd";
}
.clicker {
  display: none !important;
}
.overlay .closebtn {
  display: none;
}


/* start header */

.header {
    background-position: bottom;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    font-family: "Neo-Sans" !important;
}
.navigation .logo {
  font-family: "Droid:;Kufi-Bold";
  font-size: 17px;
  line-height: 42px;
  color: #ce291f;
  margin-top: 8px;
  display: inline-block;
}
.logo .logo1 {
  width: 130px;
  height: 50px;
}
.navigation .navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  margin-top: 8px;
}
.navigation .navbar-default .navbar-nav {
  float: right;
  margin-right: -45px;
}
.navigation .navbar-default .navbar-nav li {
  margin: 0 7px;
}
.navigation .navbar-default .navbar-nav li:last-child {
  margin-left: 0;
}
.navigation .navbar-default .nav-left {
  float: left;
  margin: 0;
}
.navigation .navbar-default .navbar-nav li a,
.navigation .navbar-default .nav-left li a {
  font-family: "TheSans";
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  padding: 5px;
  border: none;
  transition: all 0.3s;
}
.navigation .navbar-default .nav-left li a {
    font-size: 15px;
    padding: 5px 2px;
}
.navigation .navbar-default .nav-left li a.btn {
  font-size: 14px;
  color: #fff !important;
  border-radius: 5px;
  margin-right: 5px;
  background: -webkit-linear-gradient(
    bottom,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background: linear-gradient(to top, rgb(40, 40, 40) 0%, rgb(71, 71, 71) 100%);
  box-shadow: 0px 5px 8px 0px rgb(189, 27, 27);
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
}
.navigation .navbar-default .nav-left li a.btn:hover {
  background: #fff;
  color: #e51c1c !important;
}
.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .nav-left li a:hover {
  color: #fdfe78 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

.width {
  width: 100% !important;
}
.opacity {
  display: none !important;
}

.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 180px;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding-right: 0;
    transition: all .3s;
}

.sub-menu li {
  margin: 0 !important;
}
.sub-menu li a {
  display: block;
  width: 100%;
  color: #1d1f25 !important;
  padding: 10px 15px !important;
  text-decoration: none;
  line-height: 23px !important;
  text-align: center !important;
  border-radius: 2px;
  transition: all 0.3s;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children span {
  color: #fff;
  font-size: 10px;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: -4px;
  transition: all 0.3s;
}
.sub-menu a:hover {
  background-color: rgb(233, 41, 41) !important;
  color: #fff !important;
}
.navigation .navbar-default .navbar-nav li .sub-menu a:hover {
  color: #fff !important;
}

.menu-item-has-children:hover .sub-menu{display: block !important;animation: fadeIn .5s;}

.menu-item-has-children:hover span {
  color: #fdfe78;
}

.affix {
  top: 0;
  width: 100%;
  transition: all.5s;
  padding: 20px 0 !important;
  position: fixed !important;
  animation-name: slide-down;
  animation-duration: 1.2s;
  background-image: linear-gradient(to right top, #eb1212, #ed2321, #ee302e, #ef3b3a, #f04545);4 100%);
  box-shadow: 0 1px 10px 5px #0e345266;
  -webkit-animation-name: slide-down; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s; /* Safari 4.0 - 8.0 */
}

@-webkit-keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

/* Standard syntax */
@keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}


.navigation .navbar-default .nav-left.client-nav {
  margin: 6px 0;
}
.navigation .navbar-default .nav-left.client-nav li a {
  font-size: 14px;
}
.navigation .navbar-default .nav-left.client-nav li:first-child {
  margin-left: 20px;
}
.navigation
  .navbar-default
  .nav-left.client-nav
  li.menu-item-has-children
  span {
  line-height: 32px;
}

.header-extra {
  height: 130px;
  width: 100%;
  background-color: #e82828;
}

/* start location nav menu */
.saudi_popover {
    position: absolute;
    bottom: 0px;
    left: 16%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    }
.saudi {
    display: inline-block;
}
.saudi i.fas.fa-map-marker-alt{ color:#fff;}
.saudi i.fas.fa-map-marker-alt:hover {color: #f0ee6f;}
.saudi:hover .saudi_popover {
    opacity: 1;
    z-index: 8;
    bottom: -45px; 
}
.contact_mobile li  {
    display: table !important;
    cursor: pointer;
    font-size: 21px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 14px 6px;
    display: block;
}
.contact_mobile li a  {
color:white;
}
.contact_mobile li a:hover  {
color:yellow;
}

.saudi_mobile:hover .saudi_popover_mobile {    opacity: 1;
    z-index: 8;
    bottom: -45px;}

.contact_mobile i.fab.fa-whatsapp {font-size:23px}

.saudi_popover_mobile {
    position: absolute;
   bottom: -120px;
    width: auto;
    height: auto;
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

    /* end location nav menu */

/* End header */

/* start slider */

.slider {
  background-color: #e92929;
  background-image: url(../images/slider-bg.png);
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
  padding-top: 50px;
  padding-bottom: 260px;
  position: relative;
  height: 962px;
}
.slider img {
  margin-right: -90px;
  animation: hopa 5s infinite;
}
.slider img:nth-of-type(1) {
    width: 500px;
    margin-right: -90px;
    top: 100px;
    animation: hopa 5s infinite;
}
@keyframes hopa {
  60% {
    margin-top: 30px;
  }
  100% {
    margin-top: 0px;
  }
}
.slider .title {
  margin-top: 135px;
}
.slider hr {
  width: 102px;
  border-top: 5px solid #fff;
  float: right;
  margin: 0;
}
.slider h2 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 30px;
  float: right;
  width: 100%;
}
.slider h3 {
  font-size: 30px;
  color: #fff;
  float: right;
}

#main-slider .owl-dots {
  position: absolute;
  bottom: -260px;
  left: 0%;
  transform: translateX(-50%);
  right: auto;
  z-index: 999;
  display: -webkit-inline-box;
}
#main-slider .owl-dot {
  width: 10px;
  margin: 0 7px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#main-slider .owl-dot.active {
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
  background-color: #f55657;
  border: 3px solid #fff;
  margin-top: -3px;
}

.slider .cloud {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
}

/* end slider */

/* start domain-search */

.domain-search {
  background-color: #f2f6f8;
  position: relative;
}
.domain-search .search-block {
  background-color: #fff;
  padding: 50px 0;
  border-radius: 50px;
  margin-top: -170px;
}
.domain-search .disc {
  text-align: center !important;
}
.domain-search .disc h1 {
  margin-top: 0 !important;
}
.disc h1 {
  font-size: 30px;
  color: #3f3f3f;
  margin-top: 40px;
}
.disc p {
  font-size: 12px;
  line-height: 24px;
  color: #858585;
  width: 93%;
}
.domain-search form {
  margin-top: 95px;
}
.domain-search form .form-group {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.domain-search form .form-group .form-control {
  height: 70px;
  background-color: #fff;
  box-shadow: none !important;
  border-radius: 50px;
  border: 2px solid #e2e0e0 !important;
  outline: none;
  padding-right: 170px;
}
.domain-search form .form-group button {
  width: 158px;
  height: calc(100% - 12px);
  line-height: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  border: none;
  box-shadow: none;
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none;
}
.tld_lisitng {
  text-align: center;
  margin: 0;
  margin-top: 30px;
}

.tld_lisitng li {
  display: inline-block;
  padding-left: 15px;
  border-left: 1px solid #ced3dc;
  margin-left: 15px;
  padding-right: 0;
  font-size: 16px;
  color: #777777;
  font-weight: 700;
}
.tld_lisitng li:last-child {
  margin-right: 0;
  border-left: none;
}
.tld_lisitng li .tld_price {
  vertical-align: middle;
}
/* end domain-search */

/* start service */

.service {
  background-color: #f8f8f8;
  padding: 90px 0;
}
.service .block {
  text-align: center;
}
.service .block img {
  margin: 10px auto;
}
.service .block h1 {
  font-size: 24px;
  color: #3f3f3f;
}
.service .block p {
  font-size: 12px;
  line-height: 24px;
  color: #858585;
  width: 93%;
  margin: 0 auto;
  margin-top: 30px;
}

/* end service */

/* start offers */

.offers {
  background-image: url(../images/../images/slider-bg2.png);
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}
.offers img {
  position: absolute;
  top: 20px;
  right: 0;
}
.offers .offer-text {
  margin-right: 100px;
}
.offers h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-top: 0;
}
.offers p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.offers p span {
  font-size: 48px;
  line-height: 85px;
  display: block;
  margin: 25px 0;
}
.offers .mainbtn {
  margin: 0 auto;
  display: table;
}
.mainbtn {
  font-size: 18px;
  color: #fff !important;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  border-radius: 50px;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
}

/* end offers */

/* start blog */

.blog {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.blog .disc {
  margin: 100px 0;
}
.blog .blog-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
}
.blog .blog-block img {
  width: 100%;
  height: 211px;
}
.blog .blog-block h1 {
  font-size: 16px;
  color: #3b3b5d;
  margin-bottom: 25px;
  margin-top: 15px;
}
.blog .blog-block a.mainbtn {
  font-size: 12px;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  width: 90px;
  height: 35px;
  line-height: 35px;
}

/* end blog */

/* start it */

.it {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
  height: 900px;
}
.it .disc h1 {
  width: 75%;
  line-height: 50px;
  margin-bottom: 30px;
}
.it .disc p {
  width: 96%;
}
.it img {
  width: 700px;
  position: absolute;
  top: 0;
  left: 0;
}
.mainbtn2 {
  font-size: 12px;
  color: #fff !important;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  border-radius: 50px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

/* end it */

/* start gallery */

.gallery {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.gallery .disc {
  margin: 70px 0;
}
.gallery .disc p {
  margin-bottom: 40px;
}
.gallery .gallery-block {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
  overflow: hidden;
}
.gallery .gallery-block a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .gallery-block img {
  width: 100%;
  height: 325px;
  transition: all 0.5s;
}
.gallery .gallery-block:hover img {
  transform: scale(1.1);
}

/* end gallery */

/* start footer-top */

.footer-top {
  background-color: #2a2a2a;
  padding: 50px 0;
}
.footer-top h1 {
  font-size: 18px;
  line-height: 20px;
  color: #fcff76;
  margin-bottom: 35px;
}
.footer-top h4 {
  font-size: 18px;
  line-height: 20px;
  color: #fcff76;
  margin-bottom: 35px;
}
.footer-top p {
  width: 92%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer-top ul.bottom-nav {
  list-style: none;
  padding: 0;
  float: right;
  width: 33.3%;
}
.footer-top ul.bottom-nav li a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s;
}
.footer-top ul.bottom-nav li a:hover {
  color: #fcff76;
}
.footer-top ul.info {
  list-style: none;
  padding: 0;
}
.footer-top ul.info li {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer-top ul.info li span {
  color: #fcff76;
  margin-left: 3px;
}

/* end footer-top */

/* start footer */

footer {
  background-color: #222222;
}
footer .footer-nav {
  margin: 0;
}
footer .footer-nav li a {
  font-size: 14px;
  color: #fff;
  line-height: 70px;
  padding: 0 2px;
  transition: all 0.3s;
}
footer .footer-nav li a:hover {
  color: #fcff76;
}
footer .icons {
  margin: 0;
}
footer .icons li span {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 70px;
  color: #fcff76;
  font-weight: normal;
  padding: 0 10px;
}

/* end footer */

/* totop */

.toTop {
  background-color: #ce291f;
  color: #fff;
  position: fixed;
  bottom: 60px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 7px;
  z-index: 35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.toTop i {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.toTop:hover {
  background-color: #303030;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toTop:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

/* end totop */

/* start search */

.mysearch {
  position: fixed;
  top: 0;
  background-color: rgb(236, 55, 56);
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  z-index: 99999999999;
  text-align: right;
  padding: 10px 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(90, 95, 93, 0.5) 10%,
    rgb(236, 55, 56) 80%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(90, 95, 93, 0.5) 10%,
    rgb(236, 55, 56) 80%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(90, 95, 93, 0.5) 10%,
    rgb(236, 55, 56) 80%
  );
  background: linear-gradient(
    to top,
    rgba(90, 95, 93, 0.5) 10%,
    rgb(236, 55, 56) 80%
  );
}
.mysearch .search-input {
  height: 100px;
  width: 10%;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 30px;
  margin-right: 60px;
  margin-top: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 0 3px;
  transition: all 0.5s;
}
.mysearch .close-btn {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 4%;
}
.mysearch .close-btn:after {
  display: none !important;
}
.mysearch .search-input:focus {
  outline: none;
  width: 90%;
}

.mysearch input::-webkit-input-placeholder {
  color: #fff !important;
}

.mysearch input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.mysearch input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

.mysearch input:-ms-input-placeholder {
  color: #fff !important;
}

/* end search */

/* end index */

.navigation .navbar-default .nav-left.client-nav {
  margin: 6px 0;
}
.navigation .navbar-default .nav-left.client-nav li a {
  font-size: 14px;
}
.navigation .navbar-default .nav-left.client-nav li:first-child {
  margin-left: 20px;
}
.navigation
  .navbar-default
  .nav-left.client-nav
  li.menu-item-has-children
  span {
  line-height: 32px;
}

.welcome-client {
  background-color: #f8f8f8;
  padding: 45px 0;
  padding-top: 85px;
}
.welcome-client .row:first-child {
  margin-bottom: 90px;
}
.welcome-client ul {
  margin: 0;
  margin-top: 15px;
}
.welcome-client ul li {
  padding: 0;
}
.welcome-client ul li a {
  font-size: 14px;
  color: #858585;
}
.welcome-client ul li:after {
  content: "/";
  color: #858585;
  margin: 0 5px;
}
.welcome-client ul li:last-child a {
  color: #eb4748;
}
.welcome-client ul li:last-child:after {
  display: none;
}
.welcome-client h1 {
  font-size: 30px;
  color: #eb4748;
}
.welcome-client .offers {
  padding: 20px 0;
  background-position: top;
  margin-bottom: 65px;
}
.welcome-client .offers .offer-text {
  margin-right: 300px;
}
.welcome-client .offers p {
  font-size: 14px;
  margin: 0;
}
.welcome-client .offers p span {
  font-size: 24px;
  line-height: 44px;
  margin: 0;
}
.welcome-client .client-block {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  border-radius: 20px;
  text-align: center;
  padding: 20px 0;
}
.welcome-client .client-block h1 {
  font-family: "Poppins-Bold";
  font-size: 51px;
  color: #3f3f3f;
  margin-bottom: 0;
}
.welcome-client .client-block h2 {
  font-size: 18px;
  color: #858585;
  margin: 0;
}
.welcome-client .client-block a {
  display: block;
  width: 100%;
  height: 100%;
}
form {
  margin-top: 95px;
}
form .form-group {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
form .form-group .form-control {
  height: 70px;
  background-color: #fff;
  box-shadow: 7.071px 7.071px 25px 0px rgb(223, 223, 223);
  border-radius: 50px;
  border: none;
  outline: none;
}
form .form-group button {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  border: none;
  box-shadow: none;
  position: absolute;
  top: 6px;
  left: 6px;
}
.welcome-client .welcome-service {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  height: 154px;
  margin-bottom: 40px;
}
.welcome-client .welcome-service h1 {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.welcome-client .welcome-service p {
  font-size: 12px;
  color: #3f3f3f;
  font-weight: 600;
  line-height: 85px;
  margin: 0;
}
.welcome-client .welcome-service a {
  width: 145px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.welcome-client .welcome-service form {
  margin-top: 25px;
}
.welcome-client .welcome-service form .form-group {
  width: 100%;
}
.welcome-client .welcome-service form .form-group .form-control {
  width: 63%;
  height: 50px;
  float: right;
  margin-left: 10px;
}
.welcome-client .welcome-service form .form-group button {
  font-size: 14px;
  line-height: 50px;
  width: 90px;
  height: 50px;
  position: relative;
  top: auto;
  left: auto;
  float: right;
}
.welcome-client .welcome-service form .form-group .submit1 {
  background-image: -webkit-linear-gradient(
    bottom left,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -o-linear-gradient(
    bottom left,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: linear-gradient(
    to top right,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  border-radius: 0 50px 50px 0;
  outline: none;
}
.welcome-client .welcome-service form .form-group .submit2 {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  border-radius: 50px 0 0 50px;
}

.accordion {
  list-style: none;
  margin-top: 0 !important;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  border-radius: 20px;
}
/*.accordion li{ }*/

.accordion .row {
  display: none;
}
.accordion li:first-child .row {
  display: block;
}
.accordion img {
  width: 100%;
  height: 100%;
  position: relative;
}

.accordion .link {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-radius: 50px;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion .row {
  padding-bottom: 20px;
}

.accordion li i {
  position: absolute;
  top: 0px;
  /*padding: 415px*/
  right: 10px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion h1 {
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  padding: 0 20px;
}
.accordion ul li h3 {
  font-family: "Neo-Sans";
  color: #3f3f3f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 10px;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
.accordion ul li:last-child h3 {
  border-bottom: none;
}
.accordion h3 span {
  color: #858585;
  display: block;
}
.accordion h1.text-center {
  font-size: 18px;
  line-height: 36px;
  color: #282828;
}
.accordion h1.text-center span {
  color: #6e6e6e;
  display: block;
}
.accordion ul li h4 {
  font-family: "Neo-Sans";
  color: #3f3f3f;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 10px;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
.accordion ul li:last-child h4 {
  border-bottom: none;
}
.accordion h4 span {
  margin-left: 10px;
}
.accordion .btn-group .mainbtn {
  width: 110px;
  float: right;
  margin: 0 5px;
  margin-top: 20px;
  margin-bottom: -20px;
}
.accordion ul {
  padding: 0;
  list-style: none;
  padding-right: 5px;
}
.accordion ul li {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
}
.accordion ul li:first-child {
  font-family: "ITC-W23Bd";
  color: #3f3f3f;
}
.accordion ul li span {
  font-family: "Poppins-Bold";
}
.accordion ul li:after {
  display: none;
}
.accordion li i.fa-caret-down {
  left: auto;
  right: 10px;
  font-size: 14px;
  line-height: 40px;
  top: 0;
}
.accordion .mainbtn {
  font-size: 14px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 40px;
}
.mainbtn.green {
  margin-top: 10px;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(124, 210, 89) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(124, 210, 89) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(124, 210, 89) 100%
  );
}
.accordion li.open .link {
  color: #fff;
  background-color: #2a85e7;
}

.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-caret-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {
  display: block;
}
.accordion .more {
  color: #212121;
}

.accordion .col-md-3 {
  padding: 15px;
}

.tickets {
  background-color: #f8f8f8;
  padding: 60px 0;
}
form.select {
  width: 90% !important;
  margin: 10px 5%;
  margin-bottom: -10px;
}
form.select label {
  border-bottom: 1px solid #efefef;
  font-family: "ITC-W23Bd";
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
form.select label a {
  font-size: 14px;
  color: #3f3f3f;
}
form.select label input {
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  margin-left: 10px;
}
form.select label:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

div.select {
  width: 90% !important;
  margin: 10px 5%;
  margin-bottom: -10px;
}
div.select label {
  border-bottom: 1px solid #efefef;
  font-family: "ITC-W23Bd";
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
div.select label a {
  font-size: 14px;
  color: #3f3f3f;
}
div.select label input {
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  margin-left: 10px;
}
div.select label:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tickets form {
  margin-top: 0;
  display: inline-block;
  width: 45%;
}
.tickets form .form-group {
  width: 100%;
  display: inline-block;
}
.tickets form .form-group .form-control {
  height: 45px;
  margin-right: 5px;
}
.tickets form .form-group button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  top: 5px;
  left: 0;
}
.tickets h6 {
  font-size: 10px;
  line-height: 24px;
  color: #3f3f3f;
  float: left;
  letter-spacing: 1px;
  margin: 0;
  margin-left: 55px;
  font-weight: bold;
}

.table {
  margin-top: 20px;
  width: 99%;
  margin: 20px auto;
}
.table thead.tabel-head {
  margin-bottom: 20px;
}
.table thead tr {
  background-color: #282828;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  border-radius: 50px;
  color: #fff;
  height: 40px;
  font-size: 12px;
}
.table thead tr th {
  vertical-align: middle;
  text-align: center;
  border-bottom: none;
}
.table thead tr th:first-child {
  border-radius: 0 50px 50px 0;
}
.table thead tr th:last-child {
  border-radius: 50px 0 0 50px;
}

.table tbody tr {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  height: 95px;
  font-size: 12px !important;
  color: #3f3f3f !important;
}
.table tbody tr td {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.invoice .table tbody tr td {
  font-size: 14px !important;
  color: #3f3f3f !important;
  font-weight: bold;
}
.table tbody tr td a {
  font-size: 14px !important;
  color: #3f3f3f !important;
  font-weight: bold;
}
.table tbody tr td:first-child {
  border-radius: 0 20px 20px 0;
}
.table tbody tr td:last-child {
  border-radius: 20px 0 0 20px;
}
.table tbody tr .mainbtn {
  font-size: 12px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #fff !important;
  vertical-align: middle;
  font-weight: normal;
  margin: 32px auto;
  border-radius: 50px;
}
.table tbody tr .mainbtn.status-open {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(118, 197, 86) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(118, 197, 86) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(118, 197, 86) 100%
  );
}
.mainbtn.status-red {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
}
.table tbody tr.spacer1 {
  height: 20px;
  box-shadow: none !important;
}
.table tbody tr.spacer2 {
  height: 25px;
  box-shadow: none !important;
}

.tickets .pagination,
.tickets .views {
  float: right;
  margin: 0;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.tickets .pagination li a {
  font-family: "Poppins-Bold";
  font-size: 14px;
  color: #fff;
  background-color: #282828;
  border-radius: 5px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border: none;
}
.tickets .pagination li:first-child a,
.tickets .pagination li:last-child a {
  background-color: #ee3e3e;
}
.tickets .views li {
  font-size: 14px;
  color: #3f3f3f;
  font-weight: bold;
  position: relative;
}
.tickets .views li select {
  border: 1px solid rgb(236, 236, 236);
  border-radius: 5px;
  background-color: #fff;
  width: 76px;
  height: 44px;
  padding: 0 10px;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.tickets .views li span {
  position: absolute;
  left: 20px;
  top: 0;
  font-weight: bold;
  font-size: 8px;
  line-height: 44px;
}

.tickets-replay .add-replay {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  display: block;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(40, 40, 40) 0%,
    rgb(71, 71, 71) 100%
  );
  height: 50px;
  padding: 0 40px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.tickets-replay .chat {
  list-style: none;
  padding: 0;
}
.tickets-replay .chat > li {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 15px 0px rgb(223, 223, 223);
  margin-bottom: 25px;
  padding: 20px;
}
.tickets-replay .replay-header {
  height: 50px;
  padding: 10px 20px;
}
.tickets-replay .replay-header img {
  float: right;
}
.tickets-replay .replay-header h3,
.tickets-replay .replay-header h4 {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  float: right;
  margin: 0;
  margin-right: 25px;
}
.tickets-replay .replay-header h4 {
  float: left;
  margin-right: 0 !important;
}
.tickets-replay .staff .replay-header {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(109, 194, 75) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(109, 194, 75) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(81, 153, 52) 0%,
    rgb(109, 194, 75) 100%
  );
}
.tickets-replay .client .replay-header {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
}
.tickets-replay p {
  margin: 0;
}
.tickets-replay pre,
.tickets-replay p {
  font-family: "Neo-Sans";
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  background-color: transparent;
  border: none;
  padding: 7px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 0;
}
.tickets-replay .client p {
  padding-bottom: 100px;
  border-bottom: 1px solid #b7b7b7;
}
.tickets-replay .client h5 {
  font-family: "ITC-W23Bd";
  font-size: 14px;
  margin-top: 15px;
  color: #8d8d8d;
  margin-bottom: 0;
  text-align: left;
}
.tickets-replay .rate {
  margin: 0 10px;
  margin-top: -10px;
}
.tickets-replay .rate li {
  padding: 0;
}
.tickets-replay .rate li span {
  font-family: FontAwesome;
  font-size: 18px;
  color: #cacaca;
}
.tickets-replay .col-md-9 .accordion {
  width: 280px;
}
.tickets-replay .col-md-9 .accordion .row {
  padding-top: 10px;
  padding-bottom: 0;
}

.product form {
  width: 60%;
}
.product form h4 {
  font-size: 14px;
  line-height: 60px;
  color: #282828;
  margin-right: 40px;
  font-weight: bold;
}
.product form .form-group button {
  width: 130px;
  border-radius: 50px;
}
.table tbody tr td a.update {
  font-size: 12px;
  color: #76ca54 !important;
}
.table tbody tr td a.update span {
  font-family: FontAwesome;
}
.table tbody tr td span.fa-times {
  color: #f65b5b !important;
  float: left;
  line-height: 21px;
  margin-left: 20px;
}

.login {
  text-align: center;
  background-color: #f8f8f8;
  padding: 50px 0;
}
.login .col-xs-12 {
  margin: 0 auto;
  float: none;
}
.login h1 {
  font-size: 30px;
  color: #eb4748;
}
.login h2 {
  font-size: 14px;
  color: #858585;
  margin-top: 40px;
}
.login form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.login form .form-group label {
  font-size: 14px;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 20px;
  float: right;
  margin-right: 40px;
}
.login form .form-group .form-control {
  padding-right: 60px;
}
.login form .form-group span {
  font-size: 14px;
  color: #cccccc;
  position: absolute;
  top: 75px;
  right: 40px;
}
.login form .form-group .submit1 {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  width: 100%;
  height: 60px;
  outline: none;
  margin-top: 30px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
  left: 0;
}
.login form a.ps-lost,
.login form h3 {
  font-size: 14px;
  line-height: 30px;
  color: #3f3f3f;
  font-weight: bold;
  margin: 0;
}
.login form h3 a {
  color: #e51c1c;
}

.sisn-up .col-xs-12 {
  float: right;
}
.sisn-up form {
}
.sisn-up form label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 60px;
  float: right;
  font-size: 14px;
}
.sisn-up form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.sisn-up form .form-group span {
  top: 30px;
  right: 40px;
  transform: rotateY(180deg);
}
.sisn-up form .form-group .submit1 {
  width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}

.work-gallery {
  padding: 50px 0;
  background-color: #f8f8f8;
  margin-top: 130px;
}
.work-gallery h1 {
  font-size: 30px;
  line-height: 20px;
  color: #3f3f3f;
}
.work-gallery .nav-tabs {
  margin-top: 30px;
  margin-bottom: 60px;
  border: none;
}
.work-gallery .nav-tabs > li > a {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 15px;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  transition: all 0.3s;
}
.work-gallery .nav-tabs > li.active > a,
.work-gallery .nav-tabs > li > a:focus,
.work-gallery .nav-tabs > li > a:hover {
  color: #e51c1c;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #e51c1c !important;
}
.work-gallery img {
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
}
.work-gallery .mainbtn {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  font-size: 12px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}
.work-gallery .gblock {
  display: none;
}
.work-gallery .gblock:nth-of-type(1),
.work-gallery .gblock:nth-of-type(2),
.work-gallery .gblock:nth-of-type(3),
.work-gallery .gblock:nth-of-type(4),
.work-gallery .gblock:nth-of-type(5) {
  display: block;
}
.work-gallery .mainbtn span {
  margin-left: 10px;
  transition: all 0.5s;
}
.work-gallery .mainbtn:hover span {
  transform: rotate(-360deg);
}

.slider.service-page {
  background-image: url(../images/slider2.png);
  height: 770px;
}
.slider.service-page .title h1 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.slider.service-page .title p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  width: 67%;
}
.slider.service-page img {
  position: absolute;
  left: 0;

}
.service-slider {
  background-image: url(../images/service-slider-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.service-slider .col-md-8 {
  margin: 0 auto;
  float: none;
}
.service-slider p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.service-slider .detail {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
  display: table;
}
.service-slider .detail img {
  width: 80px !important;
  height: 80px;
  border-radius: 50px;
  float: left;
  border: 3px solid #fff;
}
.service-slider .detail .text {
  float: left;
  margin: 17px 10px;
}
.service-slider .detail .text h2 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  text-align: left;
}
#service-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  z-index: 999;
  display: -webkit-inline-box;
}
#service-slider .owl-dot {
  width: 10px;
  margin: 0 7px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#service-slider .owl-dot.active {
  width: 16px;
  height: 16px;
  box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
  background-color: #f55657;
  border: 3px solid #fff;
  margin-top: -3px;
}

.Ques {
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 100px;
}
.Ques .disc h1 {
  margin-top: 0;
}
.Ques .disc p {
  width: 50%;
  margin-bottom: 40px;
}
.Ques .ques-block {
  display: block;
  border-radius: 15px;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(229, 67, 68) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(229, 67, 68) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(229, 67, 68) 100%
  );
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  padding: 0 30px;
}
.Ques .ques-block span {
  float: left;
  line-height: 60px;
}

.Ques .accordion {
  list-style: none;
  margin-top: 0 !important;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 20px;
}
.accordion .row {
  display: none;
}
.Ques .accordion li:first-child .row {
  display: none;
}
.Ques .accordion .row {
  padding-bottom: 0;
}
.Ques .accordion li {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}
.Ques .accordion .link {
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  position: relative;
  border-radius: 15px;
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(229, 28, 28) 0%,
    rgb(246, 91, 91) 100%
  );
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Ques .accordion li.open .link {
  margin-bottom: 10px;
  border-radius: 15px 15px 0 0;
}
.Ques .accordion li i {
  position: absolute;
  top: 0px;
  left: 25px;
  right: auto;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Ques .accordion li.open i.fa-caret-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.Ques .accordion li p {
  font-size: 14px;
  line-height: 24px;
  color: #858585;
  padding: 0 20px;
}

/* loader */

.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  opacity: 1;
  transition: all 0.5s;
}
.preloader img {
  width: 120px;
  height: 103px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 2.5s;
}
.preloader .img2 {
  opacity: 0;
}
.preloader .img2.newopacity {
  opacity: 1;
}

.hideopacity {
  opacity: 0;
}

.design-page {
  background-color: #f8f8f8;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.design-page .disc h1 {
  margin-bottom: 60px;
}
.design-page .disc p {
  width: 100%;
}
.design-page .disc .mainbtn2 {
  margin-bottom: 80px;
}
.design-page .disc .block {
  padding-right: 0;
  padding-left: 30px;
}
.design-page .disc .block h2 {
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
}
.design-page .disc .block p {
  margin-bottom: 30px;
}
.design-page img {
  position: absolute;
  left: -18%;
  top: 0;
  width: 700px;
}
.design-page .pull-right img {
  left: 0;
}
.design-page .row:first-child {
  margin-bottom: 200px;
}
.design-page .row:nth-of-type(3) img {
  left: -37%;
}
.client {
  background-color: #fff;
  padding: 50px 0;
}
.client img {
  width: auto !important;
  margin: 0 auto;
}

/* ---------our-clients page-------------- */
.our-clients {
  background-color: #f8f8f8;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.our-clients .block {
  width: 100%;
  height: 150px;
  background-color: #ea2c2c;
  margin: 15px 0;
  position: relative;
}
.our-clients .block a {
  display: block;
  width: 100%;
  height: 100%;
}
.our-clients .block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 70%;
  max-height: 80%;
}
.our-clients .clients-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.our-clients .block:hover .overlay {
  opacity: 1;
  z-index: 6;
  padding: 35px 0;
}
.our-clients .block .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8) !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  padding: 25px 0;
  -moz-transition: opacity 0.3s ease-in-out, padding 0.5s ease;
  -webkit-transition: opacity 0.3s ease-in-out, padding 0.5s ease;
  transition: opacity 0.3s ease-in-out, padding 0.5s ease;
}
.our-clients .block .overlay h1 {
  font-size: 16px;
  line-height: 24px;
  color: #d5d5d5;
  text-align: center;
}
.our-clients .block .overlay hr {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 460px) {
  .our-clients .col-xs-6 {
    width: 100%;
  }
}

.header-extra {
  height: 130px;
  width: 100%;
  background-color: #e82828;
}

/* start new-plans plan2 */

.new-plans {
  background-color: #fff;
  padding: 90px 0;
  padding-bottom: 0 !important;
}
.new-plans h1 {
  font-family: "GE_SS_Two_Bold";
}
.new-plans .sub-title {
  text-align: center;
}
.new-plans .sub-title h1 {
  font-size: 36px;
  line-height: 54px;
  color: #303030;
}
.new-plans .sub-title hr {
  background-color: rgb(242, 76, 76);
  width: 80px;
  height: 5px;
}
.new-plans .feature {
  padding: 40px 0;
}
.new-plans .feature .feature-block {
  text-align: center;
}
.new-plans .feature .feature-block-img {
  margin: 0 auto;
  display: table;
}
.new-plans .feature .feature-block h1 {
  font-size: 18px;
  color: #f24c4c;
  height: 50px;
  margin-top: 30px;
}
span.en,
i.en {
  font-family: "Poppins-Bold";
}
.en {
  font-family: "Poppins-Bold" !important;
}
.new-plans .feature .feature-block p {
  font-size: 14px;
  line-height: 24px;
  color: #303030;
  width: 95%;
}

.new-plans .table {
  width: 90%;
  margin: 100px auto;
  font-family: "GE_SS_Two_Bold";
  border-radius: 20px;
}
.new-plans .table thead tr {
  border-radius: 0;
  color: #222222;
  font-size: 24px;
}
.new-plans .table thead tr th {
  text-align: center;
  height: 70px;
  line-height: 70px;
  border: none;
}
.new-plans .table thead tr th.tq {
  background-image: -moz-linear-gradient(
    30deg,
    rgb(235, 48, 48) 0%,
    rgb(255, 131, 132) 100%
  );
  background-image: -webkit-linear-gradient(
    30deg,
    rgb(235, 48, 48) 0%,
    rgb(255, 131, 132) 100%
  );
  background-image: -ms-linear-gradient(
    30deg,
    rgb(235, 48, 48) 0%,
    rgb(255, 131, 132) 100%
  );
  border-radius: 25px 25px 0 0 !important;
  color: #fff;
  height: 140px;
  line-height: 140px;
}
.new-plans .table tbody tr {
  border-radius: 0;
  background-color: rgb(242, 242, 242);
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  font-size: 18px !important;
}
.new-plans .table tbody tr th {
  text-align: right;
  color: #353535;
  background-color: #f2f2f2;
  vertical-align: middle;
  padding-right: 30px;
  border: none;
  width: 25%;
}
.new-plans .table tbody tr td {
  width: 25%;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #353535;
}
.new-plans .table tbody tr td {
  border-radius: 0 !important;
}
.new-plans .table tbody tr td.tq {
  background-color: #fff;
  color: #353535;
  box-shadow: 0px 23px 25px 0px rgb(223, 223, 223);
}
.new-plans .table tbody tr:nth-last-of-type(1) td.tq {
  position: relative;
}
.new-plans .table tbody tr:nth-last-of-type(1) td.tq:after {
  content: "";
  background-color: #fff;
  box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
  border-radius: 0 0 25px 25px;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 100%;
  left: 0;
}
.new-plans .table tbody tr:first-child th,
.new-plans .table tbody tr:first-child td {
  padding-top: 30px;
}
.new-plans .table tbody tr:last-child th,
.new-plans .table tbody tr:last-child td {
  padding-bottom: 30px;
}
.new-plans span.fa-times-circle {
  font-size: 24px;
  color: #ff4747;
}
.new-plans span.fa-check-circle {
  font-size: 24px;
  color: #24db1b;
}
.new-plans .OurBestFeatures {
  text-align: center;
  background-image: url(https://www.tqniait.com/sharedhosting/images/service-slider-bg.png);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  color: #fff;
}
.new-plans .OurBestFeatures p:after {
  background: #039ff5 !important;
  background: -moz-linear-gradient(left, #039ff5 0%, #14cfed 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #039ff5 0%,
    #14cfed 100%
  ) !important;
  background: linear-gradient(to right, #039ff5 0%, #14cfed 100%) !important;
  width: 104px;
  height: 20px;

  content: "";
}
.new-plans .OurBestFeatures .Tq-BestFeatures {
  padding-top: 50px;
  margin-bottom: 50px;
}
.new-plans .OurBestFeatures .Tq-BestFeatures .BestFeatures-block {
  margin-top: 20px;
}
.new-plans .OurBestFeatures .Tq-BestFeatures .BestFeatures-block .tq-img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  display: table;
  border: 3px solid #22222247;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.new-plans .OurBestFeatures .Tq-BestFeatures .BestFeatures-block .tq-img img {
  padding: 19px 0;
}
.new-plans
  .OurBestFeatures
  .Tq-BestFeatures
  .BestFeatures-block
  .tq-img.img-hover {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #f03535;
  border: 3px solid #fff9c6;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  display: none;
}
.new-plans .OurBestFeatures .Tq-BestFeatures .BestFeatures-block:hover .tq-img {
  display: none;
}
.new-plans
  .OurBestFeatures
  .Tq-BestFeatures
  .BestFeatures-block:hover
  .tq-img.img-hover {
  background-color: #f1f245;
  border: 3px solid #f1f245;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
  display: table;
}
.new-plans
  .OurBestFeatures
  .Tq-BestFeatures
  .BestFeatures-block:hover
  .tq-img.img-hover
  img {
  animation: mybounce 0.8s;
}
@keyframes mybounce {
  0% {
    transform: translateY(0px) scaleX(1) scaleY(1);
  }
  50% {
    transform: translateY(-1px) scaleX(1) scaleY(1);
  }
  60% {
    transform: translateY(-2px) scaleX(1) scaleY(1);
  }

  70% {
    transform: translateY(-3px) scaleX(1) scaleY(1);
  }
  80% {
    transform: translateY(-2px) scaleX(1) scaleY(1);
  }
  90% {
    transform: translateY(-1) scaleX(1) scaleY(1);
  }
  90% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}

.new-plans .Guarantees {
  text-align: center;
}
.new-plans .Guarantees img {
  width: 82px;
  height: 82px;
}
.new-plans .Guarantees h3 {
  font-size: 20px;
}
.new-plans .Guarantees p {
  font-size: 13px;
}
.new-plans .information .info-block {
  position: relative;
  display: table;
  margin-top: 40px;
  width: 100%;
  height: 80px;
}
.new-plans .information .info-block .info-block-img {
  float: right;
  margin-left: 20px;
}
.new-plans .information .info-block .info-block-img img {
}
.new-plans .information .info-block .info-block-text {
  float: right;
  text-align: right;
  width: 70%;
}
.new-plans .information .info-block .info-block-text h1 {
  font-size: 18px;
  line-height: 36px;
  color: #303030;
  margin: 0;
  font-family: "GE_SS_Two_Bold";
}
.new-plans .information .info-block .info-block-text h2 {
  font-size: 18px;
  line-height: 36px;
  color: #f24c4c;
  margin: 0;
}
.new-plans .information .info-block .desc {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(53, 56, 62) 0%,
    rgb(20, 20, 20) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(53, 56, 62) 0%,
    rgb(20, 20, 20) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(53, 56, 62) 0%,
    rgb(20, 20, 20) 100%
  );
  width: 250px;
  padding: 15px;
  border-radius: 50px;
  position: absolute;
  bottom: calc(100% + 30px);
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.new-plans .information .info-block .desc:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid;
  border-color: #141414 transparent transparent transparent;
}
.new-plans .information .info-block .desc p {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.new-plans .information .info-block:hover .desc {
  opacity: 1;
  z-index: 9;
}

.new-plans.plan2 {
  background-color: #f2f6f8 !important;
  padding: 90px 0;
  padding-top: 230px;
  padding-bottom: 0 !important;
}
.new-plans.plan2 .table {
  width: 100%;
  margin: 140px auto;
}
.new-plans.plan2 .table thead tr {
  border-radius: 0;
  color: #fff;
  font-size: 24px;
}
.new-plans.plan2 .table thead tr th {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(30, 30, 30) 0%,
    rgb(67, 67, 67) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(30, 30, 30) 0%,
    rgb(67, 67, 67) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(30, 30, 30) 0%,
    rgb(67, 67, 67) 100%
  );
  line-height: 50px;
  padding: 0 10px;
  padding-top: 20px;
  position: relative;
  transition: all 0.3s;
}
.new-plans.plan2 .table thead th img {
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
}
.new-plans.plan2 .table thead tr th:first-child {
  border-radius: 0 30px 0 0 !important;
}
.new-plans.plan2 .table thead tr th:last-child {
  border-radius: 30px 0 0 0 !important;
}
.new-plans.plan2 .table tbody tr td {
  width: auto;
  text-align: center;
  border: none;
  background-color: #fff;
  color: #353535;
  transition: all 0.5s;
  position: relative;
}
.new-plans.plan2 .table tbody tr td .large {
  font-size: 60px;
  line-height: 60px;
  display: block;
}
.new-plans.plan2 .table tbody tr td .small {
  font-size: 14px;
  display: block;
}
.new-plans.plan2 .table tbody tr:nth-last-of-type(1) th {
  border-radius: 0 0 30px 0 !important;
}
.new-plans.plan2 .table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-radius: 0 0 0 30px !important;
}
.new-plans .information .info-block .info-block-text h3 {
  font-size: 18px;
  line-height: 50px;
  color: #303030;
  margin: 0;
  font-family: "GE_SS_Two_Bold";
}
.new-plans.plan2 .table tbody tr:hover {
  background-color: #ff4747;
}

/* plan-table */

.new-plans .plan-table {
  font-family: "GE_SS_Two_Bold";
  margin: 90px 0;
}
.new-plans .plan-table .row {
  margin: 0;
}
.new-plans .plan-table .col-md-3 {
  padding: 0;
}
.new-plans .plan-table .col-md-9 {
  padding: 0;
}
.new-plans .plan-table .table-head-column {
  text-align: right;
  color: #353535;
  background-color: #f9f9f9;
  vertical-align: middle;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 100%;
}
.new-plans .plan-table .table-column {
  float: right;
  width: 24.9%;
  text-align: center;
  background-color: #fff;
  color: #353535;
  position: relative;
  transition: all 0.3s;
}
.new-plans .plan-table .table-column:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 80px;
  height: calc(100% - 116px);
  width: 2px;
  box-shadow: -2px 0px 10px rgba(185, 185, 185, 0.7);
  background-color: rgba(236, 236, 236, 0.8);
  z-index: 1;
  opacity: 0;
}
.new-plans .plan-table .table-head-column h2 {
  padding-right: 30px;
}
.new-plans .plan-table h1.table-header {
  background-image: -moz-linear-gradient(
    -80deg,
    rgb(51, 51, 51) 0%,
    rgb(67, 67, 67) 100%
  );
  background-image: -webkit-linear-gradient(
    -80deg,
    rgb(51, 51, 51) 0%,
    rgb(67, 67, 67) 100%
  );
  background-image: -ms-linear-gradient(
    -80deg,
    rgb(51, 51, 51) 0%,
    rgb(67, 67, 67) 100%
  );
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  height: 70px;
  text-align: center;
  padding: 0 10px;
  padding-top: 20px;
  margin: 0;
  position: relative;
  transition: all 0.3s;
}
.new-plans .plan-table h1.table-header .img {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  border-radius: 50%;
}
.new-plans .plan-table h1.table-header .img img {
  width: 100%;
  height: 100%;
}
.new-plans .plan-table h1.table-header .img i {
  border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  color: rgb(235, 48, 48);
  background-color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.new-plans .plan-table h2 {
  transition: all 0.3s;
  line-height: 39px;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}
.table-column,
.table-head-column {
  padding-bottom: 10px;
}

.new-plans .plan-table .table-column .order-plan {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0 5px;
  width: 100%;
  max-height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.new-plans .plan-table .table-column .order-plan h3 {
  font-size: 18px;
  color: #303030 !important;
  margin: 0;
  margin-bottom: 25px;
  text-align: right;
  padding-right: 30px;
}
.new-plans .plan-table .table-column .order-plan h3 span {
  font-size: 20px;
  display: inline-block;
}
.new-plans .plan-table .table-column .order-plan span {
  font-size: 36px;
  color: #f45b5c;
}
.new-plans .plan-table .table-column .order-plan h1 {
  font-size: 28px;
  color: #303030;
  margin-top: 30px;
}
.new-plans .plan-table .table-column .order-plan p {
  font-family: "Neo-Sans";
  font-size: 14px;
  line-height: 24px;
  color: #8c8c8c;
}
.new-plans .plan-table .table-column .order-plan a.btn {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  width: 90%;
  margin: 20px auto;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  position: relative;
}
.new-plans .plan-table .table-column .order-plan a.btn span {
  font-size: 24px;
  color: #eb3030;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: -2px 2px 5px #b34748;
  width: 47px;
  height: 47px;
  line-height: 44px;
  border: 2px solid #f04646;
  transition: all 0.3s;
}
.new-plans .plan-table .table-column .order-plan a.btn:hover span {
  right: calc(100% - 47px);
}
.new-plans .plan-table .table-column h2:nth-of-type(1),
.new-plans .plan-table .table-column h2:nth-of-type(2) {
  padding-top: 20px;
  height: 88px;
}
.new-plans .plan-table .table-head-column h2:nth-of-type(1) {
  height: 88px;
  line-height: 88px;
}
.new-plans .plan-table h2 .large {
  font-size: 40px;
  line-height: 50px;
  display: block;
  color: #ed3939;
}
.new-plans .plan-table h2 .small {
  font-size: 14px;
  display: block;
}
.new-plans .plan-table .table-column:nth-last-of-type(1) h1.table-header {
  border-radius: 30px 0 0 0;
}
.new-plans .plan-table .table-column:nth-last-of-type(1) {
  border-radius: 30px 0 0 30px;
}
.new-plans .plan-table .table-column:hover {
  box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
  padding-bottom: 35px;
  border-radius: 0 0 30px 30px;
}
.new-plans .plan-table .table-column:hover:after {
  opacity: 1;
}
.new-plans .plan-table .table-column:hover h1.table-header {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  height: 105px;
  line-height: 75px;
  border-radius: 30px 30px 0 0;
  margin-top: -35px;
}
.new-plans .plan-table .table-column:hover h2 {
  opacity: 0;
  z-index: -1;
}
.new-plans .plan-table .table-column:hover .order-plan {
  opacity: 1;
  z-index: 1;
}
.new-plans .plan-table .table-column:hover h1.table-header .img i {
  opacity: 1;
}

.new-plans .plan-table .table-column.tq {
  box-shadow: 0px 10px 25px 0px rgb(223, 223, 223);
  padding-bottom: 35px;
  border-radius: 0 0 30px 30px;
}
.new-plans .plan-table .table-column.tq:after {
  opacity: 1;
}
.new-plans .plan-table .table-column.tq h1.table-header {
  background-image: -moz-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgb(235, 48, 48) 0%,
    rgb(246, 98, 99) 100%
  );
  height: 105px;
  line-height: 75px;
  border-radius: 30px 30px 0 0;
  margin-top: -35px;
}
.new-plans .plan-table .table-column.tq h1.table-header .img i {
  opacity: 1;
}

.modal-dialog {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 auto !important;
}
.modal-header {
  border-bottom: none;
}
.modal-body form {
  margin: 0;
}
.modal-body form .form-group {
  margin: 0;
  width: 60%;
}
.modal-body form .form-group .form-control {
  height: 50px;
  border-radius: 20px;
  cursor: pointer;
}
.modal-footer {
  border-top: none;
}
.modal-footer .mainbtn2 {
  border: none;
  outline: none;
  float: left;
}

.currency-btns {
  margin: 20px 0;
  margin-top: 50px;
}
.currency-btns button {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-left: 5px;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 0;
}
.currency-btns button.active {
  background-color: #f04444;
}
.currency-btns button:nth-of-type(1) {
  border-radius: 0 50px 50px 0;
}
.currency-btns button:nth-of-type(2) {
  border-radius: 50px 0 0 50px;
}





/* start plan-price */

.plan-price{
  padding: 40px 0;
}
.plan-price .sub-title{
  margin-bottom: 50px;
}
.plan-price .plan-column {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    background: linear-gradient(to top, #fff 40%, #ffeaea 70%);
    box-shadow: 0px 0 20px 10px rgba(0, 0, 0, .1);
    margin: 20px 0;
    position: relative;
}
.plan-price .plan-column .main{padding: 10px;opacity: 1;transition: all .3s;}
.plan-price .plan-column h2{
  font-size: 24px;
  background-color: #fff;
  color: #595959;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0;
  transition: all .3s;
}
.plan-price .plan-column img{
  display: table;
  margin: 20px auto;
  max-width: 80%;
}
.plan-price .plan-column h1{
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
}
.plan-price .plan-column p{
  font-size: 12px;
  line-height: 24px;
  color: #858585;
  text-align: center;
  margin-bottom: 30px;
}
.plan-price .plan-column h3 {
    font-size: 14px;
    line-height: 36px;
    color: #858585;
    margin: 0;
    padding-right: 10px;
}
.plan-price .plan-column a.btn{
  font-size: 18px;
  color: #3d3d3d;
  width: 90%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
  margin: 15px 5%;
  transition: all .3s;
}
.plan-price .plan-column a.btn.opacity0{opacity: 0;z-index: -1;}

.plan-price .plan-column .order-plan {
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.plan-price .plan-column .order-plan h3 {
    font-size: 18px;
    color: #000000 !important;
    text-align: right;
    margin-bottom: 10px;
    padding-right: 60px;
}
.plan-price .plan-column .order-plan h3 span {
  font-size: 20px;
  display: inline-block;
}
.plan-price .plan-column .order-plan span {
  font-size: 36px;
  color: #f45b5c;
}
.plan-price .plan-column .order-plan h1 {
  font-size: 28px;
  color: #303030;
  margin-top: 30px;
}
.plan-price .plan-column .order-plan p {
  font-family: "Neo-Sans";
  font-size: 14px;
  line-height: 24px;
  color: #8c8c8c;
}
.plan-price .plan-column .order-plan a.btn {
  font-size: 18px;
  color: #fff;
  width: calc(100% - 20px);
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  background-color: #e51c1c;
  margin: 15px auto;
  display: table;
  transition: all .3s;
}

.plan-price .plan-column:hover h2{background-color: #e51c1c;color: #fff;}
.plan-price .plan-column:hover a.btn{background-color: #e51c1c;color: #fff;}
/*
.plan-price .plan-column:hover .main{opacity: 0;}
.plan-price .plan-column:hover .order-plan{opacity: 1;z-index: 1;}
*/
.plan-price .plan-column .main.opacity0{opacity: 0;}
.plan-price .plan-column .order-plan.opacity1{opacity: 1;z-index: 1;}


.myToggle{
  text-align: center;
  margin: 30px 0;
}
.myToggle .toggle, .myToggle .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.myToggle .toggler {
    color: #a3a3a3;
    transition: .2s;
    font-weight: bold;
}
.myToggle .toggler--is-active {
    color: #e51c1c;
}
.myToggle .toggle {
    position: relative;
    width: 90px;
    height: 30px;
    border-radius: 100px;
    background-color: #e51c1c;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.myToggle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}
.myToggle .switch {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    left: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: right, left;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
}
.myToggle .check:checked~.switch {
    left: 2px;
    right: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: right, left;
    transition-delay: .08s, 0s;
}

/* end plan-price */




@media (max-width: 1200px) {
  .new-plans .table {
    width: 100%;
  }
  .new-plans .information .info-block .info-block-text {
    width: 65%;
  }
  .new-plans .plan-table .table-column {
    width: 24.7%;
  }
  .plan-price .plan-column .order-plan h3{padding-right: 40px;}
}
@media (max-width: 991px) {
  .new-plans {
    padding: 40px 0;
  }
  .new-plans .table tbody tr {
    font-size: 14px !important;
  }
  .new-plans .table thead tr {
    font-size: 20px;
  }
  .new-plans span.fa-times-circle,
  .new-plans span.fa-check-circle {
    font-size: 20px;
  }
  .new-plans .table thead tr th.tq {
    height: 100px;
    line-height: 100px;
  }
  .new-plans .table thead tr th {
    height: 50px;
    line-height: 50px;
  }

  .new-plans.plan2 .table thead tr {
    font-size: 18px;
  }
  .new-plans.plan2 .table tbody tr td .large {
    font-size: 30px;
    line-height: 35px;
  }
  .new-plans.plan2 .table tbody tr td .small {
    font-size: 11px;
  }
  .new-plans .information .info-block {
    margin-top: 10px;
  }

  .new-plans .plan-table {
    height: fit-content;
    width: 100%;
    padding-top: 80px;
    margin: 0;
    margin-bottom: 20px;
  }
  .new-plans .plan-table .col-md-3 {
    padding: 0;
    background-color: #f2f2f2;
  }
  .new-plans .plan-table .col-md-9 {
    padding: 0;
  }
  .new-plans .plan-table .table-column {
    width: 100%;
  }
  .new-plans .plan-table .table-column {
    height: 718px;
}
  .new-plans .plan-table .table-column:hover {
    width: 100%;
    height: 750px;
  }
  .new-plans .plan-table .table-head-column h2 {
    padding-right: 15px;
}
}
@media (max-width: 768px) {
  .new-plans .feature .feature-block {
    margin-bottom: 25px;
  }
  .new-plans .feature .feature-block h1 {
    height: 30px;
    margin-top: 20px;
  }
  .table-responsive {
    border: none;
  }
  .new-plans .table {
    margin: 60px 0;
  }
  .new-plans .table tbody tr:nth-last-of-type(1) td.tq:after {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .new-plans .sub-title h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .new-plans .information .info-block .info-block-text h3 {
    font-size: 14px;
  }

  .plan-price .col-xs-6{width: 100% !important;}
}
@media (max-width: 460px) {

  .new-plans .plan-table {
    overflow-x: scroll;
  }
  .new-plans .plan-table h2{font-size: 13px;}

}
@media (max-width: 360px) {
  .new-plans .information .info-block .info-block-text {
    width: 55%;
  }
  .new-plans .information .info-block .info-block-text h1 {
    font-size: 16px;
  }
}

/* end new-plans */

@media (min-width: 992px) {
  .new-plans .plan-table .col-md-3 {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .new-plans .plan-table .col-md-9 {
    width: 80%;
  }
}

