*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
a {
    text-decoration: none;
}
ul,ol{
    margin: 0;
    padding:0;
}
:root{
    --orange_color: #f5811e;
    --grey-color: #eaeef3;
    --dark-blue:#03175b;
    --black:#353535;
}
h1{
    font-size: 70px;
}
h2{
    font-size: 68px;
}
h3{
    font-size: 67px;
}
h4{
    font-size: 20px;
}
p{
    font-size: 18px;
}
body{
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
}

.container_width{
    width: 1200px;
    margin: 0 auto;
}


/*==================================*/

   /****   Header  ****/

/*===================================*/

.logo_part{
    width: 18%;
}
.logo_part img{
    width:100%;
}
header {
    padding: 20px 0px;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 0;
}
.banner_row {
/*    display: flex !important;
    justify-content: space-between;
    align-items: center;*/
    position: relative;
}
.slick-dots li button:before {
    font-size: 67px;
    line-height: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--orange_color);
}
.slick-dots li button:before {
    opacity: .5;
    color: var(--orange_color);
}
.slick-dots {
    bottom: 60px;
    z-index: 9999;
}

.lft_about_text .slick-dots li {
    margin: 0 0px;
}
.lft_about_text .slick-dots {
    bottom: 41px;
    z-index: 9;
    text-align: right;
    right: 0;
    bottom: 55px;
}
.slick-slider {
    margin-bottom: 0 !important;
}
.lft_about_text .slick-dots li button:before {
    font-size: 43px;
    line-height: 20px;
}
.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download_btn {
    background: var(--orange_color);
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 14px;
    border:1px solid var(--orange_color);
}
.download_btn:hover{
     background: transparent;
     color: #fff;
     border:1px solid #fff;
}
.banner_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 220px 0;
}
.top_rigt_img{
    width: 34%;
    text-align: right;
}
.top_rigt_img img{
    width: 100%;
}
.banner_lft {
    width: 50%;
    z-index: 99;
}
.mindle_ware {
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.banner_lft h1{
   color: #fff;
   font-weight: 900;
}
.banner_lft h2{
    color: #fff;
   font-weight: 300;
}
.nav_bar{
    width: 70%;
    display: flex;
    justify-content: flex-end;
}
.nav_bar a.nav-link.active {
    color: var(--orange_color);
}
.nav_bar a.nav-link{
    color: #fff;
    margin-right: 20px;
    font-size: 15px;
}
.banner {
    width: 100%;
    height: auto;
    position: relative;
/*    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
*/}
.banner_row img{
    width: 100%;
}

/* ==================================*/

   /****   About Section   ****/

/*===================================*/


.about_consumer {
    background: var(--grey-color);
    display: flex;
    justify-content: flex-end;
}
.main_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    background: #fff;
    position: relative;
}
.about_text {
    background: #fff;
    position: relative;
    width: 55%;
    padding: 47px 0;
    left: -73px;
    text-align: justify;
}
.about_text h2{
    color: var(--dark-blue);
    font-weight: 400;
    margin-bottom: 40px;
        line-height: 66px;
}
.about_text p{
    margin-bottom: 20px;
}
.about_text .read_more_btn{
    margin-top: 26px; 
}
.read_more_btn {
    border: 1px solid var(--orange_color);
    color: var(--orange_color);
    padding: 8px 30px;
    border-radius: 4px;
    background: transparent;
    font-size: 18px;
    display: inline-block;
}
.read_more_btn:hover{
    background: var(--orange_color);
    color: #fff;
}
.about_img img {
    width: 100%;
    height: 100%;
}
.about_img {
    width: 61%;
}
.arrow_front {
    width: 33%;
    margin-left: 0px;
}
.arrow_front img{
    width: 100%;
    height: 100%;
}
/* ==================================*/

   /****   Video Section   ****/

/*===================================*/

.video_intro
{
	text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.responsive-iframe
{
	width: 80%;
    text-align: center;
    height: 684px;
}



/* ==================================*/

   /****   Product Section   ****/

/*===================================*/

.our_product {
    background: fixed url(../images/blue_banner.png) no-repeat;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 60px 0px 0 0;
    background-size: cover;
}
.our_product h2 {
    font-weight: 400;
    margin-bottom: 25px;
}
.our_product p{
    margin-bottom: 38px;
}
.product_col.second {
    position: relative;
    top: 92px;
}
.view_more_btn{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 20px;
    border-radius: 6px;
}
.view_more_btn:hover{
    background: #fff;
    color: #000;
}
.product_row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 156px;
}
.product_col {
    width: 23%;
    padding: 20px;
    position: relative;
}
.product_col img{
    width: 100%;
}

.product_row.home_product_row  .product_col .check_overlay {
    transform: translate(-50%,-50%) rotate(30deg);
}

.product_row.home_product_row .product_col .overlay_contant {
    transform: rotate(-30deg);
}

.wrap_prod_detail .slick-slide{
    height: 552px;
    object-fit: cover;
}
/* ==================================*/

   /****   Contact Section   ****/

/*===================================*/

.contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: var(--grey-color);
}
.about_text.contact_txt h3{
    color: var(--dark-blue);
        font-weight: 400;
}
.about_text.contact_txt h4{
    color: var(--orange_color);
    margin-bottom: 10px;
}

.read_more_btn.fill_btn{
    background: var(--orange_color);
    color: #fff;
}
.read_more_btn.fill_btn:hover{
    border:1px solid var(--orange_color);
    color: var(--orange_color);
    background: transparent;
}
.wrap_form{
    display: flex;
    justify-content: space-between;
}
.wrap_form .form_row{
    width: 47%;
}
.contact_form{
    margin-top: 40px;
}
.form_row{
    width: 100%;
    margin-bottom: 10px;
}
.form_row label{
    display: block;
    color: #000;
}
.form_row input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 4px;
}
.form_row textarea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 8px;
    border-radius: 4px;
    min-height: 100px;
    resize: none;
}
.about_text.contact_txt  .read_more_btn{
    margin-top: 10px;
}
/* ==================================*/

   /****   Testimonial Section   ****/

/*===================================*/

.testimonial{
  display: flex;
  justify-content: flex-start;
}
.lft_about_img {
    width: 43%;
    background: var(--grey-color);
}
.lft_about_img img {
    width: 100%;
    height: 100%;
}
.lft_arrow_front{
    width: 20%;
    margin-left: 0px;
}
.lft_arrow_front img {
    width: 100%;
    height: 100%;
}
.lft_main_wrap {
    display: flex;
    justify-content: space-between;
    width: 88%;
    position: relative;
}
.lft_about_text {
    background: var(--grey-color);
    position: relative;
    width: 47%;
    padding: 69px 0 0 0;
    text-align: left;
    padding-left: 106px;
    margin-bottom: 0 !important;
}
.lft_about_text h4{
    color: var(--orange_color);
    letter-spacing: 3px;
}
.lft_about_text h3{
    color: var(--dark-blue);
    font-weight: 400;
    line-height: 70px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.lft_about_text p{
    font-style: italic;
    font-size: 26px;
    color: #000;
}
.lft_about_text .author_name{
    color: var(--orange_color);
    font-style: normal;
    font-size: 18px;
    padding-top: 20px;
}

/* ==================================*/

   /****   Footer   ****/

/*===================================*/

footer{
    background: #000821;
    padding: 60px 0;
}
.footer_row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_row .footer_col:nth-child(1){
    width: 30%;
}
.footer_row .footer_col:nth-child(2){
    width: 12%;
}
.contact_list{
    margin-top: 34px;
}
.contact_list li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin: 6px 0;
}
.contact_list li i{
    color: var(--orange_color);
    margin-right: 7px;
}
.black_footer {
    background: #000;
    padding: 14px 0;
}
.footer_col {
    width: 20%;
}
.footer_col h4{
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
.links li {
    list-style: none;
    margin: 7px 0;
}
.links li a{
    color: #8f9eca;
    font-size: 16px;
}
.footer_col p{
    color: #8f9eca;
    font-size: 16px;
}

.footr_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footr_wrap p{
    color: #fff;
    font-size: 14px;
}
.social li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}
.social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #fff;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    text-decoration: none;
    color: #000;
}
.toggle_btn{
    display: none;
}

/* ==================================*/

   /****   About us page   ****/

/*===================================*/

.inner_header{
   background: #fafafa;
       position: static;
}
.inner_header .nav_bar a.nav-link{
    color: #003f71;
}
.inner_header .nav_bar a.nav-link.active{
    color: var(--orange_color);
}
.inner_banner {
    padding: 78px 20px;
    background: #072654;
    background: -moz-linear-gradient(left, #072654 0%, #0f4ba7 100%);
    background: -webkit-linear-gradient(left, #072654 0%,#0f4ba7 100%);
    background: linear-gradient(to right, #072654 0%,#0f4ba7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072654', endColorstr='#0f4ba7',GradientType=1 );
}
.banner_heading h3{
    color: #fff;
    font-weight: 700;
}
.product_row.about_product {
    margin-top: 60px;
    padding-bottom: 0;
    margin-bottom: 60px;
        flex-wrap: wrap;
}
.product_row.about_product .product_col.second {
    position: relative;
    top: 0;
}
.contact.reverse_contact {
    justify-content: flex-start;
}
.contact.reverse_contact .about_img {
    width: 62%;
    object-fit: cover;
    height: 100%;
}
.contact.reverse_contact .arrow_front {
    width: 33%;
}
.contact.reverse_contact .about_text {
    background: #fff;
    position: relative;
    width: 64%;
    padding: 10px 0 0 64px;
    left: 0;
    text-align: left;
}

/* ==================================*/

   /****   Contact page   ****/

/*===================================*/

.testimonial.reverse {
    justify-content: flex-end;
}
.testimonial.reverse .lft_about_text {
    padding-left: 20px;
    width: 51%;
}
.testimonial.reverse .lft_arrow_front {
    width: 21%;
    margin-left: 0px;
}
.address_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.address_col p{
    font-size: 16px;
    font-style: normal;
}
.address_col h5 {
    font-size: 22px;
    color: var(--dark-blue);
    font-weight: 600;
    min-height: 57px;
    margin-bottom: 2px;
}
.address_col h5.auto_height{
    min-height: auto;
}
.address_col {
    width: 48%;
    padding-right: 10px;
    margin-bottom: 30px;
}
.address_col img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.map_row {
    height: 500px;
    width: 100%;
}
.map_row iframe{
   height: 100%;
}

/* ==================================*/

   /****  Product Listing   ****/

/*===================================*/

.product_row.main_product{
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.product_row.main_product .product_col {
    width: 33%;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}
.product_row.main_product .product_col.second {
    position: relative;
    top: 0;
}
.check_overlay {
    cursor: pointer;
    display: inline-block;
    width: 21em;
    height: 21em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 0.5s all ease-in;
    background: transparent;
    -webkit-clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
    clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.check_overlay_inner {
    cursor: pointer;
    display: inline-block;
    width: 19em;
    height: 19em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.5s all ease-in;
    background: rgba(245, 129, 30, 0.8);
    -webkit-clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
    clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.check_overlay:hover .check_overlay_inner{
    opacity: 1;
    transition: 0.5s all ease-in;
}
.check_overlay:hover .overlay_contant{
    opacity: 1;
    transition: 0.5s all ease-in;   
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    padding: 35px;
    opacity: 0;
    transition: 0.5s all ease-in;
}
.overlay_contant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all ease-in;
    padding: 0 40px;
    text-align: center;
}
.read_btn {
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
}
.read_btn:hover{
    background: #072654;
    color: #fff;
}
.overlay_contant h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 25px;
}
.btn_row{
    text-align: center;
    margin-bottom: 60px;
}

/* ==================================*/

   /****   Product Details  ****/

/*===================================*/

.product_details_row {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.detail_section h2{
    color: var(--dark-blue);
    text-transform: uppercase;
}
.specification li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}
.specification_head{
    width: 48%;
}
.specification_detail{
    width: 46%;
    position: relative;
}
.specification_detail:before{
    content: ':';
    position: absolute;
    left: -14px;
}
.lft_prod_detail{
    width: 50%;
}
.rgt_prod_detail{
    width: 46%;
}
.wrap_prod_detail img{
  border-radius: 4px;
}
.rgt_prod_detail .slick-dots {
    bottom: -30px;
    z-index: 9999;
}
.lft_prod_detail > p{
    font-size: 16px;
    margin-top: 20px;
}
.details_props{
    margin-top: 30px;
}
.details_props h5{
    margin-bottom: 10px;
    font-weight: 600;
}
.details_props p{
    font-size: 16px;
}
.details_props ul{
    padding-left: 17px;
}
.detail_section{
    padding: 60px 0;
}
.product_details_row.reverse{
    flex-direction: row-reverse;
}
.product_details_row.reverse .lft_prod_detail {
    width: 45%;
}
.prd_slider_section{
    background: #eaeef3;
    padding: 50px 0 60px 0;
}

.prd_slider_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}
.prd_slider_heading h2{
    color: var(--dark-blue);
}

.prd_slider .slick-prev:before {
    content: '\f104';
    color: #a3a6aa;
    font: normal normal normal 40px/1 FontAwesome;
    opacity: 1;
}

.prd_slider .slick-next:before {
    content: '\f105';
    color: #a3a6aa;
    font: normal normal normal 40px/1 FontAwesome;
     opacity: 1;
}

.prd_slider .product_col .check_overlay_inner {
    width: 21em;
    height: 21em;
}
.captca_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==================================*/

   /****   Media Query   ****/

/*===================================*/


@media only screen and (min-width: 320px) and (max-width: 767px){

h1{
    font-size: 23px;
}
h2{
    font-size: 23px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
p{
    font-size: 14px;
}
.container_width {
    width: 100%;
    padding: 0 16px;
}
.mindle_ware {
    padding: 0 20px;
}
header {
    padding: 10px 0px;
    border-bottom: 1px solid #5a5151;
    position: static;
    background: #000821;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li button:before {
    font-size: 44px;
    line-height: 20px;
}
.slick-dots li {
    margin: 0 0px;
}
.banner {
    width: 100%;
    min-height: auto;
}
.logo_part {
    width: 48%;
}
.nav_bar a.nav-link {
    color: #fff;
    margin-right: 0;
}
  .toggle_btn{
    display: block;
    background: #f5811e;
    color: #fff;
    border: none;
    padding: 1px 10px;
    border-radius: 3px;
  }
.nav_bar {
    width: 100%;
    position: absolute;
    flex-direction: column;
    background: #000;
    left: 0;
    top: 48px;
    display: none;
    z-index: 99999;
    padding: 20px 15px;
}
.nav {
   display: block;
}
.banner_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6px;
    flex-direction: column;
}
.banner_lft {
    width: 100%;
    margin-bottom: 33px;
   left: 18px;
    z-index: 99;
    top: 45%;
}
.top_rigt_img {
    width: 80%;
    text-align: left;
}
.main_wrap {
    width: 100%;
    flex-direction: column;
}
.arrow_front{
    display: none;
}
.about_text {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 47px 20px;
    left: 0;
    text-align: justify;
}
.about_text h2 {
    line-height: normal;
}
.about_img{
    display: none;
}
.product_row {
    padding-bottom: 0;
    flex-direction: column;
}
.product_col {
    width: 67%;
    padding: 0;
    margin-bottom: 48px;
}
.lft_main_wrap {
    width: 100%;
    flex-direction: column;
}
.lft_about_img {
    display: none;
}
.lft_arrow_front{
    display: none;
}
.lft_about_text {
    width: 100%;
    padding: 69px 0 0 0;
    text-align: left;
    padding-left: 17px;
}
.lft_about_text h3 {
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 40px;
}
.lft_about_text p {
    font-size: 15px;
}
.lft_about_text .author_name {
    font-size: 14px;
}
.footer_row {
    flex-direction: column;
}
.footer_row .footer_col:nth-child(1) {
    width: 100%;
}
.product_col.second {
    position: relative;
    top: 0;
}
.footer_row .footer_col:nth-child(2) {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wrap_form {
    flex-direction: column;
}
.wrap_form .form_row {
    width: 100%;
}
footer {
    background: #000821;
    padding: 30px 0;
}
.footer_col {
    width: 100%;
    margin-bottom: 30px;
}
.footr_wrap {
    flex-direction: column;
}
.footr_wrap p {
    margin-bottom: 13px;
}
.lft_about_text .slick-dots {
    right: 20px;
    bottom: 36px;
}
.inner_banner {
    padding: 30px 20px;
}
.product_row.about_product {
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.contact.reverse_contact .about_text {
    padding: 20px 20px 26px 20px;
    width: 100%;
}
.inner_header .nav_bar a.nav-link {
    color: #ffffff;
}
.testimonial.reverse .lft_about_text {
    padding-left: 20px;
    width: 100%;
}
.product_row.main_product .product_col {
    width: 81%;
    padding: 0px;
}
.check_overlay_inner {
    width: 22em;
    height: 22em;
}
.lft_prod_detail {
    width: 100%;
}
.rgt_prod_detail {
    width: 100%;
    margin-bottom: 56px;
}
.prd_slider .product_col {
    padding: 0 30px;
    margin-bottom: 0;
}
.prd_slider .slick-next {
    right: 0;
}
.prd_slider .slick-prev {
    left: 0;
}
.product_details_row {
    flex-direction: column;
}
.wrap_prod_detail .slick-slide {
    height: 358px;
    object-fit: cover;
}
.read_more_btn {
    padding: 8px 11px;
    font-size: 14px;
}
.check_overlay {
    width: 16em;
    height: 16em;
}
.prd_slider .product_col .check_overlay_inner {
    width: 22em;
    height: 22em;
}
.prd_slider .product_col .check_overlay {
    width: 17em;
    height: 17em;
}
.captca_row {
    flex-direction: column;
}
.responsive-iframe {
    width: 100%;
    text-align: center;
    height: 220px;
}
.our_product p {
    margin: 35px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

h1{
    font-size: 50px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 18px;
}
p{
    font-size: 14px;
}
.container_width {
    width: 100%;
    padding: 0 16px;
}
.banner {
    width: 100%;
    min-height: auto;
    padding-bottom: 46px;
}
.header_wrap {
    align-items: center;
}
.logo_part {
    width: 19%;
}
.nav_bar {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
li.nav-item {
    margin-right: 17px;
}
.nav_bar a.nav-link {
    color: #fff;
    margin-right: 0;
    font-size: 15px;
    padding: 0;
}
.arrow_front {
    display: none;
}
.main_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    position: relative;
}
.about_text h2 {
    line-height: normal;
}
.product_col {
    width: 30%;
    padding: 20px;
}
.lft_main_wrap {
    display: flex;
    justify-content: space-between;
        align-items: center;
    width: 100%;
    position: relative;
        background: var(--grey-color);
}
.lft_arrow_front {
   display: none;
}
.lft_about_text {
    width: 58%;
    padding: 63px 0 0 0;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.lft_about_text h3 {
    line-height: normal;
}
.about_text {
    background: #fff;
    position: relative;
    width: 47%;
    padding: 47px 0;
    left: 0;
    text-align: left;
    padding-left: 25px;
}
.footer_col img{
    width: 100%;
}
.footer_row .footer_col:nth-child(2) {
    width: 14%;
}
.lft_about_text .slick-dots {
    right: 28px;
    bottom: 41px;
}
.about_img {
    width: 44%;
}
.banner_lft {
    width: 62%;
    left: 18px;
}
.contact.reverse_contact .about_text {
    padding: 26px 20px 16px 64px;
}
.testimonial.reverse .lft_about_img {
    display: none;
}
.testimonial.reverse .lft_about_text {
    padding-left: 20px;
    width: 100%;
}
.mindle_ware {
    padding: 0 20px;
}
.prd_slider .slick-next {
    right: -11px;
}
.prd_slider .slick-prev {
    left: -11px;
}
.wrap_prod_detail .slick-slide {
    height: 309px;
    object-fit: cover;
}

.responsive-iframe {
    width: 100%;
    text-align: center;
    height: 431px;
}


}


@media only screen and (min-width: 1024px) and (max-width: 1250px){

h1{
    font-size: 50px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 18px;
}
p{
    font-size: 14px;
}
.container_width {
    width: 100%;
    padding: 0 16px;
}
.banner_lft {
    left: 23px;
}
.banner {
    width: 100%;
    min-height: auto;
    padding-bottom: 46px;
}
.banner {
    width: 100%;
    min-height: auto;
    padding-bottom: 46px;
}
.header_wrap {
    align-items: center;
}
.logo_part {
    width: 22%;
}
.nav_bar {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
li.nav-item {
    margin-right: 30px;
}
.nav_bar a.nav-link {
    color: #fff;
    margin-right: 0;
    font-size: 18px;
    padding: 0;
}
.about_img {
    width: 38%;
}
.arrow_front {
    width: 33%;
    margin-left: 0px;
    display: none;
}
.about_text {
    background: #fff;
    position: relative;
    width: 38%;
    padding: 31px 0 20px 30px;
    left: 0;
    text-align: left;
}
.about_text h2 {
    line-height: 34px;
    margin-bottom: 25px;
}
.main_wrap {
    width: 100%;
}
.lft_about_text {
    width: 37%;
    padding: 35px 0 0 45px;
}
.lft_about_text p {
    font-size: 16px;
}
.lft_about_text .author_name {
    font-size: 16px;
}
.contact_form {
    margin-top: 25px;
}
.about_text .read_more_btn {
    margin-top: 7px;
}
.lft_about_text h3 {
    line-height: 33px;
}
.contact.reverse_contact .about_text {
    padding: 47px 30px 0 64px;
}
.lft_about_img {
    width: 43%;
    display: none;
}
.testimonial.reverse .lft_arrow_front {
    width: 17%;
}
.testimonial.reverse .lft_main_wrap {
    justify-content: flex-end;
    width: 100%;
    align-items: stretch;
}
.mindle_ware {
    padding: 0 24px;
}
.slick-next {
    right: -11px;
}
.slick-prev {
    left: -11px;
}

.responsive-iframe {
    width: 100%;
    text-align: center;
    height: 431px;
}

}

@media only screen and (min-width: 1251px) and (max-width: 1500px){

h2 {
    font-size: 49px;
}
h3 {
    font-size: 34px;
}
p {
    font-size: 16px;
}
.lft_about_text h3 {
    line-height: 37px;
}
.lft_about_text p {
    font-size: 20px;
}
.about_text {
    width: 48%;
    padding: 47px 0;
    left: -73px;
    text-align: left;
}
.about_text h2 {
    margin-bottom: 27px;
    line-height: 42px;
}
.about_text .read_more_btn {
    margin-top: 5px;
}
.contact.reverse_contact .about_text {
    padding: 18px 0 0 64px;
}
.responsive-iframe {
    width: 100%;
    text-align: center;
    height: 431px;
}

}