@charset "utf-8";
/* CSS Document */

@media (max-width: 1200px) {
  .navigation .navbar-default .navbar-nav li {
    margin: 0 5px;
  }
  .navigation .navbar-default .nav-left li a {
    font-size: 17px;
    padding: 5px 3px;
  }
  .slider h2 {
    font-size: 45px;
  }
  .slider img {
    margin-right: -110px;
    width: 500px;
  }
  .slider .title {
    margin-top: 85px;
  }
  #main-slider .owl-dots {
    left: 10%;
  }
  .disc p {
    width: 100%;
  }
  .blog .blog-block img {
    height: 150px;
  }
  .blog .disc {
    margin: 70px 0;
  }
  .it {
    height: 700px;
  }
  .it img {
    width: 550px;
  }
  .gallery .gallery-block img {
    height: 260px;
  }
  .gallery .disc {
    margin: 40px 0;
  }
  .footer-top ul.info li {
    font-size: 12px;
  }
  .footer-top ul.bottom-nav li a {
    font-size: 13px;
  }
  .footer-top p {
    width: 100%;
    font-size: 12px;
  }

  .slider {
    height: 841px;
  }
  .accordion .btn-group .mainbtn {
    width: 85px;
  }
  .welcome-client h1 {
    font-size: 25px;
  }
  .welcome-client .client-block {
    padding: 10px 0;
  }
  .welcome-client .client-block h1 {
    margin-top: 5px;
  }
  .welcome-client .offers .offer-text {
    margin-right: 200px;
  }
  form {
    margin-top: 45px;
  }
  .welcome-client .welcome-service form .form-group button {
    width: 78px;
  }
  .welcome-client .welcome-service form .form-group .form-control {
    width: 60%;
  }

  .design-page img {
    width: 110%;
  }
  .design-page .row:first-child {
    margin-bottom: 100px;
  }
  .slider.service-page {
    height: 850px;
  }
}

@media (max-width: 991px) {
  .clicker {
    display: table !important;
    cursor: pointer;
    font-size: 18px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 15px 0;
  }
  .logo2 img {
    margin: 30px auto;
    display: table;
  }
  .navbar-default {
    padding-bottom: 0 !important;
  }

  #body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
  }
  .navigation .navbar-default .navbar-nav li a:hover {
    color: #fff !important;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999;
    right: 0;
    top: 0;
    background-position: center;
    background-color: #ed393a !important;
    overflow-y: hidden;
    transition: 0.5s;
    padding: 0;
    min-height: 0;
    border-radius: 0;
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 6px 15px !important;
    text-decoration: none;
    font-size: 36px;
    color: #fff !important;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  .navigation .navbar-default .navbar-nav li:hover a {
    padding-right: 30px !important;
  }
  .navigation .navbar-default .navbar-nav li:hover:after {
    right: -12px;
  }
  .navigation .navbar-default .navbar-nav li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navigation .navbar-default .navbar-nav li:after {
    content: "";
    height: 37px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -23px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-default .navbar-nav li a {
    padding: 0 15px !important;
    line-height: 37px !important;
  }
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover,
  .overlay a:focus {
    color: #a5140b !important;
    background-color: transparent;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
    color: #fff !important;
    z-index: 99999;
    /* display: none; */
  }
  .overlay .closebtn:hover {
    color: #fff !important;
  }
  .width {
    width: 0 !important;
  }

  .navigation .navbar-default .nav-left {
    float: none;
    margin: 0 auto !important;
    width: auto;
    display: table;
  }
  .navigation .navbar-default .nav-left li.menu-item-has-children .sub-menu {
    left: auto;
    right: 0;
    transform: none;
  }
  .navigation .navbar-default .nav-left.client-nav li:first-child {
    margin-left: 0;
  }
  .navigation
    .navbar-default
    .nav-left
    li.menu-item-has-children
    .sub-menu
    li
    a {
    color: #000 !important;
  }
  .navigation .navbar-default .nav-left li a {
    color: #fff !important;
    padding: 0 5px !important;
  }
  .navigation .navbar-default {
    margin-top: 0;
  }
  .menu-item-has-children span {
    color: #fff;
    font-size: 10px;
    line-height: 37px;
    position: absolute;
    top: 0;
    left: 175px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li.menu-item-has-children:hover span {
    left: 160px;
    color: #fff !important;
  }
  .sub-menu {
    top: 30px;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu li:after {
    display: none !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a {
    padding: 0 15px !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a:hover {
    background-color: rgb(206, 41, 31) !important;
    color: #fff !important;
    padding: 0 15px !important;
  }
  .mysearch .search-input {
    width: 15%;
    margin-right: 20px;
  }
  .header {
    padding: 10px 0;
  }
  .navigation .navbar-default .nav-left li a.btn {
    width: 130px;
  }

  .slider h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .slider h3 {
    font-size: 25px;
  }
  .slider img {
    margin-right: -160px;
    width: 380px;
  }
  #main-slider .owl-dots {
    left: 20%;
  }
  .service .block h1 {
    font-size: 18px;
  }
  .service .block p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
  }
  .service {
    padding: 50px 0;
  }
  .offers {
    padding: 35px 0;
  }
  .offers .offer-text {
    margin-right: 160px;
  }
  .offers p span {
    margin: 5px 0;
  }
  .blog .disc {
    margin: 0;
  }
  .blog {
    padding: 40px 0;
  }
  .it img {
    width: 420px;
  }
  .it {
    padding-top: 30px;
  }
  .it .disc h1 {
    width: 100%;
    font-size: 27px;
    line-height: 40px;
  }
  .it .disc p {
    width: 100%;
    margin-bottom: 40px;
  }
  .it {
    height: auto;
    padding-bottom: 50px;
  }
  .gallery {
    padding: 40px 0;
  }
  .disc h1 {
    margin-bottom: 20px;
  }
  .gallery .gallery-block img {
    height: 185px;
  }
  .gallery .mainbtn2 {
    display: table;
    margin: 0 auto;
  }
  footer .footer-nav {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .icons {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .footer-nav li a {
    line-height: 40px;
  }
  footer .icons li span {
    line-height: 40px;
  }
  footer {
    padding: 10px 0;
  }
  .slider {
    height: 740px;
  }

  .tickets-replay .client p {
    padding-bottom: 50px;
  }
  .tickets h6 {
    margin-left: 30px;
    line-height: 40px;
  }
  .tickets form {
    width: 55%;
  }

  .welcome-client .offers .offer-text {
    margin-right: 160px;
  }
  .welcome-client .client-block {
    margin-bottom: 15px;
  }
  form .form-group {
    width: 100%;
  }
  form {
    margin-top: 20px;
  }
  .welcome-client .welcome-service h1 {
    font-size: 16px;
  }
  .welcome-client .welcome-service a {
    width: 125px;
  }
  .welcome-client .welcome-service form .form-group .form-control {
    width: 50%;
  }
  .welcome-client .welcome-service form .form-group button {
    width: 70px;
    font-size: 13px;
  }
  .welcome-client .welcome-service p {
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
  }
  .product form {
    width: 80%;
  }

  .work-gallery img {
    height: 280px;
  }

  .plans .plan-block .mainbtn {
    width: 100%;
  }
  .designs .design-blocks {
    padding: 0;
  }
  .service-slider p {
    font-size: 13px;
  }
  .service-slider {
    padding: 50px 0;
  }
  .service-slider .detail {
    margin-bottom: 50px;
  }
  .Ques .disc p {
    width: 100%;
  }
  .Ques .disc h1 {
    font-size: 26px;
  }

  .design-page img {
    display: none;
  }

  .map {
    height: 530px;
  }
  .map .map-content {
    width: 100%;
  }

  .Statistics .disc {
    width: 80%;
  }
  .Statistics .block {
    margin-bottom: 20px;
  }
  .Statistics .map-circle .map-img {
    width: 100%;
  }
  .Statistics .map-circle .flag1 {
    position: absolute;
    left: -50px;
    top: 10px;
  }
  .Statistics .map-circle .flag2 {
    right: -50px;
    top: 10px;
  }

  .slider.service-page {
    height: 720px;
  }
  .domain-search form .form-group {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider .title {
    margin-top: 50px;
  }
  .slider img {
    margin-right: 0;
    width: 380px;
    float: left;
    margin-top: -70px;
  }
  #main-slider .owl-dots {
    display: none !important;
  }
  .mysearch .search-input {
    width: 20%;
  }
  .slider h2 {
    font-size: 30px;
  }
  .slider {
    padding-bottom: 90px;
    background-image: url(../images/slider-bg2.png);
  }
  .disc p {
    width: 50%;
    margin-bottom: 20px;
  }
  .domain-search form {
    margin-top: 20px;
  }
  .domain-search form .form-group {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .service .block {
    height: 200px;
    margin-bottom: 20px;
  }
  .offers p span {
    font-size: 35px;
    line-height: 55px;
  }
  .offers .offer-text {
    margin-right: 220px;
  }
  .offers h1 {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .it img {
    display: none;
  }
  .gallery {
    padding: 20px 0;
  }
  footer .icons li span {
    padding: 0 3px;
  }

  .slider {
    height: 647px;
  }
  .table-responsive {
    border: none;
    padding-bottom: 20px;
  }
  .accordion {
    margin-bottom: 30px;
  }

  .welcome-client {
    padding: 20px 0;
  }
  .welcome-client h1 {
    margin-bottom: 20px;
  }
  .welcome-client .offers .offer-text {
    margin-right: 250px;
    margin-left: 20px;
  }
  .welcome-client ul {
    margin-bottom: 30px;
  }
  .work-gallery img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: table;
  }
  .work-gallery .nav-tabs > li > a {
    margin: 0 8px;
  }

  .slider.service-page img {
    display: none;
  }
  .slider.service-page {
    height: auto;
  }

  .plans .plan-block {
    width: 50%;
    margin-bottom: 50px;
  }
  .plans .plan-block:hover {
    margin-top: -30px;
  }
  .plans {
    padding-top: 60px;
    padding-bottom: 30px;
    height: auto;
  }
  .designs .block {
    width: 30.3%;
    margin-bottom: 20px;
  }

  .Ques {
    padding: 40px 0;
  }
  .Ques .disc .mainbtn2 {
    margin-bottom: 30px;
  }
  .slider.service-page .title p {
    width: 80%;
  }

  .design-page .disc .mainbtn2 {
    margin-bottom: 20px;
  }
  .design-page .row {
    margin-bottom: 40px;
  }

  .Statistics .map-circle .map-img {
    width: 80%;
  }
  .Statistics .map-circle .flag1 {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .Statistics .map-circle .flag2 {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  .domain-search .search-block {
    border-radius: 40px;
    margin-top: -40px;
  }
  .domain-search .disc p {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 640px) {
  .slider img {
    display: none;
  }
  .slider .cloud {
    display: block;
  }
  .disc p {
    width: 90%;
  }
  .service .block {
    height: 230px;
  }
  .offers .offer-text {
    margin-right: 0;
  }
  .offers .mainbtn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .offers {
    background-image: url(../images/slider-bg2.png);
  }
  .blog .blog-block img {
    height: auto;
  }
  .blog .col-xs-4 {
    padding: 0 5px;
  }
  .footer-top ul.bottom-nav {
    list-style: none;
    padding: 0;
    float: none;
    margin: 0;
    width: 100%;
  }
  .footer-top h1 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .slider {
    height: 410px;
  }

  .table tbody tr {
    font-size: 11px;
  }
  .table tbody tr td a {
    font-size: 11px !important;
  }
  .table tbody tr .mainbtn {
    width: 50px;
  }
  .welcome-client h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .welcome-client ul {
    margin-bottom: 10px;
  }
  .accordion {
    margin-bottom: 30px !important;
  }
  form .form-group .form-control {
    height: 50px;
  }
  form .form-group button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
  }

  .welcome-client .welcome-service form .form-group .form-control {
    width: 60%;
  }
  .welcome-client .row:first-child {
    margin-bottom: 30px;
  }
  .welcome-client .offers .offer-text {
    margin: 0 auto;
  }
  .welcome-client .welcome-service {
    height: auto;
  }
  .login form .form-group span {
    top: 65px;
  }
  .login h2 {
    margin-top: 10px;
  }
  .sisn-up form .form-group span {
    top: 19px;
  }
  .sisn-up form .form-group {
    margin-bottom: 20px;
  }
  .sisn-up form .form-group .submit1 {
    width: 80%;
  }

  .work-gallery img {
    width: 70%;
    height: 230px;
  }

  .map h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .map {
    height: 380px;
  }
  .Statistics .block span {
    font-size: 30px;
  }
  .Statistics .block .text {
    float: right;
    margin-right: 10px;
    width: 70%;
  }
  .Statistics .block .text h1 {
    font-size: 22px;
  }
  .Statistics .block .text h2 {
    font-size: 11px;
    margin-top: 10px;
  }
  .Statistics .map-circle .flag1 {
    position: absolute;
    left: 20px;
    top: -20px;
  }
  .Statistics .map-circle .flag2 {
    position: absolute;
    right: 20px;
    top: -20px;
  }

  .marker {
    width: 10px;
  }

  .map .map-content .mark1 {
    animation-delay: 3.25s !important;
  }
  .map .map-content .mark2 {
    animation-delay: 3.45s !important;
  }
  .map .map-content .mark3 {
    animation-delay: 3.65s !important;
  }
  .map .map-content .mark4 {
    animation-delay: 3.85s !important;
  }
  .map .map-content .mark5 {
    animation-delay: 4.05s !important;
  }
  .map .map-content .mark6 {
    animation-delay: 4.25s !important;
  }
  .map .map-content .mark7 {
    animation-delay: 4.45s !important;
  }
  .map .map-content .mark8 {
    animation-delay: 4.65s !important;
  }
  .map .map-content .mark9 {
    animation-delay: 4.85s !important;
  }
  .map .map-content .mark10 {
    animation-delay: 5.05s !important;
  }
  .map .map-content .mark11 {
    animation-delay: 3.25s !important;
  }
  .map .map-content .mark12 {
    animation-delay: 3.45s !important;
  }
  .map .map-content .mark13 {
    animation-delay: 3.65s !important;
  }
  .map .map-content .mark14 {
    animation-delay: 3.85s !important;
  }
  .map .map-content .mark15 {
    animation-delay: 4.05s !important;
  }
  .map .map-content .mark16 {
    animation-delay: 4.25s !important;
  }
  .map .map-content .mark17 {
    animation-delay: 4.45s !important;
  }
  .map .map-content .mark18 {
    animation-delay: 4.65s !important;
  }
  .map .map-content .mark19 {
    animation-delay: 4.85s !important;
  }
  .map .map-content .mark20 {
    animation-delay: 5.05s !important;
  }
  .map .map-content .mark21 {
    animation-delay: 3.25s !important;
  }
  .map .map-content .mark22 {
    animation-delay: 3.45s !important;
  }
  .map .map-content .mark23 {
    animation-delay: 3.65s !important;
  }
  .map .map-content .mark24 {
    animation-delay: 3.85s !important;
  }
  .map .map-content .mark25 {
    animation-delay: 4.05s !important;
  }
  .map .map-content .mark26 {
    animation-delay: 4.25s !important;
  }
  .map .map-content .mark27 {
    animation-delay: 4.45s !important;
  }
  .map .map-content .mark28 {
    animation-delay: 4.65s !important;
  }
  .map .map-content .mark29 {
    animation-delay: 4.85s !important;
  }
  .map .map-content .mark30 {
    animation-delay: 5.05s !important;
  }
  .map .map-content .mark31 {
    animation-delay: 4.45s !important;
  }
  .map .map-content .mark32 {
    animation-delay: 4.65s !important;
  }
  .map .map-content .mark33 {
    animation-delay: 4.85s !important;
  }
  .map .map-content .mark34 {
    animation-delay: 4.85s !important;
  }

  .map .map-content .mark10 {
    display: none;
  }
  .map .map-content .mark6 {
    display: none;
  }
  .map .map-content .mark7 {
    display: none;
  }
  .map .map-content .mark8 {
    display: none;
  }
  .map .map-content .mark3 {
    display: none;
  }
  .map .map-content .mark18 {
    display: none;
  }
  .map .map-content .mark19 {
    display: none;
  }
  .map .map-content .mark21 {
    display: none;
  }
  .map .map-content .mark23 {
    display: none;
  }
  .map .map-content .mark31 {
    display: none;
  }
  .map .map-content .mark33 {
    display: none;
  }

  .domain-search .search-block {
    padding: 30px 0;
  }
  .domain-search .disc h1 {
    margin-bottom: 10px;
  }
  .domain-search .disc p {
    width: 100%;
  }
  .domain-search form .form-group .form-control {
    height: 60px;
  }
  .tld_lisitng li span {
    display: block;
    margin-top: 5px;
  }
  .tld_lisitng li span img {
    height: auto;
    margin: 0 auto;
    display: table;
  }
}

@media (max-width: 460px) {
  .mysearch .search-input {
    width: 40%;
  }
  .domain-search form .form-group .form-control {
    height: 50px;
  }
  .domain-search form .form-group button {
    width: 100px;
    font-size: 15px;
  }
  .domain-search form .form-group .form-control {
    padding-right: 110px !important;
    padding-left: 10px !important;
    font-size: 12px !important;
  }
  .service .col-xs-6 {
    width: 100% !important;
  }
  .service .block {
    height: auto;
  }

  .blog .col-xs-4 {
    width: 100%;
  }
  .blog .blog-block {
    margin-bottom: 15px;
  }
  footer .footer-nav li a {
    font-size: 12px;
    padding: 0;
  }
  footer .icons li span {
    padding: 0;
  }

  .tickets-replay .replay-header {
    padding: 10px;
  }
  .tickets-replay .replay-header img {
    float: right;
    width: 20px;
    margin: 4px 0;
  }
  .tickets-replay .replay-header h3,
  .tickets-replay .replay-header h4 {
    margin-right: 10px;
    font-size: 12px;
  }
  .tickets-replay .chat > li {
    padding: 20px 10px;
  }
  .tickets-replay .replay-header {
    height: 80px;
  }

  .tickets form {
    width: 100%;
  }
  .tickets .pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .tickets .pagination,
  .tickets .views {
    margin-left: 5px;
    line-height: 30px;
  }
  .tickets .views {
    margin-left: 0;
  }
  .tickets .views li select {
    height: 30px;
    width: 60px;
  }
  .tickets .views li span {
    left: 15px;
    line-height: 30px;
  }

  .welcome-client .welcome-service form .form-group .form-control {
    width: 90%;
    margin-bottom: 15px;
  }
  .welcome-client .client-block img {
    width: 50px;
  }
  .welcome-client .client-block h1 {
    font-size: 40px;
  }
  .welcome-client .welcome-service form .form-group button {
    height: 40px;
    line-height: 40px;
  }
  .sisn-up form .form-group span {
    right: 20px;
  }
  .sisn-up form label {
    margin-right: 30px;
  }
  .sisn-up form .form-group .form-control {
    padding-right: 40px;
  }
  .login form .form-group label {
    margin-right: 20px;
  }

  .work-gallery img {
    width: 100%;
    height: 230px;
  }

  .slider.service-page .title p {
    width: 100%;
  }
  .designs .block {
    width: 46.3%;
    margin-bottom: 20px;
  }
  .service-slider .detail {
    margin-top: 20px;
  }
  .Ques .ques-block {
    font-size: 13px;
    padding: 0 10px;
  }

  .design-page .disc .block {
    padding: 0 15px;
    width: 100%;
  }
  .design-page .disc .block p {
    margin-bottom: 0;
  }
  .design-page .disc h1 {
    margin-bottom: 40px;
  }

  .Statistics .col-xs-6 {
    width: 100%;
  }

  .tld_lisitng li {
    font-size: 14px;
  }
  .tld_lisitng li span img {
    height: 15px;
    width: auto;
  }
}

@media (max-width: 360px) {
  .slider h2 {
    font-size: 25px;
  }
  .slider h3 {
    font-size: 19px;
    margin-top: 10px;
  }
  .offers p span {
    font-size: 30px;
  }
  .offers p {
    font-size: 16px;
  }
  .disc p {
    width: 100%;
  }
  .gallery .col-xs-6 {
    width: 100%;
  }
  .gallery .gallery-block img {
    height: auto;
  }
  footer .footer-nav li a {
    line-height: 20px;
  }
  footer .icons li span {
    font-size: 15px;
    line-height: 20px;
  }

  .tickets-replay .col-md-9 .accordion {
    width: 100%;
  }
  .welcome-client .col-xs-6 {
    width: 100%;
  }
  .welcome-client .welcome-service a {
    position: relative;
    right: 0;
  }

  .welcome-client .welcome-service form .form-group .form-control {
    width: 100%;
  }
  .product form .form-group button {
    width: 70px;
    border-radius: 50px;
    font-size: 12px;
  }
  .sisn-up form .form-group .submit1 {
    width: 100%;
  }
  .slider.service-page .title h1 {
    font-size: 24px;
  }
  .slider.service-page .title p {
    font-size: 11px;
  }
  .plans .plan-block {
    width: 100%;
  }
  .designs .block {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .designs .design-blocks {
    padding: 0 10px;
  }
  .Ques .disc h1 {
    font-size: 20px;
  }
  .Ques .disc p {
    margin-bottom: 20px;
  }
  .Ques .ques-block {
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .Ques .ques-block span {
    line-height: 40px;
  }

  .Statistics .disc h1 {
    font-size: 25px;
  }
  .Statistics .map-circle .flag2 {
    position: absolute;
    right: -10px;
    top: -30px;
  }
  .Statistics .map-circle .flag1 {
    position: absolute;
    left: -10px;
    top: -30px;
  }

  .domain-search .search-block {
    padding: 15px 0;
  }
  .tld_lisitng li {
    font-size: 13px;
    padding-left: 8px;
    margin-left: 8px;
  }
  .domain-search form {
    margin-top: 15px;
  }
  .tld_lisitng {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .clicker {
    display: table !important;
    cursor: pointer;
    font-size: 18px;
    float: left;
    color: #fff;
    transition: all 0.3s;
    z-index: 9999;
    margin: 15px 0;
  }
  .logo2 img {
    margin: 30px auto;
    display: table;
  }
  .navbar-default {
    padding-bottom: 0 !important;
  }

  #body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
  }
  .navigation .navbar-default .navbar-nav li a:hover {
    color: #fff !important;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999;
    right: 0;
    top: 0;
    background-position: center;
    background-color: #ed393a !important;
    overflow-y: hidden;
    transition: 0.5s;
    padding: 0;
    min-height: 0;
    border-radius: 0;
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 20px;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 6px 15px !important;
    text-decoration: none;
    font-size: 36px;
    color: #fff !important;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }
  .navigation .navbar-default .navbar-nav li:hover a {
    padding-right: 30px !important;
  }
  .navigation .navbar-default .navbar-nav li:hover:after {
    right: -12px;
  }
  .navigation .navbar-default .navbar-nav li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navigation .navbar-default .navbar-nav li:after {
    content: "";
    height: 37px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -23px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }
  .navigation .navbar-default .navbar-nav li a {
    padding: 0 15px !important;
    line-height: 37px !important;
  }
  /* When you mouse over the navigation links, change their color */
  .overlay a:hover,
  .overlay a:focus {
    color: #a5140b !important;
    background-color: transparent;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
    color: #fff !important;
    z-index: 99999;
    /* display: none; */
  }
  .overlay .closebtn:hover {
    color: #fff !important;
  }
  .width {
    width: 0 !important;
  }


  .navigation .navbar-default .nav-left {
    float: right;
    margin: 0 auto !important;
    width: 95%;
    display: table;
}
	.navigation .navbar-default .nav-left li a.btn {
    width: 100% !important;
}
	.navigation .navbar-default .nav-left li.menu-item-has-children .sub-menu li a {
    color: #000 !important;
    font-size: 13px;
}
	.navigation .navbar-default .navbar-nav li .sub-menu > li > a{
      font-size: 13px;
}

  .navigation .navbar-default .nav-left li.menu-item-has-children .sub-menu {
    left: auto;
    right: 0;
    transform: none;
  }
  .navigation .navbar-default .nav-left.client-nav li:first-child {
    margin-left: 0;
  }
  .navigation
    .navbar-default
    .nav-left
    li.menu-item-has-children
    .sub-menu
    li
    a {
    color: #000 !important;
  }
  .navigation .navbar-default .nav-left li a {
    color: #fff !important;
    padding: 0 5px !important;
  }
  .navigation .navbar-default {
    margin-top: 0;
  }
  .menu-item-has-children span {
    color: #fff;
    font-size: 10px;
    line-height: 37px;
    position: absolute;
    top: 0;
    left: 175px;
    transition: all 0.3s;
  }
  .navigation .navbar-default .navbar-nav li.menu-item-has-children:hover span {
    left: 160px;
    color: #fff !important;
  }
  .sub-menu {
    top: 30px;
    max-height: 200px;
    overflow: scroll;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu li:after {
    display: none !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a {
    padding: 0 15px !important;
  }
  .navigation .navbar-default .navbar-nav li .sub-menu > li > a:hover {
    background-color: rgb(206, 41, 31) !important;
    color: #fff !important;
    padding: 0 15px !important;
  }
  .mysearch .search-input {
    width: 15%;
    margin-right: 20px;
  }
  .header {
    padding: 10px 0;
  }
  .navigation .navbar-default .nav-left li a.btn {
    width: 130px;
  }

  .slider h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .slider h3 {
    font-size: 25px;
  }
  .slider img {
    margin-right: -160px;
    width: 380px;
  }
  #main-slider .owl-dots {
    left: 20%;
  }
  .service .block h1 {
    font-size: 18px;
  }
  .service .block p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
  }
  .service {
    padding: 50px 0;
  }
  .offers {
    padding: 35px 0;
  }
  .offers .offer-text {
    margin-right: 160px;
  }
  .offers p span {
    margin: 5px 0;
  }
  .blog .disc {
    margin: 0;
  }
  .blog {
    padding: 40px 0;
  }
  .it img {
    width: 420px;
  }
  .it {
    padding-top: 30px;
  }
  .it .disc h1 {
    width: 100%;
    font-size: 27px;
    line-height: 40px;
  }
  .it .disc p {
    width: 100%;
    margin-bottom: 40px;
  }
  .it {
    height: auto;
    padding-bottom: 50px;
  }
  .gallery {
    padding: 40px 0;
  }
  .disc h1 {
    margin-bottom: 20px;
  }
  .gallery .gallery-block img {
    height: 185px;
  }
  .gallery .mainbtn2 {
    display: table;
    margin: 0 auto;
  }
  footer .footer-nav {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .icons {
    float: none !important;
    margin: 0 auto;
    display: table;
  }
  footer .footer-nav li a {
    line-height: 40px;
  }
  footer .icons li span {
    line-height: 40px;
  }
  footer {
    padding: 10px 0;
  }
  .slider {
    height: 740px;
  }

  .tickets-replay .client p {
    padding-bottom: 50px;
  }
  .tickets h6 {
    margin-left: 30px;
    line-height: 40px;
  }
  .tickets form {
    width: 55%;
  }

  .welcome-client .offers .offer-text {
    margin-right: 160px;
  }
  .welcome-client .client-block {
    margin-bottom: 15px;
  }
  form .form-group {
    width: 100%;
  }
  form {
    margin-top: 20px;
  }
  .welcome-client .welcome-service h1 {
    font-size: 16px;
  }
  .welcome-client .welcome-service a {
    width: 125px;
  }
  .welcome-client .welcome-service form .form-group .form-control {
    width: 50%;
  }
  .welcome-client .welcome-service form .form-group button {
    width: 70px;
    font-size: 13px;
  }
  .welcome-client .welcome-service p {
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    margin-top: 20px;
  }
  .product form {
    width: 80%;
  }

  .work-gallery img {
    height: 280px;
  }

  .plans .plan-block .mainbtn {
    width: 100%;
  }
  .designs .design-blocks {
    padding: 0;
  }
  .service-slider p {
    font-size: 13px;
  }
  .service-slider {
    padding: 50px 0;
  }
  .service-slider .detail {
    margin-bottom: 50px;
  }
  .Ques .disc p {
    width: 100%;
  }
  .Ques .disc h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .offers img {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .offers {
    padding: 15px 0;
  }
  .offers img {
    width: 170px;
  }
  .offers .offer-text {
    margin-right: 150px;
  }
  .offers h1 {
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 25px;
  }
  .offers p {
    font-size: 16px;
  }
  .offers p span {
    font-size: 25px;
    line-height: 35px;
  }
  .slider {
    height: 450px;
  }
}
@media (max-width: 460px) {
  .offers img {
    display: none;
  }
  .offers .offer-text {
    margin-right: 0;
  }
}



@media (max-width: 640px){
img.marker.wow.fadeInDown {
    width: 7px;
}
.location_popover img {width: 55px;}}

  @media (max-width: 991px){
	.saudi, .navigation .navbar-default .nav-left li {
		display:none;
    }
   .navigation .navbar-default .nav-left li:nth-of-type(1) {
    	display: block !important;
	}
    .navigation .navbar-default .nav-left li .sub-menu li {
        display: block !important;
    }
	li.primary-action {
    	display: block !important;
	}
  }
  
        @media (min-width: 768px) {
        .saudi_popover_mobile {
    left: 0 !important;
    width: 100%;
    }}
        @media (max-width: 767px) {
        .saudi_popover_mobile {
    left: 0 !important;
    width: 180%;
    }}
    @media (max-width: 484px) {
        .saudi_popover_mobile {
    width: 195%;
    }}
    @media (min-width: 992px) {
        .contact_mobile {
    display:none;
    }}
    
    /* end location nav menu */
