html{
    overflow-x: hidden;
}
body{
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 16px;
  color: #4E5055;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
}
.d-new{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a{
	transition: all 0.3s linear;
}
p{
    line-height: 25px;
}
/*------------------ Home Page Css Start ------------------*/
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 62px 0px;
    z-index: 10;
    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    -ms-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}
header.active{
    background: #fff;
    padding: 31px 0px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.home_header_second{
    z-index: initial;
}
.home_header_second.active{
    z-index: 10;
    box-shadow: none !important;
}
.home_header_second.overflow{
    overflow: hidden;
}
.home_header_second .header_bg{
    position: absolute;
}
.header_bg{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 71.4%;
    width: calc(100% - ((100% - 865px) / 2));
}
.header_bg.active{
    z-index: -1;
}
.header_bg_second{
    z-index: -1;
}
.header_bg img{
    width: 100%;
}
.header_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    max-width: 274.07px;
}
.logo a{
    display: block;
}
.logo img{
    width: 100%;
}
nav{
    position: relative;
    z-index: 1;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
nav a{
    font-weight: bold;
    text-transform: uppercase;
    color: #4E5055 !important;
    display: block;
    padding: 0px 12px;
    margin: 0px 6px;
    position: relative;
}
nav li.current_page_item a:after,nav li a:hover:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -17px;
    width: 100%;
    height: 5px;
    background-image: url(../images/menu_active_yellow.png);
    background-size: 100% 5px;
    background-repeat: no-repeat;
}
.home_header nav li.current_page_item a:after,.home_header nav li a:hover:after{
    background-image: url(../images/menu_active.png);
}
.home_header.active nav li.current_page_item a:after,.home_header.current_page_item nav li a:hover:after{
    background-image: url(../images/menu_active_yellow.png);
}
.home_header_second.active li.current_page_item a:after,.home_header.active nav li a:hover:after{
    background-image: url(../images/menu_active.png) !important;
}
.search{
    position: relative;
    width: 260px;
    z-index: 1;
}
.form-control,.btn{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
.search .form-control{
    background: #fff;
    border: 1px solid #707070;
    border-radius: 22px;
    font-size: 20px;
    height: 44px;
    padding: 0px 50px 0px 19px;
}
.search .btn{
    position: absolute;
    padding: 0px;
    top: 0px;
    right: 12px;
    bottom: 0px;
    margin: auto;
}
.mt-193{
    margin-top: 193px;
}
.theme-yellow .mt-193{
    margin-top: 136px;
}
.banner{
    position: relative;
    z-index: 1;
}
.banner_inner{
    position: relative;
}
.banner_img img{
    width: 100%;
    border-radius: 30px;
}
.banner_text{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 63px;
    padding-left: 76px;
}
.banner_text h1{
    font-size: 65px;
    color: #fff;
    line-height: 80px;
    font-weight: bold;
}
.block_outer{
    max-width: 1363px;
    margin: 133px auto 105px;
}
.block_outer strong{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 65px;
}
.block_outer p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 25px;
}
.infra_outer{
    background: #4E5055;
    padding: 142px 0px 115px;
}

.infra_outer {
    padding-top: 103px;
}

.title h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
}
.infra_item{
    max-width: 1396px;
    margin: 68px auto 0px;
    background: rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 52.9px 20px;
}
.infra_item {
    padding: 104px 20px;
}
.infra_item {
    margin-top: 50px;
}
.infra_box{
    max-width: 952.21px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.infra_img {
    width: 252px;
}
.infra_img img{
    width: 100%;
}
.infra_info {
    width: calc(100% - 252px);
    padding-left: 120px;
}
.infra_info h3{
    text-transform: uppercase;
    font-size: 26px;
    color: #EFC514;
    font-weight: bold;
}
.infra_outer p {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}
.infra_info p{
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-top: 18px;
  font-weight: 400;
}
.desc ul li{
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: #fff;
    margin-top: 18px;
    padding-left: 32px;
}
.desc ul li:after{
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 4px;
    left: 0px;
    top: 6px;
}
.product_outer{
    background: #4E5055;
    padding: 66.4px 0px 492px;
}
.product_box{
    max-width: 1088px;
    margin: auto;
}
.product_box p{
    /*
    font-size: 25px;
    line-height: 30px;
    */
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}
.video_box{
    margin-top: 125px;
    position: relative;
    z-index: 1;
}
.video_box iframe{
    width: 100%;
    height: 602px;
    display: block;
    border: 0px;
}
.product_round{
    width: 1627px;
    height: 1617px;
    border-radius: 50%;
    background: #F0C514;
    margin: -570px auto 0px;
    padding: 645px 216px 0px 216px;
    background-image: url(../images/yel-bg.png);
    background-position: center;
    background-size: contain;
}
.title_black h2,.product_round p{
    color: #4E5055;
}
.product_list{
    margin-top: 53px;
}
.product_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list li{
    width: calc(50% - 62px);
    margin-top: 54px;
    height: 128px;
    margin: 54px 31px 0 !important;
}
.product_list li:nth-child(2n + 1){
    margin-left: 0px;
}
.product_list li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 30px;
    line-height: 37px;
    padding: 5px;
    color: #707070;
    font-weight: bold;
}
.product_list li a:hover{
    background: #707070;
    color: #F0C514;
}
.expert_outer{
    padding-bottom: 153.2px;
    background: url(../images/ask_expert_bg.png) #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}
.expert_outer:after{
    position: absolute;
    content: "";
    height: 373px;
    left: 0px;
    top: -1px;
    width: 100%;
    background: #4E5055;
}
.expert_outer_new:after{
    content: none !important;
}
.expert_outer_new{
    background: url(../images/ask_expert_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.ask_expert{
    max-width: 1088px;
    margin: -373px auto 0px;
    position: relative;
    z-index: 1;
}
.ask_expert .title{
    margin-bottom: 50px;
}
.expertBox{
    background: #4E5055;
    border-radius: 20px;
}
.expert_top{
    display: flex;
    flex-wrap: wrap;
}
.expert_info{
    width: calc(100% - 463px);
    color: #4E5055;
    background: #EFC514;
    border-top-left-radius: 20px;
    padding: 53.2px 124px 39.8px 55px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.expert_info p{
    font-size: 30px;
    line-height: 39px;
}
.expert_info p strong{
    display: block;
}
.expert_img{
    width: 463px;
}
.expert_img img{
    width: 100%;
    border-top-right-radius: 20px;
}
.expert_info_bottom h5{
    font-size: 25px;
    font-weight: bold;
    line-height: 23px;
}
.expert_info_bottom small{
    font-size: 20px;
    line-height: 23px;
}

.expert_form {
    padding: 101.7px 168px 71px;
}

.form_group{
    margin-bottom: 15px;
}
.form_group .form-control {
    border: 0px;
    height: 71px;
    background: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #4E5055;
    padding: 0px 30px;
}
.form_group textarea.form-control {
  height: 284px;
  padding-top: 20px;
}

.form_group .form-control::-webkit-input-placeholder {
    color: #6c757d;
}
.form_group .form-control:focus::-webkit-input-placeholder {
    color: #bdbdbd;
}

/* Firefox < 19 */
.form_group .form-control:-moz-placeholder {
    color: #6c757d;
}
.form_group .form-control:focus:-moz-placeholder {
    color: #bdbdbd;
}

/* Firefox > 19 */
.form_group .form-control::-moz-placeholder {
    color: #6c757d;
}
.form_group .form-control:focus::-moz-placeholder {
    color: #bdbdbd;
}

/* Internet Explorer 10 */
.form_group .form-control:-ms-input-placeholder {
    color: #6c757d;
}
.form_group .form-control:focus:-ms-input-placeholder {
    color: #bdbdbd;
}

.chk {
    display: block;
    position: relative;
    padding-left: 62px;
    margin-bottom: 0px;
    cursor: pointer;
    line-height: 20px;
    min-height:46px;
    font-size: 16px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk a{
    font-weight: bold;
    color: #fff !important;
    text-decoration: underline !important;
}
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.chk .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 46px;
    width: 46px;
    border: 3px solid #fff;
    border-radius: 13px;
}
.chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk input:checked~.checkmark:after {
    display: block;
}
.chk .checkmark:after {
    left: 15px;
    top: 7px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.chk_outer {
    margin-top: 21px;
}
.chk_outer.mt-39{
    margin-top: 39px;
}
.send_btn{
    margin-top: 85px;
}

.send_btn img.icon {
  display: inline-block;
}

.send_btn img.icon-hover {
  display: none;
}

.send_btn:hover img.icon {
  display: none;
}

.send_btn:hover img.icon-hover {
  display: inline-block;
}

.btn-yellow{
    height: 68px;
    display: flex;
    align-items: center;
    background: #EFC514;
    padding: 0px 29px;
    border-radius: 34px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #4E5055;
    min-width: 303px;
    justify-content: space-between;
}
.btn-yellow:hover{
    background: #ffce00;
}
footer{
    background: #000000;
    padding: 61px 0px 58px;
}
.footer_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_left ul{
    display: flex;
    flex-wrap: wrap;
}
.footer_left a{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    display: block;
    margin-right: 15px;
}
.footer_left a:hover{
    color: #F0C514;
}
.footer_right p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
/*------------------ Home Page Css End ------------------*/
/*------------------ Product Page Css Start ------------------*/
.product_banner{
    position: relative;
    padding-bottom: 57px;
}
.product_banner:after{
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    background: rgba(78,80,85,0.21);
    height: 499px;
    bottom: 0px;
}
.pro_list_box{
    background: #F0C514;
    border-radius: 31px;
    padding: 25px 50px 25px 91px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    height: calc(100vh - 135px);
    min-height: calc(370px + 25px + 25px + 35px);
}
.product_name{
    width: 277px;
    background: #4E5055;
    padding: 20px 26px;
    border-radius: 20px;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 35px;
}
.product_name h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}
.product_name h3:after{
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    height: 2px;
    width: 85%;
    background: #fff;
}
.product_name li a{
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-top: 44px;
}
.product_name li.active a,.product_name li a:hover{
    color: #EFC514;
}
.product_img{
    width: calc(100% - 277px);
    margin-bottom: 40px;
    padding-right: 72.6px;
    position: relative;
    max-height: 100%;
}
.product_img img{
    width: 100%;
}
.tab_img{
    display: none;
}
.details_outer{
    padding: 15px 0px 0px;
}
.details_inner{
    max-width: 1366px;
    margin: auto;
}
.detail_top h3{
    font-size: 25px;
    font-weight: bold;
    color: #4E5055;
    line-height: 32px;
}
.detail_top h4{
    margin-top: 23px;
}
.font-25 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}
.detail_block{
    margin-top: 103px;
    position: relative;
}

.details_inner[data-lp="1"] .detail_block:after {
    content: '';
    width: 100%;
    height: 1px;
    width: 100%;
    background: #4E5055;
    left: 0;
    top: -50px;
    position: absolute;
}

.detail_block strong{
    margin-top: 25px;
    display: block;
}
.product_details_img{
    margin-top: 50px;
}
.product_details_img img{
    width: 100%;
    border-radius: 50px;
}
.details_outer *{
  color:#002B4E !important;
}
.sec-contact{
  background: #fff !important;
}
.feature_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature_box li{
    text-align: center;
    max-width: 110px;
    margin: 50px 20px 0px;
    flex-grow: 1;
    padding: 0;
    flex-basis: 0;
}
.feature_img{
    height: 81.47px;
    width: 81.47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: auto;
    background: #4E5055;
}
.feature_img img{
    max-width: 100%;
    max-height: 100%;
}
.feature_box li span{
    display: block;
    margin-top: 15px;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.detail_info{
    margin-top: 78px;
}
.detail_info p{
    margin-bottom: 30px;
}
.detail_info p:last-child{
    margin-bottom: 0px;
}
.pro_slider_outer{
    /*
    margin-top: 110px;
    */
    margin-top: 50px;
    background: rgba(255,255,255,0.22);
    padding: 53px 0px 38px;
}
.pro_slider_outer h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.product_slider{
    margin-top: 30px;
    padding: 0px 130px;
}
.item_inner{
    display: block;
    text-align: center;
    max-width: 200px;
    margin: auto;
    min-width: 200px;
}

.item_inner h4 {
    min-width: 200px;
}

.pro_slider_img,.viewAll{
    width: 167.84px;
    height: 167.84px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.pro_slider_img img {
  max-width: 120px;
  max-height: 120px;
}
.viewAll{
    background: #EFC514;
    font-size: 18px;
    color: #4E5055;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}
.viewAll:hover{
    background: #4E5055;
    color: #EFC514;
}
.item_inner h4 {
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    color: #4E5055;
    text-transform: uppercase;
}
.item_inner:hover h4 {
    color: #000;
}
.item_inner p {
    margin-top: 3px;
    font-size: 15px;
    line-height: 22px;
    color: #4E5055;
}
.item_inner:hover p {
  color: #000;
}

.product_slider .owl-nav button{
    padding: 0px;
    border: 0px;
    outline: none !important;
    position: absolute;
    left: 50px;
    top: 64px;
}
.product_slider .owl-nav button.owl-next{
    left: auto;
    right: 50px;
}
.detail_block.mt-50{
    margin-top: 50px;
}
.detail_block.mt-50 .product_details_img{
    margin-top: 0px !important;
}
.ask_expert_box{
    height: 370px;
    background: rgba(78,80,85,0.21);
    padding-top: 102.7px;
}
.ask_expert_box .ask_expert {
    margin: 0px auto;
}
.ask_expert_box .title h2{
    color: #4E5055;
}
.expert_outer_new .ask_expert{
    margin-top: -270px;
}
/*------------------ Product Page Css End ------------------*/
/*------------------ Contact Us Page Css Start ------------------*/
.contact_outer{
    padding: 205px 0px 100px;
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 600px center;
}
.contact_box{
    max-width: 1088px;
    margin: auto;
    background: #4E5055;
    border-radius: 20px;
    padding: 54px 168px 71px;
}
.contact_head{
    margin-bottom: 54px;
}
.contact_head p{
    color: #fff;
    margin-top: 7px;
}
.contact_info{
    margin-top: 92px;
    text-align: center;
}
.contact_info h3{
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: #4E5055;
}
.contact_info p {
    font-size: 24px;
    line-height: 36px;
    color: #4E5055;
}
.contact_add{
    margin-top: 50px;
    text-align: center;
}
.contact_add p{
    color: #4E5055;
}
/*------------------ Contact Us Page Css End ------------------*/
.toggleMenu,.mobile_search,.Overlay{
    display: none;
}
label.error {
    color: red;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 5px;
    display: block;
}

.owl-next,
.owl-prev {
  opacity: 0.5;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0;
}

.owl-next:hover,
.owl-prev:hover {
  opacity: 1;
}

.owl-next.disabled:hover,
.owl-prev.disabled:hover {
  opacity: 0;
}

@media(min-width: 1660px) and (max-width: 1699px){
    /*------------------ Home Page Css Start ------------------*/
    .header_bg {
        width: calc(100% - ((100% - 755px) / 2))
    }
    .product_round {
        width: 1600px;
        height: 1600px;
    }
    /*------------------ Home Page Css End ------------------*/
}
@media(min-width: 1560px) and (max-width: 1659px){
    /*------------------ Home Page Css Start ------------------*/
    header {
        padding: 45px 0px;
    }
    .header_bg {
        width: calc(100% - ((100% - 755px) / 2))
    }
    .mt-193 {
        margin-top: 159px;
    }
    .theme-yellow .mt-193 {
        margin-top: 142px;
    }
    .product_round {
        width: 1500px;
        height: 1500px;
        padding: 610px 205px 0px 205px;
    }
    /*------------------ Home Page Css End ------------------*/
}
@media(min-width: 1460px) and (max-width: 1559px){
    /*------------------ Home Page Css Start ------------------*/
    .logo {
        max-width: 250px;
    }
    header {
        padding: 42px 0px;
    }
    .header_bg {
        width: calc(100% - ((100% - 735px) / 2))
    }
    .mt-193 {
        margin-top: 147px;
    }
    .theme-yellow .mt-193 {
        margin-top: 130px;
    }
    .product_round {
        width: 1400px;
        height: 1400px;
        margin: -492px auto 0px;
        padding: 571px 155px 0px 155px;
    }
    .product_list li a {
        height: 130px;
    }
    .product_list li {
        margin-top: 40px;
    }
    /*------------------ Home Page Css End ------------------*/
}

@media(min-width: 1360px) and (max-width: 1459px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 17px;
    }
    p {
        line-height: 26px;
    }
    .logo {
        max-width: 230px;
    }
    header {
        padding: 33px 0px;
    }
    .header_bg {
        width: calc(100% - ((100% - 690px) / 2))
    }
    .mt-193 {
        margin-top: 123px;
    }
    .theme-yellow .mt-193 {
        margin-top: 108px;
    }
    .banner_text h1 {
        font-size: 70px;
        line-height: 74px;
    }
    .block_outer {
        margin: 110px auto 75px;
    }
    .block_outer strong {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 50px;
    }
    .block_outer p {
        margin-top: 31px;
        font-size: 21px;
        line-height: 32px;
    }
    .infra_outer {
        padding: 95px 0px 60px;
    }
    .title h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .infra_info h3 {
        font-size: 22px;
    }
    .infra_img {
        width: 230px;
    }
    .infra_info {
        width: calc(100% - 230px);
    }
    .infra_info p {
        font-size: 19px;
        line-height: 22px;
        margin-top: 17.5px;
    }
    .desc ul li {
        font-size: 19px;
        line-height: 22px;
        margin-top: 17.5px;
        padding-left: 27px;
    }
    .desc ul li:after {
        height: 13px;
        width: 13px;
        top: 4px;
    }
    .product_box p {
        font-size: 25px;
        line-height: 36px;
        margin-top: 30px;
    }
    .video_box {
        margin-top: 75px;
    }
    .product_round {
        width: 1295px;
        height: 1295px;
        padding: 620px 200px 0px 200px;
    }
    .product_list li a {
        height: 100px;
        font-size: 26px;
    }
    .product_outer {
        padding: 66.4px 0px 460px;
    }
    .ask_expert .title {
        margin-bottom: 40px;
    }
    .footer_left a {
        font-size: 15px;
    }
    .footer_right p {
        font-size: 15px;
    }
    footer {
        padding: 40px 0px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Product Page Css Start ------------------*/
    .product_img {
        padding-right: 25.6px;
    }
    .product_name li a {
        margin-top: 25px;
    }
    .product_banner:after {
        height: 430px;
    }
    /*------------------ Product Page Css End ------------------*/
    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 200px 0px 100px;
        background-position: top 500px center;
    }
    /*------------------ Contact Us Page Css End ------------------*/
}
@media(min-width: 1200px) and (max-width: 1359px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 16px;
    }
    p {
        line-height: 24px;
    }
    header {
        padding: 30px 0px;
    }
    .logo {
        max-width: 220.07px;
    }
    .header_bg {
        width: calc(100% - ((100% - 625px) / 2))
    }
    .search .form-control {
        font-size: 16px;
        height: 42px;
        padding: 0px 50px 0px 19px;
    }
    .search .btn img {
        width: 21px;
        margin-top: -5px;
    }
    .mt-193 {
        margin-top: 115px;
    }
    .theme-yellow .mt-193 {
        margin-top: 104px;
    }
    .banner_text h1 {
        font-size: 63px;
        line-height: 65px;
    }
    .banner_text {
        padding-top: 55px;
        padding-left: 65px;
    }
    .block_outer {
        margin: 80px auto 65px;
    }
    .block_outer strong {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 45px;
    }
    .block_outer p {
        margin-top: 30px;
        font-size: 20px;
        line-height: 32px;
    }
    .infra_outer {
        padding: 90px 0px 45px;
    }
    .title h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .infra_img {
        width: 225px;
    }
    .infra_info {
        width: calc(100% - 225px);
        padding-left: 100px;
    }
    .infra_info h3 {
        font-size: 22px;
    }
    .infra_info p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 17.5px;
    }
    .desc ul li {
        font-size: 20px;
        line-height: 24px;
        margin-top: 17.5px;
        padding-left: 30px;
    }
    .desc ul li:after {
        height: 13px;
        width: 13px;
        top: 5px;
    }
    .infra_item {
        margin: 50px auto 0px;
        padding: 40px 20px;
    }
    .product_box p {
        font-size: 24px;
        line-height: 35px;
        margin-top: 25px;
    }
    .video_box {
        margin-top: 80px;
    }
    .video_box iframe {
        height: 540px;
    }
    .product_round {
        width: 1140px;
        height: 1140px;
        margin: -400px auto 0px;
        padding: 465px 150px 0px 150px;
    }
    .product_list li {
        width: calc(50% - 50px);
        margin-left: 34px;
        margin-top: 25px;
        margin: 30px 25px 0 !important;
    }
    .product_list li a {
        height: 110px;
        font-size: 27px;
        line-height: 34px;
    }
    .product_outer {
        padding: 66.4px 0px 440px;
    }
    .ask_expert .title {
        margin-bottom: 45px;
    }
    .footer_left a {
        font-size: 13px;
        line-height: 23px;
    }
    .footer_right p {
        font-size: 13px;
        line-height: 23px;
    }
    footer {
        padding: 33px 0px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Product Page Css Start ------------------*/
    .pro_list_box {
        padding: 40px;
    }
    .product_img {
        padding-right: 30.6px;
    }
    .product_name li a {
        margin-top: 23px;
    }
    .product_banner:after {
        height: 390px;
    }
    .product_name {
        padding: 25px 26px 26px;
    }
    .product_banner {
        padding-bottom: 0px;
    }
    /*------------------ Product Page Css End ------------------*/
    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 200px 0px 100px;
        background-position: top 500px center;
    }
    /*------------------ Contact Us Page Css End ------------------*/
}
@media(min-width: 992px) and (max-width: 1199px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 15px;
    }
    p {
        line-height: 23px;
    }
    header {
        padding: 40px 0px;
    }
    .logo {
        max-width: 170.07px;
    }
    .search {
        width: 220px;
    }
    nav a {
        padding: 0px 10px;
        margin: 0px 3px;
    }
    .search .form-control {
        font-size: 17px;
        height: 40px;
        padding: 0px 50px 0px 15px;
    }
    .search .btn img{
        width: 20px;
        margin-top: -5px;
    }
    .header_bg {
        width: calc(100% - ((100% - 555px) / 2))
    }
    .mt-193 {
        margin-top: 122px;
    }
    .theme-yellow .mt-193 {
        margin-top: 100px;
    }
    .banner_text {
        padding-top: 35px;
        padding-left: 50px;
    }
    .banner_text h1 {
        font-size: 55px;
        line-height: 58px;
    }
    .block_outer {
        margin: 70px auto 60px;
    }
    .block_outer strong {
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 40px;
    }
    .block_outer p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .infra_outer {
        padding: 70px 0px 35px;
    }
    .title h2 {
        font-size: 39px;
        line-height: 45px;
    }
    .infra_item {
        margin: 45px auto 0px;
        padding: 40px;
    }
    .infra_img {
        width: 210px;
    }
    .infra_info {
        width: calc(100% - 210px);
        padding-left: 40px;
    }
    .infra_info h3 {
        font-size: 22px;
    }
    .infra_info p {
        font-size: 19px;
        line-height: 24px;
        margin-top: 15.5px;
    }
    .desc ul li {
        font-size: 19px;
        line-height: 24px;
        margin-top: 15.5px;
        padding-left: 29px;
    }
    .desc ul li:after {
        height: 12px;
        width: 12px;
        border-radius: 3px;
        top: 5px;
    }
    .product_outer {
        padding: 45.4px 0px 430px;
    }
    .product_box p {
        font-size: 20px;
        line-height: 33px;
        margin-top: 25px;
    }
    .video_box {
        margin-top: 65px;
    }
    .video_box iframe {
        height: 525px;
    }
    .product_round {
        width: 930px;
        height: 930px;
        margin: -335px auto 0px;
        padding: 395px 115px 0px 115px;
    }
    .product_list li a {
        height: 90px;
        font-size: 25px;
        line-height: 32px;
    }
    .product_list li {
        width: calc(50% - 15px);
        margin-left: 30px;
        margin-top: 25px;
        height: auto;
        margin: 46px 5px 0 !important;
    }
    .product_list {
        margin-top: 5px;
    }
    .ask_expert .title {
        margin-bottom: 30px;
    }
    .expert_info {
        padding: 53.2px 45px 39.8px 45px;
    }
    .expert_info p {
        font-size: 26px;
        line-height: 35px;
    }
    .expert_info_bottom h5 {
        font-size: 23px;
    }
    .expert_info_bottom small {
        font-size: 17px;
        line-height: 22px;
    }
    .expert_form {
        padding: 60px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Product Page Css Start ------------------*/
    .pro_list_box {
        border-radius: 20px;
        padding: 30px;
    }
    .product_name {
        width: 240px;
        padding: 25px 15px 25px;
        border-radius: 17px;
    }
    .product_name h3 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 17px;
    }
    .product_name li a {
        font-size: 16px;
        margin-top: 21px;
    }
    .product_img {
        width: calc(100% - 240px);
        margin-bottom: 35px;
        padding-right: 30px;
    }
    .product_banner:after {
        height: 300px;
    }
    .product_banner {
        padding-bottom: 0px;
    }
    .details_outer {
        padding: 70px 0px 0px;
    }
    .detail_top h3 {
        font-size: 27px;
        line-height: 30px;
    }
    .detail_top h4 {
        margin-top: 15px;
    }
    .font-25 {
        font-size: 22px;
        line-height: 28px;
    }
    .detail_block {
        margin-top: 50px;
    }
    .details_inner[data-lp="1"] .detail_block {
        margin-top: 100px;
    }
    .detail_block strong {
        margin-top: 20px;
    }
    .product_details_img {
        margin-top: 55px;
    }
    .product_details_img img {
        border-radius: 35px;
    }
    .pro_slider_outer {
        margin-top: 55px;
    }
    .product_slider {
        padding: 0px 60px;
    }
    .product_slider .owl-nav button {
        left: 0px;
    }
    .product_slider .owl-nav button.owl-next {
        right: 0px;
    }

    /*------------------ Product Page Css End ------------------*/
    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 200px 0px 80px;
        background-position: top 385px center;
    }
    .contact_info {
        margin-top: 70px;
    }
    .contact_add {
        margin-top: 45px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
}
@media(min-width: 768px) and (max-width: 991px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 15px;
    }
    p {
        line-height: 23px;
    }
    .header_bg {
        width: 50%;
    }
    header {
        padding: 20px 0px;
    }
    header.active{
        padding: 20px 0px;
        z-index: 10 !important;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    }
    .logo {
        max-width: 185px;
        z-index: 1;
    }
    .search{
        display: none;
    }
    .menu {
        position: fixed;
        top: 0px;
        z-index: 11;
        right: -300px;
        background: #EFC514;
        width: 280px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding: 10px 20px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu.active{
        right: 0px;
    }
    .Overlay{
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0,0,0,0.5);
        z-index: 10;
    }
    .Overlay.active{
        display: block;
    }
    nav ul {
        display: block;
    }
    nav a {
        padding: 10px 0px;
        margin: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    nav li.active a{
        border-bottom-color: #fff;
    }
    nav li.active a:after{
        content: none;
    }
    .mobile_search {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .search .form-control {
        font-size: 15px;
        height: 40px;
        padding: 0px 50px 0px 15px;
    }
    .search .btn img {
        width: 16px;
        margin-top: -5px;
    }
    .toggleMenu{
        display: flex;
        font-size: 23px;
        transform: scale(1.2,1);
        line-height: 23px;
        z-index: 1;
    }
    .toggleMenu label{
        margin-bottom: 0px;
    }
    .mt-193 {
        margin-top: 87px;
    }
    .theme-yellow .mt-193 {
        margin-top: 100px;
    }
    .banner_img img {
        width: 100%;
        border-radius: 15px;
        min-height: 270px;
        object-fit: cover;
    }
    .banner_text {
        padding-top: 0px;
        padding-left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner_text h1 {
        font-size: 62px;
        line-height: 67px;
        text-align: center;
    }
    .block_outer {
        margin: 45px 0px;
    }
    .block_outer strong {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .block_outer p {
        margin-top: 25px;
        font-size: 18px;
        line-height: 30px;
    }
    .infra_outer {
        padding: 50px 0px;
    }
    .title h2 {
        font-size: 38px;
        line-height: 50px;
    }
    .infra_item {
        margin: 35px auto 0px;
        border-radius: 15px;
        padding: 30px 20px;
    }
    .infra_img {
        width: 170px;
    }
    .infra_info {
        width: calc(100% - 170px);
        padding-left: 30px;
    }
    .infra_info h3 {
        font-size: 22px;
    }
    .infra_info p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 13.5px;
    }
    .desc ul li {
        font-size: 17px;
        line-height: 23px;
        margin-top: 13.5px;
        padding-left: 25px;
    }
    .desc ul li:after {
        height: 11px;
        width: 11px;
        border-radius: 2px;
        top: 7px;
    }
    .product_outer {
        padding: 20px 0px 300px;
    }
    .product_box p {
        font-size: 21px;
        line-height: 33px;
        margin-top: 11px;
    }
    .video_box {
        margin-top: 60px;
    }
    .video_box iframe {
        height: 385px;
    }
    .product_round {
        width: 700px;
        height: 700px;
        margin: -210px auto 0px;
        padding: 240px 85px 0px;
    }
    .product_list li {
        width: calc(50% - 10px);
        margin-left: 20px;
        margin-top: 20px;
        height: auto;
        margin: 20px 0 0 !important;
    }
    .product_list {
        margin-top: 0px;
    }
    .product_list li a {
        height: 80px;
        font-size: 20px;
        line-height: 33px;
    }
    .ask_expert {
        margin: -250px auto 0px;
    }
    .ask_expert .title {
        margin-bottom: 25px;
    }
    .expert_img {
        width: 330px;
    }
    .expert_info {
        width: calc(100% - 330px);
        padding: 20px;
    }
    .expert_info p {
        font-size: 23px;
        line-height: 31px;
    }
    .expert_info_bottom h5 {
        font-size: 21px;
    }
    .expert_info_bottom small {
        font-size: 14px;
        line-height: 20px;
    }
    .expert_form {
        padding: 50px;
    }
    .expert_outer {
        padding-bottom: 110px;
    }
    footer {
        padding: 30px 0px;
    }
    .footer_left {
        width: 100%;
    }
    .footer_left ul {
        justify-content: center;
    }
    .footer_left a {
        font-size: 14px;
        margin: 0px 10px;
    }
    .footer_right {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }
    .footer_right p{
        font-size: 14px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Product Page Css Start ------------------*/
    .pro_list_box {
        border-radius: 15px;
        padding: 30px;
    }
    .product_img {
        width: 100%;
        margin-bottom: 25px;
        padding-right: 0px;
    }
    .product_name {
        width: 100%;
        border-radius: 15px;
    }
    .product_name li a {
        margin-top: 28px;
    }
    .product_banner:after {
        height: 450px;
    }
    .product_banner {
        padding-bottom: 30px;
    }
    .details_outer {
        padding: 60px 0px 0px;
    }
    .detail_top h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .detail_top h4 {
        margin-top: 15px;
    }
    .font-25 {
        font-size: 20px;
        line-height: 27px;
    }
    .detail_block {
        margin-top: 50px;
    }
    .details_inner[data-lp="1"] .detail_block {
        margin-top: 100px;
    }
    .detail_block strong {
        margin-top: 16px;
    }
    .product_details_img {
        margin-top: 40px;
    }
    .product_details_img img {
        border-radius: 30px;
    }
    .feature_img {
        height: 65px;
        width: 65px;
        padding: 12px;
    }
    .feature_box li {
        max-width: 96px;
        margin: 30px 9px 0px;
    }
    .feature_box li span {
        margin-top: 13px;
        font-size: 13px;
        line-height: 15px;
    }
    .detail_info {
        margin-top: 50px;
    }
    .pro_slider_outer {
        margin-top: 50px;
    }
    .product_slider {
        padding: 0px 60px;
    }
    .product_slider .owl-nav button {
        left: 0px;
    }
    .product_slider .owl-nav button.owl-next {
        right: 0px;
    }
    /*------------------ Product Page Css End ------------------*/
    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 200px 0px 60px;
        background-position: top 380px center;
    }
    .contact_box {
        padding: 40px;
    }
    .contact_info {
        margin-top: 55px;
    }
    .contact_add {
        margin-top: 40px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
    .expert_outer:after {
        height: 250px;
    }
}
@media(max-width: 991px) {
  .home_header nav li.current_page_item a:after,.home_header nav li a:hover:after{
    display: none;
  }
}
@media(max-width: 767px){
    /*------------------ Home Page Css Start ------------------*/
    body {
        font-size: 15px;
    }
    p {
        line-height: 23px;
    }
    .header_bg {
        width: 61%;
    }
    header {
        padding: 20px 0px;
    }
    header.active{
        padding: 20px 0px;
        z-index: 10 !important;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    }
    .logo {
        max-width: 185px;
        z-index: 1;
    }
    .search{
        display: none;
    }
    .menu {
        position: fixed;
        top: 0px;
        z-index: 11;
        right: -300px;
        background: #EFC514;
        width: 280px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding: 10px 20px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .menu.active{
        right: 0px;
    }
    .Overlay{
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0,0,0,0.5);
        z-index: 10;
    }
    .Overlay.active{
        display: block;
    }
    nav ul {
        display: block;
    }
    nav a {
        padding: 10px 0px;
        margin: 0px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    nav li.active a{
        border-bottom-color: #fff;
    }
    nav li.active a:after{
        content: none;
    }
    .mobile_search {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .search .form-control {
        font-size: 15px;
        height: 40px;
        padding: 0px 50px 0px 15px;
    }
    .search .btn img {
        width: 16px;
        margin-top: -5px;
    }
    .toggleMenu{
        display: flex;
        font-size: 23px;
        transform: scale(1.2,1);
        line-height: 23px;
        z-index: 1;
    }
    .toggleMenu label{
        margin-bottom: 0px;
    }
    .mt-193 {
        margin-top: 87px;
    }
    .theme-yellow .mt-193 {
        margin-top: 100px;
    }
    .banner_img img {
        width: 100%;
        border-radius: 14px;
        min-height: 200px;
        object-fit: cover;
        object-position: center;
    }
    .banner_text {
        padding-top: 0px;
        padding-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }
    .banner_text h1 {
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        text-shadow: none;
    }
    .block_outer {
        margin: 40px 0px;
    }
    .block_outer strong {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .block_outer p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .infra_outer {
        padding: 40px 0px;
    }
    .title h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .infra_item {
        margin: 30px auto 0px;
        border-radius: 20px;
        padding: 14px;
    }
    .infra_img {
        width: 84px;
        margin: auto;
    }
    .infra_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .infra_info h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    .infra_info p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10.5px;
    }
    /*
    .desc ul li {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10.5px;
        padding-left: 21px;
    }
    */
    .desc ul li:after {
        height: 10px;
        width: 10px;
        border-radius: 2px;
        top: 7px;
    }
    .product_outer {
        padding: 20px 0px 300px;
    }
    .product_box {
        text-align: center;
    }
    .product_box p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
    }
    .video_box {
        margin-top: 40px;
    }
    .video_box iframe {
        height: 257px;
    }
    .product_round {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background: transparent;
        margin: 40px 0px 0px;
        padding: 0px;
    }
    .title_black h2, .product_round p {
        color: #fff;
    }
    .product_list {
        margin-top: 0px;
    }
    .product_list li {
        margin-left: 10px;
        margin-top: 25px;
        width: calc(50% - 5px);
        margin: 20px 0 0 !important;
        height: auto;
    }
    .product_list li a {
        height: 70px;
        border-radius: 15px;
        font-size: 21px;
        line-height: 30px;
    }
    .ask_expert {
        margin: -250px auto 0px;
    }
    .ask_expert .title {
        margin-bottom: 30px;
    }
    .expertBox {
        border-radius: 15px;
    }
    .expert_info {
        width: 100%;
        padding: 15px;
        border-radius: 0px;
    }
    .expert_info p {
        font-size: 18px;
        line-height: 26px;
    }
    .expert_info_bottom h5 {
        font-size: 18px;
        margin-top: 15px;
    }
    .expert_info_bottom small {
        font-size: 15px;
        line-height: 21px;
    }
    .expert_img {
        width: 100%;
        order: -1;
    }
    .expert_img img {
        border-radius: 15px 15px 0px 0px;
    }
    .expert_form {
        padding: 15px;
    }
    .form_group .form-control {
        height: 50px;
        border-radius: 15px;
        font-size: 15px;
        padding: 0px 15px;
    }
    .chk{
        padding-left: 45px;
        line-height: 18px;
        min-height: 46px;
        font-size: 12px;
    }
    .chk .checkmark {
        top: -3px;
        height: 35px;
        width: 35px;
        border: 2px solid #fff;
        border-radius: 8px;
    }
    .chk_outer {
        margin-top: 15px;
    }
    .chk_outer.mt-39 {
        margin-top: 25px;
    }
    .chk .checkmark:after {
        left: 13px;
        top: 6px;
        width: 7px;
        height: 15px;
        border-width: 0 3px 3px 0;
    }
    .send_btn {
        margin-top: 25px;
    }
    .btn-yellow {
        height: 50px;
        padding: 0px 19px;
        border-radius: 25px;
        font-size: 16px;
        line-height: 26px;
        min-width: 160px;
    }
    .btn-yellow img {
        width: 14px;
    }
    .expert_outer {
        padding-bottom: 70.2px;
    }
    footer {
        padding: 30px 0px;
    }
    .footer_left {
        width: 100%;
        text-align: center;
    }
    .footer_left ul {
        justify-content: center;
        width: 100%;
    }
    .footer_left a {
        font-size: 13px;
        line-height: 26px;
        margin: 0px 10px;
    }
    .footer_right {
        width: 100%;
        text-align: center;
    }
    .footer_right p {
        font-size: 13px;
        line-height: 26px;
        margin-top: 5px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Product Page Css Start ------------------*/
    .pro_list_box {
        border-radius: 15px;
        padding: 15px 0px 0px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .product_img {
        width: 100%;
        margin-bottom: 15px;
        padding: 0px 15px;
    }
    .product_name {
        border-radius: 0px 0px 15px 15px;
        padding: 20px 15px;
        width: 100%;
    }
    .product_name li a {
        font-size: 16px;
        margin-top: 19px;
    }
    .product_banner {
        padding-bottom: 0px;
    }
    .details_outer {
        padding: 40px 0px 0px;
    }
    .detail_top h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .font-25 {
        font-size: 18px;
        line-height: 25px;
    }
    .detail_top h4 {
        margin-top: 15px;
    }
    .detail_block {
        margin-top: 30px;
    }
    .details_inner[data-lp="1"] .detail_block {
        margin-top: 120px;
    }
    .details_inner[data-lp="1"] .detail_block:after {
        top: -60px;
    }
    .detail_block strong {
        margin-top: 36px;
    }
    .product_details_img {
        margin-top: 40px;
    }
    .product_details_img img {
        border-radius: 15px;
    }
    .feature_box li {
        margin: 18px 7px 0px;
        max-width: 95px;
    }
    .feature_box li span {
        margin-top: 12px;
        font-size: 13px;
        line-height: 16px;
    }
    .detail_info {
        margin-top: 30px;
    }
    .detail_info p {
        margin-bottom: 12px;
    }
    .feature_box ul{
      justify-content: start;
    }
    .feature_img {
        height: 60px;
        width: 60px;
        padding: 14px;
    }
    .pro_slider_outer {
        margin-top: 35px;
        padding: 30px 0px;
    }
    .pro_slider_outer h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .product_slider {
        padding: 0px 30px;
    }
    .product_slider .owl-nav button {
        left: 0px;
    }
    .product_slider .owl-nav button.owl-next {
        right: 0px;
    }
    .item_inner {
        max-width: 100%;
    }
    .ask_expert_box {
        height: 410px;
        padding-top: 51.7px;
    }
    .product_banner:after {
        height: 282px;
    }
    /*------------------ Product Page Css End ------------------*/
    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 105px 0px 45px;
        background-position: top 216px center;
    }
    .contact_box {
        border-radius: 15px;
        padding: 25px 20px;
    }
    .contact_head {
        margin-bottom: 20px;
    }
    .contact_info {
        margin-top: 45px;
    }
    .contact_info h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .contact_info p {
        font-size: 17px;
        line-height: 30px;
    }
    .contact_add {
        margin-top: 20px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
    .expert_outer:after {
        height: 320px;
    }
}
@media(max-width: 575px){
    .product_list li {
        width: 100%;
        margin-left: 0px;
        margin-top: 25px;
    }
    .product_banner:after {
        content: none;
    }
    .feature_box li {
      max-width: calc(50% - 14px);
      margin: 18px 7px 0px;
      width: 90px;
    }
    .pro_list_box {
        border-radius: 0px;
    }
    .product_name {
        border-radius: 0px;
    }
    .product_slider {
        padding: 0px;
    }

    .video_box iframe {
      height: calc((100vw - 30px) / 1.78068);
    }
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
/*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span {
  line-height: 20px;
  min-height: 46px;
  font-size: 16px;
  color: #fff;
}

.wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  height: 46px;
  width: 46px;
  border: 3px solid #fff;
  border-radius: 13px;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
  left: 19px;
  top: 10px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-list-item-label {
  margin-left: 62px;
  display: inline-block;
}

.wpcf7-list-item-label a {
  font-weight: bold;
  color: #fff !important;
  text-decoration: underline !important;
}




#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
  }

  #preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  #preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f0c514;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
            animation: sk-bounce 2.0s infinite ease-in-out;
  }

  #preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
  }

  @-webkit-keyframes sk-bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  @keyframes sk-bounce {
    0%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }


.home_header .header_bg.active {
    display: none;
}


.home_header_second.active li.current_page_item a:after,
.home_header.active nav li a:hover:after,
.home_header .header_bg.active nav li a:hover:after,
.home_header .header_bg.active li.current_page_item a:after {
    background-image: url(../images/menu_active_yellow.png) !important;
}


.home_header.home_header_second {
    overflow: hidden;
}


.pro_list_box {
    max-height: calc(100vh - 250px);
}

.pro_tab_img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
}

.pro_tab_img img {
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}


@media(max-width: 991px) {
    .pro_tab_img {
        position: static;
    }
    .pro_list_box {
        max-height: 100%;
        height: auto;
    }
}

.details_outer_id {
    margin-top: -185px;
    position: absolute;
}

.details_outer {
    position: relative;
    z-index: 0;
}

/* Modyfikacja 30.07.2021 */

nav li.current_page_item a::after,
nav li a:hover::after {
    display: none;
}

nav li.current_page_item a,
nav li a:hover {
    color: #EFC514 !important;
}

/*
nav li a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
}
*/

.block_outer {
    max-width: 1118px;
}

.block_outer h2 {
    font-size: 44px;
    line-height: 56px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
}

.block_outer p {
    margin-top: 50px;
    font-size: 24px;
    line-height: 32px;
}

.block_outer p strong {
    line-height: 36px;
}

.custom-container {
    max-width: 1118px;
}

.infra_img {
    width: 141px;
}

.infra_box {
    max-width: 784px;
    align-items: start;
    margin-top: 50px;
}

.infra_box:first-of-type {
    margin-top: 0;
}

.infra_info {
    width: calc(100% - 141px);
    padding-left: 75px;
}

.infra_info p {
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    /* margin-top: 26px; */
    margin-top: 20px;
}

.infra_info.desc ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
}

.infra_info.desc ul li {
    width: 50%;
    font-size: 22px;
    line-height: 34px;
}

.desc ul li::after {
    border-radius: 50%;
    top: calc(50% - 7px);
}

.infra_info h3 {
    padding-bottom: 30px;
}

.title h2 {
    font-size: 44px;
    line-height: 56px;
}

.product_box.under-video {
    margin-top: 103px;
}

.product_list li {
    width: calc(50% - 28px);
    height: unset;
    margin: 50px 0 0 0 !important;
    border-radius: 50px;
    border: 3px solid #EFC514;
    padding: 23px 0 22px;
}

.product_list li:nth-child(odd) {
    margin-right: 28px !important
}

.product_list li:nth-child(even) {
    margin-left: 28px !important
}

.product_list li a {
    font-size: 24px;
    line-height: 36px;
    background: transparent !important;
    color: #fff;
}

.product_outer {
    padding: 103px 0px 103px;
}

.ask_expert {
    margin: 0;
}

.expert_outer {
    position: relative;
    background: #D9DADB;
    padding-top: 103px;
    padding-bottom: 103px;
}

.expert_outer::after {
    display: none;
}

.expert_outer .title h2 {
    color: #4E5055;
}

.expert_info {
    width: 100%;
    padding: 30px 38px;
    border-top-right-radius: 20px;
}

.expert_info p {
    font-size: 26px;
    line-height: 32px;
}

.expert_info_bottom h5 {
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
}

.expert_info_bottom small {
    font-size: 15px;
    line-height: 23px;
}

.expert_top {
    position: relative;
}

.expert_img {
    width: 155px;
    position: absolute;
    top: -92px;
    right: 60px;
    z-index: 2;
}


.expert_img:after {
    content: '';
    width: 185px;
    height: 185px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #D9DADB;
    border-radius: 100%;
    z-index: -1;
}

.expert_form {
    padding: 45px 39px;
}

.form-control {
    border-radius: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-floating {
    position: relative;
}

.form-floating > .form-control::placeholder {
    color: transparent;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(38px + 2px);
    padding: 10px 13px;
    font-weight: 700;
}

.form-control.is-invalid, .validate-input.not-valid, .was-validated .form-control:invalid {
    border-color: #ff5353 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating > label {
    padding: 6px 13px;
    color: #000;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-select {
    border-color: #fff;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(38px + 2px);
  padding: 10px 13px;
  font-weight: bold;
}

.form-floating>.form-control:focus,
.form-floating>.form-select {
  border-color: #fff;
}

.floating-input,
.floating-select:focus {
  border-color: #fff;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 1;
}

.form-heading p {
  font-size: 30px;
  color: #00203E;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 38px;
}

.floating-input,
.floating-select {
  color: #000000;
  font-weight: bold;
  padding: 10px 13px;
  height: calc(38px + 2px);
}

.floating-label label {
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  color: #000000;
  left: 13px;
  top: 7px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-select:focus~label,
.floating-select:not([value='']):valid~label {
  top: -4px;
  opacity: 1;
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
}

.form-floating>textarea.form-control {
  height: 78px;
  padding: 14px 13px !important;
}

.form-heading span {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  color: #00203E;
  letter-spacing: 0.32px;
}

.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00203E;
  font-size: 11px;
  line-height: 15px;
}


.check-cross-icon:before,
.check-cross-icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #FF5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.check-cross-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate( 45deg);
  -ms-transform: translate(-50%, -50%) rotate( 45deg);
  transform: translate(-50%, -50%) rotate( 45deg);
}

.check-cross-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate( -45deg);
  -ms-transform: translate(-50%, -50%) rotate( -45deg);
  transform: translate(-50%, -50%) rotate( -45deg);
}

.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:after,
.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:before {
  opacity: 1;
}

.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label:before {
  border-color: #FF5353;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.validate-input.not-valid {
  border-color: #FF5353 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.validate-input.valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid~label,
.was-validated .form-control:invalid~label {
  color: #FF5353;
}

.custom-select select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.262' height='27.666' viewBox='0 0 48.262 27.666'%3E%3Cpath d='M197.216,2207.4l-22.363-22.363,22.363-22.363' transform='translate(-2160.909 198.984) rotate(-90)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='5'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 13px center;
}


.custom-checkbox label a {
  color: #00203E;
  text-decoration: underline;
}

.custom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #24CF81;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  min-width: 26px;
  min-height: 26px;
  height: 26px;
}

.custom-checkbox input+label:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 9px;
  width: 10px;
  height: 15px;
  border: solid #24CF81;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.custom-checkbox input:checked+label:after {
  opacity: 1;
}

.wpcf7-list-item-label {
    margin-left: 0;
    display: block;
    color: #fff;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}

.checkbox-req-error {
    color: red;
    visibility: hidden;
    margin: 0;
    font-size: 11px;
}


.wpcf7-list-item {
  margin-left: 0!important;
  margin-bottom: 10px!important;
}

.contact-agr-1 input,
.contact-agr-2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.contact-agr-1 label,
.contact-agr-2 label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00203E;
  font-size: 11px;
  line-height: 15px;
}

.contact-agr-1 label a,
.contact-agr-2 label a {
  color: #00203E;
  text-decoration: underline;
}

.contact-agr-1 label:before,
.contact-agr-2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #24CF81;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  min-width: 26px;
  min-height: 26px;
  height: 26px;
}

.contact-agr-1 input+.wpcf7-list-item-label:after,
.contact-agr-2 input+.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 10px;
  height: 15px;
  border: solid #24CF81;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact-agr-1 input:checked+.wpcf7-list-item-label:after,
.contact-agr-2 input:checked+.wpcf7-list-item-label:after {
  opacity: 1;
}

.contact-agr-1.text-danger label:before,
.contact-agr-2.text-danger label:before {
  border-color: #FF5353;
}

.old-post input[type="text"]:focus,
.old-post input[type="email"]:focus,
.old-post input[type="tel"]:focus,
.old-post textarea:focus {
  border: 1px solid #fff;
}

.old-post input[type="text"].not-valid,
.old-post input[type="email"].not-valid,
.old-post input[type="tel"].not-valid,
.old-post textarea.not-valid {
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #FF5353;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
}

.wpcf7-acceptance > .wpcf7-list-item {
  margin: 0 0 16px !important;
}

.check-cross-icon {
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
    display: block;
}

.contact-agr-1 label, .contact-agr-2 label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00203e;
    font-size: 11px;
    line-height: 15px;
}

.custom-checkbox label {
    min-height: 26px;
    display: flex;
    align-items: center;
    margin: 0;
}

.custom-checkbox label::before {
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}

.bg-image {
    background-position: bottom center;
    height: 574px;
    background-size: cover;
    position: relative;
}

.bg-image.pt-5 {
    padding-top: 58px !important;
}

.block_outer_2 {
    margin: 103px auto 103px;
}

.banner_text {
    position: static;
    top: unset;
    left: unset;
    padding-top: 0;
    padding-left: 0;
}

.banner_text h1 {
    font-size: 53px;
    color: #4E5055;
    line-height: 66px;
}
.show-1199 {
    display: none;
}

.show-1199.bg-image {
    background-position: center center;
    height: 360px;
    background-size: cover;
    position: relative;
    margin: 0;
}

@media(max-width: 1500px) {
    .banner_text h1 {
        font-size: 46px;
        line-height: 54px;
    }
}

@media(max-width: 1359px) {
    .banner_text h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media(max-width: 1199px) {
    .banner_text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .show-1199 {
        display: block;
    }

    .hide-1199.bg-image {
        background-image: unset !important;
        background-color: #EFC514;
        height: unset;
        padding-bottom: 50px;
    }
}


@media(max-width: 1199px) {
    .show-1199.bg-image {
        height: 160px; /*270px*/
    }

    .hide-1199.bg-image {
        padding: 50px 0 !important; /*30px 0*/
    }
}

.footer_right {
    display: flex;
    align-items: center;
    width: 550px;
    justify-content: flex-end;
}

ul.footer-bottom-left li {
    margin-left: 20px;
}

ul.footer-bottom-left li:first-of-type {
    margin-left: 45px;
}

.thankyou-page .contact_outer,
.contact-page .contact_outer {
    background: #D9DADB;
    padding-bottom: 115px;
}

.thankyou-page .contact_outer {
    padding-top: 310px;
    min-height: calc(100vh - 155px);
}

.thankyou-page header,
.contact-page header {
    background: #fff;
}

.contact-page .title {
    margin: 113px 0 63px;
}

.contact-page .title h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #4E5055;
}

.contact_box {
    padding: 45px 39px;
}

.contact_head p {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.contact-agr-1.custom-checkbox {
    margin-top: 15px;
}

.contact_info {
    margin-top: 113px;
}

.contact_add {
    margin-top: 60px;
}

.contact_info h3 {
    font-size: 24px;
    line-height: 36px;
}

.contact_add p {
    color: #4E5055;
    font-size: 20px;
    line-height: 30px;
}

.thankyou-page .contact_head {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_head_left {
    padding-right: 40px;
}

.contact_head .contact_head_left p {
    margin-bottom: 60px;
}

.contact_head_left span {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.contact_head_left span strong {
    line-height: 32px;
}

.thankyou-page .contact_box {
    padding: 49px 59px 47px 47px;
}

.footer_left {
    width: calc(100% - 550px);
}

.video_box {
    margin-top: 48px;
}

.footer_inner {
    position: relative;
}

.footer-social {
    position: absolute;
    right: 0;
    top: -80px;
}

.footer-social ul.footer-bottom-left li {
    margin-left: 10px;
}

.pro_list_box {
    /* max-height: 883px; */
    max-height: 750px;
    border-radius: 0;
    padding: 0;
}

.product_img {
    width: calc(100% - 370px);
    /*
    margin-top: 111px;
    margin-bottom: 107px;
    */
    margin-top: 40px;
    margin-bottom: 65px;
}

.product_name {
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 370px;
    margin-bottom: 0;
}

.product_name h3 {
    font-size: 30px;
    line-height: 42px;
}

.product_name h3::after {
    display: none;
}

.product_name ul {
    width: 100%;
}
.product_name li{
    padding: 0;
}
.product_name li a {
    font-weight: bold;
    border-radius: 40px;
    border: 3px solid #EFC514;
    /*
    padding: 23px 0 21px;
    line-height: 30px;
    font-size: 20px;
    */
    font-size: 24px;
    padding: 20px 0 18px;
    line-height: 36px;
}

.detail_top h3 {
    font-size: 44px;
    line-height: 56px;
    margin-top: 88px;
}

.detail_top h4 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 50px;
}

.product_banner {
    padding-bottom: 0px;
}

.font-25 {
    font-size: 24px;
    line-height: 36px;
}

.detail_block strong {
    font-size: 20px;
    line-height: 32px;
}

.product_details_img {
    position: relative;
}

.product_details_img:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #edc613;
    z-index: -1;
    left: calc(50% - 50vw);
}

.product_details_img img {
    border-radius: 50px !important;
}

.feature_box li span {
    line-height: 21px;
    font-weight: bold;
}

.detail_info,
.detail_info p {
    font-size: 20px;
    line-height: 32px;
}

.detail_block + .detail_block {
    margin-top: 100px;
}

.pro_slider_img{
    max-width:100%;
}

.product_slider {
    padding: 0;
}

.product_slider .owl-nav button.owl-prev {
    top: calc(50% - 90px) !important;
    left: -60px !important;
}

.product_slider .owl-nav button.owl-next {
    top: calc(50% - 90px) !important;
    right: -60px !important;
}

.pro_slider_outer h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.pro_list_box {
    position: relative;
}

.scroll-btn {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: 8px;
    left: calc(50% - 26px);
    cursor: pointer;
}

.scroll-btn:hover {
    transition: 0.5s;
    bottom: 6px;
}

.pro_list_box[data-active="system-budynkowy"] img.system-budynkowy,
.pro_list_box[data-active="system-napowietrzny"] img.system-napowietrzny,
.pro_list_box[data-active="system-doziemny"] img.system-doziemny,
.pro_list_box[data-active="instalacja-abonencka"] img.instalacja-abonencka {
    display: inline !important;
}

.pro_list_box[data-active="system-budynkowy"] img.main_img,
.pro_list_box[data-active="system-napowietrzny"] img.main_img,
.pro_list_box[data-active="system-doziemny"] img.main_img,
.pro_list_box[data-active="instalacja-abonencka"] img.main_img {
    display: none !important;
}

.pro_tab_img {
    left: 30px;
    width: calc(100% - 60px);
}

.send_btn .btn-yellow {
    font-size: 24px;
    line-height: 29px;
    min-width: 242px;
}

.feature_box+.detail_info {
    margin-top: 103px;
}
.details_outer.last .custom-container:last-child .detail_info{
    padding-bottom: 60px;
}
.show-767 {
    display: none;
}

@media (-webkit-device-pixel-ratio: 1.25) {
    .product_name li a {
        font-size: 18px;
        font-weight: bold;
        border-radius: 26px;
        border: 3px solid #EFC514;
        padding: 13px 0 12px;
        line-height: 20px;
        margin-top: 15px;
    }

    .product_img {
        width: calc(100% - 370px);
        margin-top: 50px;
        margin-bottom: 85px;
    }
}

@media(max-width: 1659px) {
    .contact-page .contact_outer {
        padding-top: 190px;
    }
}

@media(max-width: 1559px) {
    .contact-page .contact_outer {
        padding-top: 170px;
    }
}

@media(max-width: 1459px) {
    .footer-social {
        top: -60px;
    }

    .contact-page .contact_outer {
        padding-top: 130px;
    }

    .thankyou-page .contact_outer {
        min-height: calc(100vh - 140px);
    }
}

@media(max-width: 1359px) {
    .footer-social {
        top: -53px;
    }

    .contact-page .contact_outer {
        padding-top: 113px;
    }

    .thankyou-page .contact_outer {
        min-height: calc(100vh - 112px);
    }
}

@media(max-width: 1300px) {
    .thankyou-page .contact_outer {
        padding-top: 220px;
    }
}

@media(max-width: 1240px) {
    .product_slider .owl-nav button.owl-prev {
        left: 0 !important;
    }

    .product_slider .owl-nav button.owl-next {
        right: 0 !important;
    }
}

@media(max-width: 1199px) {
    .footer_left {
        width: 100%;
    }

    .footer_left ul {
        justify-content: center;
    }

    .footer_right {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        margin-top: 50px;
        text-align: center;
    }

    ul.footer-bottom-left li:first-of-type {
        margin-left: 0;
    }

    .footer_right p {
        margin-bottom: 20px;
    }

    footer {
        background: #000000;
        padding: 58px 0 40px;
    }

    .footer-social {
        right: calc(50% - 67px);
        top: -80px;
    }

    .thankyou-page .contact_outer {
        min-height: calc(100vh - 239px);
    }

    .product_name {
        width: 270px;
    }

    .product_img {
        width: calc(100% - 270px);
    }

    .detail_top h3 {
        margin-top: 0;
    }

    .product_name li a {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .footer_left {
        width: 100%;
    }

    .footer_right {
        width: unset;
        margin: 30px auto 0;
    }

    .footer-social ul.footer-bottom-left li:first-of-type {
        margin-left: 0;
    }

    .footer-social {
        right: calc(50% - 67px);
    }

    .expert_img {
        width: 127px;
        right: calc(50% - 64px);
    }

    .expert_img::after {
        content: '';
        width: 150px;
        height: 150px;
        position: absolute;
        top: -11px;
        right: -11px;
        background: #D9DADB;
        border-radius: 100%;
        z-index: -1;
    }

    .expert_info {
        flex-wrap: wrap-reverse;
        flex-direction: row;
    }

    .expert_info_bottom {
        display: flex;
        margin-top: 38px;
        align-items: center;
        text-align: left !important;
        width: 100%;
    }

    .expert_info_bottom_right {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 47px;
    }

    .expert_info_bottom h5 {
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .expert_info p {
        font-size: 18px;
        line-height: 30px;
    }

    .expert_info_top {
        width: 100%;
        text-align: center;
    }

    .ask_expert_box {
        height: 440px;
    }

    .product_list li {
        padding: 2px 0 0;
        text-align: center;
    }

    .custom-container {
        max-width: 720px;
    }

    .infra_info {
        width: 100%;
        padding-left: 0;
    }

    .infra_img {
        width: 141px;
        margin: 0 auto 40px;
    }

    .infra_info h3 {
        padding-bottom: 24px;
        text-align: center;
    }

    .contact-page .contact_outer {
        padding-top: 86px;
    }

    .thankyou-page .contact_outer {
        padding-top: 310px;
        min-height: unset;
    }

    .pro_list_box {
        flex-wrap: wrap-reverse;
        max-height: 100%
    }

    .product_img {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .product_name {
        width: 100%;
    }

    .product_name h3 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }

    .pro_tab_img {
        left: unset;
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .product_name ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product_name ul li {
        width: calc(50% - 15px);
    }

    .product_name ul li:nth-child(2n) {
        margin-left: 15px;
    }

    .product_name ul li:nth-child(2n + 1) {
        margin-right: 15px;
    }

    .scroll-btn {
        bottom: 12px;
    }

    .scroll-btn:hover {
        bottom: 10px;
    }

    .product_name li a {
        font-size: 16px;
        font-weight: bold;
        border-radius: 27px;
        border: 3px solid #EFC514;
        padding: 13px 0 12px;
        line-height: 22px;
        margin-top: 15px;
    }

    nav li.current_page_item a, nav li a:hover {
        color: #fff !important;
    }
}

@media(max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }

    .expert_info {
        border-top-left-radius: 20px;
    }

    .expertBox {
        border-radius: 20px;
    }

    .product_list li:nth-child(2n),
    .product_list li:nth-child(2n + 1) {
        width: 100%;
        margin: 40px 0 0 0 !important;
    }

    .ask_expert_box {
        height: 385px;
    }

    .product_name {
        padding: 40px 37px;
    }

    .feature_box ul {
        justify-content: center;
    }

    .pro_list_box {
        margin-left: 0;
        width: 100%;
    }

    .block_outer p strong {
        line-height: 32px;
    }

    .block_outer p {
        margin-top: 50px;
        font-size: 18px;
        line-height: 27px;
    }

    .send_btn .btn-yellow {
        margin: 0 auto;
        min-width: 200px;
    }

    .product_slider .owl-nav button.owl-prev {
        top: calc(50% - 65px) !important;
    }

    .product_slider .owl-nav button.owl-next {
        top: calc(50% - 65px) !important;
    }

    nav a {
        border-bottom: none;
    }
    /*
    .product_details_img {
        height: 280px;
    }

    .product_details_img img {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    */

    .scroll-btn {
        display: none;
    }

    .infra_img {
        width: 100px;
        margin: 0 auto 0px;
    }

    .feature_box ul {
        justify-content: flex-start;
    }

    .feature_box li {
        max-width: unset;
        flex-grow: 0;
        flex-basis: 30%;
    }

    .feature_box + .detail_info {
        margin-top: 40px;
    }
    .details_outer.last .custom-container:last-child .detail_info {
        padding-bottom: 0;
    }

    .feature_box li {
        margin: 23px 6px 0px;
    }

    .detail_info p {
        margin-bottom: 36px;
    }

    .detail_info p:last-child {
        padding-bottom: 36px;
        margin-bottom: 0;
    }

    .detail_block {
        margin-top: 40px;
    }

    .pro_slider_outer {
        margin-top: 0;
        padding: 40px 0px;
    }

    .detail_block.mt-50 {
        margin-top: 40px;
    }

    .product_slider .owl-nav button.owl-prev,
    .product_slider .owl-nav button.owl-next {
        top: calc(50% - 70px) !important;
        height: 32px;
        width: 32px;
    }

    .product_slider .owl-nav button.owl-prev img,
    .product_slider .owl-nav button.owl-next img {
        width: 100%;
        height: 100%;
    }

    .ask_expert_box {
        padding-top: 40px;
    }

    .ask_expert_box {
        height: 355px;
    }

    .title h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .thankyou-page .contact_head {
        flex-wrap: wrap-reverse;
    }

    .contact_head .contact_head_right {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .contact_head_left {
        text-align: center;
        padding-right: 0;
    }

    .infra_info p {
        font-size: 20px;
        line-height: 27px;
        color: #fff;
        margin-top: 15px;
    }

    .infra_info h3 {
        padding-bottom: 0px;
    }

    .infra_info {
        margin-top: 0;
    }

    .custom-container {
        padding: 0 37px;
        max-width: 100%;
    }

    .product_name ul {
        flex-direction: column;
        justify-content: center;
    }

    .product_name ul li:nth-child(2n+1),
    .product_name ul li:nth-child(2n) {
        margin-left: auto;
        margin-right: auto;
    }

    .product_name li a {
        font-size: 16px;
        border-radius: 20px;
        border: 2px solid #EFC514;
        padding: 0;
        line-height: 36px;
    }
    .theme-yellow .product_name ul > li {
        padding-left: 0;
        margin-bottom: 0;
    }
    .theme-yellow .product_name li a{
        padding: 0 20px;
        min-width: 250px;
    }

    .detail_top h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .detail_top h4 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 36px;
    }

    .font-25 {
        font-size: 18px;
        line-height: 30px;
    }

    .detail_block strong {
        font-size: 16px;
        line-height: 28px;
    }

    .feature_box li span {
        line-height: 15px;
        font-size: 10px;
    }

    .detail_info, .detail_info p {
        font-size: 16px;
        line-height: 28px;
    }

    .pro_slider_outer h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .item_inner h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .product_name h3 {
        padding-bottom: 3px;
    }

    .feature_box {
        max-width: 420px;
        margin: 0 auto;
    }

    .form-group {
        margin-bottom: 12px;
    }

    .contact-agr-1.custom-checkbox {
        margin-top: 0;
    }

    .expert_form {
        padding: 40px 19px;
    }

    .form-group.mb-0.form-submit-btn.mt-3.send_btn {
        margin-top: 25px;
    }

    .expert_outer {
        padding-bottom: 80px;
    }

    .footer_right p {
        font-size: 11px;
        line-height: 24px;
    }

    .footer_left a {
        font-size: 11px;
        line-height: 24px;
    }

    .footer_right ul li img {
        width: 30px;
        height: 30px;
    }

    .product_name ul li {
        width: unset;
        min-width: 199px;
    }

    .show-767 {
        display: block;
    }

    .hide-767 {
        display: none;
    }
}

@media(max-width: 575px) {
    .custom-container {
        max-width: 100%;
    }

    .infra_info.desc ul li {
        width: 100%;
    }
}

@media(max-width: 460px) {
    .expert_info_bottom {
        flex-wrap: wrap;
        text-align: center !important;
    }

    .expert_info_bottom_left {
        width: 100%;
    }

    .expert_img {
        margin: 0 auto;
    }

    .feature_box li {
        flex-basis: calc(50% - 20px);
        padding: 0;
    }
}

@media(max-width: 991px) {
    .ask_expert .title {
        margin-bottom: 130px;
    }
}

@media(max-width: 767px) {
    .ask_expert .title {
        margin-bottom: 130px;
    }
}


/* ----- style rwd ------ */

@media (max-width: 575px) {
    .banner_text h1 {
        font-size: 24px;
        line-height: 26px;
    }
    /* .show-1199.bg-image {
        height: 95px;
        background-size: cover;
        background-position: top center;
    } */
    .block_outer h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .block_outer_2 {
        margin: 36px auto;
    }
    .block_outer p {
        font-size: 18px;
        margin-top: 36px;
        line-height: 28px;
        text-align: left !important;
    }
    .title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .infra_outer {
        padding: 36px 0px;
    }
    .infra_item {
        margin: 44px auto 0px;
        padding: 44px 30px;
    }
    .infra_info h3 {
        margin: 20px 0 36px;
        font-size: 18px;
        line-height: 28px;
    }
    .infra_info p {
        margin-top: 24px;
        font-size: 16px;
        line-height: 28px;
    }
    .infra_box {
        margin-top: 63px;
    }
    .infra_info.desc ul li {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }
    .product_outer {
        padding: 63px 0px 36px;
    }
    .product_box p {
        margin-top: 36px;
    }
    .video_box {
        margin-top: 36px;
    }
    .product_box.under-video {
        margin-top: 63px;
    }
    .expert_outer {
        padding-bottom: 63px;
    }
    .ask_expert .title {
        margin-bottom: 116px;
    }
    .expert_info_bottom {
        margin-top: 23px;
    }
    .expert_info {
        padding: 30px 38px 36px;
    }
    .form-group.mb-0.form-submit-btn.mt-3.send_btn {
        margin-top: 20px !important;
    }
    .expert_outer {
        padding-bottom: 80px;
    }
    .expert_outer {
        padding-top: 63px;
    }
    .thankyou-page .contact_outer {
        padding-top: 168px;
    }
    .thankyou-page .contact_box {
        padding: 36px;
    }
    .contact_head p {
        font-size: 18px;
        line-height: 28px;
    }
    .contact_head_left span {
        font-size: 16px;
        line-height: 28px;
    }
    .contact_head .contact_head_left p {
        margin-bottom: 36px;
    }
    .contact_head_left span strong {
        font-size: 16px;
        line-height: 28px;
        display: block;
        width: 100%;
        margin-bottom: 23px;
    }
    .contact_head_left span br {
        display: none;
    }
    .thankyou-page .contact_outer {
        padding-bottom: 62px;
    }
    .contact-page .title h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .contact-page .title {
        margin: 36px 0;
    }
    .contact_box {
        padding: 36px 39px;
    }
    .contact_head {
        margin-bottom: 36px;
    }
    .contact_info {
        margin-top: 63px;
    }
    .contact-page .contact_outer {
        padding-bottom: 78px;
    }
    .contact_add p {
        font-size: 12px;
        line-height: 24px;
    }
    .contact_info h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .contact_info p {
        font-size: 16px;
        line-height: 28px;
    }
    .product_box {
        text-align: left;
    }
    .product_list li a {
        font-size: 18px;
        height: 39px;
    }

    .product_list li:nth-child(n) {
        margin: 15px auto 0 auto !important;
        width: 230px;
    }
    .product_list li:nth-child(1) {
        margin: 35px auto 0 auto !important;
    }
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: #fff;
}
@media (max-width: 1099.98px) {
    .toggleMenu {
      display: flex;
    }
    .theme-yellow .menu-outer {
        z-index: 2;
    }
    .theme-yellow .menu {
    position: relative;
    top: 0px;
    right: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    overflow-y: auto;
    }
}
@media(min-width:1359px) and (max-width:1459px){
    .product_name li a {
        font-size: 22px;
        padding: 17px 0 16px;
        line-height: 30px;
    }
    .detail_top h4 {
        font-size: 22px;
        line-height: 34px;
        margin-top: 36px;
    }
    .feature_box+.detail_info {
        margin-top: 80px;
    }
    .detail_info, .detail_info p {
        font-size: 18px;
        line-height: 30px;
    }
    .detail_info p {
        margin-bottom: 20px;
    }
    .detail_block strong {
        font-size: 18px;
        line-height: 30px;
    }
    footer .section-px-118 {
        padding: 0 96px;
    }
}
@media(min-width:1200px) and (max-width:1359px){
    .product_name li a {
        padding: 15px 0 15px;
        line-height: 26px;
    }
    .detail_top h4 {
        font-size: 22px;
        line-height: 34px;
        margin-top: 36px;
    }
    .feature_box+.detail_info {
        margin-top: 78px;
    }
    .detail_info, .detail_info p {
        font-size: 18px;
        line-height: 30px;
    }
    .detail_info p {
        margin-bottom: 20px;
    }
    .detail_block strong {
        font-size: 18px;
        line-height: 30px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .detail_top h4 {
        font-size: 21px;
        line-height: 32px;
        margin-top: 32px;
    }
    .feature_box+.detail_info {
        margin-top: 78px;
    }
    .detail_info, .detail_info p {
        font-size: 18px;
        line-height: 30px;
    }
    .detail_info p {
        margin-bottom: 20px;
    }
    .detail_block strong {
        font-size: 18px;
        line-height: 30px;
    }
    .font-25 {
        font-size: 22px;
        line-height: 34px;
    }
    .product_name li a {
        padding: 14px 0 14px;
        line-height: 20px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .detail_top h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
    }
    .feature_box+.detail_info {
        margin-top: 50px;
    }
    .detail_info, .detail_info p {
        font-size: 16px;
        line-height: 28px;
    }
    .detail_info p {
        margin-bottom: 20px;
    }
    .detail_block strong {
        font-size: 16px;
        line-height: 28px;
    }
    .font-25 {
        font-size: 20px;
        line-height: 38px;
    }
}