

	.right_count span.number {
        font-size: 50px;
        line-height: 64px;
        margin: 0;
        font-weight: 600;
        background: -webkit-linear-gradient(#2c689e,#001f60);
        background: -o-linear-gradient(#2c689e,#001f60);
        background: linear-gradient(#28a745,#001f60);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}

	.right_count span.text_c {
		font-size: 22px;
	}
    span.plus_c {
        font-size: 30px;
    }

	.right_count {
		text-align: center;
	}
    .right_count:last-child
    {
        margin-bottom: 78px;
    }


	.left_count span.number {
        font-size: 50px;
        line-height: 64px;
        margin: 0;
        font-weight: 600;
        background: -webkit-linear-gradient(#2c689e,#001f60);
        background: -o-linear-gradient(#2c689e,#001f60);
        background: linear-gradient(#28a745,#001f60);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	}

	.left_count span.text_c {
		font-size: 22px;
	}
    span.plus_c {
        font-size: 30px;
    }

	.left_count {
		text-align: center;
	}
    .left_count:last-child
    {
        margin-bottom: 78px;
    }



    .btn_convert
    {
        background: #28a745;
        color: #fff;
        padding: 2px 20px;
        margin: 10px 0;
        margin-bottom: 5px;
    }

	 #jssor_1
	{
		z-index: -1 !important;
	}

	.cr
	{

		margin-top: -50px;
		z-index: 15555555555555;
		height: 74px;
	}

	.cr img
	{
		width: 100%;
		height: 100%;
	}
	 .center_div {
	     position: relative;
	 }

     .content_convert
     {
         height: 428px;
         background: #ffc107;
         border-bottom-left-radius: 15px;
         border-bottom-right-radius: 15px;
         position: absolute;
         width: 100%;
         top: -255px;
         text-align: center;
     }

     .content_convertMobile
     {
         height: 360px;
         background: #ffc107;
         border-bottom-left-radius: 15px;
         border-bottom-right-radius: 15px;
         position: relative;
         width: 100%;
         top: -10px;
         text-align: center;
         padding-top: 25px;
     }



	.currency_exchange
	{
        font-size: 27px;
		margin-bottom: 18px;
	}
	 .result_currency_exchange  {
		 font-size: 27px;
		 margin-top: 23px;

	 }
    .xheight {
        height: 240px;
    }
    
    @media (max-width: 990px) {
        .right_count span.number {
            font-size: 32px;
        }

        .left_count span.number {
            font-size: 32px;
        }

        .content_convert {
            top: -208px;
        }

        .section_convert {
            padding-top: 32px;
            top: -49px;
        }
        .result_currency_exchange {
            font-size: 21px;
        }
        .cr {
            margin-top: -27px;
            z-index: 15555555555555;
            height: 45px;
        }

        .xheight {
            height: 50px;
        }
    }

    @media (max-width: 766px) {
        .right_count:last-child {
            margin-bottom: 0;
        }

        .left_count:last-child {
            margin-bottom: 0;
        }
        .xheight {
            height: 15px;
        }
    }

    input[type=number] {
        -moz-appearance:textfield;

        font-size: 18px;
        color:gray;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }