.has-feedback {
    position: relative;
}

.has-feedback input {
    position: relative;
}
.my-custom-modal .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    background: #fff;
}

.my-custom-modal .logo-wrapper img {
    margin-bottom: 0px;
    
    max-width: 70%;
}

.btn-modal-gra a:hover {
    color: #000;
}

.btn-modal-gra {
    padding: 0px;
    border: 0px;
    margin: 5px 0px 0px;
    background: transparent;
}

.logo-wrapper p {
    font-size: 15px;
    font-weight: 100;
}

.my-custom-modal .modal-dialog {
    max-width: 30%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.my-custom-modal .modal-dialog .modal-content {
    border-radius: 0px;
    background: #f6f6f6 !important;
    border: 0px;
}

.my-custom-modal .modal-dialog .modal-content .stick_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #222;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
    left: unset;
}

.my-custom-modal .modal-title:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;

    left: 0;
    top: 0;
    background: #0b080a;
}

.my-custom-modal .modal-dialog .modal-content form {
    margin: 15px 0px 10px;
    padding: 0px;
}

.my-custom-modal .modal-dialog .modal-content form .form-group {
    margin-bottom: 15px;
}

.has-error label {
    padding-top: 0;
    color: red;
    font-size: 12px;
    font-weight: 500;
}

.has-feedback .form-control::placeholder {
    color: #000 !important;
    font-size: 13px !important;
     font-weight: 500;
   
    min-height: 47px;
}

.has-feedback .form-control,
select {
    border-radius: 0px;
    color: #000 !important;
    font-size: 13px !important;
    min-height: 47px;
    font-weight: 500;
    border-radius: 5px !important;
    background: #fff;
}

.captcha-code .input-group {
    display: flex;
    flex-direction: column;
}

.captcha-code .input-group input {
    width: 100%;
}


.my-custom-modal .modal-dialog .modal-content form .form-group.has-feedback.class-feedback.has-error {
    margin-bottom: 0px;
}

.my-custom-modal form input.submit.class-submit.rdmr.know {
    padding: 10px 50px !important;
    font-size: 15px;
    background: #e52a30 !important;
    border-color: #e52a30 !important;
    width: fit-content;
    color: #fff !important;
}

.my-custom-modal .modal-dialog .modal-content form .form-group.has-feedback.has-error {
    margin-bottom: 0px;
}

.my-custom-modal .modal-body {
    padding: 0px;
    border: 0px !important;
}



.desktop-header .container-fluid {
    padding: 0px 100px;
}

.my-custom-modal .modal-title {
    text-align: center;
    background: #ed3237;
    color: #ffff;
    margin: 0px !important;
    padding: 10px 0px!important;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.my-custom-modal .modal-title::before {
    content: '';
    width: 0px;
}

.my-custom-modal .modal-dialog .row.mt-40 {
    margin: 0px;
    display: flex;
}

.my-custom-modal .modal-dialog input, .my-custom-modal .modal-dialog select, .my-custom-modal .modal-dialog textarea {
    margin-bottom: 7px;
    height: auto;
    box-shadow: unset;
    border-radius: 5px;
}
.my-custom-modal  input, .my-custom-modal  select, .my-custom-modal  textarea {
    margin-bottom: 7px;
    height: auto !important;
    box-shadow: unset;
    overflow: hidden !important;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.custom-button-design {
    writing-mode: tb-rl;
    background: #2b2b2b;
    border-radius: 100px;
    padding: 20px 7px 10px;
    color: #fff;
    display: flex;
    border: 4px solid white;
    align-items: center;
    justify-content: center;
}

.custom-button-design span.custom-button-text {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

span.icon-button {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.icon-button i {
    color: #2b2b2b;
}

.icon-button img {
    max-width: 25px;
}

.form3 input::placeholder,
.form3 select,
.form3 textarea::placeholder,
.form5 input::placeholder,
.form5 select,
.form5 textarea::placeholder,
.form1 input::placeholder,
.form1 select,
.form1 textarea::placeholder {
    color: #f9fafbc7;
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 25px;
    font-weight: 50 0;
       font-weight:500;
    transition: 0.8s all;
}

.form3 input,
.form3 select,
.form3 textarea,
.form5 input,
.form5 select,
.form5 textarea,
.form1 input,
.form1 select,
.form1 textarea {
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 25px;
    font-weight:500;
    transition: 0.8s all;
    padding: 10px 10px !important;
    height: auto;
    box-shadow: unset;
}

.form-horizontal .form-group {
    margin-bottom: 0px !important;
}

.my-custom-modal .submitbutton {
    background: #ed3237;
    position: relative;
    z-index: 1;
    border: 0px;
    width: 100%;
    margin: 10px 0px 0px !important;
    letter-spacing: 0px !important;
    padding: 15px 0px !important;
    color: #fff;
    line-height: normal;
    border-radius: 0px;
    font-weight: bold;
}


.has-error input,
.has-error textarea,
.has-error select {
    margin: 0px !important;
}

.has-error label {
    margin-bottom: 5px;
}



/* mobile css */
@media (max-width: 767px) and (min-width: 320px) {
.my-custom-modal .modal-dialog {
    max-width: 98%;
    margin: 30px auto;
height: auto;}

.my-custom-modal .logo-wrapper {padding: 30px;}

.my-custom-modal .modal-title {
    font-size: 16px;
    padding: 14px 15px !important;
    text-align: left;
}


/*.my-custom-modal {
    z-index: 9999999;
}*/
.my-custom-modal .col-md-5.col-sm-12.col-xs-12 {
    display: none;
}

.my-custom-modal .modal-dialog .modal-content .stick_close {
margin-top: 6px;
}
}

/* tab css */

/* ipad mini */
@media (max-width: 1024px) and (min-width: 768px) {
.my-custom-modal .modal-dialog {max-width: 95%;height: auto;margin: 50px auto;}

}


/* ios laptop */
@media (max-width: 1440px) and (min-width: 1025px) {
    .my-custom-modal .modal-dialog {
        max-width: 53%;
      }
      
}
a.content-p{
    color:#000;
    font-weight: 700;
}
.my-custom-modal a.content-p {
    background: transparent !important;
}

.form-horizontal input.submit {
    width: 100%;
  }
  
  .form-horizontal .form-group:last-child .col-md-4,.form-horizontal .form-group:last-child .col-md-12,.form-horizontal .form-group:last-child .col-md-3 {
    width: 100%;
  }

  footer form .col-md-12 {
    padding: 0px;
}
/* stick css */

.sticklist {
    position: fixed;
    z-index: 99999;
    top: 50%;
    display: flex;
    align-items: baseline;
    transition: all 1s ease 0s;
    /*max-width: 170px;
        min-width: 170px;*/
    flex-direction: column;
    margin-top: -101px;
}

.sticklist ul {
    padding: 0px;
}

.open-close-arrow {
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    line-height: 32px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #f82d3b;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease 0s;
    display: inline-block;
    vertical-align: bottom;
    border: 0px;
    width: auto;
    min-width: 50px;
    border-radius: 0px 10px 10px 0px;
}



li.whataspp-icon,
.inquiery-icon {
    overflow: hidden;
}

li.whataspp-icon.none-li.open {
    position: relative;
    width: 100%;
    left: 0;
}

.sticklist ul.open {
    width: 100%;
    left: 0;
}

li.whataspp-icon {
    background: #2db640;
    border: 0px solid #2db640;
    color: #fff;
}

.none-li a i {
    font-size: 26px;
    padding: 0px;
    color: #fff;
}

.sticklist ul.open li {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

li.none-li a i {
    padding-right: 0px;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

.btn-text {
    opacity: 0;
    white-space: nowrap;
    display: none;
}

.none-li .icon {
    transition: 0.8s all;
}

.inquiery-icon {
    background: #3E4095 !important;
    color: #fff !important;
}

.sticklist ul.open li.whataspp-icon.none-li span.btn-text,
.sticklist ul.open li.inquiery-icon.none-li span.btn-text {
    opacity: 1;
    display: block;
}

.sticklist ul.open li {
    background: #fff;
}

.sticklist ul.open li.whataspp-icon {
    color: #fff;
    background: #2db640;
    border-color: #2db640;
}



.sticklist .whataspp-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

.sticklist .whataspp-icon:hover .btn-text {
    opacity: 1;
    color: #fff !important;
    display: block;
}


.sticklist .inquiery-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}

.sticklist .inquiery-icon:hover .btn-text {
    opacity: 1;
    color: #fff;
    display: block;
}


.sticklist ul.open li.whataspp-icon span.btn-text {
    color: #fff;
}

.sticklist ul.open li.inquiery-icon span.btn-text {
    color: #fff;
}

.download-pdf {
    background: #ff0000 !important;
    color: #fff !important;
    border: 0px solid transparent !important;
}



span.btn-text {
    transition: 0.8s all;
}



li.download-pdf.none-li.inquiery-icon.click1.imgnone:hover span.icon,
.sticklist ul.open li.download-pdf.none-li.inquiery-icon.click1.imgnone span.icon {
    transform: translateX(-17px);
}

.imgnone a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: unset !important;
}

.imgnone .btn-text {
    padding-right: 20px;

}

.imgnone {
    display: flex;
    align-items: center;
    transition: 0.6s all !important;
    width: 50px;
    margin: 5px 0px;
    border-radius: 0px 10px 10px 0px;
}


ul#sideService.open li h6 {
    display: block;
}

ul#sideService.open li {
    background: #00457e;
}



.sticklist span.icon,
.sticklist span.icon1 {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----------------------  2 side button ------------------------------------- */

/* mobile side btn */
@media screen and (max-width: 767px) {
    .footer-box {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: white;
        text-align: center;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .book-app {
        width: 100%;
        padding: 2%;
        float: left;
        line-height: 40px;
        text-align: center;
        max-height: 100px;
    }

    .sticklist {
        display: none !important;
    }

}

.whatsapp-info,
.pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 80px;
    right: 40px;
    font-size: 38px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 60px;
    width: 60px;
    line-height: 62px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.whatsapp-button a {
    color: #fff !important;
}

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

    .whatsapp-info,
    .pulse {
        font-family: 'Lato', sans-serif;
        display: inline-block;
        color: #fff;
        background: #1ab744;
        position: fixed;
        bottom: 90px;
        right: 20px;
        font-size: 33px;
        text-align: center;
        z-index: 99;
        border-radius: 90%;
        height: 55px;
        width: 55px;
        line-height: 58px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

.call-icon {
    background-color: #f82d3b !important;
}

.thankyou-div {
    padding: 50px 0;
}

.thankyou-div h2 {
    color: #1ab744;
}

@media screen and (max-width: 767px) {
    .thankyou-div {
        padding: 50px 0 0 0;
    }
}

a {
    cursor: pointer !important;
}

.leftInqueryBtn {
    position: fixed;
    top: 400px;
    z-index: 11;
    background: #ed3237;
    transform: rotate(270deg);
    left: 0;
    height: auto;
    width: fit-content;
    margin-left: -50px;
    border-radius: 10px;
    padding: 10px 20px;
}

.leftInqueryBtn a {
    display: flex;
    gap: 15px;
    color: #fff !important;
    font-family: "Poppins";
}

.leftInqueryBtn a .btn-text {
    opacity: 1;
}
/* stick css */

.sticklist {
    position: fixed;
    z-index: 99999;
    top: 50%;
    display: flex;
    align-items: baseline;
    transition: all 1s ease 0s;
    /*max-width: 170px;
        min-width: 170px;*/
    flex-direction: column;
    margin-top: -101px;
}

.sticklist ul {
    padding: 0px;
}

.open-close-arrow {
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    line-height: 32px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #f82d3b;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .3s ease 0s;
    display: inline-block;
    vertical-align: bottom;
    border: 0px;
    width: auto;
    min-width: 50px;
    border-radius: 0px 10px 10px 0px;
}



li.whataspp-icon,
.inquiery-icon {
    overflow: hidden;
}

li.whataspp-icon.none-li.open {
    position: relative;
    width: 100%;
    left: 0;
}

.sticklist ul.open {
    width: 100%;
    left: 0;
}

li.whataspp-icon {
    background: #2db640;
    border: 0px solid #2db640;
    color: #fff;
}

.none-li a i {
    font-size: 26px;
    padding: 0px;
    color: #fff;
}

.sticklist ul.open li {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

li.none-li a i {
    padding-right: 0px;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

button.open-close-arrow.open span.open-arrow {
    display: none;
}

button.open-close-arrow span.open-arrow {
    display: block;
}

.open-close-arrow span.close-arrow {
    display: none;
    transition: 0.2s all;
}

.open-close-arrow.open span.close-arrow {
    display: block !important;
}

.btn-text {
    opacity: 0;
    white-space: nowrap;
    display: none;
}

.none-li .icon {
    transition: 0.8s all;
}

.inquiery-icon {
    background: #3E4095 !important;
    color: #fff !important;
}

.sticklist ul.open li.whataspp-icon.none-li span.btn-text,
.sticklist ul.open li.inquiery-icon.none-li span.btn-text {
    opacity: 1;
    display: block;
}

.sticklist ul.open li {
    background: #fff;
}

.sticklist ul.open li.whataspp-icon {
    color: #fff;
    background: #2db640;
    border-color: #2db640;
}



.sticklist .whataspp-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    pointer-events: unset;
}

.sticklist .whataspp-icon:hover .btn-text {
    opacity: 1;
    color: #fff !important;
    display: block;
}


.sticklist .inquiery-icon:hover {
    max-width: 170px;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}

.sticklist .inquiery-icon:hover .btn-text {
    opacity: 1;
    color: #fff;
    display: block;
}


.sticklist ul.open li.whataspp-icon span.btn-text {
    color: #fff;
}

.sticklist ul.open li.inquiery-icon span.btn-text {
    color: #fff;
}

.download-pdf {
    background: #ff0000 !important;
    color: #fff !important;
    border: 0px solid transparent !important;
}



span.btn-text {
    transition: 0.8s all;
}



li.download-pdf.none-li.inquiery-icon.click1.imgnone:hover span.icon,
.sticklist ul.open li.download-pdf.none-li.inquiery-icon.click1.imgnone span.icon {
    transform: translateX(-17px);
}

.imgnone a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: unset !important;
}

.imgnone .btn-text {
    padding-right: 20px;

}

.imgnone {
    display: flex;
    align-items: center;
    transition: 0.6s all !important;
    width: 50px;
    margin: 5px 0px;
    border-radius: 0px 10px 10px 0px;
}


ul#sideService.open li h6 {
    display: block;
}

ul#sideService.open li {
    background: #00457e;
}



.sticklist span.icon,
.sticklist span.icon1 {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----------------------  2 side button ------------------------------------- */

/* mobile side btn */
@media screen and (max-width: 767px) {
    .footer-box {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: white;
        text-align: center;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .book-app {
        width: 100%;
        padding: 2%;
        float: left;
        line-height: 40px;
        text-align: center;
        max-height: 100px;
    }

    .sticklist {
        display: none !important;
    }

}

.whatsapp-info,
.pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 80px;
    right: 40px;
    font-size: 38px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 60px;
    width: 60px;
    line-height: 62px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.whatsapp-button a {
    color: #fff !important;
}

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

    .whatsapp-info,
    .pulse {
        font-family: 'Lato', sans-serif;
        display: inline-block;
        color: #fff;
        background: #1ab744;
        position: fixed;
        bottom: 90px;
        right: 20px;
        font-size: 33px;
        text-align: center;
        z-index: 99;
        border-radius: 90%;
        height: 55px;
        width: 55px;
        line-height: 58px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: .3
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

.call-icon {
    background-color: #f82d3b !important;
}

.thankyou-div {
    padding: 50px 0;
}

.thankyou-div h2 {
    color: #1ab744;
}

@media screen and (max-width: 767px) {
    .thankyou-div {
        padding: 50px 0 0 0;
    }
}

a {
    cursor: pointer !important;
}

.leftInqueryBtn {
    position: fixed;
    top: 400px;
    z-index: 11;
    background: #ed3237;
    transform: rotate(270deg);
    left: 0;
    height: auto;
    width: fit-content;
    margin-left: -50px;
    border-radius: 10px;
    padding: 10px 20px;
}

.leftInqueryBtn a {
    display: flex;
    gap: 15px;
    color: #fff !important;
    font-family: "Poppins";
}

.leftInqueryBtn a .btn-text {
    opacity: 1;
}

.tp-contact-form-area .my-custom-modal input,
.tp-contact-form-area .my-custom-modal select,
.tp-contact-form-area .my-custom-modal textarea {
    background-color: #fafafa;
    border: 1px solid #ddd;
    height: 55px !important;
    margin-bottom: 10px;
}

.tp-contact-form-area .my-custom-modal input[type='submit'] {
    background: #ed3237;
    position: relative;
    z-index: 1;
    border: 0px;
    width: 100%;
    margin: 10px 0px 0px !important;
    letter-spacing: 0px !important;
    padding: 15px 0px !important;
    color: #fff;
    line-height: normal;
    border-radius: 0px;
    font-weight: bold;
}