body{
    font-size: 16px;
    font-weight: 400px;
    font-family: 'Poppins';
}
:root {
    --primary: #2E3092;
    --secondary: #DE681E;
    --white: #ffffff;
    --black: #000000;
    --border:#00000030;
    --bg-light-gray:#F4F4F4;
}
/* header {
    position: sticky;
    top: 0;
    z-index: 9999999;
} */
footer {
    background-color: #2c2028;
    color: #fff;
    background-image: url(../images/overlay.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.primary-bg{
    background-color: var(--primary);
}
.alt-bg{
    background-color:var(--bg-light-gray);
}
.color-primary{
    color: var(--primary);
}
.color-secondary{
    color: var(--secondary);
}
.color-white{
    color: var(--white);
}
.color-black{
    color: var(--black);
}
.weight-800{
    font-weight: 800;
}
.weight-600{
    font-weight: 600;
}
.weight-500{
    font-weight: 500;
}
.weight-400{
    font-weight: 400;
}
.text-10{
    font-size: 10px !important;
}
.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}
.text-16{
    font-size: 16px;
}
.text-18{
    font-size: 18px;
}
.text-20{
    font-size: 20px;
}
.text-24{
    font-size: 24px;
}
.text-30{
    font-size: 30px;
}
.text-36{
    font-size: 36px;
}
.text-36{
    font-size: 36px;
}
.text-54{
    font-size: 54px;
}
.l-height-30{
    line-height:30px
}
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-75{
    margin-bottom: 50px;
}
.mt-20{
    margin-top: 20px;
}
.mt-50{
    margin-top: 50px;
}
.mb-75{
    margin-bottom: 75px;
}
.btn{
    background-color: var(--primary);
    padding: 10px 15px;
    color: var(--white);
    border: 1px solid var(--primary) !important;
}
.btn:hover{
    background-color: transparent;
    color: var(--primary) !important;    
}
.pad-75{
    padding-block:75px;
}
.pt-75{
    padding-top: 75px;
}
.pb-75{
    padding-bottom: 75px;
}
a{
    text-decoration: none;
}
a:hover{
    color:var(--secondary);
}
button:focus {
    box-shadow: none !important;
}
.navbar-dark,
.header2{
    background-color: #2c2028 !important;
}
.nav-link{
    color: #ffffff;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--secondary);
    font-weight: 600;
}
ul.navbar-nav {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.hero-sec {
    background-image: url(../images/bg.webp);
    background-size: 100% 100%;
    min-height: 720px;
    background-position: bottom;
    /* margin-top: -120px; */
    padding-top: 150px;
    /* margin-bottom: -67px; */
}
.hero-sec p {
    line-height: 54px;
}
.info-item-holder{
    background: #FFF;
    z-index: 8;
    -webkit-box-shadow: 0 5px 25px -5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 5px 25px -5px rgba(0,0,0,0.25);
    box-shadow: 0 5px 25px -5px rgb(0 0 0 / 25%);
}
.info-item{
    padding: 30px;
    height: 200px;
    border-right: 1px solid #e2e2e2;
}
.info-item a {
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.info-item a h3 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
}
.info-item a span {
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: var(--primary);
    margin-top: 10px;
}
.info-item a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}
.info-item.reg-warranty a:before {
    background: url(../images/icons.png) no-repeat 0 50%;
}
.info-item.locate_dealer a:before {
    background: url(../images/icons.png) no-repeat -50px 50%;
}
.info-item.find_battery a:before {
    background: url(../images/icons.png) no-repeat -100px 50%;
}
.info-item.partner_with_us a:before {
    background: url(../images/icons.png) no-repeat -150px 50%;
}
.info-item a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 10px;
    background: url(../images/arrow-set1.png) no-repeat -22px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.info-item a:hover:after {
    background: url(../images/arrow-set1.png) no-repeat 0 0;
}
.info-item:last-of-type a:after {
    background: url(../images/arrow-set1.png) no-repeat -22px -10px;
}
.info-item:last-of-type a:hover:after {
    background: url(../images/arrow-set1.png) no-repeat 0 -10px;
}
.info-item:last-of-type {
    background: var(--secondary);
    border: 0;
}
.info-item:last-of-type  h3,
.info-item:last-of-type  span{
    color: #FFF;
}
article{
    display: none;
}
article.on{
    display: block;
}

.product-option,
.permission-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.product-option input,
.permission-box input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.product-option .checkmark,
.permission-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
    border: 1px solid #00000010;
}
.product-option:hover input ~ .checkmark,
.permission-box:hover input ~ .cjeckmark {
    background-color: var(--secondary);
}
.product-option input:checked ~ .checkmark,
.permission-box input:checked ~ .checkmark {
    background-color: var(--white);    
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}
.product-option .checkmark:after,
.permission-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.product-option input:checked ~ .checkmark:after,
.permission-box input:checked ~ .checkmark:after {
    display: block;
}
.product-option .checkmark:after,
.permission-box .checkmark:after {
    top: 7.5px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary);
}
.product-option input:checked ~ span {
    color: var(--secondary);
}
.product-option:hover span {
    color: var(--secondary);
}
.product-info {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    column-gap: 40px;
}
.product-info label {
    margin: 0;
    padding-block: 2px;
}  
.pro-thumbnail-img {
    position: relative;
    padding-top: 90px;
    padding-bottom: 66px;
    padding-inline: 20px;
}
.pro-thumb-title {
    font-size: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 40px;
}
.pro-thumbnail-item {
    background: #FFF;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
    border: 1px solid #e9e9e9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.pro-thumbnail-item .know-btn {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
    color: var(--white);
    padding-block: 10px;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid var(--primary);
}
.pro-thumbnail-item .know-btn span{
    position: relative;
}
.pro-thumbnail-item .know-btn span:after {
    content: '';
    width: 12px;
    height: 18px;
    background: url(../images/arrow2.png) no-repeat -11px 0;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: -23px;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pro-thumbnail-item .know-btn:hover span:after {
    background: url(../images/arrow2.png) no-repeat 0 0;
}
.pro-thumbnail-item .share {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.pr-img {
    min-height: 282px;
}
.why-choose-bg {
    background: url(../images/section-img2.png) no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 350px;
}
.why-choose-us h3 {
    padding-right: 170px;
    position: relative;
}
.why-choose-us h3:after {
    content: '';
    width: 160px;
    height: 1px;
    background: var(--secondary);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.why-choose-us {
    padding-top: 75px;
}
.bt-inner-item{
    padding: 0 60px 0 30px;
    position: relative;
    height: 125px;
}
.bt-inner-item::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--primary);
}
.bt-inner-item strong::before {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    margin-bottom: 15px;
}
.bt-inner-item strong {
    display: block;
    width: 210px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #2c2c2c;
}
.bt-inner-item a:after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: 10px;
    width: 11px;
    height: 10px;
    background: url(../images/arrow-set1.png) no-repeat -22px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.bt-inner-item a:hover:after {
    background: url(../images/arrow-set1.png) no-repeat 0 0;
}
.bt-inner-item strong.ptIcon1::before {
    background: url(../images/icon-set2.png) no-repeat 0 0;
}
.bt-inner-item strong.ptIcon2::before {
    background: url(../images/icon-set2.png) no-repeat -55px 0;
}
.bt-inner-item strong.ptIcon3::before {
    background: url(../images/icon-set2.png) no-repeat -110px 0;
}
.get-free-copy input{
    border: 0;
    border-bottom: 1px solid #00000030;
}
.permission-box .product-option {
    position: relative;
    padding-top: 6px;
    color: #00000070;
}
.get-free-copy{
    background-color: var(--bg-light-gray);
}
.gfc-main-content {
    background-color: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.gfc-main-content .left-content{
    padding:45px 45px 140px;
    position: relative;
}
.gfc-main-content .left-content button.download {
    position: absolute;
    bottom: 75px;
}
.social li a::before {
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    margin-bottom: 15px;
}
.social li.facebook a::before {
    background:url(../images/Social-icons.png) no-repeat 0 0;
}.social li.twitter a::before {
    background:url(../images/Social-icons.png) no-repeat -39px 0;
}.social li.youtube a::before {
    background:url(../images/Social-icons.png) no-repeat -79px 0;
}.social li.instagram a::before {
    background:url(../images/Social-icons.png) no-repeat -118px 0;
}
ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 10px;
}
.f-section {
    display: grid;
    align-content: space-between;
}
.alt-hero-page.hero-sec {
    min-height: 720px;
    margin-top: 0;
    padding-top: 150px;
    margin-bottom: 0;
}
.about-us-page.hero-sec {
    background-image: url(../images/about-us.png);
    background-size: cover;
    background-position:73% bottom;
}
.dropbtn {
    background-color: transparent;
    font-size: 16px;
    border: none;
    color: #ffffff;
    padding:0;
  }  
  .dropbtn:hover,
  .nav-link:hover {
    color: var(--secondary);
  }  
  .dropdown {
    position: relative;
    display: inline-block;
  }  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    text-align: left;
    top: 103px;
    left: -205px;
  } 
  .wd-menu {
    right: 0;
    left: -60px;
    min-width: 220px;
   }
    .wd-menu .drop-holder a{
        max-width: 234px;
        border-bottom: 1px solid #ddd;
        border-top: 0;
    }
    .wd-menu .drop-holder a:last-child{
        border-bottom: 0;
    }
    .wd-menu .drop-links {
        padding: 40px 25px;
    } 
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-block: 1px solid #ddd;
    position: relative;
  }  
  .dropdown-content a:last-child{
    border-top: 0;
  }
  .dropdown-content a:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 20px;
    width: 11px;
    height: 10px;
    background: url(../images/arrow-set1.png) no-repeat -22px -19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.dropdown-content a:hover:after {
    background: url(../images/arrow-set1.png) no-repeat 0 -19px;
}
  .dropdown-content a:hover {background-color: #ddd;}  
  .dropdown:hover .dropdown-content {display: block;}

  .dropdown .right img{
    max-width: 400px;
  }
  .drop-links {
    padding: 25px;
    background-color: var(--white);
}
  

nav li.nav-item a.nav-link, 
nav li.nav-item button.dropbtn {
    min-height: 103px;
    display: flex;
    align-items: center;
}
.dropdown-content a:hover {
    background-color: transparent;
    color: var(--secondary);
}
.pro_more_info {
    position: absolute;
    top: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 11;
}
.pro_more_info .close {
    position: absolute;
    top: 15px;
    right: 20px;
}
.more-info-head-content{
    padding: 25px 15px 10px;
}
.more-info-middle-content{
    padding: 25px 15px 0;
    background-color: var(--primary);
}
.more-info-middle-content ul{
    list-style: none;
    display: inline-block;
    margin: 0;
}
.more-info-middle-content ul li{
    float: left;
    width: 44%;
    font-size: 14px;
    border-top: 1px solid #ffffff45;
    padding: 8px 5px 8px;
    margin-right: 6%;
    margin-bottom: 0;
    color: var(--white);
}
.rf-bottom-Info3{
    font-size: 12px;
    padding-bottom: 0;
    list-style: none;
    padding-inline: 15px;
    padding-top:10px;
}
.rf-bottom-Info3 li strong {
    float: left;
    width: 130px;
    font-weight: 500;
    margin-bottom: 0;
}
.warranty-claim {
    position: absolute;
    bottom: 30px;
    margin: auto;
    height: fit-content;
}
.contact-us .warranty-claim{
    top:0;
    bottom:150px;
}
.top-sec{
    position: relative;
}
.Warrenty-status .product-option {
    padding: 0;
    width: 50%;
    text-align: center;
    font-size: 16px;
}
.Warrenty-status {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.warranty-status-holder {
    max-width: 540px;
}   
.Warrenty-status .product-option span {
    display: block;
    margin: auto;
    border-bottom: 2px solid #7b7b7b;
    padding-bottom: 25px;
    color: #7b7b7b;
}
.Warrenty-status input:checked ~ span {
    border-color: var(--secondary);
}
.warranty-claim-form ul {
    padding: 0;
    list-style: none;
}
.warranty-claim-form ul li {
    display: flex;
    flex-direction: column;
}
.warranty-claim-form ul li input.submit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 4;
    opacity: 0;
}
.warranty-claim-form ul li .proceed-btn span:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 30px;
    width: 11px;
    height: 10px;
    background: url(../images/arrow-set1.png) no-repeat -22px -11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.warranty-claim-form ul li .proceed-btn:hover span:after {
    background: url(../images/arrow-set1.png) no-repeat 0 -11px;
}
.warranty-claim-form ul li span{
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    line-height: 70px;
    font-style: italic;
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-right: 25px;
    width: 100%;
    text-align: left;
}
.proceed-btn{
    min-width: 140px;
    height: 70px;
    text-align: center;
    padding: 0 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: var(--primary);    
    margin-top: 60px;
}
.warranty-claim-form input:focus-visible{
    outline: 0;
}
input[type=date]:invalid::-webkit-datetime-edit {
    color: #999;
}
.warranty-claim-form input[type="text"],
.warranty-claim-form input[type="date"] {
    width: 100%;
    position: relative;
    padding: 18px 20px 18px;
    border: 1px solid #e0e0e0;
    background: #FFF;
    transition: all 0.3s ease-in-out;
}
.or-text {
    background: url(../images/sep.gif) repeat-x 0 100%;
    text-align: center;
    margin-bottom: 50px;
    align-items: center;
    margin-top: 20px;
}
.warranty-claim-form ul li.or-text span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-style: italic;
    background: var(--primary);
    color: var(--white);
    border: 1px solid #EEE;
    font-weight: 600;
    top: 15px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}
.warranty-claim-form ul li label {
    font-size: 14px;
    color: #00000082;
}
.register-product{
    max-width: 800px;
    margin: auto;
}
.register-product .permission-box .checkmark:after {
    background-color: transparent;
    border-left: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
    border-radius: 0;
    width: 14px;
    height: 8px;
    transform: skew(-6deg, -3deg) rotate(-45deg);
    top: 6px;
    left: 6px;
}
.register-product .permission-box .checkmark {
    border-radius: 0;
    border-color: #ddd;
    top: 7px;
}
.contact-us-page .item {
    box-shadow: 0 0 4px #00000050;
    padding: 40px 20px;
    text-align: center;
}
.contact-us-page .item span {
    font-size: 46px;
}
.contact-us-page .item p{
    max-width: 450px;
    margin-inline: auto;
}
.contact-us-page .item {
    box-shadow: 0 0 12px #00000024;
    padding: 40px 20px;
    text-align: center;
    background-color: var(--white);
}
.contact-us-page  .product-panel {
    margin-top: -134px;
    position: relative;
}
.contact-us-page .product-panel .row {
    row-gap: 40px;
} 
.contact-us .top-sec .text-content {
    padding-inline: 15px;
}  
.working-enveroment {
    margin-top: 5px;
    background-color: var(--bg-light-gray);
    padding-bottom: 60px;
}
.working-enveroment ul {
    line-height: 0;
    -webkit-column-count: 7;
    -webkit-column-gap:   5px;
    -moz-column-count:    7;
    -moz-column-gap:      5px;
    column-count:         7;
    column-gap:           5px;  
    align-content: stretch;
    list-style: none;
    padding: 0;
}
.working-enveroment ul li {
    width: 100% !important;
    height: auto !important;
    margin-bottom:5px!important;
    border:1px solid #dfe1e5;
}
.working-enveroment ul li img{
    width: 100% !important;
    height: auto !important;
}
.tnc-content ul {
    list-style: auto;
    line-height: 26px;    
    color: #000000a3;
}
.tnc-content ul li {
    margin-bottom: 26px;
}
.tnc-content ul ul {
    list-style: lower-alpha;
    margin-bottom: 30px;
}
.tnc-content ul ul li {
    margin-bottom: 15px;
}
.text-shadow{
    text-shadow: 1px 1px 2px black;
}
nav .btn:hover {
    color: var(--white) !important;
    border-color: var(--white) !important;
}
footer a.color-black {
    color: #fff;
}

footer a.color-black:hover {
    color: var(--secondary);
}
a.navbar-brand:focus-visible {
    outline: none;
}
.get-free-copy .inner-content {
    line-height: 30px;
    margin-top: 30px;
    max-width: 660px;
    text-align: justify;
}
@media(min-width:992px){
    .dropdown_menu-8{
        animation: downOut 300ms ease-in-out forwards;
        transform-origin: center center;
    }
    
    @keyframes downOut {
        0% {
        transform: translateZ(200px) transLateY(40px)
    }
    100% {
        transform: translateZ(0px) transLateY(0px)
    }
    }
}
@media(min-width:1200px){    
    
}
@media(max-width:1399px){
    
}
@media(max-width:1199px){
    .mob-text-14{
        font-size: 14px;
        font-weight: 300;
    }
    
    .mob-text-30{
        font-size: 30px;
    }
    .hero-sec {
        min-height: 580px;
    }
    .lg-text-50{
        font-size: 50px;
    }
}
@media(max-width:991px){
    .mob-row-gap{
        row-gap: 40px;
    }
    .mob-width {
        max-width: 280px;
        margin-left: auto;
        margin-top: 30px;
    }
    .why-choose-bg {
        background-size: cover;
        min-height: 350px;
        background-position: 34%;
    }
    .get-free-copy {
        padding-inline: 50px;
    }
    .f-section img {
        max-width: 160px;
        margin-bottom: 38px;
        margin-inline: auto;
    }
    .f-section .social {
        justify-content: center;
    }
    footer h3, 
    footer a, 
    footer p {
        text-align: center;
    }
    .gfc-main-content .left-content {
        order: 2;
    }
    .hero-sec p {
        line-height: 63px;
        text-align: center;
    }
    .get-free-copy input {
        width: 100% !important;
    }    
    button.navbar-toggler span {
        width: 30px;
        height: 5px;
        background-color: var(--secondary);
        display: block;
        margin-block: 4px;
        border-radius: 7px;
    }
    .navbar-collapse {
        position: absolute;
        background-color: var(--primary);
        width: 100%;
        left: 0;
        top: 0;
        padding-block: 60px;
        z-index:99;
    }
    button.navbar-toggler{
        position: relative;
        z-index: 100;
    }
    .navbar-collapse a.nav-link,
    .navbar-collapse button{
        color: var(--white);
        font-size: 20px;
        margin-left: 0 !important;
    }
    .get-free-copy .product-option input {
        width: auto !important;
    } 
   .mob-d-none{
    display: none   ;
   }
   .dropbtn:hover {
        color: #ffffff;
    }
    .dropdown-content {
        position: relative;
        background-color: transparent;
        width: auto;
        box-shadow: none;
        z-index: 1;
        text-align: center;
        top: 0;
        left: 0;
    }
      .drop-links{
        background-color: transparent;
        padding: 0;
        margin-bottom: 20px;
      }
      .dropdown-content a {
        padding: 5px !important;
        background-color: transparent;
        color: var(--white);
        border: 0;
    }
    nav li.nav-item a.nav-link, 
    nav li.nav-item button.dropbtn {
        min-height: 30px;
        display: flex;
        align-items: center;
        margin: auto !important;
    }
    .dropdown-content a:after{
        display: none;
    }
    .wd-menu .drop-holder a{
        max-width: inherit;
        border-bottom: 0;
        border-top: 0;
    }
    .wd-menu .drop-links {
        padding: 0;
    } 
    .hero-sec {
        min-height: 490px;
    }    
    .contact-us .top-sec {
        overflow: hidden;
    }
    .contact-us .top-sec img {
        width: auto !important;
    }
    .more-info-middle-content ul li {
        font-size: 12px;
    }
    .mob-ms-0{
        margin-left: 0 !important;
    }
    .mob-text-20{
        font-size: 20px;
    }
    .mob-img {
        min-height: 350px;
        width: auto !important;
        position: absolute;
        right: 0;
    }
    .overflow-hidden{
        overflow: hidden;
    }
    .instruction-h-sec{
        min-height: 350px;
    }
}
@media(max-width:767px){
    .alt-hero-page.hero-sec {
        background-position: 84% bottom;
        padding-top: 10px;
        min-height: 525px;
    }
    .alt-hero-page.hero-sec p {
        line-height: 30px;
    }
    .alt-hero-page.hero-sec h3{
        text-align: center;
        line-height: 90px;
    }
    .mob-text-46{
        font-size: 46px;
    }
    .hero-sec {
        min-height: 750px;
    }
    .mob-just-content{
        justify-content: center;
        margin-bottom: 40px;
    }
    .hero-sec {
        min-height: 620px;
    }
    .hero-sec p {
        line-height: 46px;
        font-size: 24px;
    }
    .hero-sec p.sm-text-40 {
        font-size: 40px;
    }
    .working-enveroment ul {
        -webkit-column-count: 3;
        -webkit-column-gap:   3px;
        -moz-column-count:    3;
        -moz-column-gap:      3px;
        column-count:         3;
        column-gap:           3px;  
    }
    .working-enveroment ul li {
        margin-bottom: 3px!important;
    }
    .working-enveroment {
        margin-top: 3px;
    }
}
@media(max-width:589px){
    .why-choose-bg {
        background-size: cover;
        min-height: 350px;
        background-position: 60%;
    }
    .mob-width {
        max-width: 390px;
        margin-right: auto;
        padding-bottom: 32px;
    }
    .why-choose-us {
        padding-top: 40px;
    }
    .mob-pad {
        padding: 0 0 20px 20px;
    }    
    .gfc-main-content .left-content,
    .get-free-copy  {
        padding: 15px;
    }
    .more-info-head-content {
        padding: 15px 15px 10px;
    }
    .more-info-middle-content {
        padding: 15px 15px 0;
    }
    .gfc-main-content .left-content button.download {
        position: relative;
        bottom: 30px;
    }
    .mob-pad-top-0{
        padding-top: 0;
    }
}
