.site_header {
    padding: 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 3px 3px #00000014;
}
/*.open-button {*/
/*    padding: 5px 12px 0px 0px;*/
/*}*/

/* header .pdng {
    padding: 20px 50px;
} */
div#show-element {
    padding: 5px 0px;
}


.header_logo img {
    width: 130px;
    margin-left: 50px;
    display: block;
}

.header_menu {
    display: flex;
    margin-right: 95px;
    justify-content: right;
    align-items: center;
}

.header_menu span {
    padding-left: 10px;
    color: #033966;
    font-size: 22px;
}
.header_menu wrappers {
      padding-left: 0px;
}

button.green_button {
    padding: 5px 10px;
    border: none;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
        margin: 0 12px;
}

.header_menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 30px;
    margin: auto; */
    position: relative;
}

.header_menu ul li {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
}

.header_menu ul li a {
    color: #033966;
    padding: 10px 0;
    display: inline-block;
}

.header_menu ul li .drop-menu {
    background: #F4F5F7;
    width: 20%;
    top: 50px;
    display: block;
    position: absolute;
    line-height: 45px;
    opacity: 0;
    visibility: visible;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.header_menu ul {
    display: inline;
}

.header_menu .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 500;
    border-radius: 0px;
}

.header_menu ul li .mega-box {
    position: absolute;
    top: 50px;
    background: #F4F5F7;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mega-box .content {
    /* background: #242526; */
    padding: 0px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.content .row .col-md-3 {
    flex: 0 0 auto;
    width: 100%;
}

.content .row .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}

.content .row {
    line-height: 45px;
    width: calc(35% - 30px);
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  
}

.content .row header {
    color: #ff3e45;
    font-size: 20px;
    font-weight: bold;
   
    text-transform: capitalize;
    text-align: center;
}

.drop-menu header {
    color: #ff3e45;
    font-size: 20px;
    font-weight: bold;
  
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}

.content .row .mega-links {
    margin-left: 0px;
    display: block;
    border-left: 1px solid rgb(161 57 57 / 9%);
}

.content .row:nth-child(1),
.content .row:nth-child(2) {
    border-left: 0px;
}

.row .mega-links li {
    padding: 1px 20px;
    text-align: center;
}

.row .mega-links li a {
    padding: 0 20px;
    color: #033966;
    font-size: 17px;
    display: block;
}
/* ---------------------------------sub-menu------------------ */
.header_menu .sub_menu {
    position: absolute;
    background: #fff;
    /* width: 500px; */
    left: -150px;
    top: 45px;
    padding: 13px 15px;
    display: flex;
    justify-content: space-around;
    visibility: hidden;
    /* line-height: 24px; */
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header_menu ul li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
}

.header_menu ul li .sub_menu .col img {
    width: 130px;
    height: 100px;
    display: block;
    margin-top: 30px;
}

.header_menu ul li .sub_menu ul li {
    display: block;
}


.header_menu .sub_menu ul li a:hover {
    background-color: #ff3e45;
}



.header_menu .sub_menu1 {
    position: absolute;
    background: #fff;
    width: 500px;
    left: 0;
    top: 45px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-around;
    visibility: hidden;
    line-height: 24px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.header_menu ul li:hover .sub_menu1 {
    visibility: visible;
    opacity: 1;
}

.header_menu ul li .sub_menu1 .col img {
    width: 130px;
    height: 100px;
    display: block;
    margin-top: 30px;
}

.header_menu ul li .sub_menu1 ul li {
    display: block;
}


.header_menu .sub_menu1 ul li a:hover {
    background-color: #ff3e45;
}


.header_menu .sub_menu2 {
    position: absolute;
    background: #fff;
    width: 500px;
    left: 0;
    top: 45px;
    padding: 20px 15px;
    display: flex;
    /* justify-content: space-around; */
    visibility: hidden;
    /* line-height: 24px; */
    cursor: pointer;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.header_menu ul li:hover .sub_menu2 {
    visibility: visible;
    opacity: 1;
}

.header_menu ul li .sub_menu2 .col img {
    width: 130px;
    height: 100px;
    display: block;
    margin-top: 30px;
}

.header_menu ul li .sub_menu2 ul li {
    display: block;
}


.header_menu .sub_menu2 ul li a:hover {
    background-color: #ff3e45;
}



/* ---------------------------------sub-menu-end ------------------ */

.wrappers {
    position: absolute;
    top: 45%;
    left: 96%;
    transform: translate(-50%,-50%);
}
  
  .wrappers .navbars{
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
  }
  
  .wrappers .navbars ul li a{
    color: #173b65;
  }
  
  .wrappers .navbars .left ul,
  .wrappers .navbars .right ul li a{
    display: flex;
    align-items: center;
    height: 0px;
  }
  
  .wrappers .navbars .left ul li,
  .wrappers .navbars .right img{
    margin: 0 10px;
  }
  
  .wrappers .navbars .right a{
    text-align: right;
  }
  
  .wrappers .navbars .right a span{
    font-size: 10px;
  }
  
   .wrappers .navbars .right .right-list{
    display: inline;
    font-size: 22px;
        padding: 0 0px;

  } 
  
 .wrappers .navbars .right ul li .dropdown-icon-s {
    position: absolute;
    top: 45px;
    right: -25px;
    background: #fff;
    padding: 5px 20px;
    /* border-radius: 5px; */
    display: none;
}
  .wrappers .navbars .right ul li .dropdown-icon-s .fas{
    margin-right: 10px;
  }
  
  .wrappers .navbars .right ul li .dropdown-icon-s:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
  }
  
  .wrappers .navbars .right ul li.active .dropdown-icon-s{
    display: block;
  }




  /* -----------------mobile-app----------------------- */

  .form-popup label {
    display: block;
}
.dropdown-mobile:hover .form-popup {
        display: block;
}

  .form-popup {
    display: none;
    /*position: fixed;*/
    /*border: 3px solid #f1f1f1;*/
    z-index: 9;
    /*top: 40px;*/
      /*padding: 5px 12px 0px 0px;*/
    
}
.form-container {
    /* max-width: 200px; */
    padding: 10px;
    background-color: white;
}
.form-container input[type=tel], .form-container input[type=password] {
    width: 60%;
    padding: 10px;
    margin: 5px 0 5px 0;
    border: none;
    background: #f1f1f1;
}
  .form-container input[type=tel]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 28%;
    margin-bottom: 10px;
    opacity: 0.8;
}
.form-container .cancel {
    background-color: red;
    margin: auto;
}
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }


  .form-container {
    width: 350px;
    padding: 10px;
    background-color: white;
    /* border: 1px solid; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
form {
        text-align: center;
        position: absolute;
        top: (50% + 4em);
        transform: translate(-50%, -50%);
        top: 95px;
    
}

/*.hide {*/
/*    opacity: 0;*/
/*    top: calc(100% + 8em);*/
       
/*  }*/
/*  .show {*/
/*    opacity: 1;*/
/*    top: calc(100% + 6em);*/
        /*padding: 5px 12px 0px 0px;*/
/*  }*/


