.whatsapp_link{width: 70px; float: left;background: #25d366;color: white;position: fixed;bottom: 20px;left: 20px;border-radius: 50%;animation-name: pulse;animation-duration: 1.5s;animation-timing-function: ease-out;animation-iteration-count: infinite;z-index:10000;}
@keyframes pulse {
0% {box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);}
80% {box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);}
}
.
left_section,
.center_section,
.right_section{}

.page_container{width: 54.5%; display: flex; align-items: center;order: 2; flex-wrap: wrap;}

.left_section{width: 24%; background: #eb9b0f; display: flex; align-items: center; justify-content: center; color: #272727; order: 2; position: absolute; left: 0; height: 100%;}
.left_section .form_content{width: 72%; margin: 0 auto; text-align: center;}
.left_section .form_content .title{font-size: 20px; padding-bottom: 20px;}
.left_section .form_content .title span{font-size: 42px; display: inline-block; width: 100%;}
.left_section .form_content .textbox{padding-bottom: 7px;}
.left_section .form_content .textbox input{margin-bottom: 9px; width: 100%; color: #272727; height: 45px; padding: 0 12px; text-align: right; font-size: 18px;}
.left_section .form_content .btn_holder{}
.left_section .form_content .btn_holder img{width: 100%;}
.left_section .form_content p{opacity: 0.81; font-size: 12px; padding-bottom: 16px;padding-top: 13px;}
.left_section .form_content .phone{}
.left_section .form_content .phone img{width: 22px;}
.left_section .form_content .phone span{display: inline-block; width: 100%; position: relative;}
.left_section .form_content .phone span:after,
.left_section .form_content .phone span:before{content: ''; position: absolute; top: 46%; height: 2px; width: 33%; background: #f5cd87;}
.left_section .form_content .phone span:after{left: 0;}
.left_section .form_content .phone span:before{right: 0;}
.left_section .form_content .phone p{display: flex; align-items: center; gap: 5px; font-size: 26px; justify-content: center; color: #000;}

.center_section{width: 55.9%; position: relative;order: 1;}
.center_section img{width: 100%;}
.center_section .img_holder{}
.center_section .arrow{position: absolute; top: 45%; left: -25px; width: 38px;}
.center_section .symball{position: absolute; top: 6.3%; right: -92px; width: 194px;}

.right_section{width: 45.5%; padding: 30px 25px 0 0;order: 1;}
.right_section .logo{width: 261px; float: right;}
.right_section .main_content{width: 595px; margin: 29% auto 0 auto; text-align: right; clear: both;}
.right_section .main_content .text_holder{font-size: 44px;color: #E09209;}
.right_section .main_content h1{font-size: 66px; line-height: 64px; color: #fff;}
.right_section .main_content h1 span{direction: ltr;}
.right_section .main_content p{font-size: 20px; line-height: 26px; padding-top: 29px; display: inline-block; padding-left: 50px;}

span.orange{color: #E09209;}

.copyright{position: absolute; bottom: 30px; right: 25px; opacity: 0.6; font-size: 10pt;}


@media only screen and (max-width:1600px),(max-width:1699px){
.left_section .form_content{width: 85%;}
.center_section .arrow{top: 40%; left: -20px; width: 30px;}
.center_section .symball{top: 5%; right: -80px; width: 170px;}
.right_section .main_content{margin-top: 20%; float: right;}

}

@media only screen and (max-width:1400px),(max-width:1499px){
.left_section .form_content .title{font-size: 16px;}
.left_section .form_content .title span{font-size: 30px;}
.left_section .form_content .textbox input{height: 37px;}
.left_section .form_content .phone span:after,
.left_section .form_content .phone span:before{top: 46%; height: 2px; width: 27%;}
.right_section .logo{width: 240px;}
.right_section .main_content{width: 90%; margin-top: 15%;}
.right_section .main_content .text_holder{font-size: 26px; padding-bottom: 5px;}
.right_section .main_content h1{font-size: 45px; line-height: 40px;}
.right_section .main_content p{font-size: 14px; line-height: 20px; padding-top: 20px; padding-left: 0;}

.copyright{bottom: 10px; right: 15px;}

}

@media only screen and (max-width:900px),(max-width:999px){
.right_section{width: 100%; padding: 15px;order: 1; text-align: center;}
.right_section .logo{width: 200px; margin-bottom: 20px; }
.right_section .main_content{width: 100%; margin: 0;}
.right_section .main_content .text_holder{font-size: 20px;}
.right_section .main_content h1{font-size: 35px; line-height: 30px;}

.page_container{width: 100%; order: 2;}
.left_section{width: 100%; position: relative;}

.center_section{width: 100%;margin-bottom: 10px;}
.center_section .img_holder{ display: flex; align-items: center; justify-content: center; gap: 10px;}
.center_section .img_holder img{width: calc((width:100% - 20px) / 3);}
.center_section .arrow{display: none;}
.center_section .symball{position: absolute; top: unset; bottom: -50px; right: 50px; width: 150px; z-index: 2;}
.left_section .form_content{width: 300px; margin: 0 auto;}

.copyright{bottom: 0; right: 0; position: relative;order: 3; width: 100%; float: left; text-align: center; padding: 15px 0;}

}

@media only screen and (max-width:800px),(max-width:899px){

}

@media only screen and (max-width:700px), (max-width:799px){

}

@media only screen and (max-width:400px), (max-width:499px){
.center_section .img_holder{flex-wrap: wrap;}
.center_section .img_holder img{width: 100%;}
.center_section .symball{bottom: -20px; right: 0; width: 130px; z-index: 2;}
.left_section{padding-top: 20px;}
}

@media only screen and (max-width:375px), (max-width:399px){

}

@media only screen and (max-width:360px){

}

@media only screen and (max-width:300px), (max-width:320px){

}


















