html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #010808;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.4;
    clear: both;
    margin: 0 0 20px 0
}

h1 {
    font-size: 36px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 32px;
}
h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #0c3b91;
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #2b2b2b;
    font-size: 17px;
}

.tmdidgas-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.tmdidgas-section-padding {
    padding: 40px 0;
}

.tmdidgas-col-30 {
    width: 100%;
}

.tmdidgas-flex {
    display: flex;
    flex-wrap: wrap;
}

.tmdidgas-space-between {
    justify-content: space-between;
}
.tmdidgas-align-center{
 align-items: center;
}
.tmdidgas-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.tmdidgas-screen-reader:active, .tmdidgas-screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.tmdidgas-btn {
    border: 1px solid #3f59ed;
    padding: 11px 17px;
    display: block;
    border-radius: 10px;
    margin: 0 0 8px 8px;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    background-color: #3f59ed;
}

.tmdidgas-btn-green {
    background-color: #3f59ed;
    color: #fff;
}

.tmdidgas-btn .icon {
    margin-left: 6px;
}

.tmdidgas-hideflow {
    overflow: hidden
}

.tmdidgas-txtcenter {
    text-align: center
}

.tmdidgas-txtleft {
    text-align: left;
}

.tmdidgas-bg-gray {
    background-color: #f2f4ff;
}

.tmdidgas-main-color {
    color: #4d63c3;
}

.tmdidgas-bg-main-color {
    background-color: #3f59ed;
}

.tmdidgas-second-color {
    color: #ef5050;
}

.tmdidgas-color-white {
    color: #fff;
}

.tmdidgas-bottomborder-right {
    border-bottom: 3px solid #d29d34;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.tmdidgas-bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.tmdidgas-bottom-border:after {
    content: " ";
    background: #3f59ed;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}

.tmdidgas-header {
    display: block;
}



.tmdidgas-header.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0 6px 59px rgb(8 12 20 / 11%);
}

.tmdidgas-site-logo {
    display: block;
}



.tmdidgas-city-box {
    width: 143px;
    background: #fff;
    color: #666;
    border: 1px solid #00000029;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.tmdidgas-topbar-contact {
    list-style: none;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
}

.tmdidgas-topbar-contact li {
    display: inline-block;
    margin-right: 15px;
}

.tmdidgas-topbar-contact li a {
    display: inline-block;
    margin-right: 15px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}
.tmdidgas-search-form label {
    display: block;
    color: #fff;
    width: 100%;
}
.tmdidgas-search-form {
    position: relative;
    width: 18%;
}

.tmdidgas-search-field {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 50px;
    border-radius: 6px;
    background: #e8ebf2;
    color: #000;
    overflow: hidden;
    padding-left: 52px;
    border: 0;
}

.tmdidgas-required-filed {
    color: #f00;
}
.search-field-wrapp {
    display: flex;
    position: relative;
}
.tmdidgas-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #ffffff;
    background: #3f59ed;
    font-size: 19px;
    font-weight: 900;
    height: 50px;
    border-radius: 5px 0 0 6px;
    line-height: 23px;
}

.tmdidgas-sidebar-close, .tmdidgas-sidebar-open {
    border-radius: 17px;
    background: 0 0;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 8px 10px;
}

.tmdidgas-main-navigation ul {
    list-style: none;
    margin: 0;
    text-align: right;
    padding: 0;
}

.tmdidgas-menu-items li {
    position: relative;
}

.tmdidgas-menu-items li a {
    color: #ffffff;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
}

.tmdidgas-icon-dropdown {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(134deg);
}

.tmdidgas-submenu-toggle {
    display: block;
    left: 12px;
    position: absolute;
    top: 12px;
    background: #615d69;
    width: 28px;
    height: 28px;
    border-radius: 50px;
}

.tmdidgas-sub-menu {
    display: none;
    border-right: 1px solid #FFF;
}

.tmdidgas-sub-menu.active {
    display: block
}

.tmdidgas-submenu-toggle.active .tmdidgas-icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tmdidgas-page-hero {
    padding: 20px 0;
    position: relative;
}

.tmdidgas-page-hero .container {
    position: relative;
}

.required {
    color: #f44336
}

.g-recaptcha {
    margin-bottom: 21px;
    overflow: hidden;
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

input[type="text"], input[type="email"], input[type="url"], textarea, input[type="tel"] {
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 21px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 5px #00000024;
    border: 1px solid #dcdcdc;
}

select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}

textarea {
    max-height: 160px;
}

.tmdidgas-submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 100%;
    color: #fff;
    background: #3f59ed;
    border-radius: 30px;
}

footer {
    color: #ffffff;
    background-color: #364bc3;
    background: linear-gradient(181deg, #4b62e5, #1b2c8b);
}

footer a {
    color: #ffffff;
}

.contact-info .icon {
    margin-left: 12px;
}

.tmdidgas-scrollUp {
    display: none;
    position: fixed;
    left: 17px;
    bottom: 19px;
    border-radius: 50%;
    background: #3f59ed;
    color: #fff;
    outline: 2px dashed #3f59ed;
    width: 42px;
    height: 42px;
    font-size: 23px;
    line-height: 49px;
    text-align: center;
    outline-offset: 3px;
}

.tmdidgas-scrollUp.active {
    display: block
}

.tmdidgas-whats-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 51px;
    color: #16a085;
}

.tmdidgas-not-found {
    padding: 80px 0;
    text-align: center;
}

.tmdidgas-not-found h1 span {
    display: block
}

.tmdidgas-not-found .number {
    color: #3f59ed;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}

.footer-padding {
    padding: 40px 0 20px 0
}

.tmdidgas-copyright {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 10px;
    font-weight: 900;
    color: #000000;
}

.footeritems li a {
    text-decoration: none;
    padding: 6px 0;
    display: block;
}

ul.footeritems {
    list-style: none;
    padding: 0;
}

.footeritems li {
    display: block;
    border-bottom: 1px solid #0000003b;
    padding-right: 24px;
    position: relative;
}

.contact-info li {
    margin-bottom: 18px;
}

.footeritems li:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    border: solid #ffffff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(135deg)
}
.tmdidgas-search-open {
    font-size: 18px;
    color: #3f59ed;
    border-radius: 22px;
    background-color: #f3f3fe;
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 53px;
    text-align: center;
}
.tmdidgas-footer-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-info {
    padding: 0;
    list-style: none;
}

.tmdidgas-follow-us a {
    margin: 0 8px;
    display: inline-block;
    font-size: 21px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 52px;
    margin: 5px;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 2px #00000036;
    border-radius: 50px;
}

.tmdidgas-content-box {
    padding: 30px 38px;
    border-radius: 17px;
    margin-bottom: 30px;
}

.tmdidgas-content-box img {
    margin-bottom: 30px;
}

.icon {
    font-family: "tmdidgasicons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.tmdidgas-whats-button, .tmdidgas-call-button {
    display: flex;
    position: fixed;
    bottom: .3em;
    right: 6px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}
    .tmdidgas-search-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #102259c7;
    justify-content: center;
    align-items: center;
}

.tmdidgas-search-container.active {
    display: flex;
}
.tmdidgas-call-button {
    bottom: 4.2em
}

.tmdidgas-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, .705);
    background: #3f59ed;
    color: #fff;
    border: 3px solid #fff;
    font-size: 32px;
    line-height: 42px;
}

.tmdidgas-whats-txt, .tmdidgas-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 6px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%)
}

.tmdidgas-whats-txt {
    padding: 0 15px 0 25px;
    padding: 0 21px;
    background: #fff;
    color: #000000;
    border: 3px solid #16a085;
}

.tmdidgas-call-txt {
    background: #fff;
    background: #3f59ed;
    color: #ffffff;
    padding: 0 15px 0 20px;
    border: 3px solid #fff;
}
@media (max-width: 768px) {
 
    h1 {
    font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
}
@media (max-width: 991px) {

    .tmdidgas-main-nav {
        position: fixed;
        height: 100%;
        top: 85px;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        background: #292930;
    }

    .tmdidgas-menu-items {
        padding: 0;
        margin: 0;
        text-align: right;
    }
.tmdidgas-sidebar-open.active .icon-navicon-round::before {
    content: "\72";
    color: #f00;
}
    .tmdidgas-sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000000;
    }

    .tmdidgas-sidebar-close .icon {
        color: #f00;
        font-size: 27px;
    }

    .tmdidgas-main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }
    .tmdidgas-menu-items li {
    background-color: #2c2c32;
    border-radius: 25px;
    margin-bottom: 7px;
}
    .tmdidgas-search-open,
    .tmdidgas-sidebar-open {
        background: #f4f4f4;
        border: 0;
        width: 45px;
        height: 45px;
        line-height: 53px;
        text-align: center;
        padding: 0;
        color: #050505;
    }
.tmdidgas-sidebar-open{
    font-size: 25px;
}
    .tmdidgas-topbar, .call-us-wrap {
        display: none
    }

    .tmdidgas-header-search {
        display: none
    }
}

@media (min-width: 576px) {
    .tmdidgas-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .tmdidgas-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .tmdidgas-container {
        max-width: 960px
    }

    .tmdidgas-contact-form {
        width: 73%;
        margin: 40px auto;
    }

    .tmdidgas-main-nav {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .tmdidgas-sidebar-close, .tmdidgas-sidebar-open, .tmdidgas-submenu-toggle {
        display: none
    }

    .tmdidgas-menu-items>li {
        display: inline-block
    }

    .tmdidgas-menu-items li a {
        box-shadow: none;
        padding: 3px 21px;
        color: #000;
    }

    .tmdidgas-menu-items li.has-children>a:after {
        content: " ";
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -3px;
        right: 7px
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu li.has-children>a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0;
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu {
        background-color: #2c2c32;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #ffffff;
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu a {
        color: #fff;
        margin: 0;
        padding: 10px 16px;
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu a:hover {
        color: #d8d8d8;
    }

    .tmdidgas-menu-items .tmdidgas-sub-menu .has-children .tmdidgas-sub-menu {
        right: 100%;
        top: 0
    }

    .tmdidgas-menu-items .has-children:hover>.tmdidgas-sub-menu {
        display: block
    }

    .tmdidgas-site-branding {
        width: 14%;
    }
.menubar-section {
    background: #ffffff;
    box-shadow: 0 6px 59px rgb(8 12 20 / 11%);
    border-radius: 12px;
    padding: 0 24px;
}
    .tmdidgas-section-padding {
        padding: 80px 0;
    }

    .tmdidgas-col-25 {
        width: 23%;
    }

    .tmdidgas-col-30 {
        width: 29%;
    }

    .tmdidgas-col-50 {
        width: 49%;
    }

    .tmdidgas-col-60 {
        width: 60%;
    }

    .tmdidgas-col-70 {
        width: 69%
    }

    .tmdidgas-col-20 {
        width: 20%;
    }

    .tmdidgas-col-40 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .tmdidgas-container {
        max-width: 1150px
    }
}

@media (min-width: 1400px) {
    .tmdidgas-container {
        max-width: 1370px;
    }
}

.icon-phone:before {
    content: "\61";
}

.icon-call-phone:before {
    content: "\62";
}

.icon-envelope:before {
    content: "\63";
}

.icon-facebook-alt:before {
    content: "\64";
}

.icon-instagrem:before {
    content: "\65";
}

.icon-whatsapp:before {
    content: "\66";
}

.icon-twitter:before {
    content: "\67";
}

.icon-social-snapchat:before {
    content: "\68";
}

.icon-close:before {
    content: "\69";
}

.icon-arrow-left-c:before {
    content: "\6a";
}

.icon-arrow-right:before {
    content: "\6b";
}

.icon-arrow-up-a:before {
    content: "\6c";
}

.icon-marker:before {
    content: "\6d";
}

.icon-arrow-down-b:before {
    content: "\6e";
}

.icon-arrow-up:before {
    content: "\6f";
}

.icon-home:before {
    content: "\70";
}

.icon-navicon-round:before {
    content: "\71";
}

.icon-times:before {
    content: "\72";
}

.icon-reply:before {
    content: "\73";
}

.icon-bubbles:before {
    content: "\74";
    margin-left: 15px;
    color: #ef5050;
}

.icon-search:before {
    content: "\75";
}

