@media only screen and (min-width: 1540px) and (max-width:1800px) {

}
@media only screen and (min-width: 1400px) and (max-width:1539px) {

}
@media only screen and (min-width: 1240px) and (max-width:1399px) {
  .header_part .main_menu{
    width: calc(100% - 180px);
  }
  .header_part .main_menu .menu > li{
    margin: 0 3% 0 0;
  }
}
@media only screen and (min-width: 1008px) and (max-width:1239px) {
  .header_part .main_menu{
    width: calc(100% - 175px);
  }
  .header_part .main_menu .menu > li{
    margin: 0 3.25% 0 0;
  }
}
@media only screen and (min-width: 1009px) {
  .header_part .main_menu .menu .menu-item-has-children:hover .sub-menu, .header_part .main_menu .menu .menu-item-has-children:hover .sub-menu {
      display: block;
  }
  div.mobile_btn_phone{
      display:none;
}
}

/***mobile layout start***/
@media (max-width: 1008px) {
  /***common css start***/
  br{
    display: none;
  }
  .container{
    padding: 0;
  }

  .desktop_view{
    display: none!important;
  }
  .mobile_view{
    display: block!important;
  }

  .btn_one{
    padding: 8px 30px 10px 30px;
    padding-left: clamp(30px, 3vw, 60px) !important;
	  padding-right: clamp(30px, 3vw, 60px) !important;
  }
  .btn_two{
    padding: 8px 30px 10px 30px;
    padding-left: clamp(30px, 3vw, 60px) !important;
	  padding-right: clamp(30px, 3vw, 60px) !important;
  }
  .btn_three{
    padding: 8px 30px 10px 30px;
    padding-left: clamp(30px, 3vw, 60px) !important;
	  padding-right: clamp(30px, 3vw, 60px) !important;
  }
  .mobile_btn_phone {
    display: block;
  }
  h1, .h1, .H1{
    font-size: 30px;
    font-size: clamp(30px, 3vw, 60px);
    min-height: 0vw;
  }
  
  h2, .h2, .H2{
    font-size: 30px;
    font-size: clamp(30px, 3vw, 60px);
    min-height: 0vw;
  }
  
  h3, .h3, .H3{
    font-size: 30px;
    font-size: clamp(30px, 3vw, 60px);
    min-height: 0vw;
  }
  
  h4, .h4, .H4{
    font-size: 34px;
    font-size: clamp(34px, 6vw, 125px);
    min-height: 0vw;
  }
  
  h5, .h5, .H5{
    font-size: 24px;
    font-size: clamp(24px, 2.5vw, 50px);
    min-height: 0vw;
  }

  h6, .h6, .H6 {
    font-size: 24px;
    font-size: clamp(24px, 2.5vw, 50px);
    min-height: 0vw;
  }
  
  .h7, .H7{
    font-size: 18px;
    font-size: clamp(18px, 2.5vw, 30px);
    min-height: 0vw;
  }
  
  .h8, .H8{
    font-size: 18px;
    font-size: clamp(18px, 2.5vw, 30px);
    min-height: 0vw;
  }
  
  p{
    font-size: 18px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(18px, 1.25vw, 24px);
    min-height: 0vw;
  }
  .p1{
    font-size: 18px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(18px, 1.25vw, 24px);
    min-height: 0vw;
  }
  .p2{
    font-size: 16px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(16px, 1.175vw, 18px);
    min-height: 0vw;
  }
  .p3{
    font-size: 14px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(14px, 1.175vw, 16px);
    min-height: 0vw;
  }
  .p4{
    font-size: 12px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(12px, 1.175vw, 14px);
    min-height: 0vw;
  }
  .main_content .btn_one,
  .main_content .btn_two,
  .main_content .btn_three{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  /***common css close***/

  /***header start***/
  .top_header{
    display: none;
  }
  .main_header{
    background: #000000;
    box-shadow: 0px 4px 17px 9px rgba(0, 0, 0, 0.05);
    padding-top: 0px;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .header_wrapper {
    padding-top: 0;
    background: #000000;
  }
  .header_part {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .header_part .header_btn{
    margin-left: auto;
    padding-left: 10px;
  }
  .header_part .logo {
    max-width: 100px;
    padding: 0px;
    margin: 0 0 0 60px;
  }
  .header_part .main_menu{
    width: auto;
    padding: 0;
    float: none;
  }
  /***header close***/

  /***toggle start***/
  .menu_part .mmheader{
    display: flex;
    flex-flow: row wrap;
    padding-top: clamp(40px, 4%, 70px);
    padding-bottom: clamp(40px, 4%, 70px);
    padding-left: clamp(20px, 4.25%, 75px);
    padding-right: clamp(20px, 4.25%, 75px);
  }
  .menu_part .mmheader .mmh_left{
    max-width: 100px;
  }
  .menu_part .mmheader .mmh_right{
    margin-left: auto;
    cursor: pointer;
    font-size: 50px;
    font-family: 'Conv_BrownStd-Light';
    color: #ffffff;
  }
  .menu_part .mmheader .mmh_right img{
    display: block;
    object-fit: cover;
    width: 100%;
  }
  body.toggled_open {
    overflow: hidden!important;
  }
	.menu_toggle{
    background-color: transparent;
    height: 24px;
    width: 40px;
    border: none;
    padding: 0;
    position: absolute;
    left: 4.5%;
    top: 36px;
    display: block;
	}
  .menu_toggle .icon-bar {
    display: block;
    border-radius: 1.5px;
    background-color:rgba(255, 255, 255, 0.3);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .menu_toggle .icon-bar.bar-top{
    top: 0;
  }
  .menu_toggle .icon-bar.bar-bottom{
    top: 100%;
    width: 100%;
    left: auto;
    right: 0;
  }
  .main_header .main_menu .menu_part{
    background-color: #24BCCD;
    position: fixed;
    z-index: 99;
    width: 100%;
    height:100%;
    top: 0;
    left:-100%;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .toggled_open .main_header .main_menu .menu_part{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    left: 0;
  }
  .main_header .main_menu .menu_part .mm_blocks{
    padding-top: 0;
    padding-bottom: clamp(40px, 4%, 70px);
    padding-left: clamp(20px, 4.25%, 75px);
    padding-right: clamp(20px, 4.25%, 75px);
    height:calc(100% - 110px);
    overflow: auto;
  }
  .main_header .main_menu .menu_part.menuload{
    visibility: visible;
  }
  .header_part .main_menu .menu > li{
    display: block;
    margin: 15px 0;
  }
  .header_part .main_menu .only_menu_mobile{
  	margin-top: 60px;
    display: block;
  }
  .header_part .main_menu .only_menu_mobile .menu > li > a{
  	font-family: 'Conv_BrownStd-Light';
    font-weight: 300;
  }
  .header_part .main_menu .menu > li > a{
    display: inline-block;
    font-family: 'Conv_BrownStd-Bold';
    font-style: normal;
    font-size: 60px;
  	line-height: 1.2em;
  	font-size: clamp(20px, 3vw, 40px);
    color: #FFFFFF;
  }
  .header_part .main_menu .menu .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    background: none;
    padding: 0 30px;
    width: 100%;
  }
  .header_part .main_menu .menu .menu-item-has-children .sub-menu li a {
    color: #fff;
  } 
  /***toggle close***/

  /***footer start***/
  .site_footer{
    padding: 40px 0;
  }
  .footer .footer_one{
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .footer .footer_one img {
    max-width: 275px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer .footer_two{
    width: 100%;
    text-align: center;
  }
  .footer .footer_three{
    width: 100%;
    text-align: center;
    display: none;
  }
  .footer .footer_four{
    width: 100%;
    text-align: center;
    display: none;
  }
  .footer .footer_five{
    width: 100%;
    text-align: center;
    display: none;
  }
  .footer .footer_five .footer_btn a{
    width: auto;
  }
  .footer .footer_one .foot_social{
  	display: flex;
    width: 275px;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  .footer .foot_txt{
    max-width: none;
    display: none;
  }
  .footer .footer_logo{
    margin-bottom: 15px;
  }
  /***footer close***/

  /***Breadcrumbs start***/
  .breadcrumb_section .breadcrumb_main > span > span > span > span {
      display: none;
  }
  .breadcrumb_section .breadcrumb_main > span > span > span a:after {
      content: none;
  }
  /***Breadcrumbs close***/

  /***all section start***/
  .hbimg_section .hbimg_txt .hbimg_txt_main{
    border-radius: 20px;
  }
  .wmwa_section .wmwa_main .wmwa_img{
    border-radius: 20px;
  }
  .ctxt_section .btn_spc {
    flex-direction: column;
    align-items: center;
  }
  .ctxt_section .btn_spc a {
    margin: 0 2%;
    margin-bottom: clamp(40px, 4%, 70px);
  }
  .ctxt_section .btn_spc a:last-of-type {
    margin-bottom: 0;
  }
  .colbto_section .btn_spc {
    flex-direction: column;
    align-items: center;
  }
  .colbto_section .btn_spc a {
    margin: 0 2%;
    margin-bottom: clamp(20px, 4%, 70px);
  }
  .colbto_section .btn_spc a:last-of-type {
    margin-bottom: 0;
  }
  .colbto_section .chat_point{
    display: none;
  }
  .wmwa_section .wmwa_main .wmwa_left{
    width: 100%;
    padding: 0;
    order: 2;
    margin-top: clamp(40px, 4%, 70px);
  }
  .wmwa_section .wmwa_main .wmwa_right{
    width: 100%;
    order: 1;
  }
  .dli_title, .dli_main {
    text-align: center;
  }
  .dli_main .dli_left{
    width: 100%;
    padding-right: 0px;
  }
  .dli_main .dli_right{
    width: 100%;
    padding-left: 0px;
  }
  .dli_main .dli_img{
    border-radius: 20px;
  }
  .drighti_section .dli_main .dli_left{
    width: 100%;
    order: 1;
  }
  .drighti_section .dli_main .dli_right{
    width: 100%;
    order: 2;
  }
  .aff_main .btn_spc a {
    width: 100%;
    max-width: 90%;
  }
  .iot_main .iot_left{
    width: 100%!important;
  }
  .iot_main .iot_right{
    width: 100%!important;
    padding-left: 0;
    text-align: center;
  }
  .iotr_img .iot_main .iot_right{
    order: unset;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(40px, 4%, 70px);
  }
  .iot_main .iot_right{
    padding-top: clamp(40px, 4%, 70px);
  }
  .image_image .iot_left, .image_image .iot_right{
    padding-left: 0px;
    padding-right: 0px;
  }
  .iotr_img .iot_main .iot_left {
    order: unset;
  }
  .iot_section .iot_main .iot_img{
    border-radius: 20px;
  }
  .ioc_main .ioc_left{
    width: 100%!important;
  }
  .ioc_main .ioc_right{
    width: 100%!important;
    padding-left: 0;
    text-align: center;
  }
  .iocr_img .ioc_main .ioc_right{
    order: unset;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(40px, 4%, 70px);
  }
  .ioc_main .ioc_right{
    padding-top: clamp(40px, 4%, 70px);
  }
  .iocr_img .ioc_main .ioc_left {
    order: unset;
  }
  .ioc_section .ioc_main .ioc_img{
    border-radius: 20px;
  }
  .ioc_blocks .ioc_box{
    width: 100%;
    text-align: center!important;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 9%;
  }
  .ioc_blocks .ioc_box:nth-child(1) {
    padding-top: 0px;
  }
  .ioc_blocks .ioc_box:nth-child(3){
    padding-bottom: 0px;
    border-bottom: none;
  }
  .ioc_section.layout_2_col .ioc_blocks .ioc_box {
    width: 100%;
  }
  .ioc_section.layout_2_col .ioc_blocks .ioc_box:nth-child(2){
    padding-bottom: 0px;
    border-bottom: none;
  }
  .cn_menu ul.cn_mainmenu > li{
    max-width: 150px;
    margin: 20px;
    width: 40%;
    margin: 20px 5%;
  }
  .contact_main textarea {
    border-radius: 20px!important;
  }
  .tci_blocks .tci_box{
    width: 100%;
    text-align: center!important;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 9%;
  }
  .tci_blocks .tci_box:nth-child(1) {
    padding-top: 0px;
  }
  .tci_blocks .tci_box:nth-child(3){
    padding-bottom: 0px;
    border-bottom: none;
  }
  .tcinfo_main .tcinfo_heading{
    text-align: center;
  }
  .twoci_blocks .twoci_box{
    width: 100%;
    text-align: center!important;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 9%;
  }
  .twoci_blocks .twoci_box:nth-child(1) {
    padding-top: 0px;
  }
  .twoci_blocks .twoci_box:nth-child(2){
    padding-bottom: 0px;
    border-bottom: none;
  }
  .twocinfo_main .twocinfo_heading{
    text-align: center;
  }
  .iwi_main .iwi_list .iwi_box {
    flex-flow: row wrap;
    margin-bottom: clamp(40px, 4%, 70px);
  }
  .iwi_main .iwi_list .iwi_box .iwib_left{
    width: 100%;
  }
  .iwi_main .iwi_list .iwi_box .iwib_right{
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .hwp_section .hwp_main .hwp_title .pts{
    font-size: 40px;
    font-size: clamp(40px, 6vw, 125px);
    min-height: 0vw;
  }
  .hwp_section .hwp_main .hwp_sub_title{
    font-size: 24px;
    font-size: clamp(24px, 2.5vw, 50px);
    min-height: 0vw;
  }
  .rsr_main .rsr_box{
    width: 100%;
  }
  .rsr_main .rsr_vs{
    width: 100%;
    padding: 15px 0;
  }
  .srh_main {
    text-align: center;
  }
  .has_video .dli_img a::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .srh_main .srh_video .srhv_img a::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .hwlb_main .hwlb_box{
    width: 100%;
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  .modal-content{
    border-radius: 20px;
  }
  .modal-content .popup_btn {
    text-align: center;
  }
  .modal-content .popup_description p {
    font-size: 16px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(16px, 1.175vw, 18px);
    min-height: 0vw;
  }
  .mcalc_box .mcalc_description p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 20px 0;
    margin-bottom: clamp(20px, 1.25vw, 30px);
    font-size: clamp(16px, 1.175vw, 18px);
    min-height: 0vw;
  }
  .mcalc_box .mcalc_left{
    width: 100%;
    margin: 0;
  }
  .mcalc_box .mcalc_right{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .mcalc_main .mcalc_title,
  .mcalc_main .mcalc_txt {
    text-align: center;
  }
  .mcalc_select{
    margin-left: auto;
    margin-right: auto;
  }
  .mcalc_offer .mofr_left{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    max-width: 275px;
    margin: 0 auto;
  }
  .mcalc_offer .mofr_right{
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .am_section br {
    display:block;
  } 
  .am_section .amelia-app-booking #am-step-booking.am-mobile-collapsed .am-confirmation-booking-details, .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed div.am-confirmation-booking-details {
    flex-wrap: wrap !important;
}
  .am_section .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details div {
    min-width: 100% !important;
  }
  .am_section .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details div:nth-of-type(1) p {
    text-align: center !important;
    margin: 0 auto !important;
  } 
  .am_section .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details div:nth-of-type(2) p {
    text-align: center !important;
  } 
  .am_section .amelia-app-booking .am-step-booking-catalog.am-mobile-collapsed .am-confirmation-booking-details div:nth-of-type(3) p {
    text-align: center !important;
  }
  .am_section .am-custom-fields .el-textarea__inner {
    border-radius: 20px!important;
  }
  .product-grid_main .product_grid-item {
      max-width: 100%;
  }
  /***all section close***/



}
/***mobile layout close***/
@media only screen and (max-width: 991px) {
  .dd-faq-section h2 {
    margin-bottom: 30px;
  }
  .dd-faq-section .faq.accordion-wrapper .accordion-item .accordion-title {
      margin-bottom: 15px;
  }
  .dd-faq-section .faq.accordion-wrapper .accordion-item {
      margin-bottom: 40px;
  }
  .dd-faq-section .faq.accordion-wrapper .accordion-item {

  }
  .aff_list .aff_box {
    flex-direction: column;
    justify-content: center;
  }
  .aff_list .aff_box .aff_left,
  .aff_list .aff_box .aff_right {
    width: 100%;
    text-align: center;
  }
  .aff_list .aff_box::after {
    content: unset;
  }
}
@media only screen and (max-width: 479px) {
  .dd-faq-section .faq.accordion-wrapper .accordion-item .accordion-title {
    margin-bottom: 10px;
  }
  .dd-faq-section .faq.accordion-wrapper .accordion-item {
      margin-top: 30px;
  }
}

