/*
 Theme Name:     Divi Child
 Theme URI:      https://www.zenwebnet.com
 Description:    zenwebnet
 Author:         zenwebnet.com
 Author URI:     https://zenwebnet.com
 Template:       Divi
 Version:        1.2.0
*/

/* Theme customization starts here ------------------------------------------------------- */
/* .pointer .et_pb_image_wrap span {
	margin:100px;
	display: block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #f49d16;
	cursor: pointer;
	box-shadow: 0 0 0 rgb(244,157,22);
	animation: pulse 2s infinite!important;
} */
.pointer .et_pb_image_wrap span:after{content:"";    background: #fea43b54;
    border-radius: 50%;
    position: absolute;
    top: 20px;left:20px;
width:20px;height:20px;}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
    box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
      box-shadow: 0 0 0 10px rgba(244,157,22, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
      box-shadow: 0 0 0 0 rgba(244,157,22, 0);
  }
}








.highlight {
    background: linear-gradient(120deg, #a8e6cf 0%, #dcedc8 100%);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}
#top-menu-nav>ul>li>a:hover{opacity:0.9;}
.et_pb_member_social_links li{background: #264dab;
    padding: 3px 7px;
    margin-top: 10px;}
.et_pb_member_social_links{padding: 0px!important;}
.top_blurb_learner{display: flex;
    flex-wrap: wrap;}
.learner_blurb{background: #f1b800;
    padding: 12px 30px;
    border-radius: 31px;
    margin-right: 20px;margin-bottom:20px;}
.rating_blurb{    background: #23489f;
    padding: 10px 38px;
    border-radius: 31px;
    margin-right: 20px;
    color: #fff;    height: 53px;
}
/*     .row-reverse-column {
        display: flex
;
        flex-direction: column;
    } */
.brochure_blurb{    padding: 12px 30px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 25px;
    border: 2px solid #fff;cursor:pointer;}
.brochure_blurb a{color:#fff;}
.corporate_blurb{    background: #f1b800;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    height: max-content;
    border: 2px solid #f1b800}
.et_pb_tabs_controls li.et_pb_tab_active{    background-color: #ffc300;
    border-radius: 50px;}
.et_pb_tabs_controls li.et_pb_tab_active a{color: #0b0b51 !important;}
.et_pb_tabs_controls li{  background-color:#fff;
    border-radius: 50px;    margin-right: 20px;
    margin-bottom: 20px;}
.et_pb_tabs_controls li a{padding: 10px 33px;
    font-size: 20px;}
ul.et_pb_tabs_controls{display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;background-color:#ffffff00!important;}
.et_pb_tabs {
    border:none!important;
}
.et_pb_all_tabs{background-color:#ffffff00!important;}
.et_pb_tabs_controls li a{color: #05144c !important}
ul.et_pb_tabs_controls{background-color:#fff;}
.fixed-section{position:fixed!important;bottom:0;left:0;width:100%!important;}
.image_margin{margin-top:60px;}
.content-year{font-weight: 800;
    font-size: 144px;
    color: #FFFFFF !important;
    letter-spacing: 12px;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post{height:440px!important;}
/* article{height:400px!important;} */
.selected-dial-code{display:none!important;}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:62px!important;}
.content_heading{    font-size: 32px;
    color: #FFFFFF !important;}
.content-para{ font-size: 21px;
    color: #FFFFFF !important;}
.as-arrows-control{display: flex;
    position: absolute;
    right: 67px;
    bottom: 128px;
}
.as-dots-wrapper{    position: absolute;
    right: 5%;
    bottom: 47%;}
.as-arrows-control .custom_icon{padding:6px 4px;}
.et_pb_scroll_top:before{display:none!important;}
.et_pb_scroll_top{background:#264dab!important;    padding: 0 11px 0px 4px!important;
    border-radius: 3px!important;}
.et_pb_scroll_top:after{font-size: 21px!important;}
.payment-main{display:flex;justify-content: space-between;}
.payment-second{margin: auto 0;}








/*  .stat-box {
           display: flex;
    align-items: end;
    border: 2px solid #007bff;
    border-radius: 24px;
    padding: 12px 20px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    position: relative;
        }

        .text-content {
            flex: 1;
            margin-right: 0px;
        }
        .text-content h3 {
            font-size: 1.2rem;
            margin: 0;
            color: #333;
        }
        .text-content a {
            display: inline-block;
            margin-top: 10px;
            color: #007bff;
            text-decoration: none;
            font-size: 0.9rem;
        }
        .text-content a:hover {
            text-decoration: underline;
        }
        .image-content {
            margin-bottom: -10px;
    margin-left: 13px;    flex-shrink: 0;
        }
        .image-content img {
        
            height: auto;
            border-radius: 50%;
        } */
/* .border-strip-module .et_pb_blurb_position_left .et_pb_main_blurb_image{width:100%!important;} */
.container-whole{display:flex;}
.logo_box{    border: 2px solid #2185ad;
    border-radius: 30px;
    padding: 20px;
}
.logo-container{    margin-left: -54px;
    background: #e3e8f4;
    margin-right: 12px;
    margin-top: -39px;
    padding-top: 8px;border-radius:10px;
}
.curriculum-section .et_pb_toggle_content{padding-top: 0px;}
.border-strip-module .et_pb_blurb_position_left .et_pb_main_blurb_image, .border-strip-module  .et_pb_blurb_position_right .et_pb_main_blurb_image{width:65px;}
.highlight-section .et_pb_column{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding:25px 2px 10px;border-radius:12px;border-bottom:3px solid #264DAB;}
.et_pb_toggle_open h5.et_pb_toggle_title{transition:all .2s ease-in-out;}
.highlight-section .et_pb_main_blurb_image{margin-bottom:0px;}
      .stat-box {
            position: relative;
            width: 500px;
            background: white;
            border: 2px solid #007bff;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .stat-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(to right, #007bff, #00c6ff);
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
       .text-content {
    width: 75%;
    float: left;
    line-height: 1em;
        }
        .text-content h3 {
            font-size: 1.2rem;
            margin: 0;
            color: #333;
        }
        .text-content a {
            display: inline-block;
            margin-top: 10px;
            color: #007bff;
            text-decoration: none;
            font-size: 0.9rem;
        }
        .text-content a:hover {
            text-decoration: underline;
        }
        .image-content {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 80px;
        }
        .image-content img {
            width: 100%;
            border-radius: 50%;
            background-color: #004080;
            padding: 10px;
        }





.video-section{display: flex;background: linear-gradient(to right top, #07a9ff, #0092fb, #007af4, #0061e9, #0044da);padding: 5px 5px 0px 5px;justify-content: space-between;}
.video-heading{margin: 7px 7px 0px 7px;color: #fff;}
.video-module p{padding: 5px 5px 5px 13px!important; font-weight: 500;}
/* .banner-section{background: linear-gradient(to right top, #07a9ff, #0044da);} */
.table-module {width: max-content;
    background: #ffffff;
    padding: 6px 17px;
    border: 1.5px solid #23469c;
    border-radius: 8px;
    color: #000;}
.sidebar-list{list-style-type:none!important;display: flex;
    flex-wrap: wrap;
   }
.sidebar-list li{margin-bottom:15px;margin-right:10px;font-size:18px;}
.table-module-alt{width: max-content;
    background: #264caa;
    padding: 6px 17px;
    border: 1.5px solid #23469c;
    border-radius: 8px;
    color: #ffffff;}
.blurb-module{display:flex;padding:10PX 0PX 0PX 10PX;}
.blurb-module-image{POSITION: ABSOLUTE;
    BOTTOM: -82PX;
    RIGHT: -35PX;
    Z-INDEX: 9999!IMPORTANT;}

.why-choose-row .et_pb_blurb_position_left .et_pb_main_blurb_image, .why-choose-row .et_pb_blurb_position_right .et_pb_main_blurb_image{width:50px;}

.team_about_deaign .et_pb_blurb_description p {padding-bottom:0;}
.team_about_deaign .et_pb_blurb_content:hover .et_pb_blurb_container #social_linkedin:before { top: -150px; padding: 3px 7px; border-radius: 5px; box-shadow: 0 -1px 9px 0 #103e4c94; }
.team_about_deaign .et_pb_blurb_container #social_linkedin:before { content: "\e09d"; font-family: etmodules; font-size: 20px; right: 17px; position: absolute; top: -30px; z-index: 99; background: #fff; padding: 0 7px; border-radius: 5px 5px 0 0; color: #006281; box-shadow: 0 -10px 9px 0 #103e4c94; transition-duration: .5s; }
#team_slide.team_our .et_pb_blurb_container {  min-height: 110px;height:100%; display: flex; flex-direction: column; justify-content: center; position:relative; }
#team_slide .et_pb_blurb_container:before {content:''; background:#050532; height:0; left:0; top:0; position:absolute; width:2px; -webkit-transition: all 300ms ease-in-out 0ms; transition: all 300ms ease-in-out 0ms;}
#team_slide.team_our:hover .et_pb_main_blurb_image:before {-webkit-transition: all 300ms ease-in-out 0ms; transition: all 300ms ease-in-out 0ms; content: ''; position: absolute; background: #14489f91; width: 100%; height: 100%; bottom: 0; right: 0; clip-path: unset; bottom: 0; right: 0;  }
#team_slide:hover .et_pb_blurb_container:before {  height:100%; }
#team_slide.team_our .et_pb_main_blurb_image {position:relative;}
#team_slide.team_our .et_pb_main_blurb_image:before{ content: ''; position: absolute; background: #14489fcc; width: 90px; height: 90px; bottom: 0; right: 0; clip-path: polygon(66% 100%, 100% 100%, 100% 62%);}
#team_slide.team_our .et_pb_main_blurb_image {margin-bottom:0;}
.heroright::after {
    content: "";
    position: absolute;
    width: 106%;
    height: 337px;
    background: url(https://files.mastersunion.link/resources/svg/cardoutline.svg);
    left: -3%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 12%;
    transform: rotate(-1deg);
}


.rainbow-btn{background:#55cb3f!important;
    box-shadow: 10px 10px 35px rgb(41 167 26 / 47%) !important;
    padding: 10px 2em 12px 2em;
    white-space: nowrap;
    box-sizing: border-box;
    border:2px solid #55cb3f;
    outline: none;
    border-radius: .4rem;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
    color: #050532;
    margin: 0 auto !important;
    display: block;
    font-weight: 600 !important;
    border-radius: 55px;margin-top:4px!important}

.rainbow-btn:hover{  border:2px solid #55cb3f;}
.texthead {
    color:#E5E5E5;
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: 0.24px;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
	border-bottom: 1px solid #E5E5E5;}
.boxiData {
    margin-top: 8px;
    transition: 0.4s ease-in;
    width: 100%;
       font-size: 1.2rem;
    letter-spacing: 0.28px;
    line-height: 140%;
    color:#050532;
}

.number-counter .percent{margin-bottom:0px!important;}



/* IIM Kashipur Contact Form Start */
.form-heading-iim{text-align: center;margin-bottom: 10px;font-weight: 600;}
.contact_page_form label { font-size:15px; color:#999}
.contact_page_form .last_column { margin-right:0px !important; float:right}
.contact_page_form input:hover{box-shadow:0 10px 12px #0000001f}
.contact_page_form input.text,.contact_page_form input.title,.contact_page_form input[type=email],.contact_page_form input[type=password],.contact_page_form input[type=tel],.contact_page_form input[type=text],.contact_page_form select,.contact_page_form textarea{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:100%;width:100%;padding:5px 20px;background-color:#fff;color:#102a43;caret-color:#829ab1;box-sizing:border-box;font-size:14px;font-size:1rem;line-height:29px;line-height:2.0714285714rem;-webkit-box-shadow:inset 0 2px 4px 0 rgba(206,209,224,0.20);-moz-box-shadow:inset 0 2px 4px 0 rgba(206,209,224,0.20);box-shadow:inset 0 2px 4px 0 rgba(206,209,224,0.20);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:29px;line-height:2.0714285714rem;margin-bottom:15px;border: 1px solid #959595;}
.contact_page_form input.text:focus,.contact_page_form input.title:focus,.contact_page_form input[type=email]:focus,.contact_page_form input[type=password]:focus,.contact_page_form input[type=tel]:focus,.contact_page_form input[type=text]:focus,.contact_page_form select:focus,.contact_page_form textarea:focus{border-color:#29a71a!important}
.contact_page_form input::placeholder{color:#000}
.contact_page_form .et_pb_column_1_2 input{width:97%;float:left}
.contact_page_form .et_pb_column_1_2.last_column input{float:right}
.contact_page_form input.submit_bt{ background-color: #29a71a;font-size: 1.1em;box-shadow: 10px 10px 35px rgb(41 167 26 / 47%) !important;padding: 10px 2em 12px 2em;white-space:nowrap;box-sizing:border-box;border:none;outline:none;border-radius:.4rem;text-transform:uppercase;text-decoration:none;transition:all .2s;cursor:pointer;cursor:pointer;color:#fff;margin:0 auto!important;display:block;margin-top:13px!important;font-weight: 500 !important;border-radius: 55px;}
.contact_page_form .wpcf7-list-item-label{font-size:14px;color:#999}
.contact_page_form .wpcf7-list-item-label a{color:#000;text-decoration:underline}
.contact_page_form .et_pb_column{position:relative}
.contact_page_form span.wpcf7-not-valid-tip{top:-17px;position:absolute;right:0;width:max-content;background:red;color:#fff;padding:2px 20px;font-size:14px;line-height:18px;font-weight:800}
.contact_page_form textarea{width:100%;float:left;font-size:18px;color:#000;margin-bottom:0!important;height:120px;box-shadow:0 0 0 #0000001f}
.contact_page_form textarea::placeholder{color:#000}
.contact_page_form p{padding-bottom:0}
.contact_page_form .ajax-loader{position:absolute}
.contact_page_form .et_pb_column_4_4{z-index:10!important;position:relative!important}
.contact_page_form .et_pb_column_4_4.phone_colomn{z-index:20!important;position:relative!important}
.contact_page_form select{padding:12px 20px;}

/* IIM Kashipur Contact Form End */
/* Slider Css Start */
#sidebarList li a{  font-weight: 900;
    font-size: 20px;font-family:'Marcellus',Georgia,"Times New Roman",serif;
/*     background: linear-gradient(90deg, #194e91 0%, #29a71a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "clig" off, "liga" off; */
	color:#fff!important;
}
#sidebarList li{margin-bottom:16px;margin-right:40px;}
#sidebarList {list-style-type:none;display:flex;justify-content:center;padding-bottom:0em!important;}
/* #sidebarList li a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 29px;
    left: -1px;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #194e91 0%, #29a71a 100%);
} */
.text-gradient{background:linear-gradient(to right, orange, yellow, green);font-weight:600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
/* #sidebarList a.active {
    font-weight: 600;
    background: linear-gradient(90deg, #194e91 0%, #29a71a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "clig" off, "liga" off;
} */

/* Slider CSS End */

.border-text{box-shadow:0 15px 40px -16px rgba(0,0,0,.5)!important;}
/* My CSS */
#main-header .container{    width: 87%;}
.logo-slider img{border-radius:5px;}
.as_slide_content_wrapper{width:100%!important;margin-bottom:10px!important;margin-top:10px!important;}
.courses-section .swiper-slide{border-radius:6px!important;}
.courses-section .swiper-slide img{border-radius:6px 6px 0px 0px!important;margin-bottom:20px;box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 5px;}
.courses-section .swiper-wrapper, .trainer-coursel .swiper-wrapper{padding-bottom:4em;}
span.icon {
  position: absolute;
  right: 3%;
  top: 3%;
}
.heading {
  display: flex;
  margin-bottom: 10px;
}
.heading span {
  display: block;
}
.profile-image {
  min-height: 54px;
  min-width: 54px;
  max-height: 54px;
  max-width: 54px;
  margin-right: 20px;
  object-fit: fill;
}
.profile-image img {
  height: 54px;
  width: 54px;
  border-radius: 27px;
}
.profile-name span {
  font-weight: 600;
  font-size: 0.875em;
	line-height:0.8em;
	color: #000;
    text-transform: uppercase;
}
.profile-position span {
  color: #999999;
  font-size: 0.75em;
	line-height:0.7em;
}
.post-image {
  width: 100%;
  height: 200px;
  min-height: 200px;
  min-width: 100%;
  max-height: 200px;
  max-width: 100%;
  object-fit: contain;
  overflow: hidden;
  display: flex;
}
.post-body p{    color: #000;
    line-height: 1.5em;padding-bottom:20px!important;}
/* .post-image img {
  min-width: 100%;
} */
.linkedin {
  /*padding: 10% 8%;*/
  padding: 40px 25px;
  margin-right: 5%;
}
.linkedin:last-child {
  margin-right: 0;
}
.swiper-slide{border-radius:10px;}
/* Career Page */
.talktoexpert-wrap label{color:#000;}
.talktoexpert-wrap .wpcf7-file{width: 100%; background-color:#f1f1f1; padding: 10px 13px; font-weight: 300;  font-size: 1rem;  margin-bottom: 5px; border: none; padding-left: 0px; }
.talktoexpert-wrap input[type=text], .talktoexpert-wrap input[type=number], .talktoexpert-wrap input[type=password], .talktoexpert-wrap input[type=tel], .talktoexpert-wrap input[type=email], .talktoexpert-wrap select, .talktoexpert-wrap input[type="url"] { width: 100%; background-color: #f1f1f194; padding: 12px 13px; font-weight: 300; font-size: 1rem;  margin-bottom: 15px; border: none; border-radius:4px;}
.talktoexpert-wrap textarea { width: 100%; font-size: 1rem; color: #000000; margin-bottom: 15px; border: none;  height: 80px;  
    background-color: #f1f1f194;
    padding: 12px 13px;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 15px;
    border: none !important;
    border-radius: 4px; }

.talktoexpert-wrap .submit_bt, .talktoexpert-wrap input[type="submit"] { border:none!important;   background: #0060e2;    width: 100%;
    padding: 12px 22px;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px; display: flex;
    align-items: self-end;}
.talktoexpert-wrap .submit_bt:hover { background-color:#e8e8e8;color:#000; }
.talktoexpert-wrap .et_pb_column_1_2 {width: 48.5% !important; margin-right: 3% !important;}
.talktoexpert-wrap .last_column {margin-right: 0% !important;}
.talktoexpert-wrap .wpcf7 p { padding-bottom: 0px !important; }

.floating-menu-nav {
    position: fixed;
    right: 0%;
    bottom: 23%;
    z-index: 99999999999999999999999999999999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: none;
    border-radius: 50px;
}
.post-detail img{border-radius:12px;box-shadow:0 4px 10px #0000001a;margin-top:20px;}
.post-content-blog .et_pb_row{width:100%!important;}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]{width:100%!important;}
.form-submit .et_pb_button{color:#2b50ad;}
.form-submit .et_pb_button:hover{    background: linear-gradient(214deg, rgb(38 76 171) 0%, rgb(38 76 171) 100%);
    border: 2px solid rgb(38 76 171)!important;
    color: #fff;}
/* End Career Page */
.event-data .column article {
    margin-bottom: 0!important
}

.event-data .column {
    position: relative;
    z-index: 1
}

article .event-data .column:before {
    background-image: linear-gradient(90deg,#ff2c16 12%,#ac2e3100 12%,#ac2e3100 88%,#ff2c16 88%);
    position: absolute;
    left: 5%;
    top: 5%;
    width: 97%;
    height: 97%;
    content: "";
    z-index: -1;
    transition: .3s ease-in-out;
    background:#264cab;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 20%)
}

.event-data .column:hover:before {
    left: 4%;
    top: 4%
}

.event-data .column article {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%)
}

.event-data {
    position: relative;
    padding: 0!important;
    margin-top: 2%;
    margin-bottom: 2%
}

.event-data .column article .post-content a.more-link {
    text-transform: capitalize;
    color: #42bb2b;
    text-decoration: underline;
    margin-top: 32px!important;
}

.event-data .post-meta .published {
    position: absolute;
    top: 10px;
    padding: 7px 12px;
    background: #42bc2b;
    color: #fff;
}

.event-data .column article .post-content .post-content-inner {
    margin-bottom: 10px
}

footer .et-menu{display: flex;flex-direction: column;}
.et_pb_button{cursor:pointer;}
.trainer-coursel {padding-bottom:2em!important;}
.training-table thead th span,.training-table .entry-content tr th {
    color: #fff!important
}

.training-table thead {
    background-color: #264cab;
}

.training-table thead th {
    border-right: 1px solid #fff
}

.training-table tr td {
    border: 1px solid #a2a2a2;
    padding: 6px 9px;color:#000;
text-transform:uppercase;
	color:#fff;
	font-size:17px;
}
.events_card{box-shadow:0 4px 10px #0000001a;background-color: #fbfaf8;
    border-radius: 12px;    padding: 1.5rem 1.5rem 3.5rem;transition:all .3s ease-in-out;}
.enroll_button{    background:#2449a2;
    width: max-content;
    padding: 8px 15px;
    margin-top: 20px;
    border-radius: 5px;}
.events_card:hover {
    box-shadow: 0 0 9px 6px #0000001a;
}
.enroll_button a{color:#fff!important;}
.events_card .et_pb_main_blurb_image img{border-radius:12px;}
.table_btn a {
    background:#65d050;
    padding: 8px 16px;
    color: #fff;
    font-size: 17px;
    border-radius: 21px;
    cursor: pointer
}

/*------------Basic CSS------------*/
.et_fixed_nav #top-header {/* top: 4px; */}
.cl { clear:both}
.ds-vertical-align { display: flex; flex-direction: column; justify-content: center;} 
.full_height { height:100%}
.banner_full_height {height:100vh}
.et-fixed-header#main-header {-webkit-box-shadow:0 0 55px rgba(0,0,0,0.4)!important; -moz-box-shadow:0 0 55px rgba(0,0,0,0.4)!important;  box-shadow:0 0 55px rgba(0,0,0,0.4)!important;}
#footer-info img { margin: 0 5px -6px 1px;}
/*------------Basic CSS------------*/



/**************Mobile Menu**********************/
#mobile_menu li {position: relative;width: 100%;display: block;clear: both;background-color: #ffffff24;margin-bottom: 1px;}
#main-header .et_mobile_menu li ul.sub-menu li {background: #00000052;display: block;clear: both;width: 100%;position: relative;margin-bottom: 1px;padding-left: 0px;}
#main-header .et_mobile_menu li ul.sub-menu li a {}
#main-header .et_mobile_menu li ul.sub-menu {margin-left: 0px;padding-left: 0;}
#main-header .et_mobile_menu li ul.hide{display:none!important}
#mobile_menu .menu-item-has-children{position:relative}
#mobile_menu .menu-item-has-children > a{background:transparent}
#mobile_menu .menu-item-has-children > a + span{position:absolute;right:0;top:0;padding:10px 17px;font-size:20px;font-weight:700;cursor:pointer;z-index:3;background-color: #00000052;}
span.menu-closed:before{content:"\4c";display:block;color:#fff;font-size:16px;font-family:ETmodules}
span.menu-closed.menu-open:before{content:"\4d"}
/**************Mobile Menu**********************/





/**************Top Scroll Button**********************/
.et_pb_scroll_top{z-index:9999999;position:fixed;right:20px;bottom:20px;background:#fd3607;height:100px;box-shadow:0 2px 4px rgba(108,46,185,0.2);-webkit-transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,transform .6s ease;transition:all .2s ease,transform .6s ease,-webkit-transform .6s ease;cursor:pointer}
.et_pb_scroll_top:before{display:none}
.et_pb_scroll_top:after{content:"\24";font-family:ETmodules!important;color:#fff;font-size:16px;font-weight:700;margin-left:10px}
.et_pb_scroll_top,.et_pb_scroll_top.et-visible,.et_pb_scroll_top.et-hidden{-webkit-animation:none!important;animation:none!important}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{-webkit-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}
.et_pb_scroll_top .et-pb-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.et_pb_scroll_top{right:0;width:auto;padding:0 20px;line-height: 34px;}
.et_pb_scroll_top:before{content:'Back To Top';display:inline-block;color:#FFF;font-weight:700;font-size: 14px;text-transform: uppercase;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{right:40px;bottom:200px;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(1) translate(100%,0) rotate(-90deg);transform:scale(1) translate(100%,0) rotate(-90deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.et_pb_scroll_top .et-pb-icon{display:none}

/*------------Basic CSS------------*/
.courses-section .as_slide_content_wrapper{padding:0px 20px!important;}






























/********** Woocomerce Section ***************/
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit { color:#FFF !important}
table:not(.variations),body.et-pb-preview #main-content .container table{border:1px solid #eee;margin:0 0 15px;text-align:left;width:100%}
table.shop_table td, table.shop_table th{padding: 0.7em 1.0em!important;max-width: 100%;font-size: 1.em;}
.woocommerce-cart .entry-content .woocommerce > form{width:60%;float:left;margin-bottom:100px}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals{width:35%;float:right;padding:0;margin-bottom:40px}
.woocommerce-cart .cart-collaterals:before,.woocommerce-cart .cart-collaterals:after,.custom_border:before,.custom_border:after,.woocommerce-order-pay #order_review:before,.woocommerce-order-pay #order_review:after{background-image: radial-gradient(closest-side,rgb(0 0 0 / 0%) 9px,rgb(241 242 249) 100%);}
.woocommerce-cart .cart-collaterals:before{margin-top:-10px}
.woocommerce-cart .cart-collaterals:after,.woocommerce-cart .cart-collaterals:before{content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important;float:none}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals{padding:40px 40px 30px;background-color: rgb(241 242 249);}
.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals,.checkout_right_wrapper,.woocommerce-form-track-order,.order-info{background: rgb(241 242 249);}
.woocommerce table.shop_table,.woocommerce-page table.shop_table{margin:12px 0 0;-webkit-border-radius:0;border-radius:0;}
.woocommerce .cart-collaterals .cart_totals .cart-subtotal,.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal{border-bottom:none}
.woocommerce-cart .woocommerce-cart-form .actions .button[name="update_cart"]{width:-webkit-fit-content;/* text-align:right; *//* padding:13.5px 0!important; *//* position:relative; */color: #000;float: right !important;}
.woocommerce-cart .entry-content .woocommerce .actions .button{float:right;}
.button[name="update_cart"]:after{ content:"\e02a"!important;font-size:15px !important; margin-left: 10px !important; margin-top: 5px !important;  }
.button[name="update_cart"]:hover:after{ color:#ffffff !important;   }
.button[name="update_cart"]:hover{ padding-right:45px !important }
.woocommerce-cart table.cart td.actions .coupon .input-text{background-color:#FFF!important;border:1px dashed #CCC!important;width:203px;margin-right:10px;padding:6px 12px;color:#000!important;font-size:16px;font-weight:300}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder{color:#999;font-size:16px;font-weight:300}
.woocommerce-cart .cart-collaterals:after{bottom:-10px;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);position:relative}
.shop_table .product-name a { color:#3062a4; font-weight:bold}
.woocommerce-cart .cart-collaterals {padding:0px;border: 1px solid rgb(241 242 249);}
.woocommerce-cart .cart-collaterals .cart_totals {padding:30px;}
.woocommerce-cart .cart-collaterals:after {bottom: -11px;}
.woocommerce-cart .cart-collaterals:before { margin-top: -11px;}


/*------------ Checkout Page  ------------*/
.woocommerce form .form-row label{line-height:2;font-weight:700;color:#939090;font-style:italic}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);background-color:#f2f4f4!important;border:none!important;-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);padding:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.xoo-cp-opac{background-color:transparent!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{background-color:#f2f4f4!important;border:none!important;-webkit-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16)}
.woocommerce-page form .form-row.validate-required{margin-bottom:15px}
.woocommerce form .form-row-first,.woocommerce-page form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{width:48.8%; float:right}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal;outline:none;border:1px solid #b5b5b5;background-color:#FFF;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;padding:10px}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first { float: left;}
.select2-container--default .select2-selection--single{background-color:#f2f4f4!important;border:none!important;padding: 2px 7px;height:49px;line-height:49px;-webkit-box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);box-shadow: inset 0 2px 5px 0 rgba(105,105,105,0.16);}
.woocommerce form .form-row label{line-height:2;font-weight:700;color:#939090;font-style:italic}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);background-color:#f2f4f4!important;border:none!important;-moz-box-shadow:inset 0 2px 5px 0 rgba(105,105,105,0.16);-moz-box-shadow:0 0 44px -1px rgba(91,146,145,0.45);padding:0}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.col2-set { margin-top: 4px;}
.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{background:transparent !important;color:#6b6b6b!important}
.comment-reply-link:hover,.et_password_protected_form .et_submit_button:hover,.form-submit .et_pb_button:hover,.woocommerce #content input.button.alt:hover,.woocommerce #content input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce a.button:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover,.woocommerce input.button.alt:hover,.woocommerce input.button:hover,.woocommerce-page #content input.button.alt:hover,.woocommerce-page #content input.button:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button.alt.disabled:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page input.button:hover{background: -moz-linear-gradient(top left, #28984B, #608B85) !important;background: linear-gradient(214deg,rgb(58 65 111) 0%,rgb(13 116 200) 100%);border: 2px solid rgb(60, 95, 111);}
a.checkout-button:hover { color:#FFF !important}
.woocommerce>form table.cart tr.cart_item td.product-thumbnail{width:92px;padding-left:8px;padding-right:8px}
table.cart img{width:60px!important}
.col2-set{width:62.2%!important;float:left;margin-top:45px;padding:0 90px 0 10px}
#order_review{width:37.8%;float:right;margin-top:45px}
.my-account-section .col2-set {  width: 100%!important;float: left;}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float: left;/* width:100%; *//* margin-top:36px; */}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table td{line-height:1.35;padding:16px 0 14px}
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th{padding-top:40px}
.woocommerce-privacy-policy-text p,.woocommerce-terms-and-conditions-checkbox-text{font-size:12px;line-height:1.4285em;margin:-2px 0 13px;font-weight:400}
.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{width:100%}
.woocommerce-form-login-toggle,.woocommerce-info{text-align:center}
.woocommerce-info a{color:#000!important}
.woocommerce-form-login-toggle .woocommerce-info{padding:0!important;margin-bottom:8px;color:#868686!important}
.woocommerce-form-login-toggle .woocommerce-info a.showlogin,.woocommerce-form-coupon-toggle .woocommerce-info a{text-transform:uppercase;font-weight:700;font-size: 14px;margin-left:8px;}
.woocommerce-info{background-color:transparent!important}
.woocommerce-form-login-toggle .woocommerce-info::before{position:absolute;vertical-align:middle;font-weight:400;top:-2px;position:relative}
.payment_method_stripe img{width:10%;display:inline-block;height:auto}
.woocommerce-checkout h3#order_review_heading{display:none!important}
.woocommerce-form-coupon-toggle .woocommerce-info{/* padding:0!important; *//* margin-bottom:15px; */color: #868686!important;font-size: 16px !important;line-height: initial;}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order:before,.woocommerce-checkout .woocommerce-checkout-review-order:before{position:absolute;top:-10px;left:0;content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px;background-image:-webkit-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:-o-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%)}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order:after,.woocommerce-checkout .woocommerce-checkout-review-order:after{position:absolute;bottom:-10px;left:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);content:"";display:block;height:10px;width:100%;background-color:transparent;background-size:20px 20px;background-position:0 10px,40px 40px;background-image:-webkit-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:-o-radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%);background-image:radial-gradient(closest-side,transparent 9px,rgba(84,84,84,0.05) 100%)}
.checkout_coupon_box + .woocommerce-checkout .woocommerce-checkout-review-order,.woocommerce-checkout .woocommerce-checkout-review-order{background:rgba(84,84,84,0.05);padding:0 40px 40px;position:relative}

.woocommerce-page form .form-row.validate-required{margin-bottom:15px}
.woocommerce form .form-row-first,.woocommerce-page form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{width:48.8%}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal;outline:none;border:1px solid #b5b5b5;background-color:#FFF;-webkit-box-shadow:0;box-shadow:0;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out;transition:box-shadow 0.5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;padding:10px}
.woocommerce form label{font-weight: 400 !important; margin-top: 8px; line-height: 2em; margin-bottom: 0px !important; color: #000000 !important;}
.address_bar span {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.address_bar span input {-webkit-order:2;order:2}
.address_bar span label {-webkit-order:1;order:1}
#billing_country_field .select2-selection__rendered,#billing_country_field .select2-selection__placeholder,#billing_state_field .select2-selection__rendered,#billing_state_field .select2-selection__placeholder,#calc_shipping_country_field .select2-selection__rendered,#calc_shipping_country_field .select2-selection__placeholder,#calc_shipping_state_field .select2-selection__rendered,#calc_shipping_state_field .select2-selection__placeholder,#shipping_country_field .select2-selection__rendered,#shipping_country_field .select2-selection__placeholder,#shipping_state_field .select2-selection__rendered,#shipping_state_field .select2-selection__placeholder,.woocommerce-widget-layered-nav-dropdown .select2-selection__rendered,.woocommerce-widget-layered-nav-dropdown .select2-selection__placeholder{outline:0!important;font-size:.875rem;color:#444!important;line-height:40px!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-selection--single{height:auto!important}
.button[name="update_cart"]:after { content: "\e02a"!important; color: #000;}
.woocommerce ul.products li {vertical-align: text-top;}
body.post-type-archive-product li.product_cat-uncategorized { display: none; visibility:hidden}
.button[name="update_cart"]:after { content: "\e02a"!important;}
.certificate_slider .swiper-container {  padding-bottom: 48px;}
.xoo-wsc-basket { bottom:5px;}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {font-weight: 300;text-transform: capitalize;font-size: 16px;color: rgb(255, 255, 255) !important;line-height: 1;letter-spacing: 1px;text-align: center;cursor: pointer;touch-action: manipulation;-webkit-appearance: none;border-width: 0px;border-style: initial;border-color: initial;border-image: initial;border-radius: 80px;text-decoration: none;outline: none;padding: 0.55em 1.5em;background-image: linear-gradient(40deg,rgb(58 65 111) 0%,rgb(13 116 200) 100%)!important;box-shadow: 0 7px 13px -3px rgba(45,35,66,0.3), 0 2px 4px 0 rgba(45,35,66,0.4), inset 0 -2px 0 0 #404d77;border-radius: 6px;}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover,.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:focus{box-shadow:none;background-color:#0076ea;color:#fff;text-decoration:none}
.woocommerce a.added_to_cart.wc-forward{color:#fff!important;border-radius:100px;letter-spacing:1px;font-size:16px;font-weight:500!important;padding:7px 16px;margin-left:18px;box-shadow:0 12px 18px -6px rgba(0,0,0,0.3);align-items:center;line-height:1.25em;font-weight:500;background-image:linear-gradient(252.45deg,#5a89dd -15.99%,#5a89dd 110.88%);box-shadow:inset 0 2px 0 hsla(0,0%,100%,.1),4px 9px 12px rgba(35,29,73,0.26);border-radius:50px;transition:all .3s;outline:0}
.woocommerce-product-gallery .flex-control-nav{/* padding: 12px 0px 11px 10px!important; */}
.woocommerce-product-gallery .flex-control-nav img.flex-active{border:1px solid #666!important}
.woocommerce-page .col2-set .col-2 {float: right; width: 48%;}
#customer_details .col-1, #customer_details .col-1{ float:none; width:100% !important;}
#customer_details .col-2 { float: right; width:100%;}
/*------------ Checkout Page  ------------*/




/*Woocomerce dashboard style*************/
.woocommerce-MyAccount-navigation li { list-style:none; width:100%; clear:both}
.woocommerce-MyAccount-navigation li.is-active {    }
.woocommerce-MyAccount-navigation li.is-active a { color: #314f8d; box-shadow: 0px 3px 3px 2px rgba(213,218,223,0.35); border-left: 5px solid #3683bf;}
.woocommerce-MyAccount-navigation li a:hover {color: #314f8d; box-shadow: 0px 3px 3px 2px rgba(213,218,223,0.35); border-left: 5px solid #3683bf;}
.woocommerce-MyAccount-navigation li a{font-weight:700;font-size:27px;line-height:1.3em;letter-spacing:0;color:#a8a8a8;margin:0;font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;font-weight:300;box-shadow:0 3px 3px 2px rgba(213,218,223,0.35);border-left:5px solid #28AB26;background:#fff;border:1px #D5DADF solid;border-left:5px solid #D5DADF;box-shadow:0 2px 3px rgba(213,218,223,0.35);padding:15px;border-radius:3px;cursor:pointer;transition:all .2s ease;margin-bottom:15px;list-style:none;display:block}
.mob-break { display:none; clear:none}
.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}
.woocommerce div.product div.images img {width: 80%; margin: 0px auto;}
/*Woocomerce dashboard style*************/



/*------------ Responsive Codding ------------*/
@media only screen and (min-device-width:981px) and (max-device-width : 1920px) {}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width: 1440px) {
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post{height:410px!important;}
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width: 1260px) {}

@media only screen and (max-width:1200px) { }

@media only screen and (min-device-width:1025px) and (max-device-width : 1260px) {}

@media only screen and (min-device-width:981px) and (max-device-width : 1166px) {}

@media all and (max-width: 1024px) {}

/***** Only Desk Top*********/
@media (min-width: 981px) {}
/***** Only Desk Top*********/

@media screen and (max-width: 1024px){}



@media only screen and (max-width: 980px) {
	.row-reverse{display: flex;
    flex-direction: column-reverse;}
	footer .et_pb_menu__menu{display: block!important;}
	footer .et_mobile_nav_menu{display:none!important;}
	footer .et_pb_menu__wrap{        display: flex!important;
        justify-content: start!important;}
#et-top-navigation {width: 154px; padding-left: 0px !important;}
.et-cart-info {margin: -10px 11px 0 13px !important;}
.woocommerce-MyAccount-navigation li a { font-size: 19px !important; line-height: 1.3em; padding:16px 11px !important; border-radius: 3px; font-weight: 500;}
.et_fixed_nav #main-header:before {content: url(images/logo_base.png);position:absolute;left: -6%;top: -21%;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transform: scale(0.8);}
.custom_row {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.first-on-mobile{-webkit-order:1;order:1}
.second-on-mobile{-webkit-order:2;order:2}
.third-on-mobile{-webkit-order:3;order:3}
.fourth-on-mobile{-webkit-order:4;order:4}
.custom_row:last-child .et_pb_column:last-child{margin-bottom:30px}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation{position:relative!important}
#mobile_menu{display:block!important;min-height:100vh;height:100%;top:0;right:0;position:fixed;z-index:9998;overflow:scroll;border-top:none;padding-top: 100px!important;padding: 25px;background-color: #000 !important;/* clear: both; */}
.et_mobile_menu li:nth-child(1){/* padding-top:20px; */}
.et_mobile_menu li a{color:#fff!important;width:100%;/* float:left; */border:none!important;text-align:left;/* margin: 0px 10px; */transition:.2s;font-weight:300;font-size: 1.0em!important;clear: both;}
.mobile_nav ul#mobile_menu .current_page_item > a{color:#fff!important;background-color:rgba(255,255,255,0.1);/* border-radius:30px; */padding-left:20px;/* background: rgb(255 255 255 / 6%); *//* box-shadow: 0px 1px 14px -3px rgb(255 255 255); *//* border-top-right-radius: 0px; *//* border-top-right-radius: 0px; *//* border-bottom-right-radius: 0px; */}
.mobile_nav.closed #mobile_menu{background:-moz-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-webkit-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-o-linear-gradient(top,#1c3963 0%,#274c81 100%);background:-ms-linear-gradient(top,#1c3963 0%,#274c81 100%);background:linear-gradient(100deg, rgb(78 202 57) 0%, rgb(79 202 57) 100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav.opened #mobile_menu{background:-moz-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-webkit-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-o-linear-gradient(top,#1c3963 0%,#274c81 100%);background:-ms-linear-gradient(top,#1c3963 0%,#274c81 100%);background:linear-gradient(100deg, rgb(78 202 57) 0%, rgb(79 202 57) 100%);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav #mobile_menu{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
#main-header .container.clearfix.et_menu_container{width:100%}
.mobile_menu_bar:before{color:rgb(82 202 60) !important;        border: 2px solid;
        border-radius: 3px;font-size: 20px!important;
}
.mobile_nav.opened .mobile_menu_bar:before{content:'\4d';z-index:9999;color:#fff!important;border: 1px solid #1d3b6600;width:30px;height:30px;border-radius:50%;}
.mobile_nav.opened .mobile_menu_bar:after{color:#FFF}
.et_header_style_split .mobile_menu_bar,.et_header_style_left .mobile_menu_bar{z-index:9999}
#et-top-navigation{padding-right:5px}
.et_header_style_left #logo,.et_header_style_split #logo{max-width:100%}
#commentform p.comment-form-comment,#commentform .gglcptch{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author,#commentform p.comment-form-email,#commentform p.comment-form-url{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author input,#commentform p.comment-form-email input,#commentform p.comment-form-url input{width:100%;display:block;float:none}
#commentform .form-submit{text-align:left}
/* .mobile_menu_bar:after {content: url(images/hexagone_shape.png);position:absolute;right: 8px;top: -15px;}
.mobile_nav.opened .mobile_menu_bar:after {content: url(images/hexagone_shape-light.png);} */
.mobile_menu_bar:before {left: -19px;top: 3px;}
#logo {max-height: 90%;margin: 4px;}
#page-container { padding-top: 80px !important;}
header.et-fixed-header { position: fixed !important;}
.et_pb_scroll_top:before { display: none !important;}
.et_pb_scroll_top { padding: 5px 9px 4px 8px !important; line-height: 26px; height: 43px;}
}


@media only screen and (max-width:768px) {
	
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:150px}
.woocommerce-page.et_pb_button_helper_class a.button{display:block;width:100%}
.woocommerce-error,.woocommerce-info,.woocommerce-message{font-size:14px!important}
.woocommerce td.product-name dl.variation dt{padding:10px 0}
.woocommerce td.product-name dl.variation dd{padding:30px 0 0}
.woocommerce-page table.cart td.actions .coupon .button{width:45%;font-size:16px}
.shop_table td.product-name{width:72%}
.shop_table .wmc-product-desc{font-weight:700}
.cart_item td.product-name{width:100%!important}
.woocommerce ul.order_details li{float:none;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #fff;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none;margin-bottom:19px}
.woocommerce td.product-name dl.variation dt{padding:30px 0 1px}
.woocommerce td.product-name dl.variation dd{float: right;width: 56%;font-size:14px;}
.woocommerce td.product-name dl.variation dt{float:left;width: 40%;font-size: 13px;font-weight: 500;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order{background:rgba(84,84,84,0.05);padding:0 10px;position:relative}
.cart-button-space{color:#716e6e!important;background-color:#eee;padding:7px 30px;border-radius:50px;font-size:18px;text-transform:capitalize!important;display:block;margin-bottom:10px}
a.cart-button-space.active{background-color:#3683bf;color:#fff!important}
.woocommerce table.shop_table .woocommerce-shipping-totals th{font-size:13px!important}
.woocommerce table.shop_table .cart-subtotal th{font-size:13px!important}
.woocommerce table.shop_table .order-total th { font-size:17px !important}
body.logged-in .woocommerce-MyAccount-content { float: none !important; width:100% !important;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{bottom:123px!important;}
.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important;clear: both;}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
.woocommerce-cart .entry-content .woocommerce > form{width:100%;float: none;margin-bottom:100px}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals{width:100%;float: none;padding:0;margin-bottom:40px}
.woocommerce-cart table.cart td.actions .button[name=update_cart] { width: 62% !important; margin-top: 19px !important; float:left !important}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .button {    width: 92%; margin: 0px auto !important; display: block; float: none !important; margin-bottom:15px !important}
.woocommerce table.shop_table { border:none !important} 
.overlay-container .overlay-close { right: 5.5%;}
}


@media only screen and (max-width:425px) {
/* 	#logo{width:25%!important;max-width:25%!important;} */
.et_pb_row { width:90%;}
.woocommerce-variation-add-to-cart { width: 100%;}
.woocommerce-variation-price { padding: 31px 0 0px 0; font-size: 1.6em;}
.woocommerce-MyAccount-navigation li {width: 45%;clear: both;list-style: indianred;display: inline-block;margin-right: 10px;}
.woocommerce-MyAccount-navigation li a {padding: 9px 11px !important;border-radius: 3px;font-size: 0.9em !important;margin-bottom: 10px;}


}

@media only screen and (max-width:375px) {
.woocommerce-MyAccount-navigation li { width: 45% !important;}
.woocommerce-MyAccount-navigation li a { font-size:19px;} 
}


@media only screen and (max-width:425px) {
	.border-strip-module .et_pb_module{margin-bottom:15px;}
	.talktoexpert-wrap .et_pb_column{margin-bottom:0px!important;}
}

@media only screen and (min-width: 481px) {}

@media only screen and (max-width: 480px)  {
	    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 22%!important;
    }
	    #logo {
        max-height: 63%;
        margin: 4px;
    }
	#pmp-main-form{padding-left:0px!important;padding-right:0px!important;}
	.fastrac-feature-table td{font-size:14px!important;line-height: 1.6em;}
	.advantage_row .et_pb_column{width:50%!important;}
	.floating-menu-nav {bottom:4%!important;}
	#hl_form_builder_main #form-builder{padding:40px 0px!important;}

	
}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:363px) {}

@media only screen and (max-width:320px) {}