body {font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; color: #000; font-size: 15px; scroll-behavior: smooth;  overflow-x: hidden; line-height: 24px;}

.main-btn{padding: 13px 30px; font-size: 15px; font-weight: 500; background-color: #ff5c18; color: #fff; text-transform: capitalize; -webkit-transition: 0.5s; transition: 0.5s; text-decoration: none; border-radius: 10px; display: inline-block; letter-spacing: .8px;}
.main-btn:hover{color: #fff; background-color: #cb3c00;}

.mybtn {border: 1px solid #fff; background-color: #ff5c18; color: #fff; text-decoration: none; padding: 9px 28px; display: inline-block; border-radius: 6px; font-weight: 500; letter-spacing: .5px;}
.mybtn:hover{color: #fff;}

.main-heading{font-size: 30px; font-weight: bold; margin-bottom: 25px; padding-bottom: 12px; position: relative; text-align: center; color: #000;}
.main-heading::after{content: ""; position: absolute; display: block; width: 50px; height: 3px; background:#000; left: 0; right: 0; bottom: 0; margin: auto;}
.heading-bottontext {max-width: 850px; margin: 0px auto 24px; text-align: center; line-height: 26px;}

.page-heading{text-align: left; margin-bottom: 16px; font-size: 20px; font-weight: bold; padding-bottom: 12px; position: relative;}
.page-heading::after{content: ""; position: absolute; display: block; width: 35px; height: 3px; background:#000; bottom: 0; margin: auto;}
.pagesubheading{text-align: center; font-size: 18px; color: #333;}


.mymt{margin-top: 60px;}

.responsive-img{width: 100%; height: auto;}


.mynavbar .navbar {padding: 10px 0;}
.mynavbar .navbar-brand img {width: 130px; height: auto;} 

.head-tfn {margin-left: 2%;}
.head-tfn .call-icon {width: 44px; height: auto; display: inline-block; margin-right: 8px;}
.head-tfn .call-icon img {width: 100%; height: auto;}
.head-tfn a {font-size: 18px; color: #000; text-decoration: none; font-weight: 600; display: flex; align-items: center;}
.callustext {font-size: 18px; letter-spacing: .5px; color: #ff5c18;}
.callustext .head-callus {display: block; font-size: 13px; color: #000; margin-bottom: -3px; text-align: center;}


/***************** Navbar Css Start **********************/

header {position: fixed; top: 0; left: 0; width: 100%; z-index: 10; background-color:rgb(255, 255, 255, 1); box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);}

.mynavbar ul.navbar-nav li.nav-item {margin: 0 2px;}
.mynavbar ul.navbar-nav a.nav-link {color: #000000; font-size: 16px; padding: 12px 20px; margin-right: 15px; text-transform: capitalize; font-weight: 500; border-radius: 8px; position: relative; transition: all ease .5s;}

.mynavbar ul.navbar-nav a.nav-link:before {position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 1px; transform: scaleX(0); background: #ff5c18; transition: 0.5s;}
.mynavbar ul.navbar-nav a.nav-link:hover:before{transform: scaleX(1);}
.mynavbar ul.navbar-nav a.nav-link:hover{color: #ff5c18;}
.mynavbar ul.navbar-nav a.nav-link.active {color: #ff5c18;}
.mynavbar ul.navbar-nav a.nav-link.active:before{transform: scaleX(1);}

.mynavbar .navbar-toggler {background: #000; padding: 4px 10px;}
.mynavbar .navbar-toggler span {background-image: none; background-color: #fff; width: 25px; height: 2px; margin: 6px 0; display: block;}
.mynavbar .navbar-brand {margin-right: 0;}
/***************** Navbar Css End **********************/


/***************** Owl carousel Section Css Start **********************/
.myowl-style {margin: 40px 0 5px; position: relative;}
.myowl-style .quote-icon {position: absolute;left: 7px; top: 0px; font-size: 1.8rem; color: #fff;}
.myowl-style .testi-inner-col {text-align: center; background: #ff5c18; padding: 20px; border-radius: 5px; color: #fff;}
.myowl-style .testi-inner-col .userimage-ico {display: none;}
.myowl-style .testi-inner-col .userimage-ico img {width: 80px; height: 80px; border-radius: 100%; margin: 0 auto;}
.myowl-style .testiuser-content {margin-top: 15px; line-height: 24px; font-size: 15px; font-weight: 500;}
.myowl-style .testiuser-name {font-weight: 700; display: block; text-align: right;}

.myowl-style .owl-nav {position: absolute; top: 42%; width: 100%; display: flex; justify-content: space-between;}
.myowl-style .owl-nav button span {background: #ff5c18; color: #fff !important; padding:6px 12px 11px; font-size: 42px; border-radius: 3px; display: block; line-height: 22px;}
.myowl-style .owl-nav button:hover span {background: #cb3c00;}
.myowl-style .owl-nav .owl-prev {margin-left: -22px;}
.myowl-style .owl-nav .owl-next {margin-right: -22px;}
.myowl-style .fun-slide-img img{width: 100%; height: auto;}
.myowl-style .owl-dots {position: absolute;  bottom: 2%; width: 100%; text-align: center;}
.myowl-style .owl-dots .owl-dot {background: #ffffff; width: 40px; height: 4px; border-radius: 5px; margin-right: 10px;}
/***************** Owl carousel Section Css End **********************/


/***************** Main Slider Section Css Start **********************/
.main-slider .myowl-style {margin: 0px 0 5px; position: relative;}
.main-slider .myowl-style .item img{width: 100%; height: auto;}
.main-slider .myowl-style .owl-nav .owl-prev {margin-left: 15px;}
.main-slider .myowl-style .owl-nav .owl-next {margin-right: 15px;}
.main-slider .myowl-style .owl-nav button span {border-radius: 100%; width: 50px; height: 50px; padding: 13px 4px 8px; font-size: 52px;}
.main-slider .myowl-style .owl-dots .owl-dot.active{background: #ff5c18;}

.main-slider .slider-caption {position: absolute; top: 35%; background: rgb(255, 255, 255, .9); max-width: 500px; left: 10%; padding: 25px 30px; border-radius: 15px;}
.main-slider .slider-caption .caption-heading {font-size: 20px; font-weight: 600; margin-bottom: 0px; line-height: 34px;}
.main-slider .slider-caption p {margin-bottom: 0; font-size: 15px; line-height: 26px;}
/***************** Main Slider Section Css Start **********************/


.center-divsion-sec {max-width: 800px; margin: 50px auto 0; }

/***************** Home About Section Css Start **********************/
.homeabout-section .main-heading {text-align: left; font-size: 36px;}
.homeabout-section .main-heading:after{left: inherit; right: inherit;}
.homeabout-section p {line-height: 28px;}
.homeabout-section img{width: 100%; height: auto; border-radius: 15px;}
.homeabout-section .main-btn {margin-top: 20px;}
/***************** Home About Section Css Start **********************/


/***************** Multiplefunctions Section Css Start **********************/
.multiplefunctions-section ul {padding-left: 0; list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 2%; row-gap: 50px; margin-top: 50px;}
.multiplefunctions-section ul li {width: 18%; text-align: center;}
.multiplefunctions-section ul li .functions-name {display: block; font-weight: 500; margin-top: 18px; font-size: 16px;}
.multiplefunctions-section ul li .functions-name span {display: block; font-size: 12px;}
.multiplefunctions-section ul li .functions-icon {display: inline-block; width: 80px; height: 80px; padding: 15px; box-shadow: 1px 2px 4px 0px #838383; border-radius: 100%;}
.multiplefunctions-section ul li .functions-icon img {width: 100%; height: auto;}
/***************** Multiplefunctions Section Css End **********************/


/***************** Threelayer Section Section Css Start **********************/
.threelayer-section .main-heading span {display: block; margin-top: 10px;}
.threelayer-section .threelayerimg {max-width: 700px; margin: 50px auto 0;}
.threelayerimg img {width: auto; height: auto;}
/***************** Threelayer Section Section Css End **********************/


/***************** Cold / Warm Insulation Section Section Css Start **********************/
.insulationinner {text-align: center; margin-top: 55px;}
.insulationinner img {width: auto; height: auto;}
.insulationinner .insulationinfo {margin: 50px auto 0; max-width: 800px;}
.insulationinfo p {color: #242424;}
.insulationinfo-row {display: flex; gap: 5%; justify-content: space-between;}
.insulationinfo-row .insulationinfo-col {border: 1px solid #534f4f; border-radius: 10px; padding: 20px 50px; margin-bottom: 25px;}
.insulationinfo-row .insulationinfo-col .insulationinfo-heading {font-size: 22px; font-weight: 600; border-bottom: 1px solid #000; padding-bottom: 14px; margin-bottom: 12px;}
.insulationinfo-row .insulationinfo-col p {margin-bottom: 0;}
.insulationinfo-row .insulationinfo-col.insulationinfo-right .insulationinfo-heading {color: #ff5c18; border-color: #ff5c18;}
/***************** Cold / Warm Insulation Section Section Css End **********************/


/***************** Optional Section Section Css Start **********************/
.optionalver-row {display: flex; gap: 5%; justify-content: space-between; align-items: end;}
.optionalver-row .optionalver-col img {width: auto; height: auto;}
.optionalver-row .optionalver-col p {text-align: center; font-size: 18px; margin-bottom: 0;}
.optionalver-col.optionalver-left {border-right: 1px solid #808080; padding-right: 40px;}

.optionalver-table {margin-top: 58px; background: #ffeae0; padding: 25px; font-size: 16px;}
.optionalver-table thead tr th, .optionalver-table tbody tr td {padding: 15px 22px 10px; border-bottom: none; text-align: center; vertical-align: middle;}
.optionalver-table thead tr th:first-child, .optionalver-table tbody tr td:first-child {border-radius: 30px 0 0 30px; text-align: left;}
.optionalver-table thead tr th:last-child, .optionalver-table tbody tr td:last-child {border-radius: 0px 30px 30px 0px;}

.optionalver-table tbody tr:nth-child(odd) td{background-color: transparent;} 
.optionalver-table tbody tr td i.bi {font-size: 28px;}

/***************** Optional Section Section Css End **********************/


/***************** Exclusive Features Section Css Start **********************/
.exclusivefeatures-row {display: flex; align-items: center; background: #f85800;}
.exclusivefeatures-row .exclusivefeatures-col.exclusivefeatures-left {width: 50%;}
.exclusivefeatures-row .exclusivefeatures-col.exclusivefeatures-right {width: 50%; padding: 0 30px; color: #fff;}
.exclusivefeatures-row .exclusivefeatures-left img{width: 100%; height: auto;}
.exclusivefeatures-col .exclusivefeatures-heading {font-size: 32px; font-weight: 600; margin-bottom: 15px; line-height: 38px;}
.exclusivefeatures-row:nth-child(2) {background: #534f4f;}
/***************** Exclusive Features Section Css End **********************/


/***************** Details Section Css Start **********************/
.productdetails-row {display: flex; align-items: center; gap: 2%;}
.productdetails-row .productdetails-col.productdetails-left {width: 45%;}
.productdetails-row .productdetails-col.productdetails-right {width: 55%; padding: 20px 15px; text-align: center; border: 1px solid #808080; border-right: none;    border-radius: 10px 0 0 10px;}
.productdetails-row .productdetails-left img{width: 100%; height: auto;}
.productdetails-col .productdetails-heading {font-size: 32px; font-weight: 600; margin-bottom: 0px; line-height: 38px; color: #f85800;}
.productdetails-row:nth-child(even) .productdetails-col.productdetails-right{border-left: none; border-right: 1px solid #808080; border-radius: 0px 10px 10px 0px;}
.productdetails-row .productdetails-col.productdetails-right p {margin-bottom: 0;}
/***************** Details Section Css ENd **********************/


/***************** Video Section Css Start **********************/
.icemax-video video {width: 100%; height: 500px;}

/***************** Video Section Css ENd **********************/

/***************** Homefixtfn Section Css Start **********************/
.homefixtfn {position: fixed; z-index: 9999; background: #f85800; bottom: 25%; text-align: center; padding: 10px 6px; letter-spacing: .5px; width: 212px;
    right: 7px; border-radius: 7px; box-shadow: -1px 3px 4px -4px rgba(0, 0, 0, 0.75); display: none;}

.homefixtfn a {color: #fff; text-decoration: none; font-size: 17px; display: block; font-weight: 600;}
.homefixtfn img {width: 24px; height: auto; position: relative; top: -1px; vertical-align: middle;}
/***************** Homefixtfn Section Css Start **********************/


/***************** tfncall Section Css Start **********************/
.tfncall {height: 70px; width: 70px; background-color: #f85800; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: fixed; right: 30px; bottom: 25%; z-index: 99;}
.tfncall::before {content: ""; position: absolute; border: 1px solid #f85800; width: calc(100% + 10px); height: calc(100% + 10px); border-radius: 50%; animation: pulse 1s linear infinite; z-index: -1;}   
.tfncall::after {content: ""; position: absolute; border: 1px solid #f85800; width: calc(100% + 10px); height: calc(100% + 10px); border-radius: 50%; animation: pulse 1s linear infinite; animation-delay: 0.3s; z-index: -1;}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    
    50% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.tfncall i {color: #fff; font-size: 30px;}
/***************** tfncall Section Css Start **********************/


/*********** Offer Modal Css Start ***********/
.offer-popup-modal {
    display: none;
    position: fixed; 
    z-index: 9999; 
    padding: 100px 15px 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Modal Content */
  .offer-popup-modal .modal-content {position: relative; background-color: #f3f3f3; margin: auto; padding: 0; border: 1px solid #888; max-width: 550px; border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
 .offerclose {color: #000; position: absolute; font-size: 28px; font-weight: bold; right: 1px; padding: 5px 10px; z-index: 2;}
 .offerclose:hover, .offerclose:focus {color: #df2d1d; text-decoration: none; cursor: pointer;}
  /* .offer-popup-modal .modal-body {padding: 2px 16px;} */
.poptfn-offer {text-align: center; padding: 22px 30px; font-size: 16px;}
.poptfn-offer .top-titie {font-weight: 600; font-size: 28px; color: #f85800; margin-top: 10px;}


.poptfn-offer .poptfnbtn {display: inline-block; background: #bb61cd; color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 5px; font-size: 22px;
    margin-top: 6px; letter-spacing: .8px; font-weight: 600; width: 98%;}
 .poptfn-offer .poptfnbtn:hover{background: #f85800;} 
.poptfn-offer .poptfnbtn img {width: 27px; height: auto; vertical-align: middle; position: relative; top: -1px;}

.popdata-list{text-align: left; margin-top: 40px; letter-spacing: .5px;}
.popdatalist-title{font-size: 17px; font-weight: bold;}

.popdata-list ul {list-style: none; padding-left: 0;}
.popdata-list ul li {display: flex; gap: 2%;}
.popdata-list .popdatalist-icon {font-size: 28px; color: #fff; display: inline-block; width: 50px; height: 50px; text-align: center; background: #379b98; border-radius: 100%; line-height: 52px;}
.popdatalist-content .popdatalistfirst{display: block; font-size: 15px;}
.popdatalist-content .popdatalistsecond{display: inline-block; font-weight: bold; margin-top: 5px;}

/*********** Offer Modal Css Start ***********/



/***************** footer Css Start **********************/
footer {background: #534f4f; padding: 30px 0 15px; color: #fff;}
.foot-logo {margin-bottom: 10px;}
.foot-logo img {width: 100px; height: auto;}
.foot-logo-sec p {font-size: 13px; margin-bottom: 18px; padding-right: 12px;}
footer .social-links{display: flex;}
footer .social-links a {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;  border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 16px; color: rgba(255, 255, 255, 0.7);    margin-right: 10px; transition: 0.3s;}
footer .social-links a:hover {border: 1px solid #ff5c18; color: #ff5c18;}

footer h5, .foot-nav-head {font-size: 16px; font-weight: bold; margin-bottom: 12px; margin-top: 30px; position: relative;}
footer h5:after, .foot-nav-head:after {content: ""; width: 10px; height: 2px; background: #ff5c18; position: absolute; bottom: -5px; left: 0;}
footer ul {padding-left: 0; list-style: none; margin-top: 20px;}
footer ul li {margin: 8px 0;}
footer ul li a{text-decoration: none; color: #fff; color: #fff;}
footer ul li a:hover {color: #ff5c18;}
.foot-info {margin-top: 20px;}
.foot-info p {margin-bottom: 12px; display: flex;}
.foot-info p a {color: #fff; text-decoration: none;}
.foot-info p i {font-size: 13px; color: #ff5c18; margin-right: 5px;}

.foot-disclaimer {text-align: center; line-height: 22px; color: #fff; font-size: 13px; margin-top: 20px;}
.foot-certified {text-align: center; margin: 20px 0 0;}
.foot-certified img {width: 400px; height: auto;}
footer .copyrighttext {text-align: center; margin: 20px 0 0; font-size: 11px; letter-spacing: .8px; color: rgba(255, 255, 255, 0.7);}
/***************** footer Css End **********************/


/*********************** Inner Page Css Start ************************************/
.inner-banner {height: 350px; background: #534f4f; position: relative;  background-image: url(../images/inner-banner.webp); background-position: center center;  background-repeat: no-repeat; background-size: cover; margin-top: 78px;}
.inner-banner::before{background: rgba(0, 0, 0, 0.20);}
.inner-banner .banner-content {background: transparent; bottom: 40%; position: absolute; width: 100%; left: 0; right: 0; }
.inner-banner .banner-content h1 {color: #fff; font-size: 50px; font-weight: 600; margin-bottom: 0;}


.static-page-content {margin-top: 24px; line-height: 24px;}
.static-page-content ul, .static-page-content ol {padding-left: 20px;}
.static-content-section address {line-height: 26px;}

.aboutpage-section img {width: 100%; height: auto;}
.aboutpage-section h2 {margin-bottom: 20px; font-size: 28px; line-height: 40px;}

/*********************** Inner Page Css End ************************************/


/************************ Contact Page Css Start ***************************************/
.contact-details .contact-sec-heading {font-weight: 600; font-size: 22px; letter-spacing: .5px;}
.contact-details {margin-bottom: 0px;}
.contact-details p {margin-top: 0; line-height: 22px; font-size: 14px;}

.contact-details-inner {width: 100%; margin-top: 32px; display: flex;}
.info-contact-details {width: 100%; /* background-color: #269897; color: #fff; display: flex;*/ margin-bottom: 8px; padding: 12px; border-radius: 10px; letter-spacing: .6px; text-align: center;}
/* .info-contact-details:hover {background-color: #29a7a6;} */
.info-contact-details .contact-icon {width: 100%; display: flex; justify-content: center; margin-bottom: 22px;}
.contact-icon-text h4 {margin: 1px 0 10px; font-size: 18px; color: #f85800; font-weight: bold;}
.contact-icon-text a {color: #000; font-size: 16px; text-decoration: none; word-wrap: break-word;}
.contact-icon-text p {margin-bottom: 0; font-size: 16px; word-wrap: break-word;}
.contact-icon i {font-size: 30px; color: #f85800; width: 100px; height: 100px; background-color: transparent; display: flex; justify-content: center; align-items: center; border-radius: 100%; transition: all 0.3s ease-in-out; border: 1px dashed #f85800;}
.info-contact-details:hover .contact-icon i {background: #f85800; color: #fff;}
.contactpage .googleIframe { width:100%; height:450px }

/************************ Contact Page Css End ***************************************/

/* @media only screen and (min-width: 992px) and (max-width: 1200px) { } */




@media (max-width: 991px) {
    header{padding: 4px 0;}
    .mynavbar .navbar {padding: 0px 0;}
    .mynavbar ul.navbar-nav {background: #000000; border-radius: 7px; margin: 10px 0 10px;}
    .mynavbar ul.navbar-nav a.nav-link {padding: 12px 12px; border-bottom: 1px solid #454444; color: #fff; border-radius: 0;}
    .mynavbar ul.navbar-nav a.nav-link.active{background: transparent;}
    .mynavbar ul.navbar-nav li:last-child a.nav-link {border-bottom: none;}
    .mynavbar .navbar-brand img{width: 100px;}
    .head-tfn{display: none;}
    .main-slider .slider-caption{padding: 15px 15px;}
    .main-slider .slider-caption .caption-heading {font-size: 16px; margin-bottom: 8px;}
    .main-slider .slider-caption p{font-size: 14px; line-height: 24px;}


    .homefixtfn {bottom: 0; width: 100%; border-radius: 0; right: 0; display: block;}

    .inner-banner{height: 200px; margin-top: 56px;}
    .aboutpage-section h2 {margin-top: 30px;}


    .contact-details-inner{flex-wrap: wrap;}
    .info-contact-details{margin-bottom: 45px;}

}

@media (max-width: 767px) {
    .mymt{margin-top: 40px;}
    .main-slider {margin-top: 55px;}
    .main-slider .slider-caption{left: 0; right: 0; margin: 0 auto; display: none;}
    .main-slider .myowl-style .owl-nav button span{width: 40px;  height: 40px;  padding: 7px 4px 8px;  font-size: 36px;}
    .main-slider .myowl-style .owl-dots{display: none;}

    .homeabout-section img{margin-bottom: 30px;}
    .homeabout-section .main-btn {margin-top: 5px;}

    .multiplefunctions-section ul{row-gap: 20px;}
    .multiplefunctions-section ul li {width: 32%;}
    .threelayer-section .main-heading span {display: inline; margin-top: 0;}
    
    .insulationinfo-row{flex-wrap: wrap;}
    .insulationinner img {width: 85%; height: auto;}
    .insulationinner .insulationinfo {margin: 35px auto 0;}
    .insulationinfo-row .insulationinfo-col{margin-bottom: 15px;}

    .exclusivefeatures-row {flex-wrap: wrap; margin-bottom: 30px; overflow: hidden; border-radius: 10px;}
    .exclusivefeatures-row .exclusivefeatures-col.exclusivefeatures-left {width: 100%;}
    .exclusivefeatures-row .exclusivefeatures-col.exclusivefeatures-right {width: 100%; text-align: center; padding: 15px 10px;}
    .exclusivefeatures-col .exclusivefeatures-heading {font-size: 24px; margin-bottom: 10px; line-height: 34px;}


    .productdetails-row{flex-wrap: wrap; justify-content: center; margin-bottom: 35px;}
    .productdetails-row .productdetails-col.productdetails-left{width: 100%;} 
    .productdetails-row .productdetails-col.productdetails-right {border-right: 1px solid #808080; border-radius: 10px; margin-top: 15px;width: 100%;}
    .productdetails-row:nth-child(even) .productdetails-col.productdetails-right {border-left: 1px solid #808080; border-radius: 10px;}
    .productdetails-col .productdetails-heading{font-size: 24px;}


    .contact-details-inner {width: 100%;}
    .inner-banner .banner-content h1{font-size: 28px;}
    .inner-banner .banner-content h1 span {padding: 12px 22px;}

   
    footer h5, .foot-nav-head{margin-top: 12px;}
    .foot-usefull-sec.footr-importantlinks .foot-nav-head {margin-top: 0;}
    .foot-certified img {width: 80%;}

}


@media (max-width: 480px) {
    .main-banner-section {height: 400px;}
    .main-banner-section .banner-content{bottom: 8%; padding: 10px 15px;}
 
    .tfncall {height: 56px; width: 56px; bottom: 30%; right: 15px;}
    .tfncall i {font-size: 24px;}
}