/**
*	Theme Name: Tablet Reseller
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');
@font-face {
    font-family: 'Segoe UI';
    src: url('assets/fonts/SegoeUI-Bold.woff2') format('woff2'),
    url('assets/fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
/* .nav-bar {
    float: right;
	width: 67%;
}
*/
.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}

.nav-menu li a {
	color: #333333;
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 6px;
    text-decoration: none;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
}
*/
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #010927;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* tablet_header css */

.tablet_header {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 5px;
}

.tablet_header .nav-bar{
    text-align: right;
}

.tablet_header .nav-bar .main-navigation {
    padding-top: 28px;
}

.tablet_header .nav-bar .main-navigation ul li {
    margin-right: 35px;
}


.tablet_header .nav-bar .main-navigation ul li a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #010927;
    font-size: 13px;
}

/* tablet_header css end */

/* middle_header css */

.middle_header {
    background-image: url('images/header_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 380px;
}

.middle_header .our_step {
    text-align: center;
    margin-top: 60px;
}

.middle_header .our_step h5 {
    color: #899ea7;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.middle_header .our_step h2 {
  font-family: 'Segoe UI';
  font-size: 44px;
  color: #010927;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.middle_header .our_step h2::before {
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    content: "";
    background-color: #fff2ee;
    width: 90%;
    height: 8px;
    border-radius: 30px;
    margin: auto;
    z-index: -1;
}

.middle_header .our_step h2::after {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    content: "";
    background-color: #fff2ee;
    width: 54%;
    height: 8px;
    border-radius: 30px;
    margin: auto;
    z-index: -1;
}

.middle_header .icon_box {
    position: relative;
    text-align: center;
    height: 145px;
    margin-top: 70px;
    z-index: 1;
}

.middle_header .icon_box span {
    position: absolute;
    bottom: -5px;
    left: -76px;
    right: 0;
    background-image: linear-gradient(to right, #7850ef , #1991ed);
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    margin: auto;
    line-height: 33px;
    font-size: 14px;
    font-family: 'Segoe UI';
    font-weight: 600;
    box-shadow: 0px 2px 10px -2px #999;
}

.middle_header .icon_box img {
    padding-top: 50px;
}

.middle_header  h3 {
    color: #010927;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 50%;
    text-align: center;
    margin: 40px auto;
}

.middle_header .icon_box::before{ 
    position: absolute;
    background-image: url(images/icon_bg_v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.middle_header .row .col-xl-4:nth-child(2) .icon_box::before {
    background-image: url(images/icon_bg_v2.png);
}

.middle_header .row .col-xl-4:nth-child(3) .icon_box::before {
    background-image: url(images/icon_bg_v3.png);
}

.middle_header .row .col-xl-4:nth-child(2) .icon_box span {
    bottom: 5px;
    left: -90px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
   border: 0 !important;
    background: #ffffff !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 10px !important;
}

.gform_wrapper .validation_message {
    display: none !important;
}

.form_wrapper {
    background-color: #fff;
    padding: 40px 130px;
    border-radius: 6px;
    box-shadow: 0px 3px 12px -2px #ccc;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.form_wrapper::before {
    position: absolute;
    top: 55px;
    left: -430px;
    right: 0;
    background-image: url(images/form_bg_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
}


.form_wrapper::after {
    position: absolute;
    top: 0;
    right: -327px;
    background-image: url(images/form_bg_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
    background-position: right;
}

.form_wrapper .form_hit {
    display: inline-block;
    margin-top: 2px !important;
}

.form_wrapper .form_hit input,
.form_wrapper .form_hit select{
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100% !important;
    padding: 20px 16px !important;
    border: none;
    color: #393939 !important;
    margin-top: 0px !important;
}

.form_wrapper .form_hit.four_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .first_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .second_box_wide {
    display: inline-block;
    width: 48% !important;
}

.form_wrapper .third_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .two_wide {
    width: 48% !important;
}

.form_wrapper .two_wide input {
    padding: 20px 45px !important;
}

.form_wrapper .gform_fields{
    text-align: center;
}

.form_wrapper .full_wide {
    width: 96% !important;
}

.form_wrapper .full_wide input {
    padding-bottom: 115px !important;
}

.form_wrapper  .midddle_form_content {
    text-align: left;
    color: #393939;
    font-size: 14px;
    margin: 18px 0px 0px 20px !important;
    font-family: 'Poppins', sans-serif;
}

.form_wrapper .gform_footer  {
    text-align: center;
}

.form_wrapper .gform_footer input {
    background-color: #268ecd;
    border: none;
    padding: 12px 42px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .6s ease-in-out;
}

.form_wrapper .gform_footer input:hover {
    background-color: #2e3d62;
}

.form_wrapper .gform_fields {
    position: relative;
    z-index: 2;
}

#field_1_17 .ginput_container_number .instruction  {
    display: none;
    /*position: absolute;
    font-size: 10px;*/
}


/* middle_header css end */


/* over_project css */

.over_project .project_content{
    text-align: center;

}

.over_project .project_content h2 {
    color: #2e3d62;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
    top: -62px;
    z-index: 1;
}

.over_project .project_content h2::before {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    content: "";
    background-color: #fff2ee;
    width: 42%;
    height: 9px;
    border-radius: 30px;
    margin: auto;
    z-index: -1;
    opacity: 0.6;
}

.over_project .project_content h2::after {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    content: "";
    background-color: #fff2ee;
    width: 25%;
    height: 9px;
    border-radius: 30px;
    margin: auto;
    opacity: 0.6;
    z-index: -1;
}

.over_project {
 position: relative;
 margin-top: -186px;
 margin-bottom: 180px;
}

.over_project::before {
    position: absolute;
    top: -130px;
    right: 0;
    left: 0;
    background-image: url(images/our_project_ban.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 300px;
}

.over_project::after {
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    background-image: url(images/project_diamond.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 90%;
    height: 75px;
    margin: auto;
    z-index: -1;
}

.over_project .project_base {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 0px 50px -31px #ccc;
    width: 217px;
    height: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100%;
    position: relative;
}

.over_project .project_base::before {
    border: 1px dashed #ef4059;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: 87%;
    margin: 13px;
}

.over_project .project_base .project_view {
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

.over_project .project_base .project_view h3 {
    font-family: 'Poppins', sans-serif;
    color: #ef4059;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}

.over_project .row .col-xl-3:nth-child(1) .project_base {
    position: relative;
}

.over_project .row .col-xl-3:nth-child(1) .project_base::after {
    position: absolute;
    top: 109px;
    left: 144px;
    background-image: url(images/project_line_v1.png);
    background-repeat: no-repeat;
    content: "";
    width: 359px;
    height: 130px;
    z-index: -1;
    background-size: 80%;
}


.over_project .row .col-xl-3:nth-child(2) .project_base::after {
    position: absolute;
    top: 30px;
    left: 144px;
    background-image: url(images/project_line_v2.png);
    background-repeat: no-repeat;
    content: "";
    width: 437px;
    height: 130px;
    z-index: -1;
    background-size: 80%;
}


.over_project .row .col-xl-3:nth-child(3) .project_base::after {
    position: absolute;
    top: 160px;
    left: 144px;
    background-image: url(images/project_line_v3.png);
    background-repeat: no-repeat;
    content: "";
    width: 370px;
    height: 130px;
    z-index: -1;
    background-size: 80%;
}




.over_project .row .col-xl-3:nth-child(2) .project_base {
    margin-top: 80px;
}

.over_project .row .col-xl-3:nth-child(4) .project_base {
    margin-top: 80px;
}

.over_project .row .col-xl-3:nth-child(2) .project_base .project_view h3  {
    color:  #5dd8d3;
}

.over_project .row .col-xl-3:nth-child(2) .project_base::before {
  border: 1px dashed  #5dd8d3;
}

.over_project .row .col-xl-3:nth-child(3) .project_base::before {
  border: 1px dashed #9364d4;
}


.over_project .row .col-xl-3:nth-child(4) .project_base::before {
  border: 1px dashed #ff8257;
}


.over_project .row .col-xl-3:nth-child(3) .project_base .project_view h3  {
    color:  #9364d4;
}

.over_project .row .col-xl-3:nth-child(4) .project_base .project_view h3  {
    color:  #ff8257;
}


.over_project .project_base .project_view p {
 font-family: 'Poppins', sans-serif;
 text-transform: uppercase;
 font-size: 15px;
 color: #666e82;
}

/* over_project css end */


/* industries_serve css */

.industries_serve {
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
}

.industries_serve::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/industries_bg.png);
    background-repeat: no-repeat;
    content: "";
    width: 90%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.industries_serve .industries_content {
    text-align: center;
}

.industries_serve .row .col-xl-3:nth-child(2) .industrie_box {
    margin-top: 100px;
}

.industries_serve .row .col-xl-3:nth-child(4) .industrie_box {
    margin-top: 100px;
}

.industries_serve .row .col-xl-3:nth-child(5) .industrie_box {
    margin-top: -110px;
}

.industries_serve .row .col-xl-3:nth-child(7) .industrie_box {
    margin-top: -110px;
}

.industries_serve .row .col-xl-3:nth-child(6) .industrie_box {
    margin-top: 0;
}

.industries_serve .row .col-xl-3:nth-child(8) .industrie_box {
   margin-top: 0;
}



.industries_serve .industries_content p {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.industries_serve .industries_content h3 {
    color: #3a3161;
    font-size:  25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
}

.industries_serve .industrie_box {
    background-color: #fff;
    padding: 40px 27px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 18px -10px #ccc;
}

.industries_serve .industrie_box:hover {
    box-shadow: 0px 3px 0px -5px #ccc;
}


.industries_serve .industrie_box .blue_point {
 height: 100px;
 width: 100px;
 text-align: center;
 border-radius: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 background-image: linear-gradient(to right, #7850ef , #1991ed);
 box-shadow: 0px 0px 22px -3px #ccc;
}

.industries_serve .industrie_box .hover_on {
    display: none;
}

.industries_serve .industrie_box:hover .hover_on {
    display: inline-block;
}

.industries_serve .industrie_box:hover .hover_off {
    display: none;
}

.industries_serve .industrie_box h3 {
    text-align: left;
    color: #091e42;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 25px 0 18px 0;
}

.industries_serve .industrie_box p {
    color: #8f9091;
    font-family: 'Montserrat', sans-serif;
    color: #8f9091;
    margin:  0;
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;

}

.industries_serve .industrie_box {
    position: relative;
    transition: .6s ease-in-out;
}

.industries_serve .row .col-xl-3:nth-child(1) .industrie_box::before{
    position: absolute;
    bottom: 10px;
    left: -60px;
    background-image: url(images/industries_v1.png);
    background-repeat: no-repeat;
    content: "";
    width: 90%;
    height: 10%;
    z-index: 1;
    background-size: contain;
}

.industries_serve .row .col-xl-3:nth-child(4) .industrie_box::before{
    position: absolute;
    bottom: 40px;
    right: -60px;
    background-image: url(images/industries_v2.png);
    background-repeat: no-repeat;
    content: "";
    width: 90%;
    height: 10%;
    z-index: 1;
    background-size: contain;
    background-position: right;
}

.industries_serve .row .col-xl-3:nth-child(5) .industrie_box::before{
    position: absolute;
    bottom: -40px;
    right: -50px;
    background-image: url(images/industries_v3.png);
    background-repeat: no-repeat;
    content: "";
    width: 90%;
    height: 10%;
    z-index: 1;
    background-size: contain;
    background-position: center;
}


.industries_serve .row .col-xl-3:nth-child(8) .industrie_box::before{
    position: absolute;
    bottom: 103px;
    left: 45px;
    background-image: url(images/industries_v4.png);
    background-repeat: no-repeat;
    content: "";
    width: 90%;
    height: 10%;
    z-index: -1;
    background-size: contain;
}

.industries_serve .industrie_box:hover {
    background-image: linear-gradient(to bottom, #7850ef 11%, #1991ed 53%);
}

.industries_serve .industrie_box:hover .blue_point {
 background-image: linear-gradient(to right, #d9f9ff , #d9f9ff);
}


.industries_serve .industrie_box:hover h3 {
    color: #d9f9ff;
}

.industries_serve .industrie_box:hover p {
    color: #fff;
}


/* industries_serve css end */

/* frequently_questions css */

.frequently_questions  {
    padding: 100px 0 180px;
    position: relative;
}

.frequently_questions::before {
    position: absolute;
    top: 250px;
    right: 0;
    content: "";
    background-image: url(images/accordion_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 96%;
    height: 72%;
    z-index: -1;
}

.frequently_questions .frequently_content{
    text-align: center;
}

.frequently_questions .frequently_content h3 {
    color: #3a3161;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.frequently_questions .frequently_content p {
    color: #aca3c6;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
}

.frequently_questions .panel-group {
    border: 1px solid #268ecd;
    padding: 30px;
}

.frequently_questions .panel-group .panel-heading h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #341c77;
}

.frequently_questions .panel-group .panel-body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #aca3c6;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}


.panel-title {
  position: relative;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

/* frequently_questions css end */


/* buy_tablets css */

.buy_tablets {
    position: relative;
}

.buy_tablets::before {
    position: absolute;
    top: -272px;
    right: 0;
    content: "";
    background-image: url(images/buy_tablets_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 600px;
    z-index: -1;
}


.buy_tablets .buy_tablets_content {
    text-align: center;
}

.buy_tablets .buy_tablets_content p {
    font-family: 'Work Sans', sans-serif;
    color: #2e3d62;
    font-size: 17px;
    margin: 0;
    position: relative;
}

.buy_tablets .buy_tablets_content p::before {
    position: absolute;
    top: -19px;
    right: 0;
    content: "";
    background-image: url(images/buy_particles_v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18%;
    height: 81%;
    z-index: 1;
}

.buy_tablets .buy_tablets_content h3 {
 font-family: 'Poppins', sans-serif;
 font-size: 45px;
 font-weight: 700;
 color: #2e3d62;
 margin: 15px 0 5px 0;
 position: relative;
 line-height: 70px;
}

.buy_tablets .buy_tablets_content h3::before {
    position: absolute;
    bottom: -40px;
    left: 172px;
    content: "";
    background-image: url(images/buy_particles_v2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14%;
    height: 65%;
    z-index: -1;
}

.buy_tablets .buy_tablets_content h5 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    color: #2e3d62;
    font-weight: 700;
    margin: 0;
}

.buy_tablets .buy_tablets_content a {
    display: inline-block;
    background-color: #268ecd;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    margin-top: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: .6s;
}

.buy_tablets .buy_tablets_content a:hover {
    background-color: #2e3d62;
}

/* buy_tablets css end */


/* tablet_testimonial css */

.tablet_testimonial {
    margin-top: 130px;
    position: relative;
}

.tablet_testimonial .particles_testi {
    position: relative;
}


.tablet_testimonial .particles_testi::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url(images/testimonial_particles_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7%;
    height: 20%;
    z-index: -1;
}


.tablet_testimonial .particles_testi::after {
    position: absolute;
    top: 36px;
    left: 30px;
    content: "";
    background-image: url(images/testimonial_particles_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26%;
    height: 55%;
    z-index: -1;
}

.tablet_testimonial::before {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    content: "";
    background-image: url(images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 87%;
    height: 960px;
    z-index: -1;
    margin: auto;
}

.tablet_testimonial .testimonial_content{
    text-align: center;
}

.tablet_testimonial .testimonial_content h4 {
    color: #ed529b;
    margin-bottom: 90px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.tablet_testimonial .testimonial_content h3 {
    color: #2e3d62;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    margin-bottom: 40px;
}

.tablet_testimonial .trstimonial_slide {
    text-align: center;
}

.tablet_testimonial .trstimonial_slide p {
    color: #aca3c6;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    width: 90%;
    margin: 0 auto 130px;
    line-height: 32px;
    position: relative;
    padding-top: 70px;
}

.tablet_testimonial .trstimonial_slide p::before {
    position: absolute;
    top: 28px;
    left: 0px;
    content: "";
    background-image: url(images/pink_quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    z-index: 1;
}

.tablet_testimonial .testimonial_middle img {
    border-radius: 100%;
    display: inline-block;
    max-width: 165px;
    max-height: 165px;
}

.tablet_testimonial .testimonial_middle h3 {
    color: #268ecd;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.tablet_testimonial .testimonial_middle h5 {
    color: #aca3c6;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.tablet_testimonial .slick-dots {
    bottom: 0;
    display: inline-block !important;
}

.tablet_testimonial .slick-dots li {
    margin: 0 20px;
}

ul.slick-dots {
    display: inline-block !important;
}

.tablet_testimonial .slick-dots li button::before {
    background-color: #268ecd;
    width: 50px;
    height: 4px;
    opacity: 1;
    font-size: 0;
}

.tablet_testimonial .slick-dots li.slick-active button::before {
    background-color: #b0a9ca;
}


.slick-slide:focus {
    box-shadow: none;
    outline: none;
}

/* tablet_testimonial css end */

/* got_problem css */

.got_problem {
    margin-top: 300px;
    position: relative;
}


.got_problem::before {
    position: absolute;
    top: -170px;
    left: 0px;
    content: "";
    background-image: url(images/get_form_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 69%;
    height: 520px;
    z-index: -1;
}


.got_problem::after {
    position: absolute;
    top: -170px;
    right: 70px;
    content: "";
    background-image: url(images/form_particles.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10%;
    height: 9%;
    z-index: -1;
}

.got_problem .form_content h3 {
    color: #2e3d62;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.got_problem .form_content p {
    font-family: 'Work Sans', sans-serif;
    color: #2e3d62;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 35px;
}

.got_problem .wpcf7-text {
    background-color: #f9f9f9;
    border: none;
    padding: 18px 23px;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    width: 100%;
    box-shadow: none;
}

.got_problem .wpcf7-text:focus {
    background-color: #d9f9ff;
}

.got_problem .submit .wpcf7-submit {
    display: inline-block;
    background-color: #268ecd;
    color: #fff;
    border-radius: 30px;
    padding: 15px 42px;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: .6s ease-in-out;
}

.got_problem .submit .wpcf7-submit:hover {
    background-color: #2e3d62;
}

/* got_problem css end */

/* tablet_footer css */

.tablet_footer {
    margin-top: 150px;
    position: relative;
}

.tablet_footer::before {
    position: absolute;
    bottom: 0;
    right: 0px;
    content: "";
    background-image: url(images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    height: 112px;
    z-index: -1;
}

.tablet_footer p {
    text-align: right;
    color: #2e3d62;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    margin: 0;
    padding-top: 30px;
}


/* tablet_footer css end */


/*  Media Query  */


@media( min-width: 1440px ) { 
    .buy_tablets::before {
        width: 80%;
        height: 755px;
    }

    .tablet_testimonial {
        margin-top: 310px;
    }

    .tablet_testimonial::before {
        width: 84%;
        background-position: center;
        background-size: contain;
    }

    .got_problem::before {
      top: -189px;
      width: 60%;
      height: 590px;
  }

  .tablet_footer {
    margin-top: 340px;
}

.tablet_footer::before {
    width: 55%;
    height: 130px;
}

.industries_serve::before {
    width: 98%;
    height: 100%;
    z-index: -1;
    background-size: 100%;
    top: 54px;

}

.industries_serve {
    padding-bottom: 75px;
}

.middle_header {
    background-size: cover;
}

.middle_header .our_step h2 {
    font-size: 48px;
}

.frequently_questions .frequently_content h3 {
    font-size: 36px;
}

.frequently_questions .frequently_content p {
    font-size: 24px;
}

.buy_tablets .buy_tablets_content h3 {
    font-size: 50px;
}

.tablet_testimonial .testimonial_content h3 {
    font-size: 48px;
}

.got_problem .form_content h3 {
    font-size: 50px;
}

.tablet_testimonial .particles_testi::before {
    right: 115px;
}

.tablet_testimonial .particles_testi::after {
    left: 150px;
}

.tablet_testimonial .particles_testi::after {
    left: 150px;
    width: 20%;
    height: 79%;
}

.frequently_questions::before {
    width: 95%;
    height: 54%;
}

.over_project::after {
    background-size: contain;
    content: "";
    width: 78%;
    height: 74px;
}

}


@media( min-width: 1600px ) { 
    .buy_tablets::before {
        width: 80%;
        height: 755px;
    }

    .tablet_testimonial {
        margin-top: 310px;
    }

    .tablet_testimonial::before {
        width: 73%;
        background-position: center;
        background-size: contain;
    }

    .got_problem::before {
      top: -189px;
      width: 60%;
      height: 590px;
  }

  .tablet_footer {
    margin-top: 340px;
}

.tablet_footer::before {
    width: 55%;
    height: 130px;
}

.industries_serve::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
}

.industries_serve {
    padding-bottom: 75px;
}

.middle_header {
    background-size: cover;
}

.middle_header .our_step h2 {
    font-size: 48px;
}

.frequently_questions .frequently_content h3 {
    font-size: 36px;
}

.frequently_questions .frequently_content p {
    font-size: 24px;
}

.buy_tablets .buy_tablets_content h3 {
    font-size: 50px;
}

.tablet_testimonial .testimonial_content h3 {
    font-size: 48px;
}

.got_problem .form_content h3 {
    font-size: 50px;
}

.tablet_testimonial .particles_testi::before {
    right: 115px;
}

.tablet_testimonial .particles_testi::after {
    left: 150px;
}

.tablet_testimonial .particles_testi::after {
    left: 150px;
    width: 20%;
    height: 79%;
}

.frequently_questions::before {
    width: 95%;
    height: 54%;
}

.over_project::after {
    background-size: contain;
    content: "";
    width: 78%;
    height: 74px;
}

}


@media( min-width: 1900px ) { 
    .buy_tablets::before {
        width: 80%;
        height: 755px;
    }

    .tablet_testimonial {
        margin-top: 310px;
    }

    .tablet_testimonial::before {
        width: 73%;
        background-position: center;
        background-size: contain;
    }

    .got_problem::before {
        top: -231px;
        width: 83%;
        height: 765px;
    }

    .tablet_footer {
        margin-top: 340px;
    }

    .tablet_footer::before {
        width: 55%;
        height: 130px;
    }

    .industries_serve::before {
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: contain;
    }

    .industries_serve {
        padding-bottom: 75px;
    }

    .middle_header {
        background-size: 100%;
    }

    .middle_header .our_step h2 {
        font-size: 48px;
    }

    .frequently_questions .frequently_content h3 {
        font-size: 36px;
    }

    .frequently_questions .frequently_content p {
        font-size: 24px;
    }

    .buy_tablets .buy_tablets_content h3 {
        font-size: 50px;
    }

    .tablet_testimonial .testimonial_content h3 {
        font-size: 48px;
    }

    .got_problem .form_content h3 {
        font-size: 50px;
    }

    .tablet_testimonial .particles_testi::before {
        right: 115px;
    }

    .tablet_testimonial .particles_testi::after {
        left: 150px;
    }

    .tablet_testimonial .particles_testi::after {
        left: 150px;
        width: 20%;
        height: 79%;
    }

    .frequently_questions::before {
        width: 88%;
        height: 55%;
        top: 220px;
    }

    .over_project::after {
        background-size: contain;
        content: "";
        width: 78%;
        height: 74px;
    }

}

@media( max-width: 1366px ) {  
    .industries_serve::before {
        background-size: 100%;

    }
}

@media( max-width: 1280px ) { 

    .industries_serve {
        padding-bottom: 100px;
    } 

    .tablet_testimonial::before {
        background-size: contain;
        width: 96%;
    }

}

@media( max-width: 1248px ) { 

 .tablet_testimonial::before {
    background-size: contain;
    width: 96%;
}

.industries_serve .row .col-xl-3:nth-child(4) .industrie_box::before {
    right: 0;
}

}


@media( max-width: 1080px ) {  
    .tablet_header .nav-bar .main-navigation ul li {
        margin-right: 17px;
    }

    .industries_serve {
        padding-bottom: 18px;
        padding-top: 65px;
    }
    

    .tablet_footer::before {
        width: 65%;
        height: 112px;
    }

    .tablet_testimonial::before {
        width: 92%;
    }

    .tablet_testimonial .trstimonial_slide p::before {
        top: 0;
    }

    .tablet_testimonial .trstimonial_slide p {
      font-size: 16px;
      padding-top: 20px;
      margin-bottom: 50px;
  }

  .tablet_testimonial .slick-dots {
    top: 465px;
    bottom: 0;
}

.form_wrapper {
    padding: 40px 30px;
}


.got_problem::before {
    background-size: contain;
    width: 80%;
}

.tablet_footer {
    margin-top: 120px;
}

}

@media( max-width: 1024px ) { 

    .industries_serve::before {
        width: 90%;
        height: 100%;
        background-size: contain;
    }

    .frequently_questions {
        padding: 45px 0 180px;
    }

    .over_project {
        margin-bottom: 130px;
    }

    .over_project .row .col-xl-3:nth-child(3) .project_base::after {
        left: 0;
        width: 351px;
        height: 55px;
        background-size: 44%;
    }

    .tablet_testimonial .testimonial_content h3 {
        font-size: 40px;
    }

    .tablet_testimonial .testimonial_middle h3 {
        font-size: 25px;
        margin: 18px 0 10px;
    }

    .tablet_testimonial .slick-dots {
        top: 432px;
    }
}

@media( max-width: 980px ) { 
    .form_wrapper .form_hit input, .form_wrapper .form_hit select {
        font-size: 12px !important;
    }
    .middle_header {
        padding-top: 110px;
    }

    .middle_header .our_step h2 {
        font-size: 36px;
    }

    .middle_header h3 {
        font-size: 16px;
        width: 96%;
    }

    .over_project .row .col-xl-3:nth-child(2) .project_base {
        margin-top: 0;
    }

    .over_project .row .col-xl-3:nth-child(4) .project_base {
        margin-top: 0;
    }

    .over_project .row .col-xl-3:nth-child(1) .project_base::after {
        display: none;
    }

    .over_project .row .col-xl-3:nth-child(2) .project_base::after {
        display: none;
    }

    .over_project .project_base {
        margin-bottom: 40px;
    }

    .over_project {
        margin-bottom: 70px;
    }

    .frequently_questions .panel-group .panel-heading h4 {
        font-size: 20px;
    }

    .frequently_questions {
        padding: 45px 0 100px;
    }

    .buy_tablets .buy_tablets_content h3 {
        font-size: 32px;
    }

    .buy_tablets .buy_tablets_content h5 {
        font-size: 30px;
    }

    .buy_tablets .buy_tablets_content a {
        margin-top: 40px;
    }

    .tablet_testimonial .testimonial_content h3 {
        font-size: 34px;
    }

    .tablet_testimonial .trstimonial_slide p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 22px;
    }

    .tablet_testimonial .slick-dots {
        top: 410px;
    }

    .frequently_questions .frequently_content p {
        font-size: 17px;
    }

    .industries_serve .row .col-xl-3:nth-child(2) .industrie_box {
        margin-top: 0;
    }

    .industries_serve .row .col-xl-3:nth-child(4) .industrie_box {
        margin-top: 0;
    }

    .industries_serve .row .col-xl-3:nth-child(5) .industrie_box {
        margin-top: 0;
    }

    .industries_serve .row .col-xl-3:nth-child(7) .industrie_box {
        margin-top: 0;
    }
}

@media( max-width: 900px ) { 
    .tablet_testimonial .testimonial_content h4 {
        margin-bottom: 40px;
    }

    .tablet_testimonial .testimonial_content h3 {
        margin-bottom: 25px;
    }
} 

@media( max-width: 830px )
{
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 19px;
        right: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #7652ef;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
      transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
      transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span
  {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #7652ef;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2)
  {
      transform: rotate(-45deg) translate(0, -1px);
  }
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu{
    display: none !IMportant
}
ul.nav-menu li.open ul.sub-menu,
ul.nav-menu li.open:hover ul.sub-menu{
    display: block !important
}
ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !Important;
    top: 0 !Important
}
.mobilesubmenu.open{
    background-color: rgba(72, 72, 72, 0.85) !Important;
}
ul.sub-menu{
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
}
.site-logo{
    float: left;
}
.mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #717171;
    overflow: hidden;
    float: left;
}
.mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
}
.nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu{
    transition: all 1s;
}
.openmenu {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
  color: #333333;
  float: right;
}
.nav-bar.open {
  right: 0;
}
.nav-menu li a{
    color: #ffffff;
    float: left;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 0;
}
ul.sub-menu li:last-child{
    border: 0px !Important;
}
ul.sub-menu li a{
    color: #ffffff !Important;
    font-weight: 600;
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li:last-child a{
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
}
.nav-menu li:last-child{
    border: 0px !Important;
}
.nav-menu li:last-child a,
.nav-menu .sub-menu, .nav-menu .children{
    left: 0;
    width: 100% !important;
}
.nav-bar {
  background-color: #d9f9ff;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 15px;
  padding-top: 60px;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
  z-index: 999;
}
.closebtn {
  display: block;
  position: absolute;
  top: -55px;
  font-size: 20px;
  right: 0;
  color: #7652ef;
  cursor: pointer;
  margin-bottom: 20px;
}

.tablet_header .nav-bar .main-navigation ul li a {
    text-align: left;
}

.tablet_testimonial .trstimonial_slide p {
    font-size: 14px;
}

.tablet_testimonial .testimonial_content h3 {
    font-size: 30px;
}
.tablet_testimonial .testimonial_middle h3 {
    font-size: 20px;
    margin: 18px 0 2px;
}

.tablet_testimonial .testimonial_middle h5 {
    font-size: 15px;
}

.tablet_testimonial .slick-dots {
    top: 380px;
}

}

@media( max-width: 767px ) {
    .form_wrapper #field_1_13,
    .form_wrapper #field_1_5 {
        float: left;
    }
    .form_wrapper .third_box_wide {
        width: 97% !important;
    }
    .got_problem .wpcf7-text {
        margin-bottom: 20px;

    } 

    .got_problem {
        margin-top: 200px;
        position: relative;
    }

    .form_wrapper .form_hit.four_box_wide {
        width: 49% !important;
    }
    
    .form_wrapper #field_1_9,
    .form_wrapper #field_1_13,
    .form_wrapper #field_1_1,
    .form_wrapper #field_1_5 {
        margin-right: 1%;
    }

    .form_wrapper .first_box_wide {
        width: 49% !important;
    }

    body .gform_wrapper ul li.gfield {
        padding-right: 0 !important;
    }

    .form_wrapper .full_wide,
    .form_wrapper .third_box_wide {
        width: 98% !important;
    }

    .industries_serve .industries_content h3 {
        font-size: 20px;
    }

    .buy_tablets .buy_tablets_content h3 {
        font-size: 24px;
    }
    .buy_tablets .buy_tablets_content h5 {
        font-size: 22px;
    }

    .tablet_testimonial::before {
        width: 99%;
    }

    .tablet_testimonial .trstimonial_slide p::before {
        width: 12%;
        height: 12%;
    }

    .tablet_testimonial .testimonial_middle img {
        width: 110px;
        height: 110px;
        object-fit: cover;
    }

    .got_problem::before {
        top: 26px;
    }

    .tablet_footer {
        text-align: center;
    }

    .tablet_footer p {
        text-align: center;
        padding-bottom: 25px;
    }
    .form_content {
        text-align: center;
    }
}

@media( max-width: 667px )
{
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
    .tablet_footer {
        margin-top: 70px;
    }
}

@media( max-width: 640px ) { 
    .over_project .project_content h2 {
        font-size: 38px;
    }

    .over_project .project_content h2::before {
        top: 26px;
        width: 60%;
    }

    .got_problem {
        margin-top: 150px;
    }
}

@media( max-width: 600px ) {  
    .industries_serve .row .col-xl-3:nth-child(5) .industrie_box::before {
        right: 0;
    }
}

@media( max-width: 570px ) {  
    .tablet_header .col-xl-3 {
       width: 35%;
   }

   .tablet_header .col-xl-9 {
       width: 60%;
   }
}

@media( max-width: 480px ) {   
    .over_project .project_base {
        width: 225px;
        height: 225px;
    }

    .tablet_testimonial .trstimonial_slide p {
        font-size: 12px;
        line-height: 22px;
    }

    .tablet_testimonial .slick-dots {
        top: 338px;
    }

    .got_problem {
        margin-top: 120px;
    }

    .tablet_testimonial .testimonial_content h3 {
        font-size: 25px;
    }
    .buy_tablets .buy_tablets_content h3 {
        font-size: 21px;
    }
    .buy_tablets .buy_tablets_content h5 {
        font-size: 18px;
    }
    .industries_serve .industries_content h3 {
        font-size: 16px;
    }
    .middle_header h3 {
        margin: 40px auto 0px;
    }
    .over_project {
        margin-bottom: 40px;
    }
	.industries_serve .industrie_box .blue_point{
		margin: 0 auto;
	}
	.industries_serve .industrie_box h3{
		text-align: center;
	}
}

@media( max-width: 414px ) {
    .form_wrapper .full_wide, .form_wrapper .third_box_wide {
        width: 100% !important;
    }
    .middle_header .our_step h2 {
        font-size: 30px;
    }

    .middle_header .our_step h2::before {
        top: 22px;
    }
    .form_wrapper .two_wide {
        width: 100% !important;
    }
    .form_wrapper .first_box_wide {
        width: 100% !important;
    }
    .form_wrapper .second_box_wide {
        width: 100% !important;
    }
    .form_wrapper .form_hit.four_box_wide {
        width: 100% !important;
    }
    .over_project .project_content h2 {
        font-size: 30px;
    }
    .buy_tablets .buy_tablets_content h3 {
        font-size: 18px;
    }
    .over_project .project_base {
        overflow: hidden;
    }
	.got_problem .form_content h3{
		font-size: 40px;
	}
}

@media( max-width: 375px ) {  
    .middle_header .our_step h2 {
        font-size: 26px;
    }
    .middle_header {
        background-image: none;
    }

    .middle_header {
        padding-bottom: 320px;
    }
}

@media( max-width: 360px ) { 
    .got_problem .form_content h3 {
        font-size: 32px;
    }
    .tablet_header .col-xl-3 {

        width: 50%;

    }
    .tablet_header .col-xl-9 {
        width: 48%;
    }

    .form_wrapper .two_wide input {

        padding: 20px 18px !important;

    }
}

@media( max-width: 320px ) {  
    .tablet_footer p {
        font-size: 15px;
    }
    .got_problem .form_content p {
        font-size: 14px;
    }
    .buy_tablets .buy_tablets_content h3 {
        font-size: 15px;
    }
    .buy_tablets .buy_tablets_content h5 {
        font-size: 14px;
    }
    .frequently_questions .panel-group .panel-heading h4 {
        font-size: 16px;
    }
    .frequently_questions {
        padding: 10px 0 100px;
    }
    .frequently_questions .frequently_content h3 {
        font-size: 25px;
    }
    .frequently_questions .frequently_content p {
        font-size: 14px;
    }
    .over_project .project_content h2 {
        font-size: 25px;
    }
    .over_project .project_content h2::before {
        top: 16px;
        width: 80%;
    }
    .form_wrapper .midddle_form_content {
        font-size: 12px;
    }
    .form_wrapper {
        padding: 2px 15px;
    }
    .middle_header .our_step h2 {
        font-size: 23px;
    }
    .middle_header .our_step h2::before {
        top: 15px;
    }
    .middle_header .our_step h2::after {
        bottom: 8px;
    }
    .middle_header .our_step {
        text-align: center;
        margin-top: 0px;
    }
    .middle_header .icon_box {
        margin-top: 45px;
    }
}